@import url('reset.css');

body{
  background-color: white;
}

@media print{
  .topo,ul.paginas,section.pagina-introducao,.arrows,.selecionar-opcs,.acao_produtos,
  .boc-calculadora,span.resultado,.vejaTambem,footer{
    display: none !important;
  }
  .logo {
    margin: auto !important;
  }
  .flex {
    display: block !important;
  }
  .listaEstrutura{
    margin-top: auto !important;
  }
  .coluna-flex.textosRight {
    padding-left: 0 !important;
  }
  .listaEstrutura {
    width: 80% !important;
    margin: auto !important;
  }
  img.img-print {
    display: block !important;
  }
  .listaEstrutura,.coluna-flex.listaGaleria{
    display: none !important;
  }
}

:focus{
  outline: 0;
}
input::placeholder,textarea::placeholder,select {
  color: #627a8e !important;
}
h1,h2,h3,h4,h5,h6,p,a,span,strong,small,table,td,tr,ul,li,div,button,::placeholder{
  font-family: Poppins;
}
body{
  font-family: Poppins;
}
.titulo.white {
  color: white;
}
.padding{
  padding: 30px 0;
}
.txt ul li {
  list-style: circle;
}
.bx .nome-icones strong {
  color: #fff600;
}
h2.titulo.center.blue {
  color: #0142a6;
}
a.orcamento-link {
  background: green;
  padding: 11px;
  display: block;
  width: 240px;
  margin: auto;
  border-radius: 3px;
  text-align: center;
  margin-top: 43px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.menu-fixo .logo img {
  width: 140px;
}
.menu-fixo {
  position: fixed;
  background: white;
  width: 100%;
  padding: 20px 0;
  z-index: 990;
  -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);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -0-transition: 0.3s;
  transition: 0.3s;
}
input#value1 {
    border-left: 0;
}
.menu-fixo .cont.flex {
    align-items: center;
}
.orcamento-link:hover {
  background: #fff600;
  color: green;
}
.txt ul {
  padding-left: 30px;
}
h2.titulo {
  color: #222222;
  font-size: 31px;
  text-transform: uppercase;
  font-weight: bold;
}
header {
  z-index: 9;
  background-color: white;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: top;
  float: left;
}
.logo img {
  display: block;
}
.lista-conteudos  .box {
  width: calc(100% / 2 - 52px);
  padding: 50px 26px;
}
.icones-informacao .bx:nth-child(1) {
  width: 30%;
}
.icones-informacao .bx:nth-child(2) {
  width: 28%;
}
.icones-informacao .bx:nth-child(3) {
  width: 26%;
}
h2.titulo-servicoA::before{
  background-image: url(../images/assets/serv.png);
}
h2.titulo-servicoB::before{
  background-image: url(../images/assets/mat.png);
}
button.solicite_orcamento {
  padding: 15px 30px;
  font-size: 14px;
  border: 0;
  background: green;
  color: white;
  display: block;
  font-weight: 600;
  margin: auto;
  margin-top: 50px;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
  margin-bottom: 40px;
}
.imagem_produto {
  height: 308px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
}
.box_produtos {
  width: 272px;
  margin: 9px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.lista_produtos {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.list_desc {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #3d3620;
  font-size: 11.5px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  height: 50px;
}
.descricao_produtos {
  padding: 14px;
}
.solicite_orcamento-div {
  background: #008d00;
  height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
  vertical-align: middle;
  color: white;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
}
.box_produtos:hover .solicite_orcamento-div{
  opacity: 1;
}
.solicite_orcamento-div img {
  margin-right: 8px;
  vertical-align: middle;
}
.relative-box {
  position: relative;
}
apan.cont-blok {
  display: block;
  margin: auto;
}
h3.nome_produto {
  color: #222222;
  font-size: 19px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.tipo_produto {
  display: block;
  padding: 9px;
}
.tipo_produto {
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14.5px;
  display: flex;
  align-items: center;
}
span.cor {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
}
.orcamentoModal {
  position: fixed;
  left: 0;
  right: 0;
  display: none;
  height: 100%;
  background: rgba(255, 255, 255, 0.68);
  z-index: 99;
}

.boc-calculadora {
  float: left;
  border-radius: 10px;
  background: white; 
  overflow: hidden;
  width: 500px;
  box-shadow: 0px 6px 9px 0px rgba(148, 148, 148, 0.47843137254901963);
}
h2.headerTitulo {
  background: #0042a6;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 19px;
  height: 60px;
  display: table-cell;
  width: inherit;
  vertical-align: middle;
  border-radius: 9px 9px 0 0;
  position: relative;
}
.flex_input {
  display: flex;
  width: 100%;
}
.boc-calculadora span.opcnome {
  width: 100%;
  color: white;
  padding: 10px;
  font-size: 14px;
  padding-left: 33px;
  font-weight: 600;
}
button.calcular {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  border: 0;
  background: green;
  color: white;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
}
.texto ul li {
  list-style: circle !important;
}
.desc ul li {
  list-style: circle !important;
}
.texto ul {
  padding-left: 35px;
}
.desc ul {
  padding-left: 35px;
}
button.calcular:hover{
  background: #0042a6;
}
.flex_input input {
  width: 498px;
  border: 1px solid #e9e9e9;
  text-align: center;
  font-size: 14px;
}
.flex_input select {
  width: 100%;
  border: 1px solid #e9e9e9;
  text-align: center;
  font-size: 14px;
  background: white;
  border-radius: 0;
}
.flex_input:nth-child(1) .opcnome {
  padding-top: 18px !important;
}
.flex_input:nth-child(1) {
  margin-top: -9px;
}
.flex_input:nth-child(3) input {
  border-radius: 0 0 8px 8px;
}
span.opcnome.espec {
  background: #3368b8;
}
span.opcnome.larg {
  background: #008d00;
}
section.calculos {
  background: #fff600;
}
span.opcnome.comp {
  background: #fff600;
  color: #222222;
}
.btn-orcamento:hover {
  background: #005c00;
}
.btn-orcamento:hover a{
  color: yellow;
}
span.fecharModal:hover {
  color: #d2cc3f;
}
.conteudo-modal {
  padding: 70px;
  position: relative;
  width: 600px;
  background: white;
  margin: auto;
}
.conteudo-modal h2.titulo {
  font-size: 30px;
  text-align: center;
  color: #222 !important;
}
form.Orcamento {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}
.formulario_modal input {
  font-size: 13px;
  padding: 10px;
  width: calc(100% / 2 - 42px);
  margin: 0 9px;
  margin-bottom: 14px;
  border: 1px solid #b5b1b1;
}
.select {
  padding: 10px;
  width: calc(100% / 2 - 43px);
  border: 1px solid #b5b1b1;
  height: 14px;
  display: flex;
  align-items: center;
  margin: 0 9px;
  margin-bottom: 14px;
}
form.Orcamento textarea {
  margin: 0 9px;
  border: 1px solid #b5b1b1;
  padding: 10px;
  resize: none;
  width: calc(100% - 46px);
  font-size: 13px;
  height: 140px;
  margin-bottom: 30px;
}
button.enviarOrcamento:hover {
  background: yellow;
  color: green;
}
button.enviarOrcamento {
  margin: auto;
  display: block;
  color: white;
  background: green;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 3px;
  cursor: pointer;
}
button.enviar:hover {
  background: yellow;
  color: green;
}
.select select {
  border: 0;
  font-size: 13px;
  background: white;
  width: 100%;
  color: #676767 !important;
}
.formulario_modal input {
  font-size: 13px;
  padding: 9px;
}
form.Orcamento input::placeholder {
  color: #666666 !important;
}
span.fecharModal {
  position: absolute;
  right: 0;
  top: 23px;
  line-height: 0;
  font-size: 4rem;
  cursor: pointer;
  color: green;
  font-weight: 500;
}
ul.paginas {
  position: relative;
  margin-left: auto;
}
.cont.menu-desk {
  display: flex;
  padding: 10px 0;
  align-items: center;
  background-size:contain;
}
ul.opc-topo li a {
  font-size: 15px;
  color: #565656;
}
.flex{
	display: flex;
}
.cont{
	width: 1171px;
	margin:  auto;
  position: relative;
}
.menu-lists{
  align-items: center;
  padding: 10px 0;
  margin-right: 0;
  width: -webkit-max-content;
  width: -ms-max-content;
  width: -o-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
h2.titleServ {
  font-size: 21px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 20px;
}
.center{
	text-align: center;
}
.logo-mobile{
  display: none;
}
a.results {
  display: block;
  background: #7d104d;
  position: relative;
  color: white !important;
  padding: 4px 8px;
  border-radius: 30px;
  margin-right: 10px;
}
li.email {
  align-items: center;
	display: flex;
  margin-right: 20px;
}
.itens-menu {
  position: fixed;
  overflow: auto; 
  top: -200%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  padding: 20px 0;
  background: white;
  width: 100%;
  z-index: 9991;
  padding-bottom: 45px;
}
ul.pages li {
  color: #c52524;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 600;
}
ul.lista-produtos li {
  color: #605d5b;
  width: 177px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin: 6px 0;
}
.pesquisa {
  position: relative;
  bottom: -12px;
  width: 350px;
}
ul.redes-opc-menu li {
  display: table-cell;
}
.coluna-menu:nth-child(3) {
  padding-right: 0;
}
span.close-menu {
  position: absolute;
  margin-left: 83px;
  font-size: 3.5rem;
  top: -22px;
  cursor: pointer;
  font-weight: 400;
  color: #7e114e;
}
form#pesquisa {
  background: #eeeff1;
  border-radius: 20px;
}
form#pesquisa button {
  border: 0;
  background: transparent;
  outline: none;
  border: 0;
  height: 30px;
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
ul.contact {
  position: absolute;
  bottom: 0;
}
li.email a {
  color: #605d5b;
}
ul.contact a.tel {
  margin-left: 0;
  width: 139px;
  margin-top: 15px;
}
form#pesquisa input {
  width: 79%;
  padding: 10px;
  font-size: 14px;
  border: 0;
  color: #7d104d;
  background: transparent;
}
form#pesquisa ::placeholder {
  color: #657d95 !important;
  font-weight: 500;
}
ul.lista-produtos {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
span.tex {
  font-size: 15px;
  font-weight: 600;
  color: #c52524;
  display: block;
  margin-bottom: 12px;
}
.coluna-menu {
  padding-right: 50px;
}
form#Newslatters, form#Cont {
  margin-top: 15px;
  display: flex;
}
form#Newslatters input, form#Cont input {
  background: #eeeff1;
  border: 0;
  font-size: 15px;
  padding: 12px;
  border-radius: 20px;
}
form#Newslatters input {
  height: 10px;
  padding: 10px;
}
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: 50%;
  height: 30px;
  font-size: 14px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  background: #4cc3cf;
  color: white;
  font-weight: 600;
}
section.Newslatters {
  padding: 15px 0;
}
form#Newslatters button:hover{
  background: #4cc3cf;
}
span.menu-open {
  background: #7e114e;
  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: #7e114e;
  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: #7e114e;
  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;
}
.busca {
  position: relative;
}
a.tel {
  color: #7c104d !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: 142px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: white;
  display: inline-block;
  margin: 8px 9px;
  border-radius: 13px;
  box-shadow: -2px 9px 20px 11px #d9e4eb;
}
.over-conve {
  position: absolute;
  top: 100px;
  background: white;
  z-index: 2;
  box-shadow: 1px 1px 11px 2px #bcdaf185;
  width: 250px;
  padding: 14px;
  left: -70px;
  border-radius: 15px;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.box-conve:hover .over-conve{
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
  height: auto;
  overflow: auto;
  transition: 0.3s;
}
span.nome-conve {
  text-align: center;
  display: block;
  margin-bottom: 13px;
  color: #7c104d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
}

.lista-conteudos {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.box .bg-imagem {
  height: 270px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  margin-bottom: 25px;
}
h2.titulo-servicoA::before,h2.titulo-servicoB::before  {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  float: left;
  background-position: center;
  margin-right: 15px;
}
.info-block {
  padding-left: 70px;
  padding-right: 20px;
}

section.valores {
  background: #0142a6;
  padding: 60px 0;
}
.icones-informacao {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.icones-informacao .bx {
  display: flex;
  align-items: center;
}
.icones-informacao .bx img {
  float: left;
  margin-right: 20px;
}
span.nome-icones {
  display: block;
  float: left;
  width: 64%;
  color: white;
  line-height: 1.5;
  font-weight: 700;
  font-size: 18px;
}
span.nome-icones {
  display: block;
  float: left;
  width: 77%;
}
.flex.cont-footer {
  align-items: center;
  padding: 14px 0;
}
ul.menu-footer li a {
  color: white;
  font-size: 13px;
  padding: 0;
  font-weight: 500;
}
.logo-rodape {
  margin-right: 14px;
}
.selo-rodape {
  position: relative;
  margin-left: auto;
}
.logo-rodape img {
  width: 120px;
}
ul.menu-footer {
  display: block;
}
.cont-footer{
  position: relative;
}
.cont-footer:nth-child(1) {
  width: 35%;
}
.cont-footer:nth-child(2) {
  width: 23%;
}
.cont-footer:nth-child(3) {
  width: 33%;
}
.cont-footer:nth-child(2)::before {
  display: block;
  height: 100%;
  position: absolute;
  width: 1px;
  left: -69px;
  content: "";
  background: #005c00;
}
.cont-footer:nth-child(3)::before {
  display: block;
  height: 100%;
  position: absolute;
  width: 1px;
  left: -69px;
  content: "";
  background: #005c00;
}
.cont-footer:nth-child(4)::before {
  display: block;
  height: 100%;
  position: absolute;
  width: 1px;
  left: -69px;
  content: "";
  background: #005c00;
}
span.endereco-footer {
  display: block;
  color: white;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
}
.item-horario {
  color: #7d104d;
  font-weight: 400;
  font-size: 14px;
}
.red {
  float: right;
  width: 140px;
  display: flex;
  align-items: center;
}
.red p {
  color: white;
  font-size: 12px;
  margin-right: 15px;
}
p.infoFooter {
  float: left;
  color: white;
  font-size: 12px;
  margin: 0 !important;
}
ul.opc-topo.flex {
  align-items: center;
}
ul.paginas li{
  display: inline;
}
ul.paginas li img {
  width: auto;
  margin: auto;
  margin-bottom: 5px;
}
ul.paginas li a {
  font-weight: 600;
  display: inline-grid;
  color: #202020;
  padding-top: 0;
  font-size: 14px;
  position: relative;
  padding: 4px 20px;
}
span.nome-produto {
  color: #434b52;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  height: 35px;
  overflow: hidden;
}
.img-destaque:hover {
  -webkit-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);
  transition: 0.3s;
}
.img-block {
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bloco- {
  width: 428px;
  overflow: hidden;
  border-radius: 20px;
  margin: 25px;
  box-shadow: 2px 2px 20px 6px #a29d9d;
  display: inline-grid;
}
.info-unidades {
  background: #7e1a15;
  padding: 25px 40px;
  color: white;
}
span.nome-unidade {
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
span.end-unidade {
  display: block;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 25px;
  height: 90px;
  overflow: hidden;
}
.info-unidades .flex {
  align-items: center;
}
a.ver-mapa {
  text-decoration: underline !important;
  cursor: pointer;
  color: white;
}
a.ver-mapa:hover {
  color: yellow;
}
section.pagina-introducao {
  background: #0142a6;
}
section.pagina-introducao .cont {
  display: flex;
  align-items: center;
}
.caminho li {
  display: inline-block;
  color: white;
}
.caminho {
  background: #008d00;
  align-items: center;
  padding: 24px;
  margin-left: auto;
  padding-right: 0;
  position: relative;
  padding-left: 50px;
}
.caminho ul li a {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
h3.titulo-pagina {
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
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;
}
.caminho::after {
  content: "";
  background: #008d00;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 300%;
  top: 0;
  left: 100%;
}
.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 {
  width: 22%;
  margin-right: 10px;
}
.formAuditiva.cont {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 37px #c8c5c5;
  margin-top: 40px;
}
span.select {
  padding: 9px;
  width: 36%;
  background: white;
}
span.select select{
  background: white;
}
h3.subtitulo {
  color: #8c2b61;
  text-align: center;
  margin-bottom: 15px;
}
button.enviar {
  background: #008d00;
  padding: 11px;
  display: block;
  width: 200px;
  border: 0;
  border-radius: 3px;
  text-align: center;
  margin-top: 43px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.produtos-destaque a.ver-mais {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.opc-horario {
  background: #4c0e0e;
  margin-top: 10px;
  padding: 15px;
  position: relative;
  border-radius: 10px;
}
span.att {
  font-weight: 600;
  letter-spacing: 1px;
}
.opc-horario a.tel {
  position: absolute;
  bottom: 7px;
  right: 0;
}
.opc-horario span.end-unidade {
  font-size: 17px !important;
  margin-top: 10px;
}
.opc-horario span.end-unidade {
  width: max-content;
  position: absolute;
}
.conteudoUnidade span.titulo {
  color: #4c0e0e;
  text-transform: uppercase;
}
.produtos-destaque {
  width: 190px !important;
  height: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border-radius: 12px;
  padding: 15px;
  background-size: 74%;
  margin: 10px;
  box-shadow: 0 0 15px 2px #b5b0b5;
}
span.selo {
  display: block;
  background: #b70b09;
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  border-radius: 20px;
  margin-left: auto;
  height: 12px;
  padding-top: 1px !important;
  margin-right: auto;
  width: auto;
  padding: 5px 0;
  overflow: hidden;
}
.box-fazemos {
  padding: 20px;
  text-align: center;
}
span.modelos {
  display: block;
  margin: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #7f114e;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.box-noticias {
  width: 235px;
  overflow: hidden;
  border-radius: 20px;
  display: inline-block;
  background: white; 
  margin-right: 19px;
}
.img-destaque {
  width: 100%;
  height: 143px;
}
.img-destaque {
  width: 100%;
  height: 143px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
span.titulo-noticia {
  color: #7c104d;
  font-weight: 600;
  margin: 10px 0;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.desc {
  font-size: 14px;
  color: #3d3620;
  line-height: 1.9;
  padding: 20px 0;
  text-align: justify;
}
span.desc-noticias {
  font-size: 15px;
  height: 66px;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.5;
  color: #404040;
  margin-bottom: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.info-noticias {
  padding: 0 20px;
}
.ultimas-noticias {
  width: 200px;
  margin-left: 8px;
}
span.titulo-ultima {
  overflow: hidden;
  color: #7c104d;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  height: 34px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
span.numero {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.ver-mais {
  background: #4cc3cf;
  color: white;
  display: block;
  width: 95px;
  padding: 3px;
  font-size: 17px;
  border-radius: 20px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  margin: auto;
  margin-bottom: 10px;
}
.ver-mais:hover {
  background: #7c104d;
}
.produtos-destaque span.ver-mais {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.ultimas-noticias {
  width: 200px;
  margin-left: auto;
  margin-top: 20px;
}
.noti {
  border-bottom: 1px solid #303030;
  margin-bottom: 15px;
}
section.Newslatters {
  background: #7c104d;
}
form#Newslatters input {
 width: 100%;
}
ul.class-numeros {
  display: flex;
  align-items: center;
  margin-left: auto;
}
li.agencia {
  margin-left: 25px;
}
.diretor {
  width: 215px;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: white;
  margin-left: auto;
}
.endereco,.endereco a {
  color: white;
  font-size: 15px;
  font-weight: 500;
}
.fones-footer {
  background: #4cc3ce;
  padding:2px 0; 
}
.fones-footer .flex {
  align-items: center;
}
.box-footer {
  width: 100%;
  padding: 20px 0;
  margin-right: 30px;
}
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 {
  background: #008d00;
  position: relative;
  margin-top: -7px;
}
.direitos-site {
  background: #005c00;
  float: left;
  width: 100%;
  padding: 10px 0 3px;
}
.flex-footer {
  display: flex;
  align-items: inherit;
  padding: 50px 0;
}
h3.titulo-footer {
  color: white;
  font-size: 20px;
  font-weight: 600;
}
span.contatoFooter {
  display: block;
  margin: 10px 0;
  font-weight: 500;
}
span.contatoFooter a {
  color: white;
  font-size: 14px;
  display: block;
}
span.contatoFooter img {
  margin-right: 14px;
}
.cont-footer:nth-child(4) {
  width: 17%;
}
span.endereco-footer::before {
  width: 22px;
  height: 80px;
  content: "";
  float: left;
  background-image: url(../images/assets/local.png);
  background-repeat: no-repeat;
  background-position: top left;
}
footer a.redes img {
  -webkit-filter: brightness(100);
  -moz-filter: brightness(100);
  -o-filter: brightness(100);
  filter: brightness(100);
}
.clasNewslatters {
  background: white;
  text-align: center;
  padding: 30px;
  box-shadow: 0 0 20px 9px rgba(148, 148, 148, 0.32);
  border-radius: 10px;
}
.redes-sociais {
  text-align: center;
}
.horarios {
  display: flex;
}
.topo {
  background: #008d00;
  height: 39px;
}
.flex.aln-topo-site {
  display: flex;
  align-items: center;
  height: 100%;
}
.topo-contato {
  color: white;
  width: 54%;
  font-size: 12px;
  font-weight: 600;
}
.btn-orcamento {
  width: 85%;
  background: #fff600;
  cursor: pointer;
  height: 100%;
  display: flex;
  margin-left: 18px;
  align-items: center;
}
.btn-orcamento a {
  margin: auto;
  font-weight: 600;
  font-size: 12px;
}
.topo-contato:nth-child(2) {
  border-right: 1px solid #007700;
  margin-right: 12px;
  padding-right: 12px;
}
span.pyp {
    float: left;
    position: relative;
    left: -7px;
}
.topo-contato.email {
  display: flex;
  height: 100%;
  align-items: center;
}
.topo-contato:nth-child(3) {
  width: 71%;
}
.topo-contato:nth-child(1) {
  width: 92%;
}
.topo-contato img {
  vertical-align: middle;
  margin-right: 11px;
}
.topo-contato a {
  font-weight: 500;
  color: white;
  font-size: 14px;
}
ul.paginas li a:hover::after {
  content: "";
  position: absolute;
  width: 80%;
  display: flex;
  height: 4px;
  left: 10%;
  background: #008a13;
  bottom: -10px;
}
.whatsapp-opc {
  background: #4cc3cf;
  position: fixed;
  bottom: 40px;
  width: 40px;
  padding: 11px;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  align-items: center;
  display: flex;
  z-index: 99;
}
.whatsapp-opc img {
  margin: auto;
}
.whatsapp-opc {
  right: 40px;
}
.clss-banner {
  position: relative;
  background-size:contain;

}
.arrows {
  position: absolute;
  width: 100%;
}
#bannerHome .arrows{
  bottom: 335px;
}
.nextBanner.slick-arrow img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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;
}
.info-block {
  color: #666666;
  font-size: 14px;
  line-height: 1.8;
}
.depN {
  float: right;
  position: relative;
  right: -30px;
  cursor: pointer;
}
button.calcular{
  display: none;
}
span.desc-hover {
  padding: 10px;
  display: block;
  background: white;
  font-size: 13px;
  font-weight: 600;
  color: #d03938;
  border-radius: 20px;
  margin-bottom: 10px;
}
.hover-number {
  background: #cd3938;
  position: absolute;
  width: 218px;
  bottom: 0;
  margin-left: -165px;
  border-radius: 20px;
  padding-bottom: 10px;
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.whatsapp-opc:hover .hover-number {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.hover-number a img {
  margin: 6px;
  width: 23px;
  margin-left: 20px;
}
.hover-number a {
  display: flex;
  align-items: center;
  width: 100%;
  color: white;
  font-weight: 600;
  margin: auto;
}
.contatoAcao {
  align-items: center;
}
@media screen and (max-width: 1190px){
  .logo-mobile {
    display: block;
    width: 250px;
    float: left;
  }
  .desc.bottom.init {
    text-align: center;
  }
  span.close-menu{
    right: 0;
  }
  span.menu_mobile {
    display: block;
    background: #022102;
    cursor: pointer;
    width: 35px;
    height: 8px;
    border-radius: 14px;
    position: absolute;
    right: -10px;
    border: 10px solid white;
  }
  .topo{
    height: 44px;
  }
  span.menu_mobile::before {
    content: "";
    display: block;
    background: #022102;
    cursor: pointer;
    border-radius: 14px;
    position: absolute;
    width: 35px;
    height: 8px;
    top: -10px;
  }
  span.menu_mobile::after {
    content: "";
    display: block;
    background: #022102;
    cursor: pointer;
    border-radius: 14px;
    position: absolute;
    width: 35px;
    height: 8px;
    top: 10px;
  }
  .cont-footer {
    width: 100% !important;
  }
  .cont-footer:nth-child(4)::before{
    left: -40px;
  }
  .conteudo-modal {
    width: 68%;
  }
  .cont-footer:nth-child(1) {
    display: none;
  }
  .btn-orcamento {
    width: 200px;
    margin-left: auto;
  }
  .topo-contato.email{
    display: none;
  }
  ul.paginas{
    display: none !important;
  }
  .carrossel-horario{
    margin-right: 56px;
  }
  .logo {
    padding-left: 6%;
  }
  .topo-contato.tel {
    display: none !important;
  }
  ul.pages li a {
    color: #008d00;
  } 
  span.fecharMenu {
    position: absolute;
    right: 0;
    font-size: 45px;
    line-height: 1;
    color: #034203;
  }
  .lista-conteudos .box {
    width: 68%;
    padding: 50px 26px;
    margin: auto;
  }
  section.calculos .flex {
    display: block;
  }
  .conteudo-box.calculadora {
    align-items: center;
    display: block;
  }
  .menu-open{
    display: block !important;
  }
  .conteudo-box.calculadora {
    align-items: center;
    display: block;
  }
  ul.opc-topo.flex {
    display: none;
  }
  .depP{
    left: 0;
  }
  .depN{
    right: 0;
  }
  .itens-depoimentos{
    padding: 40px;
  }
  .depoi .arrows {
    bottom: 150px;
  }
  .coluna_cacluladora {
    width: 270px;
    margin: auto;
  }
  button.calcular{
    display: block;
  }
  .min-cont {
    width: 75%;
    margin-left: auto;
    padding-right: 0;
    position: relative;
    margin: auto !important;
    margin-top: 70px !important;
  }
  .conteudo-box{
    min-height: 500px;
  }
  section.calculos h2.titulo {
    text-align: center;
  }
  .icones-informacao .bx {
    display: block;
    align-items: center;
    width: calc(80% / 2) !important;
    margin: 25px auto;
  }
  .CalculadoraDiv {
    display: block;
    margin: auto !important;
    width: 70%;
  }
  .item-exames,.list-item a{
    width: 46%;
  }
  .cont{
    width: 95%;
  }
  .itens-menu .logo {
    float: none;
  }
  ul.contact {
    position: inherit;
  }
  li.email {
    width: auto;
    margin: auto;
    margin-bottom: 25px;
  }
  .pesquisa {
    position: relative;
    bottom: 0;
    margin: 20px 0;
  }
  a.results {
    width: 159px;
    padding: 8px;
  }
}

@media screen and (max-width: 815px){
  a.ver-mais{
    margin-right: 52px;
  }
  form#Newslatters, form#Cont {
    display: block !important;
  }
  .produtos-destaque a.ver-mais{
    left: 12px;
    right: auto;
  }
  .flex {
    display: block;
  }
  header .flex {
    display: flex;
  }
  .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;
  }
  .galeria-grande {
    margin-bottom: 10px;
  }
  .galeria-Thumb{
    height: auto;
  }
  .item-coleta{
    margin-bottom: 15px;
  }
  .over-linha{
    left: 200px;
  }
  .galeria-classGrande,.galeria-Thumb {
    width: auto;
    float: none;
  }
  .img-sobre{
    margin-right: 20px;
    margin-bottom: 20px;
  }
  ul.class-numeros {
    margin-right: 0;
    width: 200px;
  }
  .diretor{
    width: auto;
    text-align: center;
    margin: 9px auto;
  }
  li.email {
    width: auto;
    margin: auto;
    margin-bottom: 25px;
  }
  footer .logo {
    float: none;
    text-align: center;
    margin: auto; 
  }
  footer {
    text-align: center;
  }
  .box-footer {
    width: 165px;
    padding: 20px 0;
    margin-right: 30px;
    display: inline-grid;
    margin: auto;
  }
  a.tel{
    display: block;
    text-align: left;
    padding: 10px 0;
  }
  .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;
  }
  ul.menu-footer {
    display: block;
  }
  .menu-list-rodape {
    padding-bottom: 20px;
  }
  .fones-footer{
    padding: 10px 0;
  }
  .cont-footer:nth-child(2)::before,
  .cont-footer:nth-child(3)::before,.cont-footer:nth-child(4)::before{
    display: none;
  }
  h2.titulo.small{
    text-align: center;
    margin-bottom: 20px;
  }
  
  a.link-site{
    margin: auto;
  }
  .foumario_Orcamento {
    width: auto;
  }
  .lista-dep{
    width: auto;
  }
  .CalculadoraDiv{
    width: auto;
  }
}

@media screen and (max-width: 615px){
  span.titulo{
    font-size: 25px;
    line-height: 1.1;
  }
  span.menu-open{
  	position: absolute;
  	top: 0;
  	right: 0;
  }
  input#value1 {
    border: 0;
  }
  .boc-calculadora select {
    width: 137px !important;
    border-top: 0;
    border-right: 0;
  }
  .boc-calculadora span.opcnome {
    font-size: 12px;
    width: 90px !important;
  }
  .boc-calculadora input{
    width: 48% !important;
  }
  .conteudo-modal h2.titulo {
    font-size: 22px;
    text-align: left;
    width: 80%;
  }
  .flex_input input{
    text-align: left;
    font-size: 13px;
    border: 0;
    border-top: 1px solid #e9e9e9;
  }
  .flex_input input::placeholder {
    padding-left: 7px;
  }
  .conteudo-modal {
    width: auto;
    padding: 10px;
    margin: 0;
  }
  .logo-mobile {
    display: block;
    width: 150px;
    float: none;
  }
  p.infoFooter{
    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;
  }
  .boc-calculadora{
    width: 270px;
    float: none;
    margin:auto;
  }
  span.nome-icones {
    display: block;
    float: none;
    width: auto;
  }
  .conteudo-box.bgImagem {
    min-height: 300px !important;
  }
  .icones-informacao .bx{
    width: 80% !important;
  }
  .icones-informacao .bx img{
    width: 45px;
    margin-bottom: 48px;
  }
  section.valores{
    padding: 30px 0;
  }
  .icones-informacao{
    display: block;
  }
  .cont-footer{
    margin-bottom: 30px;
  }
  span.menu_mobile{
    right: 0;
  }
  p.infoFooter{
    margin-bottom: 10px !important;
  }
  h3.titulo-pagina {
    font-size: 11px;
  }
  .caminho ul li a{
    font-size: 10px;
  }
  h2.titulo{
    font-size: 23px;
  }
  span.endereco-footer::before,span.contatoFooter img{
    display: none;
  }
  span.contatoFooter a{
    line-height: 1;
  }
  ul.menu-footer {
    display: block !important;
  }
  .listaDepoimentos .desc {
    padding: 0 !important;
  }
  .flex-footer {
    display: block;
  }
  .lista-dep {
    width: auto;
  }
  .box_servico {
    width: 100% !important;
  }
  .txt-depoimentos{
    text-align: center;
  }
  .desc {
    padding: 20px;
  }
  span.nome_servicos{
    font-size: 17px;
    line-height: 1;
  }
  .carrossel-horario {
    margin-right: 0;
    margin-left: auto;
	}
	.flex.menu-lists {
    width: auto;
	}
  .logo-mobile img {
    width: 100%;
  }
  ul.redes-opc-menu {
    margin-top: 25px;
  }
  #bannerHome .arrows,ul.slick-dots{
    bottom: 0;
  }
  form#Cont input{
    margin-right: 0;
  }
  .imagem-destacada{
    width: 100%;
  }
  .logo img {
    width: 150px;
  }
  .item-produto {
    text-align: center;
  }
  .logo {
    margin-right: 0;
    width: 72%;
  }
  .whatsapp-opc{
    bottom: 52px;
  }
  form#Newslatters{
    display: block;
  }
  form#Newslatters input {
    width: 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: auto;
    margin: auto;
    text-align: center;
  }
  .min-cont{
    width: auto;
  }
  a.ver-produtos{
    margin: auto;
  }
  .info-txt{
    margin-bottom: 20px;
  }
  a.orcamento-link{
    width: 161px;
    font-size: 11px;
  }
  .conteudo-box {
    min-height: 175px;
  }
  div#calculos-e-medidas {
    padding-bottom: 30px;
  } 
  section.unidades {
    padding: 0 0; 
  }
  .bloco-{
    /* height: 160px; */
    width: 85%;
    margin: 8px auto;
    display: block;
    box-shadow: 2px 2px 11px 6px #c3c3c3;
  }
  h2.headerTitulo{
    font-size: 13px;
    height: 40px;
  }
  #bannerHome .arrows {
    bottom: 150px !important;
  }
  .over-conve{
    width: 174px !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;
  }
  .img-block{
    height: 160px;
  }
  .info-unidades{
    padding: 13px;
  }
  .arrows .slick-arrow img {
    width: 32px;
  }
  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;
  }
  .box .bg-imagem {
    height: 170px;
  }
  h2.titulo-servicoA::before, h2.titulo-servicoB::before{
    width: 40px;
    height: 37px;   
    background-size: contain;
    background-repeat: no-repeat;
  }
  .info-block {
    padding-left: 0;
    padding-right: 0;
  }
  .logo {
    padding-left: 0;
  }
  h2.titleServ {
    font-size: 17px;
  }
  .lista-conteudos .box {
    width: 100%;
    padding: 18px;
  }
  #depoimentos .texto {
    width: 80%;
    margin: auto;
  }
  h2.titulo{
    line-height: 1.2;
  }
  .CalculadoraDiv{
    width: auto;
  }
  .lista-calculadoras {
    float: none;
    margin-right: auto;
  }
  .img-depoimentos{
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .itens-depoimentos {
    padding: 0;
  }
  .box-noticias {
    margin: auto;
    margin-bottom: 30px;
  }
  .box-noticias a.ver-mais {
    margin-right: 0;
  }
  span.nome-produto{
    width: 90%;
    text-align: center !important;
  }
  span.select {
    width: 80% !important;
  }
  button#solicitar {
    margin: auto;
  }
  .formAuditiva.cont{
    padding: 0;
  }
  ul.contact {
    position: static;
  }
  span.end-footer {
    padding: 10px;
  }
  .resumo-blog{
    padding: 10px;
  }
  span.list-serv {
    display: none;
  }
  .itens-menu{
    height: 100%;
    overflow: auto;
  }
  ul.pages li {
    padding: 10px 0;
  }
  form#pesquisa input {
    width: 70%;
  }
  .pesquisa {
    display: none;
  }
  span.end-unidade{
    height: auto;
  }
  .flex.cont-footer {
    display: flex;
  }
  .endereco, .endereco a{
    font-size: 13px;
  }
  .endereco {
    text-align: left;
    width: 70%;
  }
  section.pagina-introducao .cont {
    width: 100%;
  }
  .caminho{
    display: flex;
    padding: 6px 5px;
  }
  .caminho::after{
    display: none;
  }
  h3.titulo-pagina{
    padding: 5px;
  }
}


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