@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: 'Gotham Pro';
  word-break: break-word;
}
::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
::-webkit-scrollbar {
  width: 6px;
  background: #3e4092;
}
::-webkit-scrollbar-thumb {
  background: #484848;
}
body{
  font-family: 'Gotham Pro';
  overflow-x: hidden;
  background-color: white;
  outline: none;
  top: 0;
}
header img.logo-fixed{
  display: none;
}
div#portfolio {
  position: relative;
  top: 100px;
}
div#processos {
    position: relative;
    top: 100px;
}
div#clientes {
    position: relative;
    top: 100px;
}
div#contato{
  position: relative;
  top: 100px;
}
header.fixed img.logo-on{
  display: none;
}
header .bx.logo img {
  margin: auto;
}
header .bx.logo h1 {
  font-weight: 400;
  color: white;
  position: relative;
  font-size: 52px;
  letter-spacing: -2.8px;
  font-family: 'Verdana'!important;
  top: -10px;
  width: 168px;
  margin: auto;
  background: -webkit-linear-gradient(white, #bbbcbf);
  background: linear-gradient(white, #bbbcbf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header h1 span.registrado {
  color: white !important;
  display: block;
  background: transparent !important;
  position: absolute;
  bottom: 0;
  -webkit-text-fill-color: white !important;
  z-index: 10;
  top: 12px;
  font-size: 11px;
  left: 91%;
}
span.slogan {
  display: block;
  font-weight: 400;
  color: white;
  letter-spacing: -1px;
  font-size: 16px;
  text-align: center;
  position: relative;
  bottom: 6px;
  background: -webkit-linear-gradient(white, white);
  background: linear-gradient(white, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .bx.logo h1 span.cor {
  background: -webkit-linear-gradient(#d8ac86, #dc6500);
  background: linear-gradient(#d8ac86, #dc6500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.listaInfoBanner .box-banner h2 strong{
    margin-top: 3px;
}
.modal-projetos {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  overflow: auto;
  z-index: 900;
  background: rgba(0, 0, 0, 0.8);
}
.modal-video {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
}
@keyframes movendo {
  0%   {transform: translate3d(0,0,0);}
  75%  {transform: translate3d(0,70px,0);}
  100% {transform: translate3d(0,0,0);opacity: 0;}
}
.modal-video .conteudo-modal iframe {
  width: 100%;
}
.nos-ligamos, .portfofio, .processo-qualidade, .depoimentos, .Contato-bx {
  position: relative;
}
article {
  overflow: hidden;
}
.portfofio{
  overflow: hidden;
}
.modal-video span.close-video {
  position: absolute;
  top: 5px;
  font-size: 33px;
  right: 10px;
  cursor: pointer;
  color: #3a3a3a;
}
header {
  position: fixed;
  left: 0;
  top: 0;   
  z-index: 900;
  width: calc(100% - 80px);
  padding: 20px 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header .bx.logo img.on{
  display: block;
}
header .bx.logo img.fixed{
  display: none;
}
header.menu-fixed img.on{
  display: none !important;
}
header.menu-fixed img.fixed{
  display: block !important;
}
header.menu-fixed span.open-menu {
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -ms-filter: brightness(0);
  -o-filter: brightness(0);
  filter: brightness(0);
}
header.menu-fixed .info-menu a{
  color: #363435;
}
header.fixed.menu-fixed {
  -webkit-transform: translate3d(0,0,0) !important;
  -moz-transform: translate3d(0,0,0) !important;
  -ms-transform: translate3d(0,0,0) !important;
  -o-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
}
.texto-empresa {
  margin-bottom: 45px;
}
header img.fixed {
  width: 134px;
}
header.menu-fixed .bx.logo h1{
  top: 0;
}
header.fixed {
  -webkit-transform: translate3d(0,-100%,0);
  -moz-transform: translate3d(0,-100%,0);
  -ms-transform: translate3d(0,-100%,0);
  -o-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
@media screen and (max-width: 1600px){
  .Lista-projetos i.fa.fa-angle-right.slick-arrow {
    right: 32vw;
  }
}
@media screen and (max-width: 1440px){
  .Lista-projetos i.fa.fa-angle-right.slick-arrow {
    right: 42vw;
  }
}
@media screen and (max-width: 1366px){
  .Lista-projetos i.fa.fa-angle-right.slick-arrow {
    right: 48vw;
  }
}
@media screen and (max-width: 1280px){
  .Lista-projetos i.fa.fa-angle-right.slick-arrow {
    right: 52vw;
  }
  .box.esq {
    display: flex;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
}

header span.tels img {
  width: 28px;
  vertical-align: middle;
  margin-left: 44px;
  position: relative;
  top: -4px;
}
@media screen and (min-width: 1024px){
  header span.tels{
    margin-top: 13px;
  }
}
header span.tels a strong {
    font-size: 21px;
    position: relative;
    top: 1px;
}
a.mail::before {
  content: "";
  position: absolute;
  left: -22px;
  width: 22px;
  height: 22px;
  top: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url(../images/assets/mail.png);
}
header .class-menu.cont{
  box-shadow: 0 0 150px #d4e0e6;
}
header .info-menu a {
  color: white;
  position: relative;
  padding: 0 5px;
}
header .bx.info-menu.flex {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header span.tels {
  margin-bottom: auto;
  color: white;
  position: relative;
  font-weight: 900;
  margin-right: 35px;
}
header .info-menu a {
  color: white;
  position: relative;
  padding: 0 5px;
  font-size: 16px;
}
.Lista-opc .btn-opc:hover i {
    color: white;
}
.Lista-opc .btn-opc:hover img,.Lista-opc .btn-opc.ver img {
  -webkit-filter: contrast(0) brightness(2);
  -moz-filter: contrast(0) brightness(2);
  -ms-filter: contrast(0) brightness(2);
  -o-filter: contrast(0) brightness(2);
  filter: contrast(0) brightness(2);
}
.Lista-opc .btn-opc i {
  color: #f48220;
  font-size: 55px;
}
header div.bx {
  width: 100%;
}
.bx-header {
  text-align: right;
}
header .item-menu ul.lista-menu li a {
  color: white;
  padding: 12px;
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.item-menu.flex {
  align-items: center;
}
header .menu-desktop img {
  max-width: 230px;
  margin: 20px 0;
}
header ul.lista-menu li {
  display: inline-block;
}
.bx.bx-right .item-texto {
  padding-left: 65px;
}
i.fa.fa-bars {
  color: white;
  font-size: 35px;
  cursor: pointer;
}

img.detalhe-image {
  position: absolute;
  right: -31%;
}

.banner_extra {
  width: 24%;
  left: 1%;
  top: 40%;
  z-index: 9;
  position: relative;
}
img.detalhe-image-banner {
  position: absolute;
  width: 100%;
}
.teleofnes a {
  color: white;
  font-size: 16px;
  margin-right: 16px;
  padding-right: 16px;
  padding-top: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 8px;
}
.teleofnes a:nth-child(3){
  border-right: 0 !important;
}
ul.lista-item-footer li:nth-last-child(-n +1) a::after {
  display: none;
}
ul.lista-item-footer li a::after {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  right: 0;
  top: 0;
}
.bx.bx-right .item-texto:nth-child(1)::before {
  content: "";
  width: 125px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/assets/before1.png);
  position: absolute;
  left: -28px;
  top: 86px;
}
span.open-menu {
  display: block;
  cursor: pointer;
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  width: 45px;
  text-align: center;
}
span.open-menu img{
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.banner-interna .cont {
  text-align: center;
}
ul.lista-item-footer li a {
  color: white;
  padding: 0 15px;
  position: relative;
  font-size: 15px;
}
.banner-interna {
  height: 235px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
h2.titulo.light {
  font-weight: 400;
  line-height: 1.3;
  text-transform: inherit;
}
.align-titulobanner h2 {
  padding: 0 !important;
  margin-right: 12px !important;
  display: block;
}
.align-titulobanner.flex {
  align-items: center;
  margin: auto;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
a.btn.pdf {
  display: block;
  background: #dd1019;
  clear: both;
  width: 453px;
  height: 33px;
  text-align: center;
  margin: 20px auto;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  padding: 7px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a.btn.pdf:hover {
  background: #8f0c11;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.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;
}
span.close-modal-solucao {
  background: rgba(213, 213, 213, 0.76);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.modal-pos-venda {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
form#Pos_venda input {
  border: 1px solid darkgrey;
  margin: 1px;
  padding: 12px;
  font-size: 14px;
}
form#Pos_venda input {
  border: 1px solid darkgrey;
  margin: 5px;
  padding: 12px;
  font-size: 14px;
}
.contrle-modal {
  background: white;
  width: 1060px;
  position: relative;
  padding: 45px;
  margin: auto;
  margin-bottom: 12px;
  margin-top: 20vh;
  z-index: 999;
}
form#Pos_venda input.telefone {
  width: 20%;
}
form#Pos_venda input.informacao {
  width: 73%;
}
form#Pos_venda input.email,form#Pos_venda input.nome{
  width: 46.5%;
}
form#Pos_venda button.enviar-btn {
  display: block;
  background: #dd1019;
  padding: 5px;
  font-size: 20px;
  color: white;
  border: 0;
  margin-left: auto;
  margin-right: 7px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 191px;
  text-align: center;
}
.Lista-projetos i.slick-arrow,.arroes-projetos i {
  position: absolute;
  z-index: 10;
  top: 62%;
  color: #1a1a1a;
  font-weight: 900;
  font-size: 46px;
  background: rgba(255, 255, 255, 0.5);
  width: 40px;
  cursor: pointer;
  line-height: 39px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}
.arroes-projetos i.fa.fa-angle-left.arrow-prev.slick-arrow {
  left: 30px;
}
.arroes-projetos i.fa.fa-angle-right.arrow-next.slick-arrow {
  right: 30px;
}
footer .box-contato {
  margin-left: auto;
  width: 50%;
}
header .menu-list ul li:hover a {
  color: #f58220;
}
span.fechar-menu {
  position: absolute;
  cursor: pointer;
  top: 10px;
  font-size: 50px;
  color: white;
  font-weight: 100;
}
header li.li-close-menu {
  padding-bottom: 30px;
  border-bottom: none !important;
}
footer .box-contato:nth-child(2) {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.Lista-projetos .slick-list.draggable{
  min-width: 960px;
  max-width: 960px;
  margin: auto;
}
footer .box-contato:nth-child(2) a {
  color: white;
  display: inline-block;
  padding-left: 15px;
}
footer .box-contato:nth-child(2) a i {
  margin-right: 15px;
}
header .menu-list {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
header .menu-list ul {
  background: #1a1a1a;
  height: 120vh;
  width: 26%;
  z-index: 10;
  padding: 50px;
}
header .menu-list ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  position: relative;
  padding: 20px 0;
}
li.sociais-menu span {
  display: block;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;    
  line-height: 1.4;
}
li.sociais-menu span strong {
  display: block;
}
li.sociais-menu a {
  display: inline-block !important;
}
li.sociais-menu a i {
  color: #1a1a1a !important;
  font-size: 18px !important;
  background: white;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 12px;
}
li.sociais-menu {
  margin-top: 25px;
}
header .menu-list ul li {
  border-bottom: 1px solid #3c3c3c;
}
header .menu-list ul li:nth-last-child(-n+1){
  border-bottom: none;
}
.position {
  position: absolute;
  z-index: 99;
}
.position .info-icone {
  width: 200px;
  background: white;
  z-index: 999;
  padding: 10px;
  position: relative;
  margin-bottom: 18px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.position:hover .info-icone {
  opacity: 1;
}
.position .info-icone::after {
  content: "";
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 45%;
}
span.tipo-projeto {
  color: #1b1b1b;
  font-weight: 400;
  font-size: 17px;
  display: block;
}
span.fehcar-projeto {
  color: #484848;
  font-size: 35px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.position .info-icone {
  font-size: 14px;
  line-height: 1.4;
}
.position .info-icone span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  z-index: -1;
}
.conteudo-modal h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 5px;
  width: 96%;
}
.position img {
  display: block;
  margin: auto;
}
span.close-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contudo-projeto i.fa.fa-play {
  color: white;
  font-size: 40px;
  margin: auto;
  border: 1px solid white;
  width: 65px;
  height: 65px;
  cursor: pointer;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 30px;
}
.contudo-projeto i.fa.fa-play:hover{
  color: block !important;
}
.Lista-projetos i.slick-arrow:hover{
  background: white;
}
.Lista-projetos i.fa.fa-angle-right.slick-arrow {
  right: 30px;
}
.Lista-projetos i.fa.fa-angle-left.slick-arrow {
  left: 30px;
}
form#Pos_venda button.enviar-btn:hover {
  background: #062a49;
}
.after.after-yellow::after {
  background: #f58220 !important;
}
form#Pos_venda textarea {
  border: 1px solid darkgrey;
  margin: 5px;
  padding: 12px;
  font-size: 14px;
  resize: none;
  height: 70px;
  margin-bottom: 9px;
  width: 96.5%;
}
h2.titulo.red {
  font-weight: 600;
  color: #dd1019;
  text-transform: initial;
}
ul.sub-categoria::before {
  background: rgba(255, 255, 255, 0.81);
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 100%;
  content: "";
}
ul.sub-sub-categoria::before {
  content: "";
  right: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  top: 0;
}
ul.sub-sub-categoria::after {
  content: "";
  left: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  top: 0;
}
ul.sub-sub-categoria li a {
  color: #666666 !important;
  line-height: 1 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px !important;
  margin: 0 !important;
}
ul.sub-sub-categoria li {
  width: 100% !important;
}

ul.sub-sub-categoria {
  background: white;
  position: absolute;
  width: 100%;
  left: 0;
  width: 100%;
  -webkit-columns: 4;
  columns: 4;
  padding-bottom: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul.sub-categoria::after {
  background: rgba(255, 255, 255, 0.81);
  height: 100%;
  top: 0;
  width: 100%;
  position: absolute;
  left: 100%;
  content: "";
}
li.submenu:hover ul.sub-categoria {
  height: auto;
  overflow: visible;
  opacity: 1;
  z-index: 9999;
  padding: 25px 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
span.fechar-pesquisa {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 9;
}
ul.sub-categoria {
  position: absolute;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.81);
  z-index: -1;
  height: 0;
  overflow: hidden;    
  padding: 0 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
ul.sub-categoria.flex li {
  width: 20%;
}
ul.sub-categoria.flex li a {
  color: white;
  text-align: left;
  line-height: 2;
  margin-left: 0;
}
h2.titulo.small {
  font-size: 35px;
}
.links-mobile{
  display: none;
}
.ModalOrcar .formularioBanner {
  position: relative !important;
  width: 500px;
  margin: auto;
}
span.fecharModal {
  position: absolute;
  right: 13px;
  top: 0;
  font-size: 38px;
  font-weight: 900;
  cursor: pointer;
  color: #20429b;
}
.formulario-bx {
  width: 57%;
  padding-right: 30px;
}
header .rightCont a i {
  color: white !important;
  border: none !important;
  font-size: 19px !important;
}
.rightCont a {
  margin: 6px;
}
.telefone-header {
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.telefone-header a {
  color: white;
  font-size: 15px;
  position: relative;
}
a.telefone-laborsys::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 30px;
  height: 30px;
  left: -39px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/assets/tel-after.png);
}
/*.modal-orcamento,span.close-bg{
  display: none;
}*/
.multselect {
  border: 1px solid white;
  background: white;
  width: 22%;
  margin: 1px;
  margin-right: 20px;
  font-size: 16px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.box-checks {
  position: absolute;
  overflow-x: hidden;
  background: white;
  width: calc(100% - 34px);
  z-index: 99;
  left: -1px;
  display: none;
  padding: 17px;
  top: 45px;
  border: 1px solid #e7e7e7;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  color: #4c4c4c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label-select {
  display: block;
  color: #777777;
  padding: 13px;
  width: 100%;
}
/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  border: 1px solid #e7e7e7;
  width: 17px;
  background-color: white;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #f58220;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-orcamento {
  position: fixed;
  left: 0;
  display: none;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  z-index: 999;
  overflow: auto;
}
button.quero-esse {
  width: 328px;
  font-size: 16px;
  float: right;
  text-transform: uppercase;
  padding: 15px;
  font-weight: 600;
  border: 0;
  color: white;
  background: #f58220;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 49px;
  right: 38px;
  z-index: 100;
}
.controle-modal {
  background: white;
  padding: 40px;
  width: 460px;
  margin: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  position: relative;
}
span.fechar-orcamento {
  position: absolute;
  right: 13px;
  top: 7px;
  font-size: 36px;
  z-index: 999;
  color: #4e4e4e;
  cursor: pointer;
}
.conteudo-modal form#Orcamento textarea {
  height: 87px;
}
span.close-modal {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 3rem;
  line-height: 1;
  color: #1f204a;
  cursor: pointer;
  z-index: 9999;
}
span.close-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.conteudo-modal {
  background: white;
  width: 960px;
  padding: 40px;
  margin: auto;
  z-index: 9999;
  position: relative;
  margin-top: 10vh;
}
.conteudo-modal .img-detalhe {
  width: 960px;
  height: 520px;
  margin-top: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-orcamento .controle-modal h2 {
  font-size: 23px;
  font-weight: 600;
}
.modal-orcamento .texto {
  padding: 10px 0;
  font-size: 14px;
  color: black;
}
.controle-modal input#inputArquivo{
  display: none;
}
.controle-modal .files {
  width: 100%;
  margin-bottom: 16px;
}
span#inputArquivoBotao {
  background: #f3f3f3;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  display: block;
  width: 257px;
  margin-top: 10px;
}
.formulario-bx form#Contato input::placeholder,
.formulario-bx form#Contato textarea::placeholder,
form#Orcamento input::placeholder,
form#Orcamento textarea::placeholder,{
  font-weight: 700;
  color: #282828;
  font-size: 14px;
}
form#Orcamento input:focus,
form#Orcamento textarea:focus,
.formulario-bx form#Contato input:focus,
.formulario-bx form#Contato textarea:focus {
  border-color: orange;
}
.informacoes-bx {
  padding-left: 30px;
}
form#Orcamento input,
form#Orcamento textarea,
.formulario-bx form#Contato input,
.formulario-bx form#Contato textarea{
  width: 100%;
  padding: 15px;
  border: 1px solid #e7e7e7;
  margin-bottom: 7px;
  color: #282828;
  font-size: 14px;
}
form#Orcamento textarea,
.formulario-bx form#Contato textarea{
  resize: none;
  height: 140px;
}
.rightCont.flex {
  margin-left: 40px;
  margin-right: 20px;
  padding-right: 15px;
  padding-left: 20px;
  position: relative; 
  align-items: center;
}
.centrarAtendiemtno .linhas a {
  color: #002f4f;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.leftCont {
  align-items: center;
  display: flex;
}
a.blogLink::before {
  background: #838383;
  width: 0;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a.blogLink:hover::before{
  width: 100%;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.bread {
  background: #1176ba;
  padding: 15px 0;
}
.bread ul.caminho li,.bread ul.caminho li a {
    display: inline-block;
    color: white;
}
a.blogLink:hover{
  color: white;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
i.fa.fa-instagram {
  color: #062a49;
  font-size: 25px;
}
/*i.fa.fa-facebook,i.fa.fa-linkedin {
  border: 2px solid #062a49;
  color: #062a49;
  width: 18px;
  height: 18px;
  font-size: 13px;
  text-align: center;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-top: 4px;
  margin-bottom: 5px;
}*/
button.pesquisar {
    border: 0;
    outline: none;
    background: #063b65;
    cursor: pointer;
    color: white;
    font-size: 16px;
    padding: 12px 18px;
}
a.suporteLink:hover{
  box-shadow: inset 0 0 0px 3px #062a49;
  background: transparent;
  color: #062a49;
}
.rightCont a.contato {
  background: #dd1019;
  width: 150px;
  text-align: center;
  padding: 4px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
.rightCont a.suporteLink {
  background: #062a49;
  width: 150px;
  text-align: center;
  padding: 4px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  margin-right: 25px;
}
a.contato:hover {
  background: #850c12;
}
a.blogLink {
  padding: 3px;
  border: 2px solid #838383;
  color: #838383;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 163px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 15px;
  border-radius: 30px;
}
a.suporteLink:hover {
  background: #1b5787;
}
.leftCont a {
  color: #858585;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.topoHeader {
    background: #064270;
}
.leftCont a {
  display: inline-block;
}
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;
}
form#orcamentoModal textarea {
  height: 70px;
  border-radius: 10px;
  width: calc(100%);
}
:focus{
  outline: 0;
}
.justify {
    text-align: justify;
}
.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: 1190px;
  margin:  auto;
  position: relative;
}
.center{
  text-align: center;
}
.wrap {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.itens-menu{
  position: absolute;
  display: none;
}
section.imersao::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 205px;
  z-index: 1;
  background-image: url(../images/detalhe-ondulardo.png);
  background-repeat: no-repeat;
  background-position: center;
}
section.imersao {
  background: #e6e7e8;
  position: relative;
  padding-top: 140px;
  padding-bottom: 240px;
  max-width: 1920px;
  margin: auto;
  float: none;
}
.blue {
  background: #3e4092;
}
.item-atuacao {
  background: #043d68;
  padding: 35px 0;
  margin: 5px auto;
  width: calc(100% / 4 - 56px);
}
.conteudo-item {
  width: 90%;
  margin: auto;
}
.item-atuacao h2 {
  font-size: 24px;
  text-align: center;
  color: #45a3e3;
  font-weight: bold;
  margin-bottom: 20px;
}
.slick-list{
  margin: auto;
}
.item-txt {
  font-size: 14px !important;
  height: 77px;
  line-height: 1.8 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
  margin-bottom: 20px !important;
}
a.link-atuacao {
  font-size: 18px;
  color: #45a3e3;
  font-weight: 400;
  text-align: center;
  display: block;
}
span.dep-txt {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: #404040;
}
.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;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 40px;
}
.menu-desktop.cont.flex {
  align-items: center;
  padding: 10px 0; 
}
.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 {
 display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  z-index: 999;
  bottom: -150px;
  left: 37px;
  width: 281px;
  padding: 25px;
  border-radius: 0 0 15px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
div#depoimento ul li .controle-depoimentos {
  display: block;
  margin-bottom: 18px;
}
.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: grayscale(1);
  -ms-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
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;
}
.social i {
    margin: 0 2px;
}
/*i.fa.fa-twitter{
  background: #36b0ef;
    color: white;
    width: 30px;
    height: 30px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
i.fa.fa-google-plus{
   background: #f03a2d;
    color: white;
    width: 31px;
    height: 31px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contModal {
  width: 700px;
  margin: auto;
  background: white;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.contModal iframe{
  width: 100%;
  background: #202020;
}
.especialistas i.fa.fa-arrow-left.slick-prev.slick-arrow {
  position: absolute;
  top: 150px;
  z-index: 99;
  left: -30px;
  font-size: 23px;
  cursor: pointer;
}
.especialistas i.fa.fa-arrow-right.slick-next.slick-arrow{
  position: absolute;
  top: 150px;
  z-index: 99;
  right: -30px;
  font-size: 23px;
  cursor: pointer;
}
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#contato input::placeholder,form#contato textarea::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;
}
button.slick-prev.slick-arrow {
    position: absolute;
    left: 0px;
    top: 125px;
    cursor: pointer;
    z-index: 2;
}
.bread.blog-bred {
    margin-top: 15px;
}
button.slick-next.slick-arrow {
    position: absolute;
    right: 0px;
    top: 125px;
    cursor: pointer;
    z-index: 2;
}
.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: 600;
  color: #666666;
  text-transform: uppercase;
}
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.box-HoverDepoimentos.verDep {
  border-top: 25px solid #062a49;
}
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;
}
h2.titulo { 
  color: #1b1b1b;
  position: relative;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 5px;
}
h2.titulo strong {
    display: block;
}
button.informacao {
  background: #edb25a;
  border: 0;
  padding: 13px;
  font-size: 14px;
  border-radius: 30px;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 50px;
  cursor: pointer;
}
button.informacao:hover {
  background: #0f1111;
  color: #edb25a;
}
.item-logo img {
  display: block;
  margin: auto;
  max-width: 90%;
}
.ite-usar.full {
  width: 100%;
}
h2.titulo.line-left::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -12px;
  width: 2px;
  height: 70px;
  background: #dd1019;
}
.bx-left .item-texto {
  text-align: right;
}
.titulo.white {
  color: white;
}
img.whatsapp {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 99;
}
.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;
}
section.luvas-chefe {
  background-image: url(../images/assets/fundo.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 665px;
  position: relative;
  z-index: 1;
}
.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;
}
li.Lista_sub-subCategoria:hover ul.sub-sub-categoria {
  height: auto;
  overflow: visible;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul.paginacao li a.page {
  background: #064270;
  color: white !important;
  display: inline-block;
  border-radius: 50%;
  padding: 2px 9px;
  font-weight: 600;
}
ul.slick-dots li button{
  cursor: pointer;
}
.list-avideos {
  min-height: 700px;
}
.box-tabs {
  width: 100%;
}
.box-item-submenu {
  width: calc(100% / 4 - 5px);
  display: inline-block;
  margin-bottom: 35px;
}
.box-item-submenu strong {
  color: #3e3e3e;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.box-item-submenu .links-opc a {
  padding: 5px 0 !important;
  text-align: left !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  margin-bottom: 3px;
}
.box-pesquisar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #053b64;
  z-index: 99;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.box-pesquisar .flex {
  -webkit-align-items: center;
  align-items: center;
}
.box-pesquisar .cont::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  background: #1176ba;
}
button.procurar-pesquisa {
  background: #1176ba;
  border: 0;
  color: white;
  padding: 30px 25px;
  font-size: 22px;
  width: 90px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}
.box-pesquisar strong {
  color: white;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-right: 18px;
  margin-right: 20px;
  border-right: 2px solid white;
}
.box-pesquisar input#Buscar {
  border: 0;
  background: transparent;
  width: 54%;
  color: #3394e0;
  font-size: 17px;
}
li.submenu a.after::after {
  content: "";
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #2977b5 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: -102px;
  background: transparent;
  width: 0;
  height: 0;
}
.box-tabs .tab button.tablinks {
  border: 0;
  background: #1176ba;
  color: white;
  padding: 10px;
  min-width: 150px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}
button.tablinks.active,button.tablinks:hover{
  background: #063b65 !important;
}
.box-item-submenu .links-opc a:hover {
  background: transparent;
  font-weight: 600 !important;
}
.box-tabs .tab {
  margin-bottom: 30px;
  border-bottom: 1px solid #063b65;
}
.tabcontent {
  display: none;
}
.tabcontent.active{
  display: block;
}
li.Lista_sub-subCategoria:hover a {
  font-weight: 600;
}
ul.sub-sub-categoria li a:hover {
  color: #062a49 !important;
}
@media screen and (min-width: 1100px){
  .rightCont::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22%;
    width: 1px;
    height: 55%;
    background: #4892cb;
  }
}
li.links-sociais a i {
    color: white !important;
    font-size: 27px !important;
}
li.links-sociais a {
    padding: 0 10px !important;
}
.topoHeader .cont.flex {
    align-items: center;
}
ul.listaMenu li a {
    color: white;
    font-weight: 300;
    position: relative;
    display: block;
    font-size: 18px;
    padding: 0 28px;
    text-align: center;
    line-height: 1;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
ul.listaMenu li a:hover{
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
form#Newslatters input, form#Cont input {
  background: #a6b2d3;
  border: 0;
  font-size: 15px;
  border-radius: 20px;
}
form#Newslatters input {
  padding: 13px;
  height: 6px;
}
form#Newslatters {
  margin-top: 35px;
}
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%;
  height: 32px;
  font-size: 14px;
  border-radius: 30px;
  border: 0;
  cursor: pointer;
  background: #2e2c36;
  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;
}
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;
}
.texto.white {
  color: white;
}
.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;
}
form#Newslatters input::placeholder {
  color: #202020;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.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;
}
.gray {
  background: #fafafa;
}
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;
}
.Contato-bx .bx {
  width: calc(100% / 2);
  padding: 0;
}
.itens-contato i {
  margin-right: 12px;
}
span.nome-produto {
  color: #434b52;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  height: 35px;
  overflow: hidden;
}
.itens-contato a {
  display: block;
  padding-right: 23px;
  color: #1b1b1b;
  font-weight: 500;
  font-size: 16px;
}
.itens-contato i {
  margin-right: 14px;
}
.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: inline;
  margin-top: 10px;
  color: #282828;
  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;
}
.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;
}
form#Newslatters input {
  margin: 0 15px;
}
.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 {
  margin-top: 15px;
  color: #2977b5;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.texto ul {
  padding-left: 15px;
}
.texto ul li {
  list-style: disc !important;
}
.texto img {
  max-width: 100%;
  margin: 20px 0;
  display: block;
}
.item-lista h3 {
  color: #666666;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
}
a.linkblog {
  display: block;
  text-align: center;
  background: #202020;
  margin-top: 40px;
  padding: 11px;
  color: white;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.after {
  position: relative;
}
h2.titulo.big {
  font-size: 50px;
  line-height: 1.1;
  text-transform: unset;
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}
.especialistas .slick-slide {
  margin: 0 10px;
}
.icone-item {
 width: 100%;
  height: 115px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.logosClientes button.slick-prev.slick-arrow {
  top: 20px;
  -moz-filter: brightness(0);
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -o-filter: brightness(0);
  filter: brightness(0);
}
.logosClientes button.slick-next.slick-arrow {
  top: 20px;
  -moz-filter: brightness(0);
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -o-filter: brightness(0);
  filter: brightness(0);
}
form#novidades button:hover {
  background: #831419;
}
form#novidades button {
  width: 60%;
  background: #dd1019;
  padding: 8px; 
  border: 0;
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
ul.listaMenu li a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
ul.listaMenu li a:hover::after{
  background: white; 
  -webkit-transition: 1.5s;
  -ms-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
ul.listaMenu li a::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: transparent;
  position: relative;
  top: 11px;
  margin: auto;
}
form#novidades input {
  margin: 0 5px;
  padding: 8px;
  font-size: 16px;
  width: 100%;
  border: 1px solid white;
}
section.shadow {
  background: #eeeeee;
}
ul.slick-dots {
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
}
.Lista-produtos ul.slick-dots li.slick-active button {
  background: transparent !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.Lista-produtos ul.slick-dots li button{
  border-color: #f58634 !important; 
  background: #f58634;
}
.after::after {
  content: "";
  width: 100px;
  margin: 8px 0 28px;
  background: #f58220;
  height: 3px;
  left: 0;
  display: block;
  bottom: 0;
}
.after.white::after {
  background: #1a1a1a;
}
.texto {
  color: #6a6a6a;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  font-weight: 500;
}
.texto-empresa{
  font-size: 19px !important;
}
a.linkbox:hover {
  background: #a2a2a2;
}
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;
}
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;
}
.diferenciais {
  position: relative;
}
.ListaNumeros button.slick-prev.slick-arrow,.diferenciais 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;
}
.ListaNumeros button.slick-prev.slick-arrow,.diferenciais button.slick-prev.slick-arrow {
  left: 0;
}
.ListaNumeros button.slick-next.slick-arrow,.diferenciais button.slick-next.slick-arrow{
  right: 0;
}
.ListaNumeros button.slick-next.slick-arrow,.diferenciais 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;
  height: 30px;
  background-position: center;
}
.diferenciais button.slick-arrow {
  position: absolute;
  top: 65px;
}
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 {
  border: 0;
  background: #f58220;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 0;
  width: 175px;
  height: 47px;
  font-weight: 600;
  border-radius: 0;
}
button.enviar:hover {
  background: #1a1a1a;
}
span.fechar-modal {
  position: absolute;
  right: 15px;
  font-size: 43px;
  color: #737070;
  top: 22px;
  cursor: pointer;
  line-height: 10px;
}
form#solicitarLigacao {
  margin-top: 30px;
}
.box-news h2 {
  line-height: 1;
}
.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;
}
form#Contato {
  width: 79%;
}
.bx.box-maps h3 {
  color: #1b1b1b;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.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;
}
.listas button.slick-next.slick-arrow {
  border: 0;
  padding: 0;
  color: transparent;
  font-size: 0;
  background-color: transparent;
  outline: none;
  width: 23px;
  height: 37px;
  background-image: url(../images/assets/next.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.listas button.slick-prev.slick-arrow {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  outline: none;
  background-color: transparent;
  width: 23px;
  height: 37px;
  background-image: url(../images/assets/prev.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.img-destaque {
  width: 100%;
  height: 143px;
}
.img-destaque {
  width: 100%;
  height: 143px;
  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;
}
.info-noticias {
  padding: 0 17px;
}
.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:hover {
  text-decoration: underline !important;
}
.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;
}
.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;
}
.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;
}
h2.titulo.after.center::after {
  margin-left: auto;
  margin-right: auto;
}
.bx.box-maps iframe {
  width: 100%;
  margin-top: 15px;
  display: block;
}
.video iframe {
  width: 100%;
}
.div-frame {
  border-radius: 27px;
  overflow: hidden;
  max-height: 450px;
  position: relative;
}
.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: 15px;
  height: 66px;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.4;
  color: #6e7176;
  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: 100%;
  margin-left: 18px;
}
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;
}
.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;
}
.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 {
  background: #253434;
}
span.end-footer {
  display: block;
  color: #505050;
  font-size: 14px;
}
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 .box-logo.flex {
  align-items: center;
  padding-right: 50px;
  background: #f8f8f8;
  position: relative;
}
footer .flex.info-footer {
  position: relative;
  background: #064270;
  padding-left: 30px;
  padding-top: 30px;
  width: 100%;
  padding-bottom: 30px;
}
footer {
  background: #1b1b1b;
  color: white;
  font-size: 13px;
}
.box-contato img {
  margin-right: 20px;
}
.logo-footer {
  margin: auto;
}
.logo-footer img{
  max-width: 295px;
}
footer ul.menu-rapido li a {
  color: white;
  font-size: 15px;
  margin-bottom: 0;
}
footer a.AgenciaRed {
  margin-left: auto;
  margin-right: 0;
  color: white;
  font-size: 14px;
  font-weight: 400;
}
footer a.AgenciaRed img {
  vertical-align: middle;
  width: 45px;
  margin-left: 7px;
}
footer .sociais-footer i {
  color: white !important;
  font-size: 20px !important;
  margin-right: 19px;
}
footer .flex.sociais-footer i {
  margin: 0 20px !important;
  color: white;
  border: none;
  font-size: 20px;
  margin-left: 0 !important;
}
h2.titulo.black {
  color: #7d7a7a;
}
h3.subtitulo {
  margin-top: 15px;
  color: #747070;
  font-size: 22px;
  margin-bottom: 24px;
}
footer .flex.info-footer::after {
  background: #064270;
  content: "";
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  top: 0;
}
footer .box-menu-footer a {
  display: block;
  font-size: 14px;
  color: white;
  margin-bottom: 10px;
}
footer .box-menu-footer {
  display: block;
  margin-left: auto;
  padding-right: 20px;
}
.box-menu-footer strong {
  display: block;
  margin-bottom: 7px;
  color: white;
  font-weight: 600;
}
.box-menu-footer {
  display: block;
  margin-left: auto;
}
footer li.sub:hover .sub-menu{
  bottom: 82px;
}
.box-dir p.dir {
  color: #767779;
  font-weight: 600;
  font-size: 12px;
}
footer ul.listaMenu li a {
  padding: 25px !important;
}
footer .flex.info-footer.cont {
  padding-top: 30px;
}
footer ul.listaMenu li a::after {
  display: none;
}
footer ul.sub-menu{
  bottom: 80px;
}
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: #002f4f;
  padding: 15px 0;
}
footer .direitos .flex {
  align-items: center;
}
footer .box-dir.tele a {
  margin: 0 10px;
  color: #4b59c4;
}
footer ul.listaMenu.flex::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #969090;
  left: 0;
  margin-top: 100px;
}
footer ul.listaMenu.flex {
  height: 82px;
  align-items: end;
  margin-bottom: 20px;
}
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;
}
.centrarAtendiemtno {
  padding: 25px;
}
footer .centrarAtendiemtno h3 {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #002f4f;
}
footer .linhas a {
    display: block;
}
footer .box-dir span.orcamento:hover {
  background: #2e2c36;
  color: white;
}
footer .listaMenu li.submenu {
  position: relative;
}
.responsavel p {
  margin-right: 25px;
}
ul.lista-categoria-submenu {
  position: absolute;
  z-index: 1;
  right: -15px;
  top: 23px;
}
footer ul.listaMenu li.submenu ul.lista-categoria-submenu li a {
  padding: 0 !important;
  font-size: 13px;
  line-height: 1.6;
  color: #9c9c9c;
}
.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 {
  text-align: center;
}
.horarios {
  display: flex;
  padding-top: 16px;
}
.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;
}
span.fecharPesquisa:hover {
  color: darkRed;
}
span.fecharPesquisa {
  position: relative;
  bottom: 22px;
  margin-left: 429px;
  color: white;
  font-size: 54px;
  line-height: 0;
  cursor: pointer;
}
form.pesqusaForm button {
  border: 0;
  margin-left: -5px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 24px;
  width: 67px;
  outline: none;
}
form.pesqusaForm input::placeholder {
  color: white;
}
form.pesqusaForm input {
  background: transparent;
  border: 0;
  border-bottom: 2px solid white;
  color: white;
  font-size: 22px;
  padding: 4px;
  width: 350px;
  margin: auto;
}
.cotrolClass {
  text-align: center;
  margin-top: 50vh;
}
.pesquisaBox-Modal{
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(16, 28, 39, 0.83);
  top: 0;
  display: none;
  align-items: baseline;
}
.whatsapp-opc img {
  margin: auto;
}
.whatsapp-opc {
  right: 40px;
}
.clss-banner {
  position: relative;
}
.arrows {
  position: absolute;
  width: 100%;
}
#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;
}
.conteudo-quem-somos img {
    max-width: 100%;
}
.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;
}
.rightBox.flex {
  margin-left: auto;
  margin-right: 0;
}
a.trabalheConosco {
  display: block;
  margin-right: 31px;
  color: white;
  border: 1px solid white;
  padding: 7px;
  font-size: 15px;
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
}
a.trabalheConosco:hover{
  color: #404040;
  background: white;
}
.rightBox .flex.redesFooter i {
  color: white;
  border-color: white;
}
.box-projeto img.projeto {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  -webkit-object-position: center;
  object-position: center;
}
header.fixed .menu-list {
  top: 83px;
}
header.fixed .menu-list span.fechar-menu{
  top: 36px;
}



@media screen and (min-width: 1280px) and (max-width: 1366px){
/* .box-projeto,.Lista-projetos .slick-list.draggable{
   height: 380px;
 }*/
}

@media screen and (max-width: 1280px) and (max-height:700px){
  .imageHolder {
    height: 665px !important;
  }
}


@media screen and (max-width: 1100px){
  ul.lista-menu li {
    display: block !important;
    text-align: center; 
  }
  .Sobre.flex {
    display: block;
  }
  form#solicitarLigacao input{
    width: 19%;
  }
  .Sobre .conteudo-box {
    width: 90%;
  }
  .Lista-projetos ul.slick-dots{
    width: 75%;
  }
  .Sobre.flex .box.esq img {
    max-width: 70%;
    margin-top: 50px;
 }
 .instagramFotos a{
    width: calc(100% / 2);
 }
  .autor-depoimento{
    width: auto;
  }
  header .bx.info-menu.flex a {
    font-size: 0;
  }
  span.abrir-menu {
    position: relative;
    margin-left: auto;
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 3px;
    background: white;
  }
  .Lista-depoimentos img.img-next{
    right: 0;
  }
  .Lista-depoimentos img.img-prev{
    left: 0;
  }
  span.abrir-menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background: white;
    left: 0;
    top: 6px;
  }
  span.abrir-menu::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background: white;
    left: 0;
    top: -6px;
  }
  ul.lista-menu {
    position: fixed;
    left: 0;
    height: 100%;
    width: 60%;
    display: block !important;
    top: 0;
    background: #737070;
    padding-top: 6vh;   
    -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;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .cot_top {
    border-bottom: 0;
  }
  .item-banner-width,.texto-banner{
    width: 100% !important;
  }
  .img-banner img {
    max-width: 370px;
  }
  .flex.Listaluvas {
    display: block;
  }
  .bx.bx-left, .bx.bx-right{
    width: auto;
  }
  section.class-usar .padding {
    padding-top: 0;
  }

  section.class-quem-usa{
    background-position: unset;
  }
  .list-avideos iframe{
     width: calc(100% / 2 - 10px);
  }
  .bx{
    width: auto;
  }
  .Lista-luva {
    margin: auto;
  }
  section.luvas-chefe{
    padding-bottom: 100px;
    height: auto;
  }
  button.informacao {
    margin-top: 0;   
    margin-bottom: 30px;
  }
  .bx-left .item-texto {
    text-align: center;
  }
  .item-texto{
    margin-bottom: 20px !important;
  }
  img.detalhe-image-banner.bottom.init,.link-lateral,img.detalhe-image,img.image-mao,img.image-comida,
  .bx.bx-left .item-texto:nth-child(1)::after,.bx.bx-left .item-texto:nth-child(2)::after,
  .bx.bx-right .item-texto:nth-child(1)::before,.bx.bx-right .item-texto:nth-child(2)::before{
    display: none;
  }
  ul.lista-item-footer.flex li span {
    display: block;
    line-height: 0; 
  }
  ul.lista-item-footer li a::after{
    display: none;
  }
  ul.lista-item-footer.flex {
    display: block;
    text-align: center;
  }
  .links-mobile{
    display: block;
  }
  .box-social {
    width: calc(100% / 3 - 20px);
    overflow: hidden;
  }
  .bx.bx-left, .bx.bx-right {
    padding-top: 0;
  }
  .bx.bx-right .item-texto {
    padding-left: 0;
  }
  .menu-desktop.cont {
    width: 95%;
  }
  .especialistas i.fa.fa-chevron-right.slick-next.slick-arrow, 
  .Lista-promocao i.fa.fa-chevron-right.slick-next.slick-arrow{
    right: 0;
    z-index: 99;
  }
  .especialistas i.fa.fa-chevron-left.slick-prev.slick-arrow,
  .Lista-promocao i.fa.fa-chevron-left.slick-prev.slick-arrow{
    left: 0;
    z-index: 99;
  }
  .conteudo-modal-prod {
    width: 90%;
    padding: 10px 30px;
  }
  .imb-parallax {
    background-attachment: initial;
  }
  .topoHeader .flex{
    display: none;
  }
  footer .cont.rodape.flex {
    display: block;
  }
  footer .box-logo.flex {
    display: block;
    padding: 0 !important;
    padding-top: 10px !important; 
    padding-bottom: 20px !important;
  }   
  footer .flex.info-footer::after{
    display: none;
  }
  header ul.listaMenu.flex {
    position: fixed;
    display: block;
    top: 0;
    padding-top: 35px;
    background: #064270; 
    left: 0;
    height: 100%;
    width: 50%;
    border-right: 2px solid rgb(4, 55, 95);
    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;
  }
  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: 95vw;
  }
  .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){
  .conteudo-modal {
      width: 87%;
      margin-top: 0;
      padding-top: 10px;
      padding-bottom: 0;
   }
}

@media screen and (min-width: 616px) and (max-width: 900px){
  .conteudo-modal {
    padding: 3%;
    width: 94%;
    margin: 0 auto;
    height: 80vh;
    border-radius: 0;
    /*overflow: auto;*/
  }
  .imagem {
    overflow: auto;
    max-height: 75vh;
    margin-top: 14px !important;
    padding-bottom: 10px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px){
  video#myVideo{
    width: auto !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 1440px){
  video#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (min-height: 700px) and (max-height: 768px){
  .imageHolder {
    height: 700px !important;
  }
}

@media screen and (min-height: 300px) and (max-height: 780px){
  .imagem {
      max-height: 80vh;
      margin-top: 14px !important;
      padding-bottom: 10px !important;
      overflow: auto;
  }
  .conteudo-modal {
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 10px;
    height: 90vh;
  }
}

@media screen and (max-width: 815px){
  video#myVideo {
    height: 100%;
  }
    .controle-modal {
      width: 90%;
      padding: 3%;
    }
    .conteudo-modal {
      width: 87%;
      margin-top: 0;
      padding-top: 10px;
  }
  span.tituloModal{
      font-size: 15px;
  }
  button.quero-esse {
    top: 4px;
    padding: 7px;
    font-size: 14px;
    width: auto;
  }
  span.fehcar-projeto{
    top: 0;
  }
  .imagem {
      width: 100%;
      margin: auto;
      position: relative;
  }
  .simpleParallax img{
    height: 100%;
    object-fit: cover;
    object-position: center;  
  }
  button.quero-projeto {
      font-size: 11px;
      padding: 12px;
      background: white;
  }
    .Lista-opc .btn-opc i{
      font-size: 42px;
  }
  .conteudo-quem-somos.flex {
     display: block;
  }  
  .box-news.flex {
      width: auto;
  }
    .btn-opc {
      width: 120px;
      height: 120px;
    }
    .btn-opc img {
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6);
  }
  header .menu-list ul{
    width: 41%;
  }
  .box-contato img {
    margin-bottom: 25px;
  } 
  .box-contato.flex {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
  .formulario-bx {
    width: auto;
    padding-right: 0;
  }
  .informacoes-bx {
    padding-left: 0;
    margin-top: 40px;
  }
  form#solicitarLigacao input, .multselect {
    width: 30%;
    margin: 3px;
  }
  .imagem{
    overflow: auto;
  }
  form#solicitarLigacao button.enviar{
    margin-top: 10px;
  }
  .lists button.slick-next.slick-arrow {
    border: 0;
    padding: 0;
    color: transparent;
    font-size: 0;
    background-color: transparent;
    outline: none;
    width: 23px;
    height: 37px;
    background-image: url(../images/assets/next.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .lists button.slick-prev.slick-arrow {
    border: 0;
    padding: 0;
    color: transparent;
    font-size: 0;
    background-color: transparent;
    outline: none;
    width: 23px;
    height: 37px;
    background-image: url(../images/assets/prev.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  div#depoimento ul li .controle-depoimentos{
    display: inline-block;
  }
  a.ver-mais{
    margin-right: 52px;
  }
  .endereco-box p {
    display: block;
    width: 100%;
  }
  form#orcamentoModal input, form#orcamentoModal textarea{
    width: calc(100% / 1 - 30px);
  }
  .cont.listaInfoBanner {
    text-align: center;
  }
  .formularioBanner {
    overflow: auto;
  }
  div#depoimento ul li {
    padding: 2px;
  }
  .listaRecentes {
    width: auto;
  }
  .box-destaque.left.init {
    margin-bottom: 40px;
  }
  .box-destaque {
    width: 100%;
    margin-right: 0;
  }
  .texto-banner{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .ModalOrcar .formularioBanner{
    display: block;
    border-radius: 0;
    height: 100%;
    top: 0;
  }
  ul.sub-categoria.flex{
    display: none !important;
  }
  footer ul.listaMenu.flex,.box-menu-footer{
    display: none;
  }
  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;
  }
  .linksRedesSociais a{
    width: 50%;
    margin-bottom: 10px; 
  }
  li.sub::after{
    top: 27px;
    right: 17px;
  }
  .item-s{
    justify-content: center;
  }
  footer .flex.info-footer{
    width: auto;
  }
  section.class-quem-usa {
    padding-bottom: 0;
    padding-top: 0;
  }
  .cont.padding.flex {
    display: block;
  }
  .logo-footer {
    margin-bottom: 25px;
  }
  footer .box-menu-footer:nth-child(1){
    display: none;
  }
  footer .box-menu-footer {
    margin-left: 0;
    width: 100%;
    text-align: left;
  }
  .menuFixo .flex {
    align-items: center;
    display: flex;
  }
  .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;
  }
  .txt-dinamico {
    width: auto;
    margin: auto;
  }
  .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: 50%;
    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;
  }
  .listaSLick button.slick-next.slick-arrow{
    z-index: 2;
  }
  .listaSLick button.slick-prev.slick-arrow{
    z-index: 2;
  }
  .box-seg{
    border-radius: 0;
  }
  .galeria-grande {
    margin-bottom: 10px;
  }
  .galeria-Thumb{
    height: auto;
  }
  .item-coleta{
    margin-bottom: 15px;
  }
  .projetosPart .box {
    width: 100%;
  }
  .over-linha{
    left: 200px;
  }
  .galeria-classGrande,.galeria-Thumb {
    width: auto;
    float: none;
  }
  .img-sobre{
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .list-avideos iframe{
    height: 250px;
  }
  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;
  }
  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;
  }
  .Sobre .conteudo-box {
    width: auto;
    padding: 24px;
  }
  form#solicitarLigacao input, .multselect {
    width: 100%;
    margin: 3px;
  }
  .btn-opc {
    margin-bottom: 76px;
  }
  .Lista-qualiade,.lista-info .texto {
    padding: 0;
  }
  .lista-info.padding {
    padding-top: 0;
  }
  form#solicitarLigacao button.enviar {
    padding: 18px;
  }
  .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;
  }
  .box-sobre {
    display: inline-grid;
    margin-bottom: 30px;
  }
  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;
  }
  .cont.listaInfoBanner .box-banner h2 {
    color: white;
    font-size: 1.25rem;
  }
  .fones-footer .cont img {
    margin-bottom: 10px;
  }
  .box-logo {
    margin: auto;
  }
  .conteudo-quem-somos img{
    display: block;
    margin: auto;
  }
  .faq.padding .accordion{
    padding-right: 37px;
  }
  header span.tels a strong{
    font-size: 0;
  }
  .faq .accordion::after{
    right: 12px;
  }
  .cont.listaInfoBanner .box-banner h2 strong {
    font-size: 1.7rem;
  }
  header .bx.logo img {
    max-width: 80%;
  }
  span.open-menu img {
    max-width: 85%;
  }
  header .bx.logo img {
    max-width: 80%;
  }
  span.open-menu{
    width: 33px;
    font-size: 10px;
  }
  header span.tels img{
    margin-left: 0;
  }
  header .bx.logo h1{   
    top: 0;
  }
  header.flex {
    padding: 10px 25px;
    width: calc(100% - 50px);
    -webkit-align-items: center;
    align-items: center;
  }
  header .bx.info-menu.flex{
    padding-right: 0 !important;
  }
}

@media screen and (max-height: 440px){
  .ico-dow{
    top: 65vh;
  }
  .cont.listaInfoBanner .box-banner h2{
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px){
  span.open-project{
    bottom: 100px;
  }
  .box-projeto {
    height: 406px;
 }
}

@media screen and (max-width: 615px){
  a.ver-mais {
    margin: auto !important;
  }
  .info-box {
    margin-top: 0 !important;
  }
  .titulos h3{
    font-size: 27px;
    width: 275px !important;
  }
  .Lista-projetos .slick-list.draggable {
    min-width: inherit;
    max-width: inherit;
  }
  .Lista-projetos i.slick-arrow, .arroes-projetos i{
    top: 68%;
  }
  header.fixed .menu-list {
    top: 73px;
  }
  .arroes-projetos i.fa.fa-angle-right.arrow-next.slick-arrow {
    right: 10px !important;
  }
  .arroes-projetos i.fa.fa-angle-left.arrow-prev.slick-arrow {
    left: 10px !important;
  }
  .contudo-projeto h2{
    font-size: 21px;
  }
  .box-projeto{
    height: 292px;
  }
  i.fa.fa-plus.openCadastro::after{
    /*line-height: 7px;*/
    line-height: 20px;
  }
  .btn-opc:nth-child(2) img {
    width: 86px;
  }
  header span.tels {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .Sobre.flex .box.esq img {
    max-width: 90%;
  }
  header.flex {
    padding: 10px 25px;
    width: calc(100% - 50px);
    -webkit-align-items: center;
    align-items: center;
  }
  header span.tels{
    margin-right: 0 !important;
  }
  header .bx.info-menu.flex{
    padding-right: 0 !important;
    position: relative;
    top: 0;
  }
  header span.tels img{
    top: 0;
  }
  span.tituloModal{
    display: block;    
    min-height: 45px;
  }
  span.open-menu img {
    max-width: 85%;
  }
  header .bx.logo img {
    max-width: 80%;
  }
  span.open-menu{
    width: 33px;
    font-size: 10px;
  }
  header span.tels img{
    margin-left: 0;
  }
  header .bx.logo h1{   
    top: 0;
  }
  span.slogan{
    font-size: 13px;
  }
  header h1 span.registrado{
    top: 9px;
    left: 79%;
  }
 
  .item-banner button.orcamento{
    font-size: 15px;
  }
  #banner-home .descricao-banner{
    line-height: 1.3;
  }
  .ListaBanner::before,section.metodo::after,section.osBeneficos::after,
  section.palestras::after,section.imersao::after{
    display: none;
  }
  section.proximas_turmas{
    top: 0;
    padding-top: 30px;
  }
  span.open-project{
    bottom: 50px;
  }
  section.imersao{
    padding-top: 30px;
    padding-bottom: 0;
  }
  .Lista-projetos i.fa.fa-angle-right.slick-arrow{
    right: 10px !important;
  }
  .Lista-projetos i.fa.fa-angle-left.slick-arrow{
    left: 10px;
  }
  section.osBeneficos{
    padding-top: 30px;
    padding-bottom: 0;
  }
  section.palestras {
    padding-top: 30px;
  }
  section#metodo {
    padding-top: 35px;
  }
  .block-conteudo {
    padding-bottom: 30px;
  }
  ul.lista-menu{
    width: 70%;
  }
  .Lista-beneficios i {
    color: white;
    font-size: 40px;
    position: absolute;
    top: 45%;
    z-index: 2;
  }
  .instagramFotos a {
    width:100%;
  }
  .opcao-turmas .turmas {
    padding: 12px;
  }
  .opcao-turmas .turmas h3 {
    font-size: 14px;
  }
  .opcao-turmas .turmas span.data-turma {
    display: none;
  }
  .depoimentos.padding {
    padding-top: 35px !important;
  }
  .conteudo-bx-turmas.flex .mostra-turmas {
    padding: 14px;
  }
  .Contato-bx .bx {
    width: 100%;
    margin-bottom: 30px;
  }
  header .menu-list ul {
    width: 59%;
    padding: 30px;
  }
  form#Contato {
    width: 100%;
  }
  .depoimentos.gray.padding,.depoimentos.gray.padding .padding {
    padding-bottom: 0;
  }
  .itens-contato.padding.flex {
    display: block;
    line-height: 2;
  }
  .turmas.active::after{
    right: -8px;
    top: 27%;
  }
  .inscricao{
    padding: 8px 17px;
    font-size: 12px;
  }
  .mostra-turmas .box-turmas h2,.box-turmas h3{
    font-size: 18px;
    font-weight: 600;
  }
  .Lista-beneficios i.fa.fa-angle-left {
    left: -20px;
  }
  .Lista-beneficios i.fa.fa-angle-right {
    right: -20px;
  }
  .Lista-beneficios .slick-slide img {
    margin: auto;
    margin-bottom: 17px;
  }
  section.galeria i.fa.fa-angle-left {
    left: 20px;
  }
  section.galeria i.fa.fa-angle-right {
    right: 20px;
  }
  .logo-footer img {
    max-width: 180px;
  }
  .logo-footer {
    margin-bottom: 0;
  }
  section.galeria i {
    color: white;
    z-index: 2;
    position: absolute;
    font-size: 40px;
    top: 39%;
  }
  .box-beneficios h3{
    padding-right: 0;
    text-align: center;
  }
  .horarios{      
    padding: 0 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .Lista-beneficios {
    max-width: 280px;
    margin: auto;
  }
  .lina-faq.flex {
    display: block;
  }
  .faq .horarios::after{
    top: 5px;
    right: 7px;
  }
  .conteudo-faq {
    width: auto;
  }
  .conteudo-faq .panel.texto {
    width: auto !important;
  }
  .Lista-palestra i {
    position: absolute;
    z-index: 2;
    top: 35%;
    font-size: 44px;
    color: #353434;
  }
  .Lista-palestra i.fa.fa-angle-left {
    left: -19px;
  }
  .Lista-palestra i.fa.fa-angle-right {
    right: -19px;
  }
  li.tab-link{
    min-width: auto;
  }
  header .logo{
    margin-left: 0;
  }
  .item-banner-width {
    display: block
  }
  .opcoes.wrap {
    padding-top: 0;
  }
  .Lista-palestra {
    max-width: 300px;
    margin: auto;
  }
  .box-palestras{
    box-shadow: none;
  }
  .conteudo-palestra.flex{
    background: #f5f5f5;
  }
  .faq.padding .accordion{
    font-size: 14px;
  }
  .faq .accordion::after{
    top: 6px;
  }
  .faq .resposta.texto {
    width: auto !important;
    padding: 16px;
    font-size: 14px;
  }
  section.galeria .galeria-imagens{
    width: calc(100% / 1);
  }
  .item-menu.flex{
    margin-left: auto;
  }
  h3.subtitulo{
    font-size: 18px;
  }
  img.img2 {
    margin-left: 0;
  }
  h2.titulo{
    font-size: 30px !important;
  }
  h2.titulo_menor {
      font-size: 26px !important;
  }
  .img-banner .imagem {
    width: 100%;
    background-size: contain;
    height: 160px;
  }
  .box-palestras{
    width: calc(100% / 1 - 20px);
  }
  .conteudo-quem-somos.padding {
    padding-bottom: 0;
  }
  section.quem_somos.padding {
    padding-bottom: 0;
  }
  .faq .accordion{
    padding: 10px;
  }
  section.faq.padding .cont.padding, section.faq.padding{
    padding-top: 0;
  }
  .box-texto {
    width: auto;
    margin-right: 0;
  }
  .texto iframe {
    height: 250px;
  }
  .opcoes .box-item {
    width: calc(100% / 2 - 32px);
    padding: 10px;
    display: block;
    text-align: center;
  }
  .opcoes .box-item h3{
    font-size: 16px;
  }
  section#metodo .texto {
    padding-bottom: 0;
  }
  .box-beneficios {
    width: calc(100% / 2);   
    margin-left: auto;
    margin-right: auto;
  }
  .ite-usar {
    width: 100%;
  }
  section.class-quem-usa{
    background: #0f1111;
  }
  .list-avideos iframe {
    width: calc(100% / 1 - 10px);
  }
  .box-social {
    width: calc(100% / 1 - 20px);  
    text-align: center;
  }
  .onde-encontrar-lista.padding {
    padding-top: 0;
  }
  .ite-usar span {
    font-size: 19px;
  }
  .box-pesquisar{
    display: none;
  }
  .box-links {
    width: auto;
    float: none;
  }
  .box-links a{
    font-size: 25px;
  }
  .rightCont.flex {
    display: none;
  }
  .menuFixo span.menu-open {
    top: 30px;
  }
  span.fecharVideoDep{
    right: 0;
  }
  div#depoimento ul li{
    padding: 0;
  }
  span.controle-depoimentos.videoDepoimento {
    margin-right: 3px;
  }
  div#depoimento ul li .controle-depoimentos {
    display: inline-block;
  }
  h2.tituloBanner{
    white-space: inherit;
    animation: none;
  }
  a.blogLink {
    display: block !important;
  }
  .leftCont a {
    display: none;  
  }
  .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: 100%;
  }
  a.emailLink {
    display: none;
  }
  footer .rodape .flex {
    align-items: center;
    display: block;
    padding: 20px; 
  }
  .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: 150px;
  }
  h2.titulo.big {
    font-size: 26px;
  }
  span.titulo{
    font-size: 25px;
    line-height: 1.1;
  }
  .txt-dinamico h2 {
    font-size: 35px;
    width: 80%;
    margin: auto;
    text-shadow: 0 0 15px black;
  }
  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;
  }
  form#Cont input{
    margin-right: 0;
  }
  .imagem-destacada{
    width: 100%;
  }
  .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: 100%;
    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;
  }
  header div.bx {
    padding-left: 0;
    padding-right: 0;
  }
  .texto {
    font-size: 14px;
  }
  .img-depoimentos{
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .itens-depoimentos {
    padding: 0;
  }
  .conteudo-modal {
    padding: 3%;
    width: 94%;
    margin: 0 auto;
    height: 96vh;
    border-radius: 0;
    overflow: auto;
  }
  .conteudo-modal h2{
    font-size: 17px;
  }
  ul.slick-dots li button{
    width: 10px;
    height: 10px;
  }
  .Lista-produtos img.slick-arrow {
    display: none !important;
  }
  .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 {
    height: 135px;
    background-size: cover;
  }
  h3.subtitulo{
    text-align: center;
  }
  .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;
  }
  .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;
  }
  button.quero-projeto {
    font-size: 11px;
    padding: 12px;
    background: white;  
  }
  .itens-menu{
    height: 100%;
    overflow: auto;
  }
  .conteudo-modal button.quero-esse {
    display: block;
    top: 30px;
    right: 9px;
  } 
  .conteudo-modal .img-detalhe {
    width: 100%;
    height: 300px;
  }
  .conteudo-modal iframe {
    height: 250px;
    margin-top: 30px;
  }
  .position {
    display: none;
  }
  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;
  }
  div#portfolio{
    position: relative;  
  }
  div#contato{
    top: -250px !important;
  }
  .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;
  }
  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;
  }
  .flex.redesFooter {
    display: flex !important;
    justify-content: center;
  }
}


@media screen and (max-width: 667px){
  div#contato {
    top: 0 !important;
  }
  div#portfolio{
    top: 0 !important;
  }
  div#processos{
    top: 0 !important;
  }
  div#clientes{
    top: 0 !important;
  }
}

@media screen and (max-width: 568px){
  div#contato {
    top: -10px !important;
  }
  div#portfolio{
    top: 0px !important;
  }
  div#processos{
    top: -10px !important;
  }
  div#clientes{
    top: -10px !important;
  }
}



@media screen and (max-width: 414px){
  .Lista-opc .btn-opc i{
    font-size: 27px;
  }
  .box-projeto {
    height: 250px;
  }
  div#contato {
    top: -150px !important;
  }
  div#portfolio{
    top: -120px !important;
  }
  div#processos{
    top: -120px !important;
  }
  div#clientes{
    top: -120px !important;
  }
}

@media screen and (max-width: 375px){
  div#contato {
    top: -230px !important;
  }
  div#portfolio{
    top: -190px !important;
  }
  div#processos{
    top: -180px !important;
  }
  div#clientes{
    top: -200px !important;
  }
}

@media screen and (max-width: 320px){
  div#contato {
    top: -420px !important;
  }
  div#portfolio{
    top: -390px !important;
  }
  div#processos{
    top: -380px !important;
  }
  div#clientes{
    top: -390px !important;
  }
  .conteudo-modal button.quero-esse{
    font-size: 12px;
    top: 34px;
  } 
  .box-projeto {
    height: 193px;
  }
}


@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.9s;
    -moz-transition: 0.9s;
    -ms-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    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.9s;
    -moz-transition: 0.9s;
    -ms-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    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;
  }
}



.tooltip span .titulo{
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}

.reviews-container {
            background-color: #F58220;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            
        }
        
        .review-card {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 300px;
            margin: 20px;
            text-align: center;
            transition: transform 0.3s ease;
        }
        
        .review-card:hover {
            transform: translateY(-5px);
        }
        
        .review-title {
            font-size: 1.2rem;
            margin: 10px 0;
        }
        
        .review-text {
            font-size: 1rem;
            line-height: 1.4;
            margin-bottom: 15px;
        }
        
        .review-author {
            font-style: italic;
            color: #888;
        }
        
        /* Estilos gerais */
.reviews-container {
    background-color: #F58220;
    padding: 20px;
    display: flex;
    flex-wrap: wrap; /* Permite que os elementos se ajustem à largura */
    justify-content: center;
    align-items: center;
}

.review-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: calc(33.33% - 40px); /* 3 reviews por linha, com margens */
    margin: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-title {
    font-size: 1.2rem;
    margin: 10px 0;
}

.review-text {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

.review-author {
    font-style: italic;
    color: #888;
}

/* Media query para telas menores (modo mobile) */
@media (max-width: 768px) {
    .review-card {
        width: calc(100% - 40px); /* Ocupa a largura total na coluna */
    }
}

/* Estilos para os botões de navegação */
#sliderControls {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#prevBtn, #nextBtn {
    background-color: #F58220;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#prevBtn:hover, #nextBtn:hover {
    background-color: #E05E18;
    transform: scale(1.05);
}


/* Exibir apenas uma avaliação na versão mobile */
@media (max-width: 768px) {
    .review-card {
        display: none;
    }

    .review-card.active {
        display: block;
    }
}

/* Ocultar botões de anterior e próximo na versão desktop */
@media (min-width: 769px) {
    #prevBtn, #nextBtn {
        display: none;
    }
}
/* Mantenha seus estilos existentes */

/* Adicione as seguintes regras para criar a animação de slide */
.review-card {
    /* Mantenha suas outras propriedades */
    position: relative;
    left: 0;
    opacity: 1;
    transition: left 0.3s ease, opacity 0.3s ease;
}

@keyframes slideAnimation {
    0% {
        left: 100%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

/* Adicione esta regra para aplicar a animação */
.review-card.animate-slide {
    animation: slideAnimation 0.5s ease forwards;
}

/* No seu media query para versão mobile */
@media (max-width: 768px) {
    /* Mantenha os estilos existentes */

    /* Adicione esta regra para iniciar a animação no elemento ativo */
    .review-card.active {
        animation: slideAnimation 0.5s ease forwards;
    }

    /* Adicione margem aos botões de anterior e próximo */
    #prevBtn, #nextBtn {
        margin: 0 5px;
    }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1000; /* Increase z-index to ensure the button is above other elements */
}

.whatsapp-button:hover {
    background-color: #128c7e;
}
/* Estilos gerais */
/* ... Seus outros estilos ... */

.review-source {
    display: flex;
    align-items: center;
    justify-content: center; /* Adicione esta linha */
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 5px;
}

.review-source i {
    font-size: 1rem;
    margin-right: 5px;
}

.review-source p {
    margin: 0;
}

/* Estilos para as bolinhas indicadoras */
.indicator-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.indicator {
    width: 10px;
    height: 10px;
    background-color: #888;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Estilo para a bolinha ativa */
.indicator.active {
    background-color: #F58220;
}

/* No seu media query para versão mobile */
@media (max-width: 768px) {
    /* Mantenha os estilos existentes */

    /* Adicione margem aos botões de anterior e próximo */
    #prevBtn, #nextBtn {
        margin: 0 5px;
    }
}

@media (min-width: 769px) {
    .indicator-container {
        display: none;
    }
}

.evaluate-button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Ajuste a margem conforme necessário */
}

.review-button {
    background-color: #F58220;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.review-button:hover {
    background-color: #E05E18;
    transform: scale(1.05);
}









