/*!
 * Orange Módulos v1.0.0 (https://orange612.com/)
 * Copyright 2026 Orange
 *
 * Sistema modular de estilos para WordPress basado en ACF Flexible Content.
 * Arquitectura pensada para fácil extensión y personalización por tema.
 *
 * Licensed under MIT (https://opensource.org/licenses/MIT)
 */

:root{
  --negro: #000;
  --rojo: #EF4444;
  --blanco: #fff;
  --azul: #1d4e9e;
  --azul-oscuro:#0f172a;
  --gris-ligero: #e0e0e0;
  --hc-primary: #2f5bff;
  --hc-primary-dark: #1f46d7;
  --hc-hero-radius: 18px;
  --hc-hero-height: 480px;
}
.h1{
  font-size: 42px;
}
.h2{
  font-size: 38px;
}
.h3{
  font-size: 32px;
}
.h4{
  font-size: 28px;
}
.h5{
  font-size: 24px;
}
.h6{
  font-size: 22px;
}
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
@media (max-width: 575px){
  .h1{
    font-size: 36px;
  }
  .h2{
    font-size: 32px;
  }
  .h3{
    font-size: 28px;
  }
  .h4{
    font-size: 24px;
  }
  .h5{
    font-size: 22px;
  }
  .h6{
    font-size: 20px;
  }
}
@media (max-width: 340px){
  .h1{
    font-size: 34px;
  }
}
.p{
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.material-symbols-outlined.fill-1 {
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.justify-content-center{
  justify-content: center;
}
.slick-dots{
  display: none;
}
.w-100{
  width: 100%;
}
.h-100{
  width: 100%;
}
.d-none{
  display: none;
}
.d-block{
  display: block;
}
.container{
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.text-brand-blue{
  color: var(--azul);
}
.bg-central{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.img-cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-active{
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slider-active.slick-initialized{
  visibility: visible;
  opacity: 1;
}
.box-center-x1{
  position: relative;
  display: flex;
  align-items: center;
}
.arrow-black .slick-next,
.arrow-black .slick-prev{
  border: 0;
  font-size: 0;
  width: 34px;
  height: 34px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5);
  border: 0.5px solid #000;
  padding: 6px;
  border-radius: 50%;
}
.arrow-black .slick-next::before,
.arrow-black .slick-prev::before{
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.arrow-black .slick-prev::before{
  background-image: url(../../assets/img/arrow-new-left.png);
}
.arrow-black .slick-next::before{
  background-image: url(../../assets/img/arrow-new-right.png);
}
@media (max-width: 767px){
  .arrow-black .slick-next,
  .arrow-black .slick-prev {
    width: 35px;
    height: 35px;
  }
}
.dots-black .slick-dots{
  bottom: 20px;
}
.dots-black .slick-dots li button::before{
  display: none;
}
.dots-black .slick-dots li{
  width: 15px;
  height: 18px;
}
.dots-black .slick-dots button{
  width: 12px;
  height: 12px;
  border-radius: 40px;
  background: var(--azul-oscuro);
  border: 1px solid var(--azul-oscuro);
  opacity: 0.5;
}
.dots-black .slick-dots li:hover button{
  background: var(--azul-oscuro);
  border: 1px solid var(--azul-oscuro);
  opacity: 1;
}
.dots-black .slick-dots .slick-active button{
  border-color: var(--azul-oscuro);
  background: var(--azul-oscuro);
  opacity: 1;
}
.margen-1,
.margen-2{
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden;
  position: relative;
}
.margen-1 + .margen-1{
  padding-top: 48px!important;
  padding-bottom: 48px!important;
}
section + footer{
  margin-top: 0;
}
.padding-espace {
  padding-top: 48px;
  padding-bottom: 48px;
}

.link-line{
  color: #000!important;
  font-size: 15px;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.link-line::before{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  border-bottom: 1px solid;
  transition: transform .3s, opacity .3s;
}
.link-line:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.content-standar-black p:not([class]){
  line-height: 1.6;
  margin-bottom: 10px;
}
.content-standar-black li{
  line-height: 1.2;
}
.content-standar-black ul:not([class]){
    list-style: disc;
}
.content-standar-black ol:not([class]){
    list-style: auto;
}
.content-standar-black ul:not([class]),
.content-standar-black ol:not([class]){
  margin: 0 0 15px;
  padding-left: 20px;
}
.content-standar-black ol:not([class]) li,
.content-standar-black ul:not([class]) li{
  margin-bottom: 8px;
}
.content-standar-black a:not([class]){
  text-decoration: underline;
  font-weight: 700;
}
.content-standar-black table{
  margin: 0 auto;
  width: 100% !important;
  font-size: 12px;
}
.content-standar-black table thead tr td{
  font-weight: 500;
}
.content-standar-black table tbody tr:nth-last-child(1){
  border-bottom: 0;
}
.content-standar-black table thead tr td,
.content-standar-black table tbody tr td {
  padding: 12px 16px;
  width: 100px;
  border: 1px solid #F0F0F0;
}
.content-standar-black img{
  max-width: 100%;
  height: auto;
}
.content-standar-black a em:not([class]){
    font-weight: 500;
}
.content-standar-black h1:not([class]){
  font-size: 42px;
}
.content-standar-black h2:not([class]){
  font-size: 38px;
}
.content-standar-black h3:not([class]){
  font-size: 32px;
}
.content-standar-black h4:not([class]){
  font-size: 28px;
}
.content-standar-black h5:not([class]){
  font-size: 24px;
}
.content-standar-black h6:not([class]){
  font-size: 22px;
}
.content-standar-black h1:not([class]),
.content-standar-black h2:not([class]),
.content-standar-black h3:not([class]),
.content-standar-black h4:not([class]),
.content-standar-black h5:not([class]),
.content-standar-black h6:not([class]){
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
@media (max-width: 575px){
  .content-standar-black h1:not([class]) {
    font-size: 36px;
  }
  .content-standar-black h2:not([class]){
    font-size: 32px;
  }
  .content-standar-black h3:not([class]){
    font-size: 28px;
  }
  .content-standar-black h4:not([class]){
    font-size: 24px;
  }
  .content-standar-black h5:not([class]){
    font-size: 22px;
  }
  .content-standar-black h6:not([class]){
    font-size: 20px;
  }
}
@media (max-width: 340px){
  .content-standar-black h1:not([class]) {
    font-size: 34px;
  }
}
.TitlePrincipal{
  padding: 20px 0 15px;
}

/* Breadcrumb (módulo): flecha un poco más grande */
.hc-breadcrumb .material-symbols-outlined{
  font-size: 18px !important;
  line-height: 1;
}

/* =========================================================
   Hero Slider (image / Vimeo iframe / local video)
   ========================================================= */
.hc-hero-slider{
  position: relative;
  border-radius: var(--hc-hero-radius);
  overflow: hidden;
  margin-bottom: 48px;
  background: #0b1220;
}
.hc-hero-slider__viewport{
  position: relative;
  height: var(--hc-hero-height);
}
.hc-hero-slider__track{
  height: 100%;
  display: flex;
  will-change: transform;
  transition: transform 700ms cubic-bezier(.22,.8,.25,1);
}
.hc-hero-slide{
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  overflow: hidden;
}
.hc-hero-slide__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.03);
}
.hc-hero-slide__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, .92) 0%, rgba(15, 23, 42, .55) 46%, rgba(15, 23, 42, 0) 76%),
    radial-gradient(1200px 520px at 75% 45%, rgba(255, 153, 0, .30) 0%, rgba(255, 153, 0, 0) 55%);
}
.hc-hero-slide__content{
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px;
  max-width: 760px;
}
.hc-hero-kicker{
  display: inline-block;
  width: fit-content;
  padding: 6px 12px;
  background: #fff;
  color: var(--hc-primary);
  border-radius: 3px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  margin-bottom: 18px;
}
.hc-hero-title{
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
  font-size: 64px;
  line-height: 1.02;
  margin: 0 0 18px;
}
.hc-hero-subtitle{
  color: rgba(255,255,255,.90);
  font-size: 18px;
  font-weight: 600;
  max-width: 520px;
  margin: 0 0 26px;
}
.hc-hero-cta{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 16px 40px;
  background: var(--azul-oscuro);
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
  box-shadow: 0 14px 34px rgba(47, 91, 255, .35);
  transition: background-color 180ms ease, transform 180ms ease;
}
.hc-hero-cta:hover{
  background: var(--hc-primary-dark);
  transform: translateY(-1px);
}
.hc-hero-slider__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.10);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 200ms ease, background-color 200ms ease;
  cursor: pointer;
  z-index: 3;
}
.hc-hero-slider__prev{ left: 20px; }
.hc-hero-slider__next{ right: 20px; }
.hc-hero-slider:hover .hc-hero-slider__nav{
  opacity: 1;
}
.hc-hero-slider__nav:hover{
  background: var(--hc-primary);
}
.hc-hero-slider__dots{
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}
.hc-hero-dot{
  appearance: none;
  border: 0;
  cursor: pointer;
  height: 8px;
  width: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  transition: width 220ms ease, background-color 220ms ease, opacity 220ms ease;
  opacity: .9;
}
.hc-hero-dot:hover{ opacity: 1; background: rgba(255,255,255,.6); }
.hc-hero-dot.is-active{ width: 34px; background: var(--hc-primary); opacity: 1; }

/* Vimeo + Video background cover */
.hc-hero-embed{
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hc-hero-embed iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  height: 180%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.hc-hero-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hc-slider-multimedia .slick-prev{
  left: 25px;
}
.hc-slider-multimedia .slick-next {
  right: 25px;
}
@media (max-width: 980px){
  :root{ --hc-hero-height: 420px; }
  .hc-hero-slide__content{ padding: 24px 42px; }
  .hc-hero-title{ font-size: 46px; }
  .hc-slider-multimedia .slick-prev{
    left: 8px;
  }
  .hc-slider-multimedia .slick-next {
    right: 8px;
  }
}
@media (max-width: 680px){
  .hc-hero-slide__content{ padding: 25px 42px 50px; }
  .section-banner.dots-black .slick-dots {
    bottom: 12px;
  }
}
@media (max-width: 640px){
  :root{ --hc-hero-height: 380px; }
  .hc-hero-slide__content{ padding: 25px 22px 50px; }
  .hc-hero-title{ font-size: 38px; }
  .hc-hero-subtitle{ font-size: 16px; }
  .hc-hero-slider__nav{ display: none; }
}
@media (max-width: 480px){
  .hc-hero-slide__content{ padding: 25px 10px 50px; }
}
@media (max-width: 380px){
    .hc-hero-title {
        font-size: 32px;
    }
}
/*hero end*/

/*SectionContentSimple*/
.SectionContentSimple .content-standar-black{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.SectionContentSimple .btn-width{
  margin-top: 25px;
  display: table;
}
.SectionContentSimple .btn-width.left{
  margin-left: 0;
}
.SectionContentSimple .btn-width.center{
  margin: 0 auto;
  margin-top: 25px;
}
.SectionContentSimple .btn-width.right{
  margin-left: auto;
}
/*SectionContentSimple*/

/*SectionContentDuo*/
[data-position-ancho="full"] .container{
  max-width: 100%;
}
[data-position-ancho="full"] .columna-1,
[data-position-ancho="full"] .columna-2{
  padding: 0;
}
.SectionContentDuo .columna-1,
.SectionContentDuo .columna-2{
    width: 50%;
}
.SectionContentDuo .box-img {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  height: 100%;
  width: 100%;
}
.SectionContentDuo .box-center-x1{
  min-height: 100%;
  padding: 20px 80px;
  flex-direction: column;
  justify-content: center;
}
.SectionContentDuo.izquierda .columna-1.orden-2{
  order: 2;
}
.SectionContentDuo .btn-width{
  margin-top: 15px;
  display: table;
}
.SectionContentDuo .btn-width.left{
  margin-left: 0;
}
.SectionContentDuo .btn-width.center{
  margin: 0 auto;
  margin-top: 15px;
}
.SectionContentDuo .btn-width.right{
  margin-left: auto;
}
@media (max-width: 1120px){
  .SectionContentDuo .box-center-x1{
    padding: 20px 60px;
  }
}
@media (max-width: 1020px){
  .SectionContentDuo .box-center-x1{
    padding: 20px 30px;
  }
}
@media (max-width: 820px){
  .SectionContentDuo .columna-1,
  .SectionContentDuo .columna-2{
    width: 100%;
    padding: 0;
  }
  .SectionContentDuo .orden-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .SectionContentDuo .orden-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .SectionContentDuo .content-standar-black {
    margin: 0 auto;
  }
  .SectionContentDuo .box-img {
    padding-top: 100%;
  }
  .SectionContentDuo .box-center-x1{
    padding: 20px 30px 0;
  }
}
@media (max-width: 520px){
  .SectionContentDuo .box-center-x1 {
    padding: 25px 15px 0;
  }
}
/*SectionContentDuo*/

/* SectionContentTrio */
.SectionContentTrio .container{
  padding-left: 28px;
  padding-right: 28px;
}
.SectionContentTrio .columna-1,
.SectionContentTrio .columna-2,
.SectionContentTrio .columna-3{
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 5px;
}
.SectionContentTrio .box-img{
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 150%;
  height: 100%;
  width: 100%;
}
.SectionContentTrio .box-center-x1 {
  min-height: 100%;
  padding: 20px 30px;
  flex-direction: column;
  justify-content: center;
}
.SectionContentTrio.izquierda .columna-1{
  order: 1;
}
.SectionContentTrio.izquierda .columna-2{
  order: 2;
}
.SectionContentTrio.izquierda .columna-3{
  order: 3;
}
.SectionContentTrio.centro .columna-1{
  order: 2;
}
.SectionContentTrio.centro .columna-2{
  order: 1;
}
.SectionContentTrio.centro .columna-3{
  order: 3;
}
.SectionContentTrio.derecha .columna-1{
  order: 3;
}
.SectionContentTrio.derecha .columna-2{
  order: 1;
}
.SectionContentTrio.derecha .columna-3{
  order: 2;
}
.SectionContentTrio .btn-width{
  margin-top: 15px;
  display: table;
}
.SectionContentTrio .btn-width.left{
  margin-left: 0;
}
.SectionContentTrio .btn-width.center{
  margin: 0 auto;
  margin-top: 15px;
}
.SectionContentTrio .btn-width.right{
  margin-left: auto;
}
@media (max-width: 1120px){
  .SectionContentTrio .box-center-x1 {
    padding: 20px 15px;
  }
}
@media (max-width: 991px){
  .SectionContentTrio .columna-1,
  .SectionContentTrio .columna-2,
  .SectionContentTrio .columna-3{
    width: 50%;
  }
  .SectionContentTrio .box-center-x1 {
    padding: 20px 30px 15px;
  }
}
@media (max-width: 767px){
  .SectionContentTrio .columna-1,
  .SectionContentTrio .columna-2,
  .SectionContentTrio .columna-3{
    width: 100%;
    padding: 5px 0;
  }
}
/* SectionContentTrio */

/* === taxonomia === */
/*colecciones-x1*/
.item-coleccion-x2 {
  margin: 0 0 15px;
  position: relative;
}
.item-coleccion-x2 .box-list {
  position: relative;
}
.item-coleccion-x2 .box-img {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 140%;
  height: 100%;
  width: 100%;
  background-color: #a5a5a5;
}
.item-coleccion-x2 .box-img .img-cover{
  height: 100%!important;
}
.item-coleccion-x2 .content-x2{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 10px;
}
.item-coleccion-x2 .content-x2 .title{
  font-weight: 600;
  color: var(--blanco);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2;
}
.item-coleccion-x2.cuadrada .box-img{
  padding-top: 560px;
}
.group-title + .box-width .hc-slider-colecciones{
  margin-top: 0!important;
}
.hc-slider-colecciones .slick-next,
.hc-slider-colecciones .slick-prev{
  box-shadow: 1px 1px 10px 1px rgba(209, 209, 209, .5);
  z-index: 3;
}
.hc-slider-colecciones{
    margin-top: 50px!important;
}
.hc-slider-colecciones li{
  padding: 0 2px;
}
.colecciones-x1 .btn-width{
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 767px){
  .hc-slider-colecciones .slick-dots{
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 575px){
  .colecciones-x1 .box-width{
    margin-left:0;
    margin-right:0;
  }
  .item-coleccion-x2 .content-x2 {
    position: relative;
    padding: 10px 7px 0;
  }
}
/*colecciones-x1*/

/* === slider-circle-mini === */
.group-title + .box-width .hc-slider-circle-mini{
  margin-top: 0!important;
}
.hc-slider-circle-mini {
  margin-top: 50px!important;
}
.hc-slider-circle-mini .item-coleccion-x2{
  margin: 0 10px 15px;
}
.hc-slider-circle-mini .item-coleccion-x2 .content-x2{
  position: relative;
  text-align: center;
  padding: 5px 8px 10px;
  max-width: 120px;
  margin: 0 auto;
}
.hc-slider-circle-mini .item-coleccion-x2 .box-img{
  height: 96px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #F5F4F9;
  margin: 15px auto;
  padding: 0 10px;
  border-radius: 50%;
  max-width: 96px;
}
.hc-slider-circle-mini .item-coleccion-x2 .box-img img {
  display: table;
  margin: auto;
  max-width: 96px;
  max-height: 75px;
  height: auto!important;
  width: auto;
  position: relative;
}
.hc-slider-circle-mini .item-coleccion-x2 .content-x2 .title{
  font-size: 14px;
  text-transform: unset;
}
@media (max-width: 575px){
  .hc-slider-circle-mini .slick-dots{
    position: relative;
    bottom: 0;
  }
}
/* === slider-circle-mini === */
/* === taxonomia end === */


/* === marcas === */
.hc-brands{
  --hc-brands-gap: 16px;
  --hc-brands-visible: 6.5;
  --hc-brands-duration: 30s;
  --hc-brands-item-width: 180px; /* fallback, se recalcula por JS */
  --hc-brands-logo-maxh: 56px;
}
.hc-brands__viewport{
  overflow: hidden;
}
.hc-brands__track{
  display: flex;
  width: max-content;
  will-change: transform;
  animation: hc-brands-scroll var(--hc-brands-duration) linear infinite;
}
.hc-brands__group{
  display: flex;
  gap: var(--hc-brands-gap);
  padding-right: var(--hc-brands-gap);
}
.hc-brands__item{
  flex: 0 0 auto;
  width: var(--hc-brands-item-width);
  min-width: var(--hc-brands-item-width);
  aspect-ratio: 1 / 1;
}

@supports not (aspect-ratio: 1 / 1){
  .hc-brands__item::before{
    content: "";
    display: block;
    padding-top: 100%;
  }
  .hc-brands__item > *{
    position: absolute;
    inset: 0;
  }
}
.hc-brands__item img{
  max-height: var(--hc-brands-logo-maxh);
  width: auto;
  height: auto;
}
.hc-brands__viewport:hover .hc-brands__track{
  animation-play-state: paused;
}
@keyframes hc-brands-scroll{
  from{ transform: translate3d(0,0,0); }
  to{ transform: translate3d(-50%,0,0); }
}
@media (max-width: 1024px){
  .hc-brands{ --hc-brands-visible: 4.5; }
}
@media (max-width: 640px){
  .hc-brands{ --hc-brands-visible: 2.5; --hc-brands-duration: 22s; --hc-brands-logo-maxh: 48px; }
}
@media (prefers-reduced-motion: reduce){
  .hc-brands__track{ animation: none; transform: translate3d(0,0,0); }
}
/* === marcas === */

/* === Mensaje === */
.hc-mensaje{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 20px;
  border-radius: 15px;
  text-align: center;
}
.hc-mensaje__text{
  letter-spacing: -0.02em;
}
/* === Mensaje === */

/* === section-socios === */
.section-socios.margen-1{
  padding: 16px 0!important;
}
.logo-marquee{
  position:relative;
  overflow:hidden;
  width:100%;
}
.logo-marquee .logo-track{
  display:flex; align-items:center;
  gap:50px; will-change:transform;
}
.logo-marquee .logo-item{
  flex:0 0 auto;
}
.logo-marquee .logo-item a{
  display:flex; align-items:center;
  justify-content:center;
}
.logo-marquee .logo-item img{
  max-height:68px;
  width:auto;
  max-width:180px
}
@media (max-width:768px){
  .logo-marquee .logo-track{
    gap:30px
  }
  .logo-marquee .logo-item img{
    max-height:72px
  }
}
/* === section-socios === */

/* === section-barra === */
.section-barra{
  padding: 24px 0;
}
.fila-barra{
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.fila-barra .item-barra{
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(2, 6, 23, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.fila-barra .item-barra a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 12px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  min-height: 110px;
}
.fila-barra .item-barra:hover{
  border-color: rgba(15, 23, 42, 0.18);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.12);
  transform: translateY(-2px);
}
.fila-barra .item-barra img{
  width: auto;
  height: 42px;
  display: block;
}
.fila-barra .item-barra p{
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
@media (max-width: 1024px){
  .fila-barra{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px){
  .fila-barra{
    gap: 10px;
  }
  .fila-barra .item-barra a{
    min-height: 96px;
  }
}
/* === section-barra === */


@media (max-width: 767px){
  .hc-mosaico-item:first-child {
    aspect-ratio: 1 / 1!important;
  }
}
/* =========================================================
   Tarjetas (mosaico) – ajustes de CONTENIDO (<=1279px)
   Objetivo: evitar que el texto se “apriete” sin tocar estructura/grid
   ========================================================= */

 /* <=767px: consistencia global para cualquier tarjeta con .hc-tarjeta-content */
 @media (max-width: 767px){
   .hc-tarjeta-content p{
     font-size: clamp(13px, 3.3vw, 15px) !important;
     line-height: 1.4;
   }
 }
@media (max-width: 1279px){
  /* Base: compactar padding + mejorar cortes de palabra */
  .hc-tarjetas-mosaico .hc-tarjeta-content{
    padding: clamp(14px, 2.0vw, 24px) !important;
  }
  .hc-tarjetas-mosaico .hc-tarjeta-content h3,
  .hc-tarjetas-mosaico .hc-tarjeta-content p,
  .hc-tarjetas-mosaico .hc-tarjeta-content span{
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  /* Tipografías: reducir suavemente en pantallas medianas */
  .hc-tarjetas-mosaico .hc-tarjeta-content h3{
    font-size: clamp(20px, 2.6vw, 38px) !important;
    line-height: 1.05;
  }
  /* En tarjetas 1:1 (las más angostas), compactar un poco más */
  .hc-tarjetas-mosaico .hc-mosaico-item.hc-mosaico-1-1 .hc-tarjeta-content{
    padding: clamp(12px, 1.6vw, 18px) !important;
  }
  .hc-tarjetas-mosaico .hc-mosaico-item.hc-mosaico-1-1 .hc-tarjeta-content h3{
    font-size: clamp(22px, 2.1vw, 28px) !important;
  }
}
@media (max-width: 1279px) and (min-width: 1023px){
  .hc-tarjetas-mosaico .hc-tarjeta-content p{
    line-height: 1.35;
    margin-bottom: 12px !important;
  }
  .hc-tarjetas-mosaico .hc-mosaico-item.hc-mosaico-1-1 .hc-tarjeta-content p{
    margin-bottom: 10px !important;
  }
}
/* <=767px: subir un poco el tamaño de párrafo en mosaico */
@media (max-width: 767px){
  .hc-tarjetas-mosaico .hc-tarjeta-content p{
    font-size: clamp(13px, 3.3vw, 15px) !important;
    line-height: 1.4;
  }
  .hc-tarjetas-mosaico .hc-mosaico-item.hc-mosaico-1-1 .hc-tarjeta-content p{
    font-size: clamp(13px, 3.3vw, 15px) !important;
  }
}

/* <=550px: cantidadCard5 puede verse “apretado” (títulos largos + overlay con margen/borde)
   Ajuste SOLO de contenido/overlay, sin tocar el grid */
@media (max-width: 550px){
  /* En el mosaico 5, el overlay de las tarjetas 1:1 trae m-2 + border (desde el template)
     y reduce mucho el área útil; lo suavizamos en móvil */
  .hc-tarjetas-mosaico.cantidadCard5 .hc-mosaico-item.hc-mosaico-1-1 .hc-tarjeta-content{
    margin: 0 !important;
    border-width: 0 !important;
    padding: 16px !important;
  }
  /* Última tarjeta (ratio 4:1): en móvil queda muy bajita y el texto se recorta
     (la tarjeta padre tiene overflow hidden). Damos más alto y liberamos el ratio. */
  .hc-tarjetas-mosaico.cantidadCard5 .hc-mosaico-item.hc-mosaico-4-1{
    aspect-ratio: auto !important;
    min-height: 164px;
  }
  .hc-tarjetas-mosaico.cantidadCard5 .hc-mosaico-item.hc-mosaico-4-1 .hc-tarjeta-content{
    padding: 18px !important;
  }
  /* Más aire cuando el título rompe en 2+ líneas */
  .hc-tarjetas-mosaico.cantidadCard5 .hc-tarjeta-content h3{
    font-size: clamp(18px, 6vw, 24px) !important;
    line-height: 1.12 !important;
    margin-bottom: 8px !important;
  }
  .hc-tarjetas-mosaico.cantidadCard5 .hc-tarjeta-content p{
    margin-bottom: 14px !important;
  }
}

/* =========================================================
   Tarjetas (mosaico) – responsive: en <=1023px bajar columna derecha
   Aplica a: .hc-tarjetas-mosaico.cantidadCard4 / .cantidadCard5
   ========================================================= */
@media (max-width: 1023px) and (min-width: 768px){
  .hc-tarjetas-mosaico.cantidadCard4 .hc-mosaico-grid,
  .hc-tarjetas-mosaico.cantidadCard5 .hc-mosaico-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  /* Los 2 cuadros superiores (columna derecha en desktop) deben quedar 1:1 */
  .hc-tarjetas-mosaico.cantidadCard4 .hc-mosaico-grid > .hc-mosaico-item:nth-child(3),
  .hc-tarjetas-mosaico.cantidadCard4 .hc-mosaico-grid > .hc-mosaico-item:nth-child(4),
  .hc-tarjetas-mosaico.cantidadCard5 .hc-mosaico-grid > .hc-mosaico-item:nth-child(3),
  .hc-tarjetas-mosaico.cantidadCard5 .hc-mosaico-grid > .hc-mosaico-item:nth-child(4){
    aspect-ratio: 1 / 1 !important;
  }
  /* En cantidadCard5, el 5to ítem viene con md:col-span-4; lo forzamos a full width sin crear columnas implícitas */
  .hc-tarjetas-mosaico.cantidadCard5 .hc-mosaico-grid > .hc-mosaico-item:nth-child(6){
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
}

/* Mosaico 2 tarjetas: en <=1023px apilar 1 debajo del otro */
@media (max-width: 1023px){
  .hc-tarjetas-mosaico.cantidadCard2 .hc-mosaico-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  /* Anular md:col-span-2 para que no cree columnas implícitas */
  .hc-tarjetas-mosaico.cantidadCard2 .hc-mosaico-grid > .hc-mosaico-item{
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* Mosaico 3 tarjetas: en <=1023px bajar la columna derecha completa */
@media (max-width: 1023px){
  .hc-tarjetas-mosaico.cantidadCard3 .hc-mosaico-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  /* Forzar que cada tarjeta ocupe el ancho completo (así 2 y 3 quedan debajo de la 1) */
  .hc-tarjetas-mosaico.cantidadCard3 .hc-mosaico-grid > .hc-mosaico-item{
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
}

/* =========================================================
   Tarjetas (columnas) – responsive: 4 -> 3 cols en < 1280
   Scope: SOLO .section-columns-0
   ========================================================= */
@media (max-width: 1279px){
  .section-columns-0.section-columns-0--cols-4{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1050px){
  .section-columns-0 .hc-tarjetas-slider{
    --hc-products-cols: 1 !important;
  }
}
@media (max-width: 1023px) {
  .section-columns-0.section-columns-0--cols-2{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .section-columns-0.section-columns-0--cols-3{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .section-columns-0.section-columns-0--cols-4{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .section-columns-0.section-columns-0--cols-2 .hc-tarjeta-1-1,
  .section-columns-0.section-columns-0--cols-2 .hc-tarjeta-2-1,
  .section-columns-0.section-columns-0--cols-2 .hc-tarjeta-4-3,
  .section-columns-0.section-columns-0--cols-2 .hc-tarjeta-4-5{
    min-height: 380px;
  }
}

/* <=767px: en 2 columnas el contenido puede recortarse; damos más alto y compactamos */
@media (max-width: 767px){
  .section-columns-0 .hc-tarjeta-1-1,
  .section-columns-0 .hc-tarjeta-2-1,
  .section-columns-0 .hc-tarjeta-4-3,
  .section-columns-0 .hc-tarjeta-4-5{
    aspect-ratio: auto !important;
    min-height: 280px;
  }
  .section-columns-0 .hc-tarjeta-content{
    padding: 14px !important;
  }
  .section-columns-0 .hc-tarjeta-content h3{
    font-size: clamp(22px, 4.8vw, 24px) !important;
    line-height: 1.05;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  .section-columns-0 .hc-tarjeta-content p{
    font-size: clamp(13px, 3.3vw, 15px) !important;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
@media (max-width: 550px) {
  .section-columns-0.section-columns-0--cols-3,
  .section-columns-0.section-columns-0--cols-4{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    max-width: 380px;
    margin: 0 auto;
  }
  .section-columns-0 .hc-tarjeta-1-1,
  .section-columns-0 .hc-tarjeta-2-1,
  .section-columns-0 .hc-tarjeta-4-3,
  .section-columns-0 .hc-tarjeta-4-5,
  .section-columns-0.section-columns-0--cols-2 .hc-tarjeta-1-1,
  .section-columns-0.section-columns-0--cols-2 .hc-tarjeta-2-1,
  .section-columns-0.section-columns-0--cols-2 .hc-tarjeta-4-3,
  .section-columns-0.section-columns-0--cols-2 .hc-tarjeta-4-5{
    min-height: 320px;
  }
}
/* Tarjetas (columnas) carrusel: en <=767px ocultar flechas y usar dots */
.section-columns-0 .hc-tarjetas-slider .hc-products-slider__dots{ display: none; }

/* Carrusel con 3 columnas: 3 -> 2 en <=1279px */
@media (max-width: 1279px){
  .section-columns-0 .hc-tarjetas-slider.hc-tarjetas-slider--cols-3{
    --hc-products-cols: 2 !important;
  }
  /* Carrusel con 4 columnas: 4 -> 3 en <=1279px */
  .section-columns-0 .hc-tarjetas-slider.hc-tarjetas-slider--cols-4{
    --hc-products-cols: 3 !important;
  }
}
@media (max-width: 1050px) and (min-width: 1023px){
  .section-columns-0 .hc-tarjetas-slider.hc-tarjetas-slider--cols-4{
    --hc-products-cols: 3 !important;
  }
}
@media (max-width: 1023px){
  /* Carrusel con 4 columnas: 3 -> 2 entre 1050–768px */
  .section-columns-0 .hc-tarjetas-slider.hc-tarjetas-slider--cols-4{
    --hc-products-cols: 2 !important;
  }
}
/* Carrusel con 2 columnas: mantener 2 hasta 767px */
@media (max-width: 1050px) and (min-width: 768px){
  .section-columns-0 .hc-tarjetas-slider.hc-tarjetas-slider--cols-2{
    --hc-products-cols: 2 !important;
  }
}
@media (max-width: 767px){
  /* Carrusel con 3 columnas: 2 -> 1 en <=767px */
  .section-columns-0 .hc-tarjetas-slider.hc-tarjetas-slider--cols-3{
    --hc-products-cols: 1 !important;
  }
  /* Carrusel con 2 columnas: 2 -> 1 en <=767px */
  .section-columns-0 .hc-tarjetas-slider.hc-tarjetas-slider--cols-2{
    --hc-products-cols: 1 !important;
  }
  /* Carrusel con 4 columnas: 2 -> 1 en <=767px */
  .section-columns-0 .hc-tarjetas-slider.hc-tarjetas-slider--cols-4{
    --hc-products-cols: 1 !important;
  }
  .section-columns-0 .hc-tarjetas-slider .hc-products-slider__nav{ display: none !important; }
  .section-columns-0 .hc-tarjetas-slider .hc-products-slider__dots{ display: flex !important; }
  .section-columns-0 .hc-tarjetas-slider .hc-products-slider__dots{ margin-top: 14px; }
  .section-columns-0 .hc-tarjetas-slider .hc-products-dot{
    width: 12px;
    height: 12px;
    border-radius: 40px;
    background: var(--azul-oscuro);
    border: 1px solid var(--azul-oscuro);
    opacity: 0.5;
  }
  .section-columns-0 .hc-tarjetas-slider .hc-products-dot:hover{ opacity: 1; }
  .section-columns-0 .hc-tarjetas-slider .hc-products-dot.is-active{
    width: 12px;
    background: var(--azul-oscuro);
    border-color: var(--azul-oscuro);
    opacity: 1;
  }
}

/* ----- Video reels (similar a Faria) ----- */
.hc-video-reels{
  --hc-reel-size: 320px;
  padding: 20px 0;
}
@media (max-width: 768px){
  .hc-video-reels{ --hc-reel-size: 300px; }
}
@media (max-width: 440px){
  .hc-video-reels{ --hc-reel-size: 260px; }
}
@media (max-width: 380px){
  .hc-video-reels{ --hc-reel-size: 240px; }
}
.hc-video-reels .group-title{
  text-align: left;
  /* Reservar espacio para flechas arriba a la derecha */
  padding-right: 92px;
}
.hc-video-reels .container{
  /* Mantener el padding estándar del sitio */
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.hc-video-reels-slider{
  /* Importante: dejamos el slider sin "position" para que las flechas
     (absolutas) se posicionen respecto al .container */
  position: static;
  overflow: visible;
}
.hc-video-reels-slider .slick-list{
  overflow-x: hidden;
  overflow-y: visible;
}
.hc-video-reels-slider .slick-prev,
.hc-video-reels-slider .slick-next{
  z-index: 10;
}
.hc-video-reels-slider .slick-track{
  display: flex;
  align-items: center;
}
.hc-video-reels-slider .slick-slide{
  height: auto;
}
.hc-video-reels-slider .hc-reel-slide{
  width: var(--hc-reel-size);
  padding: 0;
}
.hc-video-reels-slider.ratio-9x16{
  --hc-reel-size: 280px;
}
.hc-video-reels-slider.ratio-4x5{
  /* Variante vertical 4:5 */
  --hc-reel-size: 300px;
}
.hc-video-reels-slider.ratio-1x1{
  /* Variante cuadrada 1:1 */
  --hc-reel-size: 300px;
}
.hc-reel-video-wrap{
  position: relative;
  background: #000;
  overflow: hidden;
  aspect-ratio: 1 / 1.1;
  border: 1px solid #ebebeb;
  transition: transform .2s ease, opacity .2s ease;
  transform-origin: center center;
  transform: scale(.92);
  border-radius: 18px;
}
.hc-video-reels-slider.ratio-9x16 .hc-reel-video-wrap{
  aspect-ratio: 9 / 16;
}
.hc-video-reels-slider.ratio-4x5 .hc-reel-video-wrap{
  aspect-ratio: 4 / 5;
}
.hc-video-reels-slider.ratio-1x1 .hc-reel-video-wrap{
  aspect-ratio: 1 / 1;
}
.hc-video-reels-slider .slick-slide.slick-center .hc-reel-video-wrap{
  transform: scale(1);
  opacity: 1;
}
.hc-video-reels-slider .slick-slide.slick-center .hc-reel-video-wrap::after{
  opacity: 0;
}
.hc-reel-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}
.hc-reel-video-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}
.hc-reel-iframe{
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.hc-video-reels-slider .slick-slide:not(.slick-center) .hc-reel-video,
.hc-video-reels-slider .slick-slide:not(.slick-center) .hc-reel-iframe,
.hc-video-reels-slider .slick-slide:not(.slick-center) .hc-reel-video-wrap img{
  pointer-events: none;
}
.hc-video-reels-slider .hc-reel-video,
.hc-video-reels-slider .hc-reel-iframe{
  /* Evita play/pause al click directo; usar iconos */
  pointer-events: none;
}
.hc-video-reels-slider .slick-slide:not(.slick-center) .hc-reel-toggle-play,
.hc-video-reels-slider .slick-slide:not(.slick-center) .hc-reel-toggle-sound{
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 440px){
  .hc-reel-video-wrap{ transform: scale(.95); }
}
@media (max-width: 380px){
  .hc-video-reels-slider.ratio-9x16{ --hc-reel-size: 224px; }
}
@media (max-width: 340px){
  .hc-reel-video-wrap{ transform: scale(.97); }
}
/* Flechas a los lados (skin viene de .arrow-black) */
.hc-video-reels.dots-black .slick-dots{
  display: none!important;
}
@media (max-width: 576px){
  .hc-video-reels .group-title{ padding-right: 86px; }
}
.hc-reel-toggle-play,
.hc-reel-toggle-sound{
  position: absolute;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(0,0,0,.38);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.hc-reel-toggle-play{ left: 12px; top: 8px; }
.hc-reel-toggle-sound{ right: 12px; bottom: 12px; }

/* Iconos (Material Symbols) */
.hc-reel-icon{
  font-size: 22px;
  line-height: 1;
  display: inline-block;
}
.hc-reel-toggle-play .hc-icon-pause{ display:none; }
.hc-reel-video-wrap.is-playing .hc-reel-toggle-play .hc-icon-play{ display:none; }
.hc-reel-video-wrap.is-playing .hc-reel-toggle-play .hc-icon-pause{ display:inline-block; }

.hc-reel-toggle-sound .hc-icon-volume-up{ display:none; }
.hc-reel-video-wrap.is-muted .hc-reel-toggle-sound .hc-icon-volume-mute{ display:inline-block; }
.hc-reel-video-wrap:not(.is-muted) .hc-reel-toggle-sound .hc-icon-volume-mute{ display:none; }
.hc-reel-video-wrap:not(.is-muted) .hc-reel-toggle-sound .hc-icon-volume-up{ display:inline-block; }

/* Fallback: si Slick no inicializa, no ocultes botones por falta de slick-center */
.hc-video-reels-slider:not(.slick-initialized) .hc-reel-toggle-play,
.hc-video-reels-slider:not(.slick-initialized) .hc-reel-toggle-sound{
  opacity: 1;
  pointer-events: auto;
}
/* Mostrar info de producto en el reel activo (centro), sin depender de reproducción */
.hc-video-reels-slider .hc-reel-product{
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.hc-video-reels-slider .slick-slide.slick-center .hc-reel-video-wrap + .hc-reel-product{
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 576px){
  .hc-video-reels-slider .slick-slide.slick-center .hc-reel-video-wrap + .hc-reel-product{
    opacity: 1;
    pointer-events: auto;
  }
}
.hc-reel-product{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 10px;
  background: var(--blanco);
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
}
.hc-reel-product-img img{
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 0.2px solid #eee;
  border-radius: 5px;
}
.hc-reel-product-title{
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--negro);
  line-height: 1.3;
  display: table;
  margin: 0;
}
.hc-reel-product-price{
  font-size: 12px !important;
  font-weight: 400;
  margin: 3px 0 0;
  color: var(--rojo) !important;
  text-decoration: none;
  font-family: var(--fuente-2);
}
.hc-video-reels .btn-width{
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 420px){
  .hc-reel-product-title{
    font-size: 11px !important;
  }
  .hc-reel-product-img img {
    width: 50px;
    height: 50px;
  }
  .hc-reel-product-price {
    font-size: 11px !important;
  }
  .hc-reel-product{
    padding: 6px 10px;
  }
  .hc-reel-product{
    margin-top: 5px;
  }
}
.hc-video-reels[data-position-arrow="center"] .group-title{
  margin: 0 45px 20px;
}

/* Title accent: blue vertical bar on the left (like the provided screenshot) */
.group-title h1,
.group-title h2,
.group-title h3,
.group-title h4,
.group-title h5,
.group-title h6{
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.group-title h1::before,
.group-title h2::before,
.group-title h3::before,
.group-title h4::before,
.group-title h5::before,
.group-title h6::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 1.15em;
  background: var(--azul);
  border-radius: 0;
}
.group-title.title-left{
  text-align: left;
}
.group-title.title-center{
  text-align: center;
}
.group-title.title-right{
  text-align: right;
}
[data-position-arrow="left"]  .group-title{
  text-align: left!important;
  padding: 0 95px 0 0;
  padding-right: 95px !important;
}
[data-position-arrow="center"] .group-title{
  text-align: center!important;
  padding: 0 60px;
}
[data-position-arrow="right"]  .group-title{
  text-align: right!important;
  padding: 0 5px 0 95px;
  padding-left: 95px !important;
}
[data-position-arrow="left"] .slick-prev{
  top: -40px;
  left: auto;
  right: 50px;
}
[data-position-arrow="left"] .slick-next{
  top: -40px;
  right: 8px;
}
[data-position-arrow="center"] .slick-prev{
  top: -40px;
  left: 8px;
}
[data-position-arrow="center"] .slick-next{
  top: -40px;
  right: 8px;
}
[data-position-arrow="right"] .slick-prev{
  top: -40px;
  left: 8px;
}
[data-position-arrow="right"] .slick-next{
  top: -40px;
  right: auto;
  left: 50px;
}
.group-title.title-left p,
[data-position-arrow="left"] .group-title p{
  max-width: 680px;
}
.group-title.title-center p,
[data-position-arrow="center"] .group-title p{
  max-width: 680px;
  margin: 0 auto;
}
.group-title.title-right p,
[data-position-arrow="right"] .group-title p{
  max-width: 680px;
  margin-left: auto;
}
@media (max-width: 767px){
  .group-title{
      padding: 0;
  }
}
@media (max-width: 575px){
  .section-productos .slick-dots{
    position: relative;
    bottom: 0;
  }
  [data-position-arrow="center"] .group-title,
  [data-position-arrow="left"] .group-title,
  [data-position-arrow="right"]  .group-title{
    padding: 0;
  }
}

/* Modulo contacto open */
.hc-contact {
  color: #0f172a;
}
.hc-contact button,
.hc-contact button *,
.hc-contact input[type="submit"]{
  color: #fff;
}
.hc-card-icon *{
  color: #1d4e9e;
}
.hc-map-pill .material-symbols-outlined {
  color: #ef4444;
}
.hc-contact-header {
  text-align: center;
  margin-bottom: 36px;
}
.hc-contact-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.2;
}
.hc-contact-subtitle {
  max-width: 760px;
  margin: 0 auto;
  color: #64748b;
  line-height: 1.7;
  font-size: 15px;
}
.hc-contact-subtitle p {
  margin: 0;
}
.hc-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 28px;
}
.hc-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.hc-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  padding: 22px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}
.hc-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef2ff;
  color: #1d4e9e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.hc-card-icon .material-symbols-outlined {
  font-size: 22px;
}
.hc-card-title {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 6px;
}
.hc-card-text {
  color: #64748b;
  line-height: 1.6;
  font-size: 14px;
}
.hc-map-card {
  position: relative;
  min-height: 260px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  grid-column: 1 / -1;
}
.hc-map-card img.fondo{
  content: "";
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: grayscale(1) contrast(0.95);
  opacity: 0.8;
  transition: 0.3s;
  height: 100%;
}
.hc-map-card:hover::before {
  filter: none;
  opacity: 1;
}
.hc-map-pill {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
  text-decoration: none;
}
.hc-map-pill .material-symbols-outlined {
  color: #ef4444;
}
.hc-form-card {
  padding: 26px;
}
.hc-form-title {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.hc-form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hc-form-field label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e293b;
}
.hc-form-field input,
.hc-form-field textarea,
.hc-form-field select {
  border: 1px solid #cbd5f5;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  color: #0f172a;
  background: #fff;
  outline: none;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.hc-form-field input:focus,
.hc-form-field textarea:focus,
.hc-form-field select:focus {
  border-color: #1d4e9e;
  box-shadow: 0 0 0 3px rgba(29, 78, 158, 0.12);
}
.hc-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%230f172a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 22px 22px;
}
.hc-form-field select:disabled {
  opacity: 0.75;
}
.hc-form-field select[multiple],
.hc-form-field select[size]:not([size='1']) {
  background-image: none;
  padding-right: 14px;
}
.hc-form-field textarea {
  min-height: 50px;
  height: 46px;
  resize: none;
}
.hc-form-card .wpcf7-form {
  margin: 0;
}
.hc-form-card .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.hc-form-card .wpcf7-form-control {
  width: 100%;
}
.hc-form-card .wpcf7-not-valid {
  border-color: #ef4444;
}
.hc-form-card .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #ef4444;
}
.hc-form-card .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
  font-size: 13px;
}
.hc-form-card .wpcf7 form.invalid .wpcf7-response-output,
.hc-form-card .wpcf7 form.failed .wpcf7-response-output,
.hc-form-card .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.hc-form-card .wpcf7 form.sent .wpcf7-response-output {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}
.hc-form-card .hc-submit,
.hc-form-card .wpcf7-submit {
  width: 100%;
  border: none;
  background: #1d4e9e;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(29, 78, 158, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
}
.hc-form-card .hc-submit:hover,
.hc-form-card .wpcf7-submit:hover {
  background: #163a75;
  transform: translateY(-2px);
}
.hc-form-card .wpcf7-spinner {
  margin-left: 8px;
}
.hc-form-actions {
  margin-top: 10px;
}
.hc-form-button {
  width: 100%;
  border: none;
  background: #1d4e9e;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 16px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(29, 78, 158, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.2s ease, background 0.2s ease;
}
.hc-form-button:hover {
  background: #163a75;
  transform: translateY(-2px);
}
.hc-form-button .material-symbols-outlined {
  font-size: 18px;
}
@media (max-width: 1100px) {
  .hc-contact-grid {
    grid-template-columns: 1fr;
  }
  .hc-form-card {
    order: -1;
  }
}
@media (max-width: 640px) {
  .hc-contact-cards {
    grid-template-columns: 1fr;
  }
  .hc-form-grid {
    grid-template-columns: 1fr;
  }
  .hc-card,
  .hc-form-card {
    padding: 20px;
  }
  .hc-map-card {
    min-height: 220px;
  }
}
/* Modulo contacto close */

/* Products Slider open */
.hc-products-slider{
  position: relative;
  overflow: hidden;
  --hc-products-gap: 18px;
  --hc-products-cols: 4;
}
.hc-products-slider--lateral{
  --hc-products-cols: 2;
  --hc-products-gap: 16px;
  padding: 16px 58px 16px 10px;
  background: #fff;
}
.hc-products-slider--lateral .hc-products-slider__nav{
  top: 50%;
}
.hc-products-slider--lateral .hc-products-slider__prev{ left: 5px; }
.hc-products-slider--lateral .hc-products-slider__next{ right: 5px; }

.hc-products-slider .itemProductH .add_to_cart_button span{
  top: -1px !important;
}
@media (max-width: 860px){
  .hc-products-slider--lateral{
    padding: 14px 50px;
  }
}
@media (max-width: 575px){
  .itemProductH .hc-outofstock-notice{
    display: none !important;
  }
}
@media (max-width: 580px){
  .hc-products-slider .itemProductH .add_to_cart_button{
    font-size: 10px!important;
  }
}
@media (max-width: 550px){
  .hc-products-slider--lateral{
    padding: 12px 46px;
  }
  .hc-products-slider--lateral .hc-products-slider__nav{
    width: 38px;
    height: 38px;
  }
}
.hc-products-slider__track{
  display: flex;
  gap: var(--hc-products-gap);
  align-items: stretch;
  will-change: transform;
  transition: transform 600ms cubic-bezier(.22,.8,.25,1);
}
.hc-products-slide{
  flex: 0 0 calc((100% - (var(--hc-products-gap) * (var(--hc-products-cols) - 1))) / var(--hc-products-cols));
  width: calc((100% - (var(--hc-products-gap) * (var(--hc-products-cols) - 1))) / var(--hc-products-cols));
  display: flex;
  height: auto;
}
.hc-products-slide > .itemProductH,
.hc-products-slide > a{
  width: 100%;
  height: 100%;
}
.hc-products-slide > .itemProductH{
  flex: 1 1 auto;
}
/* Lateral slider: product card styling (scoped) */
.hc-products-slider--lateral .hc-products-slide > a{
  position: relative;
  background: #f8fafc;
  border-color: rgba(226, 232, 240, 1);
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

/* Lateral slider: out-of-stock badge (AGOTADO) */
.hc-products-slider--lateral .hc-products-slide > a > span{
  position: absolute;
  top: 10px;
  left: 10px;
  right: auto;
  z-index: 3;
  pointer-events: none;
}
.hc-products-slider--lateral .hc-products-slide > a:hover{
  border-color: rgba(29, 78, 158, .55);
  box-shadow: 0 16px 30px rgba(15, 23, 42, .10);
  transform: translateY(-2px);
}
/* Image box */
.hc-products-slider--lateral .hc-products-slide > a > div:first-of-type{
  width: 100px;
  height: 100px;
  border-radius: 14px;
  border-color: rgba(226, 232, 240, 1);
  background: #ffffff;
}
.hc-products-slider--lateral .hc-products-slide > a > div:first-of-type img{
  max-height: 100%;
  width: 100%;
  border-radius: 8px;
}
/* Text column */
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type{
  min-width: 0;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type span:first-child{
  color: var(--azul);
  letter-spacing: .06em;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type h4{
  font-weight: 700;
  color: #0f172a;
  margin: 2px 0 6px;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type > span:last-child{
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--azul);
  font-size: 1.1rem;
  line-height: 1.05;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type del{
  opacity: 1;
  color: #94a3b8 !important;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-decoration: line-through;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type del *{
  color: #94a3b8 !important;
  text-decoration: line-through;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type del .woocommerce-Price-amount{
  color: #94a3b8 !important;
  font-size: 12px;
  font-weight: 700!important;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type del .woocommerce-Price-amount bdi{
  color: #94a3b8 !important;
  text-decoration: line-through;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type ins{
  text-decoration: none;
  color: var(--azul);
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type ins .woocommerce-Price-amount{
  font-weight: 900;
  font-size: 20px;
}
.hc-products-slider--lateral .hc-products-slide > a > div:last-of-type > span:last-child .woocommerce-Price-amount{
  font-weight: 900;
}
@media (max-width: 550px){
  .hc-products-slider--lateral .hc-products-slide > a{
    padding: 12px;
  }
  .hc-products-slider--lateral .hc-products-slide > a > div:first-of-type{
    width: 64px;
    height: 64px;
  }
  .hc-products-slider--lateral .hc-products-slide > a > div:last-of-type h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }
}
@media (max-width: 480px){
    .hc-products-slider--lateral .hc-products-slide > a {
        padding: 8px;
    }
}
.hc-products-slider__nav{
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, .35);
  background: rgba(255, 255, 255, .95);
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease, background-color 200ms ease;
  cursor: pointer;
  z-index: 3;
}
.hc-products-slider__prev{ left: 8px; }
.hc-products-slider__next{ right: 8px; }
.hc-products-slider:hover .hc-products-slider__nav{
  opacity: 1;
}
.hc-products-slider__nav:hover{
  background: #ffffff;
  transform: translateY(-50%) scale(1.03);
}
.hc-products-slider__dots{
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}
.hc-products-dot{
  appearance: none;
  border: 0;
  cursor: pointer;
  height: 8px;
  width: 10px;
  border-radius: 999px;
  background: rgba(148, 163, 184, .6);
  transition: width 220ms ease, background-color 220ms ease, opacity 220ms ease;
  opacity: .9;
}
.hc-products-dot:hover{ opacity: 1; background: rgba(148, 163, 184, .9); }
.hc-products-dot.is-active{ width: 32px; background: var(--hc-primary); opacity: 1; }

/* Blog slider (uses products slider engine) */
.hc-blog-slider.hc-products-slider{
  --hc-products-cols: 3;
  --hc-products-gap: 20px;
}
.hc-blog-slider .hc-products-slide > .hc-blogCard{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hc-blog-slider .hc-blogCard__body{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.hc-blog-slider .hc-blogCard__cta{
  margin-top: auto;
}
@media (max-width: 1024px){
  .hc-blog-slider.hc-products-slider{ --hc-products-cols: 2; }
}
@media (max-width: 640px){
  .hc-blog-slider .hc-products-slider__track{ --hc-products-cols: 1; }
}
@media (max-width: 1100px){
  .hc-products-slider:not(.hc-products-slider--lateral){ --hc-products-cols: 3; }
  .hc-products-slider--lateral{ --hc-products-cols: 2; }
}
/* Lateral slider: en <=1050px apilar imagen arriba + texto abajo */
@media (max-width: 1050px){
  .hc-products-slider--lateral .hc-products-slide > a{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  /* Carrusel (hc-tarjetas-slider): mostrar 1 tarjeta por vista */
  .hc-products-slider--lateral .hc-products-slide > a > div:first-of-type{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hc-products-slider--lateral .hc-products-slide > a > div:first-of-type img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .hc-products-slider--lateral .hc-products-slide > a > div:last-of-type{
    width: 100%;
  }
}
/* Lateral slider: show 2.5 items on medium screens */
@media (max-width: 1150px){
  .hc-products-slider--lateral{ --hc-products-cols: 2.5; }
}
@media (max-width: 860px){
  .hc-products-slider{ --hc-products-cols: 2; }
}
/* Lateral: en <=767px mostrar exactamente 2 productos (sin 3ro parcial) */
@media (max-width: 767px){
  .hc-products-slider--lateral{
    --hc-products-cols: 2 !important;
    /* En móvil replicar la sensación “sólida” de Ofertas (drag + snap) */
    padding: 12px 46px;
  }
  /* En móvil, que el lateral se comporte como carrusel por scroll (no por transform) */
  .hc-products-slider--lateral .hc-products-slider__track{
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
    /* El JS de products slider aplica transform inline; en móvil lo anulamos */
    transform: none !important;
    transition: none !important;
    /* Separación similar a Ofertas y sin barra visible */
    padding-bottom: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .hc-products-slider--lateral .hc-products-slider__track::-webkit-scrollbar{ display: none; }
  .hc-products-slider--lateral .hc-products-slide{ scroll-snap-align: start; }
  /* En este modo, mantenemos flechas visibles y ocultamos puntos */
  .hc-products-slider--lateral .hc-products-slider__nav{
    opacity: 1 !important;
  }
  .hc-products-slider--lateral .hc-products-slider__dots{
    display: none !important;
  }
  .hc-products-slider--lateral .hc-products-slide > a:hover,
  .hc-products-slider--lateral .hc-products-slide > a{
    box-shadow: none;
  }
  .hc-products-slider--lateral .hc-products-slide > a:hover{
      transform: none;
  }
  .hc-products-slider--lateral {
    padding: 0;
  }
}
@media (max-width: 580px){
  .hc-products-slider--lateral .hc-products-slide > a > div:last-child ins .woocommerce-Price-amount,
  .hc-products-slider--lateral .hc-products-slide > a > div:last-child > span:last-child{
    font-size: 14px;
  }
  .hc-products-slider--lateral .hc-products-slide > a > div:last-child del .woocommerce-Price-amount{
    font-size: 0.68rem;
  }
}
@media (max-width: 550px){
  .hc-products-slider .hc-products-slider__nav{
    opacity: 1;
  }
  .section-img-lateral .hc-lateral-content{
    padding: 20px 10px 15px;
  }
  .hc-products-slider--lateral .hc-products-slide > a > div:first-child {
    height: 100%;
  }
}
@media (max-width: 445px){
  .section-img-lateral .hc-lateral-content{
    padding: 20px 10px 2px;
  }
}

/* Ofertas: carrusel por drag */
.hc-offers-scroll{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
}
.hc-offers-scroll > *{
  scroll-snap-align: start;
}

/* Ofertas: mostrar 4.5 cards visibles (desktop) */
@media (min-width: 1024px){
  .hc-offers-scroll{
    --hc-offers-visible: 4.5;
    --hc-offers-gap: 16px;
    gap: var(--hc-offers-gap) !important;
  }
  .hc-offers-scroll > .snap-start{
    flex: 0 0 calc((100% - (var(--hc-offers-gap) * (var(--hc-offers-visible) - 1))) / var(--hc-offers-visible)) !important;
    width: calc((100% - (var(--hc-offers-gap) * (var(--hc-offers-visible) - 1))) / var(--hc-offers-visible)) !important;
    min-width: calc((100% - (var(--hc-offers-gap) * (var(--hc-offers-visible) - 1))) / var(--hc-offers-visible)) !important;
  }
}
@media (max-width: 1279px){
  .slider-productos.hc-products-slider .hc-products-slider__track{
    --hc-products-cols: 3;
  }
  .slider-productos.hc-products-slider--lateral .hc-products-slider__track {
    --hc-products-cols: 2;
  }
}
@media (max-width: 1024px){
  .slider-productos.hc-products-slider .hc-products-slider__track{
    --hc-products-cols: 2;
  }
}
.hc-offers-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, .35);
  background: rgba(255, 255, 255, .95);
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease, background-color 200ms ease;
  cursor: pointer;
  z-index: 2;
}
.hc-offers-prev{ left: -8px; }
.hc-offers-next{ right: -8px; }
.hc-offers-nav:hover{
  background: #ffffff;
  transform: translateY(-50%) scale(1.03);
}
.hc-offers-scroll:hover ~ .hc-offers-nav{
  opacity: 1;
}
.hc-offers-scroll ~ .hc-offers-nav:hover{
  opacity: 1;
}
@media (max-width: 550px){
  .hc-offers-nav{
    opacity: 1;
  }
}
/* Ofertas listado: 4 columnas con cards fluidas */
.hc-offers-grid .hc-offer-card{
  width: 100% !important;
  min-width: 0 !important;
  height: 100%;
}
/* Lateral listado: forzar alturas iguales */
.hc-lateral-listado{
  align-items: stretch;
}
.hc-lateral-listado .hc-lateral-aside,
.hc-lateral-listado .hc-lateral-content{
  align-self: stretch;
}
.hc-lateral-listado .hc-lateral-content{
  display: flex;
  flex-direction: column;
}
.hc-lateral-listado .hc-lateral-content > .grid{
  height: 100%;
}
/* Lateral carrusel: centrar verticalmente */
.hc-lateral-carrusel .hc-lateral-content{
  display: flex;
  align-items: center;
}
.hc-lateral-carrusel .hc-lateral-content > .hc-products-slider{
  width: 100%;
}
/* Lateral módulo: en <=1150px apilar (banner arriba 100%) */
@media (max-width: 1150px){
  .hc-lateral-listado,
  .hc-lateral-carrusel{
    flex-direction: column !important;
  }
  .hc-lateral-listado .hc-lateral-aside,
  .hc-lateral-carrusel .hc-lateral-aside,
  .hc-lateral-listado .hc-lateral-content,
  .hc-lateral-carrusel .hc-lateral-content{
    width: 100% !important;
  }
  .hc-lateral-carrusel .hc-lateral-content{
    align-items: stretch;
  }
  .hc-lateral-listado .hc-lateral-aside,
  .hc-lateral-carrusel .hc-lateral-aside{
    aspect-ratio: var(--hc-lateral-ar, 16/9);
    min-height: 220px;
  }
}
/* Products Slider close */

@media (max-width: 420px){
  .section-accordion .rounded-xl .border-b button{
    padding-right: 10px;
    padding-left: 10px;
  }
}
.section-accordion .rounded-xl{
  max-width: 980px;
  margin: 0 auto;
}


/* Section Hero */
.section-banner.arrow-black .slick-prev::before,
.section-banner.arrow-black .slick-next::before{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.section-banner{
  position: relative;
}
.banner-slider .item{
  height: 680px;
  display: flex;
  align-items: end;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 75px;
}
.section-banner .inner-container{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
  display: flex;
}
.banner-slider .item.top-left .inner-container{
  align-items: flex-start;
  justify-content: left;
}
.banner-slider .item.top-center .inner-container{
  align-items: flex-start;
  justify-content: center;
}
.banner-slider .item.top-right .inner-container{
  align-items: flex-start;
  justify-content: right;
}
.banner-slider .item.center-left .inner-container{
  align-items: center;
  justify-content: left;
}
.banner-slider .item.center-center .inner-container{
  align-items: center;
  justify-content: center;
}
.banner-slider .item.center-right .inner-container{
  align-items: center;
  justify-content: right;
}
.banner-slider .item.bottom-left .inner-container{
  align-items: end;
  justify-content: left;
}
.banner-slider .item.bottom-center .inner-container{
  align-items: end;
  justify-content: center;
}
.banner-slider .item.bottom-right .inner-container{
  align-items: end;
  justify-content: right;
}
.banner-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-slider .item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--hc-hero-overlay, rgba(0,0,0,0.2));
  z-index: 1;
}
.banner-slider .item .content-date{
  position: relative;
  z-index: 3;
  min-width: 525px;
  display: block;
}
.banner-slider .item .content-date .title-principal{
  line-height: 1.2;
  color: var(--blanco);
  max-width: 525px;
}
.banner-slider .item .content-date .text{
  max-width: 525px;
  padding: 10px 0 15px;
}
.banner-slider .item .content-date .text p{
  color: var(--blanco);
}
.banner-slider .item .content-date .btn-transparent{
  border-color: var(--rojo);
  background-color: var(--rojo);
  color: var(--blanco);
}
.banner-slider .item .content-date .label-text{
  background-color: var(--azul-oscuro);
  color: var(--blanco);
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  margin-bottom: 5px;
  display: table;
}
.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 57.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none; /* el video no interfiere con clicks */
}
.section-banner .slick-next{
  right: 25px;
}
.section-banner .slick-prev{
  left: 25px;
}
.section-banner .slick-next,
.section-banner .slick-prev{
  border-radius: 50%;
  border: 1px solid var(--blanco);
  background: transparent!important;
}
.banner-slider.ajustable-0 .item img{
  position: static; /* reset absolute from generic rule */
  display: block;
  width: 100%;
  height: auto; /* image height follows its intrinsic ratio */
  object-fit: cover;
  object-position: center;
}
/* Make the slide height adapt to its content instead of fixed 720px */
.banner-slider.ajustable-0 .item{
  display: block; /* disable flex vertical alignment from generic rule */
  height: auto !important;
  padding: 0;
}
.banner-slider.ajustable-0 .item .content-date{
  position: absolute;
  padding: 20px 20px;
}
.banner-slider.ajustable-0 .item.top-left .content-date{
  top: 0;
  left: 55px;
}
.banner-slider.ajustable-0 .item.top-center .content-date{
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-slider.ajustable-0 .item.top-right .content-date{
  top: 0;
  right: 55px;
}
.banner-slider.ajustable-0 .item.center-left .content-date{
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
}
.banner-slider.ajustable-0 .item.center-center .content-date{
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-slider.ajustable-0 .item.center-right .content-date{
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
}
.banner-slider.ajustable-0 .item.bottom-left .content-date{
  bottom: 0;
  left: 55px;
}
.banner-slider.ajustable-0 .item.bottom-center .content-date{
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner-slider.ajustable-0 .item.bottom-right .content-date{
  bottom: 0;
  right: 55px;
}
.banner-slider.ajustable-0 .item.item-video{
    height: 620px!important;
}
.section-banner.hc-hero-only-mobile,
.section-banner.hc-hero-only-mobile{
  display: none;
}
/* Desktop/Mobile image toggling for ajustable-0 */
.banner-slider.ajustable-0 .item .mobile{
  display: none;
}
/* Hero variants: show mobile assets on small screens */
@media (max-width: 767px){
  .section-banner.hc-hero-only-desktop,
  .section-banner.hc-hero-only-desktop{ display: none !important; }
  .section-banner.hc-hero-only-mobile{ display: block !important; }

  .banner-slider .item .desktop{ display: none !important; }
  .banner-slider .item .mobile{ display: block !important; }
  .banner-slider .item .mobile.d-none{ display: block !important; }

  /* Allow Slick to be truly auto-height when using ajustable-0
  .banner-slider.ajustable-0 .hc-slider-multimedia.slick-initialized .slick-track{
    height: auto !important;
  }*/
}
/* section-banner: height by percentage for .banner-porcentajes */
.banner-slider.porcentajes-0{
  /* Default percentage of viewport height (can be overridden with utility classes below) */
  --banner-percent: 60;
}
.banner-slider.porcentajes-0 .item{
  position: relative;
  display: flex;
  /* Fallbacks: use vh -> svh -> dvh where supported */
  height: calc(100vh * (var(--banner-percent, 60) / 100));
}
.banner-slider.porcentajes-0 .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}
/* Optional: utility classes to set the percentage without inline styles */
.banner-slider.porcentajes-0.altura-40{ --banner-percent: 40; }
.banner-slider.porcentajes-0.altura-50{ --banner-percent: 50; }
.banner-slider.porcentajes-0.altura-60{ --banner-percent: 60; }
.banner-slider.porcentajes-0.altura-70{ --banner-percent: 70; }
.banner-slider.porcentajes-0.altura-80{ --banner-percent: 80; }
.banner-slider.porcentajes-0.altura-90{ --banner-percent: 90; }
.banner-slider.porcentajes-0.altura-100{ --banner-percent: 100; }
/* Desktop/Mobile image toggling for porcentajes-0 */
.banner-slider.porcentajes-0 .item .mobile{ display: none; }
.section-banner.dots-black .slick-dots button{
  background: var(--blanco);
  border: 1px solid var(--blanco);
}
.section-banner.dots-black .slick-dots li:hover button{
  background: var(--blanco);
  border: 1px solid var(--blanco);
}
.section-banner.dots-black .slick-dots .slick-active button{
  border-color: var(--blanco);
  background: var(--blanco);
}

.banner-slider .item .content-date.hc-align-left{ text-align: left; }
.banner-slider .item .content-date.hc-align-center{ text-align: center; }
.banner-slider .item .content-date.hc-align-right{ text-align: right; }
.banner-slider .item .content-date.hc-align-justify{ text-align: justify; }

.banner-slider .item .content-date.hc-align-left .btn-transparent{ margin: 0 auto 0 0; }
.banner-slider .item .content-date.hc-align-right .btn-transparent{ margin: 0 0 0 auto; }
.banner-slider .item .content-date.hc-align-center .btn-transparent{ margin: 0 auto; }
.banner-slider .item .content-date.hc-align-center .label-text{
  margin: 0 auto;
  margin-bottom: 5px;
}
.banner-slider .item .content-date.hc-align-right .label-text{
  margin-left: auto;
}
@media (max-width: 767px){
  .banner-slider.porcentajes-0 .item .desktop{ display: none !important; }
  .banner-slider.porcentajes-0 .item .mobile{ display: block !important; }
}

@media (max-width: 1380px){
  .section-banner .slick-prev {
    left: 15px;
  }
  .section-banner .slick-next {
    right: 15px;
  }
}
@media (max-width: 767px){
  .banner-slider.ajustable-0 .item .content-date,
  .banner-slider .item .content-date {
      min-width: 450px;
  }
  .banner-slider .item .content-date .title-principal,
  .banner-slider .item .content-date .text {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 680px){
  .section-banner .item .desktop{
    display: none;
  }
  .section-banner .item .mobile{
    display: block!important;
  }
  .section-banner .slick-next,
  .section-banner .slick-prev{
    display: none;
  }
  .banner-slider.ajustable-0 .item .desktop{
    display: none !important;
  }
  .banner-slider.ajustable-0 .item .mobile{
    display: block !important;
  }
  .banner-slider .item {
    padding: 20px 15px 80px;
  }
  .banner-slider.ajustable-0 .item.center-left .content-date,
  .banner-slider.ajustable-0 .item.bottom-left .content-date,
  .banner-slider.ajustable-0 .item.top-left .content-date {
      left: 0;
  }
  .banner-slider.ajustable-0 .item.center-right .content-date,
  .banner-slider.ajustable-0 .item.bottom-right .content-date,
  .banner-slider.ajustable-0 .item.top-right .content-date{
    right: 0;
  }
  .banner-slider.ajustable-0 .item.bottom-left .content-date,
  .banner-slider.ajustable-0 .item.bottom-center .content-date,
  .banner-slider.ajustable-0 .item.bottom-right .content-date{
    padding:20px 15px 80px;
  }
}
@media (max-width: 620px){
  .banner-slider {
    height: 100%!important;
  }
  .banner-slider .item{
    max-height: 100vh;
  }
}
@media (max-width: 550px){
  .banner-slider.ajustable-0 .item .content-date,
  .banner-slider .item .content-date {
      min-width: 100%;
  }
  .banner-slider .item .content-date .title-principal,
  .banner-slider .item .content-date .text {
    max-width: 100%;
  }
}
/* section-banner close */

/* ========================================
   HCModal Plugin - Bootstrap 5-like Modal
   ======================================== */

/* Modal Base */
.hc-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* Bootstrap-like fade behavior */
.hc-modal.fade{
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Modal Dialog */
.hc-modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
  max-width: 500px;
}

/* Animate dialog in/out (so close doesn't "jump") */
.hc-modal.fade .hc-modal-dialog{
  transform: translateY(-12px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (min-width: 576px) {
  .hc-modal-dialog {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .hc-modal-dialog-lg {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .hc-modal-dialog-xl {
    max-width: 1140px;
  }
}

/* Modal Dialog Centered */
.hc-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}

/* Modal Content */
.hc-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Modal Header */
.hc-modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.hc-modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

/* Close Button */
.hc-modal-header .hc-close,
.hc-modal-header .close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}

.hc-modal-header .hc-close:hover,
.hc-modal-header .close:hover {
  opacity: 0.75;
}

/* Modal Body */
.hc-modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* Modal Footer */
.hc-modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
  gap: 0.5rem;
}

.hc-modal-footer > * {
  margin: 0;
}

/* Backdrop */
.hc-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hc-modal-backdrop-show {
  opacity: 0.7;
}

/* Modal Show State */
.hc-modal.hc-modal-show {
  display: block;
}

.hc-modal.hc-modal-show{
  opacity: 1;
}

.hc-modal.hc-modal-show .hc-modal-dialog{
  transform: translateY(0);
  opacity: 1;
}

/* Body Class when Modal is Open */
body.hc-modal-open {
  overflow: hidden;
}

/* (Keyframe removed: transitions handle show + hide smoothly) */

/* Scrollable Modal */
.hc-modal-dialog-scrollable {
  height: calc(100% - 3.5rem);
}

.hc-modal-dialog-scrollable .hc-modal-content {
  max-height: 100%;
  overflow: hidden;
}

.hc-modal-dialog-scrollable .hc-modal-body {
  overflow-y: auto;
}

/* Form Controls inside Modal */
.hc-modal .form-group {
  margin-bottom: 1rem;
}

.hc-modal .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.hc-modal .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hc-modal .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.hc-modal textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
  resize: vertical;
}

/* Buttons */
.hc-modal .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hc-modal .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.hc-modal .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.hc-modal .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.hc-modal .btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
}

/* Responsive */
@media (max-width: 575.98px) {
  .hc-modal-dialog {
    margin: 0.5rem;
  }

  .hc-modal-dialog-centered {
    min-height: calc(100% - 1rem);
  }
}

/* ========================================
   /HCModal Plugin
   ======================================== */

.btn-transparent{
  color: var(--negro);
  border: 0.5px solid var(--negro);
  background-color: transparent;
  font-size: 12px;
  font-weight: 700;
  display: table;
  padding: 13px 20px 12px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
.btn-transparent:hover{
  color: var(--blanco);
  background-color: var(--negro);
}
