/* ===========================================
   _home-page.css
   Estilos exclusivos para HOME-GASEX
   Estructura y secciones asociadas al producto individual.
=========================================== */

/* > HOME-PAGE
  ° ESTRUCTURA HEADER
    * SECCION: BANNER-HOME
    * SECCION: QUERIAS
    * SECCION: OPINIONES
    * SECCION: GALERIA-HOME
    * SECCION: BANNER-1
    * SECCION: COMPARADOR
    * SECCION: CARRUSEL-BANNER
    * SECCION: IMAGENES-HOME
    * SECCION: REVISA
    * SECCION: SECCION-APRENDE
    * SECCION: TENEMOS-TODO
    * SECCION: BANNER-1
    * SECCION: SECCION-TABLA-PERIODICA
    * SECCION: SECCION-DIARIO-MURAL
    * SECCION: SECCION-PONEMOS
    * SECCION: SECCION-LINEA-PREMIUM
    * SECCION: SECCION-MARCAS
  ° SECCION: FOOTER */

/* ================================
SECCION: BANNER-HOME
================================== */
/* ===== FRONT / EDIT (base) ===== */
/* section.home-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section.home-carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 500px;
}
section.home-carousel .carousel-slide {
  position: relative;
  display: none;
  height: 500px;
  background-size: cover;
  background-position: center;
}
section.home-carousel .carousel-slide.active { display: block; }

section.home-carousel .slide-content-home {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 800px;
  color: white;
  padding: 20px;
}
section.home-carousel .align-left .slide-content-home { left: 60px; right: auto; text-align: left; }
section.home-carousel .align-right .slide-content-home { right: 60px; left: auto; text-align: right; }

section.home-carousel .slide-content-home h2 { 
  font-size: 4rem; 
  font-weight: 400;
  margin-bottom: 10px; 
}
section.home-carousel .slide-content-home p  { 
  font-size: 1.25rem; 
  font-weight: 400;
  line-height: 1.6; 
  margin-bottom: 20px; 
}

section.home-carousel .btn-slide-home {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s ease;
}
section.home-carousel .btn-slide-home:hover { background-color: rgba(255, 255, 255, 0.2); }

section.home-carousel .carousel-indicators-home {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}
section.home-carousel .dot {
  width: 12px; height: 12px;
  border: 2px solid #fff; border-radius: 50%;
  background-color: transparent; cursor: pointer;
  transition: background-color 0.3s ease;
}
section.home-carousel .dot.active { background-color: #fff; } */

/* ======== MINIATURA SOLO EN EDITOR ======== */
/* .editor-styles-wrapper .home-carousel.is-editor-preview .carousel-inner,
.block-editor-block-list__block .home-carousel.is-editor-preview .carousel-inner {
  height: 220px; 
}
.editor-styles-wrapper .home-carousel.is-editor-preview .carousel-slide,
.block-editor-block-list__block .home-carousel.is-editor-preview .carousel-slide {
  height: 220px;
}
.editor-styles-wrapper .home-carousel.is-editor-preview .slide-content-home h2,
.block-editor-block-list__block .home-carousel.is-editor-preview .slide-content-home h2 {
  font-size: 1.6rem;
}
.editor-styles-wrapper .home-carousel.is-editor-preview .slide-content-home p,
.block-editor-block-list__block .home-carousel.is-editor-preview .slide-content-home p {
  font-size: .95rem;
  margin-bottom: 12px;
}
.editor-styles-wrapper .home-carousel.is-editor-preview .btn-slide-home,
.block-editor-block-list__block .home-carousel.is-editor-preview .btn-slide-home {
  padding: 8px 18px;
  border-radius: 16px;
}

.editor-styles-wrapper .home-carousel.is-editor-preview a { pointer-events: none; } */

/* ================================
SECCION: QUERIAS
================================== */
/* .benefits-section {
    width: 100%;
    padding: 2.5rem 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.benefits-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    color: #222;
}

.benefit-icons {
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.benefit-icons img {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 12px;
  object-fit: cover;                  
}

.benefit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon.pulse-icon {
    animation: pulse 1.5s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(72, 127, 247, 0.7);}
    70% { transform: scale(1.08); box-shadow: 0 0 0 24px rgba(72, 127, 247, 0);}
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(72, 127, 247, 0);}
} */

/* ================================
SECCION: OPINIONES
================================== */

/* ================================
SECCION: GALERIA-HOME
================================== */
/* .gasex-image-gallery {
  padding: 40px 20px;
  display: grid;
  gap: 10px;
  width: 98%;
  grid-template-columns: 2fr 1fr 1fr; */
  /* Filas adaptadas a tu diseño */
  /* grid-template-rows: 180px 80px 230px 180px 100px;
  grid-template-areas:
    "item1  item2  item3"
    "item1  item2  item3"
    "item1  item4  item3"
    "item5  item5  item5"
    "item5  item5  item5"
    "item6  item7  item7"
    "item6  item8  item8";
}
.gasex-gallery-item { position: relative; overflow: hidden; border-radius: 5px; min-width: 0; min-height: 0; background: #f9f9f9; box-sizing: border-box;}
.gasex-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block;}
.gasex-gallery-item .label { position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,0.6); color: #fff; padding: 1rem; font-size: 1.063rem; font-weight: 600; border-radius: 3px;}

.gasex-gallery-item.item1 { grid-area: item1;}
.gasex-gallery-item.item2 { grid-area: item2;}
.gasex-gallery-item.item3 { grid-area: item3;}
.gasex-gallery-item.item4 { grid-area: item4;}
.gasex-gallery-item.item5 { grid-area: item5;}
.gasex-gallery-item.item6 { grid-area: item6;}
.gasex-gallery-item.item7 { grid-area: item7;}
.gasex-gallery-item.item8 { grid-area: item8;}

.gasex-gallery-item.item4.text-block, .gasex-gallery-item.item4 .text-block {
  background: #003966; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.2rem; text-align: center; padding: 0 10px;
  height: 100% !important; width: 100% !important;
  min-height: 0 !important; min-width: 0 !important; max-height: 100% !important; max-width: 100% !important;
  box-sizing: border-box; overflow: hidden; border-radius: 6px;
}
.gasex-gallery-item.item4 .text-content {
  width: 100%; word-break: break-word;
}

@media (max-width: 900px) {
  .gasex-image-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(8, 120px);
    grid-template-areas:
      "item1 item2"
      "item1 item3"
      "item4 item3"
      "item5 item5"
      "item6 item7"
      "item6 item7"
      "item8 item8"
      "item8 item8";
  }
  .gasex-gallery-item { min-height: 0; }
} */


/* ================================
SECCION: BANNER-1
================================== */

/* ================================
SECCION: COMPARADOR
================================== */

/* ================================
SECCION: CARRUSEL-BANNER
================================== */

/* ================================
SECCION: IMAGENES-HOME (centrada)
================================== */
/* .info-grid {
  max-width: 71.25rem;  
  width: 100%;           
  margin-inline: auto;
  padding: 40px 20px;
  box-sizing: border-box; 
}

.info-block {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;          
}

.info-img { 
  flex: 1 1 50%;
  overflow: hidden;     
}

.info-img img {
  display: block; 
  width: 100%;           
  height: 25rem;
  object-fit: cover;
  border-radius: 6px;
}

.info-text {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}

.info-text h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #013A66;
  padding: 0 2rem;
}

.info-text p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #333;
  padding: 0 2rem;
}

.info-btn {
  display: inline-block;
  background-color: #007BC1;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  margin: 0;             
  align-self: center;   
}

.info-btn:hover { background-color: #005a8f; } */

/* =============== RESPONSIVE =============== */
/* @media (max-width: 1100px) {
  .info-grid {
    max-width: 100%;
    width: 100%;
    padding: 30px 10px;
  }
  .info-block { gap: 1.2rem; }
  .info-img img { height: 19rem; }
  .info-text h3, .info-text p { padding: 0 1rem; }
}

@media (max-width: 900px) {
  .info-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .info-img, .info-text { flex: 1 1 100%; width: 100%; }
  .info-img img { height: 16rem; margin-bottom: 1rem; }
  .info-btn {
    align-self: stretch;
    text-align: center;
    margin-top: 1rem;
  }
}

@media (max-width: 600px) {
  .info-grid { padding: 18px 2vw; }
  .info-text h3 { font-size: 1.1rem; padding: 0 0.3rem; }
  .info-text p  { font-size: 0.97rem; padding: 0 0.3rem; }
  .info-img img {
    height: 11rem;
    width: 100%;       
  }
  .info-btn {
    font-size: 1rem;
    padding: 8px 16px;
    width: 100%;
    text-align: center;
  }
} */



/* ================================
SECCION: REVISA
================================== */
/* .revisa {
  display: flex;
  width: auto;
  height: 14.375rem;
  background-color: #073c64;
  color: #fff;
  overflow: hidden;
  border-radius: 0.5rem;
}

.revisa-contenido {
  padding: 0rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.revisa-contenido h2 {
  font-size: 2rem;
  font-weight: 700;
  padding: 0rem 3rem;
}

.btn-revisa {
align-self: center;
padding: 0.5rem 1.5rem;
background: #fff;
color: #003966;
font-weight: 600;
font-size: 1rem;
border-radius: 0.5rem;
text-decoration: none;
transition: background 0.3s;
}

.btn-revisa:hover {
border: 2px solid #fff;
background: transparent;
color: #ffffff;
}

@media (max-width: 768px) {
  .revisa-contenido h2 {
  font-size: 1rem;
  font-weight: 700;
  padding: 0rem 3rem;
  }  
} */

/* ================================
SECCION: APRENDE (TENEMOS-TODO_container)
================================== */
/* .separator-aprende {
  padding: 2rem 0rem;
}

.titulo-aprende {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.titulo-box-aprende {
  padding: 1.5rem 2rem;
  border: 2px solid #1C244B;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1C244B;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  white-space: nowrap;
}

.linea-separador-aprende {
  flex-grow: 1;
  height: 2px;
  background-color: #1C244B;
}

.imagenes-aprende {
  display: flex;
  justify-content:space-evenly;
  gap: 0.5rem;
}

.separator-aprende .img-aprende {
  width: 307px !important;
  height: 96px !important;
  object-fit: cover;
  border-radius: 0.5rem;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .imagenes-aprende {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
} */


/* ================================
SECCION: TENEMOS-TODO
================================== */

/* ================================
SECCION: BANNER-1
================================== */

/* ================================
SECCION: TABLA-PERIODICA (TENEMOS-TODO_container2)
================================== */
/* .separator-periodica {
  margin: 0 auto;
  padding: 2rem 0rem;
}

.titulo-periodica {
  display: flex;
  align-items: center;

  margin-bottom: 2rem;
}

.titulo-box-periodica {
  padding: 1.5rem 2rem;
  border: 2px solid #1C244B;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1C244B;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  white-space: nowrap;
}

.linea-separador-periodica {
  flex-grow: 1;
  height: 2px;
  background-color: #1C244B;
}

.imagenes-periodica {
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 0rem;
  gap: 0.5rem;
}

.imagenes-periodica img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.contenedor-btn-periodica {
  display: flex;
  justify-content: center; 
  align-items: center; 
padding: 2rem;
}

.btn-periodica {
padding: 0.5rem 1.5rem;
background: #003966;
border: 2px solid #1C244B;
color: #fff;
font-weight: 600;
font-size: 1rem;
border-radius: 0.5rem;
text-decoration: none;
transition: background 0.3s;
text-transform: uppercase;
}

.btn-periodica:hover {
border: 2px solid #1C244B;
background: #fff;
color: #003966;
} */
/* ================================
SECCION: DIARIO-MURAL (container3)
================================== */
/* .separator-mural {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0rem;
}

.titulo-mural {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.titulo-box-mural {
  padding: 1.5rem 2rem;
  border: 2px solid #1C244B;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1C244B;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  white-space: nowrap;
}

.linea-separador-mural {
  flex-grow: 1;
  height: 2px;
  background-color: #1C244B;
} */

/* Contenido principal: imagen y texto */
/* .contenido-mural {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 0rem 5rem;
}

.imagenes-mural img {
  width: 530px;
  height: 369px; 
  object-fit: cover; 
  display: block;
  border-radius: 8px;
}


.imagenes-mural {
  position: relative;
  display: inline-block; 
  z-index: 1; 
}

.imagenes-mural::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px; 
  width: 85%; 
  height: 108%;
  background-color: #003966;
  z-index: -1;   
  border-radius: 4px; 
} */


/* Contenido de texto */
/* .texto-mural-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.subtitulo-mural {
  font-size: 3rem;
  font-weight: 700;
  color: #1C244B;
  margin: 0;
}

.texto-mural {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1C244B;
  margin: 0;
} */

/* Botón */
/* .btn-mural {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  border: 2px solid #1C244B;
  border-radius: 50px;
  color: #1C244B;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
} */

/* Centrar solo el botón del bloque mural */
/* .texto-mural-content .btn-mural {
  display: block;
  margin: 0 auto;
}

.btn-mural:hover {
  background-color: #1C244B;
  color: #fff;
} */

/* ===== Responsivo ===== */
/* @media (max-width: 768px) {
  .contenido-mural {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .titulo-box-mural {
    font-size: 1.1rem;
  }

  .subtitulo-mural {
    font-size: 1.5rem;
  }

  .texto-mural {
    font-size: 1rem;
  }
} */



/* ================================
SECCION: PONEMOS (TENEMOS-TODO_container4)
================================== */

/* .separator-ponemos {
  margin: 0 auto;
  padding: 2rem 0;
  width: 100%;
}

.titulo-ponemos {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
}

.titulo-ponemos .titulo-box-ponemos {
  padding: 1.5rem 2rem;
  border: 2px solid #1C244B;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1C244B;
  background: #fff;
  white-space: nowrap;
}

.titulo-ponemos .linea-separador-ponemos {
  flex: 1 1 auto;
  height: 2px;
  background: #1C244B;
}


.cards-ponemos,
.cards-servicio {
  display: flex;    
  flex-wrap: wrap;         
  gap: 1.25rem;              
  justify-content: center;  
}


.card-ponemos {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 290px;
  height: 290px;
  border-radius: 18px;
  padding: 1.25rem 1.25rem 1.5rem;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.card-ponemos--azul {
  background: #16549D;
  color: #fff;
}

.card-ponemos--gris {
  background: #F1F1F1;
  color: #222;
}


.card-ponemos__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 95px;
  overflow: hidden;
}

.card-ponemos__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.card-ponemos__title {
  margin: 0;
  margin-top: 6.5rem;
  padding-right: 5rem;
  line-height: 1.1;
  font-weight: 800;
  font-size: 1.8rem;
}

.card-ponemos--gris .card-ponemos__title {
  color: #222;
}

.card-ponemos--azul .card-ponemos__title {
  color: #fff;
}


.card-ponemos__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.card-ponemos__cta {
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: .02em;
}

.card-ponemos--gris .card-ponemos__cta {
  color: #333;
}

.card-ponemos--azul .card-ponemos__cta {
  color: #fff;
}


.card-ponemos__btn-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.card-ponemos__btn-ir {
  --size: 30px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.card-ponemos__btn-ir-label {
  font-size: 0.9rem;
  font-weight: 600;
}

.card-ponemos--azul .card-ponemos__btn-ir {
  background: #fff;
  color: #16549D;
}

.card-ponemos--gris .card-ponemos__btn-ir {
  background: #16549D;
  color: #fff;
}

.card-ponemos--azul .card-ponemos__btn-ir-label {
  color: #fff;
}

.card-ponemos--gris .card-ponemos__btn-ir-label {
  color: #16549D;
}


@media (max-width: 600px) {
  .card-ponemos__media {
    width: 120px;
    height: 120px;
  }
  .card-ponemos__title {
    margin-top: 5.5rem;
    font-size: 1.6rem;
  }
} */






/* ================================
SECCION: LINEA-PREMIUM (TENEMOS-TODO_container5)
================================== */
/* .separator-premium {
  margin: 0 auto;
  padding: 2rem 0rem;
  width: 100%;
}

.premium-separator {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 30px 0;
}

.premium-separator::before,
.premium-separator::after {
  content: '';
  flex: 1;
  border-bottom: 4px solid #bc9768;
  height: 0;
}

.premium-label {
  display: inline-block;
  background: #131416;
  color: #bc9768; 
  border: 4px solid #bc9768;
  border-radius: 18px 0 18px 0;
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 6px 38px 6px 28px;
  min-width: 220px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  position: relative;
}

.imagenes-premium {
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 0rem;
  gap: 0.5rem;
}

.imagenes-premium img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .imagenes-premium {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.contenedor-btn-premium {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-premium {
padding: 0.5rem 1.5rem;
background: #000000;
color: #bc9768;
font-weight: 600;
font-size: 1rem;
border-radius: 0.5rem;
text-decoration: none;
transition: background 0.3s;
}

.btn-premium:hover {
background: #bc9768;
color: #000000;
} */

/* ================================
SECCION: MARCAS (TENEMOS-TODO_container6)
================================== */
/* .separator-marcas {
  margin: 0 auto;
  padding: 2rem 0rem;
  width: 100%;
}

.titulo-marcas {
  display: flex;
  align-items: center; 
  margin-bottom: 2rem;
}

.titulo-box-marcas {
  padding: 1.5rem 2rem;
  border: 2px solid #1C244B;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #1C244B;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  white-space: nowrap;
}

.linea-separador-marcas {
  flex-grow: 1;
  height: 2px;
  background-color: #1C244B;
}

.imagenes-marcas {
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 0rem;
  gap: 0.5rem;
} */