* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    max-width: 1920px;
    min-width: 280px;
    font-family: Helvetica;
    color: rgba(0, 0, 0, 0.656);
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    display: flex;
    width: 100%;
    height: 110px;
    flex-direction: row;
    gap: 50px;
    background-color: white;
    align-items: center;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.056);
    top: 0px;
    padding-left: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.223);
    position: relative;


}

.header_logo_link>img {
    height: 90px;
    width: 110px;
}


.header-right-buttons {
    height: 100%;
    width: 800px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    position: absolute;
    right: 0px;
}

ul {
    display: flex;
    gap: 30px;
    list-style: none;
    position: relative;
    padding-right: 35px;

}

li {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}
li>a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.753);
}

li>a:hover {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.44);
    transition: 0.5s;
}
.header_option_disabled{
    color: rgba(0, 0, 0, 0.22);
}

.header-right-buttons a>svg {
    width: 24px;
    height: 24px;
}

.header_svg_linkedin {
    transition: 0.5s;
    color: #0961b8;
}

.header_svg_linkedin:hover {
    fill: gray;
    cursor: pointer;
    transition: 0.5s;
}

.header_svg_wpp {
    transition: 0.5s;
    color: green;
}

.header_svg_wpp:hover {
    transition: 0.5s;
    color: black;
}

.header_svg_telegram {
    transition: 0.5s;
    color: #2599ef;
}

.header_svg_telegram:hover {
    transition: 0.5s;
    color: gray;
}

.header_svg_instagram {
    transition: 0.5s;
    color: rgb(245, 8, 237);
}

.header_svg_instagram:hover {
    transition: 0.5s;
    color: gray;
}

.header_svg_face {
    transition: 0.5s;
    color: rgb(50, 50, 228);
}

.header_svg_face:hover {
    transition: 0.5s;
    color: gray;
}

.hamburguer-container {
    width: 35px;
    height: 30px;
    display: none;
}

.hamburguer-container:hover {
    cursor: pointer;

}

.hamburguer {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.656);
    height: 5px;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);

}

.hamburguer::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.656);
    height: 5px;
    width: 100%;
    position: relative;
    bottom: 10px;
}

.hamburguer::after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.656);
    height: 5px;
    width: 100%;
    position: relative;
    top: 5px;
}

.hamburguer-to-close {
    background-color: rgba(0, 0, 0, 0.656);
    height: 5px;
    width: 50px;
    position: relative;
    display: block;
    background-color: transparent;

}

.hamburguer-to-close::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.656);
    ;
    width: 30px;
    transform: rotate(-40deg);
    position: relative;
    top: 0px;
}

.hamburguer-to-close::after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.656);
    width: 30px;
    transform: rotate(40deg);
    position: relative;
    top: -5px;
}

.mobile-menu {
    height: 200px;
    max-width: 1920px;
    width: 100%;
    position: relative;
    text-align: center;
    display: none;
    transition: 0.7s;
    position: relative;
}

.mobile-menu-active {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
    background-color: #F5F5F5;
}

.mobile-menu-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
}

.mobile-menu-item>a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.656);
}

.mobile-menu-item:hover {
    background: rgba(128, 128, 128, 0.596);
}


/*===Header====*/
@media screen and (max-width: 1125px) {
    header {
        justify-content: space-between;
        padding: 0px 5px;
    }
}
@media screen and (max-width: 930px) {
    header {
        height: 65px;
    }

    .header_logo_link>img {
        height: 55px;
        width: 70px;
    }

    .header-right-buttons {
        display: flex;
        gap: 20px;
    }
    .header-right-buttons{
        width: 600px;
    }

    header>ul {
        display: none;
    }

    .header_ul{
        gap: 15px;
        padding: 0px;
    }
    .header-right-buttons > a{

    }


}

@media screen and (min-width: 780px) {
    .mobile-menu {
        display: none;
    }
}
@media screen and (max-width: 710px) {
    .header-right-buttons {
        display: none;
    }

    .hamburguer-container {
        display: block;
        position: relative;
        right: 20px;
    }


}

@media screen and (min-width: 710px) {
    .mobile-menu-active {
        display: none;
    }
}



/* =============== SECTION ================ */
section {
    width: 100%;
    padding: 30px 0px;
    background-image: url(./poa1.jpg);
    background-repeat: no-repeat;
    background-position-x: 20%;
    background-position-y: 70%;
    height: 550px;
    display: flex;
    gap: 5%;
}

.section-1 {
    width: 480px;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.302);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.573);
    color: rgb(0, 0, 0);
    position: relative;
    left: 100px;
}

.section-1>h2 {
    color: rgba(0, 0, 0, 0.825);
}

form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    align-items: flex-start;
}

label {
    position: relative;
    left: 0px;
}

input {
    background-color: rgba(172, 172, 172, 0.926);
    border: none;
    outline: none;
    width: 100%;
    height: 8%;
    margin: auto;
    border-radius: 5px;
    font-size: 19px;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

:placeholder-shown {
    font-size: 14px;
}

select {
    height: 8%;
    background-color: rgba(172, 172, 172, 0.453);
    border: none;
    width: 100%;
    border-radius: 5px;
    font-size: 19px;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.656);
    border: 1px solid rgba(0, 0, 0, 0.212);
}

select:hover {
    cursor: pointer;
}

option {
    border-bottom: 1px solid black;
}

.option-disabled {
    display: none;
}

textarea {
    width: 100%;
    height: 25%;
    margin: auto;
    border-radius: 5px;
    background-color: rgba(172, 172, 172, 0.453);
    border: none;
    resize: none;
    height: '';
    outline: none;
    font-size: 17px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

.form-button {
    height: '';
    width: 100%;
    border-radius: 5px;
    background-color: green;
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    padding: 5px 0px;
}

.form-button:hover {
    cursor: pointer;
    background-color: rgba(20, 127, 20, 0.719);
}

@media screen and (max-width:1020px) {}

@media screen and (max-width:720px) {
    section{
        justify-content: center;
    }
    .section-1 {
        width: 80%;
        left: 0px;
    }
}
@media screen and (max-width:520px) {
    section {
        width: 100%;
    }

    .section-1 {
        width: 95%;
    }

    .section-1>h2 {
        font-size: 20px;
    }

    form>* {
        font-size: 15px;
        letter-spacing: 0.5px;
    }
}






/* ======== FOOTER ===== */
footer {
    background: white;
    height: 170px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.223);
    position: relative;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.footer-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 450;
}

.footer-logo-container img {
    width: 110px;
    height: 90px;

}

.footer-logo-container-text {
    display: flex;
    flex-direction: column;
    position: relative;
    left: -30px;
}

.footer-logo-container h1 {
    color: black;
}

.footer_links_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    gap: 6px;
}

.footer-email,
.footer-tel-cel,
.footer-tel-fix {
    font-size: 17px;
    letter-spacing: 0.5px;
    display: flex;
    gap: 7px;
    align-items: center;
    transition: 0.5s;
}

.internet_svg {
    color: black;
    width: 17px;
}

.telephone_svg {
    color: black;

}

.redes-container {
    position: relative;
    top: 5px;
    display: flex;
    gap: 23px;
    margin-top: 5px;
}

.redes-container>a>svg {
    width: 22px;
    height: 22px;

}

.footer_svg_linkedin {
    transition: 0.5s;
    color: #0961b8;
}

.footer_svg_linkedin:hover {
    fill: gray;
    cursor: pointer;
    transition: 0.5s;
}

.footer_svg_wpp {
    transition: 0.5s;
    color: green;
}

.footer_svg_wpp:hover {
    transition: 0.5s;
    color: black;
}

.footer_svg_telegram {
    transition: 0.5s;
    color: #2599ef;
}

.footer_svg_telegram:hover {
    transition: 0.5s;
    color: gray;
}

.footer_svg_instagram {
    transition: 0.5s;
    color: rgb(245, 8, 237);
}

.footer_svg_instagram:hover {
    transition: 0.5s;
    color: gray;
}

.footer_svg_face {
    transition: 0.5s;
    color: rgb(50, 50, 228);
}

.footer_svg_face:hover {
    transition: 0.5s;
    color: gray;
}

/* Footer */
@media screen and (max-width: 750px) {
    footer {
        padding-top: 10px;
        flex-direction: column;
        align-items: center;
        justify-content:flex-start;
        gap: 10px;
        height: 230px;
    }

    .footer-logo-container {
        display: flex;
        gap: 20px;
        width: 100%;
        position: relative;
    }

    .footer-logo-container>img {
        height: 60px;
        width: 70px;
    }

    .footer-logo-container-text>h1 {
        font-size: 17px;
    }

    .footer-logo-container-text>p {
        font-size: 12px;
    }

    .footer_links_container {
        width: 100%;
        width: 230px;
    }

    .footer_links_container>* {
        gap: 10px;
        font-size: 13px;
    }
}



/* 
footer {
    height: 170px;
}

.footer-container {
    width: 330px;
    position: relative;

}

.footer-logo-container {
    display: flex;
    gap: 30px;
    width: 100%;
    position: relative;
}

.footer-logo-container img {
    position: relative;
    width: 70px;
    height: 55px;
}

.footer-logo-container-text>h1 {
    font-size: 22px;
}

.footer-logo-container-text>p {
    font-size: 14px;
}

.footer-container>h2 {
    font-size: 15px;
    position: relative;
    top: 5px;
}

.redes-container {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    gap: 10px;
}

.redes-container>* {
    width: 40px;
}

.wpp-container {
    display: none;
} */