@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Sora-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/Sora-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/Sora-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/Sora-Bold.ttf') format('truetype');
}
/* Styles Globales Start */

body{
    font-family: 'Sora', sans-serif !important;
    font-weight: 400;
    overflow-x: hidden;
}

.esz_25_big_title{
    font-size: 5.61rem;
    line-height: .7em;
}
.esz_25_title{
    font-size:4.20rem;
}
.esz_25_subtitle{
    font-size:3.15rem;
}
.esz_25_subtitle_small{
    font-size:2.369rem;
}
.esz_25_highlight{
    font-size:1.777rem;
    line-height: 1.2;
}
.esz_25_highlight_small{
    font-size:1.333rem;
    line-height: 1.2;
}
.esz_25_caps{
    font-size:1.333rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.esz_25_caps_small{
    font-size:.9rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.1;
}
.esz_25_p_big{
    font-size:1.2rem;
    line-height: 1.2em;
}
.esz_25_p{
    font-size:1rem;
    line-height: 1.2em;
}
.esz_25_p_small{
    font-size: 0.75rem;
}
.esz_25_bold{
    font-family: 'Sora', sans-serif !important;
    font-weight: 700;
}
.esz_25_light{
    font-family: 'Sora', sans-serif !important;
    font-weight: 300;
}
.esz_25_uppercase{
    text-transform: uppercase;
}
.esz_25_text_link_white{
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
}

.esz_25_text_underline{
    text-decoration: underline;
    text-underline-offset: 3px;
}

.esz_25_color_blue{
    color: #0043BE;
}
.esz_25_color_blue_dark{
    color: #151656;
}
.esz_25_color_gradient{
    background: linear-gradient(90deg,rgba(95, 53, 214, 1) 0%, rgba(91, 202, 245, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.esz_25_color_gradient_reverse{
    background: linear-gradient(90deg,rgba(91, 202, 245, 1) 0%, rgba(95, 53, 214, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.esz_25_bg_color_blue_light{
    background-color: #3EC1F3;
}
.esz_25_bg_color_blue{
    background-color: #0043BE;
}
.esz_25_bg_color_blue_dark{
    background-color: #132143;
}
.esz_25_bg_color_dark{
    background-color: #1C1B1F;
}
.esz_25_bg_color_light{
    background-color: #E7EDF4;
}
.esz_25_bg_color_purple_dark{
    background-color: #3E25D9;
}
.esz_25_bg_color_purple{
    background-color: #7765E3;
}
.esz_25_bg_color_white{
    background-color: #ffffff;
}
.esz_25_btn_link{
    color: white;
    text-decoration: none;
}

.esz_25_btn_link:hover{
    text-decoration: underline;
    text-underline-offset: 6px;
}

.esz_25_icon_link{
    background-color: white;
    padding: 5px;
    color: #132143;
    display: flex !important;
    align-items: center;
}
.esz_25_btn_link_dark{
    color: #132143;
    text-decoration: none;
}

.esz_25_btn_link_dark:hover{
    text-decoration: underline;
    text-underline-offset: 6px;
}

.esz_25_icon_link_dark{
    background-color: #132143;
    padding: 5px;
    color: white;
}
.pt-10{
    padding-top: 6rem;
}
.mt-10{
    margin-top: 6rem;
}
.ps-10{
    padding-left: 6rem;
}
.pt-md-10{
    padding-top: 6rem !important;
}

.icon-square{
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    background-color: #0043BE;
    color: white;
    font-size: 14px;
}
.nav-item .dropdown-menu{
    border: 0px !important;
    border-radius: 0px !important;
    padding: 0px !important;
    transition: all 0.3s ease;
}
.nav-item .dropdown-item{
    padding: 10px !important;
}
.nav-item .dropdown-item:focus, .dropdown-item:hover{
    background-color: #E7EDF4 !important;
    font-weight: 800 !important;
}


/* Styles Globales End */

.info-icon-whatsapp{
  background-color: #2ff360;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 3;
  text-decoration: none;
}

/* Styles Menu Start */

.esz_25_logo_menu{
    position: absolute;
    left: 2rem;
}

.esz_25_menu_section{
    position: fixed;
    gap: 5rem;
    z-index: 99999;
    width: 100%;
}

.navbar{
    width: 100%;
}
.navbar-toggler{
    background-color: rgba(25, 46, 90, 0.1) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: none !important;
}

.esz_25_menu_container{
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 10px 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.esz_25_menu_list .esz_25_menu_link{
    padding: .5rem 1rem;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .8rem;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    font-weight: 800 !important;
}
.navbar-nav .nav-link:hover{
    font-weight: 800 !important;
}

/* Styles Menu End*/

/* Styles Footer Start */

.footer{
  background-color: #151656;
    color: white;
    overflow: hidden;

}
.link-footer{
  color: #ffffff;
  text-decoration: none !important;
  font-size: .8rem;
}
footer{
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 12%); /* Forma diagonal */
}
footer::before {
  content: '';
  position: absolute;
  width: 50vw;
  height: 50vw;
  bottom: -100px;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0,67,190,1) 0%, rgba(0,67,190,0) 84%);
  opacity: 0.5;
  z-index: 0;
}

footer::after {
  content: '';
  position: absolute;
  width: 50vw;
  height: 50vw;
  bottom: -100px;
  left: -100px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0,67,190,1) 0%, rgba(0,67,190,0) 84%);
  opacity: 0.4;
  z-index: 0;
}

footer .container {
  position: relative;
  z-index: 1;
}

/* Styles Footer End */

/* Styles Home Start */

.esz_25_home_intro_bg{
    background-image: url("img/esz_home_intro_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200vh;
}
.esz_home_intro_wrapper{
    height: 100vh;
}

.esz_25_home_govtech_bg{
    background-image: url("img/esz_home_govtech_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.esz_25_home_govtech_card{
    background-color: rgba(255, 255, 255, 0.151);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.esz_25_home_banner_01_bg{
    background-image: url("img/esz_home_banner_01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.esz_25_home_banner_02_bg{
    background-image: url("img/esz_home_banner_02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.esz_25_home_banner_03_bg{
    background-image: url("img/esz_home_banner_03.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.esz_25_home_sticky_section{
    position: sticky;
    top: 120px;
}
.esz_25_sticky_cards_01{
    position: sticky;
    top: 120px;
    margin-top: 50vh;
    z-index: 1;
}
.esz_25_sticky_cards_02{
    position: sticky;
    top: 200px;
    margin-top: 55vh;
    z-index: 2;
}
.esz_25_sticky_cards_03{
    position: sticky;
    top: 280px;
    margin-top: 55vh;
    z-index: 3;
}
.esz_25_sticky_cards_04{
    position: sticky;
    top: 360px;
    margin-top: 55vh;
    z-index: 4;
}
.esz_25_sticky_cards_05{
    position: sticky;
    top: 440px;
    margin-top: 55vh;
    z-index: 5;
}


/* Styles Home End */

/* Styles About Start */

.esz_25_quienes_somos_circulos{
    background-image: url("img/esz_quienes_somos_circle_bg.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index:3;
}

.esz_25_about_intro_bg{
    background-image: url("img/esz_quienes_somos_intro_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 80vh;
}

.esz_25_carrusel_wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.esz_25_carrusel_track {
  display: flex;
  width: max-content;
  animation: scrollLoop 30s linear infinite;
}

.esz_25_carrusel_items {
  display: flex;
}

.esz_25_carrusel_item img {
  height: auto;
  width: 12rem;
  max-width: 100%;
  object-fit: contain;
}


/* Animación */
@keyframes scrollLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.carrusel_aliados_item{
    width: 20rem;
}

.esz_25_carrusel_reversa {
  animation: scrollReverse 30s linear infinite;
}
/* Animación reversa (izquierda -> derecha) */
@keyframes scrollReverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.esz_25_offcanvas_bio{
    width: 50vw !important;
}
.esz_25_big_socios{
    font-size: 10rem;
    margin-bottom: -4rem;
}
.esz_25_title_quienes_somos{
    position: sticky;
    top: 120px;
}
.esz_25_card_quienes_somos{
    margin-bottom: 25vh;
    position: sticky;
    top: 250px;
}
.esz_25_objetivos_title{
    position: sticky;
    top: 120px;
}
.esz_25_objetivos_cards{
    position: sticky;
    top: 250px;
    margin-bottom: 30vh;
    min-height: 30vh;
}
a.icon-socios{
    color: #151656;
    transition: all ease-in 600s;
    scale: 1;
}
a.icon-socios:hover{
    color: #0043BE !important;
    scale: 1.2;
}   


#sociosOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    z-index: 1040; /* Por debajo del offcanvas, pero por encima del contenido */
    transition: opacity 0.3s ease;
}

/* Styles About End */


/* Styles División Govtech Start */

.esz_25_govtech_intro_bg{
    background-image: url("img/esz_govtech_intro_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 40vh;
}

.esz_25_govtech_dark_bg{
    background-image: url("img/esz_govtech_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.esz_25_govtech_banner_bg{
    background-image: url("img/esz_govtech_banner_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.esz_25_govtech_banner_card{
    background-color: rgba(255, 255, 255, 0.151);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.esz_25_govtech_cards_wrapper{
    display: flex;
    overflow-x: scroll;
    gap: 2rem;
}
.esz_25_govtech_cards{
    width: 25rem;
}
.esz_25_govtech_cards_wrapper::-webkit-scrollbar:horizontal{
    margin-top: 1rem;
}
.esz_25_govtech_cards_wrapper::-webkit-scrollbar-track{
    background-color: white !important;
}
.esz_25_govtech_cards_wrapper::-webkit-scrollbar-thumb{
    background-color: #0043BE !important;
}
/* Styles División Govtech End */

/* Styles Plataformas Start */

.esz_25_plataformas_intro{
    z-index: 10;
    width: 100%;
    position: relative;
}
.esz_25_plataformas_bg{
    height: 300vh;
    margin-bottom: -100vh;
    position: sticky;
}
.esz_25_plataformas_card_intro{
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 4rem;
    z-index: 2;
    background-color: white;
    width: 100%;
}
.esz_25_plataformas_intro_wrapper{
    height: 100vh;
    position: sticky;
    top: 0;
}
.esz_25_img_sticky{
    top: 60px;
    position: sticky;
}
.esz_25_tramitapp_card{
    background-color: #E7EDF4;
    box-shadow: 5px -5px 11px -3px rgba(161, 199, 206, 0.38);
    -webkit-box-shadow: 5px 11px 11px -3px rgba(161, 199, 206, 0.38);
    -moz-box-shadow: 5px 11px 11px -3px rgba(161, 199, 206, 0.38);
    border-top: 1px solid #dfe3e7;
    padding: 20px 10px;
    position: sticky;
    top: 120px;
    min-height: 80vh;
    margin-bottom: 40vh;
}
.esz_25_highlight_message{
    font-size: 1.2rem;
}

.esz_25_plataformas_banner_bg{
    background-image: url("img/esz_plataformas_banner_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.esz_25_plataforma_intro_card{
    background: #0043BE;
background: linear-gradient(90deg,rgba(0, 67, 190, 0) 24%, rgba(0, 67, 190, 1) 40%, rgba(21, 22, 86, 1) 100%);
    height: 100%;
    z-index: 2;
    position: relative;
}
.esz_25_plataformas_intro_card{
    background-color: rgba(255, 255, 255, 0.151);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.esz_25_plataformas_emprende_banner{
    background-image: url("img/esz_plataformas_emprende_banner_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.esz_25_emprende_card{
    background-color: rgba(255, 255, 255, 0.151);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.accordion-button{
    padding: 1rem 0rem !important;
}
.esz_25_plataformas_lema{
    padding: 0.5rem 1rem;
    border: 1px solid #000000;
    border-radius: 150px;
}
.esz_25_plataformas_intro_phone_img{
    position: absolute;
    left: 10%;
    top: 10%;
    overflow: hidden;
}
.esz_25_plataformas_intro_video{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    }
.esz_25_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.esz_25_icons_banners{
    width: 100%;
    height: 100%;
}
.icon_banner_01, .icon_banner_02, .icon_banner_03, .icon_banner_04, .icon_banner_05, .icon_banner_06, .icon_banner_07{
    position: absolute;
}
.icon_banner_01{
    bottom: 25%;
    left: 5%;
}
.icon_banner_02{
    top: 30%;
    left: 5%;
}
.icon_banner_03{
    top: 10%;
    left: 20%;
}
.icon_banner_04{
    top: 0%;
    left: 50%;
}
.icon_banner_05{
    top: 10%;
    right: 20%;
}
.icon_banner_06{
    top: 30%;
    right: 5%;
}
.icon_banner_07{
    bottom: 25%;
    right: 5%;
}
.esz_25_contact_alex_bg{
    background-image: url("img/esz_contacto_alex.png");
    background-size: cover;
    background-position: center center;
}
.esz_25_sticky_number{
    font-size: 4rem;
    line-height: 1;
    padding-left: 11%;
    padding-right: 11%;
    position: sticky;
    top: 9rem;
    width: 100%;
}
.esz_25_sticky_bar{
    height: 35rem;
    position: relative;
    width: 1px;
}
.esz_25_sticky_number_content{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .625rem;
    left: 2vw;
    margin: 0;
    position: absolute;
}
.esz_25_trami_intro_container{
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background-image: url("img/trami-gov-intro-bg.png");
    background-position: center;
    background-size: cover;
}
.esz_25_trami_intro_cards{
    position: absolute;
    bottom: 2rem;
}
.esz_25_trami_intro_cards .esz_25_bg_color_light{
    background-color: #EFFBFF;
    box-shadow: 7px 6px 21px 0px rgba(0,0,0,0.09);
    -webkit-box-shadow: 7px 6px 21px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 7px 6px 21px 0px rgba(0,0,0,0.09);
}
.esz_25_trami_intro_icons{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.esz_25_trami_intro_icon{
    position: absolute;
}
.esz_25_trami_intro_icon.icon_01{
    bottom: 20%;
    left: 8%;
}
.esz_25_trami_intro_icon.icon_02{
    bottom: 50%;
    left: 2%;
}
.esz_25_trami_intro_icon.icon_03{
    top: 5%;
    left: 20%;
}
.esz_25_trami_intro_icon.icon_04{
    top: 10%;
    right: 20%;
}
.esz_25_trami_intro_icon.icon_05{
    bottom: 50%;
    right: 2%;
}
.esz_25_trami_intro_icon.icon_06{
    bottom: 20%;
    right: 8%;
}

.esz_25_llave_intro_img{
    position: absolute;
    left: 5%;
    top: 15%;
    overflow: hidden;
}
.esz_25_plataformas_introduccion_bg{
    background-image: url("img/consultoria-hs-bg-01.jpg");
    background-size: cover;
    background-position: center center;
}
.esz_25_bg_glass_card{
   background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(5px); 
    border-width: 1px;
}
.esz_25_bg_glass_card::before{
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(#ffffff1e, #ffffff11) border-box;
    mask-composite: subtract;
    mask: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) border-box,
    linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box;
}

/* Styles Plataformas End */

/* Styles contacto Start */
#contact_form_container{
    margin-top: -10vh;
    z-index: 3;
    position: relative;
}
.esz_25_contacto_bg{
    background-image: url("img/esz_contacto_bg.jpg");
    background-size: cover;
    background-position: center;
    height: 85vh;
}
.esz_25_contact_icon{
    width: 1.5rem;
    height: 1.5rem;
}
.esz_25_contact_form_bg{
    background-image: url("img/esz_contacto_form_bg.jpg");
    background-size: cover;
}
.esz_25_contact_wrapper_bg{
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 3rem 3rem 8rem 5rem !important;
}
.esz_25_input_form, textarea{
    background-color: transparent !important;
    border-radius: 0px !important;
    border: 0px !important;
    border-bottom: 1px solid #ffffff !important;
    color: white;
    padding: 10px 0px 0px 0px !important;
}
.form-floating label{
    color: white !important;
    padding: 1rem 0rem !important;
}
.esz_25_btn_form{
    right: 0;
    bottom: 0;
}
.esz_25_btn_form button{
    background-color: #7765E3 !important;
    border: 1px solid #7765E3;
    border-radius: 0px;
    padding: 5px 30px;
    text-transform: uppercase;
}
.esz_25_btn_contact{
    background-color: #7765E3 !important;
    border: 1px solid #7765E3;
    border-radius: 0px;
    padding: 5px 30px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}
.esz_25_btn_contact:hover{
    background-color: #0043BE !important;
    border: 1px solid #0043BE;
}
.form-control{
    color: #ffffff !important;
}
textarea.form-control{
    height: 5rem !important;
}
/* Styles contacto end */


/* Styles landing Accede Start */

.esz_25_accede_bg{
    background-image: url("img/esz_plataformas_intro_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.esz_25_number_square{
    color: white;
    width: 30px;
    height: 30px;
    background-color: #0043BE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-shrink: 0;
}
.esz_25_accede_intro_wrapper{
    height: 85%;
}

.esz_25_casos_exito{
    background-image: url("img/casos-de-exito-bg.jpg");
    background-size: cover;
    background-position: center;
}
.esz_25_bg_card_casos_exito{
    background-color: rgba(255, 255, 255, 0.199) ;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 1;
}
.esz_25_image_container{
    min-height: 30vh;
}
.esz_25_bg_cards{
    background-color: #E7EDF4 ;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin-bottom: 50vh !important;
    box-shadow: -2px 10px 26px 1px rgba(0,0,0,0.34);
    -webkit-box-shadow: -2px 10px 26px 1px rgba(0,0,0,0.34);
    -moz-box-shadow: -2px 10px 26px 1px rgba(0,0,0,0.34);
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.esz_25_bg_cards.card_01{
    position: sticky;
    top: 6rem;
    z-index: 1;
}
.esz_25_bg_cards.card_02{
    position: sticky;
    top: 8rem;
    z-index: 2;
}
.esz_25_bg_cards.card_03{
    position: sticky;
    top: 10rem;
    z-index: 3;
}
.esz_25_bg_cards.card_04{
    position: sticky;
    top: 12rem;
    z-index: 4;
}
.esz_25_bg_cards.card_05{
    position: sticky;
    top: 14rem;
    z-index: 5;
}

.esz_25_casos_celular{ 
    margin-right: -20px;
    z-index: 2;
}
.esz_25_plataforma_accede_bg{
    background-image: url("img/plataformas-bg.png");
    background-size: cover;
    background-position: left center;
}
.esz_25_accede_cards{
    position: sticky;
    top: 120px;
}
.esz_25_image_sticky_section{
    position: absolute;
    transition: opacity 0.5s ease;
    width: 100%;
}
.esz_25_emprende_intro_logo{
    width: 50%;
}
/* Styles landing Accede End */

/* Styles Diplomados general start */
.esz_25_diplomados_card{
    background-color: #000000;
    overflow: hidden;
    height: 100%;
}
.esz_25_diplomados_card.blocked{
    opacity: 20%;
    pointer-events: none;
}
.esz_25_btn_cards_diplomados{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #7765E3;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
}
.esz_25_diplomados_card.blocked .esz_25_btn_cards_diplomados{
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    background-color: #7765E3;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
}
.esz_25_expertos_bg{
    background-image: url("img/esz_diplomados_expertos_bg.jpg");
    background-position: center;
    background-size: cover;
}
.esz_25_slider_mask{
    background-color: rgba(255, 255, 255, 0.199) ;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.carousel-caption.esz_25_slider_diplomados{
    left: 0% !important;
    bottom: 0;
    padding-bottom: 0px;
    right: 30%;
}
#carouselExpertos .carousel-caption{
    position: inherit;
    left: auto;
    right: auto;
}
#carouselExpertos .carousel-control-prev{
 left: -10%;
}
#carouselExpertos .carousel-control-next{
 right: -10%;
}
/* Styles Diplomados general end */

/* Styles diplomado en regulación Start */
.esz_25_diplomado_regulacion_bg{
    background-image: url("img/diplomados-slide-img-02.jpg");
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
    background-position: center;
}

.esz_25_diplomado_regulacion_bg .row{ 
    height: 100%;
}
.esz_25_diplomados_modulos_bg{
    background-image: url("img/diplomados-modulos-bg.jpg");
    background-position: center;
    background-size: cover;
}


/* Styles diplomado en regulación end */

/* Styles consultoría start */

.esz_25_circle{
    width: 15rem;
    height: 15rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.esz_25_circle_dark{
    width: 16rem;
    height: 16rem;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6rem;
}
.esz_25_circle_right{
    margin-left: -2rem;
}
.esz_25_circle_left{
    margin-right: -2rem;
}
.esz_25_circles_logo{
    position: absolute;
    top: 30%;
    left: 45%;
    right: 35%;
}
.esz_25_servicios_consultoria .nav-link.active{
    color: #ffffff;
    font-weight: 700;
    background-color: #0043BE;
}
.esz_25_servicios_consultoria .nav-link{
    color: #132143;
    font-weight: 300;
    margin-bottom: 15px;
}
.esz_25_consultoria_intro_bg{
    background-image: url("img/esz_consultoria_estrategica_intro_bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 40vh;
}
.esz_25_circles_margin{
    margin-top: -2rem !important;
}
.horizontal-scroll {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.scroll-wrapper {
  display: flex;
  height: 100vh;
}

.panel {
  flex: 0 0 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.panel.panel_01{
    background-image: url("img/consultoria-hs-bg-01.jpg");
    background-position: center;
    background-size: cover;
}
.panel.panel_03{
    background-image: url("img/consultoria-hs-bg-03.jpg");
    background-position: center;
    background-size: cover;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    font-size: 3rem !important;
    color: #132143 !important;
}
.owl-carousel .owl-nav button.owl-next{
    margin-right: -1rem !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #dfe3e7 !important;
    border-radius: 0px !important;
}
.owl-carousel .owl-nav button.owl-prev{
    margin-left: -1rem !important;
}
.owl-theme .owl-nav{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 40%;
}
.esz_25_enfoque_section_sticky{
    position: sticky;
    top: 120px;
}
.esz_25_enfoque_card_01{
    position: sticky;
    top: 120px;
    margin-bottom: 40vh;
    height: 75vh;
}
.esz_25_enfoque_card_02{
    position: sticky;
    top: 140px;
    margin-bottom: 40vh;
    height: 75vh;
}
.esz_25_enfoque_card_03{
    position: sticky;
    top: 160px;
    margin-bottom: 40vh;
    height: 75vh;
}
.esz_25_enfoque_card_04{
    position: sticky;
    top: 180px;
    margin-bottom: 40vh;
    height: 75vh;
}
/* Styles consultoria end */

/* Styles trami.gov start */
.esz_25_trami_container{
    position: relative;
    height: 500vh;
}
.esz_25_trami_wrapper{
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.esz_25_trami_problematicas{
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1; /* Por defecto ocultas */
}

.esz_25_trami_problematicas img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1); /* Zoom inicial más dramático */
    filter: blur(0px); /* Empieza desenfocada */
}
.esz_25_trami_problematicas_text{
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    top: 40%;
}
.esz_25_trami_problematicas_text h3 {
    opacity: 0;
    transform: translateY(60px);
    filter: blur(4px);
    transition: all 0.5s ease;
}
.esz_25_funcionalidad_bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.esz_25_funcionalidad_text{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.esz_25_funcionalidad_content{
    height: 100%;
    position: relative;
    min-height: 20vh;
}

/* Styles trami.gov end */

/* Styles nuestros proyectos start */
.esz_nuestros_proyectos_logo_plataforma{
    position: absolute;
    top: 0;
    left: 0;
}
/* Barra fija con fondo y sombra al hacer scroll */
.esz-cats-bar { 
    background:#fff; 
    z-index: 20; 
    transition: all .25s ease; 
    position: fixed;
    width: 100%;
    bottom: 0;
}
.esz-cats-bar.is-scrolled { 
    box-shadow: 0 6px 18px rgba(0,0,0,.08); 
}
.esz-cats-bar.is-scrolled a .esz_25_p_small{
    display: none;
}

/* Botones del menú (evitar estilos de botón nativo) */
.btn-reset { 
    background:none; 
    border:0; 
    padding:0; 
    text-align:center; 
    cursor:pointer; 
}
.cat-btn { 
    opacity:.4; 
    transition: transform 0.2s ease, opacity 0.2 ease; 
    width: 6rem;
    display: block;
    text-decoration: none;
    color: black;
}
.cat-btn.is-active { 
    opacity:1; 
    transform: scale(1.02); 
    background-color: #E7EDF4;
}

/* Cards ocultas por filtro */
.project-card.is-hidden { 
    display:none !important; 
}

/* Mobile: fila horizontal desplazable */
#categorias .row { 
    scrollbar-width: thin; 
}
#categorias .row::-webkit-scrollbar { 
    height:6px; 
}
#categorias .row::-webkit-scrollbar-thumb { 
    background: rgba(0,0,0,.2); 
    border-radius: 10px; 
}
.esz_25_card_estadistica{
    min-width: 20%;
    max-width: 30%;
}

/* Styles nuestros proyectos end */

/* Newsletter */

.esz_25_newsletter_banner_bg{
    background-image: url("img/esz_govtech_bg.jpg");
    background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 1280px){
    .esz_25_slider_img{
        height: 90vh;
        object-fit: cover;
    }
    .carousel-caption.esz_25_slider_diplomados{
        right: 15%;
    }
}


@media (max-width: 768px) {
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
        text-align: start;
    }
    .esz_25_menu_container{
        align-items: start;
    }
    .nav-item .dropdown-item{
        text-align: start;
    }
    .esz_25_carrusel_item img {
        width: 8rem;
    }
    .esz_25_big_title{
        font-size: 2.6rem;
    }
    .esz_25_title{
        font-size:2.2rem;
    }
    .esz_25_subtitle{
        font-size:1.8rem;
    }
    .esz_25_subtitle_small{
        font-size:1.5rem;
    }
    .esz_25_highlight{
        font-size:1.2rem;
    }
    .esz_25_highlight_small{
        font-size:1rem;
    }
    .esz_25_p{
        font-size:.9rem;
    }
    .esz_25_p_small{
        font-size: 0.75rem;
    }
    .pt-10{
    padding-top: 6rem;
    }
    .mt-10{
        margin-top: 6rem;
    }
    .ps-10{
        padding-left: 0rem;
    }
    .pt-md-10{
        padding-top: 1rem !important;
    }
    .esz_25_logo_menu{
        position: relative;
        left: 0rem;
    }
    .esz_25_plataformas_intro_phone_img{
        position: relative;
        text-align: center;
        top: 0;
        left: 0;
    }
    .esz_25_plataformas_intro_phone_img img{
        width: 50%;
    }
    .esz_25_contact_wrapper_bg{
       padding: 2rem 2rem 8rem 2rem !important; 
    }
    .esz_25_accede_intro_wrapper{
        height: 72%;
    }
    .esz_25_casos_celular{
        margin-right: auto !important;
        margin-left: auto;
    }
    .esz_25_plataforma_accede_bg{
        background-position: top center;
    }
    .esz_25_accede_bg{
        height: auto;
    }
    .esz_25_circles_margin{
    margin-top: 0rem !important;
    }
    .esz_25_enfoque_section_sticky{
        position: relative;
        top: 0;
    }
    .esz_25_plataforma_intro_card{
    background: #0043BE;
background: linear-gradient(180deg,rgba(0, 67, 190, 0) 40%, rgba(0, 67, 190, 1) 80%, rgba(21, 22, 86, 1) 100%);
    height: 100%;
    z-index: 2;
    position: relative;
    }
    .esz_25_highlight_message{
        font-size: 1rem;
    }
    .esz_25_offcanvas_bio{
        width: 80vw !important;
    }
    .esz_25_reconocimiento_card{
        flex-direction: column;
    }
    .esz_25_reconocimiento_card:hover{
    background-color: transparent;
    color: black;
    }
    .esz_25_reconocimientos_card_hover{
        position: relative;
        opacity: 1;
        color: #000000;
        top: auto;
        right: auto;
        max-width: 100%;
        padding-top: 1rem;
        gap: 1rem;
    }
    .esz_25_big_socios{
        font-size: 5rem;
        margin-bottom: -2rem;
    }
    .esz_25_trami_intro_icon.icon_01{
        bottom: 5%;
        left: 0%;
    }
    .esz_25_trami_intro_icon.icon_02{
        bottom: 35%;
        left: 2%;
    }
    .esz_25_trami_intro_icon.icon_03{
        top: 30%;
        left: 15%;
    }
    .esz_25_trami_intro_icon.icon_04{
        top: 30%;
        right: 15%;
    }
    .esz_25_trami_intro_icon.icon_05{
        bottom: 35%;
        right: 2%;
    }
    .esz_25_trami_intro_icon.icon_06{
        bottom: 5%;
        right: 0%;
    }
     .esz_25_sticky_number {
    font-size: 2.2rem; /* más pequeño para mobile */
    top: 5rem; /* baja un poco la posición */
    padding: 0 5%;
    }

    .esz_25_sticky_bar {
        height: 30rem; /* barra más corta */
    }
    .esz-cats-bar .esz_25_p_big, .esz-cats-bar .esz_25_p_small {
        display: none;
    }
    .funcionalidades .row {
    margin: 0 !important;
    padding: 2rem 1rem !important;
  }
  .funcionalidades .row .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1rem;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .funcionalidades .row .row > .col-md-4 {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
    background-color: #ffffff33; /* Opcional, mejora contraste */
    border-radius: 12px;
    padding: .5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }
  /* Ajuste de imágenes dentro de tarjetas */
  .funcionalidades img.img-fluid {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .funcionalidades .row .row::-webkit-scrollbar {
    height: 6px;
  }

  .funcionalidades .row .row::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px;
  }
  .esz_25_trami_intro_container{
    flex-direction: column;
    height: auto;
  }
  .esz_25_trami_intro_cards{
    position: relative;
  }
  .esz_25_llave_intro_img{
            position: relative;
        text-align: center;
        top: 0;
        left: 0;
}

    .esz_25_sticky_number_content {
        left: 0; /* centramos mejor el número */
        gap: 0.3rem;
    }
    .esz_nuestros_proyectos_logo_plataforma{
        position: relative
    }
    .cat-btn{
        width: 5rem;
    }
    .esz_25_card_estadistica{
        min-width: 30%;
        max-width: 40%;
    }
    footer::after{
      display: none;
    }
    footer::before{
      display: none;
    }
    
}