:root{
  --desk-bg: #5b5b5b;
  --page-bg: #ffffff;
  --page-radius: 28px;

  --card-radius: 22px;
  --card-border: rgba(18, 33, 61, .10);
  --shadow: 0 10px 28px rgba(0,0,0,.12);

  --title-blue: #1f4ea8;
  --title-bar: rgba(31, 78, 168, .22);
}

*{
    font-family: "Inter", sans-serif;
    transition: all 0.3s ease;
}
.mdl-proposito h2 {
    font-style: italic;
}
html{
  font-size: 18px;
}
.ecozonebefore{
    position: relative;
}
.ecozone_sec li strong,
.iso_sec li strong{
    display: inline;
    background: linear-gradient(transparent 60%, #bfe3ff 60%);
    padding: 0 4px;
    font-weight: 700 !important;
    font-size: 1.4rem;
    line-height: 1.1em;
}
.ecozonebefore::before{
    background-color: #004b8b;
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.fw-semibold {
    line-height: 1.1em;
}
.openvideo{
  cursor:pointer
}
.d-none{
  display:none!important
}
.videoModal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.videoModal.is-open{ display:block; }

.videoModal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.65);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal { transition-delay: var(--d, 0ms); }

.videoModal__dialog{
  position: relative;
  max-width: 960px;
  width: min(92vw, 960px);
  margin: 8vh auto 0;
  background: #000;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.conectarimg{
  border-radius: 28px;
}

.videoModal__close{
  position:absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.14);
  color: #fff;
  cursor: pointer;
}

.videoModal__ratio{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.videoModal__frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.ecozone_sec p.strong3 {
    font-size: 1.35rem !important;
}

.hero-cover__inner h1 {
    font-size: 5rem;
    font-weight: 100;
    line-height: 1em;
    margin-bottom:60px
}

.hero-cover__inner p {
    font-size: 1.5rem;
    font-weight: 200;
    max-width: 800px;
}

.hero-cover__inner h1 strong{
    display:block;
    font-weight: 600;
}

.desk-stage{
  background:#FFFFFF;
  min-height: 100vh;
}

/* Cada “página/columna” */
.page{
  background: var(--page-bg);
  border-radius: var(--page-radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

/*margins*/
.mt-01{
    margin-top:1rem
}
.mt-02{
    margin-top:2rem
}
.mt-03{
    margin-top:3rem
}
.mt-04{
    margin-top:4rem
}
.mt-05{
    margin-top:5rem
}
.mt-06{
    margin-top:6rem
}
.mb-01{
    margin-bottom:1rem
}
.mb-02{
    margin-bottom:2rem
}
.mb-03{
    margin-bottom:3rem
}
.mb-04{
    margin-bottom:4rem
}
.mb-05{
    margin-bottom:5rem
}
.mb-06{
    margin-bottom:6rem
}



/*paddings*/
.pt-01{
    padding-top:1rem
}
.pt-02{
    padding-top:2rem
}
.pt-03{
    padding-top:3rem
}
.pt-04{
    padding-top:4rem
}
.pt-05{
    padding-top:5rem
}
.pt-06{
    padding-top:6rem
}

.pb-01{
    padding-bottom:1rem
}
.pb-02{
    padding-bottom:2rem
}
.pb-03{
    padding-bottom:3rem
}
.pb-04{
    padding-bottom:4rem
}
.pb-05{
    padding-bottom:5rem
}
.pb-06{
    padding-bottom:6rem
}

/* Módulo */
.module-card{
  background: #fff;  
  overflow: hidden;
}

.text-blue{
    color:#004b8b!important
}
.header_img{
    width: 100%;
    display: block;
    border-radius: 1.5rem;
    height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.chillin_sec img{
  max-width: 100%;
  height: auto;
  display: block;
}
.chillin_sec img:not(.chilllogo), .imgradius {
    border-radius: 28px;
}

.chillcont,
.aprendizaje_cont{
    background:linear-gradient(180deg, #d4dde4 0%, #ebeff2 20%, #ffffff 50%, #ffffff 100%);
    border-top-right-radius: 9rem;
}

.wtclogo{
  max-width: 400px;
}

.cont_svgcirc svg {
    max-width: 900px;
    margin: auto;
    display: block;
}
.footlogo {
    background-color: #FFFFFF;
    padding: 10px 0;
}
.footlogo img {
    display: block;
    margin: auto;
}
footer {
    background-image: url("images/footer_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

footer h6 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 200;
    font-size: 2rem;
}

footer .redes img {
    width: 40px;
    margin: 5px;
}


.chillcont header.module-head::before,
.aprendizaje_cont header.module-head::before {
    background-color: #004b8b;
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.aprendizaje_cont{
  position: relative;
  z-index: 1;
}

.chilllogo {
    max-width: 600px !important;
}

.aprendizaje_sec::before {
    content: "";
    height: 400px;
    width: 100%;
    position: absolute;
    background-color: #355786;
    top: 0;
    z-index: 0;
}

.strong1{
    font-weight:400
}

.strong2{
    font-weight:500
}

.strong3{
    font-weight:600
}
.wkrow .col-md-6:first-child {
    border-radius: 1.5rem;
    position: relative;
    padding: 0 24px 0 0;
}
.wkrow .col-md-6:first-child::before{
  content:"";
  position:absolute;
  inset: 0 24px 0 0; /* igual al padding */
  background-image:url("images/wk3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat ;
  border-radius: 16px;
  z-index: 0;
}
.whitelink{color:#ffffff!important}
.wkrow .col-md-6:first-child  > *{ position: relative; z-index: 1; }
.wkrow .col-md-6 {
    border-radius: 1.5rem;
}

.wkrow > [class*="col-"]:first-child{
  padding-right: calc(var(--wk-gap) / 2) !important;
}
.wkrow > [class*="col-"]:last-child{
  padding-left: calc(var(--wk-gap) / 2) !important;
}
.wkrow .col-md-6:first-child {
    border-radius: 1.5rem;
    /* padding-right: 20px; */
    /* overflow: hidden; */
}

.laibText p, p{
    font-size: 1.2rem !important;
    text-align: justify;
    font-weight:300;
}

.bg-soft-blue .module-body {
    position: relative;
    background: #fff;          /* el “vacío” arriba */
    overflow: hidden; 
    padding-top: 30vh;
}

.bg-soft-blue header.module-head {
    z-index: 1;
    width: 100%;
}
p strong {
    font-weight: 600;
}
.module-head h2.module-title strong {
    display: block;
    line-height: 1em;
}

.comunidad_sec .module-head h2.module-title strong {
    display: inline-block;
}

.bg-soft-blue .laibWrap:first-child {
    margin-top: -30vh;
}

.bg-soft-blue .module-body::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top: 20vh;                 /* donde “empieza” el color */
  bottom:0;
  border-top-left-radius: 120px; /* ajustá a gusto */
  /* si querés que sea bien “cuarto de círculo” grande, subí esto */

  background:
    radial-gradient(900px 700px at 88% 10%,
      rgba(100,130,180,.95) 0%,
      rgba(160,190,215,.55) 28%,
      rgba(33,73,137,0) 60%
    ),
    radial-gradient(900px 900px at 12% 72%,
      rgba(100,130,180,.95) 0%,
      rgba(33,73,137,.55) 30%,
      rgba(33,73,137,0) 65%
    ),
    radial-gradient(1200px 1200px at 50% 50%,
      rgba(0,0,0,0) 40%,
      rgba(33,73,137,.12) 100%
    ),
    linear-gradient(180deg, #3d5f90 0%, #355786 100%);

    z-index:0;
}

.bg-soft-blue .module-body > *,
.wkwrap > *{
  position: relative;
  z-index:1;
}

.mt-06 {
    margin-top: 6rem;
}

.bg-soft-blue h2.module-title {
    font-size: 4rem;
    font-weight: 200;
    line-height: 1em;
    margin-top: 0;
    color:#004b8b;
    margin-bottom: -15vh;
}

.aprendizaje_sec h2.module-title{
    font-size: 4rem;
    font-weight: 200;
    line-height: 1em;
    margin-top: 0;
    color:#004b8b;
}

.twopillswhite .pill--white {
    border-radius: 5px;
    font-size: 1rem;
    padding: 3px 15px;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.twopillswhite .pill--outline{
    border-radius: 25px;
    font-size: 1rem;
    padding: 3px 15px;
    color: #ffffff;
    background-color: rgba(255,255,255,0);
    
}

.bg-soft-blue header.module-head::before {
    background-color: #004b8b;
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.bg-soft-blue h2.module-title strong{
    font-weight:500
}

.margin-auto {
    display: table;
    margin: auto;
}

.module-head{
  position: relative;
}
.module-title{
  color:#090d21;
  font-size:3.5rem;
}
.module-head--with-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}
.module-head--with-controls .controls{
  display:flex;
  gap: 8px;
}
.module-body {
    padding: 20px 0;
}
.btn-pill{
  --border: rgba(255,255,255,.85);
  --text: #fff;
  --icon-bg: #fff;
  --icon-color: #111;
  gap: 0;
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

/* La pastilla SOLO para el texto */

.btn-pill__body {
    display: inline-flex;
    align-items: center;
    padding: 7px 15px;
    border-radius: 6px;
    border: 1px solid var(--border);
    color: var(--text);
    line-height: 1;
    font-size: 1.1rem;
    font-weight: 300;
    background: transparent;
}

.womankPhoto--right {
    float: right;
}
.womankPhoto {
    width: 350px;
    margin: 0 0 20px 50px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

/* clearfix */
.laibWrap::after{
  content:"";
  display:block;
  clear:both;
}

.franimg {
    max-width: 320px;
}

/* FOTO */
.laibPhoto {
    width: 450px;
    margin: 0 0 20px 50px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.wkwrap .laibPhoto {
    width: 450px;
}

.wkpic {
    width: calc(100% - 500px);
    max-width: 600px;    
    display: block;
}

.laibPhoto--right{
  float: right;
}

.laibPhoto img{
  width:100%;
  height:auto;
  display:block;
  border-radius: inherit;
}

/* opcional: shape para que el texto respete bordes */
.laibPhoto{
  shape-outside: inset(0 round 28px);
}

/* BOTÓN + */
.zoomBtn{
  position:absolute;
  bottom:0;
  right:0;
  width:40px;
  height:40px;
  border-radius:999px;
  background:#6d8db2;
  color:#fff;
  border:none;
  font-size:22px;
  cursor:pointer;
}

/* TEXTO */
.laibText{
  font-size:1.15rem;
  line-height:1.7;
}

.laibText--light{
  color:#fff;
}

.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    display:block;
    clear: both;
    width: 100%;
}

.divider.divider-white {
    background-color: #ffffff;
}

.divider.divider-blue {
    background-color: #004b8b;
}

.divider.divider-grey {
    background-color: #e3eaf0;
}

/* META */
.laibMeta {
    display: flex;
    gap: 0;
    margin-bottom: 16px;
    margin-top: 23vh;
}

.pill{
  padding:6px 14px;
  border-radius:999px;
  font-size:.85rem;
  background:#fff;
  color:#355786;
}

.pill--outline{
  background:transparent;
  border:1px solid rgba(255,255,255,.7);
  color:#fff;
}

/* TÍTULO */
.laibTitle{
  font-size:3rem;
  font-weight:700;
  margin:12px 0 20px;
}


.LaibText{
    columns: 2;
    column-gap: 20px;
    text-align: justify;
}

.module-body .btn-pill {
    display: block;
    margin-top: 40px;
}

/* El círculo va afuera */

.btn-pill__icon {
    width: 33px;
    height: 33px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--icon-bg);
    color: var(--icon-color);    
}

.btn-pill.btn-pill--white .btn-pill__icon {
    background: #ffffff;
    color: #8cb4ff;
    border: 1px solid #ffffff;
}

.hero-cover .btn-pill.btn-pill--white .btn-pill__icon {
    color: #090915!important;
} 

.hero-cover .btn-pill:hover .btn-pill__icon{
  border-color:#FFFFFF
}

.btn-pill:hover .btn-pill__body {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-pill{
  --pill-blue: #8cb4ff;  /* tu celeste */
}

/* Círculo (default) */
.btn-pill__icon{
  background: var(--pill-blue);
  color: #fff;                 /* icono blanco */
  border: 1px solid var(--pill-blue);
}

/* Tamaño del SVG dentro del círculo */
.btn-pill__svg{
  width: 16px;
  height: 16px;
  display: block;
}

/* Hover: invertimos */
.btn-pill:hover .btn-pill__icon{
  background: #fff;
  color: var(--pill-blue);      /* icono celeste */
  border-color: var(--pill-blue);
}

/* Hover */
.btn-pill:hover{ opacity:.95; }
.btn-pill.btn-pill--white:hover .btn-pill__body {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-pill.btn-pill--blue:hover .btn-pill__body {
    background-color: #8cb4ff;
    border-color:#8cb4ff;
    color:#ffffff
}

/* Variantes */
.btn-pill--white{
  --border: rgba(255,255,255,.85);
  --text: #fff;
  --icon-bg: #fff;
  --icon-color: #111;
}

.btn-pill--blue{
  --border: #8cb4ff;
  --text: #8cb4ff;
  --icon-bg: #7aa8ff;
  --icon-color: #fff;
}

.btn-pill__icon img{
  width: 16px;          /* ajustá a ojo */
  height: 16px;
  display:block;
}

/* Portada */
.hero-cover {
    min-height: 100vh;
    background-image: url(images/main_bg.jpg);
    color: #fff;
    padding-top: 25vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-cover__inner{
  height: 100%;
  padding: 18px;
  display:flex;
  flex-direction:column;
}
.hero-kicker{ font-size: .95rem; opacity: .85; }
.hero-year{ font-size: 2.2rem; font-weight: 800; line-height:1; }
.hero-lead{ max-width: 55ch; font-size: .95rem; opacity: .92; }
.brand-chip{
  font-size: .8rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
}

/* Limpia el float para que el contenedor “envuelva” todo */
.editorialWrap::after{
  content:"";
  display:block;
  clear:both;
}

/* La foto flota a la izquierda */
.editorialPhoto{
  float:left;
  width: 310px;          /* tu ancho */
  margin: 0 32px 16px 0; /* gap derecha y un poco abajo */
}

/* La imagen */
.editorialPhoto img{
  width:100%;
  height:auto;           /* se ve completa */
  display:block;
  border-radius:24px;
}

/* (Opcional) si querés que el texto “respete” el borde redondeado
   como en editorial: */
.editorialPhoto{
  shape-outside: inset(0 round 24px);
}

/* Pills abajo */
.editorialBadges{
  display:flex;
  gap:12px;
  margin-top:12px;
}

.badgePill{
  padding: 10px 18px;
  border-radius: 999px;
  background:#6ea3ff;
  color:#fff;
  font-weight:500;
  font-size: 0.85rem;
}
.badgePill--outline{
  background: transparent;
  border:1px solid #6ea3ff;
  color:#6ea3ff;
}


/* Texto */
.editorialText, .module-body p {
    font-size: 1.2rem;
    line-height: 1.7em;
    font-weight: 300;
}

.editorialText{
    padding-top: 55px;
}

.editorialText strong,
.module-body p strong {
    font-weight: 600;
}

/* Avatar */
.avatar{
  width: 84px;
  height: 84px;
  border-radius: 18px;
  object-fit: cover;
}

/* Pills */
.pill{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef2ff;
  font-size: .8rem;
}

/* Placeholder diagrama */
.diagram-placeholder{
  height: 210px;
  border-radius: 18px;
  border: 1px dashed rgba(0,0,0,.2);
  display:flex;
  align-items:center;
  justify-content:center;
  background: #fafafa;
}

/* Ribbon */
.ribbon-cover{
  background:
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.70) 100%),
    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=70") center/cover no-repeat;
  color:#fff;
}
.ribbon-cover__inner{ padding: 18px; }
.ribbon-title{ font-weight: 800; letter-spacing: .08em; }

/* Labels grandes tipo CONSCIOUS/inside */
.coverLabel{
  position:absolute;
  left: 16px;
  top: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 1rem;
  color: #fff;
  background: rgba(0,0,0,.55);
  padding: 6px 10px;
  border-radius: 999px;
  z-index: 2;
}
.coverLabel--light{
  color: #111;
  background: rgba(255,255,255,.80);
}
.module-card{ position: relative; }

/* Bloques con header “cover” (Camino B / Ecozone) */
.cover-block__bg{
  height: 130px;
  background-size: cover;
  background-position: center;
}
.cover-block__content{
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display:flex;
  justify-content:flex-start;
  pointer-events:none;
}
.cover-block__title{
  font-weight: 900;
  letter-spacing: .08em;
  color:#fff;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
}

/* Swiper cards (grandes) */

.cardSlide {
    display: block;
    aspect-ratio: 1 / 1;
    height: auto;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 20px;
    color: #ffffff;
}
#sw-power .cardSlide{
    aspect-ratio: 1 / 0.7;
}
img.img-fluid.logoheader {
    max-width: 400px;
    margin: auto;
}
.cardSlide::before{
  position:absolute;
  height:100%;
  width:100%;
  content:"";
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding: 12px;
  color:#fff;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.70) 100%);
}

.aportes_sec .cardSlide::before{
  display:none!important
}

/* Swiper thumbs (chiquitas como en la maqueta) */
.thumbsSwiper .swiper-slide{ width: auto; }
.thumbCard{
  display:block;
  width: 175px;
  height: 95px;
  border-radius: 16px;
  overflow:hidden;
  background:#eee;
  position:relative;
}
.thumbCard img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.aplus {
    width: 53px;
    position: absolute;
    bottom: -4px;
    right: -4px;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 5px;   
    z-index: 3; 
    cursor:pointer;
}
.aplus_link {
    width: 53px;
    position: absolute;
    bottom: -4px;
    right: -4px;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 5px;   
    z-index: 3; 
    cursor:pointer;
}
.thumbCard--withCaption .thumbCaption{
  position:absolute;
  left: 10px;
  bottom: 8px;
  right: 10px;
  color:#fff;
  font-size: .75rem;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0,0,0,.6);
}



/* Cajas */
.badge-soft{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(31,78,168,.10);
  color: var(--title-blue);
  font-weight: 600;
  font-size: .78rem;
}
.infoBox{
  border-radius: 18px;
  background: #f3f4f6;
  padding: 12px;
}

/* Stats (Ecozone) */
.statBox{
  border-radius: 18px;
  background: #f3f4f6;
  padding: 12px;
  height: 100%;
}
.statBox__kpi{ font-size: 1.35rem; font-weight: 800; }
.statBox__label{ font-size: .78rem; color:#6b7280; }

/* Logos placeholders */
.logoRow{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}
.logoPh{
  width: 64px;
  height: 32px;
  border-radius: 10px;
  background: #e5e7eb;
}

/* Footer cover */
.footer-cover{
  background:
    linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.70) 100%),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=70") center/cover no-repeat;
  color:#fff;
}
.footer-cover__inner{ padding: 18px; }
.socialRow{ display:flex; gap:8px; }
.soc{
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.25);
}

.page--single{
  max-width: 860px;   /* ajustable */
  margin: 0 auto;
}

nav.navbar {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100%;
    padding-top: 10vh;
}

.cardSlide__overlay{
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;

  padding: 18px;
}

.cardSlide__overlay p{
  z-index: 1;
}
.texleft{
  text-align:left!important
}
/*.cardSwiper .aplus:hover + .cardSlide .cardSlide__overlay p{
  max-height: 100%;
  opacity: 1;
  overflow-y: auto;
  padding-right: 6px;
}*/

.swiper-slide:hover > .cardSlide .cardSlide__overlay p{
  max-height: 100%;
  opacity: 1;
  overflow-y: auto;
  padding-right: 6px;
}

.cardSwiper .aplus:hover + .cardSlide .cardSlide__overlay::before{
  opacity: 1;
}

.cardSlide__overlay::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    opacity:0;
    transition:  opacity .25s ease;
    top:0
}

.cardSlide__overlay *{
  z-index: 1;
}

.cardSwiper .swiper-slide.is-open .cardSlide .cardSlide__overlay p{
  max-height: 100%;
  opacity: 1;
  overflow-y: auto;
  padding-right: 6px;
}

.cardSwiper .swiper-slide.is-open .cardSlide .cardSlide__overlay::before{
  opacity: 1;
}

/* 3) En hover, aparece el texto y si es largo scrollea */
.cardSwiper .cardSlide__overlay p {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .45s cubic-bezier(.22, .61, .36, 1), opacity .25s ease;
    font-size: 0.8rem !important;
    line-height: 1.2em;
}

/* (opcional) scrollbar sutil */
.cardSwiper .cardSlide__overlay p::-webkit-scrollbar{ width: 4px; }
.cardSwiper .cardSlide__overlay p::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.35);
  border-radius: 10px;
}

/* Contenedor nav (flecha - barra - flecha) */
.swiperNav{
  display:flex;
  align-items:center;
  gap:18px;
}

/* Botones circulares */
.swBtn{
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(86, 153, 255, .45);
  background: transparent;
  display:grid;
  place-items:center;
  cursor:pointer;
  position:relative;
  flex:0 0 auto;
}

/* Icono flecha (CSS) */
.swBtn::before{
  content:"";
  width:10px;
  height:10px;
  border-right:2px solid rgba(86, 153, 255, .9);
  border-bottom:2px solid rgba(86, 153, 255, .9);
  transform: rotate(-45deg);
  display:block;
}

.swPrev::before{ transform: rotate(135deg); }
.iso_sec header h3 {
    max-width: 600px;
    font-weight: 300;
}
.iso_sec .header-cols{
  display:block !important; /* anula el flex del header */
}
/* Estado disabled cuando no hay más slides */
.swBtn.swiper-button-disabled{
  opacity:.35;
  cursor:not-allowed;
}
.twocols_txt ul {
    padding: 0;
}
ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

ul > li {
  position: relative !important;
  padding-left: 32px !important;  /* espacio para el aro */
}

/* Por si Elementor ya mete un bullet con ::before */
ul > li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.55em !important;         /* ajusta la altura */
  width: 14px !important;
  height: 14px !important;
  /*border: 1px solid #004b8b !important;*/
  border-radius: 50% !important;
  box-sizing: border-box !important;
  background-color:#bfe3ff
}


/* =======================
   RUEDA SVG (hover/click)
   ======================= */

/* Los contornos interactivos (se los pone el JS) */
.cont_svgcirc svg > g.st10{
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none; /* no roban hover */
}

/* Panel visible */
.cont_svgcirc svg > g.st10.is-on{
  opacity: 1;
}

/* 2) Las 5 zonas de hover/click (son path.st10) */
.cont_svgcirc svg > path.st10{
  cursor: pointer;
  fill-opacity: 0;      /* invisible */
  pointer-events: all;  /* capturá mouse igual */
}


.st0{display:none;}
	.st1{display:inline;}
	.st2{fill:#CAD2D4;}
	.st3{fill:#B4E29C;}
	.st4{fill:#A3DEDE;}
	.st5{fill:#F1B580;}
	.st6{fill:#FFD469;}
	.st7{fill:#ECBEDC;}
	.st8{fill:#090D21;}
	.st10{fill:#FFFFFF;}
	.st9{cursor:pointer;opacity:0;}


.twocols_txt ul li, .iso_sec ul li {
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 300;
}
.twocols_txt ul li strong{
    font-weight: 500;
}
.header-cols .row div{
  border-radius: 15px;
}
.twocols_txt h5 {
    font-weight: 600;
    font-size: 1.35rem;
    margin: 0;
}
.cont_svgcirc img {
    margin: auto;
    display: block;
    position: relative;
}
.twocols_txt {
    columns: 2;
    padding-top: 2rem;
    gap: 40px;
}
.header-cols .row div img {
    border-radius: 20px ;
    overflow: hidden;
    display: block;
}
.bconscious-sec .col-md-3 img {
    border-radius: 0 !important;
}
/* Barra segmentada (bullets) */
.progressDots{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  gap:14px;
  padding:0;
  margin-top: 15px;
}

/* Cada “segmento” */
.progressDots .swiper-pagination-bullet{
  flex:1 1 0;
  height:4px;
  border-radius:999px;
  background: rgba(86, 153, 255, .25);
  margin:0 !important;      /* Swiper a veces mete márgenes */
  opacity:1;                 /* Swiper cambia opacity por defecto */
  transition: background .2s ease, transform .2s ease;
}
.swiperNav[hidden] { display: none !important; }

/* Segmento activo */
.progressDots .swiper-pagination-bullet-active{
  background: rgba(86, 153, 255, .85);
}

/* Opcional: un “track” suave detrás (parecido a la línea del boceto) */
.progressDots{
  position:relative;
}
.progressDots::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:50%;
  height:4px;
  transform:translateY(-50%);
  border-radius:999px;
  background: rgba(86, 153, 255, .12);
  pointer-events:none;
}
.progressDots .swiper-pagination-bullet{
  position:relative; /* para quedar encima del track */
  z-index:1;
}
.editorialText .editorialText p{
    text-align: justify !important;
}

@media (min-width: 992px){
    .leading_slider header .controls{
        display:none
    }
}


/* Responsive: en mobile se ve como “cards” apiladas sin el look de mesa */
@media (max-width: 991.98px){
  .page--single{ max-width: 100%; }  
  .desk-stage{ background: #f3f4f6; }
  .page{ border-radius: 18px; padding: 14px; }
  .editorialPhoto{
    float:none;
    width: 100%;
    margin: 0 0 16px 0;
    shape-outside: none;
  }

  .module-title {
      font-size: 2.7rem !important;
  }

  .bg-soft-blue .laibWrap {
      margin-top: 0;
      padding-top: 0px;
  }

  .bg-soft-blue .module-body {
      padding-top: 20px;
  }

  .bg-soft-blue h2.module-title {
    font-size: 3rem;
  }

  .laibMeta {
      margin-top: 30px;
  }

  .bg-soft-blue h2.module-title {
      margin-bottom: 40px;
  }

  .bg-soft-blue .module-body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top-left-radius: 80px;
  }

  .franimg {
    max-width: 260px;
    margin-bottom: 20px;
}

  .laiblanz{
      border-top-left-radius: 80px !important;
  }

  .laibText img {
    border-radius: 0 !important;
  }

.laibPhoto {
    width: 100%;
    margin: 0;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    float: none;
}

  .container {
    padding-left: 25px;
    padding-right: 25px;
}

  .editorialText, .module-body p {
      font-size: 1rem;
      line-height: 1.6em;
      font-weight: 300;
  }

  .bconscious-sec .col-md-3 img {
    max-width: 220px;
    margin-bottom: 15px;
}

.chillcont, .aprendizaje_cont {
    border-top-right-radius: 6rem;
}

.swBtn {
    width: 40px;
    height: 40px;
  }

footer h6 {
    font-size: 1.6rem;
}

  .mdl-proposito .module-body, .LaibText {
      columns: 1;
      column-gap: 0;
      text-align: justify;
  }

  .wkwrap .laibPhoto {
      width: 100%;
  }

  #sw-power .cardSlide {
    aspect-ratio: 1 / 1;
  }

  .twocols_txt {
    columns: 1;
    padding-top: 2rem;
    gap: 0;
  }

  .order002{
    order:2!important
  }

  .order001{
    order:1!important
  }

  .laibText p, p {
    font-size: 1rem !important;
  }
  img.img-fluid.logoheader {
      max-width: 250px;
      margin: auto;
  }
}
