/** Shopify CDN: Minification failed

Line 956:10 Expected ":"
Line 1312:14 Unexpected "{"

**/


/* Variables - solo para colores, ya que las variables de fuentes pueden dar problemas en Shopify */
:root {
  --color-primary: #26336e;
  --color-accent: #083D41;
}


.form-barra{
  display: none;
}

/* Global Resets */
.inside-page {
  min-width: 100vw;
overflow-x: hidden;
margin: 0 !important;
}

.clear-efe {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

.home-title {
  display: none;
}

.featured-collection {
  margin-bottom: 0;
}

.rte {
  margin-top: 0;
  padding: 0px 0px;
  overflow-x: hidden;
}

/* ISO Container */



/* Hero Section */
.efe-hero-container {
  display: flex;
  background-image: url("{{ 'efe-diadelamadre-hero-background-2026.png' | asset_url }}");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  height: 70vh;
  padding: 80px 0 0 0px;
  position: relative;
  z-index: 1;
  justify-content: start;
}

.efe-logo-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.efe-logowibai{
  width: 200px;
  height: auto;
}

.efe-hero-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.efe-hero-title {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  color: white;
  font-family: 'NeutraText', sans-serif;
  width: 55%;
  align-self: center;
  margin-bottom: 10px;
}

.efe-hero-subtitle {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: white;
  font-family: 'NeutraText', sans-serif;
  width: 90%;
  align-self: center;
  margin-bottom: 40px;
}

.efe-hero-title span{
  font-style: italic;
  font-family: 'NeutraTextBold', sans-serif;
}

.efe-hero-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.efe-hero-cta {
  background-color: #F28D29;
  color: white;
  border-radius: 50px;
  padding: 6px 50px;
  margin: 30px 0px 60px 0px;
  font-size: 22px;
  border: none;
  cursor: pointer;
  line-height: 0.8;
}

.efe-hero-cta.btn-cotizar{
  padding: 12px 123px;
}

.efe-hero-img {
  position: absolute;
  height: 750px;
  width: auto;
  right: 0px;
  top: 0px;
}

.efe-hero-img-mobile {
  display: none;
}

/* Form Styles */
.efe-form-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}

.efe-form-img {
  margin-top: 20px;
  width: 40%;
  height: auto;
}

.efe-form-title {
  font-size: 50px;
  font-weight: bold !important;
  color: var(--color-primary);
  font-family: 'NeutraTextBold', sans-serif;
}

.efe-form-subtitle {
  font-size: 30px;
  color: var(--color-primary);
  font-family: 'NeutraTextBold', sans-serif;
}

.efe-form-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.efe-form-body input {
  border: none;
  border-bottom: 1px solid var(--color-primary);
  outline: none;
  margin-right: 5px;
  font-size: 18px;
}

.efe-form-body label {
  display: flex;
  align-items: self-end;
  margin: 0px 5px 0 0;
  color: var(--color-primary);
  font-size: 20px;
  font-family: 'NeutraText', sans-serif;
}

.efe-form-1,
.efe-form-2,
.efe-form-3,
.efe-form-4,
.efe-form-inner{
  display: flex;
}

.efe-form-1 input,
.efe-form-2 input,
.efe-form-3 input,
.efe-form-4 input{
  flex: 1;
}

.efe-form-inner select{
  border: none;
  border-bottom: solid 1px;
  flex: 0.95;
}

.efe-form-inner:nth-child(1){
    flex: 1;
}

.efe-form-5 {
  display: flex;
}

.efe-form-5 input {
  flex: 0.3;
}

.efe-form-6 {
  display: flex;
}

.efe-form-6 textarea {
  flex: 1;
  border: none;
  background-color: #f0f0f0;
  padding: 15px;
  font-size: 18px;
  max-height: 150px;
}

.efe-form-6 textarea::placeholder {
  color: var(--color-primary);
  font-size: 20px;
  font-family: 'NeutraText', sans-serif;
}

.efe-form-7 {
  display: flex;
  justify-content: center;
}

/* Button Styles */
.efe-form-7 input,
.efe-cta-button {
  border-radius: 50px;
  border: none;
  background-color: var(--color-accent);
  padding: 5px 30px;
  color: white;
  font-size: 18px;
  font-family: 'NeutraText', sans-serif;
}

.efe-cta-button {
  width: fit-content;
  margin: 20px auto;
}

/* Collection Section */
.efe-collection-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

.efe-collection-title {
  text-align: center;
  font-size: 40px;
  color: #083D41;
  font-family: 'NeutraTextAlt', sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  line-height: 1.2em !important;
}

.efe-collection-title strong{
  font-family: 'NeutraTextBold', sans-serif;
}

/* Carousel wrapper */
.efe-carousel {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 90%;
  margin: 50px auto 0 auto;
}

.efe-carousel-track-wrapper {
  overflow: hidden;
  flex: 1;
}

.efe-productos-container {
  display: flex;
  gap: 0;
  width: 100%;
  margin: 0;
  max-width: none;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* Slide width se calcula desde JS según data-visible */
.efe-producto-img {
  flex-shrink: 0;
  height: auto;
  object-fit: cover;
  padding: 0 8px;
  box-sizing: border-box;
  cursor: pointer;
}

/* Botones del carrusel */
.efe-carousel-btn {
  background: none;
  border: none;
  font-size: 80px;
  color: #083D41;
  cursor: pointer;
  line-height: 1;
  padding: 0 5px;
  flex-shrink: 0;
  transition: opacity 0.2s;
  user-select: none;
}

.efe-carousel-btn:hover {
  opacity: 0.6;
}

.efe-carousel-btn:disabled {
  opacity: 0.2;
  cursor: default;
}

.efe-selection-buttons{
  display: flex;
  justify-content: center;
}

.efe-selection-btn {
  border-radius: 50px;
  border: none;
  background-color: #F08C28;
  padding: 5px 80px;
  color: white;
  font-size: 25px;
  font-family: 'NeutraText', sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.efe-selection-btn:hover {
  background-color: #e6a300;
}

/* CTA Section */
.efe-cta-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  max-width: 1100px;
  padding: 0 80px;
  align-self: center;
  margin: 100px auto;
}


/* Benefits Section */
.efe-benefits-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  position: relative;
}

.efe-benefits-title {
  text-align: center;
  font-size: 30px;
  color: #083D41;
  font-weight: 500 !important;
  font-family: 'NeutraTextAlt', sans-serif;
  width: 90%;
  margin: 0;
  padding: 0;
  align-self: center;
  margin-top: 0px;
}


.efe-benefits-title span{
  font-family: 'NeutraTextBold', sans-serif;
  font-size: 50px;
  width: 100%;
  padding: 0;
}

.efe-benefits-img-float-left{
  position: absolute;
  left: 0;
  top: -200px;
  height: 900px;
}

.efe-benefits-img-float-right{
  position: absolute;
  right: 0;
  bottom: -900px;
  height: 900px;
}

.efe-benefits-img {
  align-self: center;
  margin-top: 30px;
}

.efe-benefits-img-mobile{
  width: 100%;
 /* display: none;*/
}

.efe-benefits-img-mobile-alt{
  width: 70%;
  /*display: none;*/
}

.efe-benefits-item-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 80px;
    gap: 200px;
    margin-top: 20px;
}

.efe-benefits-item{
  font-family: 'NeutraTextBold', sans-serif;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #083D41;
  font-size: 30px;
  text-align: center;
  max-width: 400px;
  align-items: center;
  line-height: 1.3em !important;
}

.efe-benefits-cta-button{
  border-radius: 50px;
  border: none;
  background-color: #F08C28;
  padding: 5px 10px; 
  color: white;
  font-size: 25px;
  font-family: 'NeutraTextAlt', sans-serif;
  cursor: pointer;
}

.efe-benefits-cta-button.primer-boton{
  width: 100%;
}

.btn-cotizar-regalos{
  width: 100%;
}

.efe-video-img-float-bubble{
    position: absolute;
    top: 200px;
    left: 0;
    height: 400px;
  }

.efe-video-container{
  margin-top: 50px;
  position: relative;
}

.efe-video-title{
  text-align: center;
  font-size: 40px;
  color: #083D41;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  line-height: 1.1em !important;
  font-family: 'NeutraTextBold', sans-serif;
}

.efe-video-media-container{
  background-color: #083D41;
  padding: 20px 80px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  z-index: 10px;
      background-repeat: no-repeat;
    background-size: 100% 100%;
}

.efe-video {
  width: 100%;
  max-height: 80vh;
  max-width: 800px;
  display: block;
  border-radius: 15px;
}

.efe-final-banner-img {
  align-self: center;
  background-color: white;
  border-radius: 20px;
  padding: 5px;
}

.dark-mode .efe-benefits-img {
  align-self: center;
  background-color: gray;
  border-radius: 20px;
  padding: 5px;
}

/* Final Banner */
.efe-final-banner-container {
  margin-top: -300px;
  padding-top: 350px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("{{ 'efe-findeano-final-banner-backg.png' | asset_url }}");
}

.efe-final-banner-title {
  text-align: center;
  font-size: 60px;
  color: #fff;
  width: 100%;
  margin: auto;
  font-weight: bold !important;
  line-height: 1.1em !important;
  font-family: 'NeutraTextBold', sans-serif;
}

/* Modal Catalogo*/
.modal-catalogo-madre {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #083D41;
  padding: 50px 100px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 1000;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  border-radius: 15px;
}

.modal-catalogo-madre.show {
  display: block;
}

.modal-catalogo-madre .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.modal-catalogo-madre h4 {
  margin-bottom: 20px;
}

.modal-catalogo-madre form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalogo-madre-form-innerbox{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.modal-catalogo-madre input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: 'NeutraText', sans-serif;
  font-size: 20px;
  height: 35px;
  width: 80%;
}

.modal-catalogo-madre input::placeholder{
  color: #26336e;
  font-size: 20px;
}

.modal-catalogo-madre .btn-enviar-correo {
  background: #F28D29;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50px;
  margin-top: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}







/* Estilos para pantallas extra grandes (2000px o superior) */
@media only screen and (min-width: 2000px) {
  
  .efe-hero-container {
    padding: 80px 0 0 0px;
    height: 75vh;
    justify-content: start;
  }
  
  .efe-hero-title {
    font-size: 80px;
  }
  
  
  .efe-hero-img {
    height: 750px;
    margin-top: 0;
  }
  
  .efe-form-container {
    margin-top: 100px;
    gap: 30px;
    padding: 0 150px;
  }
  
  .efe-form-img {
    width: 35%;
    height: 100%;
  }
  
  .efe-form-title {
    font-size: 40px;
  }
  
  .efe-form-body {
    gap: 40px;
  }
  
  .efe-form-body label {
    font-size: 36px;
  }
  
  .efe-form-6 textarea::placeholder {
    font-size: 36px;
  }
  
  .efe-form-7 input,
  .efe-cta-button {
    font-size: 42px;
    padding: 10px 50px;
  }
  
  .efe-collection-container {
    margin-top: 120px;
  }
  
  .efe-collection-title {
    font-size: 60px;
  }
  
  .efe-cta-container {
    margin-top: 100px;
  }

  
  .efe-benefits-container {
    margin-top: 120px;
  }
  
  .efe-benefits-title {
    font-size: 50px;
  }

  .efe-benefits-title span{
    font-size: 50px;
  }

  .efe-benefits-item-container{
    gap: 330px;
  }

  .efe-benefits-item{
    font-size: 35px;
  }
  
  .efe-benefits-img {
    width: 80%;
    max-width: 1800px;
  }

  .efe-video-title{
    font-size: 60px;
  }
  
  .efe-final-banner-container {
    margin-top: -200px;
  }
  
  .efe-final-banner-title {
    font-size: 60px;
    width: 50%;
  }
}

@media only screen and (max-width: 1900px) {
  .efe-hero-container {
    padding: 60px 30px 0px 30px;
    height: 70vh;
    background-size: 100% 100%;
  }

  .efe-hero-img{
    right: 50px;
  }
}


/* Large Desktop Styles */
@media only screen and (max-width: 1600px) {
  .efe-iso2 {
    height: 150px;
  }
  
  .efe-hero-container {
    padding: 60px 0px 0px 20px;
    height: 70vh;
    background-size: 100% 100%;
    justify-content: start;
  }
  
  .efe-hero-img {
    height: 650px;
    right: 10px;
  }
  
  .efe-form-img {
    height: 500px;
    width: auto;
  }
  
  .efe-form-body {
    gap: 20px;
  }
  
  .efe-form-7 input,
  .efe-cta-button {
    font-size: 20px;
  }

  .efe-benefits-item-container{
    gap: 150px;
  }

  .efe-benefits-item{
    font-size: 35px;
  }

  
  .efe-benefits-title {
    font-size: 30px;
  }
  
  .efe-final-banner-title {
    font-size: 45px;
  }
}

/* Small Desk Styles */
@media only screen and (max-width: 1300px) {
  .efe-hero-container {
    height: 70vh;
    padding: 0px 30px 0px 80px;
    justify-content: start;
  }
  
  
  .efe-hero-title {
    font-size: 50px;
  }  
  .efe-hero-subtitle {
    font-size: 30px;
  }
    
  .efe-hero-img {
    margin-top: 20px;
    height: 500px;
  }

  .efe-hero-cta{
        font-size: 20px;
  }

  .efe-benefits-img-float-left{
    height: 700px;
  }

  .efe-benefits-img-float-right{
    height: 700px;
  }

  .efe-collection-title{
    font-size: 40px;
  }

  .efe-benefits-title{
    width: 60%;
  }

  .efe-benefits-item-container{
    gap: 80px;
  }

  .efe-final-banner-container{
    background-size: 100% 100%;
  }
}

/* Tablet Styles */
@media only screen and (max-width: 1024px) {
  .rte p{
    padding: 0px 0px;
    line-height: 1.2em;
  }
  
  .efe-iso2 {
    height: 120px;
  }
  
  .efe-hero-container {
    flex-direction: column;
    align-items: center;
    padding: 60px 0px 0px 20px;
    height: 70vh;
    justify-content: start;
  }
  
  .efe-hero-titles {
    text-align: center;
  }
  
  .efe-hero-title {
    font-size: 40px;
  }

  efe-hero-subtitle {
    font-size: 20px;
  }
  
  .efe-hero-img {
    margin-top: 20px;
    height: 300px;
  }
  
  .efe-form-container {
    flex-direction: column;
    align-items: center;
  }
  
  .efe-form-img {
    width: 60%;
    height: auto;
  }
  
  .efe-form-body label,
  .efe-form-6 textarea::placeholder {
    font-size: 24px;
  }
  
  .efe-collection-title {
    font-size: 60px;
  }

  
  .efe-benefits-title {
    font-size: 36px;
  }

  .efe-benefits-img-mobile{
    /*display: none;*/
  }

  .efe-benefits-img-mobile-alt{
    /*display: none;*/
  }
  
  .efe-benefits-img,
  .efe-final-banner-container img {
    width: 90%;
  }
  
  .efe-final-banner-title {
    font-size: 36px;
    width: 80%;
  }
}




/* Mobile Styles */
@media only screen and (max-width: 767px) {
  .rte p{
    padding: 0px 0px;
  }
  

  .efe-hero-container {
    justify-content: center;
    background-position: center;
    background-size: cover;
    padding: 100px 15px 0;
    height: 80vh;
    margin-top: 0px;
    height
  }
  
  .efe-hero-title {
    font-size: 40px;
    width: 40%;
    margin-bottom: 20px;
  }

  .efe-hero-subtitle {
    font-size: 20px;
    width: 35%;
  }
  
  .efe-hero-img {
    height: 280px;
  }

  .efe-hero-img-mobile {
    display: block;
    margin-top: 50px;
    height: 300px;
  }

  .efe-hero-buttons{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .efe-hero-cta{
    padding: 10px 60px;
    width: 100%;
    margin: 0px;
  }

   .efe-hero-cta.btn-cotizar{
    padding: 10px 60px;
    margin: 0px;
  }

  .efe-form-img {
    width: 90%;
  }
  
  .efe-form-title {
    font-size: 24px;
    text-align: center;
  }
  
  .efe-form-body {
    gap: 15px;
  }
  
  .efe-form-2,
  .efe-form-4 {
    flex-direction: column;
    gap: 15px;
  }
  
  .efe-form-body label {
    font-size: 18px;
  }
  
  .efe-form-6 textarea::placeholder {
    font-size: 18px;
  }
  
  .efe-form-7 input,
  .efe-cta-button {
    font-size: 20px;
    padding: 8px 25px;
  }
  
  .efe-collection-container {
    margin-top: 50px;
  }
  
  .efe-collection-title {
    font-size: 40px;
  }

  
  .efe-benefits-container {
    margin-top: 50px;
  }
  
  .efe-benefits-title {
    font-size: 26px;
  }

  .efe-benefits-img{
    display: none;
  }

  efe-benefits-img-mobile-alt{
    width: 80%;
    display: block;
  }
  
  .efe-final-banner-container {
    margin-top: -100px;
  }
  
  .efe-final-banner-title {
    font-size: 24px;
    width: 90%;
  }

    .efe-carousel {
    max-width: 100%;
  }

  .efe-carousel-btn {
    font-size: 35px;
  }
}

/* Small Mobile Styles */
@media only screen and (max-width: 480px) {

  .rte p{
    padding: 0px 0px;
    margin-bottom: 10px;
  }

  .efe-hero-container{
    padding: 50px 15px 0;
    height: 90vh;
  } 
  
  .efe-hero-title {
    width: 55%;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .efe-hero-subtitle{
    font-size: 18px;
    width: 40%;
  }

  .efe-hero-img{
    display: none;
  }

  .efe-hero-img-mobile {
    display: block;
    margin-top: 50px;
    height: 200px;
  }

  .efe-hero-cta{
    padding: 10px 30px;
    margin: 30px 0px 30px 0px;
    font-size: 18px;
    width: 100%;
  }

  .efe-hero-cta.btn-cotizar{
    padding: 10px 30px;
  }

  .efe-selection-btn{
    padding: 5px 50px;
    font-size: 18px;
  }

  .efe-benefits-cta-button{
    padding: 5px 30px;
    font-size: 18px;
    width: auto;
  }

  .efe-benefits-cta-button.primer-boton{
    width: auto;
    padding: 5px 40px;
  }

  .efe-form-container{
    flex-direction: column-reverse;  
    margin-top: 30px;
    padding: 10px;
  }

  .efe-page-form from{
    padding: 0 20px 0px 20px;
  }

  .efe-form-title{
    font-size: 18px;
  }

  .efe-form-body label{
    font-size: 14px;
  }

  .efe-form-body textarea::placeholder{
    font-size: 14px;
  }


  .efe-form-2 {
    display: flex;
  }
  
  .efe-form-5 input {
    flex: 1;
  }

  .efe-form-7 input{
    font-size: 16px;
  }

  .efe-form-img{
    width: 50%;
  }

   .efe-carousel{
    margin: 0px;
   }

.efe-carousel-track-wrapper {
    overflow-x: auto !important; 
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Mejora el scroll en iOS */
  }

  .efe-productos-container {
    display: flex !important;
    flex-wrap: nowrap !important; /* Evita que las imágenes se bajen */
    gap: 0;
  }

  .efe-producto-img {
    flex: 0 0 50% !important; /* CUIDADO: Esto hace que cada imagen ocupe exactamente la mitad */
    width: 50% !important;
    padding: 0 5px; /* Espaciado pequeño entre las dos fotos */
  }

  .efe-collection-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .efe-collection-title{
    font-size: 20px;
    width: 90%;
    padding: 0 !important;
    align-self: center;
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  .efe-cta-container{
    margin: 30px 0;
    flex-direction: column;
    gap: 20px;
  }

  .efe-cta-button{
    font-size: 14px;
    margin: 0 auto;
  }

  .efe-benefits-img-float-left{
    height: 400px;
    top: -100px;
  }

  .efe-benefits-img-float-right{
    height: 400px;
    bottom: -100px;
  }

  .efe-benefits-title{
    font-size: 18px;
    width: 75%;
    line-height: 0.9em;
  }


  .efe-benefits-title span{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 1.2em;
  }

  .efe-benefits-item-container{
    flex-direction: column;
    gap: 20px;
    padding: 0px;
  }

  .efe-benefits-item{
    font-size: 20px;
    line-height: 1.3em !important;
  }

  .efe-benefits-img-mobile-alt{
    width: 80%;
    display: block;
  }

  .efe-video-img-float-bubble{
    height: 100px;
  }

  .efe-video-media-container{
    width: 90%;
    padding: 10px 50px;
  }

  .efe-video-title{
    font-size: 25px;
    width: 90%;
  }

  .efe-video-media-container{
    margin-top: 20px;
  }

  .efe-final-banner-container{
        padding-top: 150px;
  }

  .efe-final-banner-title{
    font-size: 18px;
    padding-bottom: 0px;
  }

  .modal-catalogo-madre{
    width: 80%;
    padding: 30px 20px;
  }

  .catalogo-madre-form-innerbox{
    flex-direction: column;
  }

  .modal-catalogo-madre input{
    width: 100%
  }

  
  .efe-form-1,
  .efe-form-2,
  .efe-form-3,
  .efe-form-4,
  .efe-form-5,
  .efe-form-6,{
    display: flex;
    max-width: 200px;
    align-self: center;
  }


}