@import url('https://use.fontawesome.com/releases/v5.6.0/css/all.css');

body {
  margin: 0px;
  background-size: 100%;
}

img {
  border: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #ffcc29;
  text-decoration: none;
}

a,
input {
  /* Fade */
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -opera-transition: 0.2s;
}

.pagina.index {
  background: url(../imagens/background/bg_topo_index.jpg) top center no-repeat,
    url(../imagens/background/bg_rodape.jpg) bottom center no-repeat;
}

.pagina.interna {
  background: url(../imagens/background/bg_topo_interna.jpg) top center
      no-repeat,
    url(../imagens/background/bg_rodape.jpg) bottom center no-repeat;
}

@media screen and (max-width: 1024px) {
  .pagina.index {
    background: url(../imagens/background/bg_topo_1024.webp) top center
        no-repeat,
      url(../imagens/background/bg_rodape_1024.webp) bottom center no-repeat;
  }

  .pagina.interna {
    background: url(../imagens/background/bg_topo_1024.webp) top center
        no-repeat,
      url(../imagens/background/bg_rodape_1024.webp) bottom center no-repeat;
  }
}

.pagina .topo {
  margin: 0px auto 0px auto;
  display: block;

  z-index: 9999;
  position: relative;
  max-width: 1200px;
  height: 178px;
}

@media screen and (max-width: 1024px) {
  .pagina .topo {
    height: 120px;
  }
}

.pagina .topo .logomarca {
  position: absolute;
  top: 30px;
  left: 10px;
}

@media screen and (max-width: 1024px) {
  .pagina .topo .logomarca {
    top: 12px;

    width: 160px;
  }
}

.pagina .topo .peca-pedido {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #ffffff;

  background: #373435;

  padding: 6px 10px 8px 10px;
  display: inline-block;

  position: absolute;
  top: 35px;
  right: 455px;

  border-radius: 4px;
}

.pagina .topo .peca-pedido:hover {
  background: #ffcc29;
}

.pagina .topo .peca-pedido i {
  font-size: 16px;
  line-height: 19px;

  margin-right: 6px;
}

@media screen and (max-width: 1024px) {
  .pagina .topo .peca-pedido {
    display: none;
  }
}

.pagina .topo .redes-sociais-topo {
  position: absolute;
  top: 35px;
  right: 250px;

  display: inline-block;
}

.pagina .topo .redes-sociais-topo h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #373435;

  margin: 7px 5px 0px 0px;
  padding: 0px;
  display: inline-block;
  float: left;
}

.pagina .topo .redes-sociais-topo a {
  font-size: 24px;
  line-height: 27px;
  color: #373435;
  text-align: center;

  display: inline-block;
  margin: 0px 4px;
  padding: 3px;
  float: left;

  width: 36px;

  border: 2px solid #373435;
}

.pagina .topo .redes-sociais-topo a:hover {
  color: #ffcc29;

  border: 2px solid #ffcc29;
}

@media screen and (max-width: 1024px) {
  .pagina .topo .redes-sociais-topo {
    display: none;
  }
}

.pagina .topo .area-cliente {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #373435;

  position: absolute;
  right: 25px;
  top: 35px;

  padding: 7px 10px;
  display: inline-block;

  border: 1px solid #373435;
  border-radius: 4px;
}

@media screen and (max-width: 1024px) {
  .pagina .topo .area-cliente {
    right: 60px;
    top: 40px;
  }

  .pagina .topo .area-cliente a:first-child,
  .pagina .topo .area-cliente font,
  .pagina .topo .area-cliente span {
    display: none !important;
  }
}

.pagina .topo .area-cliente a {
  position: relative;
}

.pagina .topo .area-cliente font {
  margin: 0px 10px;
}

.pagina .topo .area-cliente a:hover {
  color: #ffcc29;
}

.pagina .topo .area-cliente a .qtd-produto {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;

  margin: 0px;
  padding: 2px;

  background: #373435;

  position: absolute;
  top: 10px;
  right: -11px;

  width: 20px;

  border-radius: 25px;

  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -opera-transition: 0.2s;
}

.pagina .topo .area-cliente a:hover .qtd-produto {
  background: #373435;
}

.pagina .topo .btn-menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pagina .topo .btn-menu {
    font-size: 27px;
    line-height: 30px;
    color: #373435;

    position: absolute;
    top: 42px;
    right: 10px;

    display: block;
  }

  .pagina .topo .btn-menu:hover {
    color: #7a7275;
  }
}

.pagina .topo .btn-menu-fechar {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pagina .topo .btn-menu-fechar.active {
    font-size: 27px;
    line-height: 30px;
    color: #ffffff;

    position: absolute;
    z-index: 9998;
    top: 20px;
    right: 20px;

    display: block;
  }

  .pagina .topo .btn-menu-fechar:hover {
    color: #7a7275;
  }
}

.pagina .topo .btn-menu-voltar {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pagina .topo .btn-menu-voltar.active {
    position: absolute;
    z-index: 9998;
    top: 309px;
    right: 94px;

    display: none;
  }
}

.pagina .topo .menu {
  background: none;

  position: absolute;
  z-index: 9996;
  top: 110px;
  right: 10px;

  padding: 6px 6px 4px 6px;
  margin: 0px auto;
  display: block;
}

.pagina .topo .menu > li {
  background: url(../imagens/separador_menu.jpg) right no-repeat;
  padding: 0px 10px 0px 0px;
  margin: 0px 5px 0px 0px;

  display: block;
  position: relative;
  float: left;
}

.pagina .topo .menu > li:last-child {
  background: none;

  margin-right: 0px;
  padding-right: 0px;
}

.pagina .topo .menu > li > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #373435;
  font-weight: 600;

  background: none;

  padding: 10px 15px 10px 13px;
  margin: 0px;

  display: inline-block;
  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;

  position: relative;
  overflow: hidden;
}

.pagina .topo .menu > li > a:before {
  content: '';

  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ffcc29;
  height: 3px;

  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.pagina .topo .menu > li > a:hover {
  color: #ffcc29;
}

.pagina .topo .menu > li > a:hover:before,
.pagina .topo .menu > li > a:active:before,
.pagina .topo .menu > li > a:focus:before {
  left: 0;
  right: 0;
}

.pagina .topo .menu,
.pagina .topo .menu ul {
  padding: 0px;
  list-style: none;
}

.pagina .topo .menu > li > ul {
  background: #373435;

  position: absolute;
  z-index: 9996;
  top: 36px;
  left: 0px;

  display: none;
  width: 260px;

  /*Borda Arredondada*/
  -moz-border-radius: 0px 4px 4px 4px;
  -webkit-border-radius: 0px 4px 4px 4px;
  -opera-border-radius: 0px 4px 4px 4px;
  border-radius: 0px 4px 4px 4px;
}

.pagina .topo .menu > li:hover > ul,
.pagina .topo .menu > li.active > ul {
  display: block;
}

.pagina .topo .menu > li > ul > li {
  position: relative;
}

.pagina .topo .menu > li > ul > li > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 600;

  border-bottom: 1px solid #7a7275;

  padding: 10px;
  display: block;
}

.pagina .topo .menu > li > ul > li:last-child > a {
  border-bottom: none;
}

.pagina .topo .menu > li > ul > li > a:hover,
.pagina .topo .menu > li > ul > li > a.active,
.pagina .topo .menu > li > ul > li:hover > a,
.pagina .topo .menu > li > ul > li.active > a {
  color: #ffffff;

  background: #7a7275;
}

@media screen and (max-width: 1024px) {
  .pagina .topo .menu {
    background: #373435;

    position: absolute;
    z-index: 9996;
    top: 0px;
    right: 0px;

    margin-bottom: 0px;
    padding: 20px 10px 20px 10px;
    display: none;
    width: 100%;

    border-radius: 0px;
  }

  .pagina .topo .menu.active {
    display: block;
    text-align: center;
  }

  .pagina .topo .menu > li {
    background: none;
    clear: both;

    margin: 0px;
    padding: 0px;

    width: 100%;
  }

  .pagina .topo .menu > li > a {
    background: none;

    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;

    padding: 6px 0px 10px 0px !important;
    margin: 0px auto 5px auto !important;

    width: 250px;
    display: inline-block;

    border-bottom: 1px solid #7a7275;
  }

  .pagina .topo .menu > li > a:hover,
  .pagina .topo .menu > li > a.active,
  .pagina .topo .menu > li:hover > a,
  .pagina .topo .menu > li.active > a {
    color: #7a7275;
  }

  .pagina .topo .menu > li > a:before {
    background: #7a7275;
  }

  .pagina .topo .menu > li > a:hover {
    color: #7a7275;
  }

  .pagina .topo .menu > li > ul {
    background: none;

    position: inherit;
    z-index: 9996;
    top: 0px;
    left: 0px;

    display: none;
    width: 270px;
  }

  .pagina .topo .menu > li:hover > ul,
  .pagina .topo .menu > li.active > ul {
    margin: 0px auto;
    display: block;
  }

  .pagina .topo .menu > li > ul > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #7a7275;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;

    padding: 10px 0px 10px 0px;

    border-bottom: none;
  }
}

.pagina .menu-background {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pagina .menu-background.active {
    background: #000001;

    position: fixed;
    z-index: 9994;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;

    display: block;
    opacity: 0.6;
  }
}

.pagina .rodape {
  margin: 0px auto 0px auto;
  display: block;

  position: relative;
  max-width: 1200px;
  height: 280px;
}

@media screen and (max-width: 1024px) {
  .pagina .rodape {
    height: 380px;
  }
}

.pagina .rodape .logo-rodape {
  position: absolute;
  top: 45px;
  left: 10px;

  width: 340px;
}

.pagina .rodape .logo-rodape img {
  display: inline-block;
  float: left;
}

.pagina .rodape .logo-rodape .slogan {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #aa8770;
  font-weight: 500;

  margin-top: 50px;
  display: inline-block;
  float: right;

  width: 160px;
}

@media screen and (max-width: 1024px) {
  .pagina .rodape .logo-rodape {
    top: 224px;
    left: auto;
    right: 10px;

    width: 130px;
  }
}

.pagina .rodape .menu-rodape {
  position: absolute;
  top: 15px;
  left: 10px;

  margin: 0px auto;

  width: 352px;
}

.pagina .rodape .menu-rodape h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  line-height: 26px;
  color: #373435;
  font-weight: 500;

  margin: 0px 0px 15px 0px;
}

.pagina .rodape .menu-rodape h1 .efeito {
  margin: 10px 0px 0px 0px;
  background: #373435;
  width: 70px;
  height: 1px;
}

.pagina .rodape .menu-rodape .item {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #373435;
  font-weight: 500;

  margin-bottom: 6px;
  display: inline-block;
  float: left;

  width: 100%;
}

.pagina .rodape .menu-rodape .item i {
  font-size: 15px;
  color: #ffffff;
  text-align: center;

  padding: 5px 5px 6px 5px;

  background: #ffcc29;

  width: 26px;
}

.pagina .rodape .menu-rodape .item a:hover {
  color: #736c6f;
}

@media screen and (max-width: 1024px) {
  .pagina .rodape .menu-rodape {
    display: none;
  }
}

.pagina .rodape .fale-conosco {
  position: absolute;
  top: 15px;
  left: 10px;
  right: 10px;

  margin: 0px auto;

  width: 352px;
}

.pagina .rodape .fale-conosco h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  line-height: 26px;
  color: #373435;
  font-weight: 500;

  margin: 0px 0px 15px 0px;
}

.pagina .rodape .fale-conosco h1 .efeito {
  margin: 10px 0px 0px 0px;
  background: #373435;
  width: 70px;
  height: 1px;
}

.pagina .rodape .fale-conosco .item {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 21px;
  color: #373435;
  font-weight: 500;

  margin-bottom: 6px;
  display: inline-block;
  float: left;

  width: 100%;
}

.pagina .rodape .fale-conosco .item i {
  font-size: 15px;
  color: #ffffff;
  text-align: center;

  padding: 5px 5px 6px 5px;

  background: #ffcc29;

  width: 26px;
}

.pagina .rodape .fale-conosco .item a:hover {
  color: #736c6f;
}

@media screen and (max-width: 1024px) {
  .pagina .rodape .fale-conosco {
    top: 15px;
    width: auto;
  }

  .pagina .rodape .fale-conosco h1 {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }

  .pagina .rodape .fale-conosco .item {
    text-align: center;
  }
}

.pagina .rodape .rede-social {
  position: absolute;
  top: 22px;
  right: 10px;

  width: 340px;
}

.pagina .rodape .rede-social h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  line-height: 26px;
  color: #373435;
  font-weight: 500;

  margin: 0px 0px 20px 0px;
}

.pagina .rodape .rede-social h1 .efeito {
  margin: 10px 0px 0px 0px;
  background: #373435;
  width: 70px;
  height: 1px;
}

.pagina .rodape .rede-social a {
  font-size: 21px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;

  display: inline-block;
  margin: 0px 4px;
  padding: 6px 0px;
  float: left;

  width: 32px;

  background: #ffcc29;
}

.pagina .rodape .rede-social a:hover {
  background: #373435;
}

@media screen and (max-width: 1024px) {
  .pagina .rodape .rede-social {
    top: 212px;
    left: 10px;
    width: 180px;

    /*border-right: 1px solid #7a7275;*/
  }

  .pagina .rodape .rede-social h1 {
    font-size: 21px;
    line-height: 24px;
  }
}

.pagina .rodape .selo-ssl {
  position: absolute;
  top: 70px;
  right: 10px;

  width: 132px;
}

@media screen and (max-width: 1024px) {
  .pagina .rodape .selo-ssl {
    top: 214px;
  }
}

.pagina .rodape .copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #bfbfbf;
  font-weight: 500;

  position: absolute;
  top: 215px;
  right: 10px;
  left: 10px;

  padding-top: 20px;

  width: 100%;
}

.pagina .rodape .copyright br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pagina .rodape .copyright {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.5px;
    color: #ffffff;

    top: 339px;
    width: auto;

    padding-top: 0px;
    border-top: none;
    
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;   
    padding: 14px;
    height: 60px; 
    background: #000000;
    font-size: 12px;
  }

  .pagina .rodape .copyright br {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  /*.pagina .rodape .copyright {
    top: 332px;
  }*/
}

.pagina .rodape .developed {
  position: absolute;
  top: 235px;
  right: 10px;

  width: 100px;
}

.pagina .rodape .developed-colorida {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pagina .rodape .developed {
    display: none;
  }
  
  .pagina .rodape .developed-colorida {
    position: absolute;
    top: 276px;
    right: 10px;

    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .pagina .rodape .whatswidget-conversation-message-outer {
    display: none !important;
  }
}

.pagina .conteudo {
  margin: 0px auto 0px auto;
  display: block;

  position: relative;
  padding: 40px 10px 0px 10px;
  max-width: 1200px;
  min-height: 508px;
}

@media screen and (max-width: 1024px) {
  .pagina .conteudo {
    min-height: 300px;
  }
}

.titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 39px;
  line-height: 42px;
  color: #373435;
  font-weight: 700;
  text-align: left;

  margin: 0px 0px 40px 0px;
}

@media screen and (max-width: 1024px) {
  .titulo {
    font-size: 33px;
    line-height: 36px;
  }
}

@media screen and (max-width: 560px) {
  .titulo {
    font-size: 30px;
    line-height: 33px;
  }
}

.titulo .efeito {
  margin: 10px 0px 0px 0px;
  background: #7a7275;

  width: 70px;
  height: 1px;
}

.titulo-interno {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 33px;
  color: #504f4b;
  font-weight: 500;
  text-align: left;

  margin: 0px;
  padding: 0px;
}

.titulo-interno b {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 33px;
  color: #504f4b;
  font-weight: 600;

  margin: 0px;
  padding: 0px;
}

.texto {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #504f4b;
  font-weight: 500;
  text-align: justify;

  margin: 0px;
}

.texto b {
  color: #504f4b;
}

.texto-secundario {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #0f3d6f;
  font-weight: 500;
  text-align: justify;
}

a.btn,
input.btn,
label.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  font-style: normal;

  height: 25px;
  padding: 0px 15px;
}

a.btn-sm,
input.btn-sm,
label.btn-sm {
  font-size: 12px;
  line-height: 15px;

  padding: 4px 12px 4px 12px;
}

a.btn-primary,
input.btn-primary,
label.btn-primary {
  border: none;
}

input.form-control,
select.form-control,
textarea.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

*[data-toggle='backtop'] {
  position: fixed;
  z-index: 9998;
  right: 10px;
  bottom: 10px;

  display: none;
}

*[data-toggle='datepicker'] {
  background: url(../imagens/icone_input_calendario.png) right center no-repeat;

  cursor: pointer !important;
}

.pagina .background {
  background: #f7f7f7;
}

/*Botão Redondo*/
.btn-info {
  padding: 6px 34px 6px 34px;
  background: transparent;

  font-family: 'Montserrat', sans-serif;
  color: #00c1de;
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;

  border: 1px solid #00c1de;

  /*-moz-border-radius:30px;
-webkit-border-radius:30px;
-opera-border-radius:30px;
border-radius:6px;*/
}
.btn-info:hover {
  color: #faf4ee;
  background: #18c3dd;
  border: 1px solid #e2ebf0;
}

/*Botão Maior*/
.btn-contato {
  background: none;
  border: 1px solid #b2aca4 !important;
  padding: 6px 25px 8px 25px !important;

  font-family: 'Montserrat', sans-serif;
  font-size: 15px !important;
  line-height: 18px !important;
  font-weight: 500 !important;

  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -opera-border-radius: 30px;
  border-radius: 10px;
}

.btn-new {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #9e9c9d;
  font-weight: 600;

  margin: 4px;
  padding: 10px 15px 10px 15px;

  border: 1px solid #9e9c9d;
  border-radius: 4px;
}

.btn-new:hover {
  color: #7a7275;
  border: 1px solid #7a7275;

  text-decoration: none;
}

.btn-new .icone-mais {
  margin: 4px 0px 0px 10px;
  float: right;
}

.btn-new.btn-right {
  float: right;
}

.btn-etapa {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  font-weight: 600;

  padding: 10px 15px 10px 15px;
  margin: 4px;

  background: #425795;
  border-radius: 0px;
}

.btn-etapa:hover {
  color: #ffffff;
  background: #2f3d68;

  text-decoration: none;
}

.btn-etapa.btn-right {
  float: right;
}

.btn-cadastrar {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  font-weight: 600;

  padding: 10px 15px 10px 15px;
  margin: 10px 4px 4px 4px;
  display: inline-block;

  background: #005494;
  border: none;
  border-radius: 0px;
}

.btn-cadastrar.maior {
  font-size: 16px;
  line-height: 19px;

  padding: 15px;
  margin: 4px;

  background: #5fc934;
}

.btn-cadastrar:hover {
  color: #ffffff;
  background: #373435;

  text-decoration: none;
}

.btn-cadastrar.next {
  background: #de9f41;
}

.btn-cadastrar.btn-right {
  float: right;
}
