/***************** Geral *******************/

@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'), #fff -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%;
}

.nav-link
{
    color: #000;
}

.rectangle-Yellow
{
width: 30%;
height: 20%;
margin-bottom: -13%;
margin-right: -4.3%;
padding-top: 2%;
padding-bottom: 10%;
padding-right: 1%;
border-radius: 50px;
background-color:#E1FF01;

}


/*********************** 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%;
}



.sectionCarrousel
{
    background-color: #E1FF01;
    border-radius: 30px;
    margin: auto 0;    
    height: 550px;
}

.sectionWhite
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.white-block
{
    background-color: #fff;
    display: block;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    margin-left: 5%;
}

.cards
{
    margin: 0 auto;
    
  
}

.card1
{
    margin-left: 3%;
}

.simplifique
{
    width: 60%;
    border-radius: 30px;
    margin: 0 auto;
    border-style: solid;
    padding-bottom: 3%;
}

.footer
{
    background: linear-gradient(151deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 5%;
    width: 100%;
    margin-top: 5%;
}

.bar-Section
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 530px;
    background: white;
    border-radius: 2px;
    overflow-x: hidden;
    margin: 1% 0% 10% 0%;
}

.grid {
    display: flex;
    flex: 1;
    overflow-x: scroll;
}

.item {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 385px;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(140deg, #E1FF01 0%, rgba(255, 255, 255, 0.88) 100%);
    border-radius: 20px;
    padding: 2% 0% 2% 0%;
    margin: 1% ;

}


.yellowCard
{
    background-color: #E1FF01;
    margin: 40% 0% 40% 0%;
    width: 100%;
    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%;
}

.barras
{
    width: 5%;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: right;
    vertical-align: middle;

}

.circulos
{
width: 9px;
height: 39px;
flex-shrink: 0;
margin-top: 22px;    
margin-bottom: 22px;    
    
}

.barra   
{
    width: 3px;
    height: 175px;
    background: #000;
    margin-right: 3px;
}

.textos
{
    padding-top: 9%;
    margin-left: -12%;
    text-align: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
 }

 .textosWhite 
 {
    padding-top: 5%;
    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;
    }
.texto
{
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left:20%;
    padding-right:20%;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}

.titulo-carousel
{
color: #000;
font-size: 37px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
padding: 7% 0% 0% 5%;
font-family: Bw Gradual DEMO-Black;
}
.texto-carousel
{
    padding: 5% 5% 5% 5%;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}
.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: 35px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
padding: 0% 10% 0% 0%;
}
.texto-app
{
    padding: 0% 0% 0% 0%;
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.titulo-simplifique
{
color: #000;
font-size: 35px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
padding: 5% 10% 0% 10%;
font-family: Bw Gradual DEMO-Black;
}

.titulo-porque
{
color: #000;
font-size: 37px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
margin:10% 5% 3% 5%;
font-family: Bw Gradual DEMO-Black;
width: 85%;
}

.texto-porque
{
    padding: 3% 3% 3% 3%;
    color: #000;
    font-size: 23px;
    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;
}

.btn-simplifique
{
    background: none;
    color: #000;
    border-radius: 30px;
    border-color: #000;
    border-style:solid;
    font-family: Bw Gradual DEMO-Black;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    line-height: normal;
    width: 500px;
    padding: 3%;
    margin: 0 auto;
    
}

/*******************Imagens************************/
.doctor
{
margin-top: -47px;    
width: 100%;
height: 100%;
}

.doctors
{
    padding: 7% 5% 5% 5%;
    width: 100%;
    height: 100%;
}

.img-block
{
    width: 210px;
    height: 210px;
    padding: 5% 0% 0% 0%;
    
}

.img-card
{
    width: 132px;
    height: 132px;
    padding: 0% 0% 0% 0%;
  
}
.img-contorno
{
    width: 145px;
    height: 145px;
    position: relative;
    margin-top: -36%;
}

.app-home
{
width: 373.811px;
height: 707.957px;
flex-shrink: 0;
position: absolute;
z-index: 1;

}

.carteira
{
width: 385.043px;
height: 682.974px;
flex-shrink: 0;
margin-left:19%;
position: absolute;
margin-top: 10px;
z-index: 1;
}

.yellowcircle
{
width: 581px;
height: 582px;
flex-shrink: 0;
z-index: 0;
margin: 12% 0% 0px 5%;
}

.social
{
 
    padding: 5% 5% 5% 5%;

}

.sectionWhiteResponsiva
{
    display:none;
}
.logo-responsivo
{
    display:none;
}
.card-responsivo
{
    display: none;
}
.response
{
    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: 991px) {
    
.logo-responsivo
{
    margin-left:-50px;
    display: block;   
}
.menu
{
    width: 100%;

 }
 .rectangle-Yellow
 {
    display: none;
 }

 .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;

}
.doctor
{
margin-top: -12px;    
width: 200%;

}
.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%;
}
.barra   
{
    width: 3px;
    height: 55px;
    background: #000;
    margin-right: 5px;
    margin-left: 12px;
}
.barras
{
    width: 4%;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: middle;

}

.circulos
{
width: 5px;
height: 19px;
flex-shrink: 0;
margin-top: 10px;    
margin-bottom: 10px;    
margin-left: -50px;    
}
.nav-item
{
    font-size: 10px;
       
}
.texto-responsivo
{
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left:5%;
    padding-right:5%;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin-bottom:5%;
    margin-top: -3%;
    font-family: Bw Gradual DEMO-Light;   
}

.titulo-responsividade
{
color: #000;
font-size: 15px;
font-style: normal;
font-weight: 700    ;
text-transform: uppercase;
text-align: center;
font-family: Bw Gradual DEMO-Medium;
padding-right: 2%;
padding-top: 2%;
}

.texto-responsivo
{
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left:3%;
    padding-right:3%;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    margin-bottom:5%;
    margin-top: -3%;
    font-family: Bw Gradual DEMO-Light;   
}


.carousel
{
    padding: 5% 10% 0% 10%;
}   

.sectionCarrousel
{
    display: none;
}

.card-responsivo
{
    background-color: #E1FF01;
    border-radius: 15px;
    margin: 2px;    
    height: 420px;
    display: block;
}
.doctors
{
    padding: 2%;
    width: 100%;
    height: 100%;
}
.white-block
{
    background-color: #fff;
    display: block;
    border-radius: 15px;
    width: 90%;
    height: 100%;
    padding: 0% 0% 15% 0%;
      
}
.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 100%;
    background-color:#000 !important;
    position: relative;
}
.yellowCardResponsivo
{
    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: 40px;
    height: 40px;
  
}
.img-card-cliente
{
    width: 111px;
    height: 111px;
  
}
.img-contorno
{
    width: 131px;
    height: 131px;
    position: relative;
    margin-top: 0px;
    margin-left:-124.5px;
}
.sectionWhite
{
    display: none;
}
.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: 95%;
}
.texto-porque-responsivo
{
    padding: 2%;
}
.bar-Section
{
    display: none;
}
.simplifique
{
    width: 100%;
    border-radius: 30px;
    margin: 0 auto;
    border-style: solid;
    padding: 5% 5% 10% 5%;
}
.titulo-simplifique
{
color: #000;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: center;
padding: 5% 15% 0% 15%;
font-family: Bw Gradual DEMO-Black;
}
.btn-simplifique
{
    background: none;
    color: #000;
    border-radius: 30px;
    border-color: #000;
    border-style:solid;
    font-family: Bw Gradual DEMO-Black;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    width: 80%;
    padding: 3%;
    margin: 0 auto;
    
}


}