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

a:hover {
  color: white;
}

a:visited {
  color: inherit;
}

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

.collection-back {
  background-color: #001e3c;
}

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

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

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

p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.5rem;
  color: #082b40;
}

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

h2 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 10px 0;
  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: #082b40;
}

/***** COOKIES *****/
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #001e3c;
  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: #001e3c;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}
#gdpr-cookie-message h5 {
  color: #001e3c;
  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: #3C6C89;
  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: #3C6C89;
  -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: #0157A0;
  color: white;
  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: #3C6C89;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
  background: white;
  color: #3C6C89;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

/******* END COOKIES ******/
/*--------------------------*/
/*------- HEADER ------*/
#masthead {
  background-color: #98e02c;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1071;
}
#masthead #upper-header {
  background-color: #8bd61b;
  color: #009ccf;
}
#masthead #upper-header .notice-subscription {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 4px 0;
}
/*#masthead .logo-editorial #logo {
  width:100px;

#masthead .logo-editorial #imago-logo {
  width:100px;
}*/
#masthead #site-navigation {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#masthead #site-navigation #navbarEmse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#masthead #site-navigation button.navbar-toggler {
  background-color: #FFF;
}
#masthead #site-navigation li {
  padding: 0 1%;
  margin: 10px 0;
}
#masthead #site-navigation li:last-child {
  padding-right: 0;
}
#masthead #site-navigation li a {
  font-family: "Montserrat", serif;
  color: white;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.6em;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
#masthead #site-navigation li a:hover {
  color: #6AA5B5;
}
#masthead #subscribe-button {
  border-radius: 25px;
  padding: 10px 60px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.6rem;
  background-color: #009ccf;
  border-color: #009ccf;
  color: #FFFFFF;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  text-transform: uppercase;
  float: right;
}
#masthead #subscribe-button:hover, #masthead #subscribe-button:focus {
  background-color: white;
  border-color: white;
  color: #001e3c;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#masthead #navigation-empty {
  padding: 10px 0;
}
#masthead #navigation-empty a {
  text-decoration: none;
  color: white;
}
/* Style for the "Comprar Aquí" button */
.nav-item .comprar-btn {
  background-color: #5bbad5;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.4s ease;
}

.nav-item .comprar-btn:hover {
  background-color: #009ccf;
  color: white;
}

/*--------------------------*/
/*------- PRIMARY-MENU ------*/
#hero .container-fluid {
  padding: 0;
}
#hero .container-fluid .hero-container {
  position: relative;
}
#hero .container-fluid .hero-container #heroCarousel .carousel-indicators button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
#hero .container-fluid .hero-container #heroCarousel .carousel-indicators button.active {
  background-color: #009ccf;
}
#hero .container-fluid .hero-container #heroCarousel .carousel-control-next-icon, #hero .container-fluid .hero-container #heroCarousel .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}
#hero .container-fluid .hero-container #heroCarousel .carousel-control-next-icon {
  background-image: url("../img/arrow-next.svg");
}
#hero .container-fluid .hero-container #heroCarousel .carousel-control-prev-icon {
  background-image: url("../img/arrow-prev.svg");
}
#hero .container-fluid .hero-container #heroCarousel .carousel-inner .carousel-item {
  background: url("../img/hero-slider/hero-bck.jpg") no-repeat left;
  background-size: cover;
}
#hero .container-fluid .hero-container #heroCarousel .carousel-inner .carousel-item .item-image-slider {
  position: relative;
  margin-right: 1%;
  margin-left: 35%;
  max-height: 100%;
  height: auto;
  transform: translateX(7%);
}
#hero .container-fluid .hero-container .slider-overlay-bck {
  position: absolute;
  /* center this overlay over the slider */
  top: 43%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  background-color: rgba(119,207,255,0.7);
  width: 30%;
}
#hero .container-fluid .hero-container .slider-overlay-content {
  position: absolute;
  /* center this overlay over the slider */
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 30%;
  padding: 40px;
  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;
}
#hero .container-fluid .hero-container .slider-overlay-content .logo {
  padding: 20px 0;
}
#hero .container-fluid .hero-container .slider-overlay-content p {
  color: #000000;
}
#hero .container-fluid .hero-container .slider-overlay-content p.title {
  font-size: 1.25rem;
}
#hero .container-fluid .hero-container .slider-overlay-content p.offer {
  font-size: 1.125rem;
  margin: 0;
}
#hero .container-fluid .hero-container .slider-overlay-content p.subtitle {
  font-size: 1.25rem;
}
#hero .container-fluid .hero-container .slider-overlay-content p.price {
  font-size: 3.125rem;
  line-height: 3.3rem;
}

#hero-mobile {
  padding: 10px 0 15px 0;
  width: 100%;
  background-color: #009ccf;
  text-align: center;
}
#hero-mobile .text-content {
  padding: 0 0 10px 0;
}
#hero-mobile .text-content p {
  color: #020202;
  margin: 0;
}
#hero-mobile .text-content p.price {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

a.button-colored {
  border-radius: 25px;
  padding: 15px 60px;
  font-weight: 800;
  text-decoration: none;
  background-color: #7ebb23;
  border-color: #7ebb23;
  color: white;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a.button-colored:hover, a.button-colored:focus {
  background-color: white;
  border-color: white;
  cursor: pointer;
  color: #7ebb23;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.button-border-colored {
  font-weight: 800;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: #EE3829;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a.button-border-colored:hover, a.button-border-colored:focus {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  color: #EE3829;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.button-white {
  border-radius: 25px;
  padding: 15px 60px;
  font-weight: 800;
  text-decoration: none;
  background-color: white;
  border-color: white;
  color: #3C6C89;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a.button-white:hover {
  background-color: #3C6C89;
  border-color: #3C6C89;
  cursor: pointer;
}

a.link-primary {
  color: #3C6C89;
  font-size: 1.1rem;
  font-weight: bold;
}
a.link-primary:hover, a.link-primary:visited {
  color: #3C6C89;
}

#regalos-coleccion {
  padding: 0 0 10px 0;
}
#regalos-coleccion p {
  color: #FFF;
}
#regalos-coleccion h2 {
  color: white;
}
#regalos-coleccion h3 {
  color: white;
}
#regalos-coleccion .row-regalo {
  padding: 40px 0;
}
#regalos-coleccion .row-regalo .column-text {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 50px;
}
#regalos-coleccion .row-regalo .column-text p {
  color: white;
}
#regalos-coleccion .row-regalo .title {
  text-align: left;
  font-weight: 800;
  color: white;
}
#regalos-coleccion .row-regalo .container-present {
  position: relative;
}
#regalos-coleccion .row-regalo .container-present .image-present {
  text-align: center;
}
#regalos-coleccion .row-regalo .container-present .horitzontal-stamp {
  margin: 0 auto;
  background-color: #877948;
  padding: 10px;
}
#regalos-coleccion .row-regalo .container-present .horitzontal-stamp .border-stamp {
  text-align: center;
  border: 2px solid white;
  padding: 10px;
}
#regalos-coleccion .row-regalo .container-present .horitzontal-stamp .border-stamp p {
  color: #FFF;
  margin: 4px 0;
}
#regalos-coleccion .row-regalo .container-present .horitzontal-stamp .border-stamp p.sending-text {
  font-size: 0.95rem;
  line-height: 1.3rem;
  font-style: italic;
}
#regalos-coleccion .row-regalo .container-present .horitzontal-stamp .border-stamp p.title-text {
  font-size: 1.3rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin: 7px 0;
}
#regalos-coleccion .row-regalo .container-present .horitzontal-stamp .border-stamp p.title-text .price {
  color: #EFBF4E;
}
#regalos-coleccion .row-regalo .container-present .horitzontal-stamp .border-stamp p.subtitle-text {
  font-size: 0.95rem;
  line-height: 1.3rem;
}
#regalos-coleccion .button-present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#section-video {
  background-color: #FFFCF4;
}
#section-video #content-video {
  padding: 50px 0 30px 0;
}
#section-video #content-video .column-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}
#section-video #content-video .embed-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
#section-video #content-video .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#faqs {
  background-color: #FFFFFF;
}
#faqs #accordionFaqs {
  padding: 40px 0 20px 0;
}
#faqs #accordionFaqs .accordion-item .accordion-button {
  font-weight: bold;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #FFFFFF;
}
#faqs #accordionFaqs .accordion-item .accordion-button:not(.collapsed) {
  color: #082b40;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#faqs #accordionFaqs .accordion-item .accordion-button:not(.collapsed):after {
  font-family: "Font Awesome 5 Free";
  content: "";
  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: "";
}

#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: 20px 0 0 0;
}
#entregas-todas #collapseEntregas .card ul > {
  padding: 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-advantages #advantages-boxes {
  padding: 30px 0;
}
#section-advantages #advantages-boxes .advantage {
  background-color: white;
  padding: 30px;
  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;
  min-height: 215px;
  margin: 5px;
}
#section-advantages #advantages-boxes .advantage .icon-advantage {
  height: 55px;
}
#section-advantages #advantages-boxes .advantage p {
  padding-top: 10px;
  font-weight: 800;
  margin: 0;
}
#section-advantages #advantages-boxes .advantage p.description {
  font-weight: 500;
  padding: 0;
}
#section-advantages .button-advantages {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

/*--------------------------*/
/* FOOTER      */
/*--------------------------------*/
.footer-container {
  background-color: #7ebb23;
}
.footer-container .footer-content {
  padding: 20px;
}
.footer-container .footer-content .footer-col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-container .footer-content .footer-col h3.title {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4rem;
  /*text-align: left;*/
}
.footer-container .footer-content .footer-col p {
  color: white;
  margin: 5px 0;
  font-size: 0.875rem;
  line-height: 0.9rem;
  text-align: center;
}

.subfooter-container {
  background-color: #7ebb23;
}
.subfooter-container .bottom-footer-row {
  text-align: center;
}
.subfooter-container .bottom-footer-row p {
  color: white;
  margin: 10px 0;
}

/*---- CAROUSEL ----*/
#entregas_carousel > div {
  background: none !important;
}

#entregas_carousel #dropdownEntregas ul.dropdown-menu li.dropdown-item {
  cursor: pointer;
}
#entregas_carousel .owl-carousel .owl-nav .owl-prev > span, #entregas_carousel .owl-carousel .owl-nav .owl-next > span {
  font-size: 3rem;
}
#entregas_carousel .owl-carousel .owl-stage-outer .owl-item {
  padding: 30px;
  background-color: white;
}
#entregas_carousel .owl-carousel .owl-stage-outer .owl-item .item-image {
  margin: 0 auto;
}
#entregas_carousel .owl-carousel .owl-stage-outer .owl-item .caption {
  text-align: center;
  padding-top: 20px;
}
#entregas_carousel .owl-carousel .owl-stage-outer .owl-item .caption p {
  font-size: 16px;
}
#entregas_carousel .owl-carousel .owl-stage-outer .owl-item .caption p.description {
  margin: 0 0 10px 0;
  line-height: 1.2rem;
}
#entregas_carousel .owl-carousel .owl-stage-outer .owl-item .caption p.price {
  color: #EE3829;
  font-weight: bold;
  font-size: 1.2rem;
}
#entregas_carousel .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 0.5;
}
#entregas_carousel .owl-carousel .owl-stage-outer .owl-item.active.center {
  opacity: 1;
}
#entregas_carousel .owl-carousel .owl-dots {
  display: none;
}
#entregas_carousel #carousel-pagination {
  text-align: center;
}
#entregas_carousel #entregasModal {
  z-index: 1072;
}
#entregas_carousel #entregasModal .modal-header .modal-title {
  color: #001e3c;
}
#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;
  color: #EE3829;
}
#entregas_carousel #entregasModal .modal-footer {
  border: none;
}

/*--------------------------*/
/* - MEDIA QUERIES
/*------------------------------------------------------*/
/* large - display 5 */
@media (max-width: 1399px) {
  #masthead #subscribe-button {
    padding: 5px 0;
  }
}
/* large - display 4 */
@media (max-width: 1199px) {
  #masthead #subscribe-button {
    width: 70%;
    margin: 10px 0;
  }
}
/* large - display 3 */
@media (max-width: 991px) {
  #masthead .navbar-collapse ul.navbar-nav {
    margin-top: 25px;
  }
  #masthead .navbar-collapse ul.navbar-nav li a.nav-link {
    padding: 5px 0 5px 5% !important;
  }
  #entregas_carousel select#selectEntregas {
    font-size: 0.8rem;
  }
}
/* medium - display 2  */
@media (max-width: 767px) {
  .hero-container #heroCarousel .carousel-inner .carousel-item .item-image-slider {
    margin-right: 0 !important;
  }

  #section-video #content-video {
    padding: 20px 0 0 0;
  }

  .row-regalo .column-text {
    padding: 20px 30px 0 30px;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .row-regalo .column-text p, .row-regalo .column-text h3 {
    text-align: center !important;
  }
}
/*** OCULTAR CAROUSEL SLIDER ***/
#heroCarousel .carousel-control-prev {
  display: none;
}
#heroCarousel .carousel-control-next {
  display: none;
}
#heroCarousel .carousel-indicators {
  display: none;
}

/* Small devices */
@media (max-width: 575px) {
  .row-regalo .container-present {
    margin-bottom: 20px;
  }
  .row-regalo .container-present .horitzontal-stamp {
    width: 100% !important;
  }
}
/* Small devices */
@media (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  #section-video #content-video {
    padding-top: 20px;
  }
  #section-video #content-video .column-text {
    padding-right: 10px;
  }

  .footer-container .footer-content .footer-col {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer-container .footer-content .footer-col .footer-block {
    width: 80%;
  }
}