html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

header {
    z-index: 99;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.418);
}

.tag_A_header {
    display: none;
}

#button-smre-header {
    display: none;
}

.container-header {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}


.logo img {
    width: 130px;
}

.menu-toggle {
    background: none;
    border: none;
    color: #0e0e0e;
    font-size: 24px;
    cursor: pointer;
}

.navigation {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    position: absolute;
    width: 100%;
    top: 60px;
    margin-top: -1px;
    left: 0;
    background-color: #ffffff;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.208);
    overflow: hidden;
    z-index: 99;
    transition: all 0.5s ease;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation ul li {
    padding: 10px 10px 10px 20px;
}

.navigation ul li a {
    color: #080808;
    text-decoration: none;
    font-size: 15px;
}



.div_text_sobrenos {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0px 45px;
}

.div_text_sobrenos h1 {
    font-size: 25px;
    line-height: 44px;
    font-weight: 400;
}

.div_text_sobrenos p {
    font-size: 14px;
    line-height: 26px;
}

.text_implementacao {
    font-size: 14px;
    line-height: 26px;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px 45px 0px;
}



footer {
    background-color: var(--color3);
}

.div-footer-2 {
    display: flex;
    gap: 22px;
    padding-bottom: 18px;
}

.div-footer-1 img {
    width: 90px;
}

.div-footer-1 h2 {
    color: var(--color2);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    max-width: 367px;
    padding-bottom: 13px;
}

.ul-text-footer-1 li a {
    color: var(--color2);
    font-size: 11px;
    line-height: 24px;
    font-weight: 500;
    max-width: 367px;
}

.div-footer-1 ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.div-footer-text-2 h2 {
    color: var(--color2);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}

.div-footer-text-2 ul a {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-2 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.div-footer-text-2 ul li {
    font-weight: 400;
    color: black;
    font-size: 12px;
}

.div-footer-2 img {
    height: 55px;
}

.div-footer-text-3 ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.div-footer-text-3 ul li {
    font-size: 18px;
}

.div-footer-text-3 h2 {
    color: var(--color3);
    font-size: 18px;
    padding-bottom: 5px;
}

.div-footer-text-3 ul li {
    color: var(--color3);
    font-weight: 200;
}

.container-footer {
    width: 93%;
    margin: 1px auto;
}

.div-footer-1 {
    padding: 14px 0px;
}

footer h3 {
    color: var(--color2);
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    padding: 14px 0px 15px;
    border-top: 1px solid var(--color2);
}

footer p {
    padding: 10px 0px;
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    width: 92%;
    font-size: 11px;
    line-height: 15px;
}


/* CONTAINER FORM */
.cta-final-formulário {
    height: 350px;
    background-image: url(/img/ripped-paper-revealing-dollar-bill.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    opacity: 86%;
}

.cta-final-formulário h2 {
    font-size: 31px;
    width: 90%;
    line-height: 35px;
    font-weight: 500;
    padding: 4px 0px;
    color: white;
    margin: 0 auto;
}

.container-formulario {
    background: black;
}

.formulario {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0px;
}

.formulario h2 {
    font-size: 24px;
    width: 90%;
    font-weight: 300;
    padding: 4px 0px;
    color: white;
}

.formulario p {
    font-size: 14px;
    line-height: 21px;
    color: white;
    padding-bottom: 10px;
}

.formulario input::placeholder {
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.formulario input {
    background: transparent;
    border: none;
    font-size: 17px;
    padding: 3px 0px;
    margin: 10px 0px;
    border-bottom: 1px solid white;
}

.formulario button {
    padding: 5px 0px;
    width: 230px;
    height: 38px;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 8px;
    color: black;
    font-size: 19px;
    font-weight: 500;
}

.figure_img_sobrenos {
    width: 90%;
    padding: 40px 0px 0px;
    margin: 0 auto;
}

.figure_img_sobrenos img {
    width: 100%;
    border-radius: 8px;
}

@media (min-width: 600px) {
    #button-smre-header {
        display: block;
        width: 115px;
        height: 31px;
        font-size: 15px;
        color: white;
        border: none;
        border-radius: 5px;
        background: #68acab;
    }


    .menu-toggle {
        display: none;
    }

    .navigation {
        visibility: visible;
        width: auto;
        opacity: 1;
        max-height: none;
        position: static;
        background-color: transparent;
        box-shadow: none;
    }

    header {
        box-shadow: 0px;
        position: fixed;
    }

    .container-header {
        max-width: 1250px;
        margin: 0 auto;
    }


    .navigation ul li {
        display: inline;
        padding: 0 15px;
    }

    swiper-container {
        padding-top: 55px;
        width: 100%;
        height: 500px;
        background: #000;
    }

    .div-auxiliar-banner {
        display: block;
    }

    #nav-navigation {
        display: flex;
        gap: 25px;
    }

    .mobile {
        display: none;
    }

    #nome-sly {
        text-align: start;
    }

    .desck {
        display: block;
    }

    swiper-slide .title {
        font-size: 48px;
        max-width: 620px;
        font-weight: 400;
    }

    .title span {
        font-size: none;
        font-weight: none;
    }

    swiper-slide .subtitle {
        font-size: 19px;
        max-width: 525px;
        line-height: 25px;
        padding: 4px;
    }







    .container_sobrenos {
        display: flex;
        max-width: 900px;
        align-items: flex-end;
        justify-content: center;
        margin: 0 auto;
        gap: 50px;
        padding: 60px 0px 0px;
    }

    .text_implementacao {
        font-size: 13px;
        line-height: 26px;
        max-width: 894px;
        margin: 0 auto;
        padding-bottom: 40px;
    }


    .figure_img_sobrenos img {
        height: 323px;
        padding: 40px 0px;
    }

    .div_text_sobrenos p {
        font-size: 13px;
    }

    .container-formulario {
        display: flex;
        justify-content: center;
    }

    .cta-final-formulário {
        width: 50%;
        justify-content: flex-end;
    }

    #id-div-formulario {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .formulario {
        width: 410px;
        margin: 25px 45px;
        padding: 0px;
    }

    .cta-final-formulário h2 {
        width: 470px;
        margin: 0px;
        font-size: 35px;
    }

    .container-footer {
        margin: 1px auto;
        display: flex;
        justify-content: space-between;
        max-width: 800px;
        padding: 25px 0px;
    }

    .div-footer-1 {
        padding: 0px 0px;
    }

    .div-footer-1 h2 {
        padding: 13px 0px;
    }

    footer h3 {
        width: 500px;
        margin: 0 auto;
    }


}