@charset "UTF-8";
/*--------------------------*/
/*------- VARAIBLES ------*/
/*--------------------------*/
/*------- GENERAL STYLES ------*/
body {
  background-color: #DFE2D5;
}

a:hover {
  color: white;
}

a:visited {
  color: inherit;
}

.grey-back {
  background-color: #F0F0F0;
}

.collection-back {
  background-color: #000000;
}

.section-content {
  padding: 50px 0;
}

.row {
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------*/
/*------- TYPOGRAPHY ------*/
body, p, li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", serif;
  color: #000000;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6rem;
  margin: 10px 0;
  text-align: center;
}

h4 {
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.3rem;
  text-align: center;
}

li::marker {
  color: #FFFFFF;
}

.btn-primary {
  background-color: #C01212 !important;
  border: none !important;
  color: #FFFFFF !important;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px 30px;
}

.btn-secondary {
  background-color: #C9C34F !important;
  border: 2px solid #C9C34F !important;
  color: #000000 !important;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px 30px;
}

.btn-terciary {
  background-color: #FFFFFF !important;
  border: none !important;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 10px 30px;
}

/************************************/
/*********** NEW TEMPLATE ***********/
/************************************/
/**** STICKY MENU  *****/
#navbarEmse {
  width: 100vw;
  -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
  transition: padding-top 0.3s, padding-bottom 0.3s;
  border: none;
  padding-top: 0;
}
#navbarEmse a.navbar-brand {
  padding: 0;
}
#navbarEmse .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#navbarEmse .navbar-collapse .nav-item a {
  color: #FFFFFF;
}
#navbarEmse .navbar-collapse .nav-item a:hover {
  color: #FFFFFF;
  font-weight: bold;
}
#navbarEmse .navbar-collapse .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#navbarEmse .navbar-toggler {
  border-color: #FFFFFF;
}
#navbarEmse .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#navbarEmse .subscribe-menu-button a {
  padding: 5px 20px !important;
  font-size: 1rem;
}

.shrink {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}

.hero {
  background-image: url("../img/bck-hero.jpg");
  text-align: center;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.hero .hero-text {
  padding: 150px 0 150px 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.hero .hero-text h1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin-bottom: 40px;
  color: #C9C34F;
}
.hero .hero-text .fascicle {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 10px;
}
.hero .hero-text .number {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #C9C34F;
}
.hero .hero-text .price {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3rem;
  margin-bottom: 50px;
  color: #C9C34F;
}
.hero .hero-text .btn-hero a {
  cursor: pointer;
  line-height: 1.5;
  font-size: 1.4rem;
  border-radius: 30px;
  background-color: #C01212;
}

/**** STICKY  MENU ****/
#section-present-hero .title-section {
  font-size: 3rem;
  line-height: 3.5rem;
  padding-bottom: 40px !important;
}
#section-present-hero .video .embed-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section-present-hero .video .embed-responsive .youtube-placeholder {
  background-color: #C9C34F !important;
  border: 1px solid #C9C34F !important;
}
#section-present-hero .video .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#section-present-hero .content-present-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#section-present-hero .content-present-hero .back-hero {
  padding: 50px 70px 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
#section-present-hero .content-present-hero .back-hero .text {
  text-align: center;
  margin: 0 0 10px 0;
}

#section-presents {
  background-image: url("../img/bck-presents.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-color: transparent transparent transparent transparent;
  border-radius: 0 0 95%/500px 0;
}
#section-presents .title-section {
  background-color: #DFE2D5;
}
#section-presents .owl-dots .owl-dot span {
  background-color: #FFFFFF;
}
#section-presents .owl-dots .owl-dot.active span {
  background-color: #000000;
}
#section-presents .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; /* para que no interfiera con los clics en las imágenes */
}
#section-presents .owl-nav button.owl-prev, #section-presents .owl-nav button.owl-next {
  background-color: rgba(255, 0, 0, 0.8); /* rojo semi-transparente, puedes cambiarlo */
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all; /* para que los botones sean clicables */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#section-presents .owl-nav button.owl-prev span, #section-presents .owl-nav button.owl-next span {
  padding: 0 0 5px 0;
}
#section-presents .owl-nav button.owl-prev:hover, #section-presents .owl-nav button.owl-next:hover {
  background-color: rgb(255, 0, 0); /* más intenso al pasar el ratón */
}
#section-presents .present {
  position: relative;
}
#section-presents .present .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C9C34F;
  font-size: 20px;
  padding: 7px 0 7px 20px;
}
#section-presents .present .title h2 {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin: 0;
}
#section-presents .present .title img {
  position: absolute;
  top: 0px;
  right: 20px;
}
#section-presents .present .text {
  background-color: #FFFFFF;
  padding: 30px 10px;
  text-align: center;
}
#section-presents .present .text .content-text {
  position: relative;
}
#section-presents .present .text .content-text .heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  padding-bottom: 10px;
}
#section-presents .present .text .content-text p {
  margin: 0;
  color: #000000;
}

#section-entregas-portadas {
  background-image: url("../img/bck-issues.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  border-color: transparent transparent transparent transparent;
  border-radius: 0 0 95%/500px 0;
}
#section-entregas-portadas .title-section {
  background-color: #DFE2D5;
}
#section-entregas-portadas .owl-dots .owl-dot span {
  background-color: #FFFFFF;
}
#section-entregas-portadas .owl-dots .owl-dot.active span {
  background-color: #000000;
}
#section-entregas-portadas .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; /* para que no interfiera con los clics en las imágenes */
}
#section-entregas-portadas .owl-nav button.owl-prev, #section-entregas-portadas .owl-nav button.owl-next {
  background-color: rgba(255, 0, 0, 0.8); /* rojo semi-transparente, puedes cambiarlo */
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all; /* para que los botones sean clicables */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#section-entregas-portadas .owl-nav button.owl-prev span, #section-entregas-portadas .owl-nav button.owl-next span {
  padding: 0 0 5px 0;
}
#section-entregas-portadas .owl-nav button.owl-prev:hover, #section-entregas-portadas .owl-nav button.owl-next:hover {
  background-color: rgb(255, 0, 0); /* más intenso al pasar el ratón */
}
#section-entregas-portadas .entrega-portada {
  position: relative;
}
#section-entregas-portadas .entrega-portada .text {
  background-color: #FFFFFF;
  padding: 30px 10px;
  text-align: center;
}
#section-entregas-portadas .entrega-portada .text .content-text {
  position: relative;
}
#section-entregas-portadas .entrega-portada .text .content-text .heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  padding-bottom: 10px;
}
#section-entregas-portadas .entrega-portada .text .content-text p {
  margin: 0;
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.5;
}
#section-entregas-portadas .entrega-portada .text .content-text p.text-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
#section-entregas-portadas .entrega-portada .text .content-text .btn-read-more {
  background-color: #C01212;
  color: #FFFFFF;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}
#section-entregas-portadas .entrega-portada .text .content-text .btn-read-more:hover {
  background-color: #a00f0f;
}
#section-entregas-portadas .container-entregas {
  position: relative;
}

#textLightboxModal .modal-content {
  border-radius: 8px;
}
#textLightboxModal .modal-header {
  background-color: #DFE2D5;
  border-bottom: 2px solid #C01212;
}
#textLightboxModal .modal-header .modal-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
}
#textLightboxModal .modal-header .btn-close {
  opacity: 0.8;
}
#textLightboxModal .modal-header .btn-close:hover {
  opacity: 1;
}
#textLightboxModal .modal-body {
  padding: 30px;
}
#textLightboxModal .modal-body .text-lightbox-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #000000;
  margin: 0;
}

.scooped-corners {
  --scoop-radius: 20px;
  --border-width: 1px;
  --border-color: #F2C751;
  --background-color: #FFFFFF;
  --border-stop: calc(var(--scoop-radius) + var(--border-width));
  --scoop-gradient: rgba(255, 255, 255, 0) var(--scoop-radius),
      var(--border-color) calc(var(--scoop-radius) + 1px),
      var(--border-color) var(--border-stop),
      var(--background-color) calc(var(--border-stop) + 1px);
  padding: var(--border-stop);
  background: var(--background-color);
  background: radial-gradient(circle at 0 0, var(--scoop-gradient)) top left, radial-gradient(circle at 100% 0, var(--scoop-gradient)) top right, radial-gradient(circle at 100% 100%, var(--scoop-gradient)) bottom right, radial-gradient(circle at 0 100%, var(--scoop-gradient)) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, var(--border-color) 0, var(--border-color) var(--border-width)), linear-gradient(to left, var(--border-color) 0, var(--border-color) var(--border-width)), linear-gradient(to top, var(--border-color) 0, var(--border-color) var(--border-width)), linear-gradient(to right, var(--border-color) 0, var(--border-color) var(--border-width)), radial-gradient(circle at 0 0, var(--scoop-gradient)), radial-gradient(circle at 100% 0, var(--scoop-gradient)), radial-gradient(circle at 100% 100%, var(--scoop-gradient)), radial-gradient(circle at 0 100%, var(--scoop-gradient)), linear-gradient(to right, var(--background-color) 0, var(--background-color) 1px), linear-gradient(to right, var(--background-color) 0, var(--background-color) 1px);
  background-position: top center, right center, bottom center, left center, top left, top right, bottom right, bottom left, top center, left center;
  background-size: calc(100% - (var(--scoop-radius) + 1px) * 2) var(--border-width), var(--border-width) calc(100% - (var(--scoop-radius) + 1px) * 2), calc(100% - (var(--scoop-radius) + 1px) * 2) var(--border-width), var(--border-width) calc(100% - (var(--scoop-radius) + 1px) * 2), var(--border-stop) var(--border-stop), var(--border-stop) var(--border-stop), var(--border-stop) var(--border-stop), var(--border-stop) var(--border-stop), calc(100% - var(--border-stop) * 2) 100%, 100% calc(100% - var(--border-stop) * 2);
  position: relative;
}
.scooped-corners .stars-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.scooped-corners .stars-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/*
#entregas_carousel>div{
  background: none!important;
}*/
#entregas_carousel {
  background-color: #FFFFFF;
  border: 18px solid #DFE2D5;
}
#entregas_carousel .section-title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 800;
  text-align: center;
}
#entregas_carousel .container-entregas .owl-carousel .owl-nav .owl-prev > span, #entregas_carousel .container-entregas .owl-carousel .owl-nav .owl-next > span {
  font-size: 5rem;
}
#entregas_carousel .container-entregas .owl-carousel .owl-stage-outer .owl-item .item-image {
  background-color: white;
  margin: 0 auto;
}
#entregas_carousel .container-entregas .owl-carousel .owl-stage-outer .owl-item .caption {
  text-align: center;
  padding-top: 20px;
}
#entregas_carousel .container-entregas .owl-carousel .owl-stage-outer .owl-item .caption h4 {
  font-size: 1.4rem;
  margin: 0;
}
#entregas_carousel .container-entregas .owl-carousel .owl-stage-outer .owl-item .caption p {
  font-size: 1rem;
}
#entregas_carousel .container-entregas .owl-carousel .owl-stage-outer .owl-item .caption p.description {
  overflow: hidden;
  height: 40px;
  margin: 0;
  line-height: 1.1rem;
  font-weight: 600;
}
#entregas_carousel .container-entregas .owl-carousel .owl-stage-outer .owl-item .caption p.price {
  color: #FB1149;
  font-weight: bold;
  font-size: 1.2rem;
}
#entregas_carousel .container-entregas #carousel-pagination {
  text-align: center;
  font-size: 1.4rem;
}
#entregas_carousel #dropdownEntregas ul.dropdown-menu li.dropdown-item {
  cursor: pointer;
}
#entregas_carousel #entregasModal {
  z-index: 1072;
}
#entregas_carousel #entregasModal .modal-header .modal-title {
  color: #FFFFFF;
}
#entregas_carousel #entregasModal .modal-body .images #modalCarousel .carousel-control-prev-icon {
  background-image: url("../img/arrow-prev.svg");
}
#entregas_carousel #entregasModal .modal-body .images #modalCarousel .carousel-control-next-icon {
  background-image: url("../img/arrow-next.svg");
}
#entregas_carousel #entregasModal .modal-body .modal-description {
  padding: 10px 0;
}
#entregas_carousel #entregasModal .modal-body .modal-price {
  font-weight: bold;
  font-size: 1.2rem;
}
#entregas_carousel #entregasModal .modal-footer {
  border: none;
}

#special_offer {
  background-color: #C9C34F;
}
#special_offer h2 {
  padding-bottom: 10px;
}
#special_offer h2 mark {
  background-color: #C01212 !important;
  color: #FFFFFF;
}
#special_offer h3 {
  font-size: 1.4rem;
}
#special_offer p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.7rem;
}
#special_offer .owl-nav {
  display: none !important;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; /* para que no interfiera con los clics en las imágenes */
}
#special_offer .owl-nav button.owl-prev, #special_offer .owl-nav button.owl-next {
  background-color: rgba(255, 0, 0, 0.8); /* rojo semi-transparente, puedes cambiarlo */
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 30px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all; /* para que los botones sean clicables */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#special_offer .owl-nav button.owl-prev span, #special_offer .owl-nav button.owl-next span {
  padding: 0 0 5px 0;
}
#special_offer .owl-nav button.owl-prev:hover, #special_offer .owl-nav button.owl-next:hover {
  background-color: rgb(255, 0, 0); /* más intenso al pasar el ratón */
}

#entregas-todas {
  background-color: #DFE2D5;
  margin-top: 0 !important;
}
#entregas-todas .btn-desplegable-entregas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#entregas-todas .btn-desplegable-entregas a {
  font-size: 1.2rem;
}
#entregas-todas .btn-desplegable-entregas [aria-expanded=true]::after {
  content: "⌃";
  vertical-align: inherit;
}
#entregas-todas .btn-desplegable-entregas [aria-expanded=false]::after {
  content: "⌄";
  font-size: 24px;
  line-height: 11px;
  position: relative;
  top: -3px;
}
#entregas-todas #collapseEntregas .card {
  border: none;
  padding: 40px 0 0 0;
}
#entregas-todas #collapseEntregas .card ul > li {
  line-height: 1.4rem;
  padding: 0 0 10px 0;
}
#entregas-todas #collapseEntregas .card ul > li .title {
  font-weight: bold;
}

#section-resumen-entregas {
  /*
  background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0) 100%),url('../img/img-resume.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size:contain;*/
}

#section-banner-subscription {
  padding: 100px 0;
  background-color: rgb(0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))), url("../img/img-banner.png");
  background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%), url("../img/img-banner.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  background-size: contain;
}
#section-banner-subscription .logo-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
#section-banner-subscription h2 {
  text-align: left;
  color: #C9C34F;
}
#section-banner-subscription .selector-entregas {
  padding: 20px 0;
}
#section-banner-subscription .selector-entregas select {
  width: 70%;
}
#section-banner-subscription p.text-content {
  text-align: left;
  margin: 0;
  color: #C9C34F;
}
#section-banner-subscription ul li {
  color: white;
}

#section-banner-subscription-footer {
  background: rgb(223, 220, 215);
}
#section-banner-subscription-footer .content-banner-subcription-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
#section-banner-subscription-footer .content-banner-subcription-footer .logo-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#section-banner-subscription-footer .content-banner-subcription-footer h2 {
  text-align: left;
}

#section-subscription h2, #section-subscription h3 {
  color: #FFFFFF !important;
}
#section-subscription .section-content h2, #section-subscription .section-content h3 {
  color: #FFFFFF !important;
}
#section-subscription .section-content p {
  color: #FFFFFF;
}
#section-subscription .section-content ul li {
  color: #FFFFFF;
}
#section-subscription .section-content #table-terms tbody tr th, #section-subscription .section-content #table-terms tbody tr td {
  color: #FFFFFF;
}

#section-mini-entregas .title-section {
  color: #FFFFFF;
}
#section-mini-entregas .item-entrega {
  background-color: #F5F5F5;
}
#section-mini-entregas .item-entrega .content {
  color: #FFFFFF;
  background-color: #C01212;
  text-align: center;
  padding: 10px;
}
#section-mini-entregas .item-entrega .content .title {
  color: #FFFFFF;
  font-weight: bold;
  margin: 0;
}
#section-mini-entregas .item-entrega .content .description {
  margin: 0;
  overflow: hidden;
  height: 50px;
}
#section-mini-entregas .item-entrega .content .hidden-text {
  margin: 0;
}
#section-mini-entregas .item-entrega .button {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  background-color: #AA4C94;
  padding: 10px;
}

#section-banner-promos {
  background-color: #FAB523;
}
#section-banner-promos .banner-subcription a {
  width: 80%;
  font-size: 1.3rem;
}
#section-banner-promos .container-promos .text-banner {
  background-color: #C01212;
  color: #FFFFFF;
  border: 4px solid #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  font-weight: bold;
}
#section-banner-promos .container-promos .owl-carousel .owl-nav .owl-prev > span, #section-banner-promos .container-promos .owl-carousel .owl-nav .owl-next > span {
  font-size: 5rem;
}

#section-video {
  padding: 0;
}
#section-video .col .embed-responsive {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section-magazine {
  background-image: url("../img/bck-magazine.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-size: cover;
  /*
      background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%),url('../img/img-banner.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size:contain;*/
}
#section-magazine #magazine h2 {
  text-align: left;
}
#section-magazine #magazine p {
  margin: 0;
}

#section-parallax {
  background-image: url("../img/img-parallax.jpg");
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-parallax .content-parallax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#faqs {
  background-color: #000000;
}
#faqs h2 {
  color: #C9C34F;
}
#faqs h3 {
  color: #C9C34F;
}
#faqs .section-title {
  color: #C9C34F;
}
#faqs #accordionFaqs {
  padding: 40px 0 20px 0;
}
#faqs #accordionFaqs .accordion-item {
  background-color: transparent;
  border: none;
}
#faqs #accordionFaqs .accordion-item .accordion-button {
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #C9C34F;
  background-color: transparent;
  border-bottom: 1px solid #C9C34F;
  text-transform: uppercase;
}
#faqs #accordionFaqs .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  font-size: 1.2rem;
}
#faqs #accordionFaqs .accordion-item .accordion-button:not(.collapsed):after {
  font-family: "Font Awesome 5 Free";
  content: "\f056";
  font-weight: bold;
  margin-right: 5px;
}
#faqs #accordionFaqs .accordion-item .accordion-button::after {
  background-image: none;
}
#faqs #accordionFaqs .accordion-item .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  font-weight: bold;
}
#faqs #accordionFaqs .accordion-item .accordion-body {
  color: #FFFFFF;
}
#faqs #accordionFaqs .accordion-item .accordion-body a {
  color: #FFFFFF;
  font-weight: bold;
}
#faqs #accordionFaqs .accordion-item .accordion-body p {
  color: #FFFFFF;
  margin: 0;
}
#faqs #accordionFaqs .accordion-item .accordion-body ul li {
  color: #FFFFFF;
}
#faqs .button-faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section-advantages #advantages-boxes .advantage {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
#section-advantages #advantages-boxes .advantage .icon {
  min-height: 90px;
}
#section-advantages #advantages-boxes .advantage .text {
  padding: 10px 40px 0;
  color: #AA4C94;
}
#section-advantages #advantages-boxes .advantage .text h3 {
  font-weight: 800;
  margin: 0;
  font-size: 1rem;
  line-height: 1.3rem;
}
#section-advantages #advantages-boxes .advantage .text p {
  font-weight: 500;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

/*--------------------------*/
/* FOOTER      */
/*--------------------------------*/
.footer-container {
  background-color: #000000;
}
.footer-container .footer-content {
  padding: 50px 0;
}
.footer-container .footer-content a {
  color: #FFFFFF;
}
.footer-container .footer-content .footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-container .footer-content .footer-col.middle {
  border-right: 1px solid #FFFFFF;
}
.footer-container .footer-content .footer-col .footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-container .footer-content .footer-col .footer-block .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-container .footer-content .footer-col .footer-block .icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0 0 10px;
}
.footer-container .footer-content .footer-col .footer-block .icon-text .text {
  padding-left: 10px;
}
.footer-container .footer-content .footer-col .footer-block .icon-text .text h3 {
  color: #FFFFFF;
  text-align: left;
  margin: 0;
}
.footer-container .footer-content .footer-col .footer-block .icon-text .text p {
  line-height: 1.2rem;
}
.footer-container .footer-content .footer-col .footer-block .icon-text .text .timetable {
  font-style: italic;
  font-size: 0.9rem;
}
.footer-container .footer-content .footer-col .footer-block .icon-text .text a {
  color: #FFFFFF;
}
.footer-container .footer-content .footer-col .footer-block p {
  color: #FFFFFF;
  margin: 0;
}

.subfooter-container {
  background-color: #C9C34F;
  padding-bottom: 60px;
}
.subfooter-container .bottom-footer-row {
  text-align: center;
}
.subfooter-container .bottom-footer-row p {
  margin: 10px 0;
}

/********** STICKY FOOTER *****/
#stickyFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/***** COOKIES *****/
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 100%;
  background-color: #000000;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 1071;
}
#gdpr-cookie-message h4 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
#gdpr-cookie-message h5 {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
  padding: 0;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  color: white;
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
#gdpr-cookie-message button#ihavecookiesBtn {
  border: none;
  font-weight: bold;
  background: #FFFFFF;
  color: #000000;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: #000000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
  background: white;
  color: #000000;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

/******* END COOKIES ******/
/*--------------------------*/
#alertModal {
  z-index: 1072;
  background-color: rgba(0, 0, 0, 0.5);
}

/******************************/
/****** SUBSCRIPTION POPUP *****/
/******************************/
#subscriptionPopupModal {
  z-index: 1073;
}
#subscriptionPopupModal .modal-dialog {
  max-width: 600px;
}
@media (max-width: 767px) {
  #subscriptionPopupModal .modal-dialog {
    max-width: 90%;
    margin: 1rem auto;
  }
}
#subscriptionPopupModal .subscription-popup-content {
  background-color: #000000;
  border: 3px solid #C9C34F;
  border-radius: 15px;
  overflow: hidden;
}
#subscriptionPopupModal .subscription-popup-header {
  background-color: #C01212;
  border-bottom: 3px solid #C9C34F;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#subscriptionPopupModal .subscription-popup-header .btn-close {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#subscriptionPopupModal .subscription-popup-header .btn-close:hover {
  opacity: 0.8;
}
#subscriptionPopupModal .subscription-popup-body {
  padding: 40px 30px;
  text-align: center;
  background-color: #000000;
}
@media (max-width: 767px) {
  #subscriptionPopupModal .subscription-popup-body {
    padding: 30px 20px;
  }
}
#subscriptionPopupModal .subscription-popup-body .subscription-popup-title {
  color: #C9C34F;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #subscriptionPopupModal .subscription-popup-body .subscription-popup-title {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
#subscriptionPopupModal .subscription-popup-body .subscription-popup-text {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #subscriptionPopupModal .subscription-popup-body .subscription-popup-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#subscriptionPopupModal .subscription-popup-body .subscription-popup-button {
  margin-top: 20px;
}
#subscriptionPopupModal .subscription-popup-body .subscription-popup-button .subscription-popup-cta {
  background-color: #C01212 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 15px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#subscriptionPopupModal .subscription-popup-body .subscription-popup-button .subscription-popup-cta:hover {
  background-color: #910e0e !important;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 767px) {
  #subscriptionPopupModal .subscription-popup-body .subscription-popup-button .subscription-popup-cta {
    font-size: 1.1rem;
    padding: 12px 40px;
  }
}

/******************************/
/****** SUBSCRIPTION PAGE *****/
/******************************/
#section-subscription {
  background-color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.75))), url("../img/back-subscription.jpg") no-repeat center center fixed;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.75)), url("../img/back-subscription.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  padding: 50px 0;
}
#section-subscription .title-section h2 {
  color: #FFFFFF;
  text-transform: none;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
}
#section-subscription .title-section h3 {
  color: #FFFFFF;
  text-transform: none;
  text-align: left;
}
#section-subscription .step-1 #deliveries-tab .nav-item .nav-link {
  border-color: #C9C34F;
  border-radius: 0;
  color: #FFFFFF;
}
#section-subscription .step-1 #deliveries-tab .nav-item .nav-link.active {
  background-color: #C9C34F;
  font-weight: 600;
}
#section-subscription .step-1 #deliveries-tab-content {
  background-color: #FFFFFF;
}
#section-subscription .step-1 #deliveries-tab-content .tab-pane {
  border-radius: 0;
  border-color: #C9C34F;
}
#section-subscription .step-1 #deliveries-tab-content .tab-pane .card-header {
  border-radius: 0;
  background-color: #000000;
}
#section-subscription .step-1 #deliveries-tab-content .tab-pane .card-header h5 a {
  color: #C9C34F;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-size: 1.2rem;
}
#section-subscription .step-1 #deliveries-tab-content .tab-pane.active {
  border-radius: 0;
  border: none;
}
#section-subscription .step-1 #deliveries-tab-content .tab-pane.active .card-header {
  border-radius: 0;
  background-color: #C9C34F;
}
#section-subscription .step-1 #deliveries-tab-content .tab-pane.active .card-header h5 a {
  color: #FFFFFF;
  font-weight: 600;
}
#section-subscription .step-2 #payments-tab .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
#section-subscription .step-2 #payments-tab .nav-item .nav-link {
  border-color: #C9C34F;
  border-radius: 0;
  color: #FFFFFF;
  width: 100%;
}
#section-subscription .step-2 #payments-tab .nav-item .nav-link.active {
  background-color: #C9C34F;
  font-weight: 600;
}
#section-subscription .step-2 #payments-tab-content {
  background-color: #FFFFFF;
}
#section-subscription .step-2 #payments-tab-content .tab-pane {
  border-radius: 0;
  border-color: #C9C34F;
}
#section-subscription .step-2 #payments-tab-content .tab-pane .card-header {
  border-radius: 0;
  background-color: #000000;
}
#section-subscription .step-2 #payments-tab-content .tab-pane .card-header h5 a {
  color: #C9C34F;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-size: 1.2rem;
}
#section-subscription .step-2 #payments-tab-content .tab-pane .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section-subscription .step-2 #payments-tab-content .tab-pane .card-body img {
  margin: 0 auto;
}
#section-subscription .step-2 #payments-tab-content .tab-pane.active {
  border-radius: 0;
  border: none;
}
#section-subscription .step-2 #payments-tab-content .tab-pane.active .card-header {
  border-radius: 0;
  background-color: #C9C34F;
}
#section-subscription .step-2 #payments-tab-content .tab-pane.active .card-header h5 a {
  color: #FFFFFF;
  font-weight: 600;
}

/*** LEGAL ***/
#section-privacy-policy .legal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section-privacy-policy .legal-card .icon-legal {
  padding: 10px;
}
#section-privacy-policy .legal-card .content-legal {
  padding: 10px;
}
#section-privacy-policy .legal-card .content-legal h3 {
  text-align: left;
  margin: 0;
}
#section-privacy-policy .legal-card .content-legal h4 {
  text-align: left;
  font-size: 1rem;
  margin: 10px 0 0;
}

/*** RESPONSIVE TABS ***/
.responsive-tabs {
  padding: 1rem;
}

.responsive-tabs .nav-tabs {
  display: none;
}

/*** PAYMENT TABS ***/
.payment-responsive-tabs {
  padding: 1rem;
}

.payment-responsive-tabs .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .responsive-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .responsive-tabs .card {
    border: none;
  }
  .responsive-tabs .card .card-header {
    display: none;
  }
  .responsive-tabs .card .collapse {
    display: block;
  }
  /*** PAYMENT TABS ***/
  .payment-responsive-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .payment-responsive-tabs .card {
    border: none;
  }
  .payment-responsive-tabs .card .card-header {
    display: none;
  }
  .payment-responsive-tabs .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .payment-responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
/*--------------------------*/
/* - MEDIA QUERIES
/*------------------------------------------------------*/
/* large - display 5 */
/* large - display 4 */
/* large - display 3 */
@media (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .section-content {
    padding: 20px 0;
  }
  .navbar-nav {
    border-top: 1px solid #FFFFFF;
    color: #fff;
    z-index: 1;
    margin-top: 5px;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 0.7em 1em !important;
    font-size: 100%;
    font-weight: 500;
    text-align: center;
  }
  .hero {
    background-image: url("../img/img-hero-mobile.jpg");
    background-color: #000000;
  }
  .hero .container {
    padding: 0;
    max-width: 100%;
  }
  .hero .container .column-hero {
    padding: 0;
  }
  .hero .container .column-hero .hero-text {
    padding: 100px 10% 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .hero .container .column-hero .hero-text .logo-collection {
    max-width: 500px;
    margin-bottom: 0;
  }
  .hero .container .column-hero .hero-text .image-hero-mobile {
    margin-bottom: 20px;
  }
  .hero .container .column-hero .hero-text h1 {
    margin-bottom: 20px;
  }
  .hero .container .column-hero .hero-text .number {
    margin-bottom: 20px;
  }
  .hero .container .column-hero .hero-text .price {
    margin-bottom: 40px;
  }
  #section-present-hero .content-present-hero {
    padding: 0;
  }
  #section-present-hero .content-present-hero .back-hero {
    padding: 20px 30px 0;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  #section-present-hero .content-present-hero .back-hero .text-with-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #section-banner-subscription {
    padding: 40px 0 0;
    text-align: center;
  }
  #section-banner-subscription .banner-subcription h2 {
    text-align: center;
  }
  #section-banner-subscription .banner-subcription .selector-entregas select {
    width: 90%;
    margin: 0 auto;
  }
  #section-banner-subscription .banner-subcription p.text-content {
    text-align: center;
  }
  #section-banner-subscription .banner-subcription input {
    width: 90%;
    margin: 20px 0 40px;
  }
  .footer-container .footer-content .footer-col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .footer-container .footer-content .middle {
    border-right: none !important;
  }
  #tooltip-1 {
    position: relative;
    left: 0;
    top: -350px !important;
  }
}
/* medium - display 2  */
@media (max-width: 767px) {
  #section-video #content-video {
    padding: 20px 0 0 0;
  }
}
/* Small devices */
/* Small devices */
@media (max-width: 480px) {
  .hero .hero-text {
    padding: 110px 0 60px;
  }
  #tooltip-1 {
    position: relative;
    left: 0;
    top: -300px !important;
  }
  #section-video #content-video {
    padding-top: 20px;
  }
  #section-video #content-video .column-text {
    padding-right: 10px;
  }
}