#home{
	background-image: url("../images/bg_home.jpg");
	background-repeat: no-repeat;
	background-position: top;
  width: 100%;
  height: 700px;
}

@media(max-width: 767px){
  #home{
    height: 800px;
  }
}

#home h1{
	margin-top: 15%;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

#home h3{
  color: #fff;
}

@media(max-width: 380px){
	#home h1{
		margin-top: 30%;
		font-size: 48px;		
	}	
}

#home .box{
  position: relative;
  top: 10%;
}

#home #chamada {
  color: #FFF;
  font-weight: 300;
  font-size: 26px;
  text-align: center;
  padding: 20px 20px;
  border-radius: 20px 20px 0 0;
  backdrop-filter: blur(10px);
  background: #cc252c;
  -webkit-backdrop-filter: blur(10px);
  letter-spacing: -1px;
  line-height: 1;
}

#home #chamada strong{
  color: #fff;
}

#home #formulario {
  padding: 20px 30px;
  background: #fff;
  text-align: center;
  border-radius: 0px 0px 15px 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#home #formulario input{
  border: 0;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 10px;
}

#home #formulario .whats{
  text-transform: uppercase;
}

#home #formulario .whats{
  text-decoration: none;
}

#home #formulario .whats i{
  color: #fff;
}

#home .btn-contact{
   background: #cc252c !important;
   color: #fff;
}


#indicadores{
  min-height: 100px;
  height: 100%;
  width: 100%;
  background-color: #F8F8F8;  
}

.indicador{
  display: flex;
  top: 50%;
  justify-content: center;  
}

.indicador i{
  color: var(--main-empresa);
  font-size: 45px;
}

.indicadores-mob{
  display: flex;
  padding-top: 25px;
  justify-content: space-between;
}

.indicador-texto{
    margin-left: 10px;
    color: #00365A;
    width: 175px;
}

@media(max-width: 992px) and (max-width: 767px){
  .indicador-texto{
    width: 150px;
  }
}

@media(max-width: 992px){
  .indicador{
    margin-bottom: 20px;
    width: 50%;
  }
}

@media(max-width: 767px){
  .indicador{
    margin-bottom: 20px;
    width: 50%;
  }

  .indicadores-mob{    
    position: relative;
    padding-bottom: 25px;
  }
  .indicador-texto{
    width: 150px;
  }
}

@media(max-width: 520px){
  .indicador{
    width: 100%;
  }
  .indicadores-mob{
    display: block;
    position: relative;
    padding-bottom: 25px;
  }
  .indicador-texto{
    width: 100px;
  }
}


#sobre .texto{
  text-align: justify;
}

#sobre .titulo .faixa{
  margin-left: 0px;
  margin-right: auto;
}


#sobre img{
  max-width: 600px;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media(max-width: 767px){
  #sobre img{
    margin-top: 20px;
  }
}

#overlay{
  width: 100%;
  height: 250px;  
}

#overlay .img-overlay{
  background-image: url('../images/overlay.jpg');
  background-size: cover;
  background-attachment: fixed;
  content: '';
  z-index: -1;
  height: 100%;
  width: 100%;
}

.overlay-text{
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 40px;
  position: relative;
  top: 100px;
}

@media(max-width: 992px){
  .overlay-text{
    font-size: 30px;
    top: 70px;
  }
}

@media(max-width: 767px){
  .overlay-text{
    font-size: 30px;
    top: 62px;
  }
}

#exames .icone{
  text-align: center;
  margin-bottom: 15px;
}

#exames .icone img{
  width: 130px;
  max-width: 100%;
}

#exames .texto{
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

@media(max-width: 767px){
  button{
    width: 100%;
  }
}

@media(max-width: 575px){
  .box{
    margin-bottom: 30px;
  }
}

.overlay-faixa{
  margin-top: 50px;
  width: 345px;
  height: 4px;
  margin-top: 60px;
}

.overlay-button{
  margin-top: 60px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 300px;
  border: 1px solid #fff;  
  transition: all linear 0.5s;
}

@media(max-width: 576px){
  .overlay-faixa{
    width: 100%;
  }

  .overlay-button{
    width: 100%;
    text-align: center;
  }
}

.titulo{
  font-weight: bold;
  font-size: 36px;
}

.titulo .faixa{
  height: 3px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#mapa .mapa{
  background: #fff;
}

#mapa .contact-map {
  width: 100%;
  height: 400px;
}

@media(max-width: 767px){
  #mapa .box-mapa{
    margin-top: 15px;
  }
}

#convenios h3{
  font-weight: bold;
}

#convenios .faixa{
  height: 3px;
  width: 300px;
  max-width: 100%;
  background-color: var(--main-empresa);
}

#convenios .sub{
  margin-top: 20px;
}

#convenios #galeria{
  margin-top: 40px;
}

#convenios .box-galeria{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 165px;
}

#convenios .box-galeria img{
  max-width: 190px;
  max-height: 100%;
}

#convenios .slick-prev:before, #convenios .slick-next:before {
    color: #818181 !important;
}

#convenios .slick-dots {
  position: relative;
}

#convenios .slick-dots li.slick-active button:before{
  color: #00478E !important;
}

#servicos{
  background-image: url("../images/fundo-servicos-home.jpg");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#servicos .titulo{
  color: #fff;
}

#servicos .titulo .faixa{
  color: #fff;
}

#servicos .sub-titulo{
  color: #fff;
}

#servicos .item{
  border: 2px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#servicos .item .imagem img{
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#servicos .item .serv{
  position: relative;
  bottom: 12px;
  width: 100%;
  text-align: center;
  background: var(--main-black);
  opacity: 0.95;
  line-height: 45px;
  margin-top: -50px;
  color: #fff;
}

@media(max-width: 992px){
  #servicos{
    height: 719px;
  }

  #servicos .obj3{
    margin-top: 10px;
  }
}

@media(max-width: 767px){
  #servicos{
    height: 900px;
  }

  #servicos .box{
    display: flex;
    justify-content: center;
  }

  #servicos .obj1, #servicos .obj2, #servicos .obj3 {
    margin-top: 10px;
  }

  #servicos .item{
    width: 310px;
  }
}

@media(max-width: 576px){
  #servicos .item{
    width: 280px;
  }
}