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;
}






swiper-container {
    width: 100%;
    height: 500px;
    background: #000;
}



swiper-slide {
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding: 40px 45px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom;
}

swiper-slide .title {
    font-size: 30px;
    font-weight: 200;
}

.title span {
    font-size: 40px;
    font-weight: 400;
}

.mobile {
    display: block;
}

.desck {
    display: none;
}

swiper-slide .subtitle {
    font-size: 13px;
    line-height: 17px;
    padding-top: 4px;
}

swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

swiper-slide img {
    height: 50px;
}

.div-auxiliar-banner {
    display: none;
}

#nav-navigation {
    display: none;
}



.container-section-1 {
    background-color: rgba(217, 217, 217, 0.28);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 0px;
}

#conheca {
    padding: 0px 0px 0px;
}

.img-section-1 {
    width: 94%;
    margin: 0px 0px 0px;
    border-radius: 8px;
}

.div-text-section1 {
    width: 90%;
    margin: 11px auto 0px;
}

.div-text-section1 h2 {
    font-size: 33px;
    line-height: 44px;
    font-weight: 600;
}

.div-text-section1 p {
    font-size: 17px;
    line-height: 26px;
}


.div-bk-diferencias {
    display: flex;
    padding: 70px 0px;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
    gap: 35px;
}

.div-bk-diferencias h2 {
    font-size: 33px;
    line-height: 44px;
    font-weight: 600;
}



.div-cards-diferenciais {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cards-diferencias h3 {
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 700;
}

.cards-diferencias img {
    width: 100px;
}

.cards-diferencias {
    border-radius: 7px;
    box-shadow: 3px 3px 12px #0000004f;
    padding: 15px 25px 25px;
}

#seta-saibamais a img {
    width: 25px;
}

#seta-saibamais a {
    font-weight: 600;
    color: #0F2A24;
}

#seta-saibamais {
    padding: 25px 0px 0px;
}

/* container cards */

.container-servicos {
    max-width: 900px;
    margin: 0px auto;
    padding: 51px 0px;
    width: 90%;
    margin: 0 auto;
}

.container-servicos h2 {
    font-size: 33px;
    line-height: 38px;
    font-weight: 600;
}

.container-button {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px;
}

.container-button button {
    border: none;
    padding: 10px;
    border-radius: 2px;
    margin: 5px 7px 5px 0px;
    background-color: rgb(187 187 187 / 50%);
    color: var(--color2);
    cursor: pointer;
    border-radius: 8px;
    font-size: 13px;
    width: 67px;
    transition: all 0.2s ease-in-out;
}

.container-button button:hover {
    background-color: #113213;
    color: #eee;
}

#img-servicos {
    display: none;
    height: 90px;
    opacity: 70%;
}

.div-informacao p {
    font-size: 14px;
    line-height: 23px;
}

/* 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;
}

/* container footer */

footer p {
    padding: 10px 0px;
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    width: 92%;
    font-size: 11px;
    line-height: 15px;
}








/** Card **/
.card {
    margin: 3px auto 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    padding: 20px;
    background-color: white;
    text-align: justify;
    /* box-shadow: 10px 10px 10px rgb(26 26 26 / 39%); */
    border-radius: 8px;
    position: relative;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 20px solid transparent;
    border-top: 20px solid #725840;
    border-right: 20px solid #725840;
}

/** Icon **/
.icon {
    margin-bottom: 20px;
}

.icon img {
    width: 250px;
}

/** Content **/
.content {
    height: 215px;
    overflow: hidden;
    position: relative;
}

.content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #101923;
    padding: 5px;
    text-align: center;
}

.content p {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    padding: 8px 0px 10px;
    max-width: 290px;
    margin: 0 auto;
}

.content::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #ffffff);
}

.content h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
}

.content h3::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #06d62e;
    bottom: 4px;
    border-radius: 100px;
}

/** Read More/Less Button **/
.button-Open-cards {
    border: none;
    padding: 10px;
    border-radius: 2px;
    margin-top: 15px;
    background-color: transparent;
    color: var(--color2);
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #725840;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}

.button-Open-cards:hover {
    border: 1px solid #113213;
    background-color: rgb(242, 242, 242);
    transition: all 0.2s ease-in-out;
    font-size: 17px;
}


/** Active **/
.card.active .content {
    height: auto;
}

.card.active .content::before {
    visibility: hidden;
}






/* container footer */


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);
}

#second-button {
    background-color: transparent;
    border-radius: 8px;
}

#second-button a {
    color: var(--color3);
    font-weight: 300;
}





@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: 90vh;
    }

    .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;
    }

    /* header {
        display: block;
        width: 100%;
    }

    header div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    swiper-slide img {
        height: 55px;
    }

    .section-banner {
        width: 90%;
        margin: 0 auto;
    }

    nav a {
        color: white;
        font-size: 17px;
    } */

    .container-cards-especialidades {
        display: flex;
        max-width: 1280px;
        flex-wrap: wrap;
    }

    .card {
        width: 315px;
        border-radius: 7px;
        box-shadow: 3px 3px 12px #0000004f;
    }

    .div-text-section1 h2 {
        text-align: center;
    }

    .content h2 {
        padding: 10px 0px;
        font-size: 20px;
        font-weight: 700;
    }

    .content p {
        font-size: 14px;
    }

    .content {
        height: 170px;
    }

    .container-cards-especialidades {
        display: flex;
        max-width: 1280px;
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: row;
    }

    .div-informacao {
        display: flex;
        padding: 50px 0px 3px;
        gap: 44px;
        align-items: center;

    }

    .div-informacao p {
        font-size: 14px;
        line-height: 23px;
    }

    .div-informacao img {
        height: 140px;
    }

    .container-section-1 {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 50px;
        padding: 70px 0px 70px;
    }

    #section3 {
        flex-direction: column;
    }

    .img-section-1 {
        width: 420px;
    }

    .div-text-section1 {
        width: 530px;
        margin: 0px;
    }

    .div-text-section1 p {
        font-size: 15px;
    }

    .container-servicos {
        max-width: 900px;
        margin: 0 auto;
        padding: 51px 0px;
    }

    .container-servicos h2 {
        text-align: center;
        font-size: 33px;
        line-height: 44px;

        padding-bottom: 20px;
    }

    .container-button {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .container-button button {
        border: none;
        padding: 10px;
        border-radius: 2px;
        margin-top: 15px;
        background-color: rgb(217 217 217 / 50%);
        color: var(--color2);
        cursor: pointer;
        border-radius: 8px;
        font-size: 16px;
        width: 130px;
        transition: all 0.2s ease-in-out;
    }

    .div-servicos {
        padding: 15px 15px 35px;
        background: #ffffff;
        border-radius: 4px;
    }

    #img-servicos {
        display: block;
    }

    .container-button {
        gap: 0px;
    }

    .container-button button {
        width: 114px;
    }

    .div-informacao {
        padding: 5px 0px 3px;
    }





    .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;
    }

    .div-cards-diferenciais {
        display: flex;
        margin: 0 auto;
        flex-direction: row;
        gap: 22px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .div-bk-diferencias {
        max-width: 1210px;
        margin: 0 auto;
    }

    .cards-diferencias {
        width: 259px;
        padding: 40px 25px 50px;
    }

    .cards-diferencias p {
        font-size: 14px;
    }

    .container-deiferenciais {
        background-color: white;
    }

    .cards-diferencias img {
        width: 70px;
    }

    .container-deiferenciais {
        background-image: url(/img/Design\ sem\ nome\ \(28\).png);
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* containe footer */


    .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;
    }




}