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

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.2rem;
  line-height: 1.5rem;
  padding: 10px 30px;
}

.btn-secondary {
  background-color: #F7C20D !important;
  border: 2px solid #F7C20D !important;
  color: #111111 !important;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 10px 30px;
}

.btn-terciary {
  background-color: #FFFFFF !important;
  border: none !important;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
  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;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.8);
}
#navbarEmse .navbar-bottom {
  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;
  font-size: 0.8rem;
  background-color: red;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
#navbarEmse a.navbar-brand {
  padding: 0;
}
#navbarEmse .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 10px;
}
#navbarEmse .navbar-collapse .nav-item a {
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
}
#navbarEmse .navbar-collapse .nav-item a:hover {
  color: #FFFFFF;
  font-weight: bold;
}
#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 .social-media {
  padding-right: 10px;
}
#navbarEmse .subscribe-menu-button a {
  padding: 15px 20px !important;
  font-size: 1rem;
  line-height: 1rem;
}
#navbarEmse .subscribe-menu-button a small {
  font-size: 0.7rem;
  line-height: 0.7rem;
}

.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: #FFFFFF;
}
.hero .hero-text .fascicle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 50px;
}
.hero .hero-text .number {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #FFFFFF;
}
.hero .hero-text .price {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3rem;
  margin-bottom: 50px;
  color: #FFFFFF;
}
.hero .hero-text .btn-hero a {
  cursor: pointer;
  line-height: 1.5;
  font-size: 1.4rem;
  border-radius: 30px;
  background-color: #FFFFFF;
}

/**** STICKY  MENU ****/
#section-present-hero .title-section {
  font-size: 3rem;
}
#section-present-hero .video .embed-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
#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;
  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-video {
  background-color: #DFE2D5;
  padding: 0;
}
#section-video .text-video {
  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-pack: distribute;
      justify-content: space-around;
  height: 100%;
}
#section-video .text-video h2 {
  text-align: left;
}
#section-video .text-video .btn-video {
  width: 100%;
}
#section-video .text-video .btn-video a {
  width: 100%;
}
#section-video .embed-responsive {
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section-presentation .btn-download a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section-presentation .presentation .text {
  background-color: #111111;
  border-top: 1px solid #F7C20D;
  padding: 30px 10px;
}
#section-presentation .presentation .text .content-text {
  text-align: center;
}
#section-presentation .presentation .text .content-text .heading {
  color: #F7C20D;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin: 0 0 10px;
}
#section-presentation .presentation .text .content-text p {
  color: #FFFFFF;
  margin: 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 .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: #F7C20D;
  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: #111111;
  padding-bottom: 10px;
}
#section-presents .present .text .content-text p {
  margin: 0;
  color: #000000;
}

/*
#entregas_carousel>div{
  background: none!important;
}*/
#presents_carousel {
  background-image: url("../img/bck-carousel-presents.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-size: cover;
}
#presents_carousel .section-title h2 {
  color: #F7C20D;
}
#presents_carousel .container-presents .owl-carousel .owl-nav .owl-prev > span, #presents_carousel .container-presents .owl-carousel .owl-nav .owl-next > span {
  font-size: 5rem;
}
#presents_carousel .container-presents .owl-carousel .owl-stage-outer .owl-item {
  padding: 10px;
}
#presents_carousel .container-presents .owl-carousel .owl-stage-outer .owl-item .item-image {
  background-color: #F5F5F5;
  margin: 0 auto;
}
#presents_carousel .container-presents .owl-carousel .owl-stage-outer .owl-item .caption {
  text-align: center;
  padding: 40px;
  background-color: #555555;
}
#presents_carousel .container-presents .owl-carousel .owl-stage-outer .owl-item .caption p.title {
  color: #F7C20D;
  font-weight: bold;
  font-size: 1.3rem;
}
#presents_carousel .container-presents .owl-carousel .owl-stage-outer .owl-item .caption p.description {
  overflow: hidden;
  margin: 0;
  color: #FFF;
}
#presents_carousel .container-presents .owl-carousel .owl-nav button {
  color: #FFFFFF;
}
#presents_carousel .advantages {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  text-align: center;
}
#presents_carousel .advantages p {
  color: #FFFFFF;
  margin: 0;
}
#presents_carousel .advantages .highlight {
  color: #F7C20D;
  font-weight: bold;
}

#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: 0.875rem;
}
#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;
}

#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-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: #F7C20D;
}
#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: #F7C20D;
}
#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-parallax {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background-image: url("../img/img-parallax.jpg");
  min-height: 300px;
  background-attachment: fixed;
  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;
}

#section-parallax-2 {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
  background-image: url("../img/img-parallax-2.jpg");
  min-height: 150px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-prices {
  background-image: url("../img/bck-prices.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#section-prices #top {
  padding: 50px 0;
}
#section-prices #top .title-section h2 {
  color: #F7C20D;
}
#section-prices #top .content-present-hero {
  text-align: center;
  color: #FFFFFF;
}
#section-prices #bottom {
  background-color: #F7C20D;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

#section-packs .content-pack {
  text-align: center;
}
#section-packs .content-pack .title {
  background-color: #111111;
  color: #F7C20D;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.5rem;
  padding: 15px 0;
}
#section-packs .content-pack .image-pack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%;
  border: 1px solid #F7C20D;
  background-color: #F5F5F5;
}
#section-packs .content-pack .image-pack .gratis {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 20px 10px 10px;
  margin: 20px 0 30px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #111111;
  border: 1px solid #F7C20D;
  color: #F7C20D;
}
#section-packs .content-pack .image-pack .gratis:hover {
  background-color: #F7C20D;
  color: #000000;
}

#faqs {
  background-color: #F7C20D;
}
#faqs .section-title {
  color: #000000;
}
#faqs #accordionFaqs {
  padding: 40px 0 20px 0;
}
#faqs #accordionFaqs .accordion-item {
  background-color: transparent;
  border: none;
  padding: 10px 0;
}
#faqs #accordionFaqs .accordion-item .accordion-button {
  padding: 20px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #FFFFFF;
  background-color: #000000;
  border-bottom: 1px solid #000000;
  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: #000000;
  background-color: #FAFAFA;
}
#faqs #accordionFaqs .accordion-item .accordion-body a {
  color: #FFFFFF;
  font-weight: bold;
}
#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: 0.8rem;
  line-height: 1rem;
}

/*--------------------------*/
/* FOOTER      */
/*--------------------------------*/
.footer-container {
  background-color: #000000;
}
.footer-container .footer-content {
  padding: 50px 0;
}
.footer-container .footer-content a {
  color: #FFFFFF;
}
.footer-container .footer-content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 30px;
}
.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 .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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px 10px 10px;
  border: 1px solid #F7C20D;
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  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 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;
}
#stickyFooter .subscribe-menu-button a {
  padding: 5px 50px !important;
  font-size: 1.2rem;
  line-height: 1rem;
}
#stickyFooter .subscribe-menu-button a small {
  font-size: 0.8rem;
  line-height: 0.8rem;
}

/***** COOKIES *****/
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 100%;
  background-color: #111111;
  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: #111111;
  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: #111111;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
  background: white;
  color: #111111;
}
#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 PAGE *****/
/******************************/
#section-subscription {
  background-color: #111111;
  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: 100px 0;
}
#section-subscription .title-section h2 {
  color: #F5F5F5;
  text-transform: none;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
}
#section-subscription .title-section h3 {
  color: #F5F5F5;
  text-transform: none;
  text-align: left;
}
#section-subscription .step-1 #deliveries-tab .nav-item .nav-link {
  border-color: #F5F5F5;
  border-radius: 0;
  color: #FFFFFF;
}
#section-subscription .step-1 #deliveries-tab .nav-item .nav-link.active {
  background-color: #F5F5F5;
  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: #F5F5F5;
}
#section-subscription .step-1 #deliveries-tab-content .tab-pane .card-header {
  border-radius: 0;
  background-color: #111111;
}
#section-subscription .step-1 #deliveries-tab-content .tab-pane .card-header h5 a {
  color: #F5F5F5;
  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: #F5F5F5;
}
#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: #F5F5F5;
  border-radius: 0;
  color: #FFFFFF;
  width: 100%;
}
#section-subscription .step-2 #payments-tab .nav-item .nav-link.active {
  background-color: #F5F5F5;
  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: #F5F5F5;
}
#section-subscription .step-2 #payments-tab-content .tab-pane .card-header {
  border-radius: 0;
  background-color: #111111;
}
#section-subscription .step-2 #payments-tab-content .tab-pane .card-header h5 a {
  color: #F5F5F5;
  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: #F5F5F5;
}
#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;
  }
  #navbarEmse .navbar-top {
    padding: 10px 6px;
  }
  .hero {
    background-color: #111111;
    background-image: none;
  }
  .hero .container {
    padding: 0;
    max-width: 100%;
  }
  .hero .container .column-hero {
    padding: 0;
  }
  .hero .container .column-hero .hero-text {
    padding: 120px 0 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 .logo-collection img {
    margin-bottom: 0 !important;
  }
  .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 .fascicle {
    margin-bottom: 10px;
  }
  .hero .container .column-hero .hero-text .number {
    margin-bottom: 20px;
  }
  .hero .container .column-hero .hero-text .price {
    margin-bottom: 30px;
  }
  #presents_carousel .container-presents .owl-carousel .owl-stage-outer .owl-item {
    padding: 0;
  }
  #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;
  }
}
/* medium - display 2  */
@media (max-width: 767px) {
  #section-video {
    text-align: center;
  }
  #section-video .text-video h2 {
    text-align: center;
  }
}
/* Small devices */
/* Small devices */
@media (max-width: 480px) {
  .hero .hero-text {
    padding: 110px 0 60px;
  }
  .hero .hero-text .logo-collection {
    padding: 0 20px;
  }
  .hero .hero-text h1 {
    padding: 0 20px;
  }
  #section-video #content-video {
    padding-top: 20px;
  }
  #section-video #content-video .column-text {
    padding-right: 10px;
  }
}