@font-face {
  font-family: "BookAntiqua";
  src: url("/fonts/BookAntiqua.eot");
  src: url("/fonts/BookAntiqua.woff") format("woff"), url("/fonts/BookAntiqua.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "champagne";
  src: url("/fonts/champagne.woff") format("woff"), url("/fonts/champagne.ttf") format("truetype"), url("/fonts/champagne.svg#Humanist521BT-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.index .btn.focus,
.index .btn:focus {
  outline: 0;
  box-shadow: none;
}
.index .swiper-container {
  width: 100%;
}
@media (min-width: 769px) {
  .index .slide {
    display: none;
  }
}
.index .slides {
  padding: 0;
}
@media (max-width: 768px) {
  .index .slides {
    display: none;
  }
}
.index .slides img {
  width: 100%;
}
.index .botoes-produto {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .add-plus {
  padding: 10px;
  max-width: 56px;
}
.index .add-cart {
  padding: 10px;
}
.index .box-produto {
  color: #333;
  transition: 0.2s all;
}
.index .box-produto a {
  color: #333;
  text-decoration: none;
}
.index .box-produto:hover {
  box-shadow: #ccc 0px 0px 5px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  color: #787777;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  color: #787777;
}

.destaque {
  background: url("/images/border-destaque.png") repeat-x;
  margin: 15px auto 20px auto;
  text-align: center;
}

.box-produto {
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  text-align: center;
  background: #fff;
  padding: 15px;
}
.box-produto img {
  margin: 0 auto;
  max-height: 160px;
  border-radius: 3px;
}
.box-produto p {
  font-family: arial, "sans serif";
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 15px;
  line-height: 15px;
  height: 30px;
}
.box-produto span {
  font-family: arial, "sans serif";
  font-size: 13px;
  color: #d4262b;
  font-weight: bold;
}

.img-box {
  padding-bottom: 30px;
}

.box-produto-home-mobile {
  padding: 0;
}
@media (min-width: 769px) {
  .box-produto-home-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .box-produto-home-desktop {
    display: none;
  }
}

.box-produto-mobile {
  font-family: "champagne";
  border: 1px solid #ddd;
  margin: 0 0 15px 0;
  background: #fff;
  padding: 10px;
}
.box-produto-mobile .titulo-produtos-home {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  line-height: 24px;
}
.box-produto-mobile .subtitulo-produtos-home {
  font-size: 14px;
  text-align: left;
  color: #666;
  margin-bottom: 10px;
  line-height: 18px;
}
.box-produto-mobile .subtitulo-produtos-home::first-letter {
  text-transform: uppercase;
}
.box-produto-mobile .subtitulo-produtos-home::after {
  content: attr(data-text);
  text-transform: lowercase;
}
.box-produto-mobile .preco-produtos-home {
  font-size: 18px;
  text-align: right;
  color: #333;
  margin-bottom: 10px;
  line-height: 24px;
}
.box-produto-mobile .titulo-produtos-home a,
.box-produto-home .titulo-produtos-home a {
  color: #000;
}
.box-produto-mobile .consultar-produtos-home {
  display: inline-block;
  font-size: 15px;
  text-align: left;
  color: #3a1203;
  margin-bottom: 10px;
  text-decoration: underline;
}
.box-produto-mobile .consultar-produtos-home:hover {
  color: #e49a33;
}
.box-produto-mobile .ver-mais {
  background: #3a1203;
  font-size: 12px;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}
.box-produto-mobile .imagem-produtos-home {
  width: 100%;
  overflow: hidden;
}
.box-produto-mobile .imagem-produtos-home img {
  border-radius: 3px;
  margin-bottom: 10px;
}

.box-produto-home {
  font-family: "champagne";
  border: 1px solid #ddd;
  margin: 0 0 15px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
}
@media (max-width: 768px) {
  .box-produto-home {
    padding: 0;
    border: 0;
  }
}
.box-produto-home .titulo-produtos-home {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .box-produto-home .titulo-produtos-home {
    font-size: 16px;
  }
}
.box-produto-home .subtitulo-produtos-home {
  font-size: 14px;
  text-align: left;
  color: #666;
  margin-bottom: 10px;
  line-height: 18px;
}
.box-produto-home .subtitulo-produtos-home::first-letter {
  text-transform: uppercase;
}
.box-produto-home .subtitulo-produtos-home::after {
  content: attr(data-text);
  text-transform: lowercase;
}
.box-produto-home .preco-produtos-home {
  font-size: 22px;
  text-align: right;
  color: #333;
  margin-bottom: 10px;
  line-height: 24px;
  position: absolute;
  bottom: 30px;
}
.box-produto-home .consultar-produtos-home {
  font-size: 16px;
  text-align: right;
  color: #3a1203;
  margin-bottom: 10px;
  line-height: 24px;
  position: absolute;
  bottom: 30px;
  right: 15px;
  width: calc(100% - 10px);
  text-decoration: underline;
}
.box-produto-home .consultar-produtos-home:hover {
  color: #e49a33;
}
@media (max-width: 768px) {
  .box-produto-home .preco-produtos-home {
    font-size: 18px;
    position: relative;
    bottom: auto;
  }
  .box-produto-home .consultar-produtos-home {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    font-size: 15px;
    text-align: left;
    display: inline-block;
  }
}
.box-produto-home .ver-mais {
  background: #3a1203;
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 10px);
  right: 15px;
  padding: 5px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .box-produto-home .ver-mais {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.box-produto-home .imagem-produtos-home {
  width: 100%;
  overflow: hidden;
}
.box-produto-home .imagem-produtos-home img {
  border-radius: 3px;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .box-produto-home .imagem-produtos-home img {
    width: 100%;
    border: 0;
  }
}

.mais-menos {
  opacity: 0.5;
}

.fa-plus {
  margin-left: 5px;
}

.fa-minus {
  margin-right: 5px;
}

.quantidade-cart {
  font-size: 16px;
}

#table-cart tbody tr td {
  vertical-align: middle;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.frete {
  margin-top: 15px;
  margin-bottom: 20px;
}
.frete .titulo-frete {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-frete {
  border: 1px solid #999;
}

.badge-cart {
  background: #d4262b;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-menu-cliente div {
  margin: 20px;
}
.box-menu-cliente div a {
  color: #8c7639;
  font-weight: bold;
}
.box-menu-cliente div a i {
  margin-right: 15px;
  width: 20px;
}

.box-content-cliente {
  min-height: 200px;
  border-left: 1px solid #ddd;
}

.loading {
  opacity: 0.4;
  pointer-events: none;
  transition: 0.3s all;
}

.hideFrete,
.hideEndereco {
  opacity: 0;
}

.showFrete,
.showEndereco {
  opacity: 1;
}

.button-pagamento-off {
  pointer-events: none;
  opacity: 0.4;
}

.button-pagamento-on {
  pointer-events: all;
  opacity: 1;
}

.box-frete {
  margin-top: 20px;
  width: 284px;
  border: 1px solid #ddd;
  padding: 15px 10px;
  font-size: 16px;
}

.resumo {
  padding: 30px 20px;
  border: 1px solid #ddd;
}
.resumo h1 {
  font-size: 18px;
  margin-bottom: 30px;
}
.resumo h2 {
  font-size: 16px;
  margin-bottom: 30px;
}
.resumo a, .resumo button {
  background-color: #e49a33;
  padding: 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}
.resumo .item-pedido {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  display: flex;
}
.resumo .item-pedido .descricao-pedido h2 {
  font-size: 18px;
  margin-left: 10px;
}
.resumo .item-pedido .descricao-pedido h2:first-letter {
  text-transform: uppercase;
}
.resumo .item-pedido .descricao-pedido h3 {
  font-size: 14px;
  margin-left: 10px;
  color: #999;
}
.resumo .item-pedido .descricao-pedido h3:first-letter {
  text-transform: uppercase;
}

.button-whats {
  background-color: #e49a33;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}

.top {
  background: #f1eedd;
  color: #333;
}

.navbar,
.navbar-brand {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .navbar,
  .navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #381304;
  }
}

.nav-item {
  text-align: center;
  padding: 0 9px;
  color: #8c7639;
  font-family: "BookAntiqua";
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}

.nav-item a {
  color: #8c7639;
}

.nav-item a:hover {
  color: #3a1203 !important;
}

.nav-link {
  height: 74px;
  top: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .nav-link {
    height: 30px;
  }
}

.nav-link:hover {
  background: url("/images/back_menu.png") bottom no-repeat;
}
@media (max-width: 768px) {
  .nav-link:hover {
    background: #381304;
  }
}

.active_menu {
  color: #3a1203 !important;
  background: url("/images/back_menu.png") bottom no-repeat;
}
@media (max-width: 768px) {
  .active_menu {
    background: #381304;
    color: #fff !important;
  }
}

.line-orange {
  border-top: 15px solid #e49a33;
}

.line-brown {
  border: 10px solid #3a1203;
  margin-bottom: 20px;
}

.navbar-toggler {
  background-color: #e49a33;
}

@media (max-width: 768px) {
  .navbar-nav {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .menu-header {
    width: 100%;
  }
}

.top-midia-mobile {
  display: none;
}
@media (max-width: 768px) {
  .top-midia-mobile {
    width: 100%;
    height: 100px;
    display: flex;
    margin-top: 20px;
    justify-content: space-evenly;
    align-items: center;
    border-top: 3px solid #FFFFFF;
  }
}
.top-midia-mobile i {
  float: left;
  margin-left: 35px;
  font-size: 32px;
  color: #FFF;
}

.top-midia {
  position: relative;
  top: -10px;
  display: flex;
  justify-content: right;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .top-midia {
    display: none;
  }
}
.top-midia i {
  float: left;
  margin-left: 35px;
  font-size: 32px;
  color: #381205;
}

.top-midia img {
  margin-left: 35px;
}

.border {
  border: 1px solid #000;
}

.title-box-champagne {
  line-height: 16px;
  margin: 20px 0 0 0;
  padding: 0;
  font-family: "champagne";
  text-align: center;
  font-weight: bold;
}

.title-box-book {
  line-height: 16px;
  margin: 20px 0 30px 0;
  padding: 0;
  font-family: "BookAntiqua";
  text-align: center;
  color: #897133;
}

.box-home {
  background: #fff;
  padding: 30px 10px;
}

.box-home-brands {
  padding-top: 50px;
}

.btn-home {
  background: #897133;
  border: 0;
}

.btn-home:hover {
  background: #c9171d;
  box-shadow: 3px 3px 5px #999;
}

footer {
  background: #391203;
  font-family: "champagne";
  color: #fff;
}

.rodape {
  height: auto;
  padding: 20px 0;
  font-size: 14px;
}

.box-rodape {
  margin: 0 0 20px 0;
}

.rodape span {
  margin-left: 10px;
  vertical-align: top;
}

.carousel-indicators li {
  cursor: pointer;
}

.conteudo {
  min-height: 300px;
  background: #fff;
  margin: 0 auto;
  color: #391201;
  font-family: "champagne";
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02cm;
  text-align: justify;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .conteudo {
    padding: 15px;
  }
}

.titulo_internas {
  background: #3a1203;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-family: "BookAntiqua";
  font-weight: bold;
  padding: 10px;
}

.titulo_internas span {
  border-bottom: 5px solid #e49a33;
  padding: 5px 30px;
}

.bg_top img {
  width: 100%;
}

.menu-historias {
  font-size: 16px;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
}

.border_menu_historias {
  border-right: 1px solid #efc287;
}
@media (max-width: 768px) {
  .border_menu_historias {
    border-right: none;
  }
}

.menu-historias li {
  margin-bottom: 20px;
}

.menu-historias li a {
  color: #999;
  transition: 0.5s all;
}

.menu-historias li a:hover {
  color: #000;
  transition: 0.3s all;
  text-decoration: none;
}

.box_historia {
  background: #fff;
  height: auto;
  clear: both;
  margin: 0 0 30px 10px;
  padding-bottom: 20px;
}

.titulo_historia {
  font-family: "BookAntiqua";
  font-size: 22px;
  margin-bottom: 20px;
}

.imagem_historia {
  float: right;
  margin: 0 0 20px 20px;
}

.texto_historia {
  font-size: 14px;
  line-height: 18px;
}

.texto_historia a {
  color: #666;
  text-decoration: none;
}

.texto_historia a:hover {
  color: #000;
  text-decoration: underline;
}

.imagem_historia {
  width: 400px;
}

.conteudo_historias {
  text-align: justify;
}

.box-imagens-servicos {
  text-align: center;
  margin: 10px 0 20px 0;
}

.box-titulo-servicos {
  background: #8f793d;
  position: relative;
  z-index: 10;
  padding: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-servicos {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "BookAntiqua";
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.1px;
}

.imagens-servicos {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.titulo-antes-e-depois {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.imagem-antes-e-depois img {
  width: 40%;
}

.form-control {
  border-color: #3a1203;
  border: 2px solid #8c7639;
  background: #f9f8f4;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
}

.btn-primary {
  background: #3a1203;
  border: none;
}

.btn-primary:hover {
  background: #8a2a07;
  border: none;
  box-shadow: none;
}

.btn-primary:active {
  background: #8a2a07;
  border: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #8a2a07;
  border-color: #8a2a07;
}

.mapa_ampliado {
  background: #e49a33;
  width: 100%;
  padding: 5px 0;
  color: #391202;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.form-pesquisa {
  border-color: #ccc;
  border: 1px solid #ccc;
  background: #f9f8f4;
  font-size: 13px;
  text-align: left;
}

.box-produtos {
  width: 49%;
  border: 1px solid #efc287;
  padding: 20px 10px;
  box-shadow: #ccc 0px 3px 3px;
  margin-bottom: 20px;
  display: inline-block;
}

.titulo_new_produtos {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  line-height: 26px;
  height: 60px;
}

.titulo_new_produtos a {
  color: #000;
}

.txt_new_produtos {
  font-size: 13px;
  text-align: justify;
  margin: 0px 0 0px 0px;
  color: #666;
  line-height: 14px;
}

.txt_new_produtos::first-letter {
  text-transform: uppercase;
}

.txt_new_produtos::after {
  content: attr(data-text);
  text-transform: lowercase;
}

.preco_new_produtos {
  font-size: 20px;
  text-align: left;
  color: #333;
  margin-bottom: 0;
}

.consultar-new-produtos {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #3a1203;
  font-weight: bold;
  text-decoration: underline;
}

.consultar-new-produtos:hover {
  color: #e49a33;
}

.ver_new_produtos {
  background: #3a1203;
  padding: 5px;
  margin: 20px 0 0 0px;
  color: #fff;
  font-size: 12px;
  width: 90px;
  text-align: center;
}

a:hover {
  text-decoration: none;
}

.nav-link {
  top: 15px !important;
}

.new_categorias {
  list-style-type: none;
  border: 1px solid #efc287;
  padding: 10px 0 10px 5px;
  font-size: 14px;
  text-align: left;
  word-wrap: break-word;
}

.new_categorias ul {
  padding: 5px 0 10px 20px;
}

.titulo_detalhe_produtos {
  font-size: 20px;
  text-align: center;
  background: #3a1203;
  color: #fff;
  margin-bottom: 15px;
}

.calcularFrete input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 20px;
}

body {
  background: #F1EEDD;
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
}

.form-control:focus {
  box-shadow: none;
}

.top-bg {
  font-family: "Humanist";
  height: 50px;
  background: #999;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: flex;
  font-size: 12px;
  color: #FFF;
  align-items: center;
  letter-spacing: -0.1px;
}
.top-bg input {
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
}
.top-bg .endereco,
.top-bg .email {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: -0.3px;
}
@media (max-width: 991.98px) {
  .top-bg .endereco,
  .top-bg .email {
    display: none !important;
  }
}
.top-bg .email {
  display: flex;
  align-items: center;
  padding: 0 0 0 35px;
}
@media (max-width: 991.98px) {
  .top-bg .email {
    padding: 15px;
  }
}
.top-bg .fone {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 991.98px) {
  .top-bg .fone {
    padding: 15px;
  }
}
.top-bg i {
  color: #CCC;
  font-size: 20px;
}
.top-bg .top-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .top-bg .top-icons {
    padding: 15px;
  }
}
.top-bg .top-icons i {
  padding-left: 10px;
  font-size: 28px;
  position: relative;
  top: 1px;
}
.top-bg .top-icons img {
  padding-left: 10px;
}
.top-bg .top-icons .hover-cart {
  position: absolute;
  top: 34px;
  max-width: 170px;
}
.top-bg .top-icons form {
  margin-right: -17px;
}
.top-bg .top-icons form input {
  padding: 5px 10px;
  border-radius: 3px;
  border: 0;
}

.top {
  padding-bottom: 20px;
  background-color: #FFF;
}

.logo {
  padding-top: 20px;
}

.menu {
  text-transform: uppercase;
  text-align: right;
  color: #999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
.menu ul {
  display: flex;
  list-style-type: none;
}
.menu ul li {
  padding-top: 30px;
  margin-top: 30px;
}
.menu ul li a {
  color: #999;
  transition: 0.1s all;
  text-decoration: none;
  font-weight: 400;
  padding: 16px 0 0 32px;
}
.menu ul li a:hover {
  transition: 0.1s all;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.menu .active {
  color: #D90000 !important;
  font-weight: bold;
}

.endereco-rodape {
  margin-top: 50px;
  font-family: "Humanist";
  font-size: 14px;
  color: #FFF;
}
.endereco-rodape i {
  font-size: 16px;
  margin-right: 8px;
}
.endereco-rodape div {
  padding: 15px;
}
.endereco-rodape div span {
  position: relative;
  left: 28px;
}

.menu-rodape {
  margin-top: 50px;
  font-family: "Humanist";
  font-size: 14px;
  color: #FFF;
}

.menu-rodape ul {
  float: right;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline li a {
  color: #FFF;
  padding: 10px;
}

.hl {
  clear: both;
  float: right;
  margin: 10px 0;
}

.green {
  color: #3bcf31 !important;
}

.btn-cart-active {
  transition: 0.5s all;
  transform: scale(1.2);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
  font-family: arial;
}

.desativar-inputs {
  pointer-events: none;
  touch-action: none;
  opacity: 0.3;
}

.swal2-title {
  font-size: 20px;
  padding-top: 20px;
}

.selo {
  position: relative;
  z-index: 999;
  top: -6px;
}
@media (max-width: 991.98px) {
  .selo {
    top: -4px;
    position: relative;
    left: -20px;
  }
}
.selo img {
  max-width: 90px;
}
@media (max-width: 991.98px) {
  .selo img {
    max-width: 60px;
  }
}

.btn-busca {
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
  top: 2px;
  right: 18px;
}

.lista-categorias {
  list-style-type: none;
  padding: 3px;
}
.lista-categorias i {
  position: absolute;
  left: 5px;
  margin-top: 3px;
}

.aviso-ferias {
  background-color: #3A1203;
  padding: 10px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 3px;
  color: red;
  font-family: "BookAntiqua";
  letter-spacing: 1.2px;
}
.aviso-ferias p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .aviso-ferias {
    font-size: 22px;
  }
}

.campos-obrigatorios {
  text-align: left;
  font-size: 12px;
  position: relative;
}

.esqueci-senha {
  float: right;
}

.btn-fazer-login {
  background: #3a1203;
  color: #e4e4e4;
  font-size: 12px;
  margin: 10px 30px 0 0;
}
.btn-fazer-login:hover {
  background: #3a1203;
  color: #e4e4e4;
}

.form-login i {
  font-size: 24px;
}

.texto-login {
  color: #333;
  font-size: 14px;
  margin: 10px 0 30px;
  line-height: 18px;
  text-align: center;
  background: #e49a33;
  padding: 10px;
}

.btn-registrar {
  background: #3a1203;
  color: #e4e4e4;
  margin-top: 10px;
}
