.conpeht-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* LOGO PRINCIPAL */

.navbar-logo-extra-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-logo-extra-wrapper::before {
    content: "";
    width: 0.92px;
    height: 34.967px;
    background: #FFF;
    margin-left: 11px;
}

.navbar-logo-extra {
    height: auto !important;
    width: 100% !important;
}

/* LOGO PRINCIPAL */

/* BANNER */

.btn.btn-primary {
    display: flex !important;
    height: 47px !important;
    padding: 15px 30px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 10px !important;
    border-radius: 100px !important;
    background: var(--Naranja-Conpeth, #EC6E00) !important;
    border: none;
    color: var(--Blanco, #FFF) !important;
    text-align: center !important;
    font-family: Lato !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    letter-spacing: 0.188px !important;
    text-transform: uppercase !important;
    top: -10px !important;
}

.btn-primary::after {
    content: "" !important;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:focus-visible,
.btn.btn-primary:active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn.btn-primary.dropdown-toggle {
    background-color: var(--Naranja-Conpeth, #EC6E00) !important;
    background-image: none !important;
    border-color: var(--Naranja-Conpeth, #EC6E00) !important;
    box-shadow: none !important;
    transform: none !important;
    color: #fff !important;
    outline: none !important;
    padding-right: 30px !important;
}

.slick-dots {
    display: none !important;
}

.inner-top-banner img {
    width: 498px !important;
    height: auto !important;
    align-self: center;
    position: relative;
    left: auto;
}

.bannerConpeht2026 {
    position: relative !important;
    /* top: -100px !important; */
    height: 620px !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.banner-video {
    width: 100%;
}

.bannerConpeht2026 .wrapper-on-top-image {
    padding-left: 80px;
}

.bannerConpeht2026 .static-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(0deg,
            rgba(0, 192, 175, 0.70) 0%,
            rgba(0, 192, 175, 0.70) 100%),
        rgba(0, 0, 0, 0.20);
}

.container-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.bannerConpeht2026 h1 {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
    margin-bottom: 0;
}

.contenedor-subtitulos {
    display: flex;
}

.bannerConpeht2026 h4 {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.bannerConpeht2026 .contenedor-subtitulos h4::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    background: #FFF;
    margin: 0 8px;
    vertical-align: middle;
    vertical-align: -3px;
}

.bannerConpeht2026 .contenedor-subtitulos h4:last-child::after {
    content: none;
}

/* BANNER */

/* CONTENIDO PRINCIPAL */

.main-content {
    max-width: 1440px;
    width: 100%;
}

/* CONTENIDO PRINCIPAL */

/* MENU */

.menu-conpeht-nav {
    width: 100%;
}

.menu-conpeht-list {
    display: flex;
    padding: 20px 70px;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 20px;
}

.menu-conpeht-item {
    list-style: none;
    padding: 0;
}

.menu-conpeht-link,
.menu-conpeht-link:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 15px 30px;
    border-radius: 20px;
    border: 1px solid var(--Verde-2-Conpeth, #00C0AF);
    background: #F5FCFC;

    white-space: nowrap;

    color: var(--Negro, #1A1A1A);
    text-align: center;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.188px;
    text-transform: uppercase;
    text-decoration: none;

    width: 100%;
    height: 100%;
}

/* MENU */

/* MENU MOBILE */

.menu-conpeht-mobile {
    display: none;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.menu-mobile-toggle {
    width: 100%;
    padding: 15px 20px;
    color: var(--Negro, #1A1A1A);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.188px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #00C0AF;
    background: transparent;
}

.menu-conpeht-mobile.active .menu-mobile-toggle {
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.menu-conpeht-mobile.active .menu-mobile-list {
    border-left: 1px solid #00C0AF;
    border-right: 1px solid #00C0AF;
    border-bottom: 1px solid #00C0AF;
    border-radius: 0 0 10px 10px;
}

.menu-mobile-toggle:focus {
    outline: none;
}

.menu-mobile-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.menu-mobile-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu-mobile-item a {
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: var(--Negro, #1A1A1A);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.188px;
    text-transform: uppercase;
}

.menu-conpeht-mobile.active .menu-mobile-list {
    max-height: 500px;
}

.menu-conpeht-mobile.active .menu-mobile-icon {
    transform: rotate(180deg);
}

/* MENU MOBILE */

/* MAIN INFO CARD */

.main-info-card {
    display: flex;
    width: 1440px;
    padding: 40px 70px 50px 70px;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}

.img-info-card img {
    display: flex;
    width: 500px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
}

.content-info-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
}

.content-info-card h1 {
    align-self: stretch;
    color: var(--Verde-1-Conpeth, #00616F);
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.content-info-card p {
    color: var(--negro, #1A1A1A);
    /* Body 2 */
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    letter-spacing: 0.038px;
}

/* MAIN INFO CARD */

/* CARDS */

.cards-conpeht-container {
    display: flex;
    width: 1440px;
    padding: 40px 70px 70px 70px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.cards-conpeht {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.card-conpeht {
    display: flex;
    width: 420px;
    padding: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid var(--Verde-2-Conpeth, #00C0AF);
    background: #F5FCFC;
    height: 248px;
}

.card-conpeht h1 {
    flex: 1 0 0;
    color: var(--Verde-1-Conpeth, #00616F);
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    min-height: 65px;
}

.card-conpeht p {
    flex: 1 0 0;
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.038px;
    margin-top: auto;
}

/* CARDS */

/* VIDEO */

.container-video-conpeht {
    display: flex;
    padding: 20px 70px 30px 70px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: #FDFAF1;
}

.video-header-conpeht {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}

.video-header-conpeht h1 {
    color: var(--Verde-1-Conpeth, #00616F);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.video-header-conpeht img {
    width: 60.652px;
    height: 60.665px;
}

.video-wrapper-conpeht {
    display: flex;
    height: 730.376px;
    padding: 10.538px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10.538px;
    align-self: stretch;
    aspect-ratio: 89/50;
    border-radius: 20px;
}

.video-wrapper-conpeht iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* VIDEO */

/* BENEFICIOS */

.container-beneficios-conpeht {
    display: flex;
    width: 1440px;
    padding: 40px 70px 60px 70px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.beneficios-header-conpeht {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
}

.beneficios-header-conpeht img {
    width: 60px;
    height: 60px;
}

.beneficios-header-conpeht h1 {
    color: var(--Verde-1-Conpeth, #00616F);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.beneficios-lista-conpeht {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
}

.beneficio-conpeht {
    display: flex;
    width: 214px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.beneficio-conpeht img {
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
}

.beneficio-conpeht P {
    color: var(--Negro, #1A1A1A);
    text-align: center;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.038px;
}

/* BENEFICIOS */

/* INFORMACION IMPORTANTE */

.container-informacion-conpeht {
    display: flex;
    width: 1440px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    align-content: center;
}

.informacion-header-conpeht {
    display: flex;
    padding-bottom: 20px;
    justify-content: center;
    gap: 20px;
    align-self: stretch;
}

.informacion-header-conpeht img {
    width: 61px;
    height: 61px;
}

.informacion-header-conpeht h1 {
    color: var(--Verde-1-Conpeth, #00616F);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.informacion-content-conpeht {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    width: 1300px;
    padding: 40px;
    border-radius: 20px;
    background: #F5FCFC;
    border: 1px solid var(--Verde-2-Conpeth, #00C0AF);
}

.item-importante {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.item-importante img {
    display: flex;
    width: 48px;
    height: auto;
    padding: 3.963px;
    justify-content: center;
    align-items: center;
    gap: 3.963px;
    aspect-ratio: 1 / 1;
    margin-top: 8px;
}

.item-importante-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.item-importante h2 {
    color: var(--Verde-1-Conpeth, #00616F);
    text-align: center;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.item-importante p {
    color: var(--Negro, #1A1A1A);
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.026px;
}

/* INFORMACION IMPORTANTE */

/* PROGRAMA */

.programa-container-conpeht {
    margin-top: 40px;
    display: flex;
    width: 1440px;
    padding: 40px 70px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.card-programa-conpeht {
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 20px;
    background: #FDFAF1;
}

.content-programa-conpeht {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
}

.content-programa-conpeht h1 {
    align-self: stretch;
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.content-programa-conpeht h2 {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.026px;
}

.programa-texto-conpeht {
    align-self: stretch;
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.038px;
}

.img-programa-conpeht,
.img-programa-conpeht img {
    display: flex;
    width: 676px;
    height: 380px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    aspect-ratio: 169/95;
    border-radius: 20px;
}

/* PROGRAMA */

/* VALORES */

.container-valores-conpeht {
    display: flex;
    width: 1440px;
    padding: 40px 70px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.card-valores-conpeht {
    display: flex;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}

.img-valores-conpeht,
.img-valores-conpeht img {
    display: flex;
    width: 614px;
    height: 340px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
}

.content-valores-conpeht {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
}

.valor-item-conpeht {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.valor-item-conpeht img {
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.valor-item-conpeht h3 {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.valor-item-conpeht .valor-texto {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.038px;
}

.valor-item-conpeht .valor-texto span {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.052px;
}

/* VALORES */

/* CONFERENCISTAS */

.container-conferencistas-conpeht {
    display: flex;
    width: 1440px;
    padding: 20px 70px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.card-conferencistas-conpeht {
    display: flex;
    padding: 40px;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 20px;
    background: #FDFAF1;
}

.content-conferencistas-conpeht {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}

.content-conferencistas-conpeht h1 {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.content-conferencistas-conpeht .conferencistas-texto {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.038px;
}

.img-conferencistas-img,
.img-conferencistas-img img {
    display: flex;
    width: 660px;
    height: 220px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
}

/* CONFERENCISTAS */

/* PREGUNTAS FRECUENTES */

.container-faq-conpeht {
    display: flex;
    padding: 40px 70px 80px 70px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.faq-header-conpeht {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.faq-header-conpeht img {
    width: 60px;
    height: 60px;
}

.faq-header-conpeht h1 {
    color: var(--Verde-1-Conpeth, #00616F);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.faq-list-conpeht {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #00C0AF;
}

.faq-item-conpeht {
    display: flex;
    /* height: 70px; */
    /* padding: 22px 30px; */
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid #00C0AF;
    align-items: center;
}

.faq-item-conpeht:last-child {
    border-bottom: none;
}

.faq-pregunta-conpeht {
    display: flex;
    height: 70px;
    padding: 22px 30px;
    flex-direction: row;
    gap: 10px;
    align-self: stretch;
    align-items: flex-start;
    justify-content: space-between;
}

.faq-pregunta-conpeht h3 {
    color: #000;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.026px;
}

.faq-icon-conpeht {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
}

.faq-respuesta-conpeht {
    width: 100%;
    padding: 20px 30px;
    color: #333;
    font-family: Lato;
    font-size: 15px;
    line-height: 150%;
    display: none;
    position: relative;
    color: #000;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.038px;
}

.faq-respuesta-conpeht::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #00C0AF;
}

.faq-item-conpeht.active .faq-respuesta-conpeht {
    display: block;
}

.faq-pregunta-conpeht {
    cursor: pointer;
}

/* PREGUNTAS FRECUENTES */

/* CONVOCATORIAS */

.container-convocatorias-conpeht {
    display: flex;
    padding: 40px 70px 80px 70px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.convocatorias-header-conpeht {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.convocatorias-header-conpeht img {
    width: 60.51px;
    height: 60.51px;
}

.convocatorias-header-conpeht h1 {
    color: var(--Verde-1-Conpeth, #00616F);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.card-convocatorias-conpeht {
    display: flex;
    width: 1300px;
    padding: 40px;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    background: #FDFAF1;
}

.content-convocatorias-conpeht {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.038px;
}

.content-convocatorias-conpeht h3 {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.026px;
}

.content-convocatorias-conpeht b,
.content-convocatorias-conpeht strong {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.038px;
}

.img-convocatorias-conpeht,
.img-convocatorias-conpeht img {
    display: flex;
    width: 676px;
    height: 600px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
}

/* CONVOCATORIAS */

/* CARRUSEL */

.container-carrusel-conpeht {
    display: flex;
    padding: 20px 0 30px 0;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.carrusel-header-conpeht {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.carrusel-header-conpeht img {
    width: 60.001px;
    height: 60.001px;
}

.carrusel-header-conpeht h1 {
    color: var(--Verde-1-Conpeth, #00616F);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.carrusel-viewport {
    width: 100%;
    overflow: hidden;
    cursor: grab;
}

.carrusel-viewport:active {
    cursor: grabbing;
}

.carrusel-viewport.dragging {
    cursor: grabbing;
}

.carrusel-track {
    display: flex;
    gap: 20px;
    user-select: none;
}

.carrusel-item {
    width: 900px;
    height: 516px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 20px;
    aspect-ratio: 75 / 43;
    border-radius: 20px;
    flex-shrink: 0;
    box-sizing: border-box;
    background: #f5f5f5;
}

.carrusel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    pointer-events: none;
}

/* CARRUSEL */

/* LOGOS CONPEHT */

.container-logos-conpeht {
    margin-top: 40px;
    display: flex;
    padding: 70px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #FDFAF1;
}

.logos-mini-conpeht {
    display: flex;
    align-items: center;
    gap: 25.561px;
}

.logos-mini-conpeht img {
    width: 138.561px;
    height: 138.591px;
}

.logo-principal-conpeht {
    display: flex;
    width: 453.702px;
    height: 155.923px;
    padding-right: 0.001px;
    justify-content: center;
    align-items: center;
}

/* LOGOS CONPEHT */

/* FOOTER */

.footer {
    width: 100% !important;
}

/* FOOTER */

/* ============================================ */

/* RESPONSIVE */

@media (max-width: 1024px) {
    /* BANNER */

    .bannerConpeht2026 {
        display: flex;
        padding: 40px 20px 30px 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        align-self: stretch;
    }

    .bannerConpeht2026 .wrapper-on-top-image {
        padding-left: 0;
    }

    .wrapper-on-top-image {
        padding: 0;
    }

    .inner-top-banner img {
        width: 100% !important;
        padding: 20px;
    }

    .banner-video {
        width: auto;
    }

    .bannerConpeht2026 h1 {
        color: #FFF;
        text-align: center;
        font-family: Lato;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        padding: 0 20px;
    }

    .contenedor-subtitulos {
        flex-direction: column;
        align-items: center;
    }

    .bannerConpeht2026 .contenedor-subtitulos h4::after {
        display: block;
        width: 132px;
        height: 0.5px;
        margin: 8px auto;
    }

    .bannerConpeht2026 .contenedor-subtitulos h4:last-child::after {
        content: none;
    }

    .subtitulo-banner {
        margin-bottom: 0;
    }

    .bannerConpeht2026 h4 {
        display: block;
        color: #FFF;
        text-align: center;
        font-family: Lato;
        font-size: 16.708px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        padding: 0 20px;
    }

    /* BANNER */

    /* MENU */

    .menu-conpeht-nav {
        display: none;
    }

    /* MENU */

    /* MENU MOBILE */

    .menu-conpeht-nav {
        display: none;
    }

    .menu-conpeht-mobile {
        display: block;
        margin-top: 20px;
    }

    /* MENU MOBILE */

    /* MAIN INFO CARD */

    .main-info-card {
        flex-direction: column;
        width: 100%;
        padding: 20px;
        gap: 20px;
    }

    .img-info-card {
        width: 100%;
    }

    .img-info-card img {
        width: 100%;
        height: 145px;
        object-fit: cover;
    }

    .content-info-card {
        gap: 0px;
    }

    .content-info-card h1 {
        color: var(--Verde-1-Conpeth, #00616F);
        font-family: Lato;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .content-info-card p {
        color: var(--negro, #1A1A1A);
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.038px;
    }

    /* MAIN INFO CARD */

    /* CARDS */

    .cards-conpeht-container {
        padding: 20px;
        width: 100%;
        flex-direction: column;
    }

    .cards-conpeht {
        flex-direction: column;
        width: 100%;
    }

    .card-conpeht {
        width: 100%;
    }

    .card-conpeht h1 {
        height: auto;
        min-height: auto;
        margin-bottom: 0;
    }

    /* CARDS */

    /* VIDEO */

    .container-video-conpeht {
        margin-top: 40px;
        padding: 20px;
        width: 100%;
        gap: 10px;
    }

    .video-header-conpeht {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .video-wrapper-conpeht {
        height: 218px;
        padding: 0;
    }

    /* VIDEO */

    /* BENEFICIOS */

    .container-beneficios-conpeht {
        width: 100%;
        padding: 20px 0 20px 20px;
        margin-top: 40px;
    }

    .container-beneficios-conpeht {
        align-self: stretch;
    }

    .beneficios-header-conpeht {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .beneficios-lista-conpeht {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .beneficio-conpeht {
        flex: 0 0 214px;
    }

    /* BENEFICIOS */

    /* INFORMACION IMPORTANTE */

    .container-informacion-conpeht {
        width: 100%;
        padding: 20px;
        margin-top: 40px;
    }

    .informacion-header-conpeht {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .informacion-content-conpeht {
        width: 100%;
        flex-direction: column;
        padding: 20px;
    }

    .item-importante h2 {
        text-align: left;
    }

    /* INFORMACION IMPORTANTE */

    /* PROGRAMA */

    .programa-container-conpeht {
        width: 100%;
        padding: 20px;
    }

    .card-programa-conpeht {
        flex-direction: column;
        padding: 20px;
    }

    .content-programa-conpeht {
        order: 2;
    }

    .content-programa-conpeht h1 {
        margin-bottom: 0;
    }

    .programa-texto-conpeht {
        color: var(--negro, #1A1A1A);
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.038px;
    }

    .img-programa-conpeht {
        width: 100%;
        padding: 0;
        height: 145px;
    }

    .img-programa-conpeht img {
        width: 100%;
        padding: 0;
        height: 100%;
        object-fit: cover;
    }

    /* PROGRAMA */

    /* VALORES */

    .container-valores-conpeht {
        width: 100%;
        padding: 20px;
    }

    .card-valores-conpeht {
        flex-direction: column;
    }

    .content-valores-conpeht {
        padding: 10px;
    }

    .img-valores-conpeht {
        padding: 20px;
        width: 100%;
        height: 145px;
    }

    .img-valores-conpeht {
        width: 100%;
        height: 145px;
        padding: 0;
    }

    .img-valores-conpeht img {
        height: 100%;
        width: 100%;
    }

    /* VALORES */

    /* CONFERENCISTAS */

    .container-conferencistas-conpeht {
        width: 100%;
        padding: 20px;
    }

    .card-conferencistas-conpeht {
        flex-direction: column;
        padding: 20px;
    }

    .content-conferencistas-conpeht {
        order: 2;
    }

    .img-conferencistas-img {
        width: 100%;
        height: 145px;
        padding: 0;
    }

    .img-conferencistas-img img {
        height: 100%;
        width: 100%;
    }

    .conferencistas-texto,
    .conferencistas-texto p {
        color: var(--negro, #1A1A1A);
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.038px;
    }

    /* CONFERENCISTAS */

    /* PREGUNTAS FRECUENTES */

    .container-faq-conpeht {
        width: 100%;
        padding: 20px;
        margin-top: 40px;
    }

    .faq-header-conpeht {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .faq-pregunta-conpeht {
        height: auto;
        align-items: center;
    }

    .faq-pregunta-conpeht h3 {
        margin-bottom: 0;
        padding-right: 20px;
    }

    .faq-respuesta-conpeht,
    .faq-respuesta-conpeht p {
        color: #000;
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.038px;
    }

    /* PREGUNTAS FRECUENTES */

    /* CONVOCATORIAS */

    .container-convocatorias-conpeht {
        width: 100%;
        padding: 20px;
        margin-top: 40px;
    }

    .convocatorias-header-conpeht {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .card-convocatorias-conpeht {
        flex-direction: column;
        width: 100%;
        padding: 20px;
    }

    .content-convocatorias-conpeht {
        order: 2;
    }

    .content-convocatorias-conpeht p {
        color: var(--negro, #1A1A1A);
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.038px;
    }

    .img-convocatorias-conpeht {
        width: 100%;
        height: 145px;
        padding: 0;
    }

    .img-convocatorias-conpeht img {
        height: 100%;
        width: 100%;
        padding: 0;
    }

    /* CONVOCATORIAS */

    /* CARRUSEL */

    .container-carrusel-conpeht {
        width: 100%;
        padding: 20px;
    }

    .carrusel-header-conpeht {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .carrusel-item {
        width: 300px;
        height: 459px;
    }

    /* CARRUSEL */

    /* LOGOS */

    .container-logos-conpeht {
        width: 100%;
        padding: 20px;
        flex-direction: column;
        gap: 44px;
    }

    .logos-mini-conpeht {
        gap: 12px;
    }

    .logos-mini-conpeht img {
        width: 69.14px;
        height: 69.14px;
    }

    .logo-principal-conpeht {
        width: 100%;
        height: auto;
    }

    .logo-principal-conpeht img {
        width: 100%;
        height: 100%;
    }

    /* LOGOS */
}

/* LANDING FINAL */

/* CONTADOR */

.contador-wrapper {
    display: flex;
    padding: 6.165px 30.166px;
    justify-content: space-evenly;
    align-items: center;
    gap: 25px;
    align-self: stretch;
    border-radius: 17.517px;
    background: var(--Verde-1-Conpeth, #00616F);
    width: 680px;
    height: 114px;
    margin: 0 auto;
}

.contador-label {
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.026px;
}

.banner-contador {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27.621px;
}

.contador-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contador-item span {
    color: var(--Blanco, #FFF);
    text-align: center;
    font-family: Lato;
    font-size: 35.495px;
    font-style: normal;
    font-weight: 800;
    line-height: 53.243px;
    text-transform: uppercase;
}

.contador-item small {
    color: var(--Blanco, #FFF);
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.026px;
}

/* CONTADOR */

/* PROGRAMACION */

.container-programacion-conpeht {
    display: flex;
    padding: 40px 70px 80px 70px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.programacion-header-conpeht {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.programacion-header-conpeht img {
    width: 60px;
    height: 60px;
}

.programacion-header-conpeht h1 {
    color: var(--Verde-1-Conpeth, #00616F);
    text-align: center;
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.programacion-list-conpeht {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #00C0AF;
}

.programacion-item-conpeht {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid #00C0AF;
    align-items: center;
}

.programacion-item-conpeht:last-child {
    border-bottom: none;
}

.programacion-titulo-conpeht {
    display: flex;
    height: 70px;
    padding: 22px 30px;
    flex-direction: row;
    gap: 10px;
    align-self: stretch;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

.programacion-titulo-conpeht h3 {
    color: #000;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.026px;
}

.programacion-icon-conpeht {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
}

.programacion-contenido-conpeht {
    width: 100%;
    padding: 20px 30px;
    position: relative;
    color: #000;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.038px;
    display: none;
}

.programacion-contenido-conpeht::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #00C0AF;
}

.programacion-item-conpeht.active .programacion-contenido-conpeht {
    display: block;
}

/* PROGRAMACION */

/* VALORES FINAL */

.container-valores-final-conpeht {
    display: flex;
    width: 1440px;
    padding: 50px 70px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    background: rgba(239, 204, 116, 0.10);
}

.valores-header-conpeht {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.valores-header-conpeht img {
    width: 60px;
    height: 60px;
}

.valores-header-conpeht h1 {
    color: var(--Verde-1-Conpeth, #00616F);
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.content-valores-final-conpeht {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    width: 100%;
}

.card-valores-final-conpeht {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 10px;
    border: 1px solid var(--Verde-2-Conpeth, #00C0AF);
    background: linear-gradient(0deg, rgba(0, 192, 175, 0.04) 0%, rgba(0, 192, 175, 0.04) 100%), #FFF;
    height: 144px;
}

.texto-valores-conpeht {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.026px;
}

.precio-valores-conpeht {
    color: var(--negro, #1A1A1A);
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

/* VALORES FINAL */


/* CONFERENCISTAS FINAL */

.container-conferencistas-final-conpeht {
    display: flex;
    width: 1440px;
    padding: 70px 70px 80px 70px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.conferencistas-header-conpeht {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.conferencistas-header-conpeht img {
    width: 60px;
    height: 60px;
}

.conferencistas-header-conpeht h1 {
    color: var(--Verde-1-Conpeth, #00616F);
    font-family: Lato;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.content-conferencistas-final-conpeht {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.card-conferencista {
    display: flex;
    width: 220px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.conferencista-imagen,
.conferencista-imagen img {
    width: 160px;
    height: 160px;
    aspect-ratio: 1/1;
    border-radius: 160px;
    border: 1px solid var(--Verde-2-Conpeth, #00C0AF);
}

.conferencista-nombre {
    color: var(--Negro, #1A1A1A);
    text-align: center;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.026px;
    margin-bottom: 0;
}

.conferencista-descripcion {
    color: var(--Negro, #1A1A1A);
    text-align: center;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.038px;
    margin-bottom: 0;
}

/* CONFERENCISTAS FINAL */

/* RESPONSIVE FINAL */

/* CONTADOR */

@media (max-width: 1024px) {

    /* BANNER */

    .btn.btn-primary {
        top: 10px !important;
    }

    /* BANNER */

    /* CONTADOR */

    .contador-wrapper {
        box-sizing: border-box;
        max-width: calc(100% - 40px);
        margin: 20px auto;
        padding: 6.165px 30.166px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25.138px;
    }

    .contador-label {
        color: var(--Blanco, #FFF);
        text-align: center;
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.038px;
    }

    .contador-item span {
        color: var(--Blanco, #FFF);
        text-align: center;
        font-family: Lato;
        font-size: 28.563px;
        font-style: normal;
        font-weight: 800;
        line-height: 42.844px;
        text-transform: uppercase;
    }

    .contador-item small {
        color: var(--Blanco, #FFF);
        font-family: Lato;
        font-size: 13.68px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.021px;
    }

    .container-banner-content {
        gap: 20px;
        margin-top: 20px;
    }

    /* CONTADOR */

    /* PROGRAMACION */

    .container-programacion-conpeht {
        padding: 20px;
    }

    .programacion-contenido-conpeht,
    .programacion-contenido-conpeht p {
        color: #000;
        font-family: Lato;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.038px;
    }

    /* PROGRAMACION */

    /* VALORES */

    .container-valores-final-conpeht {
        width: 100%;
        padding: 20px;
        margin-top: 40px;
    }

    .content-valores-final-conpeht {
        flex-direction: column;
    }

    /* VALORES */

    /* CONFERENCISTAS */

    .container-conferencistas-final-conpeht {
        width: 100%;
    }

    /* CONFERENCISTAS */
}