:root {
    --color1: #4f6358;
    --color2: #1B2737;
    --color3: #344967;
    --color4: #fff;
    --color5: #000;
    --color6: #F2E7A9;

    --text-weigth: 500;

    --titulo: 29px;
    --subtitulo: font-size: 20px;
    --text: 17px;

}

html {
    scroll-behavior: smooth;
}


body {
    background-color: #000;
}

header {
    width: 100%;
    height: 65px;
    background: var(--color1);
    position: fixed;
    z-index: 9999;
    box-shadow: 3px 2px 7px #0000004a;
}


/* main {
    background: white;
} */

.container-header {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: var(--color4);
}

.nav1 {
    display: none;
}

.figure-logo img {
    width: 110px;
}



.nav-2-header button {
    display: none;
}

.section-cirurgias {
    background: white;
}

.nav-menu {
    display: flex;
    gap: 25px;
}

.nav-menu a {
    color: var(--color4);
    font-size: 15px;
}

.nav-menu-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-menu-icons img {
    width: 25px;
}

.nav-menu-icons button {
    width: 225px;
    border: none;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    background: var(--color4);
}

.nav-menu-icons button a {
    color: var(--color1);
}

#button-header {
    display: none;
}

#button-secund-banner {
    background: transparent;
    border: 1px solid rgb(255 255 255);
}

#button-secund-banner a {
    color: rgb(255, 255, 255);
}

/* container banner */

.button-banner-main {
    display: block;
    background: var(--color1);
    border: none;
    border-radius: 3px;
    color: var(--color4);
    padding: 11px 10px;
    font-size: 21px;
    cursor: pointer;
    width: 254px;
    margin-top: 10px;
}

.video-bk-banner {
    display: none;
}

.background-banner {
    background-image: url(/img/bannerMobile\ \(9\).png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: flex-end;
    padding-bottom: 20px;
    display: flex;
    height: 787px;
}

@keyframes changeBackgroundImage {
    0% {
        background-image: url(img/1.png);
    }

    5% {
        background-image: url(img/2.png)
    }

    10% {
        background-image: url(img/3.png);
    }

    15% {
        background-image: url(img/4.png);
    }

    20% {
        background-image: url(img/5.png);
    }

    25% {
        background-image: url(img/6.png);
    }

    30% {
        background-image: url(img/7.png);
    }

    35% {
        background-image: url(img/8.png);
    }

    40% {
        background-image: url(img/9.png);
    }

    45% {
        background-image: url(img/10.png);
    }

    50% {
        background-image: url(img/11.png);
    }

    55% {
        background-image: url(img/12.png);
    }

    60% {
        background-image: url(img/1.png);
    }

    65% {
        background-image: url(img/2.png)
    }

    70% {
        background-image: url(img/3.png);
    }

    75% {
        background-image: url(img/4.png);
    }

    80% {
        background-image: url(img/5.png);
    }

    85% {
        background-image: url(img/6.png);
    }

    90% {
        background-image: url(img/7.png);
    }

    95% {
        background-image: url(img/8.png);
    }

    100% {
        background-image: url(img/9.png);
    }
}

.container-text-banner {
    width: 92%;
    margin: 0 auto;
}

.container-text-banner h2 {
    font-size: 15px;
    line-height: 21px;
    color: var(--color4);
    max-width: 330px;
}

.container-text-banner h1 {
    font-size: 32px;
    line-height: 28px;
    font-weight: 600;
    padding: 3px 0px;
    color: #fff;
}


.container-text-banner p {
    font-size: 14px;
    line-height: 21px;
    padding: 0px 0px 10px;
    max-width: 349px;
    color: var(--color4);
}

.div-button-banner button {
    padding: 5px 0px;
    width: 246px;
    height: 35px;
    background: var(--color4);
    border: none;
    border-radius: 8px;
}

.div-button-banner button a {
    color: var(--color5);
    font-size: 17px;
    font-weight: 600;
}

#button-header-contato {
    display: none;
}

/* contianer cirurgia */

.container-cirurgias {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0px;
}

.div-cirurgias {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.div-cirurgias img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
}

/* container sobre nos */

.container-sobrenos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    gap: 15px;
    margin: 0 auto;
    padding: 45px 0px 45px;
}

.section-sobrenos {
    background: #ffffff;
}

.div-fundo-sobrenos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.section-background {
    display: none;
}

.container-sobrenos img {
    display: none;
    width: 100%;
}

#gif {
    display: block;
    width: 100%;
}

.div-position-sobrenos h2 {
    font-size: 25px;
    font-weight: 500;
}

.div-position-sobrenos p {
    font-size: 16px;
    line-height: 28px;
    max-width: 421px;
}

/* container  estratégia */

swiper-container {
    width: 100%;
    height: 450px;
    cursor: pointer;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

swiper-slide img {
    /* border-radius: 27px; */
    border-top-left-radius: 56px;
    border-bottom-right-radius: 56px;
    display: block;
    width: 93%;
    /* height: 100%; */
    padding-bottom: 13px;
    object-fit: cover;
}

.img-estrategias {
    display: none;
}

.section-estrategia {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
    background: white;
}

.div-estrategia h2 {
    font-size: 25px;
    font-weight: 500;
}

.div-estrategia P {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
}

.estrategia-mobile {
    height: 400px;
}

/* containe instituicional */

.section-institucional {
    background: rgb(255, 255, 255);
}

.container-quemprecisa {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
}

.titulo-container-quemprecisa {
    font-size: 25px;
    font-weight: 500;
    line-height: 27px;
    max-width: 317px;
    padding-bottom: 20px;
}

.card-quemprecisa {
    border: 1px solid #00000012;
    border-radius: 8px;
    box-shadow: 2px 4px 6px #00000029;
    padding: 10px 8px 13px;
    background: white;
}

.card-quemprecisa img {
    width: 100%;
    padding: 0px 0px 7px;
}

.card-quemprecisa h2 {
    padding: 5px 0px 10px;
    font-size: 20px;
    font-weight: 600;
}

.card-quemprecisa p {
    font-size: 15px;
    line-height: 21px;
    padding-bottom: 15px;
}

.card-quemprecisa a {
    font-weight: 700;
    color: #0F2A24;
    font-size: 16px;
    cursor: pointer;
}

#seta-card-quemprecisa {
    width: 23px;
}

.div-quemprecisa {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 21px;
}

.container-section {
    background: white;
}


/* container formulário */

.cta-final-formulário {
    height: 350px;
    background-image: url(img/ctafinal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.cta-final-formulário h2 {
    font-size: 31px;
    width: 90%;
    line-height: 35px;
    font-weight: 300;
    padding: 4px 0px;
    color: white;
    margin: 0 auto;
}

.container-formulario {
    background: #4f6358;
}

.formulario {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 25px 0px;
}

.formulario select {
    background: transparent;
    color: white;
    font-size: 15px;
    padding: 9px 0px 5px;
    border: none;
    border-bottom: 1px solid;
}

.formulario input {
    color: white;
}

.formulario h2 {
    font-size: 22px;
    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: 10px 8px;
    margin: 15px 0px;
    border: 1px solid white;
    border-radius: 10px;

}

.formulario button {
    padding: 7px 0px;
    width: 185px;
    height: 36px;
    background: #ffffff;
    font-size: 19px;
    border: none;
    border-radius: 6px;
}

/* container footer */

footer p {
    text-align: center;
    background: #4f6358;
    padding: 10px 0px;
}

@media (min-width: 600px) {

    header {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .nav1 {
        display: block;
    }

    .figure-logo img {
        width: 160px;
        cursor: pointer;
    }

    .nav-2-header button {
        display: block;
        background: var(--color4);
        border: none;
        border-radius: 3px;
        color: var(--color5);
        padding: 12px 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .nav-2-header {
        display: flex;
        gap: 20px;
    }

    .container-header {
        max-width: 1210px;
        height: 75px;
    }

    .button-header {
        padding: 5px 0px;
        width: 153px;
        background: white;
        border: none;
        border-radius: 8px;
        cursor: pointer;
    }

    .button-header:hover {
        background-color: #F2E7A9;
    }

    #button-header-contato li a {
        color: var(--color5);
        font-size: 18px;
    }

    #button-header-contato li a {
        color: #344967;
    }

    .nav-menu {
        align-items: center;
    }

    .nav-menu-icons img {
        width: 30px;
    }

    #button-header {
        display: block;
    }

    #card-desck {
        display: flex;
    }

    #cards-mobile {
        display: none;
    }

    /* container bannner */

    .div-cirurgias {
        flex-direction: row;
    }

    .video-bk-banner {
        display: block;
    }

    .video-bk-banner {
        opacity: 85%;
        top: 0;
        left: 0;
        object-fit: cover;
        position: fixed;
        width: 100%;
        z-index: -10;
        height: 90vh;
        margin-top: 70px;
    }

    .cards-numbers {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .cards-numbers span {
        font-size: 30px;
    }

    .background-banner {
        background-image: url(img/Design\ sem\ nome\ \(40\).png);
    }

    .container-text-banner {
        max-width: 1210px;
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .container-text-banner h2 {
        font-size: 19px;
        font-style: italic;
        font-weight: 400;
        line-height: 23px;
        max-width: 508px;
    }

    .background-banner {
        animation: none;
        align-items: center;
        height: 100vh;
    }

    .background-banner h1 {
        font-size: 45px;
        margin: 0px;
        max-width: 615px;
        line-height: 50px;
        font-weight: 600;
        color: var(--color4);
    }

    .container-text-banner p {
        max-width: 492px;
        font-size: 15px;
        font-size: 20px;
        font-style: italic;
        font-weight: 300;
        line-height: 25px;
    }


    #button-secund-banner {
        background: transparent;
        border: 1px solid var(--color4);
    }

    #button-secund-banner a {
        color: var(--color4);
    }

    .marquee {
        margin-top: -40px;
    }


    /* container sobre nos  */


    #SobreNos-2 {
        flex-direction: row-reverse;
    }

    .container-sobrenos {
        flex-direction: row;
        width: 100%;
        display: flex;
        gap: 0px;
        background: transparent;
        padding: 0px;
    }

    #img-background-2 {
        background-image: url(img/esg.jpg);
    }


    .div-fundo-sobrenos {
        height: 444px;
        width: 50%;
        background: #1e1e1e;
        align-items: center;
        justify-content: center;
    }

    .section-background {
        display: block;
        width: 50%;
        background-image: url(img/sobrenos.jpg);
        background-size: cover;
        height: 444px;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* .section-sobrenos {
        background: transparent;
    } */

    #img-bk-vazada {
        display: block;
        height: 444px;
    }

    .div-position-sobrenos h2 {
        font-size: 40px;

    }

    .div-position-sobrenos {
        color: white;
    }

    #gif {
        display: none;
    }

    #section-empresas {
        background: white;
    }

    /* container insticional */

    .container-quemprecisa {
        padding: 85px 0px;
        max-width: 1155px;
    }

    .div-quemprecisa {
        flex-direction: row;
        padding: 10px 0px;
    }

    .card-quemprecisa {
        width: 303px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .card-quemprecisa h2 {
        font-size: 20px;
    }



    .card-quemprecisa img {
        padding: 0px;

    }

    /* container estratégia */

    .section-estrategia {
        background: rgb(239, 239, 239);
        width: 100%;
    }

    .estrategia-mobile {
        display: none;
    }

    .div-estrategia {
        max-width: 1180px;
        margin: 0 auto;
    }

    .div-estrategia h2 {
        padding-bottom: 10px;
    }

    .img-estrategias img {
        width: 220px;
    }

    .img-estrategias {
        display: block;
        display: flex;
        justify-content: space-around;
    }


    .container-noticia {
        display: flex;
        justify-content: flex-start;
        gap: 33px;
    }


    .titulo-container-quemprecisa {
        max-width: 387px;
    }

    /* contianer form  */

    .container-formulario {
        display: flex;
        justify-content: center;
    }

    .cta-final-formulário {
        width: 50%;
        height: 431px;
        justify-content: flex-end;
    }

    #id-div-formulario {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .formulario {
        width: 410px;
        margin: 10px 45px;
        padding: 0px 0px;
    }

    .formulario h2 {
        font-size: 29px;
        line-height: 31px;
        width: 100%;
    }

    .formulario p {
        font-size: 15px;
        font-weight: 200;
        line-height: 20px;
        color: white;
        padding-bottom: 5px;
    }

    .cta-final-formulário h2 {
        width: 470px;
        margin: 0px;
        font-size: 40px;
        line-height: 42px;
    }

}