@import url('reset.css');
h1,h2,h3,h4,h5,h6,p,a,span,strong,small,table,td,tr,ul,li,div,button,::placeholder{
  font-family: Ubuntu;
}
.menu-mobile-li{
  display: none;
}
html,body{
  /* overflow-x: hidden; */
  font-family: Ubuntu;
}
body{
  overflow-x: hidden;
  background-color: white;
  outline: none;
  margin-top: 165px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 991;
  width: 100vw;
  padding-bottom: 5px;
  background: white;
}
a{
  display: block;
}
img.whatsapp {
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 100;
}
span.mask-modal {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 998;
}
button.submitDow {
 display: block;
    margin-top: 22px;
    padding: 14px;
    border-radius: 30px;
    width: 235px;
    border: 0;
    cursor: pointer;
    background: #23a8ea;
    color: white;
    font-size: 19px;
    text-transform: capitalize;
}
/* select */
.custom-select {
    position: relative;
}

.select-selected {
  padding: 19px;
  background: #fff;
  width: calc(100% - 39px);
  font-size: 12px;
  border: 1px solid #c1c1c1 !important;
  line-height: 14px;
  outline: none;
  margin: 0;
  border-radius: 30px;
  resize: none;
  color: #676767;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 100;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
a.hoverLink{
  cursor: pointer;
}
.ModalForm {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  display: none;
  width: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
}
form.formularioModal input {
  width: calc(100% - 38px);
}
span.fecharM {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
  font-size: 40px;
  cursor: pointer;
  color: #008cd1;
}
.ControlModal {
  background: white;
  padding: 50px 100px;
  width: 580px;
  position: relative;
  z-index: 9999;
  border: 1px solid #bdbdbd;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 25px;
  right: 20px;
  width: 0;
  height: 0;
  font-size: 14px;
  border: 6px solid transparent;
  border-color: #23a8ea transparent transparent transparent;
}
.select-items div {
 font-size: 14px;
  padding: 9px 17px;
  color: #787878;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#Trabalhe #inputArquivo {
  display: none;
}
.ControlModal h3.subtitulo {
  font-size: 17px !important;
  color: #918e8e;
  text-align: left;
}
span.botaoArquivo {
  padding: 10px;
  color: #c00e25;
  background: #fff;
  width: calc(100% - 32px);
  font-size: 12px;
  line-height: 14px;
  outline: none;
  margin: 5px 5px 15px;
  border-radius: 3px;
  border: 0px;
  resize: none;
  display: block;
}
.select-items {
  position: absolute;
  background-color: white;
  top: 24px;
  left: 0;
  width: 100%;
  border-radius: 5px;
  right: 0;
  z-index: 99;
  padding-top: 36px;   
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/* fim select */
.enderecoTop.flex a {
  font-size: 18px;
  color: #636363;
  font-weight: 400;
}
span.lis::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #636363;
  border-radius: 50%;
  float: left;
  margin: 8px 10px 8px 15px;
}
span.lis {
  display: block;
  position: relative;
}
.enderecoTop {
  margin-left: 0;
  margin-right: auto;
}
.ModalOrcar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(32, 66, 155, 0.7803921568627451);
  width: 100%;
  z-index: 99999;
  display: none;
  align-items: center;
}
.ModalOrcar .formularioBanner {
  position: relative !important;
  width: 500px;
  margin: auto;
}
section.dep {
  background: #252525;
}
.texto-dep {
  font-size: 13px;
  color: white;
  line-height: 1.7;
  height: 125px;
  overflow: auto;
  padding-right: 30px;
  text-align: center;
}
.info-cliente h3 {
  color: #ee6522;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.info-cliente p {
  color: white;
  font-size: 12px;
  text-transform: capitalize;
}
.listaBlog {
    margin-top: 20px;
}
.avatar {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.list-top {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
form.formularioModal textarea {
    margin-bottom: 9px;
    padding: 18px;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid #bdbdbd;
    resize: none;
    margin-top: 9px;
    width: calc(100% - 38px);
    margin-bottom: 0;
}
.texto-dep::-webkit-scrollbar-track
{
  border: 1px solid black;
  background-color: #F5F5F5;
}

.texto-dep::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

.texto-dep::-webkit-scrollbar-thumb
{
  background-color: #000000;  
}
.clietes {
  display: flex;
  align-items: center;
  margin-top: 20px !important;
  margin: auto;
  width: 80%;
}
.boxDepoimento {
  background: #2e2d2d;
  padding: 50px;
  position: relative;
  width: 280px !important;
  margin: auto !important;
  display: block !important;
}
.Lista_depoimentos{
  position: relative;
}
button.submitDow:hover {
    background: #252525;
}

ul.slick-dots {
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  margin: 8px;
}
ul.slick-dots li button {
  border: 0;
  font-size: 0;
  color: transparent;
  background: white;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
ul.slick-dots li.slick-active button {
  background: #3e89d0 !important;
}
.min-Cont2.texto.white ul li {
    list-style: circle !important;
    font-family: sans-serif;
    font-size: 19px;
}
span.fecharModal {
    position: absolute;
    right: 13px;
    top: 0;
    font-size: 38px;
    font-weight: 900;
    cursor: pointer;
    color: #858585;
}
button.enviarNews:hover {
    background: #989898;
}
button.enviarNews {
    border: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    margin-left: 10px;
    height: 34px;
    width: 149px;
    border-radius: 30px;
    color: white;
    background: #ee6522;
    font-weight: 600;
}
span.menuItens.open::before {
  -webkit-transform: rotate(48deg);
  -moz-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  -o-transform: rotate(48deg);
  transform: rotate(48deg);
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
span.menuItens.open::after {
  -webkit-transform: rotate(-48deg);
  -moz-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  -o-transform: rotate(-48deg);
  transform: rotate(-48deg);
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
span.menuItens.open {
  background: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  right: -6px;
  transition: 0.3s;
}
form#orcamentoModal input,form#orcamentoModal textarea {
  border-radius: 30px;
  border: 0;
  font-size: 13px;
  background: #eef0f5;
  color: #01371c;
  font-weight: 600;
  padding: 9px 15px;
  width: calc(100% / 2 - 30px);
  margin-bottom: 7px;
  resize: none;
}
.cont.topo.flex {
  align-items: center;
}
form#orcamentoModal textarea {
  height: 70px;
  border-radius: 10px;
  width: calc(100%);
}

:focus{
  outline: 0;
}
.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: 1180px;
  margin:  auto;
  position: relative;
}
.center{
  text-align: center;
}
.wrap {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.redes_sociais.flex {
  padding-left: 15px;
}
.agenciaRed.flex {
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.agenciaRed.flex img {
  margin-left: 10px;
}
.redes_sociais i {
  color: white;
  background: #ee6522;
  margin: 7px;
  width: 18px;
  margin-left: 25px;
  height: 18px;
  padding: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1;
}
.cont.topo-site.flex{
 -webkit-transform: rotateX(0);
 -moz-transform: rotateX(0);
 -ms-transform: rotateX(0);
 -o-transform: rotateX(0);
 transform: rotateX(0);
 -webkit-transition: 0.7s;
 -ms-transition: 0.7s;
 -moz-transition: 0.7s;
 -o-transition: 0.7s;
 transition: 0.7s;
}
.itens-menu{
  position: absolute;
  display: none;
}
.green {
  background: #252525;
}
span.dep-txt {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: #868585;
}
.top-info.flex a {
  color: white;
}
.lista_itens ul li {
  color: white;
  line-height: 3;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.lista_itens ul li::after {
  content: "";
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 5px;
  background-image: url(../images/assets/li.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 13px;
}
h2.tituloBig {
  font-size: 58px;
  color: white;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 40px;
}
.menu-desktop.cont.flex {
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-info.flex {
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 0;
}
.mTS_horizontal .mTSContainer,.mTSWrapper{
  overflow: visible !important;
}
.verDep{
  display: block !important;
}
ul.listaMenu {
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}
li.sub {
  position: relative;
}
ul.sub-menu {
  position: absolute;
  background: rgba(45, 44, 66, 0.82);
  min-width: 250px;
  left: 11px;
  z-index: 99;
  overflow: hidden;
  height: 0;
  padding: 0;
  opacity: 0;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
li.sub:hover .sub-menu {
  height: auto;
  overflow: auto;
  opacity: 1;
  padding: 20px 0; 
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul.sub-menu li a {
  margin: 0 !important;
}
ul.sub-menu li a:hover {
  background: #20429b;
}
span.contoleConteudo {
  display: block;
  height: 155px;
  overflow: auto;
}
.pad.txt-info {
  padding: 0 160px;
}
ul.sub-menu li a {
  color: white !important;
  line-height: 1 !important;
  font-size: 14px !important;
  padding: 12px !important;
  font-weight: 600;
  padding-left: 25px !important;
  text-transform: capitalize !important;
}
ul.sub-menu li a::after{
  display: none;
}
span.box-HoverDepoimentos.verDep::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 22px 30px 22px;
  border-color: transparent transparent #ffffff transparent;
  top: -25px;
}
span.box-HoverDepoimentos {
  display: none;
  position: absolute;
  background: white;
  z-index: 999;
  bottom: -150px;
  left: 37px;
  width: 281px;
  padding: 25px;
  border-radius: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.lista_itens ul li.left:nth-child(2){
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.lista_itens ul li.left:nth-child(3){
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.lista_itens ul li.left:nth-child(4){
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
.lista_itens ul li.left:nth-child(5){
  -webkit-transition: 2.5s;
  -moz-transition: 2.5s;
  -ms-transition: 2.5s;
  -o-transition: 2.5s;
  transition: 2.5s;
}
.lista_itens ul li.left:nth-child(6){
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}
.lista_itens ul li.left:nth-child(7){
  -webkit-transition: 3.5s;
  -moz-transition: 3.5s;
  -ms-transition: 3.5s;
  -o-transition: 3.5s;
  transition: 3.5s;
}
.lista_itens ul li.left:nth-child(8){
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -ms-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
form#contato {
  width: 90%;
  margin: auto;
  padding-bottom: 0;
}
span.controle-depoimentos img {
  -webkit-filter: brightness(41%);
  -ms-filter: brightness(41%);
  -moz-filter: brightness(41%);
  -o-filter: brightness(41%);
  filter: brightness(41%);
}
span.controle-depoimentos.videoDepoimento i.fa.fa-play {
  color: white;
  position: absolute;
  z-index: 20;
  font-size: 47px;
  border: 6px solid white;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  left: 32%;
  font-weight: 900;
  text-align: center;
  height: 50px;
  vertical-align: middle;
  line-height: 48px;
  top: 32%;
}
span.fecharVideoDep {
  display: block;
  position: absolute;
  right: -34px;
  top: -14px;
  cursor: pointer;
  color: white;
  font-size: 42px;
  line-height: 0;
}
span.fecharVideoDep:hover{
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
 transform: scale(1.5);
}
.verVideoDep{
  display: flex !important;
}
span.modalVideo {
  position: fixed;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.78);
  z-index: 99999;
  height: 100%;
  display: none;
  top: 0;
  align-items: center;
}
i.fa.fa-facebook,i.fa.fa-twitter,i.fa.fa-google-plus {
   color: #252525;
    font-size: 24px;
    margin: 0 10px;
}
.social i {
  margin: 0 2px;
}

.contModal {
  width: 700px;
  margin: auto;
  background: white;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.contModal iframe{
  width: 100%;
  background: #202020;
}
form#contato input {
  background: #667cb8;
  border: 0;
  font-size: 15px;
  border-radius: 20px;
  padding: 0 10px;
  font-weight: 700;
  color: #202020;
  margin: 0 5px;
  width: calc(100% / 3 - 30px);
  height: 31px;
}
.linksRedesSociais {
  width: 80%;
  margin: auto;
}
.wrap.linksRedesSociais img {
  margin-right: 10px;
}
form#contato textarea {
  background: #667cb8;
  border: 0;
  font-size: 15px;
  border-radius: 20px;
  padding: 12px;
  font-weight: 700;
  color: #202020;
  margin: 10px 5px;
  width: calc(100% - 30px);
  height: 70px;
  resize: none;
}
form#Newslatters input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}form#Newslatters input::-ms-input-placeholder{ /* Microsoft Edge */
  color: white;
}form#Newslatters input::-webkit-input-placeholder { /* Microsoft Edge */
  color: white;
}
form#Newslattersinput::placeholder{
  color: white;
  font-weight: 900;
  font-size: 12px;
}
button.envarContato:hover::after{
  width: 100%;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hover-desc-cliente::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 35px 40px 30px;
  border-color: transparent transparent #ffffff transparent;
  top: -23px;
  left: 58px;
}
button.envarContato:hover{
  background: transparent; 
  -webkit-transition: 1.3s;
  -ms-transition: 1.3s;
  -moz-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
}
.linksRedesSociais a:hover {
  background: #158cf2;
}
button.envarContato::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  background: #158cf2;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
button.envarContato {
  border: 0;
  display: block;
   -webkit-transition: 0.8s;
  -ms-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  margin: auto;
  padding: 7px;
  overflow: hidden;
  font-size: 15px;
  z-index: 10;
  font-weight: 800;
  cursor: pointer;
  color: white;
  background: #282828;
  width: 120px;
  border-radius: 30px;
  position: relative;
}
span.nomeUsuario {
  display: block;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 9px;
}
div#depoimento,.listaClientes{
  display: none;
}
.mThumbnailScroller._mTS_1.mTS-none,.listaClientes.slick-initialized.slick-slider{
  display: block !important;
}
div#depoimento ul li .controle-depoimentos {
  display: block;
  margin-bottom: 18px;
}
span.orcamento {
  display: block;
  margin: 0 15px;
  color: white;
  border: 3px solid #158cf2;
  padding: 5px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  cursor: pointer;
}
span.orcamento:hover {
  background: #158cf2;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.emailLink img {
  margin-right: 10px;
}
a.emailLink {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px;
}
li.sub::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #7a7b7d transparent transparent transparent;
  top: 48%;
  right: -2px;
}
ul.opcs li a {
  font-weight: 900;
  display: inline-grid;
  color: #253434;
  padding-top: 0;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  padding: 4px;
  text-align: center;
}
a.unidadesLink {
  border-radius: 30px;
  border: 2px solid #f47b2c;
  color: #f47b2c !important;
  width: 90px;
  padding: 1px 8px !important;
  text-align: center;
  display: block;
  margin-left: 15px;
}
ul.opcs li {
  display: flex;
  align-items: center;
}
ul.opcs {
  position: absolute;
  left: 0;
  display: flex;
}
.texto.white {
  color: white !important;
}
section.numeros {
  margin-top: -162px;
}
h2.titulo { 
  color: #008cd1;
  font-weight: 500;
  font-size: 40px;
  margin: 8px 0;
}
.instagramFotos img {
  width: calc(100% / 6 - 10px);
  margin: 5px;
  height: 130px;
  object-fit: cover;
}
.titulo.white {
  color: white;
}
.linksRedesSociais a {
  background: #20429b;
  margin: 10px;
  margin: auto;
  width: 220px;
  padding: 11px;
  justify-content: center;
  display: flex;
  color: white;
  align-items: center;
  border-radius: 30px;
  font-weight: 700;
}
ul.submenu li a {
  padding: 7px 0 !important;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
  color: white !important;
  margin-top: 6px !important;
  margin-left: 0 !important;
}
ul.submenu::after {
  border-style: solid;
  border-width: 0 0 21px 28.5px;
  border-color: transparent transparent rgba(238, 101, 34, 0.8705882352941177) transparent;
  content: "";
  position: absolute;
  top: -21px;
  right: 0;
}
ul.submenu {
  position: absolute;
  right: 0;
  display: none;
  top: 55px;
  padding: 16px 30px;
  min-width: 450px;
  background: rgba(238, 101, 34, 0.8705882352941177);
  border-radius: 8px 0 8px 8px;
}
li.relativeSubMenu {
  padding-left: 30px;
  cursor: pointer;
}
form.PesquisarSite input::placeholder{
  color: transparent; 
} 
form.PesquisarSite input:hover {
  width: 194px;
  background-position: 96% center;
}
.ClassCaminho {
  background: #252525;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
ul.caminho.flex {
  align-items: center;
  margin-left: auto;
}
ul.caminho.flex li {
  margin-left: 5px;
  font-size: 14px;
  text-transform: capitalize;
}/* 
button.enviar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #252525;
    display: block;
    z-index: -1;
    left: 0;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} *//* 
button.enviar:hover{
  background: transparent;
   -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
   -o-transition: 0.5s;
  transition: 0.5s;
  color: white;
}
button.enviar:hover::before{
  width: 100%;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
   -o-transition: 0.5s;
  transition: 0.5s;
} */
button.enviar {
  background: #23a8ea;
  font-size: 17px;
  margin-left: 8px;
  width: 194px;
  text-align: center;
  font-weight: 500;
  color: white;
  border: 0;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  padding: 12px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.caminho.flex li a {
  display: inherit !important;
  color: white;
  font-weight: 400;
}
.ClassCaminho {
  padding: 10px 0;
}
form.PesquisarSite { 
  margin-left: auto;
  text-align: right;
}
.link-cursos {
  margin-left: 30px;
  margin-right: 0;
  display: block;
}
.cont.topo-site.flex {
  justify-content: flex-end;
  padding: 5px 0;
  align-items: center;
}
.link-cursos a:hover {
  background: #898b8e;
}
.link-cursos a {
  line-height: 2.8;
  background: #008ad0;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  width: 220px;
  display: flex;
  text-align: center;
  color: white;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
form.PesquisarSite input {
  border: 0;
  background-color: #ee6522;
  line-height: 1;
  font-size: 14px;
  width: 17px;
  padding: 10px;
  color: white;
  border-radius: 18px;
  background-image: url(../images/assets/lupa.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
form.PesquisarSite input:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
form.PesquisarSite input::placeholder {
  line-height: 3;
}
span.menuItens::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  right: 0;
  top: -8px;
  background: #ee6522;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 7px;
}
span.menuItens {
  display: block;
  width: 28px;
  border: 15px solid white;
  height: 4px;
  background: #ee6522;
  border-radius: 7px;
  position: relative;
  border-right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
span.menuItens::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  right: 0;
  top: 8px;
  background: #ee6522;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
li.relativeSubMenu {
  position: relative;
}
.padding{
  padding: 30px 0;
}
.txt-info {
  color: #999999;
  line-height: 1.7;
  font-size: 13px;
  font-weight: 600;
}
.center{
  text-align: center !important;
}
.mostrar{
  display: block !important;
}
.respostaNone{
  display: none;
}
ul.listaMenu li a {
  color: #636363;
    padding: 17px 22px;
    position: relative;
    display: block;
    line-height: 11px;
    margin-left: 13px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 21px;
    transition: 0.3s;
    border-radius: 25px;
}
.cursos_link {
  margin-left: auto;
}
ul.listaMenu li a:hover{
  background: #008ad0 !important;
  color: white;
}
.page{
  background: #008ad0;
  color: white !important;
}
form#Newslatters input, form#Cont input {
  background: transparent;
  font-size: 15px;
  border-radius: 30px;
  color: white;
  border: 1px solid white;
}
form#Newslatters input {
  padding: 13px;
}
section.cotacao {
  background: #c62422;
  color: white;
}
span.tituloModl {
  font-size: 25px;
  margin-bottom: 20px;
}
.cotacaoClass {
  align-items: center;
}
button.cotatcao {
  background: white;
  padding: 12px;
  border: 0;
  display: block;
  border-radius: 50px;
  width: 220px;
  color: #c92523;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  margin-left: auto;
}
form#Newslatters button {
      width: 57%;
    font-size: 17px;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    background: #23a8ea;
    color: white;
    font-weight: 600;
}
span.menu-open {
  background: #f47b2c;
  display: none;
  width: 36px;
  height: 4px;
  border-radius: 15px !important;
  margin-top: -5px;
  margin-left: auto;
  border: 10px solid white;
  cursor: pointer;
}
span.menu-open::before {
  content: "";
  background: #f47b2c;
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 15px !important;
  position: absolute;
  margin-top: -10px;
  cursor: pointer;
}
span.menu-open::after {
  content: "";
  cursor: pointer;
  background: #f47b2c;
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 15px !important;
  position: absolute;
  margin-top: 10px;
}
form#Newslatters input::placeholder {
  color: white;
  font-weight: 400;
  text-transform: capitalize;
}
a.redes {
  display: block;
  margin: 3px;
}
li.email::before {
  content: "";
  display: block;
  width: 24px;
  height: 30px;
  float: left;
  margin-right: 10px;
  background-image: url(../images/assets/email.png);
  background-position: center 8px;
  background-repeat: no-repeat;
}
.busca {
  position: relative;
}
a.tel {
  color: #f47b2c !important;
  display: flex;
  font-weight: 900;
  font-size: 14px !important;
  padding: 3px 10px;
  margin: 0 10px;
  margin-left: 0 !important;
  border-radius: 14px;
  align-items: center;
}
a.tel.whats-tel {
  background: #70191a;
}
.box-conve {
  width: calc(100% / 6 - 26px);
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: white;
  display: inline-block;
  border: 1px solid #9b9b9b;
  margin: 12px;
}
.carrossel-horario {
  width: 250px;
  text-align: center;
  position: absolute;
  left: 211px;
  overflow: hidden;
  height: 20px;
}
.over-conve .txt{
  color: white;
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 600;
}
.flex.cont-footer {
  align-items: center;
  padding: 14px 0;
}
ul.menu-footer li {
  padding-left: 28px;
  text-align: left;
  padding-right: 6px;
}
ul.menu-footer li a {
  color: #253434;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}
.box-unidade {
  padding-right: 32px;
  width: 100%;
}
.logo-rodape {
  margin-right: 14px;
}
.selo-rodape {
  position: relative;
  margin-left: auto;
}
.logo-rodape img {
  width: 220px;
}
ul.menu-footer {
  display: flex;
  align-items: center;
}
.item-horario {
  text-transform: uppercase;
  color: #2c2a2b;
  font-weight: 400;
  font-size: 13px;
}
ul.opc-topo.flex {
  align-items: center;
}
a.tel.whats-tel::before{
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  float: left;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-image: url(../images/assets/whatsapp-icone.png) !important;
  background-position: center;
}
ul.paginas li{
  display: inline;
}
ul.paginas li img {
  width: auto;
  margin: auto;
  margin-bottom: 5px;
}
.cot_top {
  border-bottom: 1px solid #eeeced;
}
a.pac {
  text-transform: uppercase;
  padding: 0 21px;
  font-size: 12px !important;
  color: #f47b2c !important;
  font-weight: 900 !important;
}
header ul.paginas li {
  padding-left: 19px;
}
ul.paginas li a {
  font-weight: 900;
  display: inline-grid;
  color: #253434;
  padding-top: 0;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  padding: 4px;
  text-align: center;
}
span.nome-produto {
  color: #434b52;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  height: 35px;
  overflow: hidden;
}
.img-destaque:hover {
  -webkit-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);
  transition: 0.3s;
}
.img-block {
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bloco- {
  width: 428px;
  overflow: hidden;
  border-radius: 20px;
  margin: 25px;
  box-shadow: 2px 2px 20px 6px #a29d9d;
  display: inline-grid;
}
.info-unidades {
  background: #7e1a15;
  padding: 25px 40px;
  color: white;
}
span.nome-unidade {
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
span.end-unidade {
  display: block;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 25px;
  height: 90px;
  overflow: hidden;
}
.info-unidades .flex {
  align-items: center;
}
a.ver-mapa {
  display: block;
  margin-top: 26px;
  color: #f58942;
  text-decoration: underline !important;
}
a.ver-mapa:hover {
  color: orange;
}
span.titulo img {
  position: relative;
  top: 5px;
}
section.tragem-gratuita {
  text-align: center;
  padding: 40px 0;
  background: #e2e1e2;
}
.item-exames img {
  position: absolute;
  top: 36%;
  right: 14px;
}
header .menu-desktop .logo img{
  width: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.linkSites {
  text-align: center;
}
.linkSites a {
  display: inline-block;
  margin: 0 36px;
  background: #f47b2c;
  padding: 15px 13px;
  margin-top: 12px;
  color: white;
  font-size: 15px;
  width: 33%;
  font-weight: 900;
  border-radius: 50px;
  text-transform: uppercase;
}
.linkSites a:nth-child(1) {
  background: #2c2a2b;
}
.linkSites a:nth-child(1):hover {
  background: #f47b2c;
}
.linkSites a:hover {
  background: #2c2a2b;
}
div#depoimento ul li {
  cursor: pointer;
}
.item-exames h3 {
  width: 96%;
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
  color: #7c104d;
  font-size: 18px;
  font-weight: 600;
}
.item-exames {
  box-shadow: -2px 12px 16px 12px rgb(220, 220, 220);
  background: white;
  margin: 5px;
  padding: 13px;
  position: relative;
  margin-bottom: 13px;
  border-radius: 12px;
  width: 454px;
  height: initial;
}
.txt {
  color: #454a4e;
  line-height: 1.3;
  font-size: 15px;
  margin-bottom: 30px;
}
form#triagem input,form#horario input {
  border: 0;
  padding: 11px;
  font-size: 15px;
  border-radius: 20px;
  background: #eeeff1;
  margin-bottom: 20px;
}
span.select select {
  font-size: 15px;
  border: 0;
  width: 98%;
  color: #605d5b;
  background: #eeeff1;
}
form#horario span.select {
  padding: 10px !important;
  width: 39% !important;
  background: #eeeff1 !important;
  border-radius: 20px !important;
  margin-right: 9px !important;
}
form#horario span.select select {
  background: #eeeff1;
}
span.top_titulo {
  display: block;
  color: #7e1b17;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 300;
}
.formAuditiva.cont {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 37px #c8c5c5;
  margin-top: 40px;
}
span.select {
  padding: 9px;
  width: 36%;
  background: white;
}
span.select select{
  background: white;
}
h3.subtitulo {
  color: #20429b;
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
  text-transform: inherit;
}
.texto {
  color: #636363;
  font-size: 15px;
  font-weight: 400;
  margin: 15px 0;
  line-height: 1.8;
}
.box-sobre {
  width: calc(100% / 2 + -40px);
}
.blue {
  background: #008ad0;
}
.paddong.box-right {
  width: 53%;
  margin-left: auto;
  margin-right: 0;
}
span.titulo_mvv {
  display: block;
  font-size: 30px;
  color: #008cd1;
}
.box-sobre.bxMvv {
  margin-left: auto;
}
a.linkSite {
  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;
}
.conteudoSobre ::-webkit-scrollbar {
    width: 12px;
    height: 30px;
}
  
.conteudoSobre ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(238, 101, 34); 
    -webkit-box-shadow: inset 0 0 6px rgb(238, 101, 34); 
}

a.linkSite::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.linkSite:hover{
  background: transparent;
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
a.linkSite.black::after {
  background: #606060;
}
a.linkSite.black {
 background: #202020;
}
h3.subtitulo.white{
  color:  white !important;
}
a.linkSite: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;
}
button.enviarOrcamento {
  background: #20429b;
  width: 100%;
  text-align: center;
  position: relative;
  border: 0;
  z-index: 10;
  padding: 10px;
  overflow: hidden; 
  margin-top: 8px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  border-radius: 30px;
}
button.enviarOrcamento::after {
  content: "";
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #158cf2;
  position: absolute;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
button.enviarOrcamento:hover{
  background:  transparent;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
button.enviarOrcamento:hover::after{
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a.linkSite.black {
  margin-top: 10px;
}
button.enviar:hover {
  background: #404040;
}
.produtos-destaque a.ver-mais {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.opc-horario {
  background: #4c0e0e;
  margin-top: 10px;
  padding: 15px;
  position: relative;
  border-radius: 10px;
}
span.att {
  font-weight: 600;
  letter-spacing: 1px;
}
.opc-horario a.tel {
  position: absolute;
  bottom: 7px;
  right: 0;
}
.opc-horario span.end-unidade {
  font-size: 17px !important;
  margin-top: 10px;
}
.opc-horario span.end-unidade {
  width: max-content;
  position: absolute;
}
.conteudoUnidade span.titulo {
  color: #4c0e0e;
  text-transform: uppercase;
}
.produtos-destaque {
  width: 190px !important;
  height: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border-radius: 12px;
  padding: 15px;
  background-size: 74%;
  margin: 10px;
  box-shadow: 0 0 15px 2px #b5b0b5;
}
span.selo {
  display: block;
  background: #b70b09;
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  border-radius: 20px;
  margin-left: auto;
  height: 12px;
  padding-top: 1px !important;
  margin-right: auto;
  width: auto;
  padding: 5px 0;
  overflow: hidden;
}
.box-fazemos {
  padding: 20px;
  text-align: center;
}
span.modelos {
  display: block;
  margin: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #7f114e;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.box-noticias {
  width: calc(100% / 3 - 23px);
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: white;
  border-rdius: 20px;
  margin-right: 19px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  
}
.img-destaque {
  width: 100%;
  height: 235px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
h3.subitulo_blog {
  display: block;
  color: #364ae9;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
}
span.titulo-noticia {
   color: #252525;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin: 10px 0;
    overflow: hidden;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
span.data-post {
    display: block;
    margin-top: 24px;
    font-size: 15px;
}
.info-noticias {
  padding: 0 35px;
}
.ultimas-noticias {
  width: 200px;
  margin-left: 8px;
}
span.titulo-ultima {
  overflow: hidden;
  color: #4e58b9;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  height: 34px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 7px;
}
span.numero {
  color: #828282;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  margin-top: 2px;
}
section.bgGray {
  background: #edeef0;
}
footer .box-dir.tele a img {
  vertical-align: middle;
  margin-right: 5px;
}
.ver-mais {
  background: #ee6522;
  display: block;
  width: 80px;
  text-transform: capitalize;
  padding: 3px;
  line-height: 1.9;
  font-size: 13px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 35px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.ver-mais:hover {
  text-decoration: underline !important;
}
h2.titulo.small {
  line-height: 1;
  font-size: 40px;
}
.produtos-destaque span.ver-mais {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.ultimas-noticias {
  width: 200px;
  margin-left: auto;
  margin-top: 20px;
}
.box-noticias:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0 40px #d2d2d2;
}
.listaPalestrantes{
  position: relative;
}
.listaPalestrantes button.slick-next.slick-arrow {
  background-repeat: no-repeat;
  border: 0;
  background-image: url(../images/avancar.png);
  background-color: transparent;
  font-size: 0;
  color: transparent;
  width: 30px;
  cursor: pointer;
  height: 30px;
  background-position: center;
}

.box-palestra a.pag_link {
  display: block;
  width: 100px;
  background: #20429b;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  padding: 7px;
  border-radius: 30px;
  position: relative;
  z-index: 10;
}
.box-palestra a.pag_link::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #158cf2;
  z-index: 0;
  height: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
section.Newslatters .flex {
  align-items: center;
}
.box-palestra a.pag_link:hover{
  background: transparent;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.box-palestra a.pag_link:hover::before{
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.icones-palestra {
  height: 98px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-bottom: 15px;
}
.listaPalestrantes .slick-slide {
  margin: 0 15px !important;
}
.listaPalestrantes.slick-initialized.slick-slider .box-palestra{
  text-align: center;
  margin: auto;
}
.video iframe {
  width: 100%;
}
.rodape .flex {
  align-items: center;
}
footer .box-logo img {
  width: 230px;
}
span.agenciaRED {
  display: block;
  margin-left: auto;
}
form.FormContato.wrap {
  margin-top: 45px;
}
footer .Dir a {
    color: white;
    font-size: 26px;
    font-weight: 400;
}
.div-frame {
  border-radius: 27px;
  overflow: hidden;
  max-height: 450px;
  position: relative;
}
footer .rodape .flex {
  padding: 15px 0;
}
.box-palestra {
  background: white;
  padding: 25px 0;
  border-radius: 12px;
  display: inline-block;
  width: 222px;
  margin: 0 10px;
}
span.nome-palestra {
  display: block;
  color: #2e2c36;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  min-height: 39px;
  text-transform: capitalize;
  line-height: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.listaPalestrantes button.slick-prev.slick-arrow {
  background-repeat: no-repeat;
  border: 0;
  background-image: url(../images/voltar.png);
  background-color: transparent;
  font-size: 0;
  color: transparent;
  width: 30px;
  height: 30px;
  background-position: center;
}
.noti {
  border-bottom: 1px solid #4e58b9;
  margin-bottom: 15px;
  position: relative;
}
.noti:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
span.desc-noticias {
    font-size: 16px;
    height: 60px;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.4;
    color: #252525;
    margin-bottom: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
form#Newslatters input {
 width: 100%;
}
form#Newslatters {
  width: 68%;
  margin-left: auto;
  margin-right: 0;
}
ul.class-numeros {
  display: flex;
  align-items: center;
  margin-left: auto;
}
li.agencia {
  margin-left: 25px;
}
span.orcamento {
  display: block;
  margin: 0 15px;
  color: white;
  border: 3px solid #158cf2;
  padding: 5px 20px;
  border-radius: 20px;
}
.diretor {
  width: 215px;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: white;
  margin-left: auto;
}
a.linkbox{
  cursor: pointer;
}
.modalOPCS {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.21176470588235294);
  z-index: 999;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.box-unidade .endereco a {
  color: #252525;
  font-weight: 500;
  display: block;
}
.unidades-rodape .box-unidade p {
  display: block;
  font-size: 12px;
  width: calc(100% - 50px);
  color: #262626;
}
.controlTExt .texto.small {
  height: 400px;
  margin-top: 60px;
  overflow: auto;
  font-size: 14px;
  line-height: 2;
}
.controlTExt h3 {
  text-align: center;
  font-size: 24px;
  color: #252525;
  font-weight: 600;
}
.controlTExt {
  background: white;
  padding: 20px;
  position: relative;
  width: 550px;
  margin: auto;
  display: block;
  border-radius: 7px;
}
span.fechar {
  cursor: pointer;
  font-size: 36px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.telUnidade {
  width: 100%;
  float: left;
}
.box-unidade .telUnidade a {
  font-size: 13px;
  margin: 5px 0;
  color: #f47b2c !important;
}
.box-unidade .endereco {
  display: block;
  font-size: 13px;
}
.fones-footer {
  background: #f47b2c;
  padding: 15px 0;
}
a.ver-todas:hover {
  background: #253434;
}
.fones-footer .flex {
  align-items: center;
}
.box-footer {
  width: 100%;
  padding: 20px 0;
  margin-right: 30px;
}
form#Newslatters button:hover {
  color: #008ad0;
  background: white;
}
span.end-footer {
  display: block;
  color: #505050;
  font-size: 14px;
}
.sociais.flex i {
    font-size: 25px;
    margin-right: 25px;
    margin-left: 0;
    color: #008ad0;
}
span.nome-end {
  display: block;
  margin-bottom: 5px;
  color: #ca3938;
  font-weight: 600;
}
ul.class-numeros li a {
  color: white;
}
footer a.tel{
  padding: 4px 20px;
  margin: 0 10px;
  font-size: 14px !important;
}

footer .rodape .flex {
}
.box-menu-footer {
  display: block;
  margin-left: auto;
  margin-right: 27px;
}
footer li.sub:hover .sub-menu{
  bottom: 82px;
}
.box-dir p.dir {
  color: #767779;
  font-weight: 600;
  font-size: 12px;
}
footer ul.sub-menu{
  bottom: 80px;
}
footer ul.listaMenu li a {
  font-size: 16px !important;
}
footer .box-dir:nth-last-child(1) {
  margin-right: 0;
}
footer .box-dir:nth-child(1) {
  margin-left: 0;
}
footer .box-dir {
  margin: auto;
}
footer .box-dir {
  margin-right: 40px;
}
footer .direitos {
  background: #edeef0;
}
footer .direitos .flex {
  align-items: center;
}
footer .box-dir.tele a {
  margin: 0 10px;
  color: #4b59c4;
}
footer .box-dir.tele {
  margin-right: 0;
  text-align: right;
}
footer .box-dir.tele a i {
  margin-right: 5px;
}
footer .box-dir span.orcamento {
  border-color: #2e2c36;
  color: #2e2c36;
}
footer .box-dir span.orcamento:hover {
  background: #2e2c36;
  color: white;
}
.responsavel p {
  margin-right: 25px;
}
.responsavel {
  display: flex;
  align-items: center;
  float: right;
  color: white;
  font-size: 13px;
  font-weight: 900;
}
.clasNewslatters {
  background: white;
  text-align: center;
  padding: 30px;
  box-shadow: 0 0 20px 9px rgba(148, 148, 148, 0.32);
  border-radius: 10px;
}
.unidades-rodape {
  display: flex;
  margin: 25px;
  width: auto;
  align-items: flex-end;
}
.redes-sociais img {
  margin-left: 5px;
}
.redes-sociais {
  text-align: center;
}
.horarios {
  display: flex;
}
.box-medicos {
  border: 1px solid #546060;
  padding: 25px 40px;
  margin: 20px;
  width: calc(100% / 4 - 122px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-bottom: 75px;
}
.box-medicos:hover {
  box-shadow: 0 11px 5px 0px #c1c0c0;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  o-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.foto-medico {
  width: 100%;
  height: 165px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 18px;
}
.box-medicos h3.nome_do_medico {
  color: #f47b2c;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.box-medicos .info-medicos {
  color: #9e9e9e;
  line-height: 1.7;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
a.ler-medico:hover {
  background: #f47b2c;
}
a.ler-medico {
  display: block;
  text-align: center;
  background: #2c2a2b;
  color: white;
  padding: 15px;
  margin-top: 30px;
  font-size: 15px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 900;
  position: absolute;
  bottom: 25px;
  width: 139px;
}
.mais-servicos a.saiba-mais{
  position: absolute;
  bottom: 25px;
}
.mais-servicos{
  padding-bottom: 60px;
}
ul.paginas li a:hover {
  color: #f47b2c;
}
.whatsapp-opc {
  background: #4cc3cf;
  position: fixed;
  bottom: 40px;
  width: 40px;
  padding: 11px;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  align-items: center;
  display: flex;
  z-index: 99;
}
.whatsapp-opc img {
  margin: auto;
}
.whatsapp-opc {
  right: 40px;
}
.clss-banner {
  position: relative;
}
.arrows {
  height: 0;
}
#bannerHome .arrows{
  bottom: 110px;
}
.arrows .nextBanner,.prevn {
  cursor: pointer;
  float: right;
}
.arrows .prevBanner,.prevp {
  cursor: pointer;
  float: left;
}
.depoi .arrows {
  bottom: 100px;
}
.depP {
  float: left;
  position: relative;
  left: -30px;
  cursor: pointer;
}
.depN {
  float: right;
  position: relative;
  right: -30px;
  cursor: pointer;
}
span.desc-hover {
  padding: 10px;
  display: block;
  background: white;
  font-size: 13px;
  font-weight: 600;
  color: #d03938;
  border-radius: 20px;
  margin-bottom: 10px;
}
.hover-number {
  background: #cd3938;
  position: absolute;
  width: 218px;
  bottom: 0;
  margin-left: -165px;
  border-radius: 20px;
  padding-bottom: 10px;
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.closeMenu{
  display: none;
}
.whatsapp-opc:hover .hover-number {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.hover-number a img {
  margin: 6px;
  width: 23px;
  margin-left: 20px;
}
.hover-number a {
  display: flex;
  align-items: center;
  width: 100%;
  color: white;
  font-weight: 600;
  margin: auto;
}
.contatoAcao {
  align-items: center;
}

@media screen and (max-width: 1280px){
  button.slick-next.slick-arrow{
    right: 0;
  }
  button.slick-prev.slick-arrow{
    left: 0;
  }
}

@media screen and (max-width: 1100px){
  .cot_top {
    border-bottom: 0;
  }
  .menu-mobile-li{
    display: block;
  }
  li.menu-mobile-li a.modf {
    line-height: 1.1 !important;
    font-size: 14px !important;
    display: block;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  footer ul.listaMenu.flex {
    display: none;
  }
  .cont.BoxNumeros {
    padding-left: 0;
    padding-right: 0;
  }
  .box-exames {
    width: 100%;
  }
  .equipe {
    width: calc(100% / 3 - 68px);
  }
  .padding.clientesLogos button.slick-next.slick-arrow{
    right: 0;
  }
  .padding.clientesLogos button.slick-prev.slick-arrow{
    left: 0;
  }
  ul.listaMenu.flex {
    display: block;
    position: fixed;
    -webkit-transform: translate3d(-102%, 0,0);
    -moz-transform: translate3d(-102%, 0,0);
    -ms-transform: translate3d(-102%, 0,0);
    -o-transform: translate3d(-102%, 0,0);
    transform: translate3d(-102%, 0,0);
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    padding-top: 40px;
    width: 70%;
    top: 0;
    height: 100%;
    background: rgb(62, 138, 208);
    z-index: 99999;
  }
  form#NewslatterPag{
    width: auto;
    display: block;
    padding-bottom: 40px;
  }
  .enderecoTop.flex {
    display: none;
  }
  .info-titulo.flex .icone-valores{
    display: none;
  }
  form#NewslatterPag input{
    width: 91%;
  }
  ul.listaMenu.flex li a {
    color: white;
   }
  .imagem-lateral {
    width: 100%;
    height: 565px;
    background-repeat: no-repeat;
    background-position: center;
   background-size: cover;
  }
  span.menuMobile_ico {
    position: relative;
    width: 35px;
    margin-left: auto;
    height: 4px;
    background: #3e8ad0;
    right: 0;
  }
  span.menuMobile_ico::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 4px;
    top: 5px;
    background: #3e8ad0;
  }
  span.menuMobile_ico::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 4px;
    top: -5px;
    background: #3e8ad0;
  }
  .box-info {
    height: auto;
  }
  .conteudoSobre {
    width: auto;
  } 
  #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.submenu {
    width: 90%;
    overflow: auto;
    height: 350px;
    min-width: 95%;
  }
  ul.submenu li a{
    border-bottom: 0 !important;
  }
   span.menuItens {
    display: none;
  }

  ul.submenu {
    position: inherit !important;
    display: block !important;
    top: 0;
    padding: 7px;
    background: transparent;
  }
  .coonteudoModal {
    width: 65%;
  }
  ul.menu-footer {
    display: none;
  }
  .agenciaRed.flex {
    align-items: center;
  }
  .relative.cont.padding.lateraris-icones {
    width: 80%;
  }
  img.quero-info{
    display: block;
    margin: auto;
  }
  .box-unidade {
    padding-right: 10px;
  }
  .box-item{
    padding: 40px 40px;
    width: calc(100% / 3 - 101px);
  }
  .blog-destaqueHome {
    width: 53%;
    margin-bottom: 20px;
  }
  .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;
  }
}

@media screen and (max-width: 815px){
  a.ver-mais{
    margin-right: 52px;
  }
  .endereco-box p {
    display: block;
    width: 100%;
  }
  form#orcamentoModal input, form#orcamentoModal textarea{
    width: calc(100% / 1 - 30px);
  }
  .formularioBanner {
    overflow: auto;
  }
  .box-necessidade{
    width: calc(100% - 44px);
  }
  .accordion,.panel{
    width: 80%;
  }
  .ModalOrcar .formularioBanner{
    display: block;
    border-radius: 0;
    height: 100%;
    top: 0;
  }
  span.queroInscrever{
    width: 80%;
  }
  footer .flex.cont.padding {
    display: block;
  }
  footer ul.listaMenu.flex,.box-menu-footer{
    display: none;
  }
  .box_cursos {
    width: calc(100% / 2 - 28px);
  }
  ul.listaMenu li a:hover {
    color: white;
  }
  header ul.sub-menu {
    position: relative;
  }
  li.sub::after{
  	border-color: white transparent transparent transparent; 
  }
  .closeMenu{
  	display: block;
    font-size: 47px;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
  }
  .box-redes {
    margin-left: auto;
  }
  .div-frame {
    border-radius: 0;
  }
  footer .box-dir.tele{
  	text-align: center;
  }
  .box-dir.tele a {
    display: block;
  }
  .rodape {
    padding: 25px 0;
  }
  .linksRedesSociais a{
  	width: 50%;
  	margin-bottom: 10px; 
  }
  .instagramFotos img{
  	height: 100px;
  }
  li.sub::after{
  	top: 27px;
  	right: 17px;
  }
  header ul.listaMenu.flex {
    -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;
  	-webkit-transform: rotateY(90deg);
  	-moz-transform: rotateY(90deg);
  	-ms-transform: rotateY(90deg);
  	-o-transform: rotateY(90deg);
  	transform: rotateY(90deg);
  }
  .texto{
    font-size: 15px;
  }
  .box-necessidade {
    padding: 22px;
    width: 100%;
    margin: auto;
    height: 200px;
    background-color: #515151;
  }
  body{
  	margin-top: 111px;
  }
   embed {
    width: 100% !important;
  }
  .conteudoSobre {
    width: 90%;
    padding: 20px 0;
    margin: auto !important;
  }
  footer .box-logo img {
    width: 215px;
  }
  .menu-desktop.cont.flex {
    padding: 20px 0;
  }
  .box-necessidade h3{
    width: 100%;
  }
  .iconeNecessidade{
    position: relative;
  }
  .menuFixo .flex {
    align-items: center;
    display: flex;
  }
  .controleClass.flex {
    display: block;
  }
  embed {
    height: 200px;
  }
  .menu-lists{
    width: 73%;
  }
  .box-item{
    width: calc(100% / 2 - 101px);
    margin: 10px auto;
  }
  form#Newslatters, form#Cont {
    display: block !important;
  }
  .produtos-destaque a.ver-mais{
    left: 12px;
    right: auto;
  }
  header .flex {
    display: flex;
  }
  .formularioBanner {
    display: none;
  }
  .box-fazemos {
    width: auto;
  }
  .logo{
    float: left;
  }
  .item-exames, .list-item a {
    width: 45%;
  }
  span.menu-open{
    margin-top: 0;
    float: right;
  }
  form#Newslatters input {
    width: 96%;
    margin-bottom: 10px;
  }
  .tab-content .lista-produtos {
    width: 100%;
  }
  .info-estilo{
    width: auto;
    padding-right: 0;
  }
  form#triagem input {
    width: 80% !important;
    margin: auto;
    margin-bottom: 20px;
  }
  .noticias {
    text-align: center;
  }
  .box-noticias{
    margin-bottom: 35px;
  }
  .ultimas-noticias {
    width: auto;
  }
  span.select{
    width: 82% !important;
    margin: auto;
    margin-bottom: 19px;
  }
  h2.tituloBanner {
    width: 96%;
    font-size: 30px;
    display: block;
  }
  .galeria-grande {
    margin-bottom: 10px;
  }
  .galeria-Thumb{
    height: auto;
  }
  .item-coleta{
    margin-bottom: 15px;
  }
  .over-linha{
    left: 200px;
  }
  .galeria-classGrande,.galeria-Thumb {
    width: auto;
    float: none;
  }
  .img-sobre{
    margin-right: 20px;
    margin-bottom: 20px;
  }
  ul.class-numeros {
    margin-right: 0;
    width: 200px;
  }
  section.Newslatters.center .cont {
    display: block !important;
  }
  section.Newslatters.center .cont h2 {
    margin: 10px 0 !important;
  }
  form#Newslatters button{
    margin: auto; 
  }
  .diretor{
    width: auto;
    text-align: center;
    margin: 9px auto;
  }
  li.email {
    width: auto;
    margin: auto;
    margin-bottom: 25px;
  }
  footer span.orcamento {
    margin: 18px auto;
    width: 185px;
  }
  h2.titulo{
  	text-align: center;
  }
  footer .box-dir.tele a {
    margin: 10px 10px;
  }
  footer .box-dir {
    margin-right: auto;
  }
  footer .logo {
    float: none;
    text-align: center;
    margin: auto; 
  }
  footer {
    text-align: center;
  }
  .box-footer {
    width: 165px;
    padding: 20px 0;
    margin-right: 30px;
    display: inline-grid;
    margin: auto;
  }
  a.tel{
    display: block;
    text-align: left;
    padding: 10px 0;
  }
  footer a.tel{
    width: 160px;
    margin: auto;
    margin-bottom: 10px;
    display: inline-block;
  }
  .roun {
    text-align: center;
    margin-bottom: 20px;
  }
  form#triagem input, form#horario input{
    margin: auto;
    width: 80% !important;
    display: block;
    margin-bottom: 20px;
  }
  span.select{
    display: block;
  }
  button#solicitar {
    display: block;
  }
  span.tituloModl{
    text-align: center;
    display: block;
  }
   button.cotatcao{
    margin-right: auto;
    margin-top: 30px;
   }
   .conteudoUnidade{
      text-align: center;
   }
   .Un_gal {
    width: 470px;
    margin: auto;
  }
  span.att{
    text-align: left;
    display: block;
  }
  .clasNewslatters {
    width: auto;
    margin-right: 0;
  }
  form#Cont input {
    width: 80% !important;
    margin-bottom: 20px;
  }
  .redes-sociais{
    padding: 30px 0;
  }
  section.contato-new button.enviar{
    margin: auto;
    display: block;
  }
  .whatsapp-opc{
    right: 20px !important;
  }
  span.select{
    border-radius: 20px;
  }
  .formAuditiva.cont{
    margin-top: 0;
    padding: 20px 0;
  }
  span.close-menu{
    right: 0;
  }
  form#Newslatters button {
    width: 200px;
  }
  .menu-list-rodape {
    padding-bottom: 20px;
  }
  .fones-footer{
    padding: 10px 0;
  }
  .pad.txt-info {
    padding: 0 0;
  }
  .box-unidade{
    text-align: left;
  }
  .responsavel{
    float: none;
    display: block;
  }
  .redes-sociais {
    padding: 10px 0;
  }
  .fones-footer .cont img {
    margin-bottom: 10px;
  }
  button.slick-next.slick-arrow {
    right: 0;
  }  
  button.slick-prev.slick-arrow {
    left: 0;
  }
  header .menu-desktop .logo img {
    width: 200px !important;
  }
  .link-cursos a{
    height: 33px;
  }
  .txt-dinamico h2{
    font-size: 44px;
  }
  span.values_{
    font-size: 40px;
  }
  .text-num{
    font-size: 18px;
  }
  .box-sobre {
    width: 100%;
  }
  section.padding.ParaEmpresas {
    background-size: cover;
  }
  .paddong.box-right {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  section.Newslatters .flex {
    display: block;
  }
  form#Newslatters {
    width: auto;
  }
  .boxCont {
    width: 100% !important;
  }
  form.FormContato.wrap {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 615px){
  ul.listaMenu li a{
    padding: 14px 22px;
    line-height: 21px;
  }
	a.ver-mais {
    margin: auto !important;
	}
  .boxText.texto.white.center {
    width: 100%;
  }
  .cont.BoxNumeros.padding {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-equipe .arrows,.box-equipe ul.slick-dots{
    background: #23a8ea;
    bottom: 0;
  }
  .padding.clientesLogos button.slick-next.slick-arrow,
  .padding.clientesLogos button.slick-prev.slick-arrow {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .padding.clientesLogos {
    padding-left: 40px;
    padding-right: 40px;
  }
  .menuFixo span.menu-open {
    top: 30px;
  }
  .text-num strong{
    text-align: center;
  }
  .controlTExt{
    border-radius: 0;
    width: auto;
  }
  .descricao_exames{
    height: auto;
  }
  .cont.topo-site.flex {
    display: none;
  }
  .Lista_depoimentos .slick-dots {
      bottom: -11px !important;
  }
  .ControlModal {
    padding: 20px;
    width: 90%;
    height: 96%;    
    overflow: auto;
    border-radius: 0;
  }
  .ModalForm {
    align-items: baseline;
  }
  .Lista_depoimentos button.slick-next.slick-arrow,
  .Lista_depoimentos button.slick-prev.slick-arrow{
    display: none !important;
  }
  body{
    margin-top: 71px;
  }
  h2.tituloBanner{
    white-space: inherit;
    animation: none;
  }
  h2.titulo{
    font-size: 26px !important;
  }
  .box-necessidade h3{
    margin-top: 19px;
    font-size: 25px;
  }
  .boxes {
    width: 100%;
  }
  .accordion {
    width: 70%;
  }
  .panel{
    width: auto;
    border-radius: 15px;
  }
  .accordion::after{
    right: -30px !important;
  }
  .accordion::after {
    width: 20px;
    height: 20px;
    background: #252525;
    border-radius: 50%;
    content: "+";
    text-align: center;
    color: white;
    position: absolute;
    right: -60px;
    top: 23%;
    line-height: 1.4;
    font-size: 18px;
  } 
  header{
    position: fixed !important;
    padding-bottom: 0 !important;
    top: 0 !important;
  }
  .video iframe {
    width: 100%;
    height: 260px;
  }
  .padding.todos-fazem-magica {
    margin-top: 0;
  }
  .jeff::after{
  	display: none;
  }
  .box-item {
    width: calc(100% / 1 - 101px);
  }
  .boc-servico{
    width: calc(100% / 1 - 70px);
  }
  span.orcamento{
  	font-size: 9px;
  }
  form#contato input{
  	width: 100%;
    margin-bottom: 8px;
  }
  form#contato textarea{
  	margin-top: 0;
  }
  span.box-HoverDepoimentos{
  	width: 224px;
  }
  a.soliciteOrcamento{
  	width: auto;
  	font-size: 13px;
  }
  .linksRedesSociais a {
    width: 100%;
  }
  .box-redes{
  	display: none;
  }
  .instagramFotos img {
    width: calc(100% / 3 - 10px);
  }
  a.emailLink {
    display: none;
  }
  footer .rodape .flex {
    align-items: center;
    display: block;
  }
  .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;
  }
  span.titulo{
    font-size: 25px;
    line-height: 1.1;
  }
  span.menu-open{
  	position: absolute;
  	top: 15px;
  	right: 0;
  }
  header ul.listaMenu.flex{
  	width: 80%;
  }
  .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 {
    width: 150px;
  }
  .item-produto {
    text-align: center;
  }
  .logo {
    margin-right: 0;
    width: 72%;
  }
  .whatsapp-opc{
    bottom: 52px;
  }
  form#Newslatters{
    display: block;
  }
  form#Newslatters input {
    width: 94% !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;
  }
  button.enviar,form#Newslatters button{
    font-size: 13px;
    height: auto;
    width: auto;
    padding: 10px 30px;
  }
  .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;
  }
  .img-depoimentos{
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .itens-depoimentos {
    padding: 0;
  }
  .box-noticias {
    margin: auto;
    width: 81%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .box-noticias a.ver-mais {
    margin-right: 0;
  }
  span.nome-produto{
    width: 90%;
    text-align: center !important;
  }
  span.select {
    width: 80% !important;
  }
  button#solicitar {
    margin: auto;
  }
  .formAuditiva.cont{
    padding: 0;
  }
  ul.contact {
    position: static;
  }
  span.end-footer {
    padding: 10px;
  }
  .resumo-blog{
    padding: 10px;
  }
  span.list-serv {
    display: none;
  }
  .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;
  } 
  .box-unidade {
    padding-right: 0;
  }
  .selo-site img {
    margin-top: 25px;
  }
  .redes-sociais {
    padding-bottom: 0;
  }
  .responsavel p {
    margin-right: 0;
    font-size: 10px;
  } 
  a.link-paginas{
    width: 64%;
    font-size: 11px;
  }
  form#Newslatters{
    width: auto;
    margin-left: 0;
  }
  .foto-medico{
    height: 105px;
  }
  header .menu-desktop .logo img {
    width: 150px !important;
  }
  section.numeros {
    margin-top: 0;
  }
  img.seta_right.slick-arrow,img.seta_left.slick-arrow{
    display: none !important;
  }
  .box-numeros {
    width: 100%;
  }
  section.blue.minfor .flex {
    display: block;
  }
  button.btn.orcamento {
    margin: auto;
  }
  .boxes-exames {
    width: 100%;
  }
  .boxes-exames.screen {
    width: auto;
  }
  .equipe {
    width: 100%;
  }
  .list-top {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  footer .Dir a {
    font-size: 21px;
  }
  footer .box-logo img {
    width: 185px;
  }
  .rodape {
    padding: 0 0;
  }
  section.mapa iframe {
    height: 300px;
  }
  form.FormContato.wrap {
    width: auto;
  }
  .boxCont .linha h3 {
    font-size: 21px;
  }
  .boxCont.bright {
    margin-top: 50px;
  }
  .ControlModal h3.subtitulo {
    font-size: 13px !important;
  }
  .ms-container{
    width: 100% !important;
  }
  form#FormOrcamento div {
    margin-left: 0 !important;
  }
}


@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;
  }
}
.banner_arrumado{
  display: none;

}