/*
Theme Name: theme-custom
Theme URI: https://custom.com.ar/
Author: Theme Custom
Author URI: https://custom.com.ar/
Description: Theme custom modular en WordPress + Bootstrap 5.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-custom
Tags: wordpress, bootstrap, institucional
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
html, body {  height: 100%; } 
body {font-family: "Plus Jakarta Sans", sans-serif;font-optical-sizing: auto; font-weight: 400; font-style: normal;color: var(--color-brand-text)!important; font-size: clamp(14px, 1.5vw, 16px);}


.fw-100{font-weight: 100 !important; } .fw-200{font-weight: 200 !important; } .fw-300{font-weight: 300 !important; }  .fw-400{font-weight: 400} .fw-500{ font-weight:500 !important; } .fw-600{font-weight: 600 !important; } .fw-700{font-weight: 700 !important; }.fw-800{font-weight: 800 !important; }
a {text-decoration: none; transition: all .2s ease-in-out;  -moz-transition: all .2s ease-in-out;  -webkit-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;} .z-1{ z-index: 1} .z-2{z-index: 2} .z-0{ z-index: -1}
.letter-s{letter-spacing: 0.05em;}.letter-xs{letter-spacing: 0.02em;} .lh-75{line-height: .75rem;} .lh-initial{line-height: initial;}.fs-min{ font-size: .75rem}.fs-min2{ font-size: .85rem} .lh-xs {line-height: 1.15 !important;}
.text-primary_custom{color: var(--color-brand-primary);}
.text-secondary_custom{color: var(--color-brand-secondary);}
.text-color-title{ color:var(--color-brand-text);}
.text-color-brand {color: var(--color-brand-text);}
.text-orange-brand {color: var(--color-brand-accent);}
.text-verde{ color:var(--color-brand-secondary);}
.text-verde-c{ color:var(--color-brand-soft);}
.text-purple{ color:var(--color-brand-primary)}
.bg-primary_custom{background: var(--bg-brand-primary);}
.bg-grisecito{background-color: #2186E8;}
.fs-2_custom{font-size:clamp(29px, 1.5vw, 32px);}
.fs-3_custom{ font-size:clamp(24px, 1.5vw, 28px);}
.fs-4_custom{font-size:clamp(21px, 1.5vw, 24px);}
.fs-6_custom{ font-size: 1rem;}
.display-4_custom{font-size:calc(1.475rem + 2.7vw);}
.display-5_custom{font-size:clamp(40px, 1.5vw, 48px);}
.display-6_custom{font-size:clamp(33px, 1.5vw, 40px);}
.py-custom{ padding: 100px 0} .pb-custom{padding:  0 0 100px 0} .pt-custom{padding: 100px 0 0 0 ; }
.py-custom-minus{padding: 50px 0}.pt-custom-minus{padding: 50px 0 0 0 ; }.pb-custom-minus{padding: 0 0 0 50px ; }
.px-custom_bootstrap{padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5);}
.mt-6{ margin-top: 6rem;} .mb-6{ margin-bottom: 6rem;}
/* =========================================================
   Buttons · Custom Primary
   ========================================================= */
.btn-custom-primary { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 46px; padding: .65rem 1.15rem; border: 1px solid var(--color-brand-primary); border-radius: 999px; background-color: var(--color-brand-primary); color: #fff; font-size: clamp(18px, 1.2vw, 20px); font-weight: 400; line-height: 1.2; text-decoration: none; box-shadow: none; transition: background-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; }
.btn-custom-primary:hover, .btn-custom-primary:focus {transform: scale(1.015); box-shadow: 0 0 0px 3px rgba(22,61,100,.25); }
.btn-custom-primary img { display: inline-block; flex: 0 0 auto; width: 1.125rem; height: 1.125rem; transform: rotate(0deg); transition: transform .28s cubic-bezier(.16,1,.3,1); }
.btn-custom-primary:hover img, .btn-custom-primary:focus img { transform: rotate(90deg); }


/* =========================================================
   Buttons · Custom Link
   ========================================================= */
.btn-custom-link { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .25rem 0; border: 0; background: transparent; color: var(--color-brand-primary); font-size: clamp(18px, 1.2vw, 20px); font-weight: 500; line-height: 1.2; text-decoration: none; transition: color .25s ease; }
.btn-custom-link:hover, .btn-custom-link:focus { color: var(--color-brand-secondary); }
.btn-custom-link img { display: inline-block; flex: 0 0 auto; width: 1.125rem; height: 1.125rem; transform: rotate(0deg); transition: transform .28s cubic-bezier(.16,1,.3,1); }
.btn-custom-link:hover img, .btn-custom-link:focus img { transform: rotate(90deg); }

/***************************************************** Botón outline blanco*/
.btn-outline-blanco-carousel { display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; min-height: 56px; padding: 1rem 2rem; border-radius: 50px; background-color:rgba(255,255,255,0); color: rgba(255,255,255,1.00); font-size: 20px; font-weight: 500; line-height: 1.1; text-decoration: none; transition: background-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; border:1px solid rgba(255,255,255,1);}
.btn-outline-blanco-carousel:hover, .btn-outline-blanco-carousel:focus { background-color:rgba(255,255,255,0.1); color:#fff; transform: scale(1.015); box-shadow: 0 0 0 3px rgba(250, 176, 79, .35) }
.btn-outline-blanco-carousel i { color: var(--color-brand-accent); font-size: .95em; line-height: 1; transition: transform .35s ease, color .35s ease; }
.btn-outline-blanco-carousel:hover i, .btn-outline-blanco-carousel:focus i { color: var(--color-brand-accent); transform: translateX(.25rem); }

@media (max-width: 575.98px) {
  .btn-outline-blanco-carousel { width: 100%; min-height: 56px; padding: 1rem 1.5rem; gap: .9rem; }
}
/* =========================================================
   Buttons · Participar
   ========================================================= */
.btn-participar { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 32px; padding: 8px 16px; border: 1px solid #D78400; border-radius: 999px; background-color: #fff; color: var(--color-brand-primary); font-size: clamp(14px, 1.2vw, 16px); font-weight: 400; line-height:initial; text-decoration: none; box-shadow: none; transition: background-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; }
.btn-participar:hover, .btn-participar:focus { background-color: #fff; color: var(--color-brand-primary); transform: scale(1.015); box-shadow: 0 0 0 3px rgba(215,132,0,.25); }
.btn-participar img { display: inline-block; flex: 0 0 auto; width: 1.125rem; height: 1.125rem; transform: rotate(0deg); transition: transform .28s cubic-bezier(.16,1,.3,1); }
.btn-participar:hover img, .btn-participar:focus img { transform: rotate(90deg); }


/* =========================================================
   Buttons · Resultados
   ========================================================= */
.btn-resultados { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 32px; padding: 8px 16px; border: 1px solid var(--color-brand-primary); border-radius: 999px; background-color: var(--color-brand-primary); color: #fff; font-size: clamp(14px, 1.2vw, 16px); font-weight: 400; line-height: initial; text-decoration: none; box-shadow: none; transition: background-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; }
.btn-resultados:hover, .btn-resultados:focus { background-color: var(--color-brand-primary); color: #fff; transform: scale(1.015); box-shadow: 0 0 0 3px rgba(22,61,100,.25); }
.btn-resultados img { display: inline-block; flex: 0 0 auto; width: 1.125rem; height: 1.125rem; transform: rotate(0deg); transition: transform .28s cubic-bezier(.16,1,.3,1); }
.btn-resultados:hover img, .btn-resultados:focus img { transform: rotate(90deg); }
/* =========================================================
   Buttons · Dark
   ========================================================= */
.btn-dark{ display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 32px; padding: 8px 16px; border: 1px solid var(--color-brand-primary); border-radius: 999px; background-color: var(--color-brand-dark); color: #fff; font-size: clamp(14px, 1.2vw, 16px); font-weight: 400; line-height: initial; text-decoration: none; box-shadow: none; transition: background-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; }
.btn-dark:hover, .btn-dark:focus { background-color: var(--color-brand-dark); color: #fff; transform: scale(1.015); box-shadow: 0 0 0 3px rgba(56, 156, 255,.25); }
.btn-dark img { display: inline-block; flex: 0 0 auto; width: 1.125rem; height: 1.125rem; transform: rotate(0deg); transition: transform .28s cubic-bezier(.16,1,.3,1); }
.btn-dark:hover img, .btn-dark:focus img { transform: rotate(90deg); }
/* ===============================
   Font Awesome Free 5.15.1 
   =============================== */
.sr-only { border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px; overflow: hidden;padding: 0;position: absolute; width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static;width: auto; }
@font-face {font-family: 'Font Awesome 5 Brands'; font-style: normal;font-weight: 400;font-display: block; src: url("assets/fonts/fa-brands-400.eot"); src: url("assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-brands-400.woff2") format("woff2"), url("assets/fonts/fa-brands-400.woff") format("woff"), url("assets/fonts/fa-brands-400.ttf") format("truetype"), url("assets/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; }
@font-face {font-family: 'Font Awesome 5 Free'; font-style: normal;font-weight: 400;font-display: block;src: url("assets/fonts/fa-regular-400.eot"); src: url("assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-regular-400.woff2") format("woff2"), url("assets/fonts/fa-regular-400.woff") format("woff"), url("assets/fonts/fa-regular-400.ttf") format("truetype"), url("assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far { font-family: 'Font Awesome 5 Free';font-weight: 400; }
@font-face { font-family: 'Font Awesome 5 Free';font-style: normal;font-weight: 900;font-display: block;src: url("assets/fonts/fa-solid-900.eot");src: url("assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("assets/fonts/fa-solid-900.woff2") format("woff2"), url("assets/fonts/fa-solid-900.woff") format("woff"), url("assets/fonts/fa-solid-900.ttf") format("truetype"), url("assets/fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,.fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; }
/*Pro - 900 */
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(assets/fonts/pro/fa-solid-900.eot);src:url(assets/fonts/pro/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(assets/fonts/pro/fa-solid-900.woff2) format("woff2"),url(assets/fonts/pro/fa-solid-900.woff) format("woff"),url(assets/fonts/pro/fa-solid-900.ttf) format("truetype"),url(assets/fonts/pro/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
/* Pro - 400 */
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url(assets/fonts/pro/fa-regular-400.eot);src:url(assets/fonts/pro/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(assets/fonts/pro/fa-regular-400.woff2) format("woff2"),url(assets/fonts/pro/fa-regular-400.woff) format("woff"),url(assets/fonts/pro/fa-regular-400.ttf) format("truetype"),url(assets/fonts/pro/fa-regular-400.svg#fontawesome) format("svg")}.far-pro{font-family:"Font Awesome 5 Pro";font-weight:400;display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1;} .fa-hourglass-half::before { content: "\f252";} 
.fa-times-circle::before { content: "\f057";}
/* Pro 300*/
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url(assets/fonts/pro/fa-light-300.eot);src:url(assets/fonts/pro/fa-light-300.eot?#iefix) format("embedded-opentype"),url(assets/fonts/pro/fa-light-300.woff2) format("woff2"),url(assets/fonts/pro/fa-light-300.woff) format("woff"),url(assets/fonts/pro/fa-light-300.ttf) format("truetype"),url(assets/fonts/pro/fa-light-300.svg#fontawesome) format("svg")}.fal{font-family:"Font Awesome 5 Pro";font-weight:300}
.fa-exclamation-circle::before { content: "\f06a";}
/* Duo*/
@font-face{font-family:"Font Awesome 5 Duotone";font-style:normal;font-weight:900;font-display:block;src:url(assets/fonts/duo/fa-duotone-900.eot);src:url(assets/fonts/duo/fa-duotone-900.eot?#iefix) format("embedded-opentype"),url(assets/fonts/duo/fa-duotone-900.woff2) format("woff2"),url(assets/fonts/duo/fa-duotone-900.woff) format("woff"),url(assets/fonts/duo/fa-duotone-900.ttf) format("truetype"),url(assets/fonts/duo/fa-duotone-900.svg#fontawesome) format("svg")}.fad{position:relative;font-family:"Font Awesome 5 Duotone";font-weight:900}.fad:before{position:absolute;color:var(--fa-primary-color,inherit);opacity:1;opacity:var(--fa-primary-opacity,1)}.fad:after{color:var(--fa-secondary-color,inherit)}
.fad.fa-chevron-circle-right::after { content: "\10f138";color: rgba(255,255,255,.25);}.fa-chevron-circle-right::before { content: "\f138";}
/**/
.fa,.fas,.far,.fal,.fad,.fab {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1; }
.fa-lg {font-size: 1.33333em;line-height: 0.75em;vertical-align: -.0667em; }
.fa-xs { font-size: .75em; }.fa-sm { font-size: .875em; }.fa-1x {font-size: 1.2em; }.fa-2x { font-size: 2em; }.fa-3x {font-size: 3em; }.fa-4x { font-size: 4em; }.fa-5x { font-size: 5em; }.fa-6x { font-size: 6em; }.fa-7x {font-size: 7em; }.fa-8x { font-size: 8em; }.fa-9x {font-size: 9em; }.fa-10x { font-size: 10em; }.fa-fw {text-align: center; width: 1.25em; }.fa-ul {list-style-type: none; margin-left: 2.5em; padding-left: 0; }.fa-ul > li { position: relative; }.fa-li {left: -2em; position: absolute;text-align: center;width: 2em;line-height: inherit; }.fa-border { border: solid 0.08em #153D64; border-radius: .1em; padding: .2em .25em .15em; }.fa-pull-left {float: left; }.fa-pull-right {float: right; }.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left { margin-right: .3em; }.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right { margin-left: .3em; }
.fa-h_small{ height: 1.5em} .fs-20{font-size: 20px;}
.fa-grip-lines:before{content:"\f7a4"} .fa-bars:before{content:"\f0c9"}.fa-facebook-f::before { content: "\f39e";}  .fa-twitter:before {content: "\f099"; }  .fa-youtube:before {content: "\f167"; }  .fa-instagram:before {content: "\f16d"; } .fa-envelope:before {content: "\f0e0"; }.fa-chevron-left:before{content:"\f053"} .fa-chevron-right:before {content: "\f054"; }.fa-linkedin-in:before{content:"\f0e1"} .fa-arrow-right:before { content: "\f061"; }
.fa-times:before{content:"\f00d"}.fa-chevron-down:before{content:"\f078"}  .fa-heart:before{content:"\f004"} .fa-user::before {content: "\f007";}.fa-file-download::before { content: "\f56d";} .fa-whatsapp::before { content: "\f232";}.fa-phone-alt::before {  content: "\f879";} .fa-hand-point-right::before {content: "\f0a4";}
.fa-info-circle::before { content: "\f05a";} .fa-plus-circle::before { content: "\f055";} .fa-minus-circle::before {content: "\f056";} .fa-thumbs-up::before {content: "\f164";}
.fa-check::before { content: "\f00c";}.fa-phone::before { content: "\f095";}.fa-map-marker-alt::before { content: "\f3c5";} .fa-envelope::before { content: "\f0e0";} .fa-shopping-cart::before { content: "\f07a";} .fa-users::before { content: "\f0c0";}
.fa-user-friends::before {content: "\f500";}.fa-play-circle::before { content: "\f144";} .fa-folder-open::before { content: "\f07c";} .fa-smile-wink::before { content: "\f4da";} .fa-comment-lines::before { content: "\f4b0";} .fa-head-side-brain::before {content: "\f808";}  .fa-clipboard-list-check::before {content: "\f737";} .fa-search::before { content: "\f002";}.fa-plus::before { content: "\f067";} .fa-video::before {content: "\f03d";} .fa-play::before { content: "\f04b";} .fa-hands-heart::before { content: "\f4c3";} .fa-copy::before {content: "\f0c5";}
.fa-x-twitter::before  {content: "\e61b";font-family: "Font Awesome 6 Brands";src:url(assets/fonts/brand6/fa-brands-400.woff2) format("woff2"),url(assets/fonts/brand6/fa-brands-400.ttf) format("truetype")}
.fa-cart-plus::before {content: "\f217";}
.fa-tag::before { content: "\f02b";}  .fa-trash-alt::before { content: "\f2ed";}.fa-arrow-down::before {content: "\f063";}.fa-tiktok::before { content: "\e07b";}
.fa-headphones-alt::before { content: "\f58f";} .fa-step-backward::before { content: "\f048";} .fa-step-forward::before {content: "\f051";} .fa-redo::before { content: "\f01e";} .fa-undo::before {content: "\f0e2";} .fa-pause::before { content: "\f04c";}.fa-headset::before {content: "\f590";} 
.fa-clock::before { content: "\f017";}  .fa-chevron-double-right::before { content: "\f324";} .fa-check-circle::before { content: "\f058";} .fa-ellipsis-v::before { content: "\f142";} 

/***************************************************** Variables */
:root {
    --color-brand-primary: #163D64;
    --color-brand-secondary: #389CFF;
    --color-brand-accent: #FAB04F;
    --color-brand-text: #111827;
    --color-brand-muted: #5F6777;
    --color-brand-light: #2186E8;
    --color-brand-blue: #153D64;
    --color-brand-dark: #092138;
    --color-brand-whatsapp:#128c7e/* #1BD741*/;
    --bg-brand-primary: #163D64;
}

.theme-section-gradient-0 { background: linear-gradient(135deg, #163D64 0%, #111827 100%); }
.theme-section-gradient-1 { background: linear-gradient(135deg, #163D64 0%, #111827 100%); }
.theme-section-gradient-1-invertido { background: linear-gradient(34deg, #163D64 0%, #111827 100%); }
.theme-section-gradient-2 { background: linear-gradient(160deg, #163D64 0%, #389CFF 100%); }
.theme-section-gradient-3 { background: linear-gradient(180deg, #2186E8 0%, #153D64 100%); }
.theme-section-gradient-4 { background: linear-gradient(200deg, #111827 0%, #FAB04F 100%); }
.theme-section-gradient-4-invertido { background: linear-gradient(291deg, #111827 0%, #000000 100%); }
.theme-section-gradient-5 { background: linear-gradient(220deg, #FAB04F 0%, #111827 100%); }


/* Alm Template*/
.alm-btn-wrap .alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn:disabled { background-color: transparent !important; box-shadow: none !important; opacity: .15;}
.alm-btn-wrap .alm-load-more-btn {background: transparent !important;background-color: transparent !important; border: 1px solid black !important;  border-radius: 8px !important;box-shadow: none !important;  color: #000 !important; font-size: 16px !important; font-weight: 200 !important;}

.promo-bar { font-size: clamp(.75rem, 2vw, 1rem); letter-spacing: 0.05rem; color: #fff; }
.btn-white { text-decoration: none; transition: background-color 0.4s ease; color: rgba(0,0,0,1.00); background-color: #fff; }
.btn-white:hover { background: var(--color-brand-secondary); color: rgba(255,255,255,1.00); }
.promo-bar .btn-close { filter: invert(1); }
.h-logo { max-height: 87px; }

/* =========================================================
   G&G · Header + Offcanvas Figma
   ========================================================= */

.gyg-header { z-index: 1040; width: 100%; padding: 1.25rem 0; }
.gyg-header--home { position: absolute; top: 0; left: 0; background: transparent; }
.gyg-header--home.is-sticky { position: fixed; top: 0; left: 0; padding: .55rem 0; background: rgba(255,255,255,.05); -webkit-backdrop-filter: blur(2rem) saturate(135%); backdrop-filter: blur(2rem) saturate(135%); border-bottom: 1px solid rgba(21,61,100,.08); animation: gygHeaderStickyIn .38s cubic-bezier(.16,1,.3,1) both; }
.gyg-header--internal { position: sticky; top: 0; padding: .55rem 0; background: rgba(255,255,255,.05); -webkit-backdrop-filter: blur(2rem) saturate(135%); backdrop-filter: blur(2rem) saturate(135%); /*border-bottom: 1px solid rgba(21,61,100,.08);*/ }
.gyg-header__inner { width: 100%; min-height: 3rem; }
.gyg-header__brand { display: flex; align-items: center; flex: 0 0 auto; }
.gyg-header--home:not(.is-sticky) .gyg-header__brand { display: none; }
.gyg-header__brand-link { display: inline-flex; align-items: center; text-decoration: none; }
.gyg-header__logo { display: block; width: 46.75px; height: 45px; max-width: none; object-fit: contain; }

.gyg-desktop-nav { display: flex; align-items: center; margin-left: auto; }
.gyg-header--home:not(.is-sticky) .gyg-desktop-nav { margin-left: 0; }
.gyg-desktop-menu { display: flex; align-items: center; gap: clamp(.15rem,.7vw,.7rem); }
.gyg-desktop-menu > .menu-item { position: relative; }
.gyg-desktop-menu > .menu-item > .nav-link { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .6rem; color: var(--color-brand-text); background: transparent; border-radius: 999px; font-size: clamp(17px,1vw,18px); font-weight: 400; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: color .25s ease, background-color .25s ease; }

/* =========================================================
   Sumarme a la red · Header
   ========================================================= */

/*.gyg-header--home:not(.is-sticky) .gyg-desktop-menu > .menu-item-553 { display: none; }*/
.gyg-desktop-menu > .menu-item-553 > .nav-link { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; padding: .38rem .55rem .38rem .8rem; border: 1px solid var(--color-brand-primary); border-radius: 999px; background-color: var(--color-brand-primary); color: #fff; font-size: clamp(17px,1vw,18px); line-height: normal; text-decoration: none; white-space: nowrap; box-shadow: none; transition: background-color .35s ease, border-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; }
.gyg-desktop-menu > .menu-item-553 > .nav-link::after { content: ""; display: inline-block; flex: 0 0 1.125rem; width: 1.125rem; height: 1.125rem; margin: 0; border: 0; background: url("assets/icons/icon-sumate-red.svg") no-repeat center/contain; transform: rotate(0deg); transition: transform .28s cubic-bezier(.16,1,.3,1); }
.gyg-desktop-menu > .menu-item-553 > .nav-link:hover, .gyg-desktop-menu > .menu-item-553 > .nav-link:focus { border-color: #0F3355; background-color: #0F3355; color: rgba(255,255,255,.5) !important; }
.gyg-desktop-menu > .menu-item-553 > .nav-link:hover::after, .gyg-desktop-menu > .menu-item-553 > .nav-link:focus::after { transform: rotate(90deg); }
.gyg-desktop-menu > .menu-item-553 > .nav-link:focus-visible { outline: 2px solid rgba(56,156,255,.55); outline-offset: 3px; }

/**/
/*.gyg-desktop-menu > .menu-item > .nav-link:hover, .gyg-desktop-menu > .menu-item > .nav-link:focus, .gyg-desktop-menu > .current-menu-item > .nav-link, .gyg-desktop-menu > .current-menu-ancestor > .nav-link { color: var(--color-brand-primary); }*/
.gyg-desktop-menu > .menu-item > .nav-link:focus-visible { outline: 2px solid rgba(56,156,255,.38); outline-offset: 3px; }

/* Investigaciones · flecha FA Pro */
.gyg-desktop-menu > .dropdown > .dropdown-toggle::after { content: "\f078"; display: inline-flex; margin: 0; border: 0; font-family: "Font Awesome 5 Pro"; font-size: .72em; font-weight: 400; line-height: 1; color: var(--color-brand-text); vertical-align: 0; transform: rotate(0deg); transform-origin: center; transition: transform .3s cubic-bezier(.16,1,.3,1), color .25s ease; }
.gyg-desktop-menu > .dropdown > .dropdown-toggle[aria-expanded="true"]::after { transform: rotate(-180deg); color: var(--color-brand-primary); }

/* Dropdown desktop · apertura/cierre + hijos escalonados */
.gyg-desktop-menu .dropdown-menu { display: block !important; position: absolute !important; top: calc(100% + .35rem) !important; left: 0 !important; inset: auto !important; min-width: 250px; margin: 0; padding: .55rem; border: 1px solid rgba(21,61,100,.1); border-radius: .8rem; background: rgba(255,255,255,.98); box-shadow: 0 18px 38px rgba(17,24,39,.12); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px) scale(.985) !important; transform-origin: top left; transition: opacity .22s ease, transform .34s cubic-bezier(.16,1,.3,1), visibility 0s linear .34s; }
.gyg-desktop-menu .dropdown-menu.show { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1) !important; transition: opacity .22s ease, transform .34s cubic-bezier(.16,1,.3,1), visibility 0s; }
.gyg-desktop-menu .dropdown-menu > .menu-item { opacity: 0; transform: translateY(-7px); transition: opacity .22s ease, transform .32s cubic-bezier(.16,1,.3,1); }
.gyg-desktop-menu .dropdown-menu.show > .menu-item { opacity: 1; transform: translateY(0); }
.gyg-desktop-menu .dropdown-menu.show > .menu-item:nth-child(1) { transition-delay: .07s; }
.gyg-desktop-menu .dropdown-menu.show > .menu-item:nth-child(2) { transition-delay: .13s; }
.gyg-desktop-menu .dropdown-menu.show > .menu-item:nth-child(3) { transition-delay: .19s; }
.gyg-desktop-menu .dropdown-menu .dropdown-item { display: block; width: 100%; padding: .65rem .75rem; border-radius: .5rem; color: var(--color-brand-text); background: transparent; font-size: .88rem; font-weight: 400; line-height: 1.35; text-decoration: none; white-space: normal; transition: color .2s ease, background-color .2s ease; }
.gyg-desktop-menu .dropdown-menu .dropdown-item:hover, .gyg-desktop-menu .dropdown-menu .dropdown-item:focus, .gyg-desktop-menu .dropdown-menu .current-menu-item > .dropdown-item { color: var(--color-brand-primary); background:#D9ECFF; }

/* CTA Sumarme a la red */
.gyg-desktop-menu > .menu-item-sumate-red { margin-left: .35rem; }
.gyg-desktop-menu > .menu-item-sumate-red > .nav-link { gap: .5rem; padding: .6rem .8rem .6rem 1rem; background: var(--color-brand-primary); color: #fff; }
.gyg-desktop-menu > .menu-item-sumate-red > .nav-link::after { content: ""; display: inline-block; flex: 0 0 1.25rem; width: 1.25rem; height: 1.25rem; background: url("assets/icons/icon-sumate-red.svg") no-repeat center/contain; transition: transform .28s cubic-bezier(.16,1,.3,1); }
.gyg-desktop-menu > .menu-item-sumate-red > .nav-link:hover, .gyg-desktop-menu > .menu-item-sumate-red > .nav-link:focus, .gyg-desktop-menu > .menu-item-sumate-red.current-menu-item > .nav-link { background: #0F3355; color: #fff; }
.gyg-desktop-menu > .menu-item-sumate-red > .nav-link:hover::after, .gyg-desktop-menu > .menu-item-sumate-red > .nav-link:focus::after { transform: rotate(90deg); }

/* Toggle mobile */
.gyg-menu-toggle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 2.75rem; width: 2.75rem; height: 2.75rem; min-height: 2.75rem; padding: 0; border: 1px solid  var(--color-brand-light); border-radius: 50%; background:transparent; color: #fff; font-size: .9rem; font-weight: 400; line-height: 1; box-shadow: none; transition: background-color .25s ease, transform .25s ease; }
.gyg-menu-toggle:hover, .gyg-menu-toggle:focus, .gyg-menu-toggle:active { background: rgba(15,51,85,.25); color: #fff; }
.gyg-menu-toggle:focus-visible { outline: 2px solid rgba(56,156,255,.6); outline-offset: 3px; }
.gyg-menu-toggle__icon { display: inline-flex; align-items: center; justify-content: center; width: 1.2rem; height: 1.2rem; color: var(--color-brand-primary); font-size: 1rem; line-height: 1; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.gyg-menu-toggle:hover .gyg-menu-toggle__icon { transform: rotate(90deg); }

/* Offcanvas */
.gyg-offcanvas.offcanvas.offcanvas-start { top: 0; left: 0; bottom: 0; width: min(420px,100vw); height: auto; border: none; background: rgba(255,255,255,.05); -webkit-backdrop-filter: blur(2rem) saturate(135%); backdrop-filter: blur(2rem) saturate(135%); overflow: hidden; box-shadow: 12px 0 40px rgba(21,61,100,.08); will-change: transform; transition: transform .55s cubic-bezier(.16,1,.3,1), visibility .55s cubic-bezier(.16,1,.3,1); }
.gyg-offcanvas.offcanvas.offcanvas-start:not(.show):not(.showing):not(.hiding) { transform: translateX(calc(-100% - 80px)) !important; }
.gyg-offcanvas.offcanvas.offcanvas-start.hiding { transform: translateX(calc(-100% - 80px)) !important; }
.gyg-offcanvas.offcanvas.offcanvas-start.showing, .gyg-offcanvas.offcanvas.offcanvas-start.show:not(.hiding) { transform: none !important; }
.gyg-offcanvas__header { display: flex; align-items: start; gap: 1rem; padding: 1rem; border: 0; }
.gyg-offcanvas__brand { display: inline-flex; align-items: center; }
.gyg-offcanvas__brand img { display: block; width: auto; height: 58px; max-width: 150px; object-fit: contain; }
.gyg-offcanvas__body { display: flex; flex-direction: column; padding: clamp(2.5rem,8vw,4.5rem) clamp(1.5rem,5vw,2.25rem) 2rem; }
.gyg-offcanvas__nav { width: 100%; }
.gyg-offcanvas-menu { gap: .7rem; }
.gyg-offcanvas-menu > .menu-item { opacity: 0; transform: translateX(-12px); transition: opacity .35s ease, transform .45s cubic-bezier(.16,1,.3,1); }
.gyg-offcanvas.show .gyg-offcanvas-menu > .menu-item { opacity: 1; transform: translateX(0); }
.gyg-offcanvas.show .gyg-offcanvas-menu > .menu-item:nth-child(1) { transition-delay: .08s; }
.gyg-offcanvas.show .gyg-offcanvas-menu > .menu-item:nth-child(2) { transition-delay: .14s; }
.gyg-offcanvas.show .gyg-offcanvas-menu > .menu-item:nth-child(3) { transition-delay: .20s; }
.gyg-offcanvas.show .gyg-offcanvas-menu > .menu-item:nth-child(4) { transition-delay: .26s; }
.gyg-offcanvas.show .gyg-offcanvas-menu > .menu-item:nth-child(5) { transition-delay: .32s; }
.gyg-offcanvas-menu > .menu-item > .nav-link { display: inline-flex; align-items: center; width: fit-content; padding: 0; color: var(--color-brand-text); font-size: clamp(1.8rem,7vw,2.35rem); font-weight: 300; line-height: 1.22; text-decoration: none; }
.gyg-offcanvas-menu > .menu-item > .nav-link::after { display: none !important; content: none !important; }
.gyg-offcanvas-menu > .menu-item > .nav-link:hover, .gyg-offcanvas-menu > .menu-item > .nav-link:focus, .gyg-offcanvas-menu > .current-menu-item > .nav-link, .gyg-offcanvas-menu > .current-menu-ancestor > .nav-link { color: var(--color-brand-primary); }
.gyg-offcanvas-menu > .menu-item > .nav-link:focus-visible { outline: 2px solid rgba(56,156,255,.38); outline-offset: 4px; border-radius: .2rem; }

.gyg-offcanvas-menu .dropdown-menu { display: block !important; position: static !important; max-height: none; margin: .45rem 0 .15rem; padding: 0 0 0 1rem; border: 0; background: transparent; box-shadow: none; overflow: visible; opacity: 1; visibility: visible; transform: none !important; }
.gyg-offcanvas-menu .dropdown-menu > .menu-item { opacity: 1; transform: none; }
.gyg-offcanvas-menu .dropdown-item { display: inline-flex; width: fit-content; padding: .22rem 0; color: var(--color-brand-muted); background: transparent; font-size: 1rem; font-weight: 300; line-height: 1.45; white-space: normal; text-decoration: none; }
.gyg-offcanvas-menu .dropdown-item:hover, .gyg-offcanvas-menu .dropdown-item:focus, .gyg-offcanvas-menu .current-menu-item > .dropdown-item { color: var(--color-brand-primary); background: transparent; }

.gyg-offcanvas-menu > .menu-item-sumate-red { margin-top: 1rem; }
.gyg-offcanvas-menu > .menu-item-sumate-red > .nav-link { gap: .55rem; padding: .65rem .9rem .65rem 1rem; border-radius: 999px; background: var(--color-brand-primary); color: #fff; font-size: 1rem; font-weight: 400; }
.gyg-offcanvas-menu > .menu-item-sumate-red > .nav-link::after { content: "" !important; display: inline-block !important; flex: 0 0 1.3rem; width: 1.3rem; height: 1.3rem; background: url("assets/icons/icon-sumate-red.svg") no-repeat center/contain; transition: transform .28s cubic-bezier(.16,1,.3,1); }
.gyg-offcanvas-menu > .menu-item-sumate-red > .nav-link:hover, .gyg-offcanvas-menu > .menu-item-sumate-red > .nav-link:focus { background: #0F3355; color: #fff; }
.gyg-offcanvas-menu > .menu-item-sumate-red > .nav-link:hover::after { transform: rotate(90deg); }

.offcanvas-backdrop { transition: opacity .35s ease; }
.offcanvas-backdrop.show { opacity: .05; }

body.admin-bar .gyg-header--internal, body.admin-bar .gyg-header--home.is-sticky { top: 32px; }

@keyframes gygHeaderStickyIn { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 991.98px) {
.gyg-header { padding: .9rem 0; }
.gyg-header--home.is-sticky, .gyg-header--internal { padding: .7rem 0; }
.gyg-header__logo { width: 46.75px; height: 45px; }
}

@media (max-width: 782px) {
body.admin-bar .gyg-header--internal, body.admin-bar .gyg-header--home.is-sticky { top: 46px; }
}

@media (max-width: 575.98px) {
.gyg-header { padding: .75rem 0; }
.gyg-header--home.is-sticky, .gyg-header--internal { padding: .65rem 0; }
.gyg-menu-toggle { flex-basis: 2rem; width: 2rem; height: 2rem; min-height: 2rem; }
.gyg-offcanvas__brand img { height: 50px; max-width: 132px; }
}
/* ===============================
   Home
   =============================== */
.img-squareIg{object-fit:cover;  height: 100%;  width: 100%;}  .img_multiply{mix-blend-mode: multiply;}
.ratio-3x4 { aspect-ratio: 3 / 4;} .ratio-4x2{aspect-ratio: 4 / 2;}.ratio-4x25{aspect-ratio: 4 / 2.5;} 

/* =========================================================
   RAEF · Hero Home
   ========================================================= */

.module-hero-raef { position: relative; overflow: hidden; }
.module-hero-raef::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; z-index: 3; width: 10px; background-color: var(--color-brand-primary); pointer-events: none; }
.module-hero-raef__copy { position: relative; z-index: 2; }
.module-hero-raef__logo { width: auto; max-height: 150px; }
.module-hero-raef__eyebrow { color: var(--color-brand-text); }
.module-hero-raef__text { color: var(--color-brand-text); font-size: clamp(14px, 2vw, 16px); line-height: 1.6; }
.module-hero-raef__btn, .module-hero-raef__btn-secondary { font-size: clamp(18px, 1.05vw + 14px, 20px); line-height: 1.2; }
.module-hero-raef__btn-secondary { color: var(--color-brand-primary); font-weight: 500; }
.module-hero-raef__btn-secondary:hover, .module-hero-raef__btn-secondary:focus { color: var(--color-brand-secondary); }
.module-hero-raef__btn-secondary img { flex: 0 0 auto; }
.module-hero-raef__media-col { position: relative; }
.module-hero-raef__picture { display: block; width: 100%; }
.module-hero-raef__image { display: block; width: 100%; object-fit: cover; object-position: 100% center; }


/* =========================================================
   RAEF · Hero Home · Desktop
   ========================================================= */

@media (min-width: 992px) {

.module-hero-raef__media { height: 100%; min-height: 100%; }
.module-hero-raef__picture { height: 100%; }
.module-hero-raef__image { height: 100%; }

}


/* =========================================================
   RAEF · Hero Home · Desktop angosto
   Imagen intermedia ACF
   ========================================================= */

@media (min-width: 992px) and (max-width: 1199.98px) {

.module-hero-raef__media { width: calc(100% + ((100vw - 890px) / 2)); margin-right: calc(((100vw - 890px) / 2) * -1); }
.module-hero-raef__image { object-position: center center; }

}


@media (min-width: 1200px) and (max-width: 1240px) {

.module-hero-raef__media { width: calc(100% + ((100vw - 1000px) / 2)); margin-right: calc(((100vw - 1000px) / 2) * -1); }
.module-hero-raef__image { object-position: center center; }

}

/* =========================================================
   RAEF · Hero Home · Desktop
   Imagen principal ACF
   ========================================================= */
@media (min-width: 1240.01px) and (max-width: 1399.98px) {
.module-hero-raef__media { width: calc(100% + ((100vw - 1000px) / 2)); margin-right: calc(((100vw - 1000px) / 2) * -1); }
.module-hero-raef__image { object-position: 98% center; }

}

@media (min-width: 1400px) {
.module-hero-raef__media { width: calc(100% + ((100vw - 1290px) / 2)); margin-right: calc(((100vw - 1290px) / 2) * -1); }
.module-hero-raef__image { object-position: 100% center; }
}

/* =========================================================
   RAEF · Hero Home · Tablet / Mobile
   Imagen completa · sin cover
   Full width viewport
   ========================================================= */

@media (max-width: 991.98px) {
.module-hero-raef { min-height: auto; }
.module-hero-raef__copy { padding-top: 2rem; padding-bottom: 2rem; }
.module-hero-raef__media-col { position: relative; }
.module-hero-raef__media { width: 100vw; height: auto; min-height: 0; margin-right: 0; margin-left: calc(50% - 50vw); }
.module-hero-raef__picture { display: block; width: 100%; height: auto; }
.module-hero-raef__image { display: block; width: 100%; max-width: none; height: auto; object-fit: contain; object-position: center; }

}
/* =========================================================
   RAEF · Hero Home · Windy iframe
   ========================================================= */
.module-hero-raef__media--windy { overflow: hidden; background-color: var(--color-brand-primary); }
.module-hero-raef__windy { display: block; width: 100%; height: 100%; border: 0; }
/* =========================================================
   RAEF · Hero Home · Windy Tablet
   ========================================================= */
@media (max-width: 991.98px) {
.module-hero-raef__media--windy { height: auto; aspect-ratio: 16 / 9; }
}
/* =========================================================
   RAEF · Hero Home · Windy Mobile
   ========================================================= */
@media (max-width: 575.98px) {
.module-hero-raef__media--windy { aspect-ratio: 4 / 3; }
}

/* =========================================================
   RAEF · Hero Home · Video MP4
   ========================================================= */
.module-hero-raef__video { display: none; width: 100%; height: 100%; object-fit: cover; object-position: center; }


/* =========================================================
   Desktop principal · MP4 tiene prioridad sobre la imagen
   ========================================================= */

@media (min-width: 1240.01px) {
.module-hero-raef__media--has-video-desktop .module-hero-raef__picture { display: none; }
.module-hero-raef__media--has-video-desktop .module-hero-raef__video--desktop { display: block; }

}


/* =========================================================
   Desktop angosto · MP4 tiene prioridad sobre la imagen
   ========================================================= */

@media (min-width: 992px) and (max-width: 1240px) {
.module-hero-raef__media--has-video-intermedia .module-hero-raef__picture { display: none; }
.module-hero-raef__media--has-video-intermedia .module-hero-raef__video--intermedia { display: block; }

}


/* =========================================================
   Tablet / Mobile · siempre imagen
   ========================================================= */

@media (max-width: 991.98px) {
.module-hero-raef__video { display: none !important; }

}
/* =========================================================
   Home · Vision Banner
   ========================================================= */
.home-vision-banner { position: relative; overflow: hidden; background-color: #fff; }
.home-vision-banner__visual { position: relative; overflow: visible; }
.home-vision-banner__image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* =========================================================
   Home · Vision Banner · Pregunta
   ========================================================= */
.home-vision-banner__question { position: relative; z-index: 3; }
.home-vision-banner__question-picture { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; }
.home-vision-banner__question-shape { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; pointer-events: none; }
.home-vision-banner__question-inner { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; padding: 14% 6%; }
.home-vision-banner__question-title { color: var(--color-brand-primary); font-size: clamp(45px, 2vw, 48px); line-height: 1; }
.home-vision-banner__question-text { color: var(--color-brand-primary); font-size: clamp(18px, 1vw, 20px); line-height: 1.25; }
/* =========================================================
   Home · Vision Banner · Preguntas animadas
   ========================================================= */

.home-vision-banner__question-text { opacity: 1; transform: translateY(0); transition: opacity .35s ease, transform .35s ease; }
.home-vision-banner__question-text.is-changing { opacity: 0; transform: translateY(6px); }

/* =========================================================
   Home · Vision Banner · Texto
   ========================================================= */
.home-vision-banner__copy { position: relative; overflow: hidden; padding: 6% 7% 6% 35%; background-color: var(--color-brand-primary); color: #fff; }
.home-vision-banner__copy::before { content: ""; position: absolute; inset: 0; z-index: 0; background-image: var(--home-vision-banner-pattern); background-repeat: no-repeat; background-position: center right; background-size: cover; pointer-events: none; }
.home-vision-banner__copy-inner { max-width: 34rem; }
.home-vision-banner__icon { display: block; width: auto; max-width: 2.25rem; max-height: 2.25rem; }
.home-vision-banner__text { color: #fff; font-size: clamp(19px, 1.15vw, 20px); font-weight: 400; }

/* =========================================================
   Home · Vision Banner · Desktop
   La forma 798 x 642 define el alto
   ========================================================= */
@media (min-width: 1600px) {

.home-vision-banner__visual { position: relative; }
.home-vision-banner__image { position: absolute; inset: 0; }
.home-vision-banner__question { width: 40%; margin-left: auto; aspect-ratio: 798 / 642; transform: translateX(50%); }
.home-vision-banner__question-picture { width: 100%; height: 100%; }
.home-vision-banner__question-shape { width: 100%; height: 100%; object-fit: contain; }

}
@media (min-width: 1400px) {

.home-vision-banner__visual { position: relative; }
.home-vision-banner__image { position: absolute; inset: 0; }
.home-vision-banner__question { width: 46%; margin-left: auto; aspect-ratio: 798 / 642; transform: translateX(50%); }
.home-vision-banner__question-picture { width: 100%; height: 100%; }
.home-vision-banner__question-shape { width: 100%; height: 100%; object-fit: contain; }

}
@media (min-width: 1200px) {

.home-vision-banner__visual { position: relative; }
.home-vision-banner__image { position: absolute; inset: 0; }
.home-vision-banner__question { width: 50%; margin-left: auto; aspect-ratio: 798 / 642; transform: translateX(50%); }
.home-vision-banner__question-picture { width: 100%; height: 100%; }
.home-vision-banner__question-shape { width: 100%; height: 100%; object-fit: contain; }

}
@media (max-width: 1199.98px) {
.home-vision-banner__visual { position: relative; }
.home-vision-banner__image { position: absolute; inset: 0; }
.home-vision-banner__question { width: 60%; margin-left: auto; aspect-ratio: 798 / 642; transform: translateX(50%); }
.home-vision-banner__question-picture { width: 100%; height: 100%; }
.home-vision-banner__question-shape { width: 100%; height: 100%; object-fit: contain; }
}
/* =========================================================
   Home · Vision Banner · Tablet
   Forma lateral _5.webp como ::after
   ========================================================= */

@media (max-width: 991.98px) {

.home-vision-banner__visual { position: relative; aspect-ratio: 2.5 / 1; overflow: hidden; }
.home-vision-banner__image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-vision-banner__question { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; margin: 0; aspect-ratio: auto; transform: none; }
.home-vision-banner__question-picture { display: none; }
.home-vision-banner__question-inner { position: absolute; top: 0; bottom: 0; left: 0; z-index: 1; width: 48%; height: 100%; padding: 8% 4%;}
.home-vision-banner__question-inner::after { content: ""; position: absolute; top: 0; right: 0; width: auto; height: 100%; aspect-ratio: 221 / 642; background-image: var(--home-vision-banner-question-mobile); background-repeat: no-repeat; background-position: left center; background-size: 100% 100%; pointer-events: none; }
.home-vision-banner__question-inner::before {content: "";  position: absolute;  height: 100%;background-color: #fff;top: 0;left: 0;width: 71.5%;}
.home-vision-banner__question-title { position: relative; z-index: 1; text-align: left; }
.home-vision-banner__question-text { position: relative; z-index: 1; text-align: left; }
.home-vision-banner__copy { min-height: auto; padding: 3rem 2rem; }
.home-vision-banner__copy-inner { max-width: 680px; margin-right: auto; margin-left: auto; text-align: center; }
.home-vision-banner__icon { margin-right: auto; margin-left: auto; }

}
@media (min-width: 576px) and (max-width: 767.98px) {

.home-vision-banner__question-inner{width: 60%;} 
.home-vision-banner__question-inner::before{width: 85%;}
}

/* =========================================================
   Home · Vision Banner · Mobile
   ========================================================= */
@media (max-width: 575.98px) {

.home-vision-banner__visual { aspect-ratio: 4 / 3; }
.home-vision-banner__image { object-position: center; }
.home-vision-banner__question { width: 100%; height: 100%; }
.home-vision-banner__question-inner { width: 67%; padding: 8% 4%; }

.home-vision-banner__question-title { font-size:30px; line-height: 1; }

.home-vision-banner__question-text { font-size:16px; line-height: 1.25; }

.home-vision-banner__copy { padding: 2.5rem 1.5rem; }

}
/* =========================================================
   Home · Ejes de trabajo
   ========================================================= */

.module-ejes-home { position: relative; overflow: hidden; background-color: #fff; }
.module-ejes-home::after { content: ""; position: absolute; top: 0; right: 0; z-index: 0; width: 55%; height: 58%; background-image: var(--home-ejes-background); background-repeat: no-repeat; background-position: top right; background-size: contain; pointer-events: none; }
.module-ejes-home__header { position: relative; z-index: 1; max-width: 34rem; }
.module-ejes-home__eyebrow { color: var(--color-brand-primary); }
.module-ejes-home__title { color: var(--color-brand-text); line-height: 1.12; }
.module-ejes-home__title strong { font-weight: 700; }
.module-ejes-home .col-color1 { height: 6px; padding: 0; background-color: #092138; }
.module-ejes-home .col-color2 { height: 6px; padding: 0; background-color: #338c2b; }
.module-ejes-home .col-color3 { height: 6px; padding: 0; background-color: #2b388c; }
.module-ejes-home .col-color4 { height: 6px; padding: 0; background-color: #8c2b60; }

/* =========================================================
   Home · Ejes de trabajo · Cards
   ========================================================= */

.module-ejes-home__card { min-height: 205px; padding: 5.5rem 2rem 3rem 2rem; background-color: var(--eje-color); box-shadow: 0 10px 0 rgba(var(--eje-rgb), .50), 0 16px 0 rgba(var(--eje-rgb), .25); }
.module-ejes-home__pattern { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; object-fit: contain; object-position: top left; pointer-events: none; }
.module-ejes-home__content { justify-content: flex-end; }
.module-ejes-home__icon-wrap { display: flex; align-items: center; justify-content: flex-start; }
.module-ejes-home__icon { display: block; width: auto; max-width: 34px; max-height: 34px; object-fit: contain; }
.module-ejes-home__card-title { font-size: clamp(20px, 1.7vw, 28px); line-height: 1.12; }


/* =========================================================
   Home · Ejes de trabajo · Tablet / Mobile
   ========================================================= */
@media (max-width: 991.98px) {
.module-ejes-home::after { display: none; }
.module-ejes-home__header { max-width: 100%; }
.module-ejes-home__card { min-height: 180px; }

}


@media (max-width: 575.98px) {
.module-ejes-home__card { min-height: 160px; padding: 1rem; }
.module-ejes-home__icon { max-width: 30px; max-height: 30px; }
.module-ejes-home__card-title { font-size: clamp(18px, 5vw, 22px); }

}


/* =========================================================
   Global · Section Header
   ========================================================= */

.section-header { position: relative; overflow: hidden; }
.section-header__title { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; color: var(--color-brand-primary); font-size: clamp(30px, 3vw, 42px); /*line-height: 1.12;*/ }
.section-header__title > * { position: relative; z-index: 1; }
.section-header__brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.section-header__logo { display: block; width: auto; height: 30px; }
.section-header__divider { display: inline-block; flex: 0 0 1px; width: 1px; height: 40px; background-color: #A8B0BC; }
.section-header__intro { max-width: 760px; margin-top: 2rem; color: var(--color-brand-text); font-size: clamp(15px, 1.2vw, 17px); }

/* =========================================================
   Global · Section Header · Background gráfico
   ========================================================= */

.section-header--with-background .section-header__title::before { content: ""; position: absolute; top: 100%; right: 0; z-index: 0; width: 88%; height: 260px; background-image: var(--section-header-bg); background-repeat: no-repeat; background-position: center right; background-size: 100% auto; pointer-events: none; transform: translateY(-50%); }

/* =========================================================
   Investigaciones · Archive
   ========================================================= */

.investigacion-results-section__title { color: var(--color-brand-primary); }
.investigacion-delphi-section { background-color: #E5EAF5; }

/* =========================================================
   Global · Mostrar más
   ========================================================= */

.raef-load-more__button { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: .32rem .85rem; border: 1px solid #BFC6D0; border-radius: 999px; background-color: #F5F6F8; color: var(--color-brand-primary); font-size: 16px; line-height: initial; transition: background-color .25s ease, border-color .25s ease, color .25s ease; }
.raef-load-more__button:hover { border-color: var(--color-brand-primary); background-color: var(--color-brand-primary); color: #fff; }
.raef-load-more__button:focus-visible { outline: 2px solid var(--color-brand-secondary); outline-offset: 3px; }
.raef-load-more__item--visible { animation: raef-card-in .3s ease both; }

@keyframes raef-card-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   Global · Section Header · Mobile
   ========================================================= */

@media (max-width: 767.98px) {
.section-header__title { gap: .45rem; }
.section-header__divider { display: none; }
.section-header--with-background .section-header__title::before { right: 0; width: 150%; height: 200px; background-size: 100% auto; }
}

/* =========================================================
   Sumate a la Red
   ========================================================= */
.sumate-membership { position: relative; }


/* =========================================================
   Sumate a la Red · Franja imágenes
   ========================================================= */

.sumate-membership__media-band { position: relative; }
.sumate-membership__media-band::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; z-index: 2; width: 10px; background-color: var(--color-brand-primary); pointer-events: none; }
.sumate-membership__media { width: 100%; overflow: hidden; }
.sumate-membership__image { display: block; width: 100%; height: auto; object-fit: cover; object-position: center; }


/* =========================================================
   Sumate a la Red · Cards
   ========================================================= */
.sumate-membership__cards { position: relative; z-index: 3; margin-top: -2.75rem; }
.sumate-membership__card { min-height: 430px; padding: clamp(2rem, 3vw, 3rem); border: 1px solid #BFC6D0; }

.sumate-membership__card--dark { border-color: var(--color-brand-primary); background-color: var(--color-brand-primary); color: #fff; }
.sumate-membership__card--dark .sumate-membership__card-title {color: #fff;}
.sumate-membership__card--dark .sumate-membership__description,.sumate-membership__card--dark .sumate-membership__note{color: #fff;font-size: clamp(18px, 1vw, 20px);}

.sumate-membership__card--light { background-color: #fff; color: var(--color-brand-primary);}
.sumate-membership__card--light .sumate-membership__card-title { color: var(--color-brand-primary); }
.sumate-membership__card--light .sumate-membership__description, .sumate-membership__card--light .sumate-membership__note { font-size: clamp(18px, 1vw, 20px);color: var(--color-brand-primary);}


/* =========================================================
   Sumate a la Red · Características
   ========================================================= */

.sumate-membership__features { display: flex; flex-direction: column; gap: .75rem; }
.sumate-membership__features li { min-height: 38px; font-size: clamp(25px, 1.1vw, 28px); line-height: 1.25; font-weight: 300; }
.sumate-membership__feature-icon { display: flex; flex: 0 0 64px; width: 64px; min-height: 38px; align-items: center; justify-content: flex-start; }
.sumate-membership__feature-image { display: block; width: auto; max-width: 64px; height: auto; max-height: 38px; object-fit: contain; object-position: left center; }


/* =========================================================
   Sumate a la Red · Botón Plenario
   ========================================================= */

.btn-sumate-plenario { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 32px; padding: 8px 16px; border: 1px solid var(--color-brand-light); border-radius: 999px; background-color: var(--color-brand-light); color: #fff; font-size: clamp(14px, 1.2vw, 16px); font-weight: 400; line-height: initial; text-decoration: none; box-shadow: none; transition: background-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; }
.btn-sumate-plenario:hover, .btn-sumate-plenario:focus { border-color: var(--color-brand-light); background-color: var(--color-brand-light); color: #fff; transform: scale(1.015); box-shadow: 0 0 0 3px rgba(56,156,255,.25); }
.btn-sumate-plenario:focus-visible { outline: 2px solid rgba(255,255,255,.65); outline-offset: 3px; }
.btn-sumate-plenario img { display: inline-block; flex: 0 0 auto; width: 1.125rem; height: 1.125rem; transform: rotate(0deg); transition: transform .28s cubic-bezier(.16,1,.3,1); }
.btn-sumate-plenario:hover img, .btn-sumate-plenario:focus img { transform: rotate(90deg); }


/* =========================================================
   Sumate a la Red · Comunidad
   ========================================================= */

.sumate-community { background-color: #fff; }
.sumate-community__intro { color: var(--color-brand-text); font-size: clamp(14px, 1.2vw, 16px); line-height: 1.35; }
.sumate-community .modulo-logos { padding-top: 0 !important; padding-bottom: 0 !important; }


/* =========================================================
   Sumate a la Red · Tablet
   ========================================================= */

@media (max-width: 991.98px) {
/*.sumate-membership__cards { margin-top: -1rem; }*/
.sumate-membership__card { min-height: 0; }

}


/* =========================================================
   Sumate a la Red · Mobile
   ========================================================= */

@media (max-width: 767.98px) {
.sumate-membership__card { min-height: 0; height: auto !important; padding: 2rem 1.5rem; }

}


/* =========================================================
   Sumate a la Red · Mobile < 576
   Imagen individual + card
   ========================================================= */

@media (max-width: 575.98px) {

.sumate-membership__cards { margin-top: 0; }
.sumate-membership__cards .row { --bs-gutter-y: 3rem; }
.sumate-membership__media-mobile { position: relative; z-index: 1; width: 100%; overflow: hidden; }
.sumate-membership__media-mobile--line::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; z-index: 2; width: 10px; background-color: var(--color-brand-primary); pointer-events: none; }
.sumate-membership__image-mobile { display: block; width: 100%; height: auto; }
.sumate-membership__media-mobile + .sumate-membership__card { position: relative; z-index: 3; width: calc(100% - 2rem); margin-top: -1.25rem; margin-right: auto; margin-left: auto; }
.btn-sumate-plenario, .sumate-membership .btn-mision-raef { width: 100%; }

}
/* =========================================================
   Agenda · Cards
   ========================================================= */

.agenda-card { overflow: hidden; border-color: #D9DDE4; background-color: #fff; }
.agenda-card__media { overflow: hidden; aspect-ratio: 3 / 2; background-color: #F4F6F8; }
.agenda-card__media picture { display: block; width: 100%; height: 100%; overflow: hidden; }
.agenda-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; scale: 1; transform: none; transition: scale .5s cubic-bezier(.22,.61,.36,1); }
.agenda-card:hover .agenda-card__media img { scale: 1.02; }
.agenda-card__date { padding: .3rem .45rem; background-color: #fff; color: var(--color-brand-text); font-size: clamp(14px, 1.2vw, 18px); font-weight: 300; line-height: 1.1; }
.agenda-card__date--inline { width: fit-content; padding-left: 0; }
.agenda-card__body { min-height: 190px; }
.agenda-card__title { color: var(--color-brand-text); font-size: clamp(15px, 1.15vw, 18px); line-height: 1.2; }
.agenda-card__title a { color: inherit; }
.agenda-card__title a:hover, .agenda-card__title a:focus { color: var(--color-brand-primary); }
.agenda-card__summary { color: var(--color-brand-text); line-height: 1.35; }
.agenda-card__button { display: inline-flex; align-items: center; gap: .45rem; padding: .35rem .65rem; border: 1px solid var(--color-brand-primary); border-radius: 999px; background-color: #fff; color: var(--color-brand-primary); font-size:clamp(13px, 1.15vw, 14px);; line-height: 1.2; text-decoration: none; transition: color .25s ease, background-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.agenda-card__button:hover, .agenda-card__button:focus { background-color: var(--color-brand-primary); color: #fff; transform: scale(1.015); box-shadow: 0 0 0 3px rgba(22,61,100,.14); }
.agenda-card__button i { color: var(--color-brand-primary); transition: color .25s ease, transform .28s cubic-bezier(.16,1,.3,1); }
.agenda-card__button:hover i, .agenda-card__button:focus i { color: var(--color-brand-accent); transform: rotate(90deg); }
/* =========================================================
   Agenda · Resumen WYSIWYG
   ========================================================= */

.agenda-card__summary p { margin-bottom: .45rem; }
.agenda-card__summary p:last-child { margin-bottom: 0; }
.agenda-card__summary strong { font-weight: 600; }

/* =========================================================
   Agenda · Home
   ========================================================= */

.module-agenda-home { background-color: #EAF2FA; }
.module-agenda-home__title { color: var(--color-brand-primary); font-size: clamp(28px, 2.4vw, 38px); font-weight: 300; line-height: 1.15; }
.module-agenda-home__more { color: var(--color-brand-primary); font-size: .75rem; text-decoration: none; }
.module-agenda-home__more:hover, .module-agenda-home__more:focus { color: var(--color-brand-secondary); }


/* =========================================================
   Agenda · Filtros
   ========================================================= */
.agenda-filters__label { color: var(--color-brand-muted); font-size: .7rem; }
.agenda-filters__select { min-width: 110px; border-color: #D9DDE4; color: var(--color-brand-text); box-shadow: none; }
.agenda-filters__select:focus { border-color: var(--color-brand-secondary); box-shadow: 0 0 0 .15rem rgba(56,156,255,.12); }
.agenda-filters__clear { color: var(--color-brand-accent); text-decoration: none; transition: opacity .25s ease; }
.agenda-filters__clear:hover, .agenda-filters__clear:focus { color: var(--color-brand-accent); opacity: .6; }


/* =========================================================
   Agenda · Single
   ========================================================= */
.agenda-single__date { color: var(--color-brand-primary); font-size: clamp(14px, 1.2vw, 16px); font-weight: 500; }
.agenda-single__content { color: var(--color-brand-text); }
.agenda-single__content > :last-child { margin-bottom: 0; }
.agenda-single__meta { border-top: 1px solid #D9DDE4; }
.agenda-single__place { color: var(--color-brand-text); font-size: clamp(14px, 1.2vw, 16px); }
.agenda-single__meta-link { display: inline-flex; align-items: center; gap: .45rem; padding: 0; border: 0; background: transparent; color: var(--color-brand-primary); font: inherit; font-size: .85rem; line-height: 1.2; text-decoration: none; cursor: pointer; transition: color .25s ease, opacity .25s ease !important; }
.agenda-single__meta-link:hover, .agenda-single__meta-link:focus { color: var(--color-brand-secondary) !important; }
.agenda-single__meta-link i { color: var(--color-brand-primary); }
.fa-share-alt::before { content: "\f1e0"; }
.agenda-single__email-copy.custom-footer__contact-item { color: var(--color-brand-primary); font: inherit; cursor: pointer;font-size: .85rem; position: relative;}
.agenda-single__email-copy.custom-footer__contact-item::before {content: "\f0e0" !important;font-family: "Font Awesome 5 Pro"; font-weight: 300; /*filter: none; */}

/* =========================================================
   Agenda · Mobile
   ========================================================= */

@media (max-width: 767.98px) {

.agenda-card__body { min-height: 0; }

.module-agenda-home__title { width: 100%; }

.agenda-filters__select { min-width: 125px; }

}



/* =========================================================
   Investigaciones · Filtros
   ========================================================= */

.investigacion-filters .btn { --bs-btn-padding-y: .28rem; --bs-btn-padding-x: .78rem; --bs-btn-font-size: clamp(14px, 1.2vw, 16px); --bs-btn-font-weight: 400; --bs-btn-line-height: 1.2;display: inline-flex; align-items: center;  justify-content: center; min-height: 40px;}
.investigacion-filters .btn-dark { --bs-btn-color: #fff; --bs-btn-bg: var(--color-brand-primary); --bs-btn-border-color: var(--color-brand-primary); --bs-btn-hover-color: #fff; --bs-btn-hover-bg: var(--color-brand-primary); --bs-btn-hover-border-color: var(--color-brand-primary); --bs-btn-active-color: #fff; --bs-btn-active-bg: var(--color-brand-primary); --bs-btn-active-border-color: var(--color-brand-primary); }

.investigacion-filters .btn-outline-secondary { --bs-btn-color: var(--color-brand-text); --bs-btn-border-color: #CFD4DC; --bs-btn-bg: transparent; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: rgba(33,134,232,.75); --bs-btn-hover-border-color: rgba(33,134,232,.75); --bs-btn-focus-shadow-rgb: 0,0,0; --bs-btn-active-color: #fff; --bs-btn-active-bg: rgba(33,134,232,.85); --bs-btn-active-border-color: rgba(33,134,232,.85); transition: background-color .35s ease, border-color .35s ease, color .35s ease; }
.investigacion-filters .btn-outline-secondary:hover, .investigacion-filters .btn-outline-secondary:focus { color:var(--color-brand-primary); background-color:rgba(225,225,225,1.00); border-color:rgba(160,159,159,1.00); box-shadow: none; }
.investigacion-filters .btn-outline-secondary:active, .investigacion-filters .btn-outline-secondary.active, .investigacion-filters .btn-outline-secondary.show { color: #fff; background-color: rgba(33,134,232,.85); border-color: rgba(33,134,232,.85); box-shadow: none; }
.investigacion-filters .btn-outline-secondary:focus-visible { outline: 2px solid rgba(33,134,232,.35); outline-offset: 2px; box-shadow: none; }

.investigacion-filters__clear { color:#389CFF; text-decoration: none; opacity: 1; transition: opacity .25s ease; }
.investigacion-filters__clear:hover { color: #419BF5; opacity: .6; }
.investigacion-filters__clear:focus { color: #419BF5; opacity: .6; }


/* =========================================================
   Estados · Investigaciones
   ========================================================= */

.estado-vigente { color: #D78400; font-size: clamp(11px, 1.2vw, 12px);}
.estado-cerrada { color: #575655; font-size: clamp(11px, 1.2vw, 12px);}


/* =========================================================
   Investigaciones / Publicaciones · Card
   ========================================================= */

.investigacion-card { overflow: hidden; border-color: #D9DDE4; background-color: #fff; }
.investigacion-card__media { overflow: hidden; aspect-ratio: 3 / 2; background-color: #F4F6F8; }
.investigacion-card__media picture { display: block; width: 100%; height: 100%; }
.investigacion-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.investigacion-card:hover .investigacion-card__media img { transform: scale(1.02); }
.investigacion-card__body { min-height: 225px; }
.investigacion-card__meta { line-height: 1.2; }
.investigacion-card__title { color: var(--color-brand-text); font-size: clamp(18px, 1.35vw, 21px);  line-height: 1.15; }
.investigacion-card__title a { color: inherit; }
.investigacion-card__title a:hover { color: var(--color-brand-primary); }
.investigacion-card__enfasis { color: #7A818D !important; font-size: .72rem; line-height: 1.25; }
.investigacion-card__published { color: var(--color-brand-muted); font-size: .75rem; line-height: 1.25; }
.investigacion-card__summary { color: var(--color-brand-muted); line-height: 1.35; }


/* =========================================================
   Encuesta Delphi · Card
   ========================================================= */

.investigacion-delphi-card { overflow: hidden; min-height:220px; border-color: #D4D9E2; background-color: #fff; }
.investigacion-delphi-card__body { min-height: 100%;}
.investigacion-delphi-card__marker { position: absolute; top: 0; left: 0; display: flex; align-items: flex-end; justify-content: center; /*width: 3rem;padding-bottom: .35rem; */height: 3rem;border-radius: 0 0 50% 50%;}
.investigacion-delphi-card__marker--vigente { background-color: #D78400; }
.investigacion-delphi-card__marker--cerrada { background-color: var(--color-brand-primary); }
.investigacion-delphi-card__marker-icon { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 50%; background-color: #fff; font-size: 1.2rem; font-weight: 500; line-height: 1; }
.investigacion-delphi-card__marker--vigente .investigacion-delphi-card__marker-icon { color: #D78400;border: 1px solid #D78400;}
.investigacion-delphi-card__marker--cerrada .investigacion-delphi-card__marker-icon { color: var(--color-brand-primary);border: 1px solid var(--color-brand-primary);}
.investigacion-delphi-card__meta { line-height: 1.2; }
.investigacion-delphi-card__title { color: var(--color-brand-text); font-size: clamp(18px, 1.35vw, 21px); line-height: 1.15; }
.investigacion-delphi-card__title a { color: inherit; }
.investigacion-delphi-card__title a:hover { color: var(--color-brand-primary); }
.investigacion-delphi-card__enfasis { color: #7A818D !important; font-size: .76rem; line-height: 1.25; }
.investigacion-delphi-card__rounds { color: var(--color-brand-text); font-size: .94rem; line-height: 1.3; }
.investigacion-delphi-card__published { color: var(--color-brand-muted); font-size: .84rem; line-height: 1.25; }
@media (max-width: 767.98px) {
.investigacion-delphi-card {min-height:0;}
}
@media (max-width: 575.98px) {

.estado-vigente,.estado-cerrada { padding-left: 0;}
}

/* =========================================================
   Home · Misión RAEF
   ========================================================= */

.home-mision { position: relative; background-color: #fff; }

.home-mision__content { /*max-width: 34rem;*/ }

.home-mision__brand { display: block; width: auto; height: 48px; }

.home-mision__eyebrow { color: var(--color-brand-secondary);font-size: clamp(20px, 1.2vw, 24px);}

.home-mision__text { color: var(--color-brand-text); font-size: clamp(20px, 1.2vw, 24px); font-weight: 400; }

.home-mision__image { max-height: 360px; margin-right: auto; margin-left: auto; }


/* =========================================================
   Home · Misión RAEF · Botón
   ========================================================= */

.btn-mision-raef { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 32px; padding: 8px 16px; border: 1px solid var(--color-brand-light); border-radius: 999px; background-color: #fff; color: var(--color-brand-primary); font-size: clamp(14px, 1.2vw, 16px); font-weight: 400; line-height: initial; text-decoration: none; box-shadow: none; transition: background-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; }

.btn-mision-raef:hover, .btn-mision-raef:focus { background-color: #fff; color: var(--color-brand-primary); transform: scale(1.015); box-shadow: 0 0 0 3px rgba(56,156,255,.25); }

.btn-mision-raef:focus-visible { outline: 2px solid rgba(56,156,255,.55); outline-offset: 3px; }

.btn-mision-raef img { display: inline-block; flex: 0 0 auto; width: 1.125rem; height: 1.125rem; transform: rotate(0deg); transition: transform .28s cubic-bezier(.16,1,.3,1); }

.btn-mision-raef:hover img, .btn-mision-raef:focus img { transform: rotate(90deg); }


/* =========================================================
   Home · Misión RAEF · Tablet / Mobile
   ========================================================= */

@media (max-width: 991.98px) {

.home-mision__content {/* max-width: 100%; */}

.home-mision__media { max-width: 34rem; margin-right: auto; margin-left: auto; }

}


@media (max-width: 575.98px) {

.home-mision__brand { height: 42px; }

}

/* =========================================================
   Investigaciones · Filtros Mobile
   ========================================================= */

@media (max-width: 767.98px) {
.investigacion-filters__toggle { padding: .75rem 0; border: 0; background: transparent; color: #389CFF; font-size: clamp(14px, 4.5vw, 16px); font-weight: 500; line-height: 1; text-align: left; }
.investigacion-filters__toggle-icon { display: block; flex: 0 0 auto; width: 24px; height: 24px; }
.investigacion-filters__chevron { flex: 0 0 auto; margin-left: .15rem; font-size: 13px; transform: rotate(0deg); transition: transform .4s cubic-bezier(.16,1,.3,1); }
.investigacion-filters__toggle[aria-expanded="true"] .investigacion-filters__chevron { transform: rotate(180deg); }
.investigacion-filters__advanced { padding-top: 1rem; }
.investigacion-filters__advanced.collapsing { overflow: hidden; transition: height .45s cubic-bezier(.16,1,.3,1); }
.investigacion-filters__clear-wrap { display: flex; justify-content: flex-end; }
}

@media (min-width: 768px) {
.investigacion-filters__advanced { padding-top: 0; }
.investigacion-filters__clear-wrap { display: flex; justify-content: flex-start; }
}

/***************************************************** Home · Proceso horizontal */
.proceso-horizontal { background: #ffffff; }
.proceso-horizontal__track { width: 100%; overflow: hidden; border: 2px solid var(--color-brand-primary); }
.proceso-horizontal__item { position: relative; min-height: 92px; overflow: hidden; isolation: isolate; background: #389CFF; transition: min-height .55s cubic-bezier(.22,.61,.36,1), flex-grow .65s cubic-bezier(.22,.61,.36,1), background-color .3s ease; }
.proceso-horizontal__item:nth-child(2n) { background: #163D64; }
.proceso-horizontal__item:nth-child(3n) { background: #163D64; }
.proceso-horizontal__item::after { content: ""; position: absolute; inset: 0; z-index: 2; background: rgba(21,61,100,0); opacity: 0; pointer-events: none; }
.proceso-horizontal__item:hover::after, .proceso-horizontal__item:focus-within::after { opacity: .38; animation: proceso-color-change-2x 2s linear infinite alternate both; }
.proceso-horizontal__item.is-active::after { opacity: .26; animation: proceso-color-open 1.1s ease-out 1 both; }
.proceso-horizontal__item.is-active:hover::after, .proceso-horizontal__item.is-active:focus-within::after { opacity: .42; animation: proceso-color-change-2x 2s linear infinite alternate both; }
.proceso-horizontal__background { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: none; image-rendering: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden; transition: opacity .18s ease 0s; }
.proceso-horizontal__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(21,61,100,.94) 0%, rgba(21,61,100,.80) 42%, rgba(56,156,255,.22) 100%); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.proceso-horizontal__content { position: relative; z-index: 3; width: min(100%, 620px); padding: 2rem 5.5rem 2rem 1.5rem; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .3s ease .12s, transform .4s ease .12s, visibility 0s linear .4s; pointer-events: none; }
.proceso-horizontal__extra-image { width: auto; max-width: 180px; max-height: 90px; object-fit: contain; object-position: left center; }
.proceso-horizontal__wysiwyg h2, .proceso-horizontal__wysiwyg h3, .proceso-horizontal__wysiwyg h4 { margin-bottom: .35rem; font-weight: 700; line-height: 1.15; }
.proceso-horizontal__wysiwyg p:last-child { margin-bottom: 0; }
.proceso-horizontal__number { position: absolute; right: 1.25rem; bottom: .35rem; z-index: 4; color: #163D64; font-size: clamp(48px, 8vw, 76px); font-weight: 300; line-height: 1; transition: color .25s ease; pointer-events: none; }
.proceso-horizontal__item:hover .proceso-horizontal__number, .proceso-horizontal__item:focus-within .proceso-horizontal__number { color: rgba(255,255,255,.92); }
.proceso-horizontal__trigger { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 0; background: transparent; cursor: pointer; }
.proceso-horizontal__trigger:focus-visible { outline: 3px solid #ffffff; outline-offset: -5px; }
.proceso-horizontal__item.is-active { min-height: 315px; }
.proceso-horizontal__item.is-active .proceso-horizontal__background { opacity: .92; transform: none; transition: opacity .38s ease .58s; }
.proceso-horizontal__item.is-active .proceso-horizontal__overlay { opacity: 1; transition-delay: .48s; }
.proceso-horizontal__item.is-active .proceso-horizontal__content { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: .62s, .62s, .58s; }
.proceso-horizontal__item.is-active .proceso-horizontal__number { color: #ffffff; }

@keyframes proceso-color-open { 0% { background: rgba(21,61,100,.78); } 55% { background: rgba(21,61,100,.62); } 100% { background: rgba(17,24,39,.12); } }
@keyframes proceso-color-change-2x { 0% { background: rgba(21,61,100,.58); } 100% { background: rgba(21,61,100,.62); } }

@media (min-width: 992px) {
.trabajos-obra__content { padding: 4rem 3rem 4rem 1.5rem; }
.trabajos-obra__media { min-height: 390px; }
.proceso-horizontal__track { display: flex; height: clamp(300px, 26vw, 410px); }
.proceso-horizontal__item { flex: 1 1 0; min-width: 72px; min-height: 0; }
.proceso-horizontal__item.is-active { flex-grow: 6; min-height: 0; }
.proceso-horizontal__content { position: absolute; left: 0; top: 50%; width: min(76%, 650px); padding: 2rem 2rem 2rem 9%; transform: translateY(calc(-50% + 10px)); }
.proceso-horizontal__item.is-active .proceso-horizontal__content { transform: translateY(-50%); }
.proceso-horizontal__number { right: 50%; bottom: .45rem; transform: translateX(50%); font-size: clamp(52px, 5vw, 72px); }
.proceso-horizontal__item.is-active .proceso-horizontal__number { right: 1.5rem; transform: none; }
}

@media (max-width: 991.98px) {
.proceso-horizontal__item { max-height: 92px; }
.proceso-horizontal__item.is-active { max-height: 315px; }
.proceso-horizontal__item.is-active .proceso-horizontal__background { transition-delay: .5s; }
.proceso-horizontal__item.is-active .proceso-horizontal__overlay { transition-delay: .4s; }
.proceso-horizontal__item.is-active .proceso-horizontal__content { transition-delay: .54s, .54s, .5s; }
}


/* ===============================
   LDS Carousel Stack Hero
   =============================== */
body.home #header-institutional,
body.page-template-front-page-dev #header-institutional {
	position: absolute !important;top: 0;left: 0;right: 0;z-index: 1000;background: transparent !important;	box-shadow: none !important;}

body.home #header-institutional .navbar,
body.page-template-front-page-dev #header-institutional .navbar {background: transparent !important;}

body.home #header-institutional .container,
body.page-template-front-page-dev #header-institutional .container {background: transparent !important;}

.lds-stack-hero { position: relative; z-index: 1; background: #ffffff; padding: 0 0 18px; overflow: hidden; }
.lds-stack-hero-stage { position: relative; width: 100%; height: clamp(580px, 72vh, 760px); overflow: visible; cursor: grab; user-select: none; touch-action: pan-y; background-color:var(--color-brand-dark);}
.lds-stack-hero-stage.is-dragging { cursor: grabbing; }
.lds-stack-slide { --lds-drag-x: 0px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background: #153D64; transition: transform .55s cubic-bezier(.22,.61,.36,1), opacity .35s ease; }
.lds-stack-slide[data-position="0"] { z-index: 30; transform: translateX(var(--lds-drag-x)); opacity: 1; pointer-events: auto; }
.lds-stack-slide[data-position="1"] { z-index: 20; transform: translateX(100%); opacity: 1; pointer-events: none; }
.lds-stack-slide[data-position="2"] { z-index: 10; transform: translateX(100%); opacity: 0; pointer-events: none; }
.lds-stack-slide[data-position="hidden"] { z-index: 0; transform: translateX(100%); opacity: 0; pointer-events: none; }

.lds-stack-bg { position: absolute; inset: 0; z-index: 1; background-size: cover; background-position: left; background-repeat: no-repeat;}
.lds-stack-bg--image::before {content: "";position: absolute;inset: 0px;z-index: 1;backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(to right,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 60%); -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,1) 35%,rgba(0,0,0,0) 60%);}

.lds-stack-bg--image::after {content: "";position: absolute; inset: 0px; z-index: 1;background: linear-gradient(to right,rgba(21,61,100,.88) 0%,rgba(21,61,100,.68) 30%,rgba(21,61,100,.18) 50%,rgba(21,61,100,0) 82%); pointer-events: none;}
.lds-stack-slide::after { content: ""; position: absolute; inset: 0; z-index: 3;pointer-events: none; }


.lds-stack-bg--image { background-image: var(--lds-bg-desktop); }
.lds-stack-bg--solid { background-color: var(--lds-bg-color, #153D64); }
.lds-stack-content {/* max-width: 620px; padding-top: clamp(130px, 16vh, 170px);*/ }

.lds-stack-editor h1 { color:rgba(255,255,255,1.00) ; font-size: clamp(33px, 1.5vw, 48px); line-height: 1.05; font-weight: 600; margin-bottom: 1rem;}

.lds-stack-editor p { color:white; font-size: clamp(16px, 1.5vw, 20px); margin-bottom: 1rem !important; }

.lds-stack-editor p:last-child { margin-bottom: 0; }

.lds-stack-title { position: relative; display: inline-block; }
.lds-stack-product { width: min(420px, 86%); transform: translateX(-4%); }

.lds-stack-product img { display: block; width: 100%; height: auto; object-fit: contain; pointer-events: none; }

.lds-stack-arrow { position: absolute; top: 50%; z-index: 60; width: 48px; height: 48px; border: 0; border-radius: 999px; background: rgba(255,255,255,.85); color: var(--color-brand-text, #111827); transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; line-height: 1; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }

.lds-stack-arrow i { display: block; line-height: 1; }

.lds-stack-prev { left: 16px; }
.lds-stack-next { right: 16px; }

.lds-stack-hero-stage:hover .lds-stack-arrow { opacity: 1; pointer-events: auto; }

.lds-stack-arrow:active { transform: translateY(-50%) scale(.96); }
.lds-stack-dots { position: absolute; left: 50%; bottom: 26px; z-index: 70; display: flex; align-items: center; gap: 3px; transform: translateX(-50%); }
.lds-stack-dot { width: 58px; height: 3px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.85); cursor: pointer; transition: background-color .2s ease, opacity .2s ease; }
.lds-stack-dot.is-active { width: 58px; background: var(--color-brand-accent, #FAB04F); }

@media (max-width: 991.98px) {
  .lds-stack-container { padding-right: 0; padding-left: 0; }
  .lds-stack-hero { padding-bottom: 0; }
  .lds-stack-hero-stage { height: 620px; overflow: hidden; }
  .lds-stack-slide { width: 100%; }
  .lds-stack-slide[data-position="0"] { transform: translateX(var(--lds-drag-x)); opacity: 1; }
  .lds-stack-slide[data-position="1"] { transform: translateX(100%); opacity: 1; }
  .lds-stack-slide[data-position="2"] { transform: translateX(100%); opacity: 0; }
  .lds-stack-slide[data-position="hidden"] { transform: translateX(100%); opacity: 0; }
  .lds-stack-bg--image { background-image: var(--lds-bg-mobile, var(--lds-bg-desktop));background-position: right; }
  .lds-stack-bg--image::after,.lds-stack-bg--image::before { display: none;}
    
  .lds-stack-content { max-width: 100%;/* padding-top: 130px; */}
  .lds-stack-arrow { display: none; }
  .lds-stack-dot { width: 48px; }
  .lds-stack-dot.is-active { width: 48px; }
}


@media (max-width: 575.98px) {
  .lds-stack-hero-stage { height: 600px; }
  .lds-stack-content { padding-bottom: 120px;}
  .lds-stack-dots { bottom: 22px; gap: 3px; }
.lds-stack-dot { width: 38px; height: 3px; }
.lds-stack-dot.is-active { width: 38px; }  
}

/* =========================================================
   Contacto · RAEF
   ========================================================= */

.module-contact { position: relative; width: 100%; overflow: hidden; background-color: #F5F5F5; }
.module-contact::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; z-index: 3; width: 10px; background-color: var(--color-brand-primary); pointer-events: none; }
.module-contact > .container { position: relative; z-index: 2; }
.module-contact__row { align-items: stretch; }
.module-contact__media { position: relative; overflow: visible; }
.module-contact__image-desktop { position: absolute; top: 0; right: 0; width: 50vw; height: 100%; object-fit: cover; object-position: center; }
.module-contact__copy { position: relative; z-index: 1; padding-top: clamp(2.5rem, 5vw, 4.75rem); color: var(--color-brand-text); }
.module-contact__copy h1, .module-contact__copy h2, .module-contact__copy h3, .module-contact__copy-mobile h1, .module-contact__copy-mobile h2, .module-contact__copy-mobile h3 { margin-bottom: 1rem; color: var(--color-brand-text); font-size: clamp(42px, 2.3vw, 48px); font-weight: 500; line-height: 1.08; }
.module-contact__copy p, .module-contact__copy-mobile p { margin-bottom: 0; color: var(--color-brand-text); font-size: clamp(20px, 1vw, 24px); font-weight: 400; }
.module-contact__copy strong, .module-contact__copy-mobile strong { font-weight: 600; }
.module-contact__form-panel { display: flex; align-items: flex-start; padding: 2rem 0 2rem 4rem; }
.module-contact__form-wrap { width: 100%; }
.module-contact .wpcf7-form { width: 100%; }
.module-contact .wpcf7-form p { margin-bottom: 0; }
.module-contact .wpcf7-form label { display: block; width: 100%; margin-bottom: 10px; color: var(--color-brand-text); }
.module-contact .wpcf7-form-control-wrap { display: block; width: 100%; }
.module-contact .form-control, .module-contact .form-select { width: 100%; min-height: 42px; padding: .55rem .7rem; border: 1px solid #D4DAE1; border-radius: 2px; background-color: #fff; color: var(--color-brand-text); line-height: 1.3; box-shadow: none; }
.module-contact .form-select { padding-right: 2.25rem; cursor: pointer; }
.module-contact textarea.form-control { min-height: 145px; max-height: 195px; resize: vertical; }
.module-contact .form-control:focus, .module-contact .form-select:focus { border-color: var(--color-brand-primary); outline: 0; box-shadow: 0 0 0 .2rem rgba(56,156,255,.12); }
.module-contact .wpcf7-not-valid.form-control, .module-contact .wpcf7-not-valid.form-select { border-color: #B42318; }
.module-contact .wpcf7-not-valid-tip { display: block; margin-top: .3rem; color: #B42318; font-size: .7rem; font-weight: 400; line-height: 1.25; }
.module-contact .wpcf7-response-output { margin: 1rem 0 0 !important; padding: .75rem 1rem !important; border-radius: 2px; font-size: .78rem; line-height: 1.35; }
.module-contact .wpcf7-spinner { display: none !important; }

/* =========================================================
   Contacto · Tablet / Mobile
   ========================================================= */

.module-contact__media-mobile { position: relative; width: 100%; overflow: hidden; }
.module-contact__media-mobile::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; z-index: 2; width: 10px; background-color: var(--color-brand-primary); pointer-events: none; }
.module-contact__image-mobile { display: block; width: 100%; height: auto; }

@media (max-width: 991.98px) {

.module-contact::after { display: none; }
.module-contact__form-panel { padding: 2rem; }
.module-contact__copy-mobile h1, .module-contact__copy-mobile h2, .module-contact__copy-mobile h3 { font-size: clamp(32px, 5vw, 40px); }
.module-contact__copy-mobile p { font-size: 16px; line-height: 1.3; }

}

@media (max-width: 575.98px) {

.module-contact__form-panel { padding: 2rem 1rem; }
.module-contact .form-control, .module-contact .form-select { min-height: 44px; }

}
/* =========================================================
   Contacto · Archivo adjunto
   ========================================================= */

.contact-file { position: relative; }
.contact-file br { display: none; }
.contact-file__row { display: flex; align-items: center; flex-wrap: wrap; gap: .65rem; }
.contact-file__label { display: inline-flex !important; padding: .35rem 1rem; align-items: center; gap: .35rem; border: 0; border-radius: 999px; background-color: #E2E5E8; color: var(--color-brand-primary) !important; font-size: 19px !important; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.contact-file__label::before { content: "\f0c6"; display: inline-block; font-family: "Font Awesome 5 Pro"; font-size: .85em; font-weight: 400; line-height: 1; }
.contact-file__label:hover, .contact-file__label:focus-within { background-color: #D5DBE0; color: var(--color-brand-primary) !important; }
.contact-file__input { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.contact-file__name { display: block; min-height: 1rem; max-width: min(100%, 18rem); overflow: hidden; color: var(--color-brand-muted); font-size: .72rem; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.contact-file__help { display: block; margin-top: .4rem; color: var(--color-brand-muted); font-size: .7rem; line-height: 1.3; }

/* =========================================================
   Contacto · Botón enviar
   ========================================================= */

.module-contact .wpcf7-submit.btn-custom-primary { width: 100%; min-height: 44px; padding: .6rem 1rem; border-radius: 999px; font-weight: 500; text-transform: uppercase; letter-spacing: .1rem; }
.module-contact .wpcf7-submit.btn-custom-primary:hover, .module-contact .wpcf7-submit.btn-custom-primary:focus { color: #fff; }
.module-contact .wpcf7-form.submitting .wpcf7-submit { pointer-events: none; cursor: wait; opacity: .6; }


/* =========================================================
   Contacto · Mensajes Contact Form 7
   ========================================================= */

.module-contact .wpcf7-response-output { margin: 1rem 0 0 !important; padding: .75rem 1rem !important; border: 1px solid var(--color-brand-secondary) !important; border-radius: 4px; background-color: rgba(56,156,255,.08); color: var(--color-brand-primary); font-size: .78rem; font-weight: 400; line-height: 1.35; }
.module-contact .wpcf7 form.sent .wpcf7-response-output { border-color: var(--color-brand-secondary) !important; background-color: rgba(56,156,255,.08); color: var(--color-brand-primary); }
.module-contact .wpcf7 form.invalid .wpcf7-response-output, .module-contact .wpcf7 form.unaccepted .wpcf7-response-output { border-color: var(--color-brand-accent) !important; background-color: rgba(250,176,79,.10); color: var(--color-brand-text); }
.module-contact .wpcf7 form.spam .wpcf7-response-output { border-color: var(--color-brand-accent) !important; background-color: rgba(250,176,79,.10); color: var(--color-brand-text); }
.module-contact .wpcf7 form.failed .wpcf7-response-output, .module-contact .wpcf7 form.aborted .wpcf7-response-output { border-color: #B42318 !important; background-color: #FFF3F2; color: #B42318; }


/***************************************************** CookiesYes */
.cky-notice-des *, .cky-preference-content-wrapper *, .cky-dma-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {font-size: 0.75rem !important; line-height: 16px !important}
.cky-notice .cky-title { font-weight: 400 !important; }
.cky-btn {font-size: 0.75rem !important;}
.cky-revisit-bottom-left { display: none !important;}
.cky-btn-reject { color: var(--color-brand-muted) !important; background: #fff!important;   background-color: rgba(255, 255, 255, 0); border: 1px solid var(--color-brand-soft) !important; }
.cky-consent-container [data-cky-tag="powered-by"], [data-cky-tag="detail-powered-by"] { display: none !important;}
.cky-btn {border-radius: 20px !important;font-weight: 600!important;border: 1px solid var(--color-brand-soft) !important; }
.cky-btn-accept {  background: var(--color-brand-muted) !important; background-color: var(--color-brand-muted) !important;  color: #fff;}
.cky-btn-customize {color: #5F6777 !important;}
.cky-btn-preferences{background-color: #5F6777!important;}


/***************************************************** WhatsApp flotante */
.whatsapp-float, .custom-footer__whatsapp { position: fixed; width: clamp(56px,6.2vw,72px); height: clamp(56px,6.2vw,72px); bottom: 20px; right: 20px; background-color: var(--color-brand-whatsapp);color: #fff; border-radius: clamp(18px,2vw,22px); display: flex; align-items: center; justify-content: center; box-shadow: 0 0px 3px rgba(0,0,0,.18); z-index: 9999; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.whatsapp-float i, .custom-footer__whatsapp i { font-size: clamp(30px,3.4vw,40px); line-height: 1; }
.whatsapp-float:hover, .custom-footer__whatsapp:hover { color: #fff; transform: scale(1.06);box-shadow: 0 0 0px 3px rgba(37,211,102,.25); background:rgba(37,211,102,1.00); }
.whatsapp-float:focus-visible, .custom-footer__whatsapp:focus-visible { outline: 3px solid rgba(37,211,102,.25);/* outline-offset: 4px;*/ }

/* ===============================
   Footer Custom ACF 
   =============================== */
.custom-footer { position: relative; overflow: hidden; padding: 4rem 0 6rem; color: rgba(255,255,255,.78); background-color: var(--color-brand-dark); background-repeat: repeat; background-position: top left; background-size: 28px 28px; }
.custom-footer.has-footer-bg-image { background-repeat: repeat !important; background-position: top left !important; background-size: 28px 28px !important; }
.custom-footer.has-footer-bg-image::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: var(--footer-bg-image); background-repeat: repeat !important; background-position: top left !important; background-size: 28px 28px !important; }
.custom-footer.footer-bg-image-full::before { opacity: 1; }
.custom-footer > .container { position: relative; z-index: 1; }
.custom-footer__col { min-width: 0; }
.custom-footer__logo { margin-bottom: 1.25rem; }
.custom-footer__col .custom-footer__logo { display: flex; }
.custom-footer__col .custom-footer__logo img { display: block; width: auto; height: auto; margin-right: auto; margin-left: auto; }
.display-5_custom-footer { font-size: clamp(33px, 1.5vw, 48px); }

/**************************************************** Footer Custom ACF · Columnas */
@media (min-width: 992px) {
.custom-footer .row > .col-auto:nth-child(2) { padding-left: 3rem; }
}

/**************************************************** Footer Custom ACF · Títulos */
.custom-footer__heading { display: flex; align-items: center; gap: .45rem; margin: 0 0 .9rem; color: #fff; font-size: .875rem; font-weight: 600; line-height: 1.2; letter-spacing: 0; text-transform: uppercase; }
.custom-footer__heading::before { content: ""; display: block; flex: 0 0 3px; width: 3px; height: 22px; background-color: var(--color-brand-light); }

/**************************************************** Footer Custom ACF · Textos */
.custom-footer__text { color: rgba(255,255,255,1); text-align: center; }
.custom-footer__text p:last-child { margin-bottom: 0; }

/**************************************************** Footer Custom ACF · Contacto / Redes */
.custom-footer__contact-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: 100%; margin-top: 2.25rem; }
.custom-footer__contact-item { display: inline-flex; align-items: center; gap: .55rem; color: rgba(255,255,255,1); font-size: .875rem; line-height: 1.25; font-weight: 300; }
.custom-footer__contact-item::before { content: ""; display: inline-flex; flex: 0 0 16px; width: 16px; height: 16px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.custom-footer__contact-item--address { max-width: 360px; text-align: left; }
.custom-footer__contact-item--phone { max-width: 300px; text-align: left; }
.custom-footer__contact-item--email { max-width: 300px; text-align: left; cursor: pointer; transition: opacity .25s ease, transform .25s ease; }
.custom-footer__contact-item--address::before { background-image: url("assets/icons/icon-map.svg"); }
.custom-footer__contact-item--phone::before { background-image: url("assets/icons/icon-smartphone.svg"); }
.custom-footer__contact-item--email::before { background-image: url("assets/icons/icon-email.svg"); }
.custom-footer__contact-item > span, .custom-footer__contact-item > a { display: inline-block; }
.custom-footer__contact a { color: #fff; text-decoration: none; }
.custom-footer__contact a:hover { color: rgba(255,255,255,.65); text-decoration: underline; }
.custom-footer__label { display: inline-block; margin-right: .25rem; color: #fff; font-weight: 500; }

/**************************************************** Footer Custom ACF · Contacto columna 3 */
.custom-footer .row > .col-auto:nth-child(3) .custom-footer__contact-row { flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: .7rem; margin-top: .85rem; }

/**************************************************** Footer Custom ACF · Copy email */

.custom-footer__contact-item--email:hover, .custom-footer__contact-item--email:focus-visible { opacity: .62; transform: translateY(-1px); }
.custom-footer__contact-item--email:focus-visible { outline: 1px solid rgba(255,255,255,.75); outline-offset: 4px; border-radius: 2px; }
.copy-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; margin-left: .15rem; padding: 0; border: 0; background: transparent; color: inherit; font-size: .875rem; line-height: 1; pointer-events: none; }
.copy-icon-check { color: var(--color-brand-accent); }

/**************************************************** Footer Custom ACF · Menú */
.custom-footer__menu { display: flex; flex-direction: column; gap: .4rem; margin-top: 0 !important; }
.custom-footer__menu li { line-height: 1.2; }
.custom-footer__menu a { color: #fff; font-size: .875rem; font-weight: 300; line-height: 1.25; text-decoration: none; }
.custom-footer__menu a:hover { color: rgba(255,255,255,.62); text-decoration: underline; }

/**************************************************** Footer Custom ACF · Redes */
.custom-footer__social { display: flex; align-items: center; justify-content: flex-start; gap: .45rem; margin-top: 0; }
.custom-footer__social a { display: inline-flex; align-items: center; justify-content: flex-start; gap: .45rem; color: #fff; font-size: 1rem; line-height: 1; text-decoration: none; transition: opacity .25s ease, transform .25s ease; }
.custom-footer__social.custom-footer__social--contact .fa-facebook-f { font-size: 1rem; }
.custom-footer__social a:hover { color: #fff; opacity: .62; transform: translateY(-1px); }
.custom-footer__social--contact { flex: 0 0 auto; flex-direction: column; align-items: flex-start; min-width: 0; gap: .7rem; }
.custom-footer__social-label { color: inherit; font-size: .875rem; font-weight: 300; line-height: 1.2; }

/* *************************************************** Footer Custom ACF · Botón columna */
.custom-footer__button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; margin-top: .35rem; padding: .35rem .55rem .35rem .9rem; border: 1px solid var(--color-brand-light); border-radius: 999px; color: #fff; font-size: .875rem; font-weight: 300; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: background-color .25s ease, opacity .25s ease, transform .25s ease; }
.custom-footer__button i { color: var(--color-brand-light); font-size: 1.15rem; line-height: 1; transition: transform .25s ease; }
.custom-footer__button:hover, .custom-footer__button:focus { color: #fff; background-color: rgba(255,255,255,.06); transform: translateY(-1px); }
.custom-footer__button:hover i, .custom-footer__button:focus i { transform: rotate(90deg); }
.custom-footer__button:focus-visible { outline: 1px solid rgba(255,255,255,.75); outline-offset: 3px; }

/**************************************************** Footer Custom ACF · Legal */
.custom-footer-legal { padding: .85rem 0; color: var(--color-brand-text); font-size: clamp(12px, 1.5vw, 14px); }

/**************************************************** Botón Footer Consulta */
.btn-footer-consulta { display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; min-height: 70px; padding: 1rem 2rem; border-radius: 35px; background-color: var(--color-brand-dark); color: #fff; font-size: 28px; font-weight: 400; line-height: 1.1; text-decoration: none; transition: background-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; }
.btn-footer-consulta:hover, .btn-footer-consulta:focus { background-color: var(--color-brand-primary); color: #fff; transform: scale(1.015); box-shadow: 0 0 0 3px rgba(255,255,255,.35); }
.btn-footer-consulta i { color: var(--color-brand-accent); font-size: .95em; line-height: 1; transition: transform .35s ease, color .35s ease; }
.btn-footer-consulta:hover i, .btn-footer-consulta:focus i { color: var(--color-brand-accent); transform: translateX(.25rem); }

/**************************************************** Footer Custom ACF · Auxiliares */
.footer-address { color: #fff; font-size: 16px; font-weight: 200; letter-spacing: .05rem; }
.footer-whatsapp, .footer-whatsapp a { color: #fff; font-size: clamp(16px, 2.6vw, 23px) !important; transition: all .2s ease-in-out; }
.btn-outline-blanco { min-width: 160px; border: 1px solid rgba(255,255,255,.7); background: transparent; color: rgba(255,255,255,.7); font-size: .75rem; }
.btn-outline-blanco:hover { border-color: rgba(255,255,255,1); color: rgba(255,255,255,1); }
.font_size-icon { font-size: 1.1rem !important; }
.btn-footer_icons { color: rgba(255,255,255,.7); font-size: 1.5rem; }
.btn-footer_icons:hover { color: rgba(255,255,255,1); }

/**************************************************** UL Custom */
.ul-footer-bullets { margin: 0; padding-left: 0; list-style: none; }
.ul-footer-bullets li { position: relative; margin-bottom: .5rem; }
.ul-footer-bullets li a { position: relative; display: inline-flex; align-items: center; gap: .55rem; color: rgba(255,255,255,1); font-size: 1rem; line-height: 1.1rem; text-decoration: none; transition: all .25s ease; }
.ul-footer-bullets li a::before { content: ""; display: inline-block; flex: 0 0 .65rem; width: .65rem; height: .65rem; background-image: url("assets/img/footer_boolet.png"); background-repeat: no-repeat; background-position: center; background-size: contain; }
.ul-footer-bullets li a:hover, .footer-col a:hover { color: rgba(255,255,255,.5); text-decoration: underline; }
.footer-col a { color: rgba(255,255,255,1); text-decoration: none; }

@media (max-width: 991.98px) {
.custom-footer .row { justify-content: center; }
.custom-footer .row > .col-auto:nth-child(1) { width: 100%; }
}
/**************************************************** Footer · Hasta 768 */
@media (max-width: 767.98px) {
.custom-footer .row { justify-content: center; }
.custom-footer .row > .col-auto:nth-child(1) { flex: 0 0 100%; width: 100%; max-width: 100%; }
.custom-footer .row > .col-auto:nth-child(2), .custom-footer .row > .col-auto:nth-child(3) { flex: 0 0 auto; width: auto; max-width: 50%; }
.custom-footer .row > .col-auto:nth-child(1) .custom-footer__logo { width: 100%; }
.custom-footer .row > .col-auto:nth-child(1) .custom-footer__logo img { width: auto; max-width: 100% !important; height: auto; margin-right: auto; margin-left: auto; }
}

/**************************************************** Footer · Mobile */
@media (max-width: 575.98px) {
.custom-footer{padding: 4rem 0 5rem;}
.custom-footer .row { --bs-gutter-x: 1rem; --bs-gutter-y: 1.5rem; }
/*.custom-footer .row > .col-auto:nth-child(2), .custom-footer .row > .col-auto:nth-child(3) { display: none;} flex: 0 0 50%; width: 50%; max-width: 50%; */
    .custom-footer .row > .col-auto:nth-child(2){display: none;}   
    
.custom-footer__contact-row { flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: .7rem; margin-top: .85rem; text-align: left; }
.custom-footer__contact-item { flex-direction: row; align-items: center; justify-content: flex-start; gap: .45rem; max-width: 100%; text-align: left; }
.custom-footer__contact-item::before { flex: 0 0 16px; width: 16px; height: 16px; margin: 0; }
.custom-footer__contact-item--address, .custom-footer__contact-item--phone, .custom-footer__contact-item--email { max-width: 100%; text-align: left; }
.custom-footer__contact-item > span, .custom-footer__contact-item > a { display: block; text-align: left; }
.custom-footer__social--contact { min-width: 0; }
.btn-footer-consulta { width: 100%; min-height: 76px; padding: 1rem 1.5rem; gap: .9rem; font-size: 22px; }
}

/* =========================================================
   Sobre Nosotros · Misión / Visión
   ========================================================= */

.sobre-nosotros-mision-vision { position: relative; min-height: 420px; overflow: hidden; background-color: #FFF; }
.sobre-nosotros-mision-vision__background { z-index: 0; }
.sobre-nosotros-mision-vision__background img { object-position: center; }
.sobre-nosotros-mision-vision__item { color: var(--color-brand-text); }
.sobre-nosotros-mision-vision__item h2 { color: var(--color-brand-primary); }
.sobre-nosotros-mision-vision__item strong { font-weight: 600; }
@media (max-width: 575.98px) {
 .sobre-nosotros-mision-vision {border-bottom: 1px solid #d4d2d2;}
}
/* =========================================================
   Sobre Nosotros · Objetivos Principales
   Pasos Simples
   ========================================================= */
.module-pasos-simples--sobre-nosotros { position: relative; background-color: #fff; }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__header { /*text-align: center;*/ }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__header-icon { display: flex; justify-content: center; }
.module-pasos-simples--sobre-nosotros .pasos-icon-h { width: auto; max-width: 100%; max-height: 90px; }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__title { display: inline-block; padding-bottom: .25rem; border-bottom: 1px solid var(--color-brand-secondary); color: var(--color-brand-primary); }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__subtitle { color: var(--color-brand-muted); }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__card { background-color: transparent; }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__card strong{ font-weight: 700;}
.module-pasos-simples--sobre-nosotros .module-pasos-simples__image-wrap { display: flex; align-items: center; justify-content: center; min-height: 120px; }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__image { display: block; width: auto; max-width: 100%; max-height: 95px; object-fit: contain; object-position: center; }
/* height img */
.module-pasos-simples--sobre-nosotros .col:nth-child(1) .module-pasos-simples__image-wrap img { max-height: 70px;}
.module-pasos-simples--sobre-nosotros .col:nth-child(3) .module-pasos-simples__image-wrap img { max-height: 90px;}
.module-pasos-simples--sobre-nosotros .col:nth-child(5) .module-pasos-simples__image-wrap img { max-height: 120px;}

.module-pasos-simples--sobre-nosotros .module-pasos-simples__card-title { color: var(--color-brand-text); font-size: clamp(15px, 1.1vw, 16px); line-height: 1.2; }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__card-text { color: var(--color-brand-text); font-size: clamp(13px, 1vw, 14px); line-height: 1.35; }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__card-text p:last-child { margin-bottom: 0; }

/* =========================================================
   Sobre Nosotros · Comisión Directiva
   Beneficios
   ========================================================= */

.beneficios-directiva-raef { position: relative; min-height: 390px; overflow: hidden; background-color: #F4F8FC; }
.beneficios-directiva-raef .module-beneficios__background { z-index: 0; /*opacity: .24;*/ }
.beneficios-directiva-raef .module-beneficios__background img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.beneficios-directiva-raef .beneficios-module_title { color: var(--color-brand-primary); font-size: clamp(36px, 4vw, 56px); font-weight: 200; line-height: 1.05; }
.beneficios-directiva-raef .module-beneficios__items { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 2rem !important; row-gap: 2rem !important; }
.beneficios-directiva-raef .module-beneficios__item { color: var(--color-brand-text); }
.module-beneficios__item.card { border: 0; border-left: 2px solid #5F9BEB; }
.beneficios-directiva-raef .module-beneficios__image { display: block; width: auto; max-width: 100%; max-height: 70px; object-fit: contain; object-position: left center; }
.beneficios-directiva-raef .module-beneficios__label { color: var(--color-brand-muted); font-size: .7rem; line-height: 1.2; }
.beneficios-directiva-raef .module-beneficios__value { color: var(--color-brand-text); font-size: clamp(13px, 1vw, 15px); line-height: 1.25; }
@media (max-width: 767.98px) {
.beneficios-directiva-raef .module-beneficios__background img {display: block;object-fit: cover; object-position: top left;}
}
/* =========================================================
   Global · Claim futuros RAEF
   Home + Sobre Nosotros
   ========================================================= */
.raef-futuros-claim { position: relative; z-index: 2; }
.raef-futuros-claim__brand { display: block; width: auto; max-width: 52px; max-height: 52px; margin-right: auto; margin-left: auto; }
.raef-futuros-claim__text { color: var(--color-brand-primary); }

/* =========================================================
   Home · Cards Investigaciones
   Background gráfico
   ========================================================= */

.module-cards-investigaciones--home { position: relative; overflow: hidden; background-color: #fff; }
.module-cards-investigaciones--home::before { content: ""; position: absolute; inset: 0; z-index: 0; background-image: url("assets/img/investigaciones-background_RAEF-Red-Argentina-de-Estudio-de-Futuros.webp"); background-repeat: no-repeat; background-position: center 205px; background-size: 100% auto; pointer-events: none; }
.module-cards-investigaciones--home > .container { position: relative; z-index: 1; }

@media (max-width: 767.98px) {
.module-cards-investigaciones--home::before { width: 170%; height: 72%; background-position: center bottom; }
}

/* =========================================================
   Sobre Nosotros · Impulsores
   ========================================================= */

.sobre-nosotros-impulsores { position: relative; overflow: hidden; background-color: #fff; }
.sobre-nosotros-impulsores__decor { position: absolute; left: 50%; z-index: 0; width: min(200%, 1300px); height: auto; pointer-events: none; transform: translateX(-50%); }
.sobre-nosotros-impulsores__decor--top { top: 75px; }
.sobre-nosotros-impulsores__decor--bottom { bottom: 150px; }
.sobre-nosotros-impulsores__title { position: relative; z-index: 1; color: var(--color-brand-primary); }
.sobre-nosotros-impulsores__card { border: 1px solid #D9DDE4; background-color: #fff; }
.sobre-nosotros-impulsores__icon img { display: block; width: auto; max-width: 31px; max-height: 47px; }
.sobre-nosotros-impulsores__card h3 { color: var(--color-brand-primary); }
.sobre-nosotros-impulsores__card .lh-sm { color: var(--color-brand-text); font-size: clamp(12px, 1vw, 14px); }


/* =========================================================
   Home · Cards Investigaciones · Mobile
   ========================================================= */

@media (max-width: 767.98px) {
.module-cards-investigaciones__background { top: 150px; width: 170%; }
.raef-futuros-claim__brand { max-width: 44px; max-height: 44px; }

}


/* =========================================================
   Sobre Nosotros · Ejes de trabajo
   Module Grid Images
   ========================================================= */
.module-grid-images { position: relative; overflow: hidden; background-color: #fff; }
.module-grid-images .col-color1{ height: 9px; background-color: var(--color-brand-dark); padding: 0;}
.module-grid-images .col-color2{ height: 9px; background-color:#2B388C;padding: 0;}
.module-grid-images .col-color3{ height: 9px; background-color:#338C2B;padding: 0;}
.module-grid-images .col-color4{ height: 9px; background-color:#8C2B60;padding: 0;}

.module-grid-images__section-bg { z-index: 0; }
.module-grid-images__title { color: var(--color-brand-primary); font-size: calc(1.475rem + 1.7vw);}
.module-grid-images__title p { margin-bottom: 0; }
.module-grid-images__intro { color: var(--color-brand-text); font-size: clamp(18px, 2vw, 20px); }
.module-grid-images__intro p:last-child { margin-bottom: 0; }
.module-grid-images__cards { overflow: hidden; }
.module-grid-images__card .border-end-white{border-right: 1px solid #fff;}
.module-grid-images__card + .module-grid-images__card { margin-top: 2px; }
.module-grid-images__media { min-height: 260px; overflow: hidden;max-height: 300px;}
.module-grid-images__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.module-grid-images__content { display: flex; align-items: center; min-height: 260px; }

.module-grid-images__pattern { z-index: 0; object-fit: cover; object-position: center; /*opacity: .28; */pointer-events: none; }
.module-grid-images__cards .module-grid-images__card:nth-child(1) .module-grid-images__pattern {object-fit: contain; object-position: top left;max-height: 100px;}
.module-grid-images__cards .module-grid-images__card:nth-child(2) .module-grid-images__pattern {object-fit: contain; object-position: top left;max-height: 159px;}
.module-grid-images__cards .module-grid-images__card:nth-child(3) .module-grid-images__pattern {object-fit: contain; object-position: top left;max-height: 260px;}
.module-grid-images__cards .module-grid-images__card:nth-child(4) .module-grid-images__pattern {object-fit: contain; object-position: top left;max-height: 100px;}
.module-grid-images__icon img { display: block; width: auto; max-width: 36px; max-height: 36px; }

.module-grid-images__card-title { font-size: clamp(28px, 2vw, 32px); }
.module-grid-images__card-title p { margin-bottom: 0; }
.module-grid-images__card-text { font-size: clamp(18px, 1vw, 20px); font-weight: 300; }
.module-grid-images__card-text p:last-child { margin-bottom: 0; }
@media (max-width: 991.98px) {
.module-grid-images__cards .module-grid-images__card:nth-child(1) .module-grid-images__pattern{ max-height: 70px}
.module-grid-images__cards .module-grid-images__card:nth-child(2) .module-grid-images__pattern{ max-height: 80px}
.module-grid-images__cards .module-grid-images__card:nth-child(3) .module-grid-images__pattern{ max-height: 180px}
.module-grid-images__cards .module-grid-images__card:nth-child(4) .module-grid-images__pattern{ max-height: 60px}  
}
@media (max-width: 1199.98px) {
.module-grid-images__card .border-end-white { border-right: none}
}
/* =========================================================
   Sobre Nosotros · Tablet
   ========================================================= */

@media (max-width: 991.98px) {

.beneficios-directiva-raef .module-beneficios__items { grid-template-columns: repeat(2, minmax(0, 1fr)); }

}


/* =========================================================
   Sobre Nosotros · Mobile
   ========================================================= */

@media (max-width: 767.98px) {

.sobre-nosotros-mision-vision { min-height: 0; padding-top: 170px; background-color: #FFF; }
.sobre-nosotros-mision-vision__background { height: 300px !important; }
.sobre-nosotros-mision-vision__background img { object-position: top left; max-height: 200px; }
.sobre-nosotros-mision-vision__item { padding: 1.25rem; background-color: rgba(255,255,255,.88); }
    
.module-pasos-simples--sobre-nosotros .module-pasos-simples__image-wrap { min-height: 70px; justify-content: start; }
.module-pasos-simples--sobre-nosotros .module-pasos-simples__image { max-height: 70px; }
/* height img */
.module-pasos-simples--sobre-nosotros .col:nth-child(1) .module-pasos-simples__image-wrap img { max-height: 60px;}
.module-pasos-simples--sobre-nosotros .col:nth-child(3) .module-pasos-simples__image-wrap img { max-height: 65px;}
.module-pasos-simples--sobre-nosotros .col:nth-child(5) .module-pasos-simples__image-wrap img { max-height: 70px;}
    
.beneficios-directiva-raef .beneficios-module_title { margin-bottom: 2rem; }
.beneficios-directiva-raef .module-beneficios__items { /*grid-template-columns: 1fr; */row-gap: 1.5rem !important; }
.sobre-nosotros-impulsores__decor { width: 255%; }
.sobre-nosotros-impulsores__decor--bottom { bottom: 210px; }
.module-grid-images__media { min-height: 150px; max-height: 170px; }
.module-grid-images__content { min-height: auto; }

}

/***************************************************** Module novedades */
.btn-transparent { background: none; border: 0; padding: 0; color: #000000; font-size: 0.9rem; font-weight: 400; letter-spacing: 0.04em; text-transform: none; position: relative; display: inline-block; transition: color 0.25s ease; }
.btn-transparent::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 1px; background: var(--color-brand-muted); transition: width 0.25s ease; }
.btn-transparent:hover { color:var(--color-brand-muted); }
.btn-transparent:hover::after { width: 100%; }

/* =========================
   Module Destacados · Carousel
========================= */
._destacados-carousel { margin: 0 0 3rem 0; position: relative; }
._destacados-carousel.carousel { position: relative; padding-right: 2.5rem; padding-left: 2.5rem; }
._destacados-carousel .carousel-viewport {}
._destacados-carousel .carousel-track { display: flex; gap: 1.5rem; will-change: transform; transition: transform .6s cubic-bezier(.4,0,.2,1), opacity .35s ease; user-select: none; }
._destacados-carousel .carousel-track.dragging { transition: none !important; cursor: grabbing; }
._destacados-carousel .carousel-card { flex: 0 0 100%; width: 100%; }

@media (min-width: 992px) {
._destacados-carousel .carousel-card { flex: 0 0 calc((100% - 1.5rem) / 2); width: calc((100% - 1.5rem) / 2); }
}

@media (min-width: 1200px) {
._destacados-carousel .carousel-card { flex: 0 0 calc((100% - 3rem) / 3); width: calc((100% - 3rem) / 3); }
}

._destacados-carousel .carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 30; background: none; border: 0; padding: 0; width: 44px; height: 44px; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
._destacados-carousel.is-hover .carousel-btn { opacity: 1; pointer-events: auto; }
._destacados-carousel .carousel-btn.prev { left: -1rem; }
._destacados-carousel .carousel-btn.next { right: -1rem; }
._destacados-carousel .carousel-btn.arrow-circle { width: 44px; height: 44px; border-radius: 999px; background: var(--color-brand-muted); color: #fff; display: flex; align-items: center; justify-content: center; transition: background-color .3s ease; }
._destacados-carousel .carousel-btn.arrow-circle:hover { background: #5F6777; }

._destacados-carousel .carousel-dots { min-height: 10px; }
._destacados-carousel .carousel-dot { width: 10px; height: 10px; background: rgba(0,0,0,.18); transition: background-color .25s ease, transform .25s ease; }
._destacados-carousel .carousel-dot.is-active { background: rgba(0,0,0,.55); transform: scale(1.15); }

@media (max-width: 991.98px) {
._destacados-carousel.carousel {  padding: 0 3rem;  }
._destacados-carousel .carousel-btn { opacity: 1; pointer-events: auto; }
._destacados-carousel .carousel-btn.prev { left: .25rem; }
._destacados-carousel .carousel-btn.next { right: .25rem; }
}

@media (max-width: 575.98px) {
  ._destacados-carousel.carousel {  padding-right: calc(1rem - 1px);  padding-left: calc(1rem - 2px);  }
}
/* =========================
   Module Logos
========================= */
.modulo-logos { position: relative; overflow: hidden; }
.modulo-logos__eyebrow { font-size: .9rem; letter-spacing: .15em; }
.modulo-logos__title { font-size: .95rem; }
.modulo-logos__link { width: 100%; min-height: 76px; }
.modulo-logos__image { width: auto; max-width: 100%; height: auto; max-height: var(--logo-max-height, 100px); object-fit: contain; object-position: center; }

/* =========================
   Module Pensamientos · Preguntas frecuentes
========================= */
.modulo-pensamientos { position: relative; overflow: hidden; }
.pensamientos-head { position: relative; }
._pensamientos-carousel { position: relative; }
._pensamientos-carousel .carousel-viewport { overflow: hidden; padding-bottom: 10px;}
._pensamientos-carousel .carousel-track { gap: .5rem; will-change: transform; cursor: grab; user-select: none; touch-action: pan-y; transition: transform .6s cubic-bezier(.4,0,.2,1); }
._pensamientos-carousel .carousel-track.is-dragging { cursor: grabbing; }
._pensamientos-carousel .carousel-card { flex: 0 0 100%; min-width: 100%; }

._pensamientos-carousel .pensamientos-card { position: relative; width: 100%; min-height: 240px; border: 1px solid var(--color-brand-primary); background: #ffffff; color: var(--color-brand-text); cursor: pointer; transition: height .5s cubic-bezier(.4,0,.2,1), border-color .35s ease, box-shadow .35s ease, background-color .3s ease; }

._pensamientos-carousel .pensamientos-card.is-expanded { border-color: var(--color-brand-primary); box-shadow:0 1px 5px rgba(21,30,43,.5); }
._pensamientos-carousel .pensamientos-card .card-body { position: relative; width: 100%; min-height: 240px; height: 100%; color: var(--color-brand-text) !important; opacity: 1; transition: opacity .3s ease; }
._pensamientos-carousel .pensamientos-card:hover, ._pensamientos-carousel .pensamientos-card:focus-visible { border-color: var(--color-brand-accent); }
._pensamientos-carousel .pensamientos-card:hover .card-body, ._pensamientos-carousel .pensamientos-card:focus-visible .card-body { opacity: .78; }

.pensamientos-card__question { color: var(--color-brand-text); transition: padding-right .35s ease; }
.pensamientos-card__answer { font-size: clamp(14px, 1.5vw, 15px); line-height: 1.28; }
.pensamientos-card__answer-inner { min-height: 0; overflow: hidden; }
.pensamientos-card__answer-inner > :first-child { margin-top: 0; }
.pensamientos-card__answer-inner > :last-child { margin-bottom: 0; }
.modulo-pensamientos.is-js .pensamientos-card__answer { display: grid; grid-template-rows: 0fr; opacity: 0; margin-top: 0; transition: grid-template-rows .5s cubic-bezier(.4,0,.2,1), opacity .3s ease, margin-top .5s cubic-bezier(.4,0,.2,1); }
.modulo-pensamientos.is-js .pensamientos-card.is-expanded .pensamientos-card__answer { grid-template-rows: 1fr; opacity: 1; margin-top: .75rem; }
.modulo-pensamientos.is-js .pensamientos-card.is-static .pensamientos-card__answer { grid-template-rows: 1fr; opacity: 1; margin-top: .75rem; }
.pensamientos-card__expand { border: 0; background: transparent;font-size: clamp(14px, 1.5vw, 15px); font-weight: 500; line-height: 1; text-decoration: none; transition: color .25s ease, transform .25s ease, background-color .25s ease; }
.pensamientos-card__expand:hover { color: var(--color-brand-secondary) !important; }
.pensamientos-card__expand-open { display: inline-flex; align-items: center; }
.pensamientos-card__expand-close { display: none; line-height: 1; }
.pensamientos-card.is-expanded .pensamientos-card__expand { position: absolute; top: .75rem; right: .75rem; width: 32px; height: 32px; margin-top: 0 !important; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(56,156,255,.08); }
.pensamientos-card.is-expanded .pensamientos-card__expand-open { display: none; }
.pensamientos-card.is-expanded .pensamientos-card__expand-close { display: inline; }
.pensamientos-card.is-expanded .pensamientos-card__question { padding-right: 2rem; }
.carousel-dots .carousel-dot { width: 8px; height: 8px; background: #153D64; transition: background-color .25s ease, transform .25s ease; }
.carousel-dots .carousel-dot.is-active { background: var(--color-brand-accent); transform: scale(1.08); }

@media (min-width: 576px) {
._pensamientos-carousel .carousel-card { flex: 0 0 65%; min-width: 65%; }
}

@media (min-width: 768px) {
._pensamientos-carousel .carousel-card { flex: 0 0 48%; min-width: 48%; }
}

@media (min-width: 992px) {
._pensamientos-carousel .carousel-card { flex: 0 0 40%; min-width: 40%; }
}

@media (min-width: 1200px) {
._pensamientos-carousel .carousel-card { flex: 0 0 33%; min-width: 33%; }
}

@media (min-width: 1400px) {
._pensamientos-carousel .carousel-card { flex: 0 0 29%; min-width: 29%; }
}


/* =========================
   Module Single FAQ
========================= */
.mf-single-faq { position: relative; }
.mf-single-faq .container { position: relative; z-index: 2; }
.mf-faq__intro { max-width: 420px; }
.mf-faq__eyebrow { font-size: .75rem; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: #111827; }
.mf-faq__dot { width: 7px; height: 7px; min-width: 7px; border-radius: 50%; background-color: #111827; display: inline-block; }
.mf-faq__text { font-size: 1rem; line-height: 1.65; color: rgba(17, 17, 17, .80); }
.mf-faq__btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.6rem; border: 0; border-radius: 999px; background: #153D64; color: #111827; font-size: 3rem; font-weight: 500; text-decoration: none; box-shadow: none !important; transition: all .25s ease; }
.mf-faq__btn:hover { background: #153D64; color: #111827; }
.mf-faq__item { border-bottom: 1px solid rgba(17, 17, 17, .12); }
.mf-faq__item:first-child { border-top: 1px solid rgba(17, 17, 17, .12); }
.mf-faq__accordion .accordion-collapse { transition: height .38s ease, opacity .28s ease; }
.mf-faq__accordion .accordion-collapse .accordion-body { opacity: 0; transform: translateY(-6px); transition: opacity .25s ease, transform .25s ease; }
.mf-faq__accordion .accordion-collapse.show .accordion-body { opacity: 1; transform: translateY(0); }
.mf-faq__accordion .accordion-button { transition: background-color .25s ease, color .25s ease; }
.mf-faq__accordion .accordion-button::after { transition: transform .28s ease; }
.mf-faq__accordion .accordion-body {color: rgba(17, 17, 17, .80); }
.mf-faq__accordion .accordion-body p:last-child { margin-bottom: 0; }
.mf-faq__accordion  .accordion-button::after,.mf-faq__accordion  .accordion-button:not(.collapsed)::after { background-image: none !important; content: "\f077"; font-family: "Font Awesome 5 Pro"; font-weight: 400; font-size: 1.5rem; line-height: 1; width: auto; height: auto; display: flex; align-items: center; justify-content: center; color: #000; transform: rotate(180deg); transition: transform .28s ease; }
.mf-faq__accordion .accordion-button.collapsed::after { transform: rotate(0deg); }
.mf-faq__accordion .accordion-button:focus,.mf-faq__accordion .accordion-button:not(.collapsed) {box-shadow: none !important }
.mf-faq__accordion .accordion-button:not(.collapsed){color: rgba(17, 17, 17, .80);}
@media (max-width: 991.98px) {
  .mf-faq__intro { max-width: 100%; }
  .mf-faq__accordion .accordion-button { padding-right: 1.5rem; }

}

@media (max-width: 575.98px) {
  .mf-single-faq { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .mf-faq__btn { width: auto; }
  .mf-faq__accordion .accordion-button { padding-top: 1rem; padding-bottom: 1rem; }
}


/* ===============================
   Module Estructure
   =============================== */
.module-estructure {background: #2186E8; position: relative;}
.module-estructure::before {content: ""; position: absolute; width: 100%; height: 100px; background: white; bottom: 0;}
.estructure-card-link { color: inherit; }
.estructure-card-link:hover { color: inherit; }
.estructure-card-link:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 1rem; }

/* Masonry real SIN JS (CSS Columns) */
.estructure-grid { column-count: 2; column-gap: 1.5rem;}

/* Items */
.estructure-grid .grid-item { break-inside: avoid; /*margin-bottom: 1.5rem;*/}
/* Card */
.estructure-card {background-color: rgba(243, 243, 243, 0.17);border-radius: 4px;/*padding: 1.25rem;*/display: flex;flex-direction: column;margin-bottom: 1.5rem;}
/* Imagen */
.estructure-card .card-image img {width: 100%;height: auto; display: block;border-radius: 2px;}
.estructure-card .card-image { overflow: hidden;}
.estructure-card .card-image img { transition: transform 0.5s ease;}
.estructure-card:hover .card-image img { transform: scaleX(1.02) scaleY(1.02);}

.estructure-card .box{ position: absolute; height: 100%;}
/* Texto */
.estructure-card .card-text {font-size: clamp(30px, 1.5vw, 32px);padding-inline: 25px;align-items: center !important; display: flex; height: 100%;}
/* Botón abajo */
.estructure-card .card-action { margin-top: auto;}

/* ===============================
   Responsive
   =============================== */

@media (min-width: 1750px) { 	

}
@media (min-width: 1400px) { 	

}
@media (max-width: 1399.98px) { 	

}
@media (min-width: 1300px) { 	

}
@media (min-width: 1200px) { 

}
@media (max-width: 1199.98px) { 

    
}

@media (min-width:992px) { 

   
}

@media (max-width: 991.98px) { 

  .empresa-growth__items > div { flex-direction: column; align-items: center; justify-content: flex-start;}

}

@media (min-width: 768px){
 
}

@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (max-width: 767.98px) {

}

/* 2 columnas (576–767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {


}
@media (max-width: 575.98px) {
}

@media (max-width: 449.98px){
    
}

@media (max-width: 360.98px){
    
}
