@import url('reset.css');
li.d-none {
  display: none;
}
h1,h2,h3,h4,h5,h6,p,a,span,strong,small,table,td,tr,ul,li,div,button,select,option,::placeholder{
  font-family: 'Montserrat';
  word-break: break-word;
}
body{
  font-family: 'Montserrat';
  overflow-x: hidden;
  background-color: white;
  outline: none;
  margin-top: 138px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header ul.menu li a {
  color: #f9f8f5;
  position: relative;
  font-size: 21px;
  display: block;
  vertical-align: middle;
  margin: 0 12px;
  font-weight: 700;
  padding: 18px 0;
}
header ul.menu li a:hover::after {
  width: 50px;
}
header ul.menu li a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #f9f8f5;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
header ul.menu.flex {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
header .tels a:nth-child(2) {
  margin-right: 30px;
}
header .tels a:nth-child(1) {
  margin-right: 15px;
}
header li.logo-site {
    margin: 0 15px;
}
header ul.menu-mobile{
  display: none;
}
/* —————— regras COMUNS a todos os float-btn —————— */
.float-btn {
  position: fixed;
  right: 0;
  z-index: 100;
  cursor: pointer;
  background: #182134;
  padding: 17px 13px;
  border-radius: 10px 0 0 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

/* ícone + texto */
.float-btn i.fa,
.float-btn img {
  font-size: 31px;
  vertical-align: middle;
  color: white;
  padding: 0 5px;
  transition: 0.3s;
}

.float-btn .txt {
  font-size: 0;
  color: white;
  transition: 0.3s;
}

/* hover revela o texto e esconde o ícone */
.float-btn:hover .txt {
  font-size: 20px;
}
.float-btn:hover i.fa,
.float-btn:hover img {
  font-size: 0;
  padding: 0;
}


/* —————— posições específicas —————— */


.orcamento {
  bottom: 250px;
}

.contato {
  bottom: 176px;
}

.ouvidoria {
  bottom: 102px;
}
/* 1. WhatsApp */
img.whatsapp {
    position: fixed;
    bottom: 350px;
    right: 0;
    z-index: 100;
}
/* 2. Orçamento */
.box-orcamento {
    position: fixed;
    bottom: 250px;
    right: 0;
    z-index: 100;
    cursor: pointer;
    background: #182134;
    padding: 17px;
    border-radius: 10px 0 0 10px;
    transition: 0.3s;
}

/* 3. Contato */
a.contatoFloat.contato {
    position: fixed;
    bottom: 176px;
    right: 0;
    z-index: 100;
    cursor: pointer;
    background: #182134;
    padding: 17px 13px;
    border-radius: 10px 0 0 10px;
    transition: 0.3s;
}
/* 4. Ouvidoria */
a.contatoFloat.ouvidoria {
    position: fixed;
    bottom: 102px;  /* Ajuste fino: manter ~74px de espaço entre cada botão */
    right: 0;
    z-index: 100;
    cursor: pointer;
    background: #182134;
    padding: 17px 13px;
    border-radius: 10px 0 0 10px;
    transition: 0.3s;
}
/* Ícones e texto */
.box-orcamento span,
a.contatoFloat span {
    display: inline-block;
    font-size: 0;
    color: white;
    transition: 0.3s;
}

.box-orcamento:hover span,
a.contatoFloat:hover span {
    font-size: 20px;
}

.box-orcamento i.fa,
a.contatoFloat i.fa {
    font-size: 31px;
    vertical-align: middle;
    color: white;
    padding: 0 5px;
    transition: 0.3s;
}

.box-orcamento:hover i.fa,
a.contatoFloat:hover i.fa {
    /* Opcional: se quiser esconder o ícone ao mostrar texto */
    font-size: 0;
}
img.contato-float {
    position: fixed;
    right: 0;
    bottom: 180px;
    z-index: 100;
}
h2.titulo.light {
  font-weight: 400;
  line-height: 1.3;
  text-transform: inherit;
}
h2.titulo.white {
  color: white;
}
h2.titulo.samll {
  font-size: 30px;
}
h2.titulo.after.center::after {
    margin: auto;
}
h2.titulo.after::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #86b0ec;
    display: block;
    position: relative;
    top: 15px;
}
.banner-interna h2.titulo.bg.center {
  display: inline-block;
  line-height: 1;
  margin: 0 !important;
}
.banner-interna h2.titulo.bg {
  background: #dd1019;
  padding-left: 20px;
  padding-right: 20px;
}
.banner-interna .cont h2 {
  margin: 0;
}
:focus{
  outline: 0;
}
h2.titulo {
  font-size: 33px;
  color: #182134;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
}
.texto {
  font-size: 15px;
  font-weight: 400;
  color: #abacad;
  font-family: 'Open sans';
  line-height: 1.5;
}
.texto.limit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.texto.white{
  color: white;
}
.flex{
  -webkit-display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -o-flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
}
.cont{
  width: 1170px;
  margin:  auto;
  position: relative;
}
.center{
  text-align: center;
}
.padding {
  padding: 40px 0;
}
.wrap {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.gray {
  background: #f8f8f8;
}
.blue {
  background: #182134;
}
h2.titulo.Big {
  font-size: 58px;
}
a.link {
  display: block;
  margin-top: 20px;
  padding: 10px;
  background: #20429b;
  width: 250px;
  position: relative;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
  font-weight: 600;
  overflow: hidden;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a.link::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  background: #158cf2;
  top: 0;
  z-index: -1;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  border-radius: 30px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a.link:hover{
  background: transparent;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
a.link.black::after {
  background: #606060;
}
a.link.black {
 background: #202020;
}
h3.subtitulo.white{
  color:  white !important;
}
a.link:hover::after{
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.breads ul li, .breads ul li a {
  color: white;
  font-size: 16px;
}
.breads {
  padding: 10px 0;
  background: #0a2148;
}
.breads .cont ul.flex {
  align-items: center;
}
header .topo {
  background: #1b4177;
  padding: 10px;
}
header .topo .sociais a {
  color: white;
  margin-right: 22px;
}
header .topo .sociais {
    margin-left: 0;
    margin-right: auto;
}
header .tels.flex {
    margin-left: auto;
    margin-right: 0;
}
header .tels.flex a {
    color: #ececec;
    margin-left: 7px;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}
header .tels.flex a i.fa {
    margin-right: 11px;
    font-size: 16px;
}
header .topo .cont {
    max-width: 940px;
}
header .lista-menu {
    background: #182134;
}
header .cont ul.listaMenu.flex {
    -webkit-align-items: center;
    align-items: center;
}
header .logo {
    margin-right: 30px;
}
header .lista-menu ul.listaMenu li{
  position: relative;
}
header .lista-menu ul.listaMenu li a {
    color: white;
    font-size: 21px;
    display: block;
    margin-left: 26px;
    position: relative;
}
header .lista-menu ul.listaMenu li a:hover {
    color: #112f61;
}
header.fixed {
    background: white;
}
header.fixed .lista-menu ul.listaMenu li a {
    color: #112f61;
}
header.fixed .lista-menu ul.listaMenu li a:hover {
    color: #808080;
}
header form.pesquisa {
    margin: auto;
    position: relative;    
    width: 176px;
}
header form.pesquisa input {
    background: #112f61;
    color: white;
    border: 0;
    padding: 5px;
    font-size: 18px;    
    padding-left: 35px;
    max-width: calc(100% - 40px);
    border-radius: 4px;
}
header form.pesquisa input::placeholder{
  color: white;
}
header form.pesquisa button {
    position: absolute;
    left: 0;
    height: 31px;
    background: transparent;
    border: 0;
    color: white;
    font-size: 19px;
    top: -1px;
    cursor: pointer;
}
footer {
    position: relative;
    z-index: 10;
    background: #0e131e;
}
footer .lista-logos img {
    max-width: 180px;
    height: 35px;
    margin-bottom: 6px;
    object-fit: contain;
}
article.novidades .w-80 h2.titulo {
    line-height: 1;
}
footer .bx .linha iframe {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}
footer .bx:nth-child(3) {
    padding-right: 0;
    width: 30%;
}
footer .conteudo {
    width: 90%;
    margin: auto;
}
.newsletter.gray .conteudo {
    width: 90%;
    margin: auto;
}
footer .bx i.fa.fa-angle-down {
    color: white;
    font-size: 29px;
    line-height: 0;
    cursor: pointer;
}
footer .bx {
    width: calc(100% / 3 - 15px);
    padding-right: 53px;
}
footer .bx:nth-child(4) {
    margin-left: auto;
    padding-right: 0;
}
footer .bx:nth-child(2){
  padding-right: 0;
}
footer .bx:nth-child(3) a {
    color: #5e5f63;
    display: block;
    margin: 22px 0;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Open sans';
}
footer .bx h3 {
    color: white;
    margin-bottom: 12px;
    font-weight: 600;
}
footer .bx ul li a {
    font-size: 20px;
    line-height: 1.5;
    color: #c7d5ec;
    font-weight: 400;
}
footer .bx.logo img {
    margin-bottom: 25px;
    display: block;
}
footer .bx .linha {
    margin-top: 60px;
}
footer .bx .texto.white {
    font-size: 17px;
    color: #66676c;
    text-align: justify;
}
footer .bx.logo .linha .sociais i.fa {
    color: #fff;
    font-size: 19px;
    margin-right: 22px;
}
footer .bx.logo .linha .sociais i.fa:hover {
    color: #6694d6;
}
footer .bx ul li a {
    font-size: 16px;
    line-height: 1.5;
    color: #7f7f81;
    font-weight: 600;
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgb(95 100 107 / 35%);
    display: block;
    letter-spacing: -1px;
    padding: 12px 0;
}
footer .bx ul li a::after {
    content: "";
    width: 0;
    height: 2px;
    background: #356da6;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
footer .bx:nth-child(3) a:hover {
    color: white !important;
    text-decoration: underline !important;
}
.box-diferenciais .bx:hover .texto {
    color: white;
}
footer .bx ul li a:hover{
  color: #fff;
}
form#Orcamento textarea::placeholder {
  color: #52565c;
}
form input:focus, form select:focus, form textarea:focus {
    border-color: #5b84bd !important;
    box-shadow: 0 0 8px #5b84bd !important;
}
.crypy a {
    display: inline-block;    
    margin-right: 7rem;
}
footer .crypy {
    background: #070a10;
    text-align: right;
}
footer .crypy img {
    vertical-align: middle;
    display: block;
    margin-left: auto;
    max-width: 41px;
    margin: 10px 0;
}
footer .bx ul li a:hover::after{
    width: 100%;
}
footer .bx ul li a::before {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 8px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
footer .bx:nth-child(3) a i.fa {
    margin-right: 14px;
}
footer .bx ul {
    max-width: 230px;
}
@media screen and (max-width: 1440px){
  
}

@media screen and (max-width: 1300px){
  .cont{
    width: 95vw;
  }
}

@media screen and (max-width: 1100px){
  header.fixed .lista-menu span.open-menu-mobile::after {
    color: #112f60 !important;
  }
  header .lista-menu span.open-menu-mobile::after {
    color: #fff;
  }
  header .topo .cont {
    max-width: 90vw;
  }
  .conteudo-full.wrap {
    width: 97%;
  }
  span.closeMenu::after {
    content: "\f00d";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    font-weight: 100;
  }
  .Nosso-produtos.conteudo .conteudo {
    padding-left: 0;
  }
  .bx-right.flex {
    width: 62%;
  }
  .categorias-produtos::after{
    top: -83%;
  }
  header .lista-menu span.open-menu-mobile::after {
    color: #112f60;
  }
  header.fixed form.pesquisa {
    position: relative;
    top: 0;
  }
  header.fixed span.open-menu-mobile::after{
    top: 20px;
  }
  header.fixed .lista-menu ul.listaMenu li a{
    color: white;
  }
  header form.pesquisa {
    position: absolute;
    top: -3px;
    right: 65px;
  }
  img.img-dinamic {
    max-width: 44%;
    top: 38%;
  }
  header.fixed .menu-desktop.cont {
    display: flex;
  }
  .texto-banner{
    font-size: 30px;
  }
  .conteudo-topo.flex {
    position: relative;
  }
  header .conteudo-topo ul.list-tel::after {
    content: "";
    border-style: solid;
    border-width: 0 13px 15px 13px;
    border-color: transparent transparent #456530 transparent;
    position: absolute;
    top: -16px;
    right: 15px;
  }
  header .conteudo-topo ul.list-tel {
    position: absolute;
    width: 294px;
    right: 24px;
    background: #456530;
    border: 1px solid #547c3a;
    padding: 29px 0;
    display: none;
    top: 87px;
    line-height: 2;
  }
  header .redes-socias.flex {
    border-right: none;
    padding-right: 0;
  }
  header .conteudo-topo ul.list-tel.ver{
    display: block !important;
  }
  span.mobile-telefone::before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 11px;
    font-size: 26px;
  }
  span.mobile-telefone {
    position: relative;
    align-items: center;
    display: flex;
    padding-right: 16px;
    color: white;
  }
  span.mobile-telefone::after {
    content: "";
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: white transparent transparent transparent;
  }
  span.closeMenu {
    color: white;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 52px;
    line-height: 1;
    padding: 20px;
  }
  .cot_top {
    border-bottom: 0;
  }
  footer a.btn.trabalhe-conosco {
    margin: auto;
    display: block;
    width: 130px;
    margin-top: 30px;
  }
  .crypt .flex {
    display: flex;
  }
  .links-mobile,footer a{
    display: block;
  }
  footer .cont.rodape.flex {
    display: flex;
  }
  footer .box-logo.flex {
    display: block;
    padding: 0 !important;
    padding-top: 10px !important; 
    padding-bottom: 20px !important;
  }   
  footer .flex.info-footer::after{
    display: none;
  }
  .ListaBanner::after,.vestibular .conteudo::before,.vestibular-two .conteudo::after{
    display: none;
  }
  .vestibular-two::after{
    left: 0;
  }
  .contato-home .bx.flex {
    width: auto;
  }
  i.fa.fa-angle-right, .ListaBanner i.fa.fa-angle-right {
    right: 0 !important;
  }
  i.fa.fa-angle-left, .ListaBanner i.fa.fa-angle-left {
    left: 0 !important;
  }
  .Lista-serv {
    padding-top: 40px;
  }
  .newsletter-foter form{
    margin: auto;
  }
  .newsletter-foter {
    padding: 20px;
  }
  .newsletter-foter h2.titulo {
    text-align: center;
    margin: auto;
    margin-bottom: 20px !important;
  }
  .listaDiferencias {
    width: 100%;
  }
  .modal-projeto .conteudo-modal {
    padding: 40px 5%;
    width: 90%;
  }
  .Lista-galeria i.fa.fa-angle-left {
    left: -4%;
  }
  .Lista-galeria i.fa.fa-angle-right {
    right: -4%;
  }
  .Outros-servicos .listaServicos {
    width: 100%;
  }
  .vestibular-two {
    text-align: center;
  }
  .vestibular .conteudo {
    position: relative;
    padding-left: 0;
    text-align: center;
  }
  .vestibular-two a.btn, .vestibular a.btn {
    margin-left: auto !important;
  }
  .Lista-depoimentos img.img-next{
    right: 0;
  }
  .Lista-depoimentos img.img-prev{
    left: 0;
  }
  .coluna-full,.colun-medium{
    width: 50%;
  }
  header ul.listaMenu.flex {
    position: fixed;
    display: block;
    top: 0;
    padding-top: 50px;
    background: #07183a;
    left: 0;
    height: 100%;
    width: 50%;
    z-index: 9999;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  ul.listaMenu li a{
    color: white;
    line-height: 2;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    padding: 10px !important;
  }
  span.menuMobile_ico {
    position: absolute;
    width: 35px;
    height: 4px;
    background: #202020;
    right: 0;
    border: 20px solid white;
  }
  span.menuMobile_ico::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 4px;
    background: #202020;
    right: 0;
    top: -6px;
  }
  span.menuMobile_ico::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 4px;
    background: #202020;
    right: 0;
    top: 6px;
  }
  section {
    background-size: cover;
  }
  span.open-menu-mobile {
    width: 60px;
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: 25px;
  }
  span.open-menu-mobile::after {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 29px;
    position: absolute;
    right: 7px;
    top: -4px;
  }
  .listaServicos .box {
    width: calc(100% / 2 - 20px);
  }
  .listaServicos {
    width: 100%;
  }
  li.submenu a.after::after{
    display: none;
  }
  .txt-dinamico h2 {
    font-size: 50px;
  }
  button.slick-next.slick-arrow{
    right: 0;
  }
  button.slick-prev.slick-arrow{
    left: 0;
  }
  #banner-home .arrow img.seta_left.slick-arrow{
    right: 0;
  }
  #banner-home .arrow img.seta_right.slick-arrow{
    left: 0;
  }
  .logo-mobile {
    display: block;
    width: 180px;
    float: left;
  }
  .logo-mobile img {
    width: 100%;
  }
  ul.opcs {
    position: inherit;
  }
  ul.menu-footer {
    display: none;
  }
  .box-unidade {
    padding-right: 10px;
  }
  .menu-desktop.cont.flex {
    padding: 10px 0;
  }
  .box-item{
    padding: 40px 40px;
    width: calc(100% / 3 - 101px);
  }
  .blog-destaqueHome {
    width: 53%;
    margin-bottom: 20px;
  }
  a.suporteLink {
    display: none;
  }
  .carrossel-horario{
    left: 20px;
    position: relative;
  }
  span.close-menu{
    right: 0;
  }
  .carrossel-horario{
    margin-right: 56px;
  }
  ul.pages li a {
    color: #f47b2c;
  } 
  .menuFixo ul.pages {
    display: none;
  }
  .menu-open{
    display: block !important;
  }
  .cont.menu-desk{
    display: none;
  }
  ul.opc-topo.flex {
    display: none;
  }
  .depP{
    left: 0;
  }
  .depN{
    right: 0;
  }
  .itens-depoimentos{
    padding: 40px;
  }
  .depoi .arrows {
    bottom: 150px;
  }
  .item-exames,.list-item a{
    width: 46%;
  }
  .cont{
    width: 95%;
  }
  .itens-menu .logo {
    float: none;
  }
  ul.contact {
    position: inherit;
  }
  li.email {
    width: auto;
    margin: auto;
    margin-bottom: 25px;
  }
  .pesquisa {
    position: relative;
    bottom: 0;
    margin: 20px 0;
  }
  a.results {
    width: 159px;
    padding: 8px;
  }
  footer ul.listaMenu.flex {
    display: none;
  }
}

@media screen and (max-width: 815px){
  .Orcamento .conteudo .bx-left {
    margin-right: auto;
    margin-left: 0;
  }
  header ul.menu-mobile.flex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #182134;
    text-align: center;
    z-index: 9999;
  }
  header ul.menu-mobile .logo {
    margin: 30px auto;
  }
  header span.close-menu {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    font-size: 4rem;
    line-height: 33px;
  }
  header ul.menu-mobile.flex li a {
    color: white;
    font-weight: 600;
    padding: 10px 0;
    display: block;
    font-size: 17px;
  }
  header li.logo-site img {
    width: 110px;
    margin: 10px auto;
  }
  header ul.menu.flex {
    -webkit-justify-content: end;
    justify-content: end;
  }
  header ul.menu li {
    display: none;
  }
  header li.logo-site {
    display: block !important;
  }
  span.open-menu::after {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: white;
    font-size: 24px;
    top: 0;
  }
  header span.open-menu {
    width: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 99;
  }
  div#banner-home::before{
    display: none;
  }
  .Orcamento .conteudo .bx-left::after{
    display: none;
  }
  .categorias-produtos::after {
    left: inherit;
    right: 0;
    width: 55%;
  }
  .categorias-produtos .lista-cat {
    width: 100%;
  }
  .controle-modal {
    width: 90%;
    padding: 3%;
  }
  .categorias-produtos{
    padding-top: 0 !important;
  }
  ul.sub-categoria li.list-prod{
    position: initial;
  }
  ul.sub-categoria li.list-prod ul.produto-cat{
    position: relative;
    left: 0;
  }
  .bx-right.flex {
    width: 100%;
    margin-top: 40px;
  }
  .categorias-produtos .lista-cat ul.cat-produtos ul.sub-categoria li.list-prod.active::after{
    display: none;
  }
  ul.sub-categoria li.list-prod ul.produto-cat {
    overflow: inherit;
  }
  .Porque-escolher::before {
    height: 30%;
    width: 100%;
  }
  span.nome-prod-hover{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  ul.produto-cat::before {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #081b3e transparent;
    content: "";
    position: absolute;
    top: -9px;
    z-index: 1000;
  }
  span.lista-footer.wrap {
    margin-left: auto;
    width: 100%;
  }
  footer .bx {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    margin-top: 35px;
  }
  .Home.cont.padding {
    padding-top: 0;
  } 
  header .logo{
    width: 61%;
  }
  .listaDiferencias .box{
    width: calc(100% / 2 - 18px) !important;
  }
  form#newsletter{
    width: 100%;
  }
  form#newsletter input{
    width: 74%;
  }
  form#newsletter input:nth-child(3) {
    width: 100%;
  }
  button.enviar {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter-foter form {
    width: 100%;
  }
  .newsletter-foter form input {
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
  }
  .lista-opcs .box .bg-image {
    height: 230px;
  }
  .lista-galeria a {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 615px){
  body{
    margin-top: 130px; 
  }
  .ListaBanner .slick-list {
    overflow: hidden;
  }
  a.scroll.contatoFloat {
    padding: 9px;
    bottom: 17px;
  }
  .box-orcamento {
    bottom: 73px;
    padding: 12px;
  }
  header li.logo-site img {
    height: 61px;
    margin: 0;
    width: auto;
  }
  header ul.menu li a {
    padding: 12px 0;
  }
  header span.open-menu{
    top: 29px;
  }
  .modal .conteudo-modal {
    width: 79%;
  }
  img.orcamento-float{
    bottom: 120px;
  }
  img.contato-float{
    bottom: 80px;
  }
  .lista-galeria img {
    margin: auto;
  }
  img.whatsapp{
    bottom: 160px;
    width: 50px;
  }
  .item-banner-width .txt-dinamico {
    margin-bottom: auto;
  }
  .conteudo-modal span.close-modal{
    right: 0;
  }
  .modal .conteudo-modal form#Orcamento input{
    width: calc(100% / 1 - 42px);
  }
  footer.blue .bx:nth-child(4) iframe {
    max-width: 248px;
  }
  form#Contato input, form#Orcamento input{
    width: calc(100% / 1 - 52px);
  }
  .conteudo-bx{
    padding: 25px;
  }
  form#Contato .select, form#Orcamento .select{
    width: calc(100% - 16px);
  }
  .conteudo-contato::after{
    display: none;
  }
  header .lista-menu ul.listaMenu li a{
    margin-left: 0 !important;
  }
  header.fixed span.open-menu-mobile::after{
    top: 0;
  }
  header.fixed .logo a::after{
    height: 37px;
  }
  header .tels.flex a span {
    display: none;
  }
  .box-valores,.box-diferenciais{
    width: 100%;
  }
  .timeline .bx span.ano{
    font-size: 35px;
  }
  .timeline::before{    
    top: 58px;
    height: 2px;
  }
  .bx-right.flex{
    margin-left: 0;
  }
  .bx-right.flex {
    display: block;
  }
  h2.titulo{
    font-size: 25px;
  }
  .box-diferenciais .bx {
    width: 100%;
  }
  .lista-sobre {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .tinfo-bx {
    width: 100%;
  }
  .conteudo-full::before {
    content: "";
    width: 100vw;
    right: 0;
    height: 75%;
  }
  .bx.texto.gray {
    padding: 40px;
    width: auto !important;
  }
  .conteudo-full.wrap.padding {
    padding-bottom: 0;
  }
  article.quem-sonfia .lista-servicos {
    margin-left: auto;
    margin-right: 0;
    width: 100%;
  }
  .w-80 {
    width: 100%;
  }
  form#novidades {
    width: 100%;
    margin-top: 40px;
  }
  article.novidades h2.titulo {
    width: 100%;
    text-align: center;
  }
  img.orcamento-float,img.contato-float{
    width: 150px;
  }
  .box-formulario {
    width: 100%;
  }
  .lista-servicos .bx {
    width: 100%;
    text-align: center;
  }
  .box-diferenciais .bx{
    text-align: center;
  }
  .conteudo-full .tinfo-bx {
    text-align: center;
  }
  header .conteudo-topo ul.list-tel a span {
    display: block;
    text-align: center;
  }
  .Nosso-produtos::before{
    width: 100%;
  }
  .lista-produtos .box-prod {
    width: calc(100% / 1 - 16px) !important;
  }
  .Orcamento .conteudo .bx-left{
    min-height: 250px;    
    margin-bottom: 50px;
  }
  .categorias-produtos::after{
    display: none;
  }
  .bx-left {
    width: auto;
  }
  ul.cat-produtos ul.sub-categoria {
    position: relative !important;
    min-width: 100% !important;
    padding: 0 0 !important;
    left: 0 !important;
  }
  button.enviar-news{
    width: 28%;
  }
  .newsletter form#newsletter{
    margin-top: 20px;
  }
  footer.blue .bx {
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #1c417d;
  }
  li.lista-categoria.active::after{
    display: none;
  }
  ul.sub-categoria li.list-prod ul.produto-cat{
    width: 100%;
  }
  li.lista-categoria.active span.lin-sub {
    padding: 11px;
    text-align: center;
    background: #285db3;
  }
  li.lista-categoria{
    max-width: 100%;
  }
  header ul.listaMenu li.d-none:nth-child(3) a {
    border-bottom: 1px solid #70925b;
    padding-bottom: 20px !important;
  }
  header ul.listaMenu li.d-none a {
    padding: 0 !important;
    font-size: 16px;
    color: #cae4b9;
  }
  span.lista-footer {
    display: block;
  }
  .listaServicos,.listaDiferencias {
    max-width: 375px;
  }
  li.d-none {
    display: block;
  }
  span.open-menu-mobile{
    margin-right: 15px;
  }
  span.open-menu-mobile::after{
    right: 0;
  }
  .newsletter {
    padding: 0;
  }
  span.lista-footer.wrap{
    margin-top: 40px;
  }
  form#newsletter input {
    width: 100%;
    padding: 12px;
  }
  .listaServicos .box .conteudo {
    padding: 37px;
  }
  .listaDiferencias .box .conteudo {
    height: 100%;
    padding: 15px;
  }
  .listaDiferencias .box {
    width: calc(100% / 1 - 15px) !important;
  }
  header .logo::after {
    display: none;
  }
  header .logo {
    background: transparent;
  }
  .newsletter-foter form input {
    width: 100%;
    margin: auto;
    margin-bottom: 8px;
    padding: 15px;
  }
  .listaServicos .box {
    width: calc(100% / 1 - 20px);
  }
  .limit-parallax, .imageHolder {
    position: relative;
    height: 200px !important;
  }
  .ListaBanner i.fa.slick-arrow{
    display: none !important;
  }
  .item-banner-width .txt-dinamico h2{
    font-size: 35px;
    line-height: 1;
  }
  .txt-dinamico .texto-banner {
    font-size: 17px;
  }
  a.soliciteOrcamento{
    width: auto;
    font-size: 13px;
  }
  header .redes-socias.flex {
    padding-left: 5px;
  }
  header .redes-socias.flex {
    padding-left: 5px;
  }
  header .redes-socias i.fa {
    padding: 0 8px;
    font-size: 15px;
  }
  span.mobile-telefone::before{
    font-size: 18px;
  }
  span.mobile-telefone::after{
    border-width: 5px 5px 0 5px;
  }
  .linksRedesSociais a {
    width: 100%;
  }
  .box-redes{
    display: none;
  }
  a.emailLink {
    display: none;
  }
  footer .rodape .flex {
    align-items: center;
    display: block;
    padding: 20px; 
  }
  h3.subtitulo {
    font-size: 25px;
  }
  .links a.btn{
    padding: 15px;
    font-size: 16px;
  }
  .info {
    font-size: 14px;
  }
  .direitos.padding .flex {
    display: block;
  }
  .info-magia{
   position: static;
  }
  .menuFixo {
    background: white;
  }
  .carrossel-horario {
    display: none;
  }
  ul.caminho{
    text-align: left;
  }
  .img-dest{
    background-size: cover;
  }
  .item-coleta{
    width: 81%;
  }
  .box-corpo:hover .overlay-texto,.box-conve:hover .over-conve{
    display: none;
  }
  header .logo {
    position: relative;
    width: 200px;
  }
  header .logo img{
    width: 90%;
  }
  header .conteudo-topo ul.list-tel{
    width: 270px;    
    padding: 22px 0;
    right: 0;
  }
  header .conteudo-topo ul.list-tel li a{
    font-size: 14px;
    margin-left: 0;
    text-align: center;  
  }
  h2.titulo.big {
    font-size: 26px;
  }
  span.titulo{
    font-size: 25px;
    line-height: 1.1;
  }
  .txt-dinamico h2 {
    font-size: 35px;
    width: 90%;
    margin: auto;
    text-shadow: 0 0 15px black;
  }
  span.menu-open{
    position: absolute;
    top: 15px;
    right: 0;
  }
  header ul.listaMenu.flex{
    width: 100%;
    text-align: center;
  }
  .logo-mobile {
    display: block;
    width: 150px;
    float: none;
  }
  .lista-diferenciais .list{
    width: auto;
    display: flex;
  }
  .lista-diferenciais .list h3{
    position: inherit;
    font-size: 13px;
  }
  .list img{
    height: auto;
    width: 30px;
  }
  .item-exames{
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .list-item a {
    width: auto;
    margin: 0;
    margin-bottom: 10px;
    display: block;
  }
  .item-exames h3{
    font-size: 13px;
  }
  ul.menu-footer {
    display: none !important;
  }
  .carrossel-horario {
    margin-right: 0;
    margin-left: auto;
  }
  .flex.menu-lists {
    width: auto;
  }
  .logo-mobile img {
    width: 100%;
  }
  ul.redes-opc-menu {
    margin-top: 25px;
  }
  #bannerHome .arrows,ul.slick-dots{
    bottom: 20px;
  }
  form#Cont input{
    margin-right: 0;
  }
  .imagem-destacada{
    width: 100%;
  }
  .logo img {
    margin: auto;
  }
  .item-produto {
    text-align: center;
  }
  .logo {
    margin-right: 0;
    width: 72%;
  }
  .whatsapp-opc{
    bottom: 52px;
  }
  form#Newslatters{
    display: block;
  }
  .leftCont a{
    font-size: 13px;
  }
  form#Newslatters input {
    width: 78% !important;
    padding: 10px !important;
    margin: auto !important;
    margin-bottom: 10px !important;
  }
  span.select{
    width: 93% !important; 
  }
  .big_titulo{
    font-size: 25px;
    margin: 0;
    line-height: 1;
  }
  .icones-escolha{
    width: 32px;
    height: 32px;
  }
  li.tab-link.current::after{
    display: none;
  }
  ul.tabs li{
    width: calc(100% / 5);
    margin: 0;
    font-size: 12px;
  }
  a.ver-produtos{
    margin: auto;
  }
  .info-txt{
    margin-bottom: 20px;
  }
  section.unidades {
    padding: 0 0; 
  }
  .bloco-{
    /* height: 160px; */
    width: 85%;
    margin: 8px auto;
    display: block;
    box-shadow: 2px 2px 11px 6px #c3c3c3;
  }
  a.ver-todas{
    font-size: 13px;
  }
  .over-conve{
    width: 233px !important;
    left: -30px !important;
  }
  .bloco- {
    margin-bottom: 20px;
  }
  .lista.ver {
    background-image: none !important;
  }
  span.tituloModl {
    font-size: 16px;
  }
  .coluna-full, .colun-medium {
    width: 100%;
    min-height: 400px;
    max-width: 400px;
  }
  .colun-medium .box:nth-child(1) {
    margin-bottom: 0;
  }
  .colun-medium .box{
    margin-left: 0;
  }
  .coluna-full .box{
    background: transparent;
  }
  footer .bx.logo-footer {
    max-width: 100%;
    min-width: 100%;
    display: block;
    text-align: center;
  }
  footer .bx.foter-menu:nth-child(2) {
    display: none;
  }
  footer .bx{
    width: auto !important;
    text-align: center;
    margin: auto !important;
    display: block !important;
  }
  span.lista-footer i.fa.slick-arrow {
    position: absolute;
    top: 34%;
    font-size: 38px;
    color: white;
    z-index: 10;
  }
  span.lista-footer i.fa::after {
    display: none !important;
  }
  footer .redes-socias.flex {
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .bx.contato_info p a {
    display: block;
    margin-right: 0;
    text-align: center;
  }
  .header-interna h2 {
    font-size: 20px;
  }
  footer a{
    font-size: 13px;
  }
  .img-block{
    height: 160px;
  }
  .info-unidades{
    padding: 13px;
  }
  span.nome-unidade{
    font-size: 14px;
  }
  span.end-unidade{
    font-size: 15px;
  }
  a.tel{
    margin-bottom: 15px;
  }
  span.top_titulo{
    font-size: 30px;
  }
  .produtos-destaque {
    margin: auto;
    margin-bottom: 15px;
  } 
  .info-depoimento {
    padding-right: 0;
    text-align: center;
  }
  #depoimentos .texto {
    width: 80%;
    margin: auto;
  }
  .texto {
    font-size: 14px;
  }
  .img-depoimentos{
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .itens-depoimentos {
    padding: 0;
  }
  .box-menu-footer {
    padding-right: 0 !important;
    text-align: center !important;
  }
  .flex.sociais-footer {
    justify-content: center;
  }
  .bread.blog-bred {
    margin-top: 5px;
  }
  .banner-interna {
    background-size: cover;
  }
  h3.subtitulo{
    text-align: center;
  }
  .bread ul li, .bread ul li a{
    font-size: 12px;
  }
  .lista-opcs .box .bg-image{
    width: 100%;
  }
  .lista-opcs .box .box-texto {
    width: 100%;
    padding-top: 20px;
  }
  .lista-opcs .box .box-texto h2 {
    font-size: 25px;
  }
  .conteudo-modal .item-galeria img,.item-galeria{
    max-height: 200px;
  }
  .conteudo-modal .img-thumb {
    height: 50px;
  }
  .lista-thumb .slick-slide {
    margin: 0 3px;
  }
  .accordion {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }
  .panel .texto {
    padding: 20px;
  }
  .Outros-servicos .listaServicos .box {
    width: calc(100% / 1 - 35px);
  }
  .lista-galeria a {
    width: auto !important;
    max-width: 99% !important;
  }
  .conteudo-modal .item-galeria img, .item-galeria {
    max-height: 150px;
  }
  .faq {
    width: 100%;
  }
  .box-noticias {
    margin: auto;
    width: 81%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .banner-interna {
    height: 350px !important;
  }
  .lista-opcs .box:nth-child(3n-1) .bg-image {
    order: 1;
  }
  .box-noticias a.ver-mais {
    margin-right: 0;
  }
  span.select {
    width: 80% !important;
  }
  button#solicitar {
    margin: auto;
  }
  .formAuditiva.cont{
    padding: 0;
  }
  ul.contact {
    position: static;
  }
  .bread ul.caminho li, .bread ul.caminho li a{
    font-size: 12px;
  }
  span.end-footer {
    padding: 10px;
  }
  .resumo-blog{
    padding: 10px;
  }
  span.list-serv {
    display: none;
  }
  .box-whatsapp{
    bottom: 80px;
  }
  .box-inscreva-se{
    bottom: 23px;
  }
  .itens-menu{
    height: 100%;
    overflow: auto;
  }
  ul.pages li {
    padding: 10px 0;
  }
  form#pesquisa input {
    width: 70%;
  }
  .pesquisa {
    display: none;
  }
  span.end-unidade{
    height: auto;
  }
  .flex.cont-footer {
    display: block;
  }
  .endereco, .endereco a{
    font-size: 13px;
  }
  .endereco {
    text-align: left;
    width: 70%;
  }
  .logo-rodape{
    margin-right: 0;
  }
  .unidades-rodape {
    display: block;
    margin: 0;
  } 
  .paralaxx-control {
    height: 146px;
  }
  .box-unidade {
    padding-right: 0;
  }
  .selo-site img {
    margin-top: 25px;
  }
  .redes-sociais {
    padding-bottom: 0;
  }
  .responsavel p {
    margin-right: 0;
    font-size: 10px;
  }
  .conteudo-texto {
    width: 100%;
    margin: auto;
    padding: 20px;
  }
  a.link-paginas{
    width: 64%;
    font-size: 11px;
  }
  .lista-opc-qualidade {
    width: 100%;
  }
  .qualidade-garantida::after{
    display: none;
  }
  .lista-opc-qualidade i.fa.fa-angle-left{
    left: 20px !important;
  }
  .lista-opc-qualidade i.fa.fa-angle-right{
    right: 20px !important;
  }
  .lista-blog .box {
    width: calc(100% / 1 - 10px);
  }
  form#Newslatters{
    width: auto;
    margin-left: 0;
  }
  .foto-medico{
    height: 105px;
  }
  h1.titulo {
    font-size: 27px !important;
  }
  footer .box-menu-footer{
    width: auto !important;
    border-bottom: 1px solid #a8c6dc;
    width: auto !important;
    margin-bottom: 20px;
  }
  .flex.sociais-footer {
    display: flex !important;
  }
  a.trabalheConosco {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 12px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .bx-link span {
    display: none;
  }
  .bx-link{
     padding: 5px;
  }
  .bx-link:hover {
    background: transparent;
  }
  .flex.redesFooter {
    display: flex !important;
    justify-content: center;
  }
  footer .bx{
    padding-right: 0 !important;
  }
  footer .flex.sociais {
    justify-content: center;
    margin: 30px 0;
  } 
  footer .bx.logo .linha .sociais i.fa {
    margin: 10px;
  }
  footer .bx {
    min-width: 100%;
  }
  .conteudo-full .tinfo-bx .texto {
    width: 90% !important;
    margin: auto;
    margin-top: 20px;
  }
  footer .bx ul {
    margin: auto;
  }
  .crypy a {
    margin-right: 0;
  }
  form#novidades input{
    width: calc(100% / 1 - 34px);
  }
}


@media screen and (min-width: 1200px){
  .left{
    -webkit-transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -ms-transform: translate3d(-50%,0,0);
    -o-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .right{
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .bottom{
    -webkit-transform: translate3d(0,50%,0);
    -moz-transform: translate3d(0,50%,0);
    -ms-transform: translate3d(0,50%,0);
    -o-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .top{
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .init{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}