/* ================================================================================================================================================ */
/* ============================================================ ESTILOS PERSONALIZADOS ============================================================ */
/* ================================================================================================================================================ */






/* ======================== DEFINICIÓN DE COLORES ======================== */
:root {
    --color-principal: #0b1f40;
    --color-secundario: #7a828c;
    --color-terciario: #cea680;
    --color-cuartiario: #f0bd0f;

    --color-principal-rgb: rgb(11, 31, 64);
    --color-secundario-rgb: rgb(122, 130, 140);
    --color-terciario-rgb: rgb(206, 166, 128);
    --color-cuartiario-rgb: rgb(240, 189, 15);



    --color-link: #cea680;
    --color-link-hover: #fdcfa3;


    --color-add-1: #efd9b9;
    --color-add-2: #dcb73d;
    --color-add-3: #91be48;
    --color-add-4: #405169;
    --color-add-5: #d66e25;
    --color-add-6: #a9b1bb;

}






/* ======================== HEADER AREA ======================== */
.navigation.navigation-2::before {
    background: var(--color-principal);
    z-index: 0;
}

.navigation.navigation-2::after {
    background: var(--color-secundario);
}

.navigation .navbar .navbar-nav .nav-item a {
    color: var(--color-add-6);
}


.navigation .navbar .navbar-nav .nav-item a::before {
    background: var(--color-terciario);
}

.navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
    background-color: var(--color-terciario);
}


.banner-slider .banner-arrow:hover {
    background: #f0bd0f;
    border-color: #f0bd0f;
    color: #fff;
}

.navigation.navigation-2 .navbar .navbar-item .menu-btns ul li a i {
    color: var(--color-terciario);
}



#preloader {
    background-color: var(--color-principal);
}
.spinner > div {
    background-color: var(--color-terciario);
}


/* ==================== FONDO MENÚ PRINCIPAL ==================== */
@media (min-width: 992px) {
    .navigation.navigation-2 .navbar .navbar-nav {
        position: relative;
        z-index: 1;
        width: max-content;
        max-width: 100%;
    }

    .navigation.navigation-2 .navbar .navbar-nav::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 5px;
        right: 25px;
        height: 42px;
        background: #fff;
        border-radius: 12px;
        transform: translateY(-50%);
        z-index: 0;
        pointer-events: none;
    }

    .navigation.navigation-2 .navbar .navbar-nav > .nav-item {
        position: relative;
        z-index: 1;
    }

    .navigation.navigation-2 .navbar .navbar-nav > .nav-item > a {
        position: relative;
        z-index: 1;
        background: transparent;
        color: var(--color-principal);
        transition: color 0.25s ease;
    }

    .navigation.navigation-2 .navbar .navbar-nav > .nav-item > a:hover {
        color: var(--color-terciario);
    }
}


/* ======================== FOOTER AREA ======================== */
.footer-area.footer-area-2::before {
    background: none; 
}

.footer-area.footer-area-2 {
    background: var(--color-principal);
}

a.link{
    color: var(--color-link);
} 

a.link:hover{
    color: var(--color-link-hover);
} 


.sub-items-area .sub-item{
    height: 100%;
}


.footer-area .footer-item .footer-list-area .footer-list ul li a:hover {
    color: var(--color-terciario);
}


.footer-plataforma-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.footer-plataforma-img:hover {
    transform: scale(1.05);
}


.footer-area .footer-item .footer-title.item-2 i {
    color: var(--color-terciario);
}

.footer-area .footer-item .footer-title i {
    color: var(--color-terciario);
}


.back-to-top a {
    color: #fff;
    background: var(--color-terciario);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}


/* ======================== SLIDER AREA ======================== */
.banner-area.banner-area-2 .banner-content .title::before {
    border-top: none;
    border-right: none;
}


.banner-slider { position: relative; overflow: hidden; }
.banner-slider::before { display: none; }

.banner-slider .banner-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background-position: center; background-size: cover; background-repeat: no-repeat; opacity: 0; visibility: hidden; transition: opacity 1s ease, visibility 1s ease; z-index: 1; }
.banner-slider .banner-slide.active { opacity: 1; visibility: visible; z-index: 2; }

.banner-slider .banner-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #9b9c9e 0%, var(--color-principal) 100%); opacity: .502; z-index: 0; }
.banner-slider .banner-slide .container { position: relative; width: 100%; z-index: 1; }

.banner-slider .banner-content { position: relative; transform: translateY(-40px); }
.banner-slider .banner-content .title { font-size: 72px; line-height: 105px; padding: 0; margin: 0 0 20px; color: #fff; text-shadow: 0 3px 12px rgba(0, 0, 0, .45); }
.banner-slider .banner-content .title::before, .banner-slider .banner-content .title::after { display: none; }

.banner-slider .banner-content p { max-width: 850px; margin: 0 auto; padding: 0 20px; color: #fff; font-size: 22px; line-height: 32px; font-weight: 500; text-shadow: 0 2px 8px rgba(0, 0, 0, .6); }

.banner-slider .banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 55px; height: 55px; border: 2px solid var(--color-terciario-rgb); border-radius: 50%; background: var(--color-principal-rgb); color: var(--color-terciario-rgb); font-size: 34px; line-height: 45px; cursor: pointer; z-index: 10; transition: .3s; }
.banner-slider .banner-arrow:hover { background: var(--color-terciario-rgb); border-color: var(--color-terciario-rgb); color: #fff; }
.banner-slider .banner-arrow.prev { left: 30px; }
.banner-slider .banner-arrow.next { right: 30px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-slider .banner-content .title { font-size: 60px; line-height: 76px; }
    .banner-slider .banner-content p { max-width: 760px; font-size: 20px; line-height: 30px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-slider .banner-content { transform: translateY(-30px); }
    .banner-slider .banner-content .title { font-size: 72px; line-height: 92px; padding: 0; margin: 0 0 20px; color: #fff; text-shadow: 0 3px 12px rgba(0, 0, 0, .45); }
    .banner-slider .banner-content p { max-width: 650px; font-size: 19px; line-height: 29px; }
    .banner-slider .banner-arrow.prev { left: 20px; }
    .banner-slider .banner-arrow.next { right: 20px; }
}

@media (max-width: 767px) {
    .banner-slider .banner-content { transform: translateY(-25px); padding: 0 35px; }
    .banner-slider .banner-content .title { font-size: 38px; line-height: 46px; margin-bottom: 15px; }
    .banner-slider .banner-content p { max-width: 100%; padding: 0; font-size: 17px; line-height: 25px; }
    .banner-slider .banner-arrow { width: 42px; height: 42px; font-size: 26px; line-height: 34px; }
    .banner-slider .banner-arrow.prev { left: 10px; }
    .banner-slider .banner-arrow.next { right: 10px; }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-slider .banner-content .title { font-size: 44px; line-height: 54px; }
    .banner-slider .banner-content p { font-size: 18px; line-height: 27px; }
}
/* ======================== SLIDER AREA ======================== */




/* ======================== BANNER AREA ======================== */
.page-title.bg_cover {
    background-size: 100% 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


.page-title.bg_cover {
    background-image: url("../images/banners/2026/01_banner_v3.jpg");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}



.page-title {
    position: relative;
    overflow: hidden;
    background-image: none !important;
    min-height: 600px;
}



.page-title > picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-title > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/*
.page-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 27, 97, 0.85) 0%,
        rgba(0, 27, 97, 0.8) 35%,
        rgba(0, 27, 97, 0.55) 70%,
        rgba(0, 27, 97, 0.4) 100%
    );
    z-index: 1;
    pointer-events: none;
}
*/

.page-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        ellipse at center,
        rgba(0, 27, 97, 0.00) 0%,
        rgba(0, 27, 97, 0.00) 60%,
        rgba(0, 27, 97, 0.20) 75%,
        rgba(0, 27, 97, 0.40) 88%,
        rgba(0, 27, 97, 0.70) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.page-title > .container {
    position: relative;
    z-index: 2;
}




@media (min-width: 2001px) {
    .page-title {
        min-height: 950px;
    }
}

@media (max-width: 2000px) {
    .page-title {
        min-height: 750px;
    }
}

@media (max-width: 1600px) {
    .page-title {
        min-height: 650px;
    }
}

@media (max-width: 991px) {
    .page-title.bg_cover {
        margin-top: 123px !important;
    }

    .page-title {
        min-height: 450px;
    }
}

@media (max-width: 650px) {
    .page-title {
        min-height: 350px;
    }
}

@media (max-width: 480px) {
    .page-title {
        min-height: 360px;
    }
}
/* ======================== BANNER AREA ======================== */



/* ==================== MODALES ==================== */
.modal-body img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 65vh;
    object-fit: contain;
    margin: 0 auto;
}


.modal-vista-previa .modal-content {
    position: relative;
    border: 4px solid #2b2b2b;
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.65);
    overflow: visible;
}

.modal-vista-previa .modal-header {
    position: relative;
    background: #202020;
    color: #fff;
    border-bottom: 0;
    padding: 18px 65px 18px 22px;
}

.modal-vista-previa .modal-title {
    color: #fff;
    margin: 0;
}

.modal-vista-previa .modal-body {
    position: relative;
    padding: 22px;
}

.modal-vista-previa .modal-sin-titulo .modal-body {
    padding-top: 35px;
}

.modal-vista-previa .modal-close-circle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 3px solid #202020;
    border-radius: 50%;
    background: #a8840a;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transform: translate(50%, -50%);
    transition: transform 0.2s ease, background 0.2s ease;
}

.modal-vista-previa .modal-close-circle:hover {
    background: #f0bd0f;
    color: #fff;
    transform: translate(50%, -50%) scale(1.08);
}

.modal-vista-previa .modal-close-circle:focus {
    outline: none;
}

.modal-backdrop.show {
    opacity: 0.7;
}



/* ==================== ANIMACIÓN DE MODALES ==================== */

.modal-vista-previa.fade {
    transition: opacity 0.3s ease;
}

.modal-vista-previa.fade .modal-dialog {
    transform: translateY(-25px) scale(0.96);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal-vista-previa.show .modal-dialog {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.modal-backdrop.fade {
    transition: opacity 0.3s ease;
}

.modal-backdrop.show {
    opacity: 0.7;
}







/* ==================== TITULOS ==================== */

h1, h2, h3, h4, h5, h6 {
    color: var(--color-principal);
}

.section-title .title {
    color: var(--color-principal);
}

.mentors-area .section-title .title span {
    color: var(--color-terciario);
}

.play-area .section-title.section-title-2 .title span {
    color: var(--color-terciario);
}

.section-title.section-title-2 .title span {
    color: var(--color-terciario);
}


.access-area .access-content .access-title .title span {
    color: var(--color-terciario);
}

.access-area .access-content .access-mission .title span {
    color: var(--color-add-5);
}

.access-area .access-content .access-vision .title span {
    color: var(--color-add-2);
}

.speakers-area .single-speakers .speakers-content span {
    color: var(--color-terciario); 
}


/* ==================== OTROS ==================== */

.mentors-area .single-mentors .mentors-content span {
    color: var(--color-terciario);
}


.testimonials-2-area .section-title .title span {
    color: var(--color-terciario);
}


.testimonials-2-area .single-testimonials .testimonials-content i {
    background: var(--color-secundario);
}

.testimonials-2-area .testimonials-2-active .slick-dots li.slick-active button {
    background: var(--color-terciario);
}


.access-area .access-content .access-title > span {
    border-bottom: 18px solid var(--color-secundario);
}

.about-counter-area {
    background: var(--color-principal);
}


.imagen-infraestructura {
    border: 4px solid var(--color-principal);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(11, 31, 64, 0.18);
}


.main-btn {
    border: 1px solid var(--color-terciario);
    background-color: var(--color-terciario);
}

.main-btn:hover {
    color: var(--color-terciario);
    border-color: var(--color-terciario);
}



.single-mentors {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(11, 31, 64, 0.08);
}


/* ======================== AREA NUESTROS PRINCIPIOS ======================== */
.section-title.section-title-2 p {
    padding: 0 60px 0px;
}

.slick-track {
    padding-bottom: 50px;
}

.testimonials-2-area .single-testimonials .testimonials-content {
    border: 2px solid #f3e8de;
}

.testimonials-2-area .single-testimonials .testimonials-content::before {
    border: 2px solid #f3e8de;
    background: #fff;
}


/* ======================== OFFER AREA INICIO ======================== */
.offer-2-area::before {
    background-image: -moz-linear-gradient(0deg, var(--color-principal) 0%, var(--color-terciario) 100%);
    background-image: -webkit-linear-gradient(0deg, var(--color-principal) 0%, var(--color-terciario) 100%);
    background-image: -ms-linear-gradient(0deg, var(--color-principal) 0%, var(--color-terciario) 100%);
    background-image: -o-linear-gradient(0deg, var(--color-principal) 0%, var(--color-terciario) 100%);
    background-image: linear-gradient(90deg, var(--color-principal) 0%, var(--color-terciario) 100%);
}

.offer-2-area .offer-content ul li a {
    background: var(--color-terciario);
    color: var(--color-principal);
    border: 2px solid var(--color-principal);
}

.offer-2-area .offer-content ul li a:hover {
    border-color: var(--color-principal);
    background-color: var(--color-principal);
    color: #fff;
}

.offer-2-area .offer-content ul li a.main-btn-2 {
    border-color: var(--color-principal);
    background-color: var(--color-principal);
    color: #fff;
}

.offer-2-area .offer-content ul li a.main-btn-2:hover {
    background: var(--color-terciario);
    border-color: var(--color-principal);
    color: var(--color-principal);
}




/* ======================== PLAY AREA ======================== */
.play-area .play-thumb::before {
    border-top: 138px solid var(--color-principal);
    border-right: 138px solid transparent;
}

.play-area .play-thumb::after {
    border-top: 70px solid var(--color-secundario);
    border-right: 70px solid transparent;
}

.play-area .play-thumb .play-btn a {
    color: var(--color-principal);
    background: #fff;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}

.play-area .hello-btn a {
    background: var(--color-terciario);
    color: var(--color-principal);
    box-shadow: 0 20px 40px rgba(11, 31, 64, 0.25);
}

.play-area .play-thumb > img {
    border-radius: 12px;
}




/* ======================== COUNTER AREA ======================== */
.counter-area.counter-area-2::before {
    background-color: rgba(11, 31, 64, 0.8);
}

.counter-area.counter-area-2 .section-title-2 .title::before {
    border-bottom: 18px solid var(--color-terciario);
}



/* ======================== TARJETA DESCARGA REGLAMENTO ======================== */
.download-card {
    border-top: 5px solid var(--color-principal);
    border-radius: 15px;
}

.download-card-icon {
    color: var(--color-terciario);
    font-size: 60px;
}

.download-info-icon {
    color: var(--color-principal);
}



/* ==================== TABLA DOCUMENTOS ==================== */
.documentos-tabla-wrapper {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.tabla-documentos {
    width: 100%;
    margin-bottom: 0;
    background: #fff;
}

.tabla-documentos thead {
    background: var(--color-principal);
    color: #fff;
}

.tabla-documentos thead th {
    padding: 16px 18px;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
}

.tabla-documentos tbody td {
    padding: 15px 18px;
    border-top: 1px solid #e9e9e9;
    color: #444;
    background: #fff;
    vertical-align: middle;
}

.tabla-documentos tbody tr:hover td {
    background: #f7f7f7;
}

.tabla-documentos tbody td:nth-child(2) {
    font-weight: 500;
}

.btn-descargar-documento {
    min-width: 125px;
    padding: 8px 14px;
    background: var(--color-principal);
    border: 2px solid var(--color-principal);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    transition: all 0.2s ease;
}

.btn-descargar-documento:hover,
.btn-descargar-documento:focus {
    background: var(--color-terciario);
    border-color: var(--color-terciario);
    color: #fff;
}

.input-posicion-documento {
    width: 80px;
    min-width: 80px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-weight: 600;
}

.input-posicion-documento:focus {
    border-color: #a8840a;
    box-shadow: 0 0 0 0.2rem rgba(168, 132, 10, 0.15);
}

.btn-eliminar-documento {
    min-width: 100px;
    border-radius: 6px;
}

.btn-guardar-posiciones {
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .tabla-documentos thead th,
    .tabla-documentos tbody td {
        padding: 12px;
        white-space: nowrap;
    }

    .btn-descargar-documento {
        min-width: auto;
    }
}





/* ==================== FILTROS INFORMATIVOS ==================== */
.filtros-informativos-wrapper {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.filtros-informativos-header {
    padding: 16px 20px;
    background: var(--color-principal);
    color: #fff;
}

.filtros-informativos-header h5 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.filtros-informativos-header p {
    margin: 5px 0 0;
    color: #ccc;
    font-size: 14px;
}

.filtros-informativos-body {
    padding: 22px;
    background: #fff;
}

.filtros-informativos-body label {
    margin-bottom: 7px;
    color: #444;
    font-size: 14px;
}

.filtro-informativo-select {
    height: 45px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #444;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filtro-informativo-select:focus {
    border-color: #a8840a;
    box-shadow: 0 0 0 0.2rem rgba(168, 132, 10, 0.15);
}

@media (max-width: 767px) {
    .filtros-informativos-body .form-group {
        margin-bottom: 18px !important;
    }

    .filtros-informativos-body .col-md-4:last-child .form-group {
        margin-bottom: 0 !important;
    }
}




/* ============================= HORARIOS POR CURSO ============================= */

.horarios-cursos-page {
    background: #f7f8fa;
}

.horarios-cursos-page > .container > h4 {
    color: #252525;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
}


/* ==================== Administración ==================== */

.horarios-cursos-page .horarios-admin-area {
    margin-bottom: 55px;
}

.horarios-cursos-page .horarios-admin-area > .row {
    margin-left: 0;
    margin-right: 0;
    padding: 22px 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}

.horarios-cursos-page .horarios-admin-area label {
    margin-bottom: 8px;
    color: #333333;
}

.horarios-cursos-page .horarios-admin-area .custom-select {
    display: inline-block;
    width: auto;
    min-width: 110px;
    min-height: 42px;
    border: 1px solid #d8dce2;
    border-radius: 5px;
    background-color: #ffffff;
}


/* ==================== Títulos de enseñanza ==================== */

.horarios-cursos-page > .container > h5 {
    position: relative;
    margin: 35px 0 15px;
    padding: 11px 16px;
    border-left: 4px solid var(--color-terciario);
    border-radius: 0 5px 5px 0;
    background: #ffffff;
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.05);
}

.horarios-cursos-page > .container > h5:first-of-type {
    margin-top: 0;
}


/* ==================== Tablas ==================== */

.horarios-cursos-page .table-responsive {
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.07);
}

.horarios-cursos-page .table {
    margin-bottom: 0;
    table-layout: fixed;
    background: #ffffff;
}

.horarios-cursos-page .table td {
    height: 78px;
    padding: 0;
    border-color: #e3e6e9;
    vertical-align: middle;
    background: #ffffff;
    transition: background 0.2s ease;
}

.horarios-cursos-page .table td:hover {
    background: #f5f8fb;
}

.horarios-cursos-page .table td:empty {
    background: #fafafa;
}


/* ==================== Elemento horario ==================== */

.horarios-cursos-page .horario-curso-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 78px;
    padding: 12px 15px;
}

.horarios-cursos-page .horario-curso-item > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid #dce1e6;
    border-radius: 5px;
    background: #ffffff;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.horarios-cursos-page .horario-curso-item > a i {
    color: var(--color-terciario);
    transition: color 0.2s ease;
}

.horarios-cursos-page .horario-curso-item > a:hover {
    border-color: var(--color-terciario);
    background: #fffaf0;
    color: #222222;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.horarios-cursos-page .horario-curso-item > a:hover i {
    color: var(--color-terciario);
}


/* ==================== Eliminar horario ==================== */

.horarios-cursos-page .horario-curso-item .form-eliminar-horario {
    flex-shrink: 0;
    margin: 0;
}

.horarios-cursos-page .horario-curso-item .boton-eliminar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 5px;
}


/* ==================== Sin horarios ==================== */

.horarios-cursos-page .alert-warning {
    padding: 20px;
    border: 0;
    border-left: 4px solid #e0a800;
    border-radius: 5px;
    background: #fff8dd;
    color: #665515;
}


/* ==================== Modal crear horario ==================== */

#modalCrearHorario .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

#modalCrearHorario .modal-header {
    border-bottom: 0;
    background: #222f3e;
    color: #ffffff;
}

#modalCrearHorario .modal-title {
    color: #ffffff;
    font-weight: 600;
}

#modalCrearHorario .modal-header .close {
    color: #ffffff;
    opacity: 0.85;
    text-shadow: none;
}

#modalCrearHorario .modal-header .close:hover {
    color: #ffffff;
    opacity: 1;
}

#modalCrearHorario .modal-body {
    padding: 25px;
}

#modalCrearHorario .modal-body label {
    color: #333333;
}

#modalCrearHorario .custom-select,
#modalCrearHorario .form-control {
    min-height: 43px;
    border: 1px solid #d8dce2;
    border-radius: 5px;
}

#modalCrearHorario .custom-select:focus,
#modalCrearHorario .form-control:focus {
    border-color: #d6a800;
    box-shadow: 0 0 0 0.15rem rgba(214, 168, 0, 0.15);
}

#modalCrearHorario .modal-footer {
    padding: 15px 25px;
    border-top: 1px solid #e6e6e6;
    background: #f8f9fa;
}


/* ==================== GLightbox ==================== */

.goverlay {
    background: rgba(0, 0, 0, 0.92) !important;
}

.glightbox-clean .gslide-media {
    box-shadow: none !important;
}

.glightbox-clean .gslide-image img {
    width: auto !important;
    height: auto !important;
    max-width: 95vw !important;
    max-height: 90vh !important;
    object-fit: contain !important;
}

.glightbox-clean .gclose {
    top: 20px !important;
    right: 20px !important;
    width: 45px !important;
    height: 45px !important;
}


/* ==================== Responsive ==================== */

@media (max-width: 767px) {
    .horarios-cursos-page > .container > h4 {
        font-size: 23px;
    }

    .horarios-cursos-page .horarios-admin-area > .row {
        padding: 18px;
    }

    .horarios-cursos-page .table {
        table-layout: auto;
    }

    .horarios-cursos-page .table td {
        min-width: 190px;
    }

    .horarios-cursos-page .horario-curso-item {
        padding: 10px;
    }

    .horarios-cursos-page .horario-curso-item > a {
        padding: 7px 10px;
        font-size: 14px;
    }
}




/* ==================== ESTILOS LISTAS DE ÚTILES ==================== */

.listas-utiles-page {
    background: #f7f8fa;
}

.listas-utiles-page > .container > h4 {
    color: #252525;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
}

.listas-utiles-page .row.mt-5 {
    background: #ffffff;
    padding: 22px 25px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}

.listas-utiles-page .custom-select {
    min-height: 42px;
    border: 1px solid #d8dce2;
    border-radius: 5px;
    background-color: #ffffff;
}

.listas-utiles-page .alert-info {
    background: #eef6ff;
    border: 1px solid #cfe4fa;
    border-left: 4px solid #3878b8;
    color: #35516d;
    border-radius: 6px;
    padding: 16px 20px;
}

.listas-utiles-page .card {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 5px 22px rgba(0, 0, 0, 0.08);
}

.listas-utiles-page .card-header {
    padding: 18px 25px;
    border: 0;
    background: var(--color-principal);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.listas-utiles-page .card-body {
    padding: 30px;
}

.listas-utiles-page .card-body > h5 {
    position: relative;
    margin: 10px 0 15px;
    padding: 10px 15px;
    border-left: 4px solid var(--color-terciario);
    background: #f5f5f5;
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 5px 5px 0;
}

.listas-utiles-page .table-responsive {
    border-radius: 7px;
    overflow: hidden;
}

.listas-utiles-page .table {
    margin-bottom: 0;
    table-layout: fixed;
    background: #ffffff;
}

.listas-utiles-page .table td {
    padding: 0;
    height: 72px;
    border-color: #e3e6e9;
    vertical-align: middle;
    background: #ffffff;
    transition: background 0.2s ease;
}

.listas-utiles-page .table td:hover {
    background: #f5f8fb;
}

.listas-utiles-page .table td > .d-flex {
    width: 100%;
    min-height: 72px;
    padding: 12px 15px;
}

.listas-utiles-page .table td a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 7px 16px;
    border: 1px solid #dce1e6;
    border-radius: 5px;
    background: #ffffff;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.listas-utiles-page .table td a::before {
    content: "\f15c";
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--color-terciario);
}

.listas-utiles-page .table td a:hover {
    border-color: var(--color-terciario);
    background: #fffaf0;
    color: #222222;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.listas-utiles-page .form-eliminar-utiles {
    flex-shrink: 0;
}

.listas-utiles-page .form-eliminar-utiles .btn {
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.listas-utiles-page .card-body > br {
    display: none;
}

.listas-utiles-page .card-body > h5:not(:first-child) {
    margin-top: 35px;
}

.listas-utiles-page .alert-warning {
    margin: 0;
    padding: 20px;
    border: 0;
    border-left: 4px solid #e0a800;
    border-radius: 5px;
}

#modalCrearUtiles .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

#modalCrearUtiles .modal-header {
    background: #222f3e;
    color: #ffffff;
    border-bottom: 0;
}

#modalCrearUtiles .modal-header .close {
    color: #ffffff;
    opacity: 0.85;
    text-shadow: none;
}

#modalCrearUtiles .modal-header .close:hover {
    opacity: 1;
}

#modalCrearUtiles .modal-body {
    padding: 25px;
}

#modalCrearUtiles .modal-footer {
    padding: 15px 25px;
    background: #f8f9fa;
}

@media (max-width: 767px) {
    .listas-utiles-page .card-body {
        padding: 20px 15px;
    }

    .listas-utiles-page .row.mt-5 {
        padding: 18px;
    }

    .listas-utiles-page .table {
        table-layout: auto;
    }

    .listas-utiles-page .table td {
        min-width: 190px;
    }

    .listas-utiles-page .table td > .d-flex {
        padding: 10px;
    }

    .listas-utiles-page .table td a {
        font-size: 14px;
        padding: 7px 10px;
    }
}




/* ==================== SECCIÓN TALLERES ==================== */
.course-section {
    background: #f5fbff;
}

.single-courses:hover .courses-content .title {
    color: var(--color-terciario);
}


/* ==================== COLUMNAS ==================== */
.course-section .taller-col {
    display: flex;
    align-items: stretch;
    margin-bottom: 35px;
}


/* ==================== TARJETA ==================== */
.course-section .single-courses {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-section .single-courses:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}


/* ==================== IMAGEN ==================== */
.course-section .courses-thumb {
    position: relative;
    width: 100%;
    /* aspect-ratio: 4 / 3; */
    flex-shrink: 0;
    overflow: hidden;
}

.course-section .courses-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}



.offer-thumb img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.offer-thumb img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

@media (max-width: 575px) {
    .offer-thumb img {
        max-width: none;
        width: 100%;
        height: auto;
    }
}

/* ==================== CONTENIDO ==================== */
.course-section .courses-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px;
}

.course-section .title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.course-section .courses-description {
    margin-bottom: 20px;
}

.course-section .courses-description p {
    margin: 0;
    line-height: 1.7;
    color: #555;
}


/* ==================== PROFESOR Y HORARIO ==================== */
.course-section .courses-info {
    margin-top: auto;
    padding-top: 5px;
}

.course-section .courses-info .row {
    display: flex;
    flex-wrap: wrap;
}

.course-section .course-info-column {
    display: flex;
    margin-bottom: 10px;
}

.course-section .course-info-item {
    width: 100%;
    min-height: 105px;
    padding: 15px;
    background: #f7f9fa;
    border: 1px solid #e2e6e9;
    border-radius: 8px;
}

.course-section .course-info-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #333;
}

.course-section .course-info-title i {
    margin-right: 8px;
    font-size: 18px;
}

.course-section .course-info-item p {
    margin: 0;
    color: #555;
    line-height: 1.5;
}

.course-section .btn-info {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.course-section .btn-info:hover,
.course-section .btn-info:focus {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
}


/* ==================== ADMINISTRACIÓN ==================== */
.course-section .taller-administracion {
    margin-top: 15px;
    padding-top: 18px;
    border-top: 1px solid #e4e4e4;
}

.course-section .input-posicion-taller {
    max-width: 90px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .course-section .courses-thumb {
        aspect-ratio: 1 / 1;
    }

    .course-section .course-info-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .course-section .taller-col {
        margin-bottom: 30px;
    }

    .course-section .courses-thumb {
        aspect-ratio: 4 / 3;
    }

    .course-section .courses-content {
        padding: 18px;
    }

    .course-section .course-info-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .course-section .course-info-item {
        min-height: auto;
    }
}




/* ======================== TARJETAS INFRAESTRUCTURA ======================== */
.infraestructura-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.infraestructura-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.14);
}

.infraestructura-card .mentors-thumb {
    overflow: hidden;
    height: 250px;
}

.infraestructura-card .mentors-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.infraestructura-card:hover .mentors-thumb img {
    transform: scale(1.05);
}

.infraestructura-card .mentors-content {
    flex: 1;
    padding: 25px;
    border-top: 4px solid var(--color-principal);
}

.infraestructura-card .infraestructura-tipo {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(0, 27, 97, 0.08);
    color: var(--color-principal);
    font-size: 13px;
    font-weight: 700;
}

.infraestructura-card .title {
    margin-bottom: 12px;
    color: var(--color-principal);
    font-size: 22px;
    font-weight: 700;
}

.infraestructura-card p {
    margin-bottom: 0;
    color: #666;
    line-height: 1.7;
}

.infraestructura-card .mentors-thumb .infraestructura-lightbox {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

@media (max-width: 767px) {
    .infraestructura-card .mentors-thumb {
        height: 220px;
    }

    .infraestructura-card .mentors-content {
        padding: 20px;
    }
}






/* ======================== CONTACTO ======================== */
.contact-info-area .contact-info-content .single-contact-info .info-icon i {
    background: var(--color-principal);
    box-shadow: 0px 4px 8px 0px var(--color-principal-rgb);
}


.contact-info-area .contact-info-content .single-contact-info.item-2 .info-icon i {
    background: var(--color-secundario);
    box-shadow: 0px 8px 16px 0px var(--color-secundario-rgb);
}

.contact-info-area .contact-info-content .single-contact-info.item-3 .info-icon i {
    background: var(--color-terciario);
    box-shadow: 0px 8px 16px 0px var(--color-terciario-rgb);
}



.counter-area.counter-area-2.counter-contact::before {
    background-image: linear-gradient(
        90deg,
        var(--color-principal) 0%,
        var(--color-principal) 45%,
        var(--color-secundario) 75%,
        var(--color-terciario) 100%
    );
    opacity: 0.78;
}
    


.contact-action-area .contact-action-item .input-box button {
    background: var(--color-terciario);
}




/* ======================== GALERIA ======================== */
.gallery-area .gallery-item .gallery-overlay {
    background-image: -webkit-linear-gradient(0deg, rgba(11, 31, 64, 0.7) 0%, rgba(122, 130, 140, 0.7) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(11, 31, 64, 0.7) 0%, rgba(122, 130, 140, 0.7) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(11, 31, 64, 0.7) 0%, rgba(122, 130, 140, 0.7) 100%);
    background-image: -o-linear-gradient(0deg, rgba(11, 31, 64, 0.7) 0%, rgba(122, 130, 140, 0.7) 100%);
    background-image: linear-gradient(90deg, rgba(11, 31, 64, 0.7) 0%, rgba(122, 130, 140, 0.7) 100%);
}


/* ======================== BOOTSTRAP ======================== */
.btn-outline-primary {
    color: var(--color-terciario);
    border-color: var(--color-terciario);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--color-terciario);
    border-color: var(--color-terciario);
}




/* ======================== PUBLICACIONES ======================== */
.blog-standard .single-blog-grid {
    height: calc(100% - 40px);
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(11, 31, 64, 0.10);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(11, 31, 64, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-standard .single-blog-grid:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(11, 31, 64, 0.16);
}


/*  IMAGEN  */
.blog-standard .single-blog-grid .blog-thumb {
    overflow: hidden;
    background: #eee;
}

.blog-standard .single-blog-grid .blog-thumb a {
    display: block;
    width: 100%;
}

.blog-standard .single-blog-grid .blog-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 4px solid var(--color-terciario);
}


/*  CONTENIDO  */
.blog-standard .single-blog-grid .blog-content {
    position: relative;
    padding: 25px;
}

.blog-standard .single-blog-grid .blog-content > span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 11px;
    background: rgba(11, 31, 64, 0.08);
    border-radius: 20px;
    color: var(--color-principal);
    font-size: 13px;
    font-weight: 700;
}

.blog-standard .single-blog-grid .blog-content .title {
    margin-top: 8px;
    margin-bottom: 15px;
    color: var(--color-principal);
    font-size: 21px;
    line-height: 1.4;
    transition: color 0.25s ease;
}

.blog-standard .single-blog-grid .blog-content a:hover .title {
    color: var(--color-terciario);
}


/*  INFORMACIÓN  */
.blog-standard .single-blog-grid .blog-content ul {
    margin-bottom: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e8e8e8;
}

.blog-standard .single-blog-grid .blog-content ul li {
    margin-bottom: 6px;
    color: var(--color-secundario);
    font-size: 13px;
    line-height: 1.5;
}

.blog-standard .single-blog-grid .blog-content ul li:last-child {
    margin-bottom: 0;
}

.blog-standard .single-blog-grid .blog-content ul li i {
    width: 18px;
    color: var(--color-terciario);
}

.blog-standard-area .blog-standard .single-blog-grid .blog-content span {
    background: var(--color-terciario);
}

/*  ESTADOS ADMIN  */
.blog-standard .single-blog-grid .badge {
    padding: 6px 9px;
    border-radius: 5px;
    font-size: 12px;
}

.blog-standard .single-blog-grid .badge-warning {
    background: var(--color-terciario);
    color: var(--color-principal);
}



/*  BOTONES  */
.btn-leer-mas-publicacion {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 10px 18px;
    border: 2px solid var(--color-principal);
    border-radius: 6px;
    background: var(--color-principal);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-leer-mas-publicacion:hover {
    background: var(--color-terciario);
    border-color: var(--color-terciario);
    color: var(--color-principal) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(11, 31, 64, 0.2);
}

.btn-leer-mas-publicacion i {
    transition: transform 0.3s ease;
}

.btn-leer-mas-publicacion:hover i {
    transform: translateX(4px);
}



/*  BOTONES ADMIN  */
.blog-standard .single-blog-grid .btn-primary {
    background: var(--color-principal);
    border-color: var(--color-principal);
}

.blog-standard .single-blog-grid .btn-primary:hover {
    background: var(--color-terciario);
    border-color: var(--color-terciario);
    color: var(--color-principal);
}

.blog-standard .single-blog-grid .btn-danger {
    border-radius: 5px;
}

.blog-standard .single-blog-grid .btn {
    min-width: 90px;
    font-weight: 600;
    transition: all 0.25s ease;
}


/*  RESPONSIVE  */
@media (max-width: 767px) {
    .blog-standard .single-blog-grid .blog-content {
        padding: 20px;
    }

    .blog-standard .single-blog-grid .blog-content .title {
        font-size: 19px;
    }
}







/* ======================== SIDEBAR PUBLICACIONES ======================== */
.blog-standard-area .blog-sidebar .blog-side-about {
    padding: 37px 40px 40px;
    overflow: hidden;
    border: 1px solid rgba(11, 31, 64, 0.12);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(11, 31, 64, 0.08);
}


/* ======================== TÍTULO ======================== */
.blog-standard-area .blog-sidebar .blog-side-about .about-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-standard-area .blog-sidebar .blog-side-about .about-title::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 55px;
    height: 3px;
    border-radius: 3px;
    background: var(--color-terciario);
}

.blog-standard-area .blog-sidebar .blog-side-about .about-title .title {
    margin: 0;
    color: var(--color-principal);
    font-size: 20px;
    font-weight: 700;
}

.blog-standard-area .blog-sidebar .blog-side-about .about-title .title::before {
    background: var(--color-principal);
}

.blog-standard-area .blog-sidebar .blog-side-about .about-title .title::after {
    background: var(--color-principal);
}



/* ======================== LISTADO ======================== */
.blog-standard-area .blog-sidebar .blog-feeds-content {
    margin-top: 0 !important;
}

.blog-standard-area .blog-sidebar .blog-feeds-content .single-feeds {
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
    transition: transform 0.25s ease;
}

.blog-standard-area .blog-sidebar .blog-feeds-content .single-feeds:last-child {
    border-bottom: 0;
}

.blog-standard-area .blog-sidebar .blog-feeds-content .single-feeds:hover {
    transform: translateX(3px);
}


/* ======================== IMAGEN ======================== */
.blog-standard-area .blog-sidebar .single-feeds .feeds-thumb img {
    border-radius: 6px;
    transition: opacity 0.25s ease;
}

.blog-standard-area .blog-sidebar .single-feeds:hover .feeds-thumb img {
    opacity: 0.88;
}


/* ======================== TEXTO ======================== */
.blog-standard-area .blog-sidebar .single-feeds .feeds-content .title {
    color: var(--color-principal);
    transition: color 0.25s ease;
}

.blog-standard-area .blog-sidebar .single-feeds .feeds-content a:hover .title {
    color: var(--color-terciario);
}

.blog-standard-area .blog-sidebar .single-feeds .feeds-content span {
    color: var(--color-secundario);
}

.blog-standard-area .blog-sidebar .single-feeds .feeds-content span i {
    color: var(--color-terciario);
}


/* ======================== RESPONSIVE ======================== */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-standard-area .blog-sidebar .blog-side-about {
        padding: 37px 30px 40px;
    }
}

@media (max-width: 767px) {
    .blog-standard-area .blog-sidebar {
        margin-left: 0 !important;
    }

    .blog-standard-area .blog-sidebar .blog-side-about {
        padding: 30px 25px;
    }
}

