/* ==========================================================================
   Bootstrap 5.3 Alignment, Layout & Footer Column Distribution Fixes
   ========================================================================== */

/* 1. Sticky Header & Overlapping Logo Badge */
.gHeader {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.logoHead a {
  display: block;
  position: relative;
  width: 120px;
}

.logoHead .bgLogo {
  position: absolute;
  top: -38px;
  left: 0;
  width: 120px;
  height: auto;
  z-index: 10;
}

.logoHead .logoImg {
  position: absolute;
  top: -17px;
  left: 20px;
  width: 80px;
  height: auto;
  z-index: 11;
}

@media (max-width: 991.98px) {
  .logoHead a {
    width: 80px;
  }
  .logoHead .bgLogo {
    width: 80px;
    top: -24px;
  }
  .logoHead .logoImg {
    width: 52px;
    top: -10px;
    left: 14px;
  }
}

/* 2. Hero & Banner Split Sections (.prviewsCt) */
.prviewsCt {
  position: relative;
  padding: 110px 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 500px;
}

.prviewsCt__imgbg {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  object-fit: cover;
  z-index: 1;
}

.prviewsCt--right .prviewsCt__imgbg {
  right: 0;
  left: auto;
}

.prviewsCt--left .prviewsCt__imgbg {
  left: 0;
  right: auto;
}

.prviewsCt__box {
  position: relative;
  z-index: 3;
  width: 100%;
}

.prviewsCt__desc {
  width: 100%;
  text-align: left;
}

.prviewsCt__desc h2 {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  font-family: 'Garamond', 'EB Garamond', serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 20px;
}

.prviewsCt__desc p {
  text-align: left;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 520px;
}

.prviewsCt__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767.98px) {
  .prviewsCt {
    padding: 60px 0;
    min-height: auto;
  }
  .prviewsCt__imgbg {
    width: 100%;
    opacity: 0.2;
  }
}

/* 3. Products Grid Section ("Gama de productos") */
.descSecFull {
  padding: 70px 0 80px !important;
  background-color: #ffffff;
}

.descGen {
  text-align: center;
  margin-bottom: 40px;
}

.descGen h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-family: 'Garamond', 'EB Garamond', serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.descGen p {
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 820px;
  margin: 0 auto;
  color: #444444;
}

.grCtBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.grCtBox__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.grCtBox__item {
  padding-left: 10px;
  padding-right: 10px;
}

.grCtBox__item--3 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .grCtBox__item--3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* 4. Product Cards (.imgHor) */
.imgHor {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.imgHor:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.imgHor__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.imgHor figcaption {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.imgHor figcaption h3 {
  color: #ffffff;
  font-family: 'Garamond', 'EB Garamond', serif;
  font-size: 2.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

.imgHor:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.imgHor:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.imgHor__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  text-indent: -9999px;
}

@media (max-width: 991.98px) {
  .imgHor {
    height: 380px;
  }
}

@media (max-width: 575.98px) {
  .imgHor {
    height: 320px;
  }
}

/* 5. Newsletter Banner (.secNew) */
.secNew {
  background-color: #0c0d0e;
  padding: 45px 0;
}

.secNew__newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.secNew__title {
  color: #ffffff;
  font-family: 'Futura', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}

.boxFormNews {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.boxFormNews input[type="email"] {
  height: 42px;
  min-width: 320px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding: 0 15px;
  font-size: 0.95rem;
  color: #000000;
  background-color: #ffffff;
}

.boxFormNews input[type="submit"] {
  height: 42px;
  line-height: 40px;
  padding: 0 24px;
}

/* 6. Footer Column Distribution & Alignment (.g-footer) */
.g-footer {
  background-color: #14171a;
  color: #ffffff;
  padding: 55px 0 35px;
}

.logosFooter {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
  margin-bottom: 25px;
}

.logosFooter a img {
  display: block !important;
  height: auto !important;
}

.listFooter {
  margin-bottom: 25px;
}

.listFooter .title_Footer {
  color: #ffffff !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
  letter-spacing: 1px;
}

.listFooter hr {
  border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
  margin: 8px 0 16px !important;
  opacity: 1 !important;
}

/* Mapa de sitio: 2-column grid list */
.listFooter__box--socFootCol {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px 15px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.listFooter__box--socFootCol li {
  list-style: none !important;
  margin: 0 !important;
}

.listFooter__box--socFootCol li a {
  color: #cccccc !important;
  text-decoration: none !important;
  font-size: 0.92rem !important;
  transition: color 0.2s ease !important;
}

.listFooter__box--socFootCol li a:hover {
  color: #ffffff !important;
}

/* Enlaces relevantes: vertical list */
.listFooter__box--socFoot {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 15px 0 !important;
}

.listFooter__box--socFoot li {
  list-style: none !important;
  margin-bottom: 8px !important;
}

.listFooter__box--socFoot li a {
  color: #cccccc !important;
  text-decoration: none !important;
  font-size: 0.92rem !important;
  transition: color 0.2s ease !important;
}

.listFooter__box--socFoot li a:hover {
  color: #ffffff !important;
}

/* Social icons horizontal row in Column 3 */
.listSociales__box {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 15px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 15px 0 0 0 !important;
}

.listSociales__box li {
  list-style: none !important;
  margin: 0 !important;
}

.listSociales__box li a {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease !important;
}

.listSociales__box li a:hover {
  opacity: 0.75 !important;
}

.listFooter__box--copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  margin-top: 15px;
  text-align: center;
}

.listFooter__box--copyright p {
  color: #888888 !important;
  font-size: 0.85rem !important;
  margin: 0 !important;
  text-align: center !important;
}
