.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.sans {
  font-family: "Open Sans", sans-serif;
}
.serif {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Open Sans", sans-serif;
}
a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.btn-fill {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #c8a977;
  font-size: 18px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #FFF;
  padding: 15px 45px;
  position: relative;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #c8a977;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #FFF;
  color: #c8a977;
}
.btn-sm {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #c8a977;
  font-size: 13px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #FFF;
  padding: 8px 25px;
  position: relative;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #c8a977;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-sm:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #FFF;
  color: #c8a977;
}
.btn-line {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #FFF;
  font-size: 18px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  padding: 15px 45px;
  position: relative;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #c8a977;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #c8a977;
  color: #FFF;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
      }*/
.alert-warning {
  background: #c8a977;
  color: #FFF;
}
.alert {
  border: none;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 14px;
  padding: 10px 0;
}
.alert-dismissible .btn-close {
  padding: 15px;
  fill: #FFF;
}
header {
  background: #FFF;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0 ;
}
header .logo {
  display: inline-block;
}
header .logo a img {
  width: 137px;
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  text-align: center;
  list-style: none;
}
header nav ul li {
  display: inline-block;
  padding: 0 16px;
}
header nav ul li a {
  color: #1a2129;
  text-transform: uppercase;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 16px;
}
header nav ul li a:hover {
  color: #c8a977;
}
@media (max-width: 767px) {
  header .sec-nav {
    display: none;
  }
}
header .sec-nav ul {
  text-align: right;
  list-style: none;
}
header .sec-nav ul li {
  display: inline-block;
  padding: 0 10px;
}
header .sec-nav ul li a {
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 16px;
}
header .sec-nav ul li a:hover {
  color: #c8a977;
}
header .sec-nav ul li a.lang {
  background: #F8F9FA;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 8px;
}
header .sec-nav ul li a.lang .bi {
  font-size: 11px;
}
header .sec-nav ul li a.lang:hover {
  color: #FFF;
  background: #c8a977;
}
header .sec-nav ul li a.cart {
  font-size: 21px;
  color: #61669d;
  position: relative;
}
header .sec-nav ul li a.cart span {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 11px;
  font-weight: 700;
  color: #FFF;
  background: #c8a977;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 17px;
  height: 17px;
  text-align: center;
}
header .sec-nav ul li a.cart:hover {
  color: #c8a977;
}
header .sec-nav ul li a.user {
  font-size: 21px;
  color: #61669d;
}
header .sec-nav ul li a.user:hover {
  color: #c8a977;
}
.hero {
  margin: 90px 0;
  position: relative;
}
@media (max-width: 767px) {
  .hero {
    margin: 50px 0;
  }
}
.hero figure {
  width: 100%;
  transform: translateX(-20px);
  height: 500px;
  overflow: hidden;
  -webkit-border-radius: 0 0 200px 0;
  -moz-border-radius: 0 0 200px 0;
  border-radius: 0 0 200px 0;
}
@media (max-width: 767px) {
  .hero figure {
    height: 350px;
    -webkit-border-radius: 0 0 100px 0;
    -moz-border-radius: 0 0 100px 0;
    border-radius: 0 0 100px 0;
  }
}
.hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.hero .txt {
  padding: 0 10%;
}
@media (max-width: 767px) {
  .hero .txt {
    padding: 20px;
  }
}
.hero h1 {
  font-size: 72px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 36px;
  }
}
.hero p {
  font-size: 21px;
  line-height: 1.6em;
  color: #919ca2;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hero p {
    font-size: 18px;
  }
}
.hero .precio {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 32px;
  line-height: 1em;
}
.hero .precio span {
  display: block;
  font-size: 21px;
  line-height: 1em;
  font-family: "Open Sans", sans-serif;
  color: #919ca2;
  text-decoration: line-through;
}
.hero .imagen {
  position: relative;
}
.hero .pill {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #61669d;
  font-size: 16px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #FFF;
  padding: 15px 45px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: -20px;
}
.hero-in {
  margin: 90px 0;
  position: relative;
}
@media (max-width: 767px) {
  .hero-in {
    margin: 50px 0;
  }
}
.hero-in figure {
  width: 100%;
  transform: translateX(-20px);
  height: 400px;
  overflow: hidden;
  -webkit-border-radius: 0 0 0 200px;
  -moz-border-radius: 0 0 0 200px;
  border-radius: 0 0 0 200px;
}
@media (max-width: 767px) {
  .hero-in figure {
    height: 350px;
    -webkit-border-radius: 0 0 0 100px;
    -moz-border-radius: 0 0 0 100px;
    border-radius: 0 0 0 100px;
  }
}
.hero-in figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.hero-in .txt {
  padding: 0 10%;
}
@media (max-width: 767px) {
  .hero-in .txt {
    padding: 20px;
  }
}
.hero-in h1 {
  font-size: 72px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-in h1 {
    font-size: 36px;
  }
}
.hero-in p {
  font-size: 21px;
  line-height: 1.6em;
  color: #919ca2;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hero-in p {
    font-size: 18px;
  }
}
.hero-in .imagen {
  position: relative;
  width: 100%;
  float: right;
}
.featured {
  padding: 90px 0 0;
  /*article {
          display: block;
          .transition(all 0.4s ease);
          &:hover {
            .transition(all 0.4s ease);

            transform: translateY(-5px);
            box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.23);
            -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.23);
            -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.23);
            figure {
              img {
                opacity: 0.7;
                .transition(all 0.4s ease);
              }
            }
          }
          figure {
            position: relative;
            background: #000;
            margin: 0;
            figcaption {
              position: absolute;
              z-index: 2;
              top: 20px;
              left: 20px;
              color: #FFF;
              font-size: 18px;
              .serif;
            }
            img {
              width: 100%;
              opacity: 0.9;
              .transition(all 0.4s ease);

            }
          }
          .txt {
            padding: 10px;
            h4 {
              .serif;
              color: @dark;
              font-size: 24px;
              margin: 0;
            }
            .precio {
              .serif;
              color: @gold;
              font-size: 21px;
              text-align: right;
            }
            p {
              font-size: 14px;
              color: @gray;
            }
            .btn-sm {
              float: right;
            }
          }
          }*/
}
@media (max-width: 767px) {
  .featured {
    padding: 40px 0 0;
  }
}
.featured .intro h2 {
  font-size: 58px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #1a2129;
}
@media (max-width: 767px) {
  .featured .intro h2 {
    font-size: 36px;
  }
}
.featured .intro p {
  color: #919ca2;
  font-size: 18px;
}
.featured .btn-line {
  float: right;
}
@media (max-width: 767px) {
  .featured .btn-line {
    float: none;
  }
}
.featured .owl-carousel {
  padding: 50px 0;
}
.featured article {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
.featured article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-5px);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
}
.featured article:hover figure img {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.featured article figure {
  width: 100%;
  position: relative;
  background: #000;
  margin: 0;
}
.featured article figure figcaption {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  color: #FFF;
  font-size: 18px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
}
.featured article figure .precio2 {
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #FFF;
  -webkit-border-radius: 30px 0 0 0;
  -moz-border-radius: 30px 0 0 0;
  border-radius: 30px 0 0 0;
  padding: 7px 15px;
  text-align: right;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 21px;
  z-index: 2;
}
.featured article figure .precio2 span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #919ca2;
  text-decoration: line-through;
}
.featured article figure .pill {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #61669d;
  font-size: 16px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #FFF;
  padding: 7px 25px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 20px;
}
.featured article figure img {
  width: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.featured article .txt {
  padding: 20px;
}
.featured article .txt h4 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #1a2129;
  font-size: 24px;
  margin: 0;
}
.featured article .txt .precio {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 21px;
  text-align: right;
}
.featured article .txt p {
  font-size: 14px;
  color: #919ca2;
  margin-bottom: 10px;
}
.featured article .txt .btn-sm {
  margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #61669d;
}
.deal-month {
  padding: 70px 0 140px;
}
@media (max-width: 767px) {
  .deal-month {
    padding: 40px 0;
  }
}
.deal-month .delmes {
  background: #f3f3f3;
  padding: 50px 80px;
  position: relative;
}
@media (max-width: 767px) {
  .deal-month .delmes {
    padding: 20px;
  }
}
.deal-month .delmes h5 {
  font-size: 30px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
}
@media (max-width: 767px) {
  .deal-month .delmes h5 {
    font-size: 21px;
  }
}
.deal-month .delmes h3 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 64px;
  color: #1a2129;
  line-height: 1em;
}
@media (max-width: 767px) {
  .deal-month .delmes h3 {
    font-size: 32px;
  }
}
.deal-month .delmes p {
  font-size: 21px;
  color: #919ca2;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .deal-month .delmes p {
    font-size: 18px;
  }
}
.deal-month .delmes figure {
  position: absolute;
  float: right;
  max-width: 100%;
  margin-right: -20px;
}
.deal-month .delmes figure .pill {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #61669d;
  font-size: 16px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #FFF;
  padding: 15px 45px;
  position: absolute;
  z-index: 2;
  right: -20px;
  top: -20px;
}
@media (max-width: 767px) {
  .deal-month .delmes figure {
    position: relative;
    float: none;
    margin-right: 0;
  }
}
.deal-month .delmes figure img {
  max-width: 100%;
}
.experiencias {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .experiencias {
    padding: 30px 0;
  }
}
.experiencias .intro h2 {
  font-size: 58px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #1a2129;
}
@media (max-width: 767px) {
  .experiencias .intro h2 {
    font-size: 36px;
  }
}
.experiencias .intro p {
  color: #919ca2;
  font-size: 18px;
}
.experiencias article figure {
  width: 100%;
  position: relative;
  background: #c8a977;
  overflow: hidden;
}
.experiencias article figure img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.experiencias article figure figcaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  line-height: 1em;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
}
.experiencias article p {
  font-size: 14px;
  color: #919ca2;
  padding: 10px;
}
.experiencias article:hover figure img {
  opacity: 0.3;
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .newsletter {
  transform: translateY(90px);
  background: #f3f3f3;
  padding: 60px;
}
@media (max-width: 767px) {
  .footer .newsletter {
    padding: 20px;
  }
}
.footer .newsletter h5 {
  color: #1a2129;
  font-size: 36px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
}
@media (max-width: 767px) {
  .footer .newsletter h5 {
    font-size: 26px;
  }
}
.footer .newsletter p {
  font-size: 18px;
  color: #919ca2;
}
@media (max-width: 767px) {
  .footer .newsletter p {
    font-size: 16px;
  }
}
.footer .newsletter .form-control {
  padding: 15px;
}
.footer .newsletter input {
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}
.footer footer {
  background: #1a2129;
  padding: 200px 0 100px;
}
@media (max-width: 767px) {
  .footer footer {
    padding: 100px 0 100px;
  }
}
.footer footer .logos a {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .footer footer .logos {
    text-align: center;
  }
}
.footer footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer footer nav ul li {
  margin: 0;
  padding: 0 0 10px;
  font-size: 14px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #FFF;
  text-align: right;
}
@media (max-width: 767px) {
  .footer footer nav ul li {
    text-align: left;
  }
}
.footer footer nav ul li a {
  color: #FFF;
}
.footer footer nav ul li a:hover {
  color: #c8a977;
}
.footer footer .redes {
  text-align: right;
}
.footer footer .redes a {
  color: #c8a977;
  font-size: 23px;
  margin-left: 20px;
}
.footer footer .redes a:hover {
  color: #FFF;
}
.footer footer .copy {
  margin-top: 20px;
  font-size: 12px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #FFF;
  text-align: right;
}
.listado {
  padding: 90px 0 0;
}
@media (max-width: 767px) {
  .listado {
    padding: 40px 0 0;
  }
}
.listado .intro {
  margin-bottom: 50px;
}
.listado .intro h2 {
  font-size: 58px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #1a2129;
}
@media (max-width: 767px) {
  .listado .intro h2 {
    font-size: 36px;
  }
}
.listado .intro p {
  color: #919ca2;
  font-size: 18px;
}
.listado .btn-line {
  float: right;
}
@media (max-width: 767px) {
  .listado .btn-line {
    float: none;
  }
}
.listado article {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px;
}
.listado article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-5px);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.23);
}
.listado article:hover figure img {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.listado article figure {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background: #000;
  margin: 0;
}
.listado article figure figcaption {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  color: #FFF;
  font-size: 18px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
}
.listado article figure .precio2 {
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #FFF;
  -webkit-border-radius: 30px 0 0 0;
  -moz-border-radius: 30px 0 0 0;
  border-radius: 30px 0 0 0;
  padding: 7px 15px;
  text-align: right;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 21px;
  z-index: 2;
}
.listado article figure .precio2 span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #919ca2;
  text-decoration: line-through;
}
.listado article figure .pill {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #61669d;
  font-size: 16px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #FFF;
  padding: 7px 25px;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 20px;
}
.listado article figure img {
  width: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.listado article .txt {
  padding: 20px;
}
.listado article .txt h4 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #1a2129;
  font-size: 24px;
  margin: 0;
}
.listado article .txt .precio {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 21px;
  text-align: right;
}
.listado article .txt p {
  font-size: 14px;
  color: #919ca2;
  margin-bottom: 10px;
}
.listado article .txt .btn-sm {
  margin-top: 20px;
}
.detalle {
  margin: 90px 0;
  position: relative;
}
@media (max-width: 767px) {
  .detalle {
    margin: 50px 0;
  }
}
.detalle .cabezal h4 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 24px;
}
@media (max-width: 767px) {
  .detalle .cabezal h4 {
    font-size: 16px;
  }
}
.detalle .cabezal h1 {
  font-size: 64px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .detalle .cabezal h1 {
    font-size: 36px;
  }
}
.detalle .cabezal .precio {
  color: #c8a977;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 48px;
  text-align: right;
  line-height: 1em;
}
.detalle .cabezal .precio span {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  color: #919ca2;
  text-decoration: line-through;
  line-height: 1em;
}
@media (max-width: 767px) {
  .detalle .cabezal .precio {
    font-size: 24px;
    text-align: left;
  }
}
.detalle .cabezal .aclara-precio {
  color: #c8a977;
  font-size: 21px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  text-align: right;
}
@media (max-width: 767px) {
  .detalle .cabezal .aclara-precio {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.detalle .cabezal .pill {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #61669d;
  font-size: 16px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #FFF;
  padding: 7px 25px;
  text-align: center;
  display: inline-block;
}
.detalle .descripcion {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .detalle .descripcion {
    margin: 30px 0;
  }
}
.detalle p {
  font-size: 18px;
  color: #919ca2;
  line-height: 1.6em;
}
.detalle p.lead {
  font-size: 24px;
  margin-bottom: 40px;
  text-align: justify;
}
@media (max-width: 767px) {
  .detalle p.lead {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .detalle p {
    font-size: 16px;
  }
}
.detalle .contenido {
  padding-right: 50px;
}
.detalle article {
  margin-bottom: 40px;
}
.detalle article h3 {
  font-size: 24px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #1a2129;
}
@media (max-width: 767px) {
  .detalle article h3 {
    font-size: 21px;
  }
}
.detalle article ul li {
  font-size: 18px;
  color: #919ca2;
  line-height: 1.6em;
}
@media (max-width: 767px) {
  .detalle article ul li {
    font-size: 16px;
  }
}
.detalle .carousel {
  position: relative;
}
.detalle .carousel .logo {
  position: absolute;
  z-index: 88;
  right: 20px;
  top: 20px;
}
.detalle .carousel .logo img {
  max-width: 130px;
}
.detalle .carousel-inner {
  -webkit-border-radius: 200px 0 0 0px;
  -moz-border-radius: 200px 0 0 0px;
  border-radius: 200px 0 0 0px;
  overflow: hidden;
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  .detalle .carousel-inner {
    -webkit-border-radius: 80px 0 0 0px;
    -moz-border-radius: 80px 0 0 0px;
    border-radius: 80px 0 0 0px;
    height: 350px;
  }
}
.detalle .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.detalle .tycs {
  text-align: justify;
  font-size: 14px;
}
.detalle .tycs .tit {
  font-size: 18px;
  color: #c8a977;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
}
.detalle .tycs p {
  font-size: 14px;
}
.detalle .selector {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .detalle .selector {
    margin: 20px 0;
  }
}
.detalle .selector select {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  padding: 15px;
  position: relative;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #c8a977;
}
.detalle .selector .btn-line {
  text-align: right;
}
.detalle .selector a {
  font-size: 18px;
  color: #c8a977;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
}
.carrito {
  margin: 90px 0;
  position: relative;
}
@media (max-width: 767px) {
  .carrito {
    margin: 50px 0;
  }
}
.carrito .cabezal h4 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 24px;
}
@media (max-width: 767px) {
  .carrito .cabezal h4 {
    font-size: 16px;
  }
}
.carrito .cabezal h1 {
  font-size: 64px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .carrito .cabezal h1 {
    font-size: 36px;
  }
}
.carrito .cart-items {
  margin-bottom: 50px;
}
.carrito .cart-items .head {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 16px;
  color: #1a2129;
}
.carrito .cart-items .head .precio {
  text-align: right;
}
.carrito .cart-items .footy {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 16px;
  color: #1a2129;
}
.carrito .cart-items .footy .precio-total {
  text-align: right;
  color: #c8a977;
}
.carrito .cart-items article {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}
.carrito .cart-items article .precio {
  text-align: right;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 16px;
  color: #1a2129;
}
.carrito .cart-items article select {
  max-width: 100px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  padding: 15px;
  position: relative;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #c8a977;
}
.carrito .cart-items .item img {
  width: 100%;
}
@media (max-width: 767px) {
  .carrito .cart-items .item img {
    display: none;
  }
}
.carrito .cart-items .item h5 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 21px;
  color: #1a2129;
}
.carrito .cart-items .item p {
  color: #919ca2;
  font-size: 16px;
}
.historial {
  margin: 90px 0;
  position: relative;
}
@media (max-width: 767px) {
  .historial {
    margin: 50px 0;
  }
}
.historial .cabezal h4 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 24px;
}
@media (max-width: 767px) {
  .historial .cabezal h4 {
    font-size: 16px;
  }
}
.historial .cabezal h1 {
  font-size: 64px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .historial .cabezal h1 {
    font-size: 36px;
  }
}
.historial .cart-items {
  margin-bottom: 50px;
}
.historial .cart-items .head {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 16px;
  color: #1a2129;
}
.historial .cart-items .head .precio {
  text-align: right;
}
.historial .cart-items .footy {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 16px;
  color: #1a2129;
}
.historial .cart-items .footy .precio-total {
  text-align: right;
  color: #c8a977;
}
.historial .cart-items article {
  padding: 20px 0;
  border: 1px solid #f3f3f3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 20px;
  box-shadow: 2px 0px 11px -1px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 2px 0px 11px -1px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 0px 11px -1px rgba(0, 0, 0, 0.28);
}
.historial .cart-items article .precio {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 21px;
  color: #1a2129;
}
.historial .cart-items article select {
  max-width: 100px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 18px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  padding: 15px;
  position: relative;
  line-height: 1em;
  display: inline-block;
  border: 1px solid #c8a977;
}
.historial .cart-items .tag {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 5px 25px;
  display: inline-block;
  float: right;
}
.historial .cart-items .tag.available {
  background: #379A1E;
}
.historial .cart-items .tag.canjeado {
  background: #61669d;
}
.historial .cart-items .legal {
  font-size: 13px;
  color: #555;
}
.historial .cart-items .codigo {
  font-size: 14px;
  font-weight: 700;
  color: #777;
  margin-top: 20px;
}
.historial .cart-items .fecha {
  color: #919ca2;
  font-size: 16px;
}
.historial .cart-items img {
  width: 100%;
}
@media (max-width: 767px) {
  .historial .cart-items img {
    display: none;
  }
}
.historial .cart-items h5 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  font-size: 21px;
  color: #1a2129;
}
.historial .cart-items p {
  color: #555;
  font-size: 15px;
}
.login {
  margin: 90px 0;
  position: relative;
}
@media (max-width: 767px) {
  .login {
    margin: 50px 0;
  }
}
.login .cabezal h4 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 24px;
}
@media (max-width: 767px) {
  .login .cabezal h4 {
    font-size: 16px;
  }
}
.login .cabezal h1 {
  font-size: 64px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .login .cabezal h1 {
    font-size: 36px;
  }
}
.login .modulo {
  padding: 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.login .modulo.gris {
  background: #f3f3f3;
}
.login h2 {
  font-size: 42px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .login h2 {
    font-size: 32px;
  }
}
.login h3 {
  font-size: 32px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .login h3 {
    font-size: 26px;
  }
}
.login h4 {
  font-size: 21px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .login h4 {
    font-size: 18px;
  }
}
.formulario .form-control {
  padding: 15px;
  margin-bottom: 20px;
}
.formulario input,
.formulario textarea {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.formulario a {
  color: #c8a977;
  font-size: 14px;
  margin-left: 20px;
}
.formulario .form-check-input:checked {
  background-color: #c8a977;
  border-color: #c8a977;
}
.nav-tabs {
  margin-bottom: 50px;
}
.nav-tabs li a {
  color: #c8a977;
}
.nav-tabs li a:hover {
  color: #61669d;
}
.voucher {
  border: 5px solid #f3f3f3;
  padding: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .voucher {
    margin: 50px 0;
  }
}
.voucher .cabezal {
  border-bottom: 1px solid #555;
}
.voucher .cabezal .logo-palladio {
  margin-bottom: 0;
}
.voucher .cabezal h4 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #c8a977;
  font-size: 12pt;
  line-height: 1em;
}
.voucher .cabezal .codigo-id {
  color: #c8a977;
  font-size: 18px;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
}
@media (max-width: 767px) {
  .voucher .cabezal .codigo-id {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.voucher .descripcion {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .voucher .descripcion {
    margin: 30px 0;
  }
}
.voucher h1 {
  font-size: 16pt;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin: 0;
}
.voucher p {
  font-size: 10pt;
  color: #1a2129;
  line-height: 1em;
}
.voucher p.lead {
  font-weight: 500;
  font-size: 10pt;
  line-height: 1em;
  margin: 0;
}
.voucher .tycs {
  border-top: 1px solid #CCC;
  padding: 5px 0 0 0;
}
.voucher .tycs h4 {
  font-size: 11pt;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #1a2129;
  margin: 0;
}
.voucher .tycs p {
  font-size: 9pt;
  color: #1a2129;
}
.voucher article {
  margin-bottom: 10px;
  font-size: 12pt;
  color: #1a2129;
  line-height: 1em;
}
.voucher article h3 {
  font-size: 12pt;
  font-weight: 600;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  color: #1a2129;
  margin: 0;
}
.voucher article p {
  font-size: 10pt;
  color: #1a2129;
  line-height: 1em;
  margin: 0;
}
.voucher article ul {
  margin: 0 0 10px;
}
.voucher article ul li {
  font-size: 10pt;
  color: #1a2129;
  line-height: 1em;
  padding: 0;
}
.voucher .footer {
  width: 100%;
  background: #1a2129;
  text-align: center;
  padding: 5px;
}
.voucher .footer .logos img {
  margin: 10px;
  max-width: 100%;
}
.acordion {
  padding: 0 0 150px;
}
.acordion h4 {
  font-size: 32px;
  color: #1a2129;
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
  line-height: 1em;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .acordion h4 {
    font-size: 26px;
  }
}
.acordion h2 {
  font-family: "Belleza", sans-serif;
  font-weight: 400!important;
}
.acordion .accordion-button:not(.collapsed) {
  color: #c8a977;
  background: #1a2129;
}
.sintax {
  font-size: 12px;
  color: #919ca2;
  font-family: "Open Sans", sans-serif;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #333;
    position: absolute;
    z-index: 888;
    padding: 50px 20px 50px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: right;
    padding: 8px 0;
  }
  #mob li a {
    color: #FFF;
    font-size: 16px;
  }
  #mob .cosas {
    position: absolute;
    left: 20px;
    top: 50px;
  }
  #mob .cosas ul li {
    text-align: left;
  }
  #mob .cosas a {
    color: #FFF;
    font-family: "Belleza", sans-serif;
    font-weight: 400!important;
    font-size: 16px;
  }
  #mob .cosas a:hover {
    color: #c8a977;
  }
  #mob .cosas a.lang {
    background: #F8F9FA;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #61669d;
    padding: 4px 8px;
  }
  #mob .cosas a.lang .bi {
    font-size: 11px;
  }
  #mob .cosas a.lang:hover {
    color: #FFF;
    background: #c8a977;
  }
  #mob .cosas a.cart {
    font-size: 21px;
    color: #c8a977;
    position: relative;
  }
  #mob .cosas a.cart:hover {
    color: #c8a977;
  }
  #mob .cosas a.cart span {
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 11px;
    font-weight: 700;
    color: #FFF;
    background: #c8a977;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    text-align: center;
  }
  #mob .cosas a.user {
    font-size: 21px;
    color: #c8a977;
  }
  #mob .cosas a.user:hover {
    color: #c8a977;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: relative;
    float: right;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #c8a977;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
