#banner-home{
  max-height: 700px;
  overflow: hidden;
}
.ListaBanner {
  position: relative;
}
.item-banner {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
}
.filtro-banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
  content: "";
  z-index: 0;
}
.cont.listaInfoBanner.flex{
	height: 100%;
  align-items: center;
}
.txt-dinamico {
  display: block;
  margin: auto;
  text-align: left;
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 10;
}
img.seta_left.slick-arrow {
  position: absolute;
  left: 0;
  z-index: 99;
  bottom: 420px;
  cursor: pointer;
}
section.blue.minfor .flex {
  align-items: center;
}
.box-equipe .slick-track {
  margin: auto;
}
.wrap.boxes_nuns {
  width: 90%;
  margin: auto;
  margin-top: 60px;
}
span.values_ {
  display: block;
  color: white;
  font-size: 50px;
  font-weight: 600;
}
.text-num {
  display: block;
  color: white;
  font-size: 30px;
  line-height: 1;
  margin-left: 15px;
}
.box.mvv:nth-child(1)::before {
    background-image: url(../images/assets/missao.png);
}
.box.mvv:nth-child(2)::before {
    background-image: url(../images/assets/visao.png);
}
.box.mvv:nth-child(3)::before {
    background-image: url(../images/assets/valores.png);
}
.item-galeria img {
  object-fit: cover;
  width: 487px;
  height: 330px;
}
button.btn.orcamento:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: inset 0 0 0px 7px rgb(0, 102, 153);
}
.item-logo {
  width: 110px;
  height: 85px;
  overflow: hidden;
  margin: auto;
}

.padding.clientesLogos button.slick-prev.slick-arrow {
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 60px;
    height: 60px;
    background-image: url(../images/assets/voltar.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    left: -80px;
    top: 46px;
}
.padding.clientesLogos button.slick-next.slick-arrow {
    font-size: 0;
    border: 0;
    background-color: transparent;
    width: 60px;
    height: 60px;
    background-image: url(../images/assets/avancar.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    right: -80px;
    top: 46px;
}
.padding.clientesLogos {
  position: relative;
}
.linha::before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
}
.linha:nth-child(3)::before{
  background-image: url(../images/assets/endereco.png);
}
.linha:nth-child(4)::before{
  background-image: url(../images/assets/atendimento.png);
}
.linha:nth-child(5)::before{
  background-image: url(../images/assets/e-mail.png);
}
.linha.left:nth-child(4){
   -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.linha.left:nth-child(5){
   -webkit-transition: 2.1s;
  -moz-transition: 2.1s;
  -ms-transition: 2.1s;
  -o-transition: 2.1s;
  transition: 2.1s;
}
.linha {
  margin-bottom: 18px;
  position: relative;
  padding-left: 75px;
}
.item-logo img {
  margin: auto !important;
}
form.FormContato.wrap input:focus,form.FormContato.wrap textarea:focus,
form.FormContato.wrap input:hover,form.FormContato.wrap textarea:hover  {
    border: 1px solid #23a8ea;
}
.boxCont.bleft {
  width: 38%;
}
form.FormContato textarea {
  width: 100%;
  margin-bottom: 9px;
  padding: 18px;
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #bdbdbd;
  resize: none;
  height: 65px;
}
form.FormContato input,form.formularioModal input, .select-selected {
  width: 100%;
  margin-bottom: 9px;
  padding: 18px;
  border-radius: 30px;
  font-size: 13px;
  border: 1px solid #bdbdbd;
}
.boxCont.bright {
  margin-left: auto;
  margin-right: 0;
}
.boxCont {
  width: calc(100% / 2);
}
.boxCont .linha h3 {
  color: #008cd1;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sociais {
  padding-left: 75px;
}
.linha a {
    color: #636363;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
button.btn.orcamento {
  font-size: 20px;
  margin-left: auto;
  border: 0;
  width: 249px;
  display: block;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 49px;
  cursor: pointer;
  border-radius: 30px;
  color: white;
  background: #23a8ea;
}
.boxes-exames {
  width: 45%;
}
.boxes-exames.screen {
  padding: 15px;
  width: 48.8%;
}
.box.mvv.right:nth-child(2){
  -webkit-transition: 1.8s;
  -moz-transition: 1.8s;
  -ms-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
}
.box.mvv.right:nth-child(3){
  -webkit-transition: 2.3s;
  -moz-transition: 2.3s;
  -ms-transition: 2.3s;
  -o-transition: 2.3s;
  transition: 2.3s;
}
.box-exames {
 width: calc(100% / 2 - 15px);
  margin: 18px auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: white;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.box-exames:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.boxes-exames.img-exames {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.descricao_exames {
  color: #636363;
  font-size: 14px;
  text-overflow: ellipsis;
  display: block;
  line-height: 1.5;
  padding: 20px 0;
  overflow: auto;
  height: 125px;
}
span.tipoDoutor {
  display: block;
  font-size: 17px;
  color: white;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: capitalize;
}
span.nomeDoutor {
  display: block;
  color: white;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 8px;
}
span.ocf {
  color: white;
  font-size: 18px;
  font-weight: 400;
}
h3.titulo.small {
  color: #008ad0;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}
div#sobre,div#exames,div#contato {
  position: relative;
  bottom: 80px;
}
.equipe {
  padding: 45px 34px;
  width: calc(100% / 5 - 68px);
  background: #23a8ea;
  margin-left: auto;
  margin-right: auto;
  min-height: 150px;
} 

::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
::-webkit-scrollbar {
  width: 6px;
  background: #e9e9e9;
}
::-webkit-scrollbar-thumb {
  background: #008ad0;
}
span.consulte.flex:hover {
  background: #898b8e;
}
section.logos {
  background: #898b8e;
}
.boxText.texto.white.center {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.equipe:hover {
  background: #898b8e !important;
}
.equipe:nth-child(2n -1) {
  background: #008ad0;
}
.icone-medico {
  width: 50px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
span.consulte {
    margin-top: 30px;
    width: 120px;
    height: 30px;
    text-align: center;
    background: #008ad0;
    align-items: center;
    font-size: 13px;
    justify-content: center;
    text-transform: capitalize;
    color: white;
    border-radius: 30px;
    cursor: pointer;
}
section.ParaEmpresas {
  background-repeat: no-repeat;
  background-position: center;
}
section.minfor {
  margin-top: -3px;
}
.box.mvv {
  position: relative;
  padding-left: 130px;
}
.box-numeros {
    width: calc(100% / 3);
}
.box.mvv::before {
    width: 120px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.cont.BoxNumeros {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.text-num strong {
    display: block;
}
.img-numeros {
    width: 105px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
}
img.seta_right.slick-arrow {
    position: absolute;
    right: 0;
    z-index: 99;
    bottom: 420px;
    cursor: pointer;
}
.txt-dinamico h2 {
    color: white;
    line-height: 1;
    font-size: 50px;
    font-weight: 500;
}
.txt-dinamico h3 {
    color: white;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 37px;
}
a.hoverLink::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #252525;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: rotate3d(1, 1, 1, 120deg);
  -moz-transform: rotate3d(1, 1, 1, 120deg);
  -ms-transform: rotate3d(1, 1, 1, 120deg);
  -o-transform: rotate3d(1, 1, 1, 120deg);
  transform: rotate3d(1, 1, 1, 120deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.hoverLink:hover{
  background: transparent;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
a.hoverLink:hover::before{
  -webkit-transform: rotate3d(1, 1, 1, 0);
  -moz-transform: rotate3d(1, 1, 1, 0);
  -ms-transform: rotate3d(1, 1, 1, 0);
  -o-transform: rotate3d(1, 1, 1, 0);
  transform: rotate3d(1, 1, 1, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.txt-dinamico a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1; 
  line-height: 1.5;
  background: #ee6522;
  margin-top: 100px !important;
  width: 200px;
  text-transform: capitalize;
  padding: 11px;
  font-weight: 600;
  margin: auto;
  height: 33px;
  color: white;
  border-radius: 30px;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-necessidade {
  padding: 60px;
  width: calc(100% / 3 - 120px);
  height: 279px;
  background-color: #515151;
  background-blend-mode: multiply;
}
.box-necessidade:hover{
  background-color: #454545;
}
.box-necessidade h3 {
  color: white !important;
  font-size: 32px;
  line-height: 1.2;
  margin: auto;
  display: block;
  position: relative;
}
.controleClass.flex {
  height: 100%;
  width: 54%;
  position: relative;
  margin: auto;
}
.iconeNecessidade {
  display: block;
  height: 62px;
  width: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
}
a.hoverLink {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 1.4;
   background: #008ad0;
  width: 200px;
  text-transform: capitalize;
  padding: 11px;
   font-weight: 500;
  text-align: center;
  margin: auto;
  height: 25px;
  color: white;
  border-radius: 30px;
  font-size: 17px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.imagem-lateral {
  width: 47%;
  height: 765px;
  background-repeat: no-repeat;
  background-position: right;
}
.conteudoSobre {
  width: 28%;
  padding: 70px;
  margin-left: 30px;
}
.conteudoSobre .box-txt h2.titulo {
  line-height: 1.2;
}
.box-info {
  height: 343px;
  position: relative;
  overflow: auto;
  margin-top: 30px;
  line-height: 1.9;
  padding-right: 40px;
  font-size: 16px;
  color: #474747 !important;
}
.curriculo {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ee6522;
}
.curriculo::before {
    content: "";
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background-image: url(../images/assets/curriculo.png);
    background-repeat: space;
    background-position: 0 7px;
}
.boxes {
    width: calc(100% / 3);
    margin: auto;
    text-align: center;
    padding: 30px 0;
}
.icone-box {
    display: block;
    margin: auto;
    height: 90px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 13px;
    background-size: contain;
}
h3.nome-box {
    text-transform: capitalize;
    font-size: 28px;
}
a.linkbox {
  line-height: 2.7;
    color: white;
    display: block;
    margin-top: 16px !important;
    margin: auto;
    width: 115px;
    font-weight: 400;
    background: #ee6522;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2;
}
.padding.cont.documentarios embed {
   margin-top: 50px;
}
a.linkbox::after {
    content: "";
    position: absolute;
    width: 28%;
    border-radius: 50%;
    background: #252525;
    left: 37%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a.linkbox:hover{
  background: transparent; 
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
a.linkbox:hover::after {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
section.bg-fixed {
  height: 465px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.documentarios embed {
  margin: auto;
  display: block;
}
.boxes_nuns ul.slick-dots li button {
  border: 1px solid white !important;
}
.box-equipe ul.slick-dots li button{
  border: 1px solid #008ad0 !important;
}
@media screen and (max-width: 1400px){
  .cont.BoxNumeros {
    width: 91%;
  }
}

@media screen and (max-width: 1100px){

}
@media screen and (max-width: 815px){
 
}

@media screen and (max-width: 615px){
 .txt-dinamico h2{
  font-size: 23px !important;
  }
  .box-exames {
    width: 95%;
  } 
  .boxes-exames.img-exames {
    height: 210px;
  }
  #bannerHome .arrows, ul.slick-dots{
    position: absolute;
    width: 100%;
  }
  section.numeros ul.slick-dots {
    bottom: -46px;
  }
  span.values_ {
    text-align: center;
  }
  span.values_ {
    text-align: center;
  }
  .img-numeros {
    margin: auto; 
  }  
  a.hoverLink{
    width: 138px;
    width: 138px;
  }
  .imagem-lateral{
    height: 265px !important;
  }
  .box-info {
    padding: 0;
  }
 .item-banner {
    height: 550px;
  }
  section.bg-fixed {
    height: 265px;
  }
}
