@font-face {
  font-family: 'helvetica';
  src: url('../fonts/HelveticaLTStd-Roman.eot');
  src: local('☺'), url('../fonts/HelveticaLTStd-Roman.woff') format('woff'),
    url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'),
    url('../fonts/HelveticaLTStd-Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica bold';
  src: url('../fonts/HelveticaLTStd-Bold.eot');
  src: local('☺'), url('../fonts/HelveticaLTStd-Bold.woff') format('woff'),
    url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaLTStd-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica cond';
  src: url('../fonts/HelveticaLTStd-Cond.eot');
  src: local('☺'), url('../fonts/HelveticaLTStd-Cond.woff') format('woff'),
    url('../fonts/HelveticaLTStd-Cond.ttf') format('truetype'),
    url('../fonts/HelveticaLTStd-Cond.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  outline: none !important;
}
body {
  font-size: 14px;
  font-family: 'helvetica';
  color: #2e2e2e;
  background: #eee;
}
a:hover {
  text-decoration: none;
}
button {
  border: none;
}
input {
  color: #959595;
}
input::placeholder {
  font-size: 13px;
  color: #959595;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #686868;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1210px;
}

.row20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row20 > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

.borda {
  position: relative;
  display: inline-block;
}
.borda img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.borda:after {
  content: '';
  top: 30px;
  bottom: -30px;
  position: absolute;
  border-radius: 10px;
}
.borda.right:after {
  left: 30px;
  right: -30px;
}
.borda.left:after {
  left: -30px;
  right: 30px;
}
.borda.red:after {
  background: #d7253e;
}
.borda.black:after {
  background: #000;
}
.site-wrapper {
  position: relative;
  transition: all 0.3s ease-in;
  right: 0;
  max-width: 100%;
  overflow-x: hidden;
}

/* button.close {
  background: url(../images/close.png) no-repeat center center;
  width: 16px;
  height: 16px;
} */

/* -----header------ */

#header {
  background: #fff;
  position: relative;
  z-index: 999;
}
#header .menu-topo {
  background: #c32133 url(../images/bg_topo.png) no-repeat bottom center;
  position: relative;
}

#header .menu-topo .box-menu {
  display: flex;
  align-items: center;
  margin-left: 340px;
  height: 50px;
}
#header .menu-topo .box-menu .lista-links {
  flex: 1;
}
#header .menu-topo .box-menu a {
  color: #fff;
  margin-right: 20px;
  font-family: 'helvetica cond';
  font-size: 15px;
}
#header .menu-topo .box-menu .telefone a {
  margin-right: 0;
}
#header .menu-topo .box-menu .telefone {
  flex-basis: 160px;
  text-align: right;
}
#header .menu-topo .box-menu .telefone span {
  color: #fff;
  font-size: 18px;
}

#header .topo {
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
}

#header .topo .logo {
  margin-bottom: 25px;
  margin-right: 40px;
  flex-basis: 340px;
  text-align: left;
}
#header .topo .menu-principal {
  flex: 1;
  text-align: center;
}
#header .topo .menu-principal a {
  margin-right: 30px;
  color: #262525;
  font-size: 20px;
  font-family: 'helvetica bold';
  flex: 1;
}
#header .topo .menu-principal a:last-child {
  margin-right: 0;
}

#header .topo .menu-principal a:hover {
  color: #da263f;
}

#header .topo .redes-sociais {
  flex-basis: 160px;
  text-align: right;
}
#header .topo .redes-sociais a {
  display: inline-block;
}
#header .topo .redes-sociais a + a {
  margin-left: 10px;
}

#header .topo .navbar-header {
  display: none;
  flex-basis: 70px;
}
#header .topo .box-consultor {
  display: none;
  flex-basis: 62px;
}
#header .topo .box-consultor a {
  display: block;
  width: 62px;
  height: 64px;
  /*background: url(../images/icon-consultor.png) no-repeat center center;*/
}
#header .topo .navbar-header .menu button {
  display: flex;
  flex-direction: column;
  width: 24px;
  padding: 0;
}
#header .topo .navbar-header .menu button span.bar {
  width: 100%;
  height: 3px;
  background: #747474;
  margin-bottom: 4px;
  display: block;
}
#header .topo .navbar-header .menu button span.bar:last-child {
  margin-bottom: 0;
}

#menuCompleto {
  width: 300px;
  min-height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  background: #eee;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 999;
  transition: all 0.3s ease-in;
  padding: 20px;
  overflow: hidden;
}
#menuCompleto .navbar-brand {
  margin: 0 0 30px;
}
#menuCompleto .navbar-brand img {
  max-width: 200px;
}
#menuCompleto .menu {
  margin-bottom: 20px;
}
#menuCompleto .menu-extras {
  display: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7253e;
}
#menuCompleto .menu-extras li a {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
#menuCompleto .menu li a {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
#menuCompleto .redes-sociais {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d7253e;
  text-align: center;
}
#menuCompleto .redes-sociais a + a {
  margin-left: 20px;
}
#menuCompleto .telefone .numero-contato {
  font-size: 22px;
}

.menu_aberto #menuCompleto {
  right: 0;
}
.menu_aberto .site-wrapper {
  right: 300px;
}

/* -----Footer----- */

#box-nossas-lojas {
  position: relative;
  background: #262525;
}
#atendimento .inside {
  position: relative;
}
#atendimento .box-atendimento {
  width: 100%;
  min-height: 195px;
  background: #da263f;
  border-radius: 19px;
  padding: 20px 70px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  z-index: 9;
}

#atendimento .box-atendimento .texto-atendimento {
  line-height: 1;
  flex: 1;
}

#atendimento .box-atendimento .questionamento {
  font-size: 30px;
  font-family: 'helvetica bold';
  flex-direction: column;
  letter-spacing: -1.5px;
  color: #262525;
  margin-bottom: 10px;
  display: block;
}

#atendimento .box-atendimento .chamativa {
  color: #fff;
  font-size: 16px;
  font-family: 'helvetica';
  letter-spacing: 1px;
}

a.whatsapp-consultor {
  width: 360px;
  height: 42px;
  border-radius: 18px;
  background: #fff url(../images/whatsapp-consultor.png) no-repeat right 25px
    center;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #da263f;
  font-size: 17px;
  font-family: 'helvetica bold';
  padding-right: 40px;
  box-shadow: 0px 6px 11.52px 0.48px rgba(0, 0, 0, 0.14);
}
a.whatsapp-consultor.btn-cotacao {
  background: #fff;
  padding-right: 0;
}
a.email-consultor {
  width: 360px;
  height: 42px;
  border-radius: 18px;
  background: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #da263f;
  font-size: 17px;
  font-family: 'helvetica bold';
  box-shadow: 0px 6px 11.52px 0.48px rgba(0, 0, 0, 0.14);
}
a.whatsapp-consultor + a.email-consultor {
  margin-top: 22px;
}
#box-nossas-lojas > .container {
  position: relative;
}

#box-nossas-lojas .nossas-lojas {
  flex: 1;
  padding-top: 140px;
}

#box-nossas-lojas .lojas {
  display: flex;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

#box-nossas-lojas .nossas-lojas h3 {
  font-size: 60px;
  font-family: 'helvetica bold';
  color: #ffffff;
  margin-bottom: 30px;
}

#box-nossas-lojas h4 {
  font-size: 18px;
  font-family: 'helvetica bold';
  color: #da263f;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#box-nossas-lojas .loja {
  padding-right: 50px;
  margin-bottom: 20px;
  flex: 1;
}

#box-nossas-lojas .lista-lojas {
  display: flex;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

#box-nossas-lojas .lojas .cidade {
  display: flex;
  flex-direction: column;
}

#box-nossas-lojas .loja {
  min-width: calc(1180px / 4);
}
#box-nossas-lojas .loja .localizacao {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}

#box-nossas-lojas .loja .localizacao p.local {
  font-family: 'helvetica bold';
  margin: 0;
}

#box-nossas-lojas .loja .botoes a {
  min-width: 160px;
  height: 34px;
  margin-bottom: 10px;
  border-radius: 17px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding-left: 40px;
  padding-top: 6px;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: left 15px center;
}
#box-nossas-lojas .loja .botoes a:hover {
  color: #666;
  background-color: #fff;
}

#box-nossas-lojas .loja a.numero-loja {
  background-image: url(../images/telefone-loja.png);
}

#box-nossas-lojas .loja a.localizacao-loja {
  background-image: url(../images/localizacao-loja.png);
}

.rodape-paginacao .paginacao-conteudo {
  position: relative;
}

.rodape-paginacao .paginacao-conteudo:before {
  content: '';
  top: 30px;
  left: -75px;
  width: 346px;
  height: 270px;
  position: absolute;
  background: url(../images/asas-cinza.png) no-repeat left center;
}

.rodape-paginacao .paginacao-conteudo .imagem-logo {
  position: relative;
  z-index: 5;
}
#atendimento + footer .rodape-paginacao {
  padding-top: 100px;
}
.rodape-paginacao {
  background: #fff;
}
.rodape-paginacao .paginacao-conteudo {
  padding: 50px 0;
  align-items: center;
  position: relative;
}

.rodape-paginacao .paginacao-conteudo .lista-paginas {
  display: flex;
  align-items: center;
  flex: 1;
}

.rodape-paginacao .paginacao-conteudo .redes-sociais {
  flex: 1;
  border-left: 12px solid #eeeeee;
}

.rodape-paginacao .paginacao-conteudo .lista-paginas .imagem-logo {
  flex-basis: 280px;
}

.rodape-paginacao .paginacao-conteudo .lista-paginas img {
  width: 220px;
  height: 35px;
}

.rodape-paginacao .paginacao-conteudo .lista-paginas .box-links {
  display: flex;
  flex: 1;
}

.rodape-paginacao .paginacao-conteudo .lista-paginas .box-links .menu {
  flex: 1;
}

.rodape-paginacao .paginacao-conteudo .lista-paginas .box-links .menu a {
  display: block;
  font-family: 'helvetica bold';
  font-size: 17px;
  color: #000;
  margin-bottom: 10px;
}

.rodape-paginacao
  .paginacao-conteudo
  .lista-paginas
  .box-links
  .menu
  + .menu
  a {
  display: block;
  font-family: 'helvetica';
  font-size: 17px;
  color: #383838;
  margin-bottom: 10px;
}

.rodape-paginacao .paginacao-conteudo .lista-paginas .box-links .menu a:hover {
  color: #bf2031;
}

.rodape-paginacao .box-redes {
  padding: 50px 0;
}

.rodape-paginacao .redes-sociais .titulo-redes-sociais {
  font-size: 27px;
  font-family: 'helvetica bold';
  color: #a3a3a3;
}

.rodape-paginacao .redes-sociais {
  border-left: 11px solid #eee;
  padding-left: 34px;
  padding-bottom: 90px;
}

.rodape-paginacao .redes-sociais span {
  display: block;
}

.rodape-paginacao .redes-sociais .icones-redes {
  margin-top: 30px;
}

.rodape-paginacao .redes-sociais .icones-redes a {
  margin-right: 20px;
}
.rodape-paginacao .redes-sociais .icones-redes a:last-child {
  margin-right: 0;
}
.rodape-assinatura:before {
  content: '';
  top: 0;
  height: 8px;
  width: 1181px;
  background: #da263f;
  position: absolute;
  border-radius: 3px;
}

.rodape-assinatura {
  width: 100%;
  min-height: 90px;
  background: #eeeeee;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rodape-assinatura .rodape-conteudo {
  display: flex;
}

.rodape-assinatura .rodape-conteudo .img-assinatura {
  flex: 1;
  text-align: right;
}

/* Me usa */

.btn-default {
  min-width: 340px;
  min-height: 49px;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  font-family: 'helvetica bold';
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #da263f url(../images/seta-botao.png) no-repeat right center;
  box-shadow: 0px 6px 11.52px 0.48px rgba(0, 0, 0, 0.14);
}

.btn-default:hover {
  color: #fff;
}

.btn-default.preto {
  min-width: 195px;
  color: #fff;
  background: #262525 url(../images/seta-botao.png) no-repeat right center;
  padding: 0 30px 0 0;
}

.btn-default.branco {
  background: #fff;
  color: #666666;
  background: #fff url(../images/seta-vermelha-botao.png) no-repeat right center;
}

.breadcrumbs {
  border-bottom: 1px solid #c4c4c4;
  padding: 15px 0;
}
.breadcrumbs ul {
  display: flex;
}

.breadcrumbs ul li a {
  color: #262525;
  font-size: 14px;
  text-decoration: underline;
}

.breadcrumbs ul li + li {
  margin-left: 6px;
}

.breadcrumbs ul li + li:before {
  content: '>';
  color: #c32133;
  margin-right: 6px;
}

.breadcrumbs ul li a:hover {
  color: #bf2031;
}

.breadcrumbs ul li span {
  color: #8c8c8c;
  font-size: 14px;
}

#box-titulo {
  background: #262525;
}

#box-titulo .titulo-pagina {
  padding: 40px 0;
}

#box-titulo .titulo-pagina h1,
#box-titulo .titulo-pagina h2 {
  font-family: 'helvetica bold';
  font-size: 62px;
  color: #fff;
  margin: 0;
}

.form-group.error .msg-error {
  margin-top: 4px;
}

.box-chats {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
}
.box-chats .ctt-talkto {
  display: none;
}

/*LPGP*/
#footer-lgpd {
  position: fixed;
  z-index: 16000002;
  max-width: 1230px;
  background: #fff;
  bottom: 25px;
  left: 10px;
  right: 10px;
  padding: 20px;
  box-shadow: 0 0 10px #aaa;
  border-radius: 12px;
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
}
#modal-referencias {
  z-index: 999999999999999990 !important;
}
.modal-backdrop,
#modal-backdrop.show {
  z-index: 999999999 !important;
}
#footer-lgpd p {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  color: #666;
  box-sizing: initial;
  font-size: 14px;
}
#lgpd-accept-link {
  white-space: nowrap;
  color: #0433ff;
}
#lgpd-accept {
  white-space: nowrap;
  color: #0433ff;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #0433ff;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  letter-spacing: 0;
  margin-left: 15px;
  cursor: pointer;
}
#modal-referencias .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  min-width: auto;
  min-height: auto;
  background: none;
  box-shadow: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#modal-referencias .descricao {
  height: 300px;
  overflow-y: scroll;
}
