:root{
    --parrafo-normal: 18px;
    --parrafo-big: 20px;
    --parrafo-sm: 14px;
    --heading: 60px;
    --heading-sm: 50px;
    --sub-heading: 44px;
    --heading-tree: 32px;
    --heading-four: 26px;
    --color-green-dark: #002E23;
    --color-green-700: #00281f;
    --color-white: #fff;
    --color-cream:#F3F6F9;
    --color-blue: #2ea3f2;
    --color-grey-100:#7D858B;
    --color-grey-500: #2F333B;
    --color-grey-200: #E7ECEF;
    --color-purple: #B081B9;
    --color-arena-500: #beb7a6;
    --color-arena-100: #EDE1CA;
    --color-cream: #FCF8EF;
    --font-warnock: 'Warnock Pro',serif;
    --font-inter:'Sofia Pro';
    --font-sofia:'Sofia Pro';
    --radius-md: 5px;
}
.text-arena-500{
    color: var(--color-arena-500) !important;
}
.grid-masonry .hover-scale:hover .bg-overlay{
    opacity: 0 !important;
}
.w-100-btn {
    width: calc(100% - 200px);
}
.w-100-btn p{
    line-height: 1.4 !important;
}
.top-0.start-0{
    z-index: 8;
}
.bg-overlay{
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 6;
        transition-duration: 0.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
/* hero eventos detalle */
 h1.display-6{
        font-size: var(--heading-tree) !important;
        font-family: serif !important;
        font-weight: normal !important;
 }
  .text-gold {
      color: var(--color-arena-500) !important;
  }
  .text-cream {
      color: var(--color-cream) !important;
  }
  .gtc-3.cream,
  .gtc-4.cream{
      color: var(--color-cream) !important;
    }

body .gtc-3.cream .item-card-help{
        transition-duration: 0.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
 
body .gtc-3.cream .item-card-help:hover{
    background: #beb9a9 !important
}
 

    /* body .gtc-3.cream .item-card-help  .text-hover{
        background: var(--color-arena-500) !important
    } */

/* body .gtc-3.cream .item-card-help:hover p,
body .gtc-3.cream .item-card-help:hover h4{
    color: black !important;
} */
body .gtc-3.cream .item-card-help,
    body .gtc-4.cream .item-card-help{
      border-color: rgba(255, 255, 255, 1) !important;

  }
  .height-100xd {
      height: calc(100vh - 20px);
  }
  .heroSwiper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
  }

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

  .hero_history {
      position: relative;
  }
 .bg-gold{
    background-color: var(--color-arena-500) !important;
 }
 .bg-cream{
    background-color: var(--color-cream) !important;
 }
 /* Titulos principales & Hero (eventos, no ministries)*/
 h2.title_geeral_section,
 .bg-green-dark h2.title_geeral_section,
 .like-evnt,
 h4.display-6,
section.hero_history h2,
section.height-60.hero-section h2{
    font-size: var(--heading-sm) !important;
    font-family: var(--font-sofia) !important;
    font-weight: 600 !important;
}
/* Hero (no parallax / ministries) */
h1.title_hero,
h1.h1b{
    font-family: var(--font-sofia) !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    font-size: 80px !important;
    line-height: 1 !important;
}
/* Parallax */
.hero_menbers-h.height-70 h1,
.title_parallax,
h1.title_parallax{
    font-family: var(--font-sofia) !important;
    font-weight: normal !important;
    font-size: 30px !important;
    margin-bottom: 10px !important;
    line-height: 1 !important;
    font-weight: bold !important;
}






















p{font-size: 16px;}
.title_hero{
    text-transform: capitalize !important;
}
@keyframes fadeInRightShort {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0); /* menor recorrido */
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownShort {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpShort {
  animation-name: fadeInUpShort;
}

.fadeInDownShort {
  animation-name: fadeInDownShort;
}

.fadeInLeftShort {
  animation-name: fadeInLeftShort;
}


.fadeInRightShort {
  animation-name: fadeInRightShort;
}

.height-100{
    min-height: 100vh;
}
html {
    overflow-x: hidden;
}
.heading-tree{
    font-size: var(--heading-tree)!important;
}
.heading-four{
    font-size: var(--heading-four)!important;
}
.height-85{
    min-height: 85vh;
}
.fw-600{
    font-weight: 600!important;
}
.fz-28{
    font-size: 28px!important;
}
.tcg-100_{
    color: var(--color-grey-100);
}
.tcw-300_{
    color: var(--color-cream);
}
.bcw-300_{
    background-color: var(--color-cream);
}

.tcn-500_{
    color: var(--color-grey-500);
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.cursor-p{
    cursor: pointer;
}
a.tcw_:hover{
    color:var(--color-white);
}
.mw-60 {
    max-width: 60%;
}
.height-10{
    height: 10vh;
}
.height-15{
    min-height: 15vh; 
}
.height-40{
    min-height: 40vh; 
}
.height-45{
    min-height: 45vh; 
}
.height-30{
    min-height: 30vh; 
}
.height-60{
    min-height: 60vh; 
}
.height-70{
    min-height: 70vh; 
}
.height-80{
    min-height: 80vh; 
}
.height-90{
    min-height: 90vh!important; 
}
.fs_ {
    /* font-family: var(--font-inter) !important; */
    font-family: var(--font-sofia) !important;
}
.inter {
    font-family: var(--font-inter) !important;
}
.fw_{
    font-family: var(--font-warnock)!important;
}
.tcw_{
    color: var(--color-white)!important;
}
.pt-40{
    padding-top: 40px !important
}
.fs_.short_description_event{
    font-size: 16px !important;
}
.fz-22{
    font-size: 22px!important;
}
.ttu_{
    text-transform: uppercase;
}
.mb-24{
    margin-bottom: 24px!important;
}
.mb-40{
    margin-bottom: 40px!important;
}
.mb-30{
    margin-bottom: 30px!important;
}
.h-tdu:hover, .tdu, .tdu:hover{
    text-decoration:underline;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.mb-10{
    margin-bottom: 10px!important;
}
.mb-48{
     margin-bottom: 48px!important;
}
.mb-60{
    margin-bottom: 60px!important;
}
.tcg_{
    color: var( --color-green-dark)!important;
}
.tcg_ a{
    color: var( --color-green-dark)!important;
}
.fw-300{
    font-weight: 300!important;
}
.fw-900{
    font-weight: 900!important;
}
.fw-800{
    font-weight: 800!important;
}
.fw-100{
    font-weight: 100!important;
}
.mb-100{
    margin-bottom: 100px!important;
}
.mt-20{
    margin-top: 20px!important;
}
.mt-60{
    margin-top: 60px;
}
.mt-80{
    margin-top: 80px;
}
/* .card_block_img_text:hover .hyperlink:after,
.card_block_img_text:hover .hyperlink:before{
    background-color: white !important;
} */
.bgg_ {
    background-color: var( --color-green-dark) !important;
}
.box_profile_staff .arrown--on--hover  {
    bottom: 20px;
}
.box_profile_staff p{
    padding-right: 90px !important;
}
.box_profile_staff a div {
    overflow: hidden;
    position: relative;
    display: block;
}
.box_profile_staff:hover a div> img{
transform: scale(1.1);
}
.box_profile_staff .arrown--on--hover img {
    width: 20px;
}
.box_profile_staff:hover *{
    color: white !important;
}
/* .box_profile_staff:hover .arrown--on--hover:before {
    width: 50px;
    height: 2px;
} */
.box_profile_staff:hover .arrown--on--hover
 {
    transform: translateX(0px);
}
.box_profile_staff:hover{
    background-color: var(--color-green-dark) ;
}
header.header_main {
    padding: 20px 2%;
    min-height: 100px;
    z-index: 9;
    position: relative;
    border: 0.5px solid transparent;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    top: 10px;
    width: calc(100% - 20px);
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    z-index: 99999;
}
 
.header-spacer {
    display: none;
    /* height: 100px; */
}

.header-spacer.active {
    /* display: block; */
}
/* header.header_main.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-green-dark);
    border-bottom: 0.5px solid var(--color-cream);
    z-index: 999;
    opacity: 1;
} */
header.header_main.sticky-fade-out {
    opacity: 0;
}
header a.logo {
    width: 120px;
}
.header-dark .logo_black{
    display: block!important;
}
button .logo_white,
.header-dark .logo_white{
    display: none;
}
header.sticky button .logo_white,
header.sticky .logo_white{
    display: block !important; 
}
header.sticky button .logo_black,
header.sticky .logo_black{
    display: none!important;
}
/* Estilo del botón hamburguesa */
.hamburger-menu-btn {
    background: none;
    border: none;
    outline: none;
    display: flex!important;
    flex-direction: column;
    justify-content: space-around;
    height: 24px;
    width: 35px;
    cursor: pointer;
}

.hamburger-menu-btn span {
    background-color: var(--color-white);
    height: 3px;
    width: 100%;
    border-radius: 2px;
}

.header-dark .hamburger-menu-btn span{
    background-color: var( --color-green-dark);
}
.header-dark header.header_main.is-sticky .hamburger-menu-btn span{
     background-color: var(--color-white);
}
/* Menú desplegable */
.menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100%;
    background-color: var(--color-arena-500);
    display: flex;
    align-items: start;
    justify-content: center;
    transition: right 1.2s ease-in-out, opacity 0.7s ease-in-out;
    z-index: 9999;
    padding: 100px 50px 80px 50px;
    overflow-y: scroll!important;
    opacity: 0;
}

.menu-overlay.show {
    right: 0;
    opacity: 1;
}

.menu-content {
    width: 100%;
    max-width: 400px;
    padding: 0px;
    text-align: left;
}
.close-menu {
    position: absolute;
    top: 40px;
    right: 37px;
    background: none;
    border: none;
    font-size: 44px;
    cursor: pointer;
    font-weight: 300;
}
form.menu-search {
    display: flex;
    align-items: center;
}
.menu-search {
    margin-bottom: 90px;
}

.menu-search input {
    width: calc(100% - 60px);
    margin-right: 10px;
    display: inline-block;
    margin: 0 !important;
    height: 40px;
    background: transparent;
    border: 1px solid var(--color-white);
    color: var( --color-green-dark)!important;
    border-radius: 0;
    border-right: none;
}
.menu-search input::placeholder{
    color: var( --color-green-dark);
}
.menu-search input:focus {
    border: 1px solid #fff !important;
    background: transparent;
}
form.menu-search button {
    background: var(--color-white);
    border: 1px solid var(--color-white);
    height: 40px;
    padding: 10px 10px;
    line-height: 1;
    color: var( --color-green-dark);
}

.menu-items ul {
    list-style: none;
    padding: 0;
}

.menu-items ul li {
    margin-bottom: 15px;
}
.fin_next_step_form{
    color: var( --color-green-dark) !important;
    transition: color 300ms ease 0ms;
    font-size: 28px;
    font-weight: 700;
}

.menu-items ul li a {
    text-decoration: none;
    font-family:  var(--font-sofia) !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 26px;
    color: var( --color-green-dark) !important;
    transition: color 300ms ease 0ms;
}
.menu-items ul li a:hover,
.fin_next_step_form:hover{
    text-decoration: underline solid 1px;
    color: var( --color-green-dark)da !important;
    cursor: pointer;
}
/** css submenu **/
.menu-items ul li .submenu {
    display: none;
    margin-top: 10px;
    padding-left: 20px;
    list-style: none;
}

.menu-items ul li .submenu li {
    margin-bottom: 5px;
}

.menu-items ul li .submenu li a {
    font-size: 16px;
    color: #004085;
    text-decoration: none;
}

.menu-items ul li .submenu li a:hover {
    color: var( --color-green-dark);
}

/* Estilo para el icono del submenú */
.menu-items ul li.has-submenu > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.menu-items ul li.has-submenu > a::after {
    content: '\25BC'; /* Flecha hacia abajo */
    font-size: 12px;
    margin-left: 10px;
    transition: transform 0.3s;
}

.menu-items ul li.has-submenu.open > a::after {
    transform: rotate(180deg);
}

.menu-socials a:last-child {
    margin: 0;
}
.menu-socials a {
    margin-right: 10px;
    font-size: 22px;
    color: var(--color-white);
}
.menu-socials {
    margin-top: 80px;
}

/* HERO HOME*/
.hero_home {
    height: 80vh;
    margin-top: -100px !important;
    padding-top: 100px;
    overflow: hidden;
}
.hero_home .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
/* .overlay-x2:before{
    content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.6) url(../images/ptn2.png);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
}
.overlay-x:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2) url(../images/ptn2.png);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.overlay-x2,
.overlay-x {
    position: relative;
}
.message_hero_home {
    color: var( --color-green-dark);
    font-weight: 700;
    line-height: 1.2;
    font-size: var(--heading-four);
    font-style: normal;
   
    margin-bottom: 10px;
}
.title_hero {
    font-size: var(--heading-four);
    font-weight: 300;
    color: var(--color-white);
    margin-bottom: 5px;
    line-height: 1;
    font-weight: bold;
}
.title_hero.xs_size {
    font-size:var(--heading);
    font-weight: bold;
    line-height: 1.2;
}
img.barra_hero {
    width: 120px;
    position: absolute;
    bottom: -7px;
    left: 50px;
    will-change: transform;
    transition: transform 0.1s linear;
}
.barra-green-hero {
    max-width: 100%;
    margin: 0;
    padding: 50px;
    background-color: var( --color-green-dark) !important;
    position: relative;
    overflow: visible;
}
.box_hero_bottom {
    max-width: 310px;
    padding: 30px;
    background-color: var(--color-arena-100);
    border-color: var(--color-arena-100);
    min-height: 200px;
    z-index: 6;
    position: absolute;
    top: -170px;
    right: 20%;
}
.want-to-help-home {
    overflow: visible;
    padding: 80px 20px 40px 20px;
}

.title_geeral_section {
    font-size: var(--sub-heading);
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.christmas-section {
    max-width: 100%;
    padding: 80px 20px;
}
section{
    padding: 90px 20px;
}
.container_xl {
    max-width: 90%;
    margin: auto;
}
p.text-chritmas {
    text-transform: none;
    font-size: var(--parrafo-normal);
    color: var(--color-white);
    font-weight: 700;
    line-height: 134%;
    margin:  0 0 12px 0;
}
img.logo-chritmas-home {
    width: 90%;
}
footer p{
    font-size: 14px !important;
    line-height: 1.2 !important;
}
.conten_grid_help .descripcion_general {
    font-size: 18px !important;
    line-height: 1.5 !important;
}
body p,
.descripcion_general {
    font-size: 18.5px !important;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 0px;
}
img.image_arrow_down {
    position: absolute;
    right: 40px;
    top: -50px;
    height: 100%;
    transition: transform 0.1s linear;
    will-change: transform;
    z-index: 9;
}
.next-step-ready{
    background-color: var( --color-green-dark);
    padding: 80px 20px;
}
.title_card_step {
    font-size: var(--heading-four);
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 30px;
}
.grid_steps_home {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.card_step {
    margin: auto;
    box-sizing: border-box;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    height: 100%;
    border-top-color: var( --color-green-dark);
    padding: 60px;
}
body .fz-20{
    font-size: 20px !important;
}
.card_step.card1_,
.card_step.card3_{
    border-image-source: linear-gradient(to left, #3af38d 25%, #00a6e5 100%);
}
.card_step.card2_{
    border-image-source: linear-gradient(to left, #00a6e5 25%, #3af38d 100%);
}
p.btn_general {
    margin: 0;
    line-height: 1;
    font-size: 14px;
    display: flex;
}

p.btn_general>span,
p.btn_general a {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 2px solid var(--color-white);
    font-weight: 600;
    padding: 12px 36px;
    color: white !important;
    border-radius: 4px;
    font-size: var(--parrafo-normal);
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    transition: border-radius 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: .5px; 
}
p.btn_general .text-normal {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
}

p.btn_general .text-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 150%);
    color: var(--color-green-dark);
    white-space: normal;
    z-index: 3;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    padding: 12px 0px;
}

p.btn_general a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: -1;
}
p.btn_general a:hover::before {
    transform: translateY(0);
}
p.btn_general a:hover .text-hover {
    transform: translate(-50%, -50%);
    opacity: 1;
}
p.btn_general a:hover .text-normal {
    opacity: 0;
}
.hero_home p.btn_general a{
    font-weight: 400;
}
 
.btn_general.btn-bg-g a{
    background-color: var( --color-green-dark);
    border-color: var( --color-green-dark);
}
p.btn_general.btn-bg-w .text-hover {
    color: var(--color-green-dark);
}
.btn_general.btn-bg-w span,
.btn_general.btn-bg-w a{
    background-color: var( --color-white)!important;
    border-color: var( --color-white);
    color: var(--color-green-dark)!important;
}
p.btn_general.btn-bg-w span::before,
p.btn_general.btn-bg-w a::before {
    background-color: var( --color-cream);
}
.btn_general.btn-bg-p a{
    background-color: var(--color-purple);
    border-color: var(--color-purple);
    color: var(--color-white);
}
.tabs_links_ .btn_general.btn-bg-p a{
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.tabs_links_ .btn_general.btn-bg-p a:hover{
    opacity: .8;
}

p.btn_general.btn_border_ a{
    background-color: transparent;
    border:1px solid var(--color-white);
}
.title_setion_ccc {
    font-size: var(--sub-heading);
    margin-bottom: 12px;
    line-height: 1;
}
.main-footer {
    background-color: var(--color-arena-500) !important;
    padding:70px 20px 40px 20px;
}
ul.menu_footer li p a {
    text-decoration: none;
    color: var(--color-white);
}
ul.menu_footer li p a:hover{
    text-decoration: underline;
    cursor: pointer;
}
ul.menu_footer li p {
    margin: 0 0 12px 0;
    line-height: 16px;
    font-weight: 300;
    font-size: var(--parrafo-sm);
}
ul.menu_footer {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.list_social_icons li svg path {
    fill: var(--color-white);
}
ul.list_social_icons li svg {
    height: 22px;
}
ul.list_social_icons {
    list-style: none;
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 0;
        margin: 0;
        justify-content: end;
}
hr.barra_footer {
    height: 1px;
        background: var(--color-white);
        width: 100%;
        border: none;
        margin: 0 0 30px 0;
        opacity: .3;
}
hr.w{border-color: white !important;background-color: white !important;}
.disclaimer_footer a {
    color: var(--color-white);
    text-decoration: underline;
}
.disclaimer_footer {
    margin: 0;
    font-size: 14px !important
}

 
.hero_services {
    margin-top: -100px;
    padding: 100px 20px 52px 20px;
}
section.box-services {
    padding: 90px 20px;
    background-color: var(--color-cream);
}
hr.top-border-service {
    background: var( --color-green-dark);
    height: 1px;
    border: none;
    width: 100%;
    margin: 0 0 20px 0;
}
.sutitle_service_ {
    font-size: var(--parrafo-big);
    line-height: 1.3;
    margin: 0 0 12px 0;
    font-weight: 700;
}
img.cover_seervice_page {
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.contenido_card_image_content {
    padding: 30px 30px;
    min-height: 216px; 
}

.contenido_card_image_content.wbg {
    padding: 30px 30px;
    min-height: 216px;
    background: transparent;
}
#accordeon_jobs .accordion-button{
    background: #FFFDF7;
}
hr.top-border-service.separate_ {
    margin: 50px 14px;
}
.card_block_img_text {
    flex-grow: 1;
    border: 1px solid #E7ECEF;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}
.row.equal-height > .col-equal-height {
    display: flex;
    flex-direction: column;
}
.separate_x2 {
    margin: 80px 14px;
}
.live_stream {
    background-color: var(--color-green-dark);
    padding: 90px 20px;
}
.title_grid_two {
    font-size: var(--parrafo-big);
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}
.date_event_grid_two {
    font-weight: 700;
    font-size: var(--sub-heading);
    line-height: 52px;
    margin: 0 0 12px 0;
}
p.descripcion_general.tcg_ a {
    color: var( --color-green-dark);
}
.grid_two_colum {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    justify-content: space-between;
    border: none;
    padding: 48px 80px;
    background: var(--color-green-700);
    border-radius: 5px;
}
.contenido_grid_two {
    width: 50%;
}
.image_grid_two {
    width: 50%;
}
.video_temp {
    background: var( --color-green-dark);
    height: 210px;
}
.date_event_datail {
    font-size: var(--heading-four);
    font-weight: 600;
}
.box_data_event_aditional {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 48px;
    border: 1px solid var(--color-green-dark);
    padding: 40px;
    border-radius: 5px;
}
.title_detail_col {
    font-size: var(--heading-four);
    margin-bottom: 12px;
    line-height: 36px;
    font-weight: bold;
}
/* Estilos del modal */

.custom-modal {
    display: none; /* Oculto por defecto */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro */
}
#typeformModal_header{
    z-index: 9999;
}

/* Contenido del modal */
.custom-modal-content {
    position: relative;
    margin: 5% auto;
    padding: 20px;
    width: 80%;
    height: 80%;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}

/* Botón de cierre */
.custom-modal-close, .custom-modal-close-header {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
    font-weight: bold;
    color: black;
    cursor: pointer;
}
/*****  ABOUT US PAGE *****/
img.barra-hero-about {
    bottom: -50px;
    width: 200px;
    right: -50px;
    will-change: transform;
    transition: transform 0.3s linear;
}
img.cover-hero-about {
    width: 100%;
}
.hero_about {
    background-color: var( --color-green-dark);
    margin-top: -100px;
    padding-top: 120px;
    overflow: visible;
    padding-bottom: 52px;
}
.subtile_mandate {
    margin: 0;
    font-size: var(--heading-four);
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--color-grey-500);
    line-height:30px;
}
hr.separate_about {
    background: var(--color-green-dark);
    border: none;
    height: 1px;
    margin: 48px 0;
}
.title-card-new{
    color: var(--color-green-dark);
    font-size: var(--heading-tree);
    font-weight: 700;
    line-height: 36px; 
    margin-bottom: 12px;
}
.btn_general.btn-br-g a{
    border: 1px solid var( --color-green-dark)!important;
    color:var( --color-green-dark)!important;
    background: transparent;
}
p.btn_general.btn-br-g a::before{
    background-color:var(--color-green-dark)!important;
}
.btn_general.btn-br-g .text-hover{
    color: var(--color-white)!important;
}

.btn_general.btn-br-w a{
    border: 1px solid var(--color-white)!important;
    color:var(--color-white)!important;
    background: transparent;
}
.btn_general.btn-br-b a{
    border: 1px solid var(--color-blue)!important;
    color:var(--color-blue)!important;
    background: transparent;
    border-width: 1px;
}
.Our-Mandate{
    background-color: #fff;
    padding: 90px 20px;
}
.Our-Mandate .title_hero {
    font-size: var(--heading);
    margin-bottom: 40px;
}

.goals_list {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 300;
}
.subtitle_fundacion {
        font-weight: 700;
    font-size: var(--sub-heading);
    text-transform: uppercase;
    line-height: 52px;
    margin: 0 0 12px 0;
    color: var(--color-green-dark);
}
.sub-text-tree {
    font-size: var(--heading-tree);
    line-height: 32px;
    margin-bottom: 12px;
}
.strutural_doctrines .item_fundation {
    border: none;
    padding: 48px 80px;
    background: var(--color-green-700);
    border-radius: 5px;
}
.strutural_doctrines .grid_data_fundation.one_colums_{
    gap: 24px;
    border-radius: 5px;
}
img.barra_subtitle {
    width: 100%;
    height: 20px;
    margin-bottom: 40px;
}
.container_limite_barra {
    max-width: max-content;
}
.title_item_fundation {
    font-size: var(--heading-four);
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}
.grid_data_fundation {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.grid_data_fundation.one_colums_ {
    grid-template-columns: 1fr;
}
.item_fundation {
    border: 1px solid;
    border-image-source: linear-gradient(to left, #3af38d 25%, #00a6e5 100%);
    border-image-slice: 1;
    border-width: 1px;
    border-top-color: var(--color-green-dark);
    box-sizing: border-box;
    padding: 60px;
}
.item_fundation:nth-child(eveen){
    background-color: red;
}

/******** GIVE PAGE  *******/
.hero_give {
    background-color: var(--color-white);
    margin-top: -100px;
    padding-top: 120px;
}
img.svg-hero-give {
    position: absolute;
    width: 150px;
    top: 0;
    right: 40px;
    z-index: 1;
}
.extra-z{
    position: relative;
    z-index: 4;
}
.Why-give {
    background-color: var(--color-green-dark) ;
    padding: 90px 20px;
}
img.cover-why-give {
    width: 90%;
}
img.barra-why-give {
    bottom: -100px;
    left: 40%;
    width: 12px;
}
.money-give {
    padding: 8% 20px 5% 20px;
}
.year-review-give{
    padding: 90px 20px;
    background-color: var(--color-green-dark);
}
/***** HUB PAGE *****/
.hero_hub{
    background-color: var(--color-green-dark);
    margin-top: -100px;
    padding-top: 140px;
}
.padding-calendar-full-w{
    padding:  90px 3% 90px 15%;
}
.item-grid-botones svg {
    width: 32px;
    height: 32px;
}
.calendar_acciones {
    position: relative;
    overflow-x: hidden;
    padding: 90px 0 !important;
}
/* Fondo de la columna derecha */
.calendar-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 90px 3%;
}

/* Asegura que el contenido principal quede por encima */
.calendar_acciones .container {
    position: relative;
    z-index: 1;
}
.grid-botones-hub {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px !important;
}
.grid-one-colums{
    grid-template-columns: 1fr!important;
}
.grid-botones-hub.grid-one-colums .item-grid-botones{
    margin-bottom: 0;
}
.item-grid-botones {
    gap: 10px;
    text-align: left;
    padding: 15px 20px 15px 30px;
    font-weight: 400;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin-bottom: 12px;
    color: #4B4F57;
    background: var(--color-white);
    border-radius: 5px;
    line-height: 1;
}
.item-grid-botones:hover * {
    /* fill: #fff !important; */
    stroke: #fff !important;
    color: #fff !important;
}
.item-grid-botones:hover {
    color: #fff !important;
    background-color: var(--color-green-dark);
}
.title_calendar_widget {
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--heading-tree);
    line-height: 1.2;
    margin: 0;
}
.list-calendar-widget {
    list-style: none;
    padding: 0;
    margin: 20px 0 40px 0;
}
.list-calendar-widget .item-list-event a:hover {
    background-color: var(--color-cream);
    transform: translateX(10px);
}
.list-calendar-widget .item-list-event a:hover *{
    color: white !important;
}
.list-calendar-widget .item-list-event a{
    text-decoration: none !important;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    gap: 10px;
    margin: 0;
    background: var(--color-cream);
    border-radius: 5px;
}
    .list-calendar-widget .item-list-event {
    margin-bottom: 10px;
}
/* .list-calendar-widget .item-list-event:last-child {
    border-bottom: 1px solid var( --color-green-dark);
} */
.date_calendar-widjet {
    width: 50px;
}
p.label-mes {
    margin: 0;
    text-align: center;
    font-size: var(--parrafo-sm);
    font-weight: 300;
}
p.label-day {
    font-weight: bold;
    font-size: var(--parrafo-big);
    text-align: center;
    margin: 0;
}
.name-evet-calendar-widjet {
    font-size: var(--parrafo-big);
    margin: 0;
    line-height: 1.2;
    font-weight: 300;
}
p.hora-or-date-event {
    font-size: var(--parrafo-sm);
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
}
p.hora-or-date-event svg {
    stroke: var( --color-green-dark);
}
.mt-10{
    margin-top: 10px !important;
}
/*menbers H PAGE*/
.hero_menbers-h {
    padding: 120px 20px 52px 20px;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-hero-menbersh {
    max-width: 530px;
    background-color: #FBF9EF;
    padding: 40px;
}
.accordion-body p a {
    color: var(--color-white);
}
.accordion-body p.btn_general {
    margin: 16px 0;
    line-height: 1;
}
.box-hero-menbersh .descripcion_general {
    font-size: var(--parrafo-normal);
    margin-bottom: 10px;
}

.box-hero-menbersh  .title_hero {
    font-size: var(--heading);
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
}
/* .accordion-body p.btn_general a {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
} */
.gradient-hero-menber {
    bottom: -20px;
    right: -40px;
    width: 85px;
}
.accordeon-members {
    background: var( --color-green-dark);
    padding: 90px 20px;
}
/* Custom Styles for Accordion */
.custom-accordion .accordion-header {
    font-weight: bold;
    background-color: transparent;
    color: var(--color-white);
    padding: 0;
    cursor: pointer;
    border: none;
}
.custom-accordion .accordion-header:hover {
    background-color: transparent;
}
.custom-accordion .accordion-item:hover,
.custom-accordion .accordion-item.active{
    background-color: var(--color-green-dark);
}
.custom-accordion .accordion-item {
    border: 0;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
.collapsing {
    transition: height 1s ease !important;
}
.custom-accordion .accordion-button {
    color: var(--color-white);
    font-size: var(--heading-tree);
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0 !important;
    line-height: 1;
    font-weight: 300;
}
.custom-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--color-white);
}
.custom-accordion .accordion-body {
    background-color: transparent;
    color: var(--color-white);
    padding: 24px 0 24px 0;
    border: none;
}
.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    display: none; /* Disable the default Bootstrap arrow */
}

.accordion-button svg {
    margin-left: auto; /* Push the arrow to the right */
    transition: transform 0.3s ease;
}
.accordion-body p.descripcion_general.mb-40 {
    margin-bottom: 18px !important;
}
.accordion-body p.descripcion_general.mb-10 {
    margin-bottom: 0 !important;
}

.accordion-button[aria-expanded="true"] svg {
    transform: rotate(180deg); /* Rotate the arrow when expanded */
}
.find-help-menbers{
    padding: 90px 20px;
    background-color: var(--color-cream);
}
.title-help-menbers {
    font-size: var(--sub-heading);
    font-weight: 700;
    margin: 0 0 12px 0;
    text-transform: capitalize;
    line-height: 50px;
}
.grid-help{
    display: grid;
    gap: 15px;
}
.gtc-5{
    grid-template-columns: repeat(5,1fr);
}
.gtc-4{
    grid-template-columns: repeat(4,1fr);
}
.gtc-3{
    grid-template-columns: repeat(3,1fr);
}
.gtc-2{
    grid-template-columns: repeat(2,1fr);
}
.gtc-1{
    grid-template-columns: repeat(1,1fr);
}
hr.ccc {
    background-color: #ccc !important;
    opacity: 1 !important;
}
hr.gr {
    background-color: #1F5C48 !important;
    opacity: 1 !important;
}
.item-card-help{
    padding: 40px 25px;
    min-height: 350px;
    border: 1px solid #1F5C48 !important;
    /* border-bottom-color: var(--color-green-dark); */
    box-sizing: border-box;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    background-color: transparent;

}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
/* .item-card-help:nth-child(odd) {
    border-image-source: linear-gradient(to left, #3af38d 25%, #00a6e5 100%);
}
.item-card-help:nth-child(even){
    border-image-source: linear-gradient(to left, #00a6e5 25%, #3af38d 100%);
} */
.title_item-help {
    line-height: 34px;
    font-size: var(--heading-four);
    margin: 0 0 12px 0;
}
.vertical-align{
    position: relative;
        top: 50%;
        transform: translateY(-50%);
}
.not-hover-video a:hover video{
    opacity: 0 !important;
}
body section.hero-section{
    padding-bottom: 52px !important;
}
.hyperlinkx:hover{
    color: var(--color-arena-500) !important;
}
.hyperlinkx{
    text-decoration: underline !important;
}
.pt-380 {
    padding-top: 65vh !important;
    padding-bottom: 60px !important
}
.pt-280 {
    padding-top: 280px !important;
    padding-bottom: 70px
}
.mb-15{
    margin-bottom: 15px;
}
img.image_calendar-members {
    width: 100%;
    padding-right: 40px;
}
.bg-green-dark{
    background-color: var( --color-green-dark);
}
.bg-arena-100{
    background-color: var(--color-arena-100);
}
.inviting-mens{
    padding: 90px 20px;
}
.inviting-mens .title_hero {
    font-size: 43px;
}
.box_inner_image {
    border-top-color: var(--color-green-dark);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 90px;
}
.section-box-intern-text {
    position: relative;
    padding: 90px 20px;
    background-color: var(--color-white);
    overflow: hidden;
}

.section-box-intern-text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%; 
    background-color: var(--color-green-dark); 
    z-index: 0;
}
.title_inner_box{
    font-size: var(--sub-heading);
    line-height: 50px;
}
.section-box-intern-text .container{
    z-index: 1;
}
/***** EVENTS PAGE *******/
.events-general .search-container {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
    border: 1px solid var(--color-arena-500);
    padding:11px 24px 11px 40px;
    position: relative;
}
.search-container input, .search-container input::placeholder {
    color: var( --color-green-dark);
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
svg.search-icon_ {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    right: auto;
    width: 16px;
    overflow: hidden;
}
.events-general .search-container button.btn-dark {
    color: var(--color-white);
    font-weight: 700;
    text-transform: uppercase;
    background-color: var( --color-green-dark);
    border-radius: 4px;
    transition: border-radius 300ms ease;
    font-family:  var(--font-sofia);
}
button#toggle-filters {
    color: var( --color-green-dark);
    font-family:  var(--font-sofia);
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    transition: none;
}
button#toggle-filters:hover, button#toggle-filters:active, button#toggle-filters:focus, button#toggle-filters:focus-visible {
    opacity: 0.8;
    background: transparent;
    border: none;
    appearance: none;
}
.box_filter_event{
    position: relative;
    align-items: center;
    display: flex;
    gap: 10px;
}
.filters-container .btn:hover {
    background: transparent;
    border-radius: 30px;
}
.filters-container .btn {
    border-radius: 4px;
    font-size: var(--parrafo-sm);
    font-weight: 400;
    padding: 12px 40px;
    line-height: 1;
    border: 1px solid var(--color-green-dark) !important;
    color: var(--color-green-dark) !important;
    background: transparent;

}
.icon-filter_ {
    flex: none;
    height: 11px;
    width: 11px;
    overflow: hidden;
    color: var( --color-green-dark);
}
.events-general .filters-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}
.name_checkbox_filter {
    font-weight: 300;
    color: var( --color-green-dark);
    font-size: 14px;
    margin: 0;
}
.checkbox_filter {
    width: 20px;
    height: 20px;
    margin: 0;
}
.item_menu_filters {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
    gap: 10px;
}
span#current-date {
    color: var( --color-green-dark);
    font-size: var(--heading-tree);
    font-weight: 400;
}
.events-general .filters-container.hidden {
    display: none;
}

.events-general .dropdown-menu {
    padding: 15px;
    width: 200px;
}

.events-general .date-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.events-general .switch-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.events-general .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.events-general .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.events-general .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.events-general .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.events-general input:checked + .slider {
    background-color: #28a745;
}

.events-general input:checked + .slider:before {
    transform: translateX(20px);
}

.events-general .event-item {
    padding: 40px;
    display: flex;
    gap: 60px;
    background-color: #FFFCF5;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;

}
.name_event_ a:hover {
    outline: 0;
    text-decoration: none;
    border-bottom: 1px solid var( --color-green-dark);
}
.name_event_ a {
    color: var( --color-green-dark);
}
.name_event_ {
    font-weight: bold;
    font-size: 26px !important;
    margin-bottom: 10px;
    color: var(--color-green-dark) !important;
}
p.day_event_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: var( --color-green-dark);
    font-size: var(--heading-tree);
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
}
span.text_day {
    color: var(--color-green-dark);
    font-size: var(--parrafo-sm);
    font-weight: 500;
}
.events-general .event-item:hover {
    background: var(--color-green-dark)
}
.events-general .event-item:hover .name_event_{
    color: white !important;
}
.col_content_date{
    padding-right: 240px;
}
.events-general .event-item:hover .col_date_event *,
.events-general .event-item:hover .col_content_date *{
    color: white
}
.day_full_event_,.location_event_, .short_description_event {
    color: var( --color-green-dark);
    font-size: var(--parrafo-normal);
    margin: 0 0 10px 0;
    font-weight: 400;
}
.boton_event_lineal a {
    color: var( --color-green-dark);
}
.boton_event_lineal a:hover {
    border-bottom: 1px solid var( --color-green-dark);
    text-decoration: none;
}
.boton_event_lineal {
    color: var(--color-green-dark);
    font-size: var(--parrafo-normal);
    margin: 0 0 10px 0;
    font-weight: 700;
    transition: border .2s linear;
}
.div.mes_items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}
a#next-date:hover, #prev-date:hover {
    opacity: 1;
}
a#next-date, #prev-date {
    color: var( --color-green-dark);
    font-size: 26px;
    font-weight: 600;
    font-family:  var(--font-sofia);
    opacity: .6;
    transition: opacity .5s ease-in-out;
}
span.mes_iten_text {
    color: var( --color-green-dark);
    font-size: var(--parrafo-sm);
    font-weight: 400;
    width: 90px;
}
hr.line_mes {
    width: 100%;
    margin: 0;
}
/***** OUR GOALS *****/
.grid-two-colum-full {
    min-height: 100vh;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: #FBF9EF;
}
.colum_image_full_ {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.colum_text_full_ {
    padding: 10vw;
}
.title_goals_ {

    font-size: var(--sub-heading);
    line-height: 1.2;
}
h4.title_item-help{
    text-transform: capitalize !important;
}
.hero_history {
    padding-top: 160px;
    padding-bottom: 50px;
}
/* Custom Styles */
.timeline-container {
    position: relative;
    padding-left: 50px;
    margin: 50px 0;
}

.timeline-line {
    position: absolute;
    left: 45px;
    top: 0;
    width: 4px;
    background-color: var(--color-arena-500);
}

.timeline-line-filled {
    position: absolute;
    left: 45px;
    top: 0;
    width: 4px;
    background-color: var( --color-green-dark);
    height: 0;
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
}

.timeline-item-year {
    position: absolute;
    left: -8%;
    font-size: var(--parrafo-big);
    top: 0;
    font-weight: bold;
    color: var( --color-green-dark);
}

.timeline-item-circle {
    position: absolute;
    left: -13px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: var(--color-arena-500);
    border-radius: 50%;
    transform: translateY(-50%);
}

.timeline-item-circle.active {
    background-color: var( --color-green-dark);
}

.timeline-item-content {
    margin-left: 50px;
    background-color: #FBF9EF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.timeline-item-content::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 100%;
    left: auto;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    width: 15px;
    height: 20px;
    background-color: #fbf9ef;
}
.title_timeline_ {
    font-size: var(--heading-tree);
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.timeline-item img {
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.mySwiper_staff{
    overflow: hidden;
}
.box_item_bio {
    background: #FFFCF5;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 12px;
}
.biografia-contaiuner {
    background-color: var(--color-green-700);
    padding-top: 180px;
    margin-top: -20px;
    padding-bottom: 50px;
    overflow: visible;
}
.box_item_bio p:first-child{
    font-size: var(--heading-four);
    font-weight: bold;
}
section.details_bio {
    padding: 90px 20px 90px;
    background: var(--color-cream);
}
.row_header_bio {
    background-color: var(--color-green-dark);
    margin-bottom: -200px;
    z-index: 2;
    position: relative;
    border-radius: 5px;
    padding: 30px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-prev.disabled,
.swiper-button-next.disabled {
    opacity: 0.5; /* Hacer que se vean desactivados */
    pointer-events: none; /* No permitir clic */
    cursor: default; /* Cambiar el cursor a default */
}
.staff_seccion .ccc{
    margin-bottom: 40px;
}
.category_staff {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: var(--sub-heading);
    line-height: 50px;
}
.box_profile_staff img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.name_staff {
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
    padding: 30px 30px 12px 30px;
}
.box_profile_staff {
    flex-grow: 1;
    border: 1px solid #E7ECEF;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 462px;
}
.cargo_staff {
    font-size: var(--parrafo-big);
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
    text-align: left;
    padding: 0px 30px 30px 30px;
    min-height: 108px;
}
.hero-reimagine {
    margin-top: -100px;
    padding-top: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--color-arena-500) !important;
    background-blend-mode: screen;
}
.name_staff_intern {
    font-weight: 700;
    font-size: var(--heading-tree);
    margin: 0 0 14px 0;
    line-height: 40px;
    color: var(--color-white);
}
.staff_seccion .swiper-button-prev {
    top: 30px;
    right: 31px;
    left: inherit;
    width: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23002E23' stroke='%23002E23' stroke-width='2'/%3E%3C/svg%3E");

}
.staff_seccion .swiper-button-next {
    top: 30px;
    right: 0;
    width: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23002E23' stroke='%23002E23' stroke-width='2'/%3E%3C/svg%3E");
}
p.cargo_and_email {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px 0;
    font-size: var(--parrafo-big);
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}
span.barra_separar {
    width: 2px;
    height: 20px;
    background: var( --color-white);
}
.item_list_next {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    color: #FBF9EF;
    text-transform: none;
    margin: 0;
    line-height: 1;
}
ul.list_links_next li:last-child {
    margin: 0;
}
ul.list_links_next li {
    margin-bottom: 30px;
}
ul.list_links_next {
    list-style: none;
    padding: 0;
    width: 50%;
    margin: 40px auto 0 auto;
}
.hide_header_footer header.header_main,
.hide_header_footer footer.main-footer {
    display: none;
}
body.footer-white hr.barra_footer {
    display: block !important;
    background: #333;
}
.footer-white .main-footer{
    background-color: #fff!important;
}
.footer-white ul.menu_footer li p a,
.footer-white .disclaimer_footer,
.footer-white .disclaimer_footer a {
    color: var( --color-green-dark);
}
.footer-white  ul.list_social_icons li svg path {
    fill: var( --color-green-dark);
}
.hide_header_footer .hero_about {
    margin-top: 0;
    padding-top: 70px;
}
.container_title_next {
    justify-content: center;
    width: max-content;
    display: flex !important;
    align-items: center;
    margin: auto;
}
.container_title_next .title_hero {
    z-index: 4;
    position: relative;
    text-transform: uppercase;
}
img.barra-next_title {
    position: absolute;
    width: 300px;
    margin: 0 auto;
    right: -50px;
    bottom: 33px;
    z-index: 2;
}
.subtitle_xl{
    font-weight: 300;
  
    text-transform: uppercase;
    margin: 0;
    font-size: 36px;
    line-height: 1.4;
}
ul.list_general li p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
    margin: 0 0 10px 0;
    font-family:  var(--font-sofia);
    color: var( --color-green-dark);
}
ul.list_general {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
ul.list_general li::marker {
    font-size: 21px;
}
p.disclimer_baby {
    font-style: normal;
   
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin: 40px 0 0 0;
    line-height: 1.1;
}
.accordion-header button{
    transition-duration: 0.7s !important;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
}
.accordion-header:hover button{
    color: white !important;
    background-color: var(--color-green-dark) !important;
}
.accordion-header:hover:before{
    opacity: 1;
}
.accordion-header:before{
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    background-color: #00281f;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.simbol {
    position: relative;
    width: 40px; 
    height: 40px;
}

.simbol:before {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--color-green-dark);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 0.7s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.simbol:after {
    content: "";
    width: 2px;
    height: 20px;
    background: var(--color-green-dark);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-duration: 0.7s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[aria-expanded="true"] .simbol:after{
    height: 0px;
}
[aria-expanded="true"] .simbol:before,
[aria-expanded="true"] .simbol:after {
    background: white;
}
.accordion-header:hover .simbol:after,
.accordion-header:hover .simbol:before{
    background: white !important;
}

.accordion-header{
    position: relative;
}
.accordion-collapse,
.custom-accordion .accordion-button:not(.collapsed){
    color: white !important;
    background-color: var(--color-green-dark) !important;
}
#accordeon_jobs .accordion-button {
    color: var( --color-green-dark);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    padding: 20px 25px !important;
    display: flex;
    justify-content: space-between;
   
}
#accordeon_jobs .accordion-button svg {
    margin: 0 10px 0px 0;
}
div#accordeon_jobs  .accordion-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px 150px 50px 30px;
}
div#Slider_jobs_images {
    display: flex;
    overflow: hidden;
    width: 100%;
}
#Slider_jobs_images .swiper-pagination span.swiper-pagination-bullet-active {
    color: var( --color-green-dark);
}
#Slider_jobs_images .swiper-pagination {
    bottom: -40px !important;
}
p.text-before_footer {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
}
.table_build_rental tr td {
    border-top: 1px solid #eee;
    padding: 6px 24px;
    font-size: 18px;
    font-family:  var(--font-sofia);
    font-weight: 300;
}
.table_build_rental{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #eee;
    margin: 0px;
    text-align: left;
    width: 100%;
}
.myccc-3 {
    padding: 160px 20px 80px 20px;
    margin-top: -100px !important;
    background-color: #FBF9EF !important;
}
.boton_box_title {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}
.link_box_ccc .item-card-help:hover {
    border-width: 5px;
}
.center-item_box_1.item-card-help {
    text-align: center;
    min-height: auto;
    padding: 60px 25px;
}
section.fallfest {
    background-color: var( --color-green-dark);
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.hide-header header, .hide-footer footer{
    display: none;
}
 p.btn_general.btn-xs_ a {
    padding: 10px;
    font-size: var(--parrafo-normal);
}
.title_wake-prange {
    color: #e45235 !important;
    text-align: left;
    font-weight: 600 !important;
    font-size: var(--sub-heading);
    margin: 0 0 20px 0;
    line-height: 1.2;
}
img.image-logo-wake_ {
    margin: 0 0 20px 0;
}
.story-box {
    background: var(--color-white);
    padding: 30px;
    margin-top: 20px;
}
.next_step_gren{
    padding-top: 110px;
    padding-bottom: 100px;
    background-color: var( --color-green-dark) !important;
}
.br-colores{
    background: linear-gradient(-90deg, #00AEEF, #64C084);
    height: 24px;
}
.title_item{
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}
.text-next-card {
    text-transform: none;
    font-size: 20px;
    font-weight: 300;
    color: white;
    opacity: .75;
    line-height: 1.2;
    margin: 0;
}
.flex_header_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}
img.logo_right_ {
    width: 50px;
}
.grid_border-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.sub-title_card {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.item_border_card {
    border: 1px solid var( --color-green-dark);
    padding: 20px;
    border-radius: 1px;
}
.hero-who-is-he {
    margin-top: -100px !important;
    padding-top: 120px;
    padding-bottom: 10%;
}
section.door2studio_ {
    background-color: #0a0909 !important;
    max-width: 100%;
    padding: 50px 20px;
}
img.logo_studio_door {
    width: 180px;
}
.accordion-resource_bg-w .accordion-button svg {
    margin-left: 15px;
}
hr.top-border-service.separate_30 {
    margin: 30px 0px;
}
ul.list_numer_{
    list-style: auto;
}
ul.list_numer_ li::marker {
    color: var( --color-green-dark);
}
.tab_resource_nav .tab_resource_tab {
    color: var(--color-arena-500);
    font-family:  var(--font-sofia);
    font-weight: 300;
    padding: 20px 15px;
    transition: all 0.3s ease;
    font-size: 18px;
  }
  
  .tab_resource_nav .tab_resource_tab:hover {
    color: #333;
  }
  
  .tab_resource_nav .tab_resource_tab.active {
    color: var( --color-green-dark);
    border: 1px solid var( --color-green-dark);
    border-left: none;
    border-right: none;
}
.tab_resource_title{
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: 600;
}
  .tab_resource_panel {
    animation: fadeIn 0.3s ease-in-out;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  .slider_racil_{
    overflow: hidden;
  }
  .slider_racil_wrapper {
    margin: auto;
  }

  .slider_racil_ .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
}
  
  .slider_racil_ .swiper-slide img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  .slider_racil_ .swiper-slide p {
    font-weight: bold;
    font-size: 16px;
    color: var(--color-green-dark);
  }
  
  .slider_racil_controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
  }
  
  .slider_racil_controls button {
    background: none;
    border: none;
    font-weight: bold;
    color: var(--color-green-dark);
    cursor: pointer;
  }
  
  .slider_racil_controls button:disabled {
    display: none;
  }
  .search-results-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.search-results-box p,
.search-results-box a {
    margin: 5px 0;
    display: block;
    color: var(--color-green-dark);
    text-decoration: none;
}

.search-results-box p {
    color: #888;
    font-style: italic;
}
.summer_bg {
    max-width: 100%;
    margin-top: -100px;
    padding: 140px 20px 100px 20px;
}
img.logo_summer {
    width: 56%;
}
.btn_general.btn-br-w.border-bold a {
    border: 3px solid #FFF !important;
}
hr.solid_separate {
    height: 3px;
    background: var(--color-white);
    opacity: 1;
    border: none;
    margin: 30px 0px;
}
.input_form_summer::placeholder {
    color: var(--color-white);
    font-weight: bold;
}
.input_form_summer {
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    border-width: 3px !important;
    border-color: var(--color-white) !important;
    background-color: RGBA(255, 255, 255, 0);
    color: var(--color-white);
    font-size: 18px;
    font-weight: bold;
}
.input_form_summer:focus {
    background-color: rgba(40, 171, 226, 0.4);
    color: var(--color-white);
    border-color: #fff !important;
}
textarea.input_form_summer {
    height: 180px;
}
input.btn_form_summer {
    border-radius: 4px 4px 4px 4px;
    border-width: 3px !important;
    border-color: var(--color-white) !important;
    background-color: RGBA(255, 255, 255, 0);
    color: var(--color-white);
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
input.btn_form_summer:hover {
    background-color: rgba(40, 171, 226, 0.4);
    border-radius: 30px;
    cursor: pointer;
}
.question-god {
    padding: 140px 20px 40px 20px;
    margin-top: -100px;
    min-height: 40vh;
}
.title_hero.small_title {
    font-size: 30px;
    line-height: 1.2;
}
.tabs_botones_fixed {
    transition: all 0.3s ease;
    z-index: 100;
    padding: 20px;
    background-color: var(--color-white);
}
.tabs_botones_fixed.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
nav.tabs_links_ ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    overflow: hidden;
}
.title_video_question {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
hr.hr_bg_g {
    margin: 70px 0;
    background: #7EBEC5;
    border: none;
    opacity: 1;
}
.flex-botones {
    text-align: left;
    display: flex;
    gap: 20px;
    align-items: center;
}
img.cover_visit_grid {
    margin: 0 auto;
    width: 90%;
    display: flex;
}

/* ------- Desktop 1411px to 1700px-------- */
@media screen and (min-width: 1411px) and (max-width: 1700px) {
   .heading-50-md {
        font-size: 50px!important;
        line-height: 70px!important;
   }
}
/* ------- Desktop 1300px to 1410px-------- */
@media screen and (min-width: 1301px) and (max-width: 1410px) {
   
}
/* ------- Desktop 1000px to 1300px-------- */
@media screen and (min-width: 1000px) and (max-width: 1300px) {
    img.image_arrow_down {
        height: 80%;
    }
    section {
        padding-left: 3%;
        padding-right: 3%;
    }
    img.barra-why-give {
        bottom: -70px;
    }
    
    .item-grid-botones {
        font-size: 22px;
    }
    
}
/* ------- Tablet max 731 to 1000px-------- */
@media screen and (min-width: 731px) and (max-width: 999px) {
    .want-to-help-home .col-md-8.col-12 {
        width: 70%;
    }
    img.image_arrow_down {
        height: 76%;
        right: -60px;
    }
    .grid_steps_home {
        width: 90%;
    }
    img.coverr_section_ccc {
        width: 90%;
    }
    .ccc-row-home {
        flex-direction: column-reverse;
    }
    .live_stream .grid_two_colum.column-reverse {
        flex-direction: column-reverse;
    }
    .grid_two_colum {
        flex-direction: column;
    }
    .image_grid_two {
        width: 90%;
    }
    .contenido_grid_two {
        width: 90%;
    }
    section {
        padding-left: 3%;
        padding-right: 3%;
    }
    section {
        padding-left: 3%;
        padding-right: 3%;
    }
    img.cover-why-give {
        width: 90%;
    }
    img.barra-why-give {
        bottom: -50px;
        left: 80%;
    }
    .money-give {
        padding: 13% 20px 7% 20px;
    }
    img.svg-hero-give {
        top: 20%;
        right: 40%;
    }
    .title_hero{
        line-height: 110%;
    }
    .hero_hub p.btn_general {
        margin-bottom: 60px;
    }
    .gtc-4, .gtc-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .item-card-help {
        min-height: 300px;
    }
    img.image_calendar-members {
        margin-bottom: 30px;
    }
    .gtc-3{
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-two-colum-full {
        grid-template-columns: 1fr;
    }
    .colum_image_full_{
        display: none;
    }
    .image-inten-goals-movil{
        display: block!important;
        margin-bottom: 50px;
    }
    .maps-goals {
        background-color: transparent !important;
        display: flex;
        flex-direction: column-reverse;
        padding-top: 50px;
    }
    img.logo_studio_door {
        width: 140px;
        display: flex;
        margin: auto;
        margin-bottom: 40px;
    }
    img.cover_visit_grid {
        margin: 20px auto;
        width: 100%;
    ;
    }
}
/* ------- Tablet min 576 to 730px-------- */
@media screen and (min-width: 576px) and (max-width: 730px) {
    .live_stream .grid_two_colum.column-reverse {
        flex-direction: column-reverse;
    }
    img.logo_studio_door {
        width: 140px;
        display: flex;
        margin: auto;
        margin-bottom: 40px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .gtc-2{
        grid-template-columns: repeat(1, 1fr);
    }
    .center-item_box_1.item-card-help {
        text-align: left;
        padding: 40px 25px;
    }
    .grid_two_colum {
        flex-direction: column;
    }
    .image_grid_two {
        width: 90%;
    }
    .contenido_grid_two {
        width: 90%;
    }
    section {
        padding-left: 3%;
        padding-right: 3%;
    }
    .title_hero {
        line-height: 1.1;
        font-size: 50px;
    }
    img.svg-hero-give {
        top: 20%;
        right: 40%;
    }
    img.cover-why-give {
        width: 100%;
    }
    img.barra-why-give {
        left: 80%;
    }

    .money-give {
        padding: 14% 3% 10% 3%;
    }
    .hero_hub p.btn_general {
        margin-bottom: 60px;
    }
    .gtc-4, .gtc-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .item-card-help {
        min-height: 300px;
    }
    img.image_calendar-members {
        margin-bottom: 30px;
        padding: 0;
    }
    .gtc-3{
        grid-template-columns: repeat(1, 1fr);
    }
    .box_inner_image {
        background: none !important;
        padding: 0;
    }
    .box_inner_image .title_inner_box, .box_inner_image p {
        color: var( --color-green-dark);
    }
    /* .box_inner_image .btn_general a{
        color: var( --color-green-dark)!important;
        border-color: var( --color-green-dark)!important;  
    } */
    .box-inten-hub-movil {
        display: block !important;
        width: 100%;
        margin-bottom: 20px;
    }
    .grid-two-colum-full {
        grid-template-columns: 1fr;
    }
    .colum_image_full_{
        display: none;
    }
    .image-inten-goals-movil{
        display: block!important;
        margin-bottom: 50px;
    }
    .maps-goals {
        background-color: transparent !important;
        display: flex;
        flex-direction: column-reverse;
        padding-top: 50px;
    }
    .grid-two-colum-full {
        min-height: auto;
    }
    .title_hero.xs_size {
        font-size: 60px;
        line-height: 1.1;
    }
    ul.list_links_next {
        width: 70%;
        margin: 30px auto 0 auto;
    }
    .grid_border-two{
        grid-template-columns: 1fr;
    }
    img.cover_visit_grid {
        margin: 20px auto;
        width: 100%;
        display: flex;
    }
    .box_data_event_aditional {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}
/* ------- tablet max en adelante  -------- */
@media screen and (min-width: 731px) {

}
/* ------- MOVIL VERSION-------- */
@media screen and (max-width: 575px) {
    section {
        padding-left: 3%;
        padding-right: 3%;
    }
    body{
        overflow-x: hidden;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .gtc-2{
        grid-template-columns: repeat(1, 1fr);
    }
    .center-item_box_1.item-card-help {
        text-align: left;
        padding: 40px 25px;
    }
    br.movil-none{
        display: none;
    }
    .row-gap-xs-20 {
        row-gap: 20px;
    }
    .title_hero {
        line-height: 1;
        font-size: var( --heading-sm);
    }
    img.image_arrow_down {
        right: -120px;
        height: 70%;
        top: 190px;
        z-index: 1;
    }
    section.want-to-help-home .col-md-8.col-12 {
        position: relative;
        z-index: 9;
    }
    img.logo-chritmas-home {
        margin-bottom: 60px;
    }
    .ccc-row-home {
        flex-direction: column-reverse;
    }
    .menu-overlay {
        width: 100%;
    }
    .live_stream .grid_two_colum.column-reverse {
        flex-direction: column-reverse;
    }
    .grid_two_colum {
        flex-direction: column;
    }
    .image_grid_two {
        width: 100%;
    }
    .contenido_grid_two {
        width: 100%;
    }
    .live_stream {
        padding: 50px 3%;
    }
    .grid_data_fundation {
        grid-template-columns: 1fr;
    }
    img.cover-why-give {
        width: 100%;
    }
    .year-review-give {
        padding: 7% 20px;
    }
    .money-give {
        padding: 26% 3% 10% 3%;
    }
    img.svg-hero-give {
        top: 20%;
        right: 40%;
    }
    img.barra-why-give {
        left: 70%;
    }
    .grid-botones-hub {
        grid-template-columns: 1fr;
    }
    .hero_hub p.btn_general {
        margin-bottom: 60px;
    }
    .gtc-4, .gtc-5 {
        grid-template-columns: repeat(1, 1fr);
    }
    img.image_calendar-members {
        margin-bottom: 30px;
        padding: 0;
    }
    .item-card-help {
        min-height: 300px;
    }
    .hero_menbers-h {
        padding: 120px 20px 20px 20px;
    }
    .gtc-3{
        grid-template-columns: repeat(1, 1fr);
    }
    .box_inner_image {
        background: none !important;
        padding: 0;
    }
    .box_inner_image .title_inner_box, .box_inner_image p {
        color: var( --color-green-dark);
    }
    .box_inner_image .btn_general a{
        color: var( --color-green-dark)!important;
        border-color: var( --color-green-dark)!important;  
    }
    .box-inten-hub-movil {
        display: block !important;
        width: 100%;
        margin-bottom: 20px;
    }
    .box_data_event_aditional {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .grid-two-colum-full {
        grid-template-columns: 1fr;
    }
    .colum_image_full_{
        display: none;
    }
    .image-inten-goals-movil{
        display: block!important;
        margin-bottom: 50px;
    }
    .maps-goals {
        background-color: transparent !important;
        display: flex;
        flex-direction: column-reverse;
        padding-top: 50px;
    }
    .title_hero.xs_size {
        font-size: 60px;
        line-height: 1.1;
    }
    .title_goals_ {
        font-size: 40px;
    }
    .grid-two-colum-full {
        min-height: auto;
    }
    ul.list_links_next {
        width: 100%;
        margin: 30px auto 0 auto;
    }
    img.barra-next_title {
        width: 250px;
        right: -39px;
        bottom: 24px;
    }
    a#next-date, #prev-date{
        display: none;
    }
    .events-general .event-item {
        gap: 20px;
    }
    .col_date_event {
        width: 120px;
    }
    span.mes_iten_text {
        width: 120px;
    }
    span#current-date {
        font-size: 20px;
    }
    .switch-container {
        display: none;
    }
    .subtitle_xl {
       
        font-size: 25px;
        line-height: 1.2;
    }
    .text-before_footer {
        font-size: 20px;
    }
    .mw-xs-100 {
        max-width: 100%!important;
    }
    .grid_border-two{
        grid-template-columns: 1fr;
    }
    img.logo_studio_door {
        width: 140px;
        display: flex;
        margin: auto;
        margin-bottom: 40px;
    }
    nav.tabs_links_ ul {
        overflow: scroll;
    }
    .tabs_links_ .btn_general.btn-bg-p a {
        font-size: 14px;
        padding: 10px;
    }
    nav.tabs_links_ ul li:first-child {
        padding-left: 100px;
    }
    .tabs_botones_fixed {
        padding: 20px 0px;
    }
    img.cover_visit_grid {
        margin: 20px auto;
        width: 100%;
        display: flex;
    }
}


/* #showNewMenu:hover {
    transform: scale(.9)
} */
/* .sticky .h-menu{
    opacity: 0;
    pointer-events: none;
    transform: translateX(60px);
        transition-duration: 1s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.sticky #showNewMenu{
    transform: scale(1);
} */
#showNewMenu {
    transform: scale(1);
    width: 57px;
    border: 1px solid white;
    border-radius: 100%;
    height: 57px;
    padding: 12px;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.h-menu a:hover {
    font-weight: 700;
}

.h-menu a {
    color: white;
    display: block;
    font-size: 16px;
    position: relative;
    padding: 0;
    margin: 0 10px;
        transition-duration: 1s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.h-menu {
    align-items: center;
    margin-right: 20px !important;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    gap: 0 15px;
    list-style: none;
}

.main-menu>div {
    height: 80vh;
}

.main-menu.active {
    transform: translateY(0);
}

.main-menu * {
    font-family: var(--font-sofia) !important;
}

body .fas:before {
    font-family: "Font Awesome 5 Free" !important;
}

body .fab:before {
    font-family: "Font Awesome 5 Brands" !important;
}

.main-menu video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.mm-wsub--content a{
    font-size: 16px !important;
    text-transform: uppercase;
}
.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    padding: 40px;
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
    border-radius: 5px;
    min-height: calc(10vh - 120px);
    margin: auto;
    background: var(--color-arena-500);
    z-index: 1000;
    transform: translateY(-130%);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999999999;
    
}

.mm-s1 {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 40px;
    list-style: none;
}

.mm-s1 li:hover span {
    width: 175px;
    height: 175px;
    letter-spacing: 0px;
}

.mm-s1 li .swiper-slide p {
    transform: translateY(0px) !important;
    opacity: 1 !important;
}

.mm-s1 li .swiper-slide .overlay {
    opacity: .4;
}

.mm-s1 li span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 145px;
    height: 145px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

.mm-s1 li {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.mm-search {
    width: 100%;
    display: flex;
}

.mm-search input[type="text"] {
    width: 100%;
    padding: 20px 20px !important;
    line-height: 1;
    height: auto;
    font-size: 32px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    margin: 0;
}

.mm-search button:hover {
    background-color: #000;
}

.mm-search button {
    text-transform: uppercase padding: 20px 20px;
    line-height: 1;
    height: auto;
    background-color: var(--color-green-dark);
    margin: 0;
    color: #fff;
    font-size: 32px;
    width: 350px;
    border: none;

    cursor: pointer;
}

.mm-s1 li:hover .overlay:before {
    background: rgba(0, 0, 0, 0.45) !important;
}

.overlay:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2) !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.overlay {
    position: relative;
}

.mm-close:hover img {
    transform: rotate(90deg);
}

.mm-close:hover {
    transform: scale(.8)
}

.mm-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1001;
    border: 1px solid #000;
    border-radius: 100%;
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
}

.mm-s2 {
    list-style: none;
    margin: 0 auto;
    width: 100%;
}

.mm-s2 li {
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    padding: 0 50px;
}

.mm-s2 a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    position: relative;
    height: 100%;
    font-size: 34px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 17px 0px;
}

.menu-item__static-text {
    white-space: nowrap;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.menu-item__rotating-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    width: 300%;
    display: flex;
    gap: 0px 100px;
}

.mm-s2 a.active::before,
.mm-s2 a:hover::before{
    width: 100% !important;
}
.mm-s2 a::before {
    content: '';
    position: absolute;
    bottom: 5px !important;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--color-green-dark) !important;
    z-index: 0;
        transition-duration: 0.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.mm-s2 a.active::before,
.mm-s2 a:hover::before {
    bottom: 0;
}

/* .mm-s2 a.active .menu-item__static-text,
.mm-s2 a:hover .menu-item__static-text {
    opacity: 0;
} */

.mm-s2 a.active .menu-item__rotating-text,
.mm-s2 a:hover .menu-item__rotating-text {
    opacity: 1;
    color: white;
    animation: rotateText 4s linear infinite;
    animation-play-state: running;
}

@keyframes rotateText {
    0% {
        transform: translateY(-50%) translateX(0%);
    }

    100% {
        transform: translateY(-50%) translateX(-33.33%);
    }
}

.mm-wsub--content.active {
    display: flex;
}

.mm-wsub--content {
    display: none;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    transition-duration: 2s !important;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;

}



.mm-wsub--content.w2 b {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.mm-wsub--content.w2 {
    flex-direction: row;
    gap: 80px;
}

.mm-wsub--content ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mm-wsub--content a {
    display: block;
    padding: 5px 0px;
    color: black;
}

.social-media-links {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0px;
    width: 100%;
}

.social-media-links li {
    margin: 0;
    padding: 0 !important;
}

.mm-s2 .social-media-links a::before {
    opacity: 0 !important;
}

.social-media-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 15px;
}

.social-media-links a:hover {
    transform: translateY(-2px);
    opacity: 0.7;
}

.social-media-links i {
    font-size: 27px;
}

body .header_main {
    background: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: saturate(180%) blur(20px) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1) !important;
    border: 1px solid #cdd2d6 !important;
}
/* .header_main.sticky {
    background: var(--color-green-dark) !important;
    border-bottom: 1px solid var(--color-green-dark) !important;
} */
body .header_main.sticky #showNewMenu{
    border: 1px solid black;
}
.header_main .h-menu a{
    color: black !important;
}

.mm-wsub--content a {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.mm-wsub--content a::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    background-color: currentColor;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}

.mm-wsub--content a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

/* Opcional: estilos base para las listas */
.mm-wsub--content {
    list-style: none;
    padding: 0;
}

.mm-wsub--content li {
    margin-bottom: 8px;
}

.mm-wsub--content b {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
}

.mm-wsub--content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 8px;
}

.mm-wsub--content ul li {
    margin-bottom: 6px;
}


video.top{
    top: 65%;
}
video {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
    background-size: cover;
}

.mb-40 {
    margin-bottom: 40px
}
.heroHome{min-height: calc(100vh - 20px) !important;}
.mb-80 {
    margin-bottom: 80px
}
 
.fz-30 {
    font-size: 30px !important;
    line-height: 1;
}
.fz-36 {
    font-size: 36px !important;
    line-height: 1;
}
.box--location-flex {
    background-color: #fff;
    display: flex;
    padding: 25px;
    border-radius: 5px;
    height: 305px;
}

.box--location-flex:hover .hyperlink:before,
.box--location-flex:hover .hyperlink:after {
    background: white
}

.box--location-flex:hover * {
    color: white !important
}

.box--location-flex:hover {
    background-color: #002e23
}

.box--location-flex .img--location {
    width: 48%;
    margin-right: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.box--location-flex .img--location img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)
}

.box--location-flex:hover .img--location img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg)
}

.box--location-flex .name--location {
    width: 20%;
    margin: 20px 30px 0px 0px;
    display: block;
    min-height: 220px;
}

.box--location-flex:hover .name--location p {
    transform: translate3d(0.69em, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.box--location-flex .name--location p.delay {
    transition-delay: 0.1s !important;
}

.box--location-flex .address--location {
    margin: 20px 0px 0px 0px;
    width: calc(100% - (58% - 60px));
}

.hyperlink:hover:after,
.hyperlink--hover:hover .hyperlink::after,
.box--location-flex:hover .hyperlink:after {
    left: 0% !important
}

.hyperlink:after {
    left: -140% !important;
}

.hyperlink--hover:hover .hyperlink::before,
.hyperlink:hover:before,
.box--location-flex:hover .hyperlink:before {
    left: 100%
}

.hyperlink:after,
.hyperlink:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #000;
    ;
}

.pb-60 {
    padding-bottom: 60px
}

.hyperlink.on--bottom {
    position: absolute !important;
    bottom: 40px;
}

.hyperlink.w:after,
.hyperlink.w:before,
.hyperlink.wh:after,
.hyperlink.wh:before {
    background: #fff;
}

.hyperlink.g:after,
.hyperlink.g:before {
    background: #7AC80B;
}

.hyperlink {
    font-size: 12px;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.zoom-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.box--family:before {
    content: "";
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border: 1px solid #8DC63F;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2rem;
}

.box--family {
    overflow: hidden;
    border-radius: 2rem;
}

.capitalize {
    text-transform: capitalize !important;
}

aside.info--family.b-70 {
    bottom: 70px !important
}

aside.info--family {
    position: absolute;
    z-index: 9;
    bottom: 100px;
    width: calc(100% - 140px);
    left: 0;
    right: 0;
    margin: auto;
}

.zoom-box img:not(.parallaxCustomized) {
    opacity: 0;
}

section.video-home {
    max-width: 100% !important;
    width: 100% !important;
}

header {
    position: fixed !important;
}

.overlay:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overlayg:before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #002E23 1%, transparent 100%),
        linear-gradient(144deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%) !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.overlay {
    position: relative;
}

.cut-text--list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.cut-text--list li:first-child {
    border-top: 1px solid black;
}

.cut-text--list li {
    padding: 50px 0px;
    border-bottom: 1px solid black;
}

.show--more {
    position: absolute;
    right: 15px;
    top: -40px;
    width: 30px;
    height: 30px;
    line-height: 1;
    border-radius: 200px;
    background: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: lighter;
    font-family: serif;
    appearance: none !important;
}

.show--more.plus:after {
    content: "";
    width: 2px;
    height: 15px;
    background: black;
    position: absolute;
}

.show--more.plus.minus:after {
    height: 0px
}

.show--more.plus:before {
    content: "";
    width: 15px;
    height: 2px;
    background: black;
    position: absolute;
}

ul.cut-text--list p.texto {
    width: calc(100% - 40px)
}


section.pb-0 {
    padding-bottom: 0px !important;
}
section.pb-10 {
    padding-bottom: 10px !important;
}
.video-home-box {
    max-width: 100% !important;
}

.fz-60 {
    font-size: 60px !important;
    font-weight: 500;
    text-transform: capitalize !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-18 {
    font-size: 18.5px !important;
}

.hyperlink,
.name--location p,
.address--location p {
    color: black;
    font-size: 16px;
}

.fz-26 {
    font-size: 26px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.height-100-80 {
    height: calc(100vh - 140px);
}

.fz-26 font-weight-500 {
    font-size: 44px !important;
}

.swiper-container img {
    border-radius: 5px
}

.ministries-slider .swiper-slide {
    position: relative;
    overflow: hidden;
}

.ministries-slider .overlay {
    content: '';
    position: absolute;
    background: linear-gradient(to top, #002E23 40%, transparent 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 0;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 99;
}

.swiper-slide:hover p {
    transform: translateY(0px) !important;
    opacity: 1 !important;

}

.swiper-slide:hover .overlay {
    opacity: .8;
}

.ministries-slider .swiper-slide aside p {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    transform: translateY(10px);
    opacity: 1;
}
.hero--gradient{
    background-image: linear-gradient(to top, #002E23 0%, transparent 50%),linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url(); background-position: center top!important;
}
.ministries-slider .swiper-slide {
    overflow: hidden;
    position: relative;
    border-radius: 5px
}

.ministries-slider .swiper-slide aside {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: flex-end;
    z-index: 99;
}

.swiper-slide a:hover video {
    opacity: 1;
}

.swiper-slide video {
    opacity: 0 !important;
    z-index: 1;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    width: 105%;
        height: 100%;
}

.container-fluid {
    padding: 0 !important
}

.section-mod {
    padding: 80px 0 !important
}
.hero-section {
    background: var(--color-green-dark) !important;
    width: calc(100% - 20px);
    height: 66vh !important;
    padding: 0 !important;
    max-width: 100%;
    min-width: 0%;
    margin-top: 10px;
    border-radius: 5px;
}
.badge-liquid-glass {
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.badge-liquid-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0.1),
            transparent);
    transition: left 0.6s ease-in-out;
    z-index: 1;
}

.badge-liquid-glass::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
}

.badge-liquid-glass i,
.badge-liquid-glass span {
    position: relative;
    z-index: 2;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-align-end {
    position: relative;
    top: calc(100% - 120px);
    transform: translateY(-50%);
}

.search--events {
    border-radius: 5px
}

.mx--10 {
    max-width: calc(100% - 20px) !important;
    border-radius: 5px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.search--events {
    margin-top: 10px;
    position: relative;
    max-width: calc(100% - 20px);
    padding: 0 !important;
    overflow: initial;
    margin-bottom: 10px;
}

.search--events .filters-container .btn {
    border-radius: 4px;
    font-size: var(--parrafo-sm);
    font-weight: 400;
    padding: 12px 20px;
    line-height: 1;
    border: 1px solid var(--color-green-dark) !important;
    color: var(--color-green-dark) !important;
    background: transparent;
}

.search--events .dropdown-menu {
    padding: 10px
}

.search--events:after {
    content: "";
    width: 50%;
    background: var(--color-green-dark);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -2;
    border-radius: 0px 5px 5px 0px
}

.search--events .filters-container .btn {
    background: white !important
}

.search--events:before {
    content: "";
    width: 50%;
    background: var(--color-cream);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 5px 0px 0px 5px
}

.search--events--form {
    position: relative;
    margin: 30px 10px;
}

.search--events--form input {
    margin: 0;
    border-radius: 5px;
    padding: 20px;
    font-size: 18px;
}

.search--events--form button {
    font-family: var(--font-sofia);
    font-size: 16px !important;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    background: var(--color-green-dark);
    color: white;
    font-weight: 600;
    padding: 17px 25px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    border-radius: 5px;
}

.floating-label {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    padding: 0 0.5rem;
    color: #6c757d;
    font-size: 1rem;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.search--events--form:focus+.floating-label,
.search--events--form:not(:placeholder-shown)+.floating-label {
    top: 0;
    transform: translateY(-50%);
    font-size: 0.875rem;
    color: #007bff;
}

.search--events--form:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}
.full--line .theline--d {
    width: 100%; 
    height: 1px;
    background: black; 
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.full--line .theline-a{
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.full--line {
    position: relative;
    display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: space-between;
}

.col_content_date * {
    color: black
}

.col_content_date * {
    color: black
}

.event-item:hover .arrown--on--hover {
    transform: translateX(0px)
}

/* .event-item:hover .arrown--on--hover:before {
    width: 90px;
} */
.swiper-slide:hover i{
    opacity: 1;
}
.arrown--on--hover i{
    opacity: 0;
    font-size: 26px;
}
/* .arrown--on--hover:before {
    content: "";
    width: 0px;
    height: 3px;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2px;
    position: absolute;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
} */

.arrown--on--hover {
    position: absolute;
    bottom: 40px;
    right: 40px;
    transform: translateX(-30px)
}
.moreEvent h4 {
    margin-bottom: 0 !important;
    color: white !important;
    font-size: var(--heading-tree);
}

.moreEvent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-green-dark);
    border-radius: 5px;
    padding: 40px 40px 40px 135px;
}

.moreEvent:hover .arrown--on--hover:before {
    width: 90px;
}

.moreEvent:hover .arrown--on--hover {
    transform: translateX(-20px)
}

.moreEvent .arrown--on--hover:before {
    width: 70px;
}

.height-70 {
    height: 70vh !important;
}
.videoContent {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    position: relative;
}

p.btn_general a:hover,
.btn_general.btn-br-w a:hover {
    color: black !important
}

.pt-0 {
    padding-top: 0 !important
}

.hyperlink:hover:before {
    width: 100% !important
}

.hyperlink.w:after,
.hyperlink.w:before {
    background: white !important;
}

.hyperlink:after,
.hyperlink:before {
    right: 0;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.ministries-slider.ul-items li {
    width: calc(33% - 5px)
}

.ministries-slider.ul-items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ul-items .swiper-slide .overlay {
    opacity: 0 !important;
    border-radius: 0px !important;
}

.ul-items .swiper-slide:hover .overlay {
    opacity: .8;
}

.ul-items .swiper-slide p {
    transform: translateY(0px) !important;
    opacity: 1 !important;
}

.container_foundational_beliefs {
    max-width: 1200px;
    margin: 0 auto;
}

.header_beliefs_section {
    text-align: center;
    margin-bottom: 3rem;
    color: white;
}

.main_title_beliefs {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.subtitle_beliefs_description {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.foundational_beliefs_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.belief_item_card {
    flex: 1;
    min-width: 350px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.belief_item_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    /* background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4); */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.belief_item_card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.belief_item_card:hover::before {
    opacity: 1;
}

.belief_title_heading {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.text-black{color: black !important;}
.belief_description_text {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 16px !important;
}

.belief_item_card:nth-child(odd) {
    animation: fadeInLeft 0.6s ease-out;
}

.belief_item_card:nth-child(even) {
    animation: fadeInRight 0.6s ease-out;
}





.btn {
    border-radius: 5px !important
}

.card_block_img_text_edited {
    flex-grow: 1;
    border: 1px solid #E7ECEF;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.event--schedule {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    width: calc(100% - 60px)
}

.last\:mb-0:last-child {
    margin-bottom: 0 !important;
}

.event-nav-previous {
    padding-left: 80px !important
}

.card_block_img_text:hover .hyperlink:after,
.card_block_img_text:hover .hyperlink:before{
    background: white;
}
.card_block_img_text:hover * {
    color: white !important
}

.card_block_img_text:hover {
    background: var(--color-green-dark) !important
}

.card_block_img_text:hover .bg-light {
    background: #1F5C48 !important
}

.card-title {
    color: var(--color-green-dark) !important
}

.text-blue {
    color: var(--color-blue) !important
}

/* Event Navigation Cards */
.event-nav-card {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    padding: 32px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid #E7ECEF;
    height: 215px;
}

.event-nav-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-green-dark);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.nav-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding-right: 80px;
}

.nav-event-title {
    color: #333;
    font-weight: 600;
    line-height: 1.3;
    transition: color 0.4s ease;
    margin-bottom: 8px;
}

.nav-event-date {
    font-size: 0.9rem;
    transition: color 0.4s ease;
}

.nav-direction {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.4s ease;
}

.right-na .nav-arrow {
    right: auto;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.nav-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    background: #f8f9fa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    color: #666;
}

.event-nav-previous .nav-arrow {
    transform: rotate(180deg);
}

/* Hover Effects */
.event-nav-card:hover {
    /* transform: translateY(-8px); */
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #2c6e7e;
}

.event-nav-card:hover::before {
    opacity: 1;
}

.event-nav-card:hover .nav-event-title,
.event-nav-card:hover .nav-event-date,
.event-nav-card:hover .nav-direction {
    color: white !important;
}

.event-nav-card:hover .nav-arrow {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transform: scale(1.1);
}

.event-nav-previous:hover .nav-arrow {
    transform: rotate(180deg) scale(1.1);
}






.hero-section {
    position: relative;
    overflow: hidden;
}
.belief_item_card h3{
    text-transform: capitalize;
}
.event-badge .badge {
    font-size: 16px;
    font-weight: 500;
}

.meta-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
}

.event-placeholder {
    border: 2px dashed rgba(255, 255, 255, 0.3);
}

.section-title {
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem !important;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 2px;
}

.sidebar-card {
    border: 1px solid #e9ecef;
    transition: box-shadow 0.3s ease;
}

.sidebar-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.info-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.75rem;
}

.info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.description-content {
    line-height: 1.7;
    font-size: 18px;
}

.description-content p {
    margin-bottom: 1.2rem;
}

.button-group .btn {
    transition: all 0.3s ease;
    border-width: 2px;
}

.button-group .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.schedule-info {
    border-left: 4px solid var(--color-green-dark);
}

.badge {
    font-size: 0.85rem;
    font-weight: 500;
}
.hero_menbers-h{position: relative;z-index: 2;}
@media (max-width: 768px) {
    .hero-section {
        padding: 40px 0;
    }

    .display-4 {
        font-size: 2rem;
    }

    .event-meta {
        flex-direction: column;
        gap: 0.5rem !important;
    }

    .button-group {
        flex-direction: column;
    }

    .button-group .btn {
        width: 100%;
    }
}



.hero_history {
    background: var(--color-green-dark);
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}


.container {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

 



.timeline-wrapper {
    position: relative;
    margin: 0 auto;
}

.timeline-line-bg {
    position: absolute;
    left: 50%;
    top: -120px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .3);
    transform: translateX(-50%);
    border-radius: 2px;
    opacity: 0.3;
    height: 100%;
}

.timeline-line-progress {
    position: absolute;
    left: 50%;
    top: -120px;
    width: 2px;
    background: white;
    transform: translateX(-50%);
    border-radius: 2px;
    height: 0%;
    transition: height 0.3s ease;
    box-shadow: 0 0 20px rgba(46, 163, 242, 0.5);
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.timeline-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-content {
    width: 45%;
    position: relative;
}

.timeline-year {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    border: 3px solid var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-white);
    backdrop-filter: blur(20px);
    box-shadow:
        0 8px 32px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    z-index: 10;
    transition: all 0.3s ease;
}

.timeline-year:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow:
        0 12px 40px rgba(46, 163, 242, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.glass-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 40px;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.glass-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.timeline-item:nth-child(even) .glass-card {
    background: rgba(46, 163, 242, 0.08);
    border-color: rgba(46, 163, 242, 0.2);
}

.timeline-item:nth-child(even) .glass-card:hover {
    background: rgba(46, 163, 242, 0.15);
}

.card-image {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.accordion-body li,
.accordion-body li *{
    color: white !important;
}
.timeline-content .card-title{
    color: var(--color-white) !important;

}
.card-title {
    font-size: var(--heading-four);
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.card-description {
    font-size: var(--parrafo-normal);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(46, 163, 242, 0.1), rgba(176, 129, 185, 0.1));
    animation: float 6s ease-in-out infinite;
}

.floating-circle:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-circle:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-circle:nth-child(3) {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.liquid-morph {
    position: absolute;
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgba(46, 163, 242, 0.05), rgba(176, 129, 185, 0.05));
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    animation: morph 8s ease-in-out infinite;
    top: 30%;
    right: -150px;
    z-index: 1;
}

@keyframes morph {

    0%,
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
        transform: translate(-50px, -30px) rotate(180deg);
    }
}

@media (max-width: 768px) {
    .timeline-item {
        flex-direction: column !important;
        margin-bottom: 80px;
    }

    .timeline-item:nth-child(even) {
        flex-direction: column !important;
    }

    .timeline-content {
        width: 100%;
        margin-bottom: 30px;
    }

    .timeline-year {
        position: relative;
        transform: none;
        margin: 20px auto;
    }

    .title_hero {
        font-size: var(--heading-sm);
    }

    .glass-card {
        padding: 30px 20px;
    }

    .liquid-morph {
        display: none;
    }
}

.mb-120{
    margin-bottom: 120px;
}
@keyframes scroll {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(15px);
        opacity: 0;
    }
}

#typeformSection .form-section {
    background-color: #f8f9fa;
    padding: 0px;
    margin: 0px;
}

#typeformSection .form-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.tobtnf{
    display: flex;
    gap: 20px;
}
.tobtn a + a{
    margin-left: 20px;
}
#typeformSection-active .form-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    z-index: 1000;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

#typeformSection .form-close-btn:hover {
    color: #002E23;
    transform: scale(1.1);
}

#typeformSection .form-iframe {
    border: none;
    width: 100%;
}

.card_block_img_text.custombox{
    min-height: 400px !important;
    margin-bottom: 0px !important;
}
.minicover img{
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.full--card-d-flex{
    background: white;
    border-radius: 5px;
    border: 1px solid #E7ECEF;
    padding: 30px;
    margin-top: 30px;
    font-size: 18px;
}
.mm-search-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--color-green-dark);
    border: 2px solid var(--color-green-dark);
    color: white;
    padding: 12px 36px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: border-radius 0.3s ease;
    font-family: var(--font-sofia);
    font-weight: 600;
    letter-spacing: .5px;
}

.mm-search-btn .text-normal {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.mm-search-btn .text-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-43%, 150%);
    color: white;
    white-space: nowrap;
    z-index: 3;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    padding: 12px 0px;
}

.mm-search-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #043e30;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: -1;
}

.mm-search-btn:hover::before {
    transform: translateY(0);
}

.mm-search-btn:hover .text-hover {
    transform: translate(-43%, -50%);
    opacity: 1;
}

.mm-search-btn:hover .text-normal {
    opacity: 0;
}

.mm-search-btn:hover .mm-search-icon {
    stroke: white;
}

.mm-search-icon {
    position: relative;
    z-index: 2;
    transition: stroke 0.3s ease;
}
/* Efecto Liquid Glass profesional */
.tabs_menu {
    padding: 10px 0;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    width: 100%;
}

/* Opción 4: Efecto morphing con hover mejorado */
.tabs_menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    width: 150px;
    height: 51px;
    background: linear-gradient(135deg,
            var(--color-green-dark) 0%,
            #004d39 50%,
            var(--color-green-dark) 100%);
    border-radius: 5px;
    box-shadow:
        0 4px 20px rgba(0, 46, 35, 0.2),
        0 2px 8px rgba(0, 46, 35, 0.1),
        inset 0 1px 2px rgba(255, 255, 255, 0.08),
        inset 0 -1px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
    bottom: 0;
    margin: auto;
    transform: scale(1);
}

/* Efecto al cambiar de tab */
.tabs_menu[data-active]::before {
    animation: morphing 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes morphing {
    0% {
        transform: scale(1) rotateY(0deg);
    }

    50% {
        transform: scale(1.05) rotateY(5deg);
        box-shadow:
            0 6px 25px rgba(0, 46, 35, 0.35),
            0 3px 12px rgba(0, 46, 35, 0.2),
            inset 0 2px 4px rgba(255, 255, 255, 0.12),
            inset 0 -2px 4px rgba(0, 0, 0, 0.25);
    }

    100% {
        transform: scale(1) rotateY(0deg);
    }
}

.tabs_menu a {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 12px 24px;
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-transform: none;
    letter-spacing: -0.025em;
    border: none;
    background: transparent;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}



/* Estado activo - SIN hover */
.tabs_menu a.active {
    color: var(--color-white);
}

/* Animaciones del fondo deslizante */
.tabs_menu[data-active="Goals"]::before {
    transform: translateX(2px);
    width: 135px;
}

.tabs_menu[data-active="Beliefs"]::before {
    transform: translateX(145px);
}

.tabs_menu[data-active="Doctrines"]::before {
    transform: translateX(298px);
}


.tabs_menu[data-active="why"]::before {
    transform: translateX(0px);
    width: 135px;
    }

.tabs_menu[data-active="Impact"]::before {
    transform: translateX(146px);
}

.tabs_menu[data-active="WaystoGive"]::before {
    transform: translateX(300px);
}

.descripcion_general.text-white,
.descripcion_general.fs_.tcw_.mb-0.text-white {
    color: white !important
}
.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.tabs_section_new.active {
    display: block !important
}

 
 



/* Estilos para las secciones de contenido */
.tabs_section_new {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.tabs_section_new.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
    position: relative;
    z-index: 2;
}

/* Contenedor para las secciones */
.tabs_content_container {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

 


.tabs_content_container .accordion-collapse,
.tabs_content_container .custom-accordion .accordion-button:not(.collapsed) {
    color: black !important;
    background-color: #FFFDF7 !important;
}

.tabs_content_container p.descripcion_general {
    color: black !important;

}
.ministries-slider.ul-items.x4 li {
    max-width: calc(25% - 8px)
}

#current-date i {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    background: var(--color-cream);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    color: #000;
    transform: rotate(90deg);
    font-size: 14px;
}

/* Sistema de tabs */
.event-tabs {
    display: flex;
    gap: 8px;
    background: var(--color-green-dark);
    padding: 4px;
    border-radius: 5px;
    width: fit-content;
    float: right
}

.event-tab {
    padding: 12px 24px;
    background: transparent;
    border: none;
    color: #999;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.event-tab.active {
    background: #fff;
    color: #1a1a1a;
}

.event-tabs button {
    color: white
}

.event-tab:hover:not(.active) {
    background: #084739;
    color: #fff;
}

/* Contenedor de eventos */
.events-container {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Vista BOX (Grid) */
.event--skin2.box-mode .events-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(320px, 1fr));;
    gap: 20px;
}

.event--skin2.box-mode .events-container.f-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
/* El tercer elemento ocupa ambas columnas */
.event--skin2.box-mode  .events-container .h-auto--img:nth-child(3) {
    grid-column: 1 / -1;
}
.event--skin2.box-mode .event-item {
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    border: 1px solid #e8e6e2;
}

.event--skin2.box-mode .event-item:hover {
    background: var(--color-cream);
    border: 1px solid #e8e6e2
}

.event--skin2.box-mode .event-image>div {
    width: calc(100% - 20px);
    height: 200px;
    position: relative;
    object-fit: cover;
    overflow: hidden;
    border-radius: 5px;
    margin: 10px;
}

.event--skin2.box-mode .event-image img {
    width: 100%;
    object-fit: contain;
}

.event--skin2.box-mode .event-image {
    width: 100%;
    height: 210px;
    position: relative;
    object-fit: cover;
    overflow: hidden;
}

.event--skin2.box-mode .event-image>div {
    position: relative;
    z-index: 2;
}

.event--skin2.box-mode .event-content {
    padding: 20px;
}

.event--skin2.box-mode .event-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
    line-height: 1;
    color: #000;
}

.event--skin2.box-mode .event-location {
    font-size: 14px;
    color: #999;
    margin: 0 0 16px 0;
}

.event--skin2.box-mode .event-meta {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.event--skin2.box-mode .event-date,
.event--skin2.box-mode .event-time,
.event--skin2.box-mode .event-venue {
    display: flex;
    align-items: normal;
    gap: 8px;
    font-size: 14px;
    color: #000;
}

/* Vista LIST (Playlist) */
.event--skin2.list-mode .events-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.event--skin2.list-mode .event-item {
    background: transparent;
    border: 1px solid #e8e6e2;
    border-radius: 10px;
    padding: 16px 20px !important;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
}

.event--skin2.list-mode .event-item:hover {
    background: var(--color-green-dark);
}

.event--skin2.list-mode .event-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.event--skin2.list-mode .event-image {
    width: 140px;
    height: 90px;
    border-radius: 8px;
    flex-shrink: 0;
    position: relative;
}



.event--skin2.list-mode .event-image>div {
    position: relative;
    z-index: 2;
}

.event--skin2.list-mode .event-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event--skin2.list-mode .event-info {
    flex: 1;
}

.event--skin2.list-mode .event-item:hover *,
.event--skin2.list-mode .event-item:hover .event-title {
    color: white !important
}

.event--skin2.list-mode .event-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0px 0;
    color: #000;
    line-height: 1
}

.event--skin2.list-mode .event-location {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.event--skin2.list-mode .event-meta {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #000;
    font-size: 13px;
}

.event--skin2.list-mode .event-venue,
.event--skin2.list-mode .event-date,
.event--skin2.list-mode .event-time {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px
}



/* Íconos */
.icon path {
    fill: var(--color-arena-500) !important
}

.icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Responsive */
@media (max-width: 768px) {
    .event--skin2.list-mode .event-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .event--skin2.list-mode .event-meta {
        gap: 16px;
    }
}
.video-popup-container a {
    display: flex
}

.video-popup-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.popup-vimeo {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.video-cover {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.play-button-overlay {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 0.3s ease;
    width: 100px !important;
    align-items: center;
        justify-content: center;
        display: flex;
}

.play-icon {
    width: 90px;
    height: 90px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

.popup-vimeo:hover .video-thumbnail {
    transform: scale(1.05);
}

.popup-vimeo:hover .play-button-overlay {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Modal Styles - Fullscreen */
.video-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.video-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    position: relative;
    width: 95vw;
    height: 95vh;
    max-width: none;
    max-height: none;
    background-color: #000;
    border-radius: 12px;
    overflow: hidden;
    animation: scaleIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.8),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

.video-modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    z-index: 100001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    line-height: 1;
}

.video-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
}

.video-modal-close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: white;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 1px;
}

.video-modal-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: white;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 1px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-modal-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    z-index: 1;
}

.video-modal-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
    margin-bottom: 16px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .video-modal-content {
        width: 98vw;
        height: 98vh;
        border-radius: 8px;
    }

    .video-modal-close {
        top: -50px;
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .video-modal-close:before,
    .video-modal-close:after {
        width: 18px;
    }

    .play-icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .video-modal-close {
        top: -45px;
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .video-modal-close:before,
    .video-modal-close:after {
        width: 16px;
    }
}


.event--skin2.box-mode .h-auto--img >.event-image ,
.event--skin2.box-mode .h-auto--img >.event-image div{
    height: auto !important;
}


.h-menu>a:before {
    width: 0%;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #000;
    content: "";
}

.h-menu>a:hover:before {
    width: 100% !important;

}

.h-menu>a.shown:before {
    width: 100% !important;

}

.has--hover--content.showing--submenu {
    transform: translateY(0%);

}

.has--hover--content.showing--submenu:before {
    opacity: 1;
}

.has--hover--content:before {
    content: "";
    position: absolute;
    top: 120px;
    width: 100%;
    height: 1px;
    background: #ffffff29;
    left: 0;
    opacity: 0;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.has--hover--content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 9;
    background: var(--color-green-dark);
    padding: 210px 0px 80px;
    border-radius: 0px 0px 5px 5px;
}

.has--hover--content .row {
    display: none
}

.has--hover--content .row.showing--submenu {
    display: flex;
}

.has--hover--content ul a:hover:before {
    width: 100%;
}

.has--hover--content ul a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.has--hover--content ul a {
    display: inline-block;
    color: white;
    font-size: 18px;
    position: relative;
}

.has--hover--content ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.has--hover--content aside {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.has--hover--content .swiper-slide a img {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.has--hover--content .swiper-slide a:hover img {
    transform: scale(1.05);
}

.has--hover--content .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
}

.has--hover--content video {
    opacity: 1 !important;
    height: auto !important;
    width: 112% !important;
}

.new--menu .container-fluid {
    padding: 0 20px;
}

.new--menu .header_main {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.new--menu .logo img {
    height: 50px;
}

/* Menú horizontal principal */
.new--menu .h-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
    margin: 0;
}

.new--menu .h-menu li {
    position: relative;
}

.new--menu .h-menu>li>a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 0;
    transition: color 0.3s ease;
    position: relative;
}

.new--menu .h-menu>li>a:hover {
    color: #2e7d32;
}

/* Línea animada debajo del menú */
.new--menu .h-menu>li>a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #2e7d32;
    transition: width 0.3s ease;
}

.new--menu .h-menu>li>a:hover:before {
    width: 100%;
}

/* Dropdown simple */
.new--menu .child-menu {
    position: absolute;
    top: 100%;
    right: 0;
    /* 
            backdrop-filter: saturate(180%) blur(10px) !important;
            -webkit-backdrop-filter: saturate(180%) blur(10px) !important; */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5px 5px;
    padding: 0px;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
    margin-top: 28px;
    background: rgba(255, 255, 255, .9) !important;

}

.new--menu .h-menu>li:hover .child-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.new--menu .child-menu ul {
    list-style: none;
    padding: 10px 0;
    margin: 0
}



.new--menu .child-menu a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    padding: 11px 15px;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
    margin: 0;
}

.new--menu .child-menu a:hover {
    padding-left: 20px;
}

/* Indicador de elementos faltantes */
.new--menu .missing-item {
    position: relative;
}

.new--menu .missing-item:after {
    content: 'Missing';
    font-size: 11px;
    color: #e74c3c;
    font-style: italic;
    margin-left: 5px;
}
/* Search form con floating label correcto */
.mm-search-enhanced {
    width: 100%;
    position: relative;
}

.mm-search-form-row {
    display: flex;
    align-items: stretch;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.mm-search-form-row:focus-within {
    border-color: var(--color-green-dark);
    box-shadow: 0 0 0 2px rgba(0, 46, 35, 0.1);
}

.mm-search-input-wrapper {
    flex: 1;
    position: relative;
}

.mm-search-input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 20px;
    font-size: 16px;
    color: #333;
    margin: 0;
    font-family: var(--font-inter);
}

.mm-search-input::placeholder {
    color: transparent;
}

.mm-search-floating-label {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #999;
    font-size: 16px;
    font-family: var(--font-inter);
    pointer-events: none;
    transition: all 0.3s ease;
    transform-origin: left top;
    padding: 0 4px;
    margin-left: -4px;
}

.mm-search-input:focus+.mm-search-floating-label,
.mm-search-input:not(:placeholder-shown)+.mm-search-floating-label {
    top: -28px;
    left: 4px;
    font-size: 16px;
    color: var(--color-green-dark);
    font-weight: 500;
}

.mm-search-btn {
    background: var(--color-green-dark);
    border: none;
    color: white;
    padding: 0 32px;
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.mm-search-icon {
    transition: transform 0.3s ease;
}

.mm-search-btn:hover {
    background: #00281f;
}

.mm-search-btn:hover .mm-search-icon {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .mm-search-input {
        padding: 18px 16px;
        font-size: 15px;
    }

    .mm-search-floating-label {
        left: 16px;
        top: 18px;
        font-size: 15px;
    }

    .mm-search-input:focus+.mm-search-floating-label,
    .mm-search-input:not(:placeholder-shown)+.mm-search-floating-label {
        top: -8px;
        left: 12px;
        font-size: 11px;
    }

    .mm-search-btn {
        padding: 0 24px;
        font-size: 12px;
        min-width: 100px;
    }
}


/* Stories Grid - Estilo Pinterest */
.stories_masonry_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 40px 0;
}

.story_card_item {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    break-inside: avoid;
}

.story_card_item.animate {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.story_card_wrapper {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.story_card_wrapper:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.story_image_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    /* Aspect ratio 4:3 */
    overflow: hidden;
}

.story_card_image {
    position: absolute;
    object-position: top;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.story_card_wrapper:hover .story_card_image {
    transform: scale(1.1);
}

.story_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.3) 50%,
            rgba(0, 46, 35, 0.9) 100%);
    opacity: 0.8;
    transition: opacity 0.4s ease;
}

.story_card_wrapper:hover .story_overlay {
    opacity: 1;
}

.story_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 20px;
    color: white;
    display: flex;
    align-items: end;
    justify-content: space-between;
    z-index: 2;
}

.story_title {
    font-family: var(--font-inter);
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.story_card_wrapper:hover .story_title {
    transform: translateY(-5px);
}

.story_play_btn {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transform: scale(0.8);
    opacity: 0;
    margin-left: 15px;
    flex-shrink: 0;
}

.story_card_wrapper:hover .story_play_btn {
    transform: scale(1);
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.story_play_btn svg {
    margin-left: 2px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.story_video_trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 3;
}

/* Load More Button */
.load_more_stories_btn {
    background: transparent;
    border: 2px solid var(--color-green-dark);
    color: var(--color-green-dark);
    padding: 16px 40px;
    border-radius: 50px;
    font-family: var(--font-inter);
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 200px;
}

.load_more_stories_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--color-green-dark);
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.load_more_stories_btn:hover::before {
    left: 0;
}

.load_more_stories_btn:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 46, 35, 0.3);
}

.load_more_text,
.load_more_loader {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.load_more_stories_btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.load_more_stories_btn:disabled:hover {
    transform: none;
    box-shadow: none;
}

.stories_counter_text {
    font-family: var(--font-inter);
    color: var(--color-grey-100);
    font-size: 14px !important;
    margin: 0;
}

/* Video Modal Mejorado */
.video_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999999999999999;
    margin: auto;
    right: 0;
    bottom: 0;
    padding: 40px;
}

.video_modal_overlay.active {
    opacity: 1;
}

.video_modal_container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
video#videoPlayer{
    width: 100%
}
.video_modal_content {
    position: relative;
    width: 100%; 
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
    transform: scale(0.8);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.video_modal_overlay.active .video_modal_content {
    transform: scale(1);
}

.video_modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.video_modal_close:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}

#videoFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.video_loading_spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 5;
}

/* Responsive */
@media (max-width: 768px) {
    .stories_masonry_grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
        padding: 20px 0;
    }

    .story_content {
        padding: 20px 15px;
    }

    .story_title {
        font-size: 16px;
    }

    .story_play_btn {
        width: 40px;
        height: 40px;
    }

    .video_modal_container {
        padding: 20px;
    }

    .video_modal_close {
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 480px) {
    .stories_masonry_grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .load_more_stories_btn {
        padding: 14px 30px;
        font-size: 14px;
        min-width: 180px;
    }
}

/* Animaciones de entrada escalonadas */
.story_card_item:nth-child(1) {
    transition-delay: 0.1s;
}

.story_card_item:nth-child(2) {
    transition-delay: 0.2s;
}

.story_card_item:nth-child(3) {
    transition-delay: 0.3s;
}

.story_card_item:nth-child(4) {
    transition-delay: 0.15s;
}

.story_card_item:nth-child(5) {
    transition-delay: 0.25s;
}

.story_card_item:nth-child(6) {
    transition-delay: 0.35s;
}

.story_card_item:nth-child(7) {
    transition-delay: 0.2s;
}

.story_card_item:nth-child(8) {
    transition-delay: 0.3s;
}

.story_card_item:nth-child(9) {
    transition-delay: 0.4s;
}






.height-200 {
    height: 200vh;
}

.hero--students .contentVideo {
    max-height: calc(100vh - 20px) !important;
    border-radius: 5px !important;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    overflow: hidden;
}

.hero--students video {
    position: absolute;
    height: 120%;
    width: auto;
    border-radius: 5px !important;
    overflow: hidden;
    background: black;
}

.pin-spacer {
    margin: 0 !important;
    width: 100% !important;
}

/* #pinherostudents>.container {
    position: absolute;
    top: 58vh;
    left: 0;
    right: 0;

    padding: 40px;
    width: 90%;
    border-radius: 5px;
} */

#pinherostudents .contentVideo .container {
    position: absolute;
    transformOrigin: "bottom left";
    bottom: 50px;
    left: 0;
    right: 0;
}

/* .item-card-help {
    border-color: transparent !important
} */

.bg-students--gradient {
    /* Animación de cambio de colores planos */
    animation: colorChange 15s ease infinite;
}

/* Definición de la animación con colores planos */
@keyframes colorChange {
    0% {
        background-color: #A5D1B2;
    }

    20% {
        background-color: #B25B40;
    }

    40% {
        background-color: #DC7050;
    }

    60% {
        background-color: #B25B40;
    }

    80% {
        background-color: #BEB8A3;
    }

    100% {
        background-color: #A5D1B2;
    }
}

.hover-scale img {
    transition: transform 0.5s ease;
    object-fit: cover;
}

.hover-scale:hover svg {
    transform: rotate(0deg);
}

.hover-scale:hover img {
    transform: scale(1.05);
}

.hover-scale {
    border-radius: 5px
}

.hover-scale svg {
    transition: transform 0.5s ease;
    transform: rotate(-45deg);
    fill: white;
}

/* Grid masonry de 2 columnas */
.grid-masonry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    grid-auto-rows: 180px;
}

/* Alturas específicas */
.h-2 {
    grid-row: span 2;
}

.h-3 {
    grid-row: span 3;
}

.h-4 {
    grid-row: span 4;
}

/* Responsive */
@media (max-width: 991px) {
    .grid-masonry {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
    }

    .h-2,
    .h-3 {
        grid-row: span 2;
    }
}

.ui--app {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ui--app li * {
    font-size: 1.2rem
}

.ui--app li {
    width: 33%
}

.ui--app li:nth-child(1) {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: start;
    text-align: right;
}

.ui--app li:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: start;
}

.ui--app li div:hover small {
    transform: translateY(0px);
    opacity: 1;
}

.ui--app li i {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--color-arena-500);
    color: var(--color-arena-500);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ui--app li small {
    opacity: 0;
    transform: translateY(10px);
    display: block;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.ui--app li:nth-child(1),
.ui--app li:nth-child(3) {
    padding-top: 20px
}

.ui--app li:nth-child(1) small {
    padding-right: 65px
}

.ui--app li:nth-child(3) small {
    padding-left: 65px
}

.ui--app li span {
    display: block
}

.kids_floating1,
.kids_floating2,
.kids_floating3,
.kids_floating4,
.kids_floating5,
.kids_floating6,
.kids_floating7 {
    position: absolute;
}

.kids_floating1 {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60%;
}

.kids_floating2 {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 50%;
}

.kids_floating3 {
    right: 20%;
    bottom: 0;
}

.kids_floating4 {
    right: 10%;
    top: 24%;
}

.kids_floating5 {
    left: 20%;
    bottom: 0;
}

.kids_floating6 {
    left: 22%;
    top: 30%;
}

.kids_floating7 {
    bottom: 0;
    right: 22%;
}




.accordeon_kids .accordion-button {
    background: white;
    border: 1px solid var(--color-arena-500);
    border-radius: 5px
}

.accordeon_kids .simbol:before {
    background: white !important
}

.accordeon_kids .simbol:after {
    background: white !important
}

.accordeon_kids .accordion-button {
    border: 0px solid var(--color-arena-500);
    border-radius: 5px;
    color: white !important;
}

.accordion-item {
    background: transparent !important
}

.ministries-slider a img{
        transition-duration: 0.7s;
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ministries-slider a:hover img{
    transform: scale(1.05);
}

.accordeon_kids .accordion-item:nth-child(1) .accordion-header button {
    background: #419DD8 !important;
}

.accordeon_kids .accordion-item:nth-child(2) .accordion-header button {
    background: #FF8EA7 !important;
}

.accordeon_kids .accordion-item:nth-child(3) .accordion-header button {
    background: #419DD8 !important;
}

.accordeon_kids .accordion-item:nth-child(4) .accordion-header button {
    background: #C37BC1 !important;
}

.accordeon_kids .accordion-item:nth-child(5) .accordion-header button {
    background: #F6B91C !important;
}

.accordeon_kids .accordion-item:nth-child(6) .accordion-header button {
    background: #419DD8 !important;
}

.accordeon_kids .accordion-item:nth-child(7) .accordion-header button {
    background: #FF8EA7 !important;
}

.accordeon_kids .accordion-item:nth-child(8) .accordion-header button {
    background: #C37BC1 !important;
}

.accordeon_kids .accordion-item:nth-child(9) .accordion-header button {
    background: #F6B91C !important;
}

.accordeon_kids .accordion-item:nth-child(10) .accordion-header button {
    background: #009FDD !important;
}

.accordeon_kids .accordion-item:nth-child(11) .accordion-header button {
    background: #FF8EA7 !important;
}

.accordeon_kids .accordion-item:nth-child(12) .accordion-header button {
    background: #419DD8 !important;
}

.accordeon_kids .accordion-item:nth-child(13) .accordion-header button {
    background: #C37BC1 !important;
}

.accordeon_kids .accordion-item:nth-child(14) .accordion-header button {
    background: #009FDD !important;
}

.accordeon_kids .accordion-item:nth-child(15) .accordion-header button {
    background: #F6B91C !important;
}

.accordeon_kids .accordion-item:nth-child(16) .accordion-header button {
    background: #FF8EA7 !important;
}

.accordeon_kids .accordion-item:nth-child(17) .accordion-header button {
    background: #419DD8 !important;
}

.accordeon_kids .accordion-item:nth-child(18) .accordion-header button {
    background: #C37BC1 !important;
}

.accordeon_kids .accordion-item:nth-child(19) .accordion-header button {
    background: #009FDD !important;
}

.accordeon_kids .accordion-item:nth-child(20) .accordion-header button {
    background: #F6B91C !important;
}

#accordeon_jobs2.accordeon_kids .accordion-item:nth-child(1) .accordion-header button {
    background: #419DD8 !important
}

#accordeon_jobs2.accordeon_kids .accordion-item:nth-child(2) .accordion-header button {
    background: #C37BC1 !important
}

#accordeon_jobs2.accordeon_kids .accordion-item:nth-child(3) .accordion-header button {
    background: #009FDD !important
}




body .accordeon_kids .accordion-item .accordion-header:hover img {
    transform: scale(1.1) rotate(10deg);

}

body .accordeon_kids .accordion-item .accordion-header img {
    height: 74px;
    margin-right: 15px;
    width: 74px;
    transform: scale(1);
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

body .accordeon_kids .accordion-item .accordion-header button:not(.collapsed) {
    border-radius: 0px !important
}

body .accordeon_kids .accordion-item .accordion-header:hover button {
    opacity: 0.9;
}

.accordeon_kids .accordion-button {
    color: var(--color-green-dark);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    padding: 20px 25px !important;
    display: flex;
    justify-content: space-between;

}

.accordeon_kids .accordion-button svg {
    margin: 0 10px 0px 0;
}

div.accordeon_kids .accordion-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px 150px 50px 30px;
}
.overlay--gradient:before {
    content: '';
    position: absolute;
    /* Gradiente: transparente arriba, oscuro abajo */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay--gradient {
    position: relative;
}