
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --primary-color: #263071;
    --bg-dgrey: #B5B5B5;
    --secondary-color: #88DDFC;
    --accent-color: #e8c547;
    --light-bg: #f8f9fa;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif; 
    color: #222;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.montserrat-light {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
}

.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    font-style: normal;
}

.montserrat-black {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800 !important;
    font-style: normal;
}



.bg-azul { background-color: var(--primary-color);}
.bg-gris { background-color:var(--bg-dgrey); }
.bg-gris-claro {background-color:var(--light-bg)}

/* -- NAVBAR -- */
.navbar-congreso {
    background-color:var(--primary-color);
    border-bottom: 5px solid #88DDFC;
}

.navbar-congreso .navbar-brand img {
    height: 54px;
}

.navbar-congreso .nav-link {
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    transition: color 0.2s;
    font-family: "Montserrat", sans-serif; 

}

    .navbar-congreso .nav-link:hover,
    .navbar-congreso .nav-link.active {
        color:var(--secondary-color) !important;
        font-weight: 600;
        font-size: 1rem;
    }

.navbar-toggler-icon { filter: invert(1); }


/* -- LOGO EN HERO INFO -- */
.info-logo-wrapper {
    text-align: center;
    width: 100%;
}

.info-logo {
    max-width: 350px;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* -- FECHA / SUBT�TULO -- */


 .fecha {
    font-size: 1.1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight:bold;
    color:var(--primary-color);
    margin-bottom: 0.3rem;
}

.lugar {
    font-size: 1rem;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

 .quote {
    border-top: 3px solid rgba(100,160,220,0.5);
    border-bottom: 3px solid rgba(100,160,220,0.5);
    background-color: var(--primary-color);
    padding: 1.2rem;
    max-width: 680px;
    font-style: italic;
    font-size: 1rem;
    color:#fff;
    line-height: 1.6;
}


/* -- LOGOS ORGANIZACIONES -- */
.logos-section {
    background: #f0f2f5;
    padding: 2rem 0;
}

.logos-section img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.2s, transform 0.2s;
}

.logos-section img:hover {
    filter: grayscale(0%);
    transform: scale(1.06);
}

/* -- EJES TEM�TICOS -- */
.ejes-section {
    background:var(--primary-color);
    padding: 4rem 1rem;
    /*text-align: center;*/
    color: #fff;
}

.ejes-section h2 {
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-align: center;
}

.ejes-section .ejes-bajada {
    font-size: 1.4rem;
    color: #fff;
    margin: 0 auto 2rem;
    line-height: 1.75;
    /*color: #5bd2f5;*/
    text-align: center;
}

.ejes-section .ejes-texto-item {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    padding: 0.55rem 0;
    letter-spacing: 0.2px;
    text-align: left;
}

.ejes-icono {
    height: 80px;
    width: 80px;
}


.ejes-contendor-items {
    height: 120px;
}



/* carta bienvenida */
.bienvenida-section {
background: #f5f7fa;
padding: 4rem 1rem;
}

    .bienvenida-section h2 {
        text-align: left;
        font-size: 1.7rem;
        font-weight: 600;
        letter-spacing: 3px;
        color: var(--primary-color);
        text-transform: uppercase;
        margin-bottom: 2.5rem;
    }

.bienv-nombre {
    text-align: left;
    font-size: 1.5rem;
    color: #4fc8f0;
}

.bienv-intro {
    text-align: left;
    font-size: 1.2rem;
    color: #666666;
    width: 90%;
}

.hr-cargo {
    height: 5px;
    width: 20%;
    background-color: var(--primary-color);
}

.bienv-texto {
    text-align: left;
    font-size: 1.1rem;
    color: #666666;
    margin-top: 1rem;
}


.bienv-texto-firma {
    text-align: right;
    font-size: 1.2rem;
    color: #666666;
}

.bienv-texto-destacado {
    text-align: justify;
    font-size: 1.2rem;
    color: #666666;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
    color: #4fc8f0;
    height: 100%;
}


.foto-wrap-bienvenida {
    max-width: 200px;
    max-height: 200px;
    border-radius: 50%;
    border: 4px solid #2a7ab8;
    overflow: hidden;
    /*margin: 0 auto 1.2rem;*/
    background: #dde8f2;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.conten-nombre {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
}

.carta-firma {
    width: 250px;   
}


/* -- DISERTANTES -- */


.disertantes-section {
    background: #e6e6e6;
    padding: 4rem 1rem;
}

    .disertantes-section h2 {
        text-align: center;
        font-size: 1.7rem;
        font-weight: 800;
        letter-spacing: 3px;
        color: #4fc8f0;
        text-transform: uppercase;
        margin-bottom: 2.5rem;
    }

.disertante-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 22px rgba(0,0,0,0.07);
    padding: 2rem 1.2rem 1.6rem;
    text-align: center;
    height: 100%;
    transition: transform 0.22s, box-shadow 0.22s;
}

    .disertante-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 36px rgba(0,0,0,0.13);
    }

.foto-wrap {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 4px solid #2a7ab8;
    overflow: hidden;
    margin: 0 auto 1.2rem;
    background: #dde8f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .foto-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .foto-wrap .bi {
        font-size: 3.8rem;
        color: #a0bcd4;
    }

.disertante-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1c3260;
    margin-bottom: 0.45rem;
}

.disertante-card p {
    font-size: 0.86rem;
    color: #6c757d;
    line-height: 1.45;
    margin-bottom: 1.1rem;
}

.btn-cv {
    display: inline-block;
    background: #2060a8;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 600;
    padding: 0.42rem 1.25rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

    .btn-cv:hover {
        background: #174e8a;
        color: #fff;
        transform: translateY(-2px);
    }


/* -- PRENSA -- */
.prensa-section {
    background-color:var(--primary-color) ;
    padding: 3rem 1rem;
}

    .prensa-section h2 {
        text-align: center;
        font-size: 1.7rem; 
        letter-spacing: 3px;
        color: #4fc8f0;
        text-transform: uppercase;
        margin-bottom: 2.5rem;
    }

.prensa-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 22px rgba(0,0,0,0.07);
    padding: 2.2rem 2.2rem 1.6rem;
    text-align: center;
    height: 100%;
    transition: transform 0.22s, box-shadow 0.22s;
}

    .prensa-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 36px rgba(0,0,0,0.13);
    }



/*
    .foto-wrap-prensa {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 4px solid #2a7ab8;
    overflow: hidden;
    margin: 0 auto 1.2rem;
    background: #dde8f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .foto-wrap-prensa img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .foto-wrap-prensa .bi {
        font-size: 3.8rem;
        color: #a0bcd4;
    }

*/
.prensa-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1c3260;
    margin-bottom: 1rem;
    text-align: left;
}

.prensa-card p {
    font-size: 0.86rem;
    color: #646C75;
    line-height: 1.45;
    margin-bottom: 1.5rem;
    text-align:left;
}

.btn-cv-prensa {
    display: inline-block;
    background: #2060a8;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 600;
    padding: 0.42rem 1.25rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

    .btn-cv-prensa:hover {
        background: #174e8a;
        color: #fff;
        transform: translateY(-2px);
    }

.titulo-nota {
    color: #323F94;
}
.subtitulo-nota {
    font-size: 1.1rem;
    color: #6264BF;
}
.parrafo-nota{
    font-size: 0.9rem;
}

/* -- COUNTDOWN -- */
.countdown-section {
    position: relative;
    background: url('imagenes/img-bg-countdown01.jpg') center/cover no-repeat;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.countdown-section::before {
    content: '';
    position: absolute;
    inset: 0;
    /*background: rgba(10, 18, 40, 0.62);*/
}

.countdown-inner {
    position: relative;
    z-index: 1;
    padding: 2rem 1rem 1.2rem;
    width: 100%;
}

.countdown-numbers {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.cd-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.cd-block .cd-value {
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: 2px;
}

.cd-block .cd-label {
    font-size: 0.85rem;
    color: #fff;
    letter-spacing: 2px;
    text-transform: lowercase;
    margin-top: 0.1rem;
}

.cd-sep {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 600;
    color: #fff;
    /*line-height: 1;*/
    padding-bottom: 0.55rem;
}

.countdown-caption {
    color: #fff;
    font-size: 1.0rem;
    letter-spacing: 0.5px;
    margin-top: 0.3rem;
}

/* -- CONTACTO -- */
.contacto-section {
    background: #2a3f82;
    color: #fff;
    text-align: center;
    padding: 3.5rem 1rem;
}

.contacto-section .para-mas {
    font-size: 0.92rem;
    color: #b8cde8;
    margin-bottom: 0.5rem;
}

.contacto-section h2 {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: 3px;
    color: #4fc8f0;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.contacto-section .envelope-icon {
    font-size: 1.5rem;
    color: #d0e4f4;
}

.contacto-section .geo-icon {
    font-size: 1.5rem;
    color: #d0e4f4;
}

    .contacto-section .contacto-texto {
        font-size: 1.1rem;
        color: #d6e5f5;
        margin-left: 15px;
        line-height: 1.65;
        font-weight: 500;
        text-align: left;
    }

    .contacto-section .contacto-mail-line {
        font-size: 1.1rem;
        color: #cde0f5;
        text-align: left;
    }

        .contacto-section .contacto-mail-line a {
            color: #7dd4f5;
            font-style: italic;
            text-decoration: none;
            text-align: left;
        }

            .contacto-section .contacto-mail-line a:hover {
                text-decoration: underline;
                text-align: left;
            }

.contacto-section .mapa-wrap {
    max-width: 720px;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid rgba(255,255,255,0.15);
    box-shadow: 0 6px 28px rgba(0,0,0,0.35);
}

.contacto-section .mapa-wrap iframe {
    display: block;
    width: 100%;
    height: 320px;
    border: 0;
}

/* plantillas*/
.plantillas-tit {
    font-size: 2rem;
    color: #cde0f5;
}

.platillas-descarga {
    font-size: 1.3rem;
    color: #5052B6;
}



/* -- FOOTER FINAL -- */
.footer-final {
    background: #1a1f2e;
    color: #c8d0de;
    padding: 2.5rem 0 1.5rem;
}

.footer-final .footer-logo img {
    max-height: 72px;
    width: auto;
}

.footer-final .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-final .footer-nav li {
    margin-bottom: 0.35rem;
}

.footer-final .footer-nav a {
    color: #b0bdd0;
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s;
}

.footer-final .footer-nav a:hover {
    color: #fff;
}

.footer-final .sigen-logo img {
    max-height: 100px;
    width: 100px;
}

.footer-final .sigen-handle {
    color: #9ab0c8;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

.footer-final .social-icons {
    display: flex;
    gap: 0.45rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.footer-final .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #2e3a50;
    border-radius: 4px;
    color: #c8d0de;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.footer-final .social-icons a:hover {
    background: #4fc8f0;
    color: #fff;
}

.footer-final .footer-divider {
    border-color: #2e3a50;
    margin: 1.5rem 0 1rem;
}

.footer-final .footer-copy {
    font-size: 0.78rem;
    color: #5a6a80;
    text-align: center;
}



/* -- INSCRIPCION -- */
.card-form {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

    .card-form .card-header {
        background:var(--primary-color);
        color: white;
        border-radius: 15px 15px 0 0 !important;
        padding: 1rem;
    }

.btn-primary-custom {
    background:var(--primary-color);
    border: none;
  
    font-weight: 600;
    color: white;
}

    .btn-primary-custom:hover {
        box-shadow: 0 5px 20px rgba(46, 134, 171, 0.4);
        background: #00AFEF;
        color: white;
    }

.info-box {
    background-color: #d1ecf1;
    border-left: 4px solid #2e86ab;
    border-radius: 0 10px 10px 0;
}

.form-control:focus, .form-select:focus {
    border-color: #2e86ab;
    box-shadow: 0 0 0 0.2rem rgba(46, 134, 171, 0.25);
}

.feature-card {
    background-color: white;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;

}

.feature-icon {
    width: 70px;
    height: 70px;
    background: #00AFEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin: 0 auto 1rem;
}

.footer {
    background-color: #1a3a5c;
    color: white;
    padding: 1.5rem 0;
}

.nav-tabs .nav-link {
    color: #1a3a5c;
}

.nav-tabs .nav-link.active {
    color: #2e86ab;
    font-weight: 600;
}

.congress-info-card {
    background-color: white;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.congress-info-card h5 {
    color: #1a3a5c;
}

.congress-info-card ul {
    margin-bottom: 0;
}

/* -- POSTULACIÓN -- */
.steps-section {
    padding: 2rem;
    margin-bottom: 2rem;
    /*border-top: 4px solid var(--primary-color);
    background-color: #fff;*/
}

.step-icon {
    width: 70px;
    height: 70px;
    /*background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);*/
    border-radius: 50%;
    border: solid 3px #4fc8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4fc8f0;
    font-size: 2.5rem;
    margin: 0 auto 1rem;
}

.texto-icon {
    font-size: 1rem;
    color: #414141;
    font-weight: 700;
}

.file-upload-wrapper {
    position: relative;
    border: 2px dashed #b0b3d6;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    background-color: #f8f9ff;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    overflow: hidden;
}

.file-upload-wrapper:hover {
    border-color: var(--primary-color);
    background-color: #f0f1fb;
}

.file-upload-wrapper.drag-over {
    border-color: var(--primary-color);
    background-color: #e8eaf6;
    box-shadow: 0 0 0 4px rgba(62, 64, 149, 0.12);
}

.file-upload-wrapper input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-upload-wrapper .upload-content {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

/* Disclaimer box con marco visible */
.disclaimer-box {
    background-color: #fff3cd;
    border: 1px solid #d4a900;
    border-left: 4px solid #d4a900;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Botón principal con estilo visible */
.btn-primary-custom-postulacion {
    background: linear-gradient(135deg, #3E4095 0%, #4fc8f0 100%);
    border: none;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary-custom-postulacion:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(79, 200, 240, 0.35);
    background: linear-gradient(135deg, #4fc8f0 0%, #3E4095 100%);
    color: #ffffff;
}

.titulos-postul {
    color: var(--primary-color);
    margin-bottom: 10px;
}
.intro-postul {
    font-size: 1.1rem;
    margin: 10px 20px;
}

.byc {
    font-size: 1.6rem;
    color: #5052B6;
    vertical-align: middle;
    font-weight: 800;
    padding:0.5rem;
}

.texto-condiciones {
    font-size: 1.3rem;
    color: #5052B6;
}

.bases_pdf{
    text-decoration: none;
    }


/* -- HERO BANNER CON VIDEO -- */
.hero-banner {
    position: relative;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 700px;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  /*  background: rgba(62, 64, 149, 0.35);*/
    z-index: 2;
}

/* Rectángulo flotante con información */
.hero-info-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 90%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2.5rem !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    font-weight: 800;
    color: var(--primary-color);
    margin: 0;
    letter-spacing: 1px;
}

.info-subtitle {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
    font-weight: 600;
    color: var(--secondary-color);
    margin: 0;
}

.info-divider {
    border: none;
    border-top: 2px solid var(--primary-color);
    margin: 0.5rem 0;
}

.info-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 0.5rem 0;
    font-style: italic;
}

.info-cta {
    display: flex;
    gap: 0.75rem;

    flex-wrap: wrap;
    justify-content: center;
}

.btn-primary-info {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);    
    color: #fff !important;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 8px;
    text-decoration: none;
    /* transition: transform 0.2s ease, box-shadow 0.2s ease;*/
    display: inline-block;
}

    .btn-primary-info:hover {
       /* transform: translateY(-2px);*/
        border: 2px solid var(--primary-color);
        box-shadow: 0 8px 25px rgba(62, 64, 149, 0.3);
        color: var(--primary-color) !important;
        background-color:transparent;
    }

.btn-secondary-info {
    background: rgba(62, 64, 149, 0.1);
    border: 2px solid var(--primary-color);
    color: var(--primary-color) !important;
    font-weight: 600;
    padding: 8px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.btn-secondary-info:hover {
    background: var(--primary-color);
    color: #fff !important;
    transform: translateY(-2px);
}


/* -- PROGRAMA / ACORDEONES -- */
.programa-section {
    background: #f8f9fa;
    padding: 4rem 1rem;
}

    .programa-section h2 {
        text-align: center;
        font-size: 2rem;
        font-weight: 800;
        letter-spacing: 2px;
        color: var(--primary-color);
        text-transform: uppercase;
        margin-bottom: 0.5rem;
    }

.programa-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2.5rem;
}

.accordion-flush .accordion-item {
    border: 1px solid #e0e0e0;
    margin-bottom: 0.75rem;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-flush > .accordion-item:first-child {
    border-top: 1px #e0e0e0 solid !important;
}

.accordion-flush > .accordion-item:last-child {
    border-bottom: 1px #e0e0e0 solid !important;
}


.accordion-flush .accordion-button {
background: #ffffff;
color: var(--primary-color);
font-weight: 600;
padding: 1.25rem;
font-size: 1.05rem;
border: none;
}

.accordion-flush .accordion-button:not(.collapsed) {
    background: var(--primary-color);
    color: #fff;
    box-shadow: none;
}

.accordion-flush .accordion-button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.25rem rgba(62, 64, 149, 0.25);
}

.day-badge {
    display: inline-block;
    background: #e8f0f7;
    color: var(--primary-color);
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-right: 1rem;
    letter-spacing: 0.5px;
}

.accordion-flush .accordion-button:not(.collapsed) .day-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.day-date {
    margin-left: auto;
    font-size: 1rem;
}

.accordion-flush .accordion-body {
    padding: 1.5rem;
    background: #fafbfc;
}

.schedule-item {
    display: flex;
    gap: 1.5rem;
    padding: 1rem 0;
    border-bottom: 1px solid #e8e8e8;
}

    .schedule-item:last-child {
        border-bottom: none;
    }

.schedule-time {
    min-width: 120px;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 0.9rem;
}

.schedule-activity h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 0.3rem 0;
}

.schedule-activity p {
    font-size: 0.9rem;
    color: #1384D7;
    margin: 0;
    font-style: italic;
}

.schedule-activity li {
    font-size: 0.9rem;
    color: #1384D7;
    margin: 0;
    font-style: italic;
}

/* Responsive */

@media (max-width: 992px) {
    .conten-nombre {
        display: flex;
        justify-content: left;
        align-items: center;
        text-align: left;
    }

    .hero-banner {
        overflow: visible;
        min-height: auto;
    }

    .hero-inner {
        min-height: auto;
    }

    .hero-info-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 1.25rem auto;
        width: 92% !important;
        max-width: 500px;
        padding: 1.25rem !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }

    .info-logo {
        max-width: 260px;
    }

    .info-cta {
        flex-direction: column;
    }

    .btn-primary-info, .btn-secondary-info {
        width: 100%;
    }

    .info-content {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .carta-firma {
        width: 180px;
    }

    .bienv-texto-firma {
        text-align: right;
        font-size: 1rem;
        color: #666666;
    }

    .footer-respons-center {
        text-align: center;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

/* Responsivo para tablets */
@media (max-width: 768px) {
    .programa-section {
        padding: 2rem 1rem;
    }

        .programa-section h2 {
            font-size: 1.5rem;
        }

    .accordion-flush .accordion-button {
        padding: 1rem;
        font-size: 0.95rem;
    }

    .day-badge {
        display: block;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }

    .day-date {
        margin-left: 0;
    }

    .schedule-item {
        flex-direction: column;
        gap: 0.5rem;
    }

    .schedule-time {
        min-width: auto;
    }

    
    .hero-banner {
        min-height: 400px;
    }

    .hero-inner {
        min-height: 400px;
    }

    .hero-info-card {
        width: 85%;
        padding: 2rem;
    }

    .info-cta {
        flex-direction: column;
    }

    .btn-primary-info,
    .btn-secondary-info {
        width: 100%;
    }
    .info-logo {
        max-width: 260px;
    }

    .ejes-section .ejes-texto-item {
        font-size: 1.1rem;
        color: #fff;
        font-weight: 500;
        padding: 0.55rem 0;
        letter-spacing: 0.2px;
        text-align: left;
        margin-left: 20px;
    }

    .ejes-section .ejes-bajada {
        font-size: 1.2rem;
        color: #fff;
        margin: 0 auto 2rem;
        line-height: 1.25;
        /*color: #5bd2f5;*/
        text-align: center;
    }
    .info-content {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    
}

/* Responsivo para móviles */
@media (max-width: 576px) {

    .ejes-section h2 {
        font-size: 1.5rem;
    }

    .hero-info-card {
        width: 96% !important;
        padding: 1rem !important;
        border-radius: 12px;
    }

    .foto-wrap-bienvenida {
        max-width: 150px;
        max-height: 150px;
        border-radius: 50%;
        border: 4px solid #2a7ab8;
        overflow: hidden;
        /*margin: 0 auto 1.2rem;*/
        background: #dde8f2;
        display: flex;
        /*align-items: center;*/
        justify-content: center;
    }

    
    
    
    .info-logo {
        max-width: 220px;
    }
    
    
    .hero-banner {
        min-height: 350px;
    }

    .hero-inner {
        min-height: 350px;
    }

    .info-title {
        font-size: 1.3rem;
    }

    .info-subtitle {
        font-size: 1rem;
    }

    .info-description {
        font-size: 0.85rem;
    }

    .btn-primary-info,
    .btn-secondary-info {
        padding: 8px 20px;
        font-size: 0.9rem;
    }

    .info-logo-wrapper {
        margin-bottom: 1rem;
    }

    .ejes-section .ejes-texto-item {
        font-size: 1.0rem;
        color: #fff;
        font-weight: 500;
        padding: 0.55rem 0;
        letter-spacing: 0.2px;
        text-align: left;
        margin-left: 20px;
    }

    .ejes-section .ejes-bajada {
        font-size: 1.2rem;
        color: #fff;
        margin: 0 auto 2rem;
        line-height: 1.25;
        /*color: #5bd2f5;*/
        text-align: center;
    }

    .fecha {
        font-size: 1.1rem;
        letter-spacing: 0;
        text-transform: uppercase;
        font-weight: bold;
        color: var(--primary-color);
        margin-bottom: 0.3rem;
    }
    .bienv-texto {
        text-align: left;
        font-size: 1rem;
        color: #666666;
        margin-top: 1rem;
    }

    .contacto-section .contacto-texto {
        font-size: 0.9rem;
        color: #d6e5f5;
        margin-left: 0px;
        line-height: 1.65;
        font-weight: 500;
        text-align: left;
    }

    .hero-info-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        margin: 1.25rem auto;
        width: 92% !important;
        max-width: 350px;
        padding: 1.25rem !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }

    .quote {
        border-top: 3px solid rgba(100,160,220,0.5);
        border-bottom: 3px solid rgba(100,160,220,0.5);
        background-color: var(--primary-color);
        padding: 0.6rem;
        font-style: italic;
        font-size: 0.7rem;
        color: #fff;
        line-height: 1.4;
    }

    .fecha {
        font-size: 0.9rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: bold;
        color: var(--primary-color);
        margin-bottom: 0.2rem;
    }

    .lugar {
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #333333;
        font-weight: 600;
        margin-bottom: 1.0rem;
    }
    .info-content {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .ejes-icono {
        height: 50px;
        width: 50px;
    }
    .ejes-contendor-items {
        height: auto;
        margin-bottom: 20px;
    }

    .intro-postul {
        font-size: 0.9rem;
        
    }

}



