/***************** Geral *******************/

*,
html {
    padding: 0;
    margin: 0;
}

button a {
    text-decoration: none;
}

p a {
    text-decoration: none;
}

.btn-quero a {
    color: #000;
}

@font-face {
    font-family: Bw Gradual DEMO-Black;
    src:
        url('../Bw\ Gradual\ DEMO/BwGradualDEMO-Black.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Bw Gradual DEMO-Medium;
    src:
        url('../Bw\ Gradual\ DEMO/BwGradualDEMO-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Bw Gradual DEMO-Light;
    src:
        url('../Bw\ Gradual\ DEMO/BwGradualDEMO-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {

    font-family: Bw Gradual DEMO-Medium;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: Regular;
    line-height: normal;
}

/*Configurações Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
    border-radius: 30px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #5C5C5C;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E1FF01;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #cee61a;
}


.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-link {
    color: #000;
}

.nav-item>a:hover {
    background: #E1FF01;
    border-radius: 30px;
    color: #000;
}


.logo {
    width: 197px;
    height: 63px;
    flex-shrink: 0;
    vertical-align: middle;
    background: url('../Images/valoz_logo.svg'), -136.554px -94.377px / 238.509% 420.233% no-repeat;
    border: none;
    margin-bottom: -2%;
}


/********************** Menu ****************************/
.menu {
    width: 50%;
    justify-content: space-around;
    vertical-align: middle;
    padding-top: 1%;
    margin-bottom: -2%;
}

/*********************** Seções ************************/
.sectionYellow {
    background-color: #E1FF01;
    border-radius: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 2%;
}


.sectionWhite {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.footer {
    background: linear-gradient(151deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 5% 0% 5% 0%;
    width: 100%;
    margin-top: 5%;
}

.bar-Section {
    display: flex;
    flex: 1;
    height: 500px;
    background: white;
    border-radius: 2px;
    margin-left: -10%;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(140deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
    border-radius: 20px;
    padding-top:5%;
    margin: 1%;
}


.yellowCard {
    background-color: #E1FF01;
    margin-top: 10%;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    padding: 10% 0% 20% 0%;
    background: linear-gradient(140deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
}


/********************* Textos ******************************/
.main {
    margin: 0 auto;
    width: 90%;
}

.textos {
    display: flex;
    flex-direction: column;
    height: 500px;
    padding-top: 9%;
    margin-left: -12%;
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content: center;

}

.textosWhite {
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
}

.titulo {
    color: #000;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: Bw Gradual DEMO-Black;
    width: 100%;
    padding-bottom: 5%;
}

.texto {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 70%;
}

.tituloWhite {
    color: #000;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: Bw Gradual DEMO-Black;
    width: 100%;
    padding: 2%;
}

.textoWhite {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2%;
}



.titulo-card {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 7% 6% 0% 6%;
    font-family: Bw Gradual DEMO-Black;

}

.texto-card {
    padding: 1% 5% 1% 5%;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 90%;
    margin: 0 auto;
}

.textos-app {
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    width: 45%;
    padding: 3%;
}

.titulo-app {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-family: Bw Gradual DEMO-Black;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 5%;
}

.texto-app {
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    font-family: Bw Gradual DEMO-Light;
    width: 80%;
    margin: 0 auto;
    padding-top: 5%;
}

.texto-app-yellow {
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    background-color: #E1FF01;
    margin: 0 auto;

    width: 80%;

}

.texto-app-cinza {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #5C5C5C;
    padding: 5%;
}

.btn-app {
    width: 80%;
    height: 97px;
    top: 3348px;
    left: 806px;
    border-radius: 20px;
    border: 2.5px;
    border: solid 1px black;
    margin: 5%;
    background: linear-gradient(93.77deg, #E1FF01 -40.06%, rgba(255, 255, 255, 0) 104.39%);

}
.link-app
{
color: #000;
font-size: 25px;
font-weight: 900;
line-height: 30px;
letter-spacing: 0em;
text-align: center;

}

.titulo-financiamento {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 10% 10% 5% 10%;
    font-family: Bw Gradual DEMO-Black;
    width: 85%;
}

.texto-financiamento {
    padding: 3%;
    color: #000;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    font-family: Bw Gradual DEMO-Light;

}

/********************** Botões ******************************/
.btn-reembolso {
    color: #E1FF01;
    background-color: #000;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    width: 250px;
    height: 56px;
    flex-shrink: 0;
    border: none;

}

.btn-conheca {
    color: #E1FF01;
    background-color: #000;
    border-radius: 30px;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    width: 250px;
    height: 56px;
    flex-shrink: 0;
    border: none;
    font-family: Bw Gradual DEMO-Black;
}

.btn-quero {
    background: none;
    color: #000;
    border-radius: 30px;
    border-color: #000;
    border-style: solid;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 250px;
    height: 56px;
    flex-shrink: 0;
}


/*******************Imagens************************/
.empresario {

    width: 100%;
    height: 100%;
}

.doctors {
    padding: 7% 5% 5% 5%;

}

.img-block {
    width: 210px;
    height: 210px;
    padding: 5% 0% 0% 0%;

}

.img-card {
    width: 71px;
    height: 57px;
    z-index: 1;
    margin-top: 36px;
}

.img-contorno {
    width: 145px;
    height: 145px;
    position: relative;
    margin-top: -34%;
}
.img-preto
{
    width: 132px;
    height: 132px;
    position: relative;
    margin-top: -24%;
}
.app-home {
    width: 281px;
    height: 531px;
    flex-shrink: 0;
    position: absolute;
    z-index: 1;

}

.carteira {
    width: 320px;
    height: 506px;
    flex-shrink: 0;
    margin-left: 13.5%;
    position: absolute;
    margin-top: 1%;
    z-index: 1;
}

.yellowcircle {
    width: 436px;
    height: 437px;
    flex-shrink: 0;
    z-index: 0;
    margin: 21% 0% 0px 11%;
}

.app-desktop
{
    display: block;
}

.app-celular
{
    display: none;
}

.social {

    margin: 2%;
    width: 25px;

}

.financiamento-medico {
    padding: 2%;
}

.sectionWhiteResponsiva {
    display: none;
}

.logo-responsivo {
    display: none;
}

.response {
    display: none;
}

.doctor-celular {
    display: none;
}

/************ Responsividade - Index.php **************/

.navbar-toggler {
    border-radius: 50%;
    background-color: #000;
    height: 42px;
    width: 42px;
    margin-right: -30px;

}

.fa-bars {
    color: #E1FF01;
}

@media screen and (max-width:375px) {
    #doctor-desktop
    {
        display: none;
    }

    .empresario
    {
        height: 210px;
        object-fit: cover;
        object-position: 17px 10px; 
    }
  
    .tituloWhite {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        width: 100%;
        padding: 5%;
        margin: 0 auto;
    }
    
    .textoWhite {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 2%;
    }
    
    .titulo-card {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 7% 6% 0% 6%;
        font-family: Bw Gradual DEMO-Black;
    
    }
    
    .texto-card {
        padding: 1% 5% 1% 5%;
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 90%;
        margin: 0 auto;
    }
    
    .app-home {
        width: 127px;
        height: 270px;
        flex-shrink: 0;
        position: absolute;
        z-index: 1;
        margin: 0  auto;
        
    }
    
    .carteira {
        width: 133px;
        height: 257px;
        flex-shrink: 0;
        margin-left: 23.5%;
        position: absolute;
        margin-top: 1%;
        z-index: 1;
    }
    
    .yellowcircle {
        width: 230px;
        height: 230px;
        flex-shrink: 0;
        z-index: 0;
        margin: 10% 0% 10% 5%;
    }
    
    .titulo-app {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 5%;
    }
    
    .texto-app {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-align: center;
        font-family: Bw Gradual DEMO-Light;
        width: 90%;
        margin: 0 auto;
        padding-top: 5%;
    }
    
    .texto-app-yellow {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 5%;
        background: none;    
    }
    
    .texto-app-cinza {
        font-size: 18px;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: #5C5C5C;
        padding: 5%;
    }
    
    .btn-app {
        width: 80%;
        height: 50px;
        top: 3348px;
        left: 806px;
        border-radius: 20px;
        border: 2.5px;
        border: solid 1px black;
        margin-top: 10%;
        background: linear-gradient(93.77deg, #E1FF01 -40.06%, rgba(255, 255, 255, 0) 104.39%);
    
    }
    .link-app
    {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    
    }
    
    .app-desktop
    {
        display: none;
    }

    .app-celular
    {
        display: block;
    }
  

    .direitos {
        font-size: 15px;
    }

    .btn-quero a {
        text-decoration: none;
        color: #E1FF01;
    }

    
    .logo {
        display: none;
    }

    .logo-responsivo {
        margin-left: -50px;
        display: block;
    }

    .menu {
        width: 100%;
    }


    .titulo {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        padding-right: 2%;
        margin-top: -3%;
    }

    .texto {
        padding-bottom: 1%;
        padding-left: 0%;
        padding-right: 0%;
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 100%;
        margin-bottom: 5%;
        margin-top: -3%;
        font-family: Bw Gradual DEMO-Light;

    }

    .btn-quero {
        color: #E1FF01;
        background-color: #000;
        border-radius: 30px;
        text-align: center;
        font-size: 7px;
        font-style: normal;
        line-height: normal;
        font-weight: lighter;
        width: 101px;
        height: 21px;
        flex-shrink: 0;
        border: none;
        margin-bottom: 10px;
    }

    .sectionYellow {
        background-color: #E1FF01;
        border-radius: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 2%;
    }

 
    .nav-item {
        font-size: 10px;

    }

    .doctors {
        height: 220px;
        width: 100%;
        object-fit: cover;
        object-position: 5px -10px;
        border-radius: 30px; 
    }

    .DepoimentosResponsivo {
        background-color: #E1FF01;
        margin-left: -2%;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 3%;
        width: 105%;
        border-radius: 10px;
        background: linear-gradient(140deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
    }

    .img-card {
        width: 60px;
        height: 65px;
        z-index: 1;
        position: relative;
        background-color: #000;
        padding: 5px;
        border-radius: 50%;
    }
    
    .img-contorno {
        width: 70px;
        height: 70px;
        position: absolute;
        z-index: 1;
        margin-top: 9%;
        margin-left: -17.5%;
        
    }
    
   

    .sectionWhiteResponsiva {
        display: block;
    }

    .financiamento-desktop {
        display: none;
    }

    .titulo-porque {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 5%;
        margin-top: 3%;
        font-family: Bw Gradual DEMO-Black;
        width: 100%;
    }

    .texto-porque-responsivo {
        padding: 5%;
    }

    .bar-Section {
        display: none;
    }

    
}

@media (min-width:376px) and (max-width:480px) {
    #doctor-desktop
    {
        display: none;
    }

    .empresario
    {
        height: 300px;
        object-fit: cover;
        object-position: 10px 10px; 
    }
  
    .tituloWhite {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        width: 100%;
        padding: 5%;
        margin: 0 auto;
    }
    
    .textoWhite {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 2%;
    }
    
    .titulo-card {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 7% 6% 0% 6%;
        font-family: Bw Gradual DEMO-Black;
    
    }
    
    .texto-card {
        padding: 1% 5% 1% 5%;
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 90%;
        margin: 0 auto;
    }
    
    .app-home {
        width: 127px;
        height: 270px;
        flex-shrink: 0;
        position: absolute;
        z-index: 1;
        margin: 0  auto;
        
    }
    
    .carteira {
        width: 133px;
        height: 257px;
        flex-shrink: 0;
        margin-left: 18.5%;
        position: absolute;
        margin-top: 1%;
        z-index: 1;
    }
    
    .yellowcircle {
        width: 230px;
        height: 230px;
        flex-shrink: 0;
        z-index: 0;
        margin: 10% 0% 10% 2%;
    }
    
    .titulo-app {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 5%;
    }
    
    .texto-app {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-align: center;
        font-family: Bw Gradual DEMO-Light;
        width: 90%;
        margin: 0 auto;
        padding-top: 5%;
    }
    
    .texto-app-yellow {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 5%;
        background: none;    
    }
    
    .texto-app-cinza {
        font-size: 18px;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: #5C5C5C;
        padding: 5%;
    }
    
    .btn-app {
        width: 80%;
        height: 50px;
        top: 3348px;
        left: 806px;
        border-radius: 20px;
        border: 2.5px;
        border: solid 1px black;
        margin-top: 10%;
        background: linear-gradient(93.77deg, #E1FF01 -40.06%, rgba(255, 255, 255, 0) 104.39%);
    
    }
    .link-app
    {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    
    }
    
    .app-desktop
    {
        display: none;
    }

    .app-celular
    {
        display: block;
    }
  

    .direitos {
        font-size: 15px;
    }

    .btn-quero a {
        text-decoration: none;
        color: #E1FF01;
    }

    
    .logo {
        display: none;
    }

    .logo-responsivo {
        margin-left: -50px;
        display: block;
    }

    .menu {
        width: 100%;
    }


    .titulo {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        padding-right: 2%;
        margin-top: -3%;
    }

    .texto {
        padding-bottom: 1%;
        padding-left: 0%;
        padding-right: 0%;
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 100%;
        margin-bottom: 5%;
        margin-top: -3%;
        font-family: Bw Gradual DEMO-Light;

    }

    .btn-quero {
        color: #E1FF01;
        background-color: #000;
        border-radius: 30px;
        text-align: center;
        font-size: 7px;
        font-style: normal;
        line-height: normal;
        font-weight: lighter;
        width: 101px;
        height: 21px;
        flex-shrink: 0;
        border: none;
        margin-bottom: 10px;
    }

    .sectionYellow {
        background-color: #E1FF01;
        border-radius: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 2%;
    }

 
    .nav-item {
        font-size: 10px;

    }

    .doctors {
        height: 300px;
        width: 100%;
        object-fit: cover;
        object-position: 0px 0px;
        border-radius: 30px; 
    }

    .DepoimentosResponsivo {
        background-color: #E1FF01;
        margin-left: -2%;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 3%;
        width: 105%;
        border-radius: 10px;
        background: linear-gradient(140deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
    }

    .img-card {
        width: 60px;
        height: 65px;
        z-index: 1;
        position: relative;
        background-color: #000;
        padding: 5px;
        border-radius: 50%;
    }
    
    .img-contorno {
        width: 70px;
        height: 70px;
        position: absolute;
        z-index: 1;
        margin-top: 7%;
        margin-left: -13.5%;
        
    }
    
   

    .sectionWhiteResponsiva {
        display: block;
    }

    .financiamento-desktop {
        display: none;
    }

    .titulo-porque {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 5%;
        margin-top: 3%;
        font-family: Bw Gradual DEMO-Black;
        width: 100%;
    }

    .texto-porque-responsivo {
        padding: 5%;
    }

    .bar-Section {
        display: none;
    }
    
}

@media (min-width:481px) and (max-width:767px) {
   
    #fale-conosco
    {
        display: none;
    }
    #doctor-desktop
    {
        display: flex;
    }

    #doctor-celular
    {
        display: none;
        visibility: hidden;
    }

    .empresario
    {
        height: 100%;
       
    }

    .tituloWhite {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        width: 100%;
        padding: 5%;
        margin: 0 auto;
    }
    
    .textoWhite {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 2%;
    }

    .yellowCard {
        background-color: #E1FF01;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        background: linear-gradient(140deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
    }
   
    
    .titulo-card {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
    
    }
    
    .texto-card {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 90%;
        margin: 0 auto;
    }
    
    .app-home {
        width: 257px;
        height: 257px;
        flex-shrink: 0;
        position: absolute;
        z-index: 1;
        margin-left: -5%;
    }
    
    .carteira {
        width: 233px;
        height: 257px;
        flex-shrink: 0;
        margin-left: 10%;
        position: absolute;
        margin-top: -0%;
        z-index: 1;
    }
    
    .yellowcircle {
        width: 230px;
        height: 230px;
        flex-shrink: 0;
        z-index: 0;
        margin: 7% 0% 10% 7%;
    }
    
    .titulo-app {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 5%;
    }
    
    .texto-app {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-align: center;
        font-family: Bw Gradual DEMO-Light;
        width: 90%;
        margin: 0 auto;
        padding-top: 5%;
    }
    
    .texto-app-yellow {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 5%;
        background: none;    
    }
    
    .texto-app-cinza {
        font-size: 18px;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        color: #5C5C5C;
        padding: 5%;
    }
    
    .btn-app {
        width: 80%;
        height: 50px;
        top: 3348px;
        left: 806px;
        border-radius: 20px;
        border: 2.5px;
        border: solid 1px black;
        margin-top: 10%;
        background: linear-gradient(93.77deg, #E1FF01 -40.06%, rgba(255, 255, 255, 0) 104.39%);
    
    }
    .link-app
    {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    
    }
    
    .app-desktop
    {
        display: none;
    }

    .app-celular
    {
        display: block;
    }
  

    .direitos {
        font-size: 15px;
    }

    .btn-quero a {
        text-decoration: none;
        color: #E1FF01;
    }

    
    .logo {
        display: none;
    }

    .logo-responsivo {
        margin-left: -50px;
        display: block;
    }

    .menu {
        width: 100%;
    }

    .textos {
        display: flex;
        flex-direction: column;
        height: 200px;
        padding-top: 9%;
        margin-left: -12%;
        text-align: center;
        align-items: center;
        justify-items: center;
        justify-content: center;
    
    }

    .titulo {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        margin-top: -3%;
        width: 80%;
    }

    .texto {
        padding-bottom: 1%;
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 70%;
        margin-bottom: 5%;
        margin-top: -3%;
        font-family: Bw Gradual DEMO-Light;

    }

    .btn-quero {
        color: #E1FF01;
        background-color: #000;
        border-radius: 30px;
        text-align: center;
        font-size: 7px;
        font-style: normal;
        line-height: normal;
        font-weight: lighter;
        width: 101px;
        height: 21px;
        flex-shrink: 0;
        border: none;
        margin-bottom: 10px;
    }

    .sectionYellow {
        background-color: #E1FF01;
        border-radius: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
               
    }

 
    .nav-item {
        font-size: 10px;

    }

    .doctors {
        height: 500px;
        width: 100%;
        object-fit: cover;
        object-position: 0px 0px;
        border-radius: 30px; 
    }

    .DepoimentosResponsivo {
        background-color: #E1FF01;
        margin-left: -2%;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 3%;
        width: 105%;
        border-radius: 10px;
        background: linear-gradient(140deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
    }

    .img-card {
        width: 60px;
        height: 65px;
        z-index: 1;
        position: relative;
        background-color: #000;
        padding: 5px;
        border-radius: 50%;
    }
    .img-card-shield {
        width: 60px;
        height: 65px;
        z-index: 1;
        position: relative;
        background-color: #000;
        padding: 5px;
        border-radius: 50%;
        margin-top: -5%;
    }
    
    
    .img-contorno {
        width: 70px;
        height: 80px;
        position: absolute;
        z-index: 1;
        margin-top: 3.8%;
        margin-left: -8.5%;
        
    }
    
   

    .sectionWhiteResponsiva {
        display: block;
    }

    .porque-desktop {
        display: none;
    }

    .titulo-porque {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 5%;
        margin-top: 3%;
        font-family: Bw Gradual DEMO-Black;
        width: 100%;
    }

    .texto-porque-responsivo {
        padding: 5%;
    }

    .bar-Section {
        display: none;
    }
    .financiamento-desktop
    {
        display: none;
    }

 
}

@media (min-width:768px) and (max-width:991px) {
 
    .logo-responsivo {
        margin-left: -50px;
        display: block;
    }
    .menu {
        width: 100%;
    }
    #doctor-celular
    {
        display: none;
    }
    .sectionYellow {
        background-color: #E1FF01;
        border-radius: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
               
    }
    .textos {
        display: flex;
        flex-direction: column;
        height: 400px;
        padding-top: 9%;
        text-align: center;
        align-items: center;
        justify-items: center;
        justify-content: center;
        width: 60%;
        
    }

    .titulo {
        color: #000;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        font-family: Bw Gradual DEMO-Black;
        margin-top: -3%;
        width: 100%;
    }

    .texto {
        padding-bottom: 1%;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 100%;
        margin-bottom: 5%;
        margin-top: -3%;
        font-family: Bw Gradual DEMO-Light;
    }
    .yellowCard {
        background-color: #E1FF01;
        width: 100%;
        height: 450px;
        border-radius: 20px;
        background: linear-gradient(140deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
    }
    .doctors {
        height: 400px;
        width: 100%;
        border-radius: 30px; 
    }
    
   .response {
    display: none;
   }

   .titulo-financiamento {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 10% 10% 5% 10%;
    font-family: Bw Gradual DEMO-Black;
    width: 85%;
}

.texto-financiamento {
    padding: 3%;
    color: #000;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    font-family: Bw Gradual DEMO-Light;
}
.img-card {
    width: 80px;
    height: 80px;
    z-index: 1;
    
}

.img-contorno {
    width: 145px;
    height: 145px;
    position: relative;
    margin-top: -46%;
}
.img-preto
{
    width: 132px;
    height: 132px;
    position: relative;
    margin-top: -34%;
}
}

@media (min-width:992px) and (max-width:1199px) {
    .doctors {
        height: 500px;
        width: 100%;
        border-radius: 30px; 
    }
    .img-card {
        width: 71px;
        height: 57px;
        z-index: 1;
        margin-top: 36px;
    }
    
    .img-contorno {
        width: 145px;
        height: 145px;
        position: relative;
        margin-top: -38.5%;
    }
    .img-preto
    {
        width: 132px;
        height: 132px;
        position: relative;
        margin-top: -24%;
    }
}

@media (min-width:1200px) and (max-width:1365px) 
{
    .img-card {
        width: 71px;
        height: 57px;
        z-index: 1;
        margin-top: 36px;
    }
    
    .img-contorno {
        width: 145px;
        height: 145px;
        position: relative;
        margin-top: -36%;
    }
    .img-preto
    {
        width: 132px;
        height: 132px;
        position: relative;
        margin-top: -24%;
    }
}
@media (min-width:1366px) {
    body {
        padding: 0;
        margin: 0;
    }

    #container {
        width: 1366px;
        height: 100vh;
        margin: 0 auto;
        margin: 0 auto;

    }

}