.fancybox__backdrop {
    opacity: 0.9!important;
}

.adjuntos-container {
    display: none;
}
/* Estilos generales para los botones de anexos */
.btn-anexo {
    display: flex;
    align-items: center;
    background-color: #3498db; /* Azul para todos los archivos inicialmente */
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Efecto al pasar el ratón sobre el botón */
.btn-anexo:hover {
    background-color: #2980b9; /* Azul oscuro para hover */
    color: #f1c40f; /* Cambio de color de texto a dorado */
    transform: translateY(-2px);
}

/* Estilos para los iconos */
.btn-anexo .fa {
    margin-right: 10px;
    font-size: 20px;
}

/* Colores de icono según tipo de archivo */
.btn-file-pdf .fa-file-pdf {
    color: #e74c3c; /* Rojo para PDF */
}

.btn-file-excel .fa-file-excel {
    color: #2ecc71; /* Verde para Excel */
}

.btn-file-word .fa-file-word {
    color: #f39c12; /* Amarillo para Word */
}

.btn-file-archive .fa-file-archive {
    color: #9b59b6; /* Morado para ZIP/rar */
}


    .news-title-custom {
        color: #444;
        font-weight: 600;
        font-size: 28px;
    }

    .news-image-custom {
        object-fit: cover;
        border-radius: 8px;
    }

    .news-overlay-custom {
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        transition: background 0.3s ease;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .news-overlay-custom:hover {
        background: rgba(0, 0, 0, 0.85);
    }

    .news-content-custom {
        text-align: left;
    }

    .news-heading-custom {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .news-date-custom {
        font-size: 14px;
        color: #ccc;
    }

    .news-detail-custom {
        font-size: 15px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .news-btn-custom {
        background-color: #007bff;
        color: white;
        padding: 8px 14px;
        font-size: 14px;
        border-radius: 4px;
        text-decoration: none;
        transition: background 0.3s;
    }

    .news-btn-custom:hover {
        background-color: #0056b3;
    }

    @media (max-width: 768px) {
        .news-overlay-custom {
            width: 100%;
            height: auto;
            bottom: 0;
            top: auto;
            padding: 15px;
            border-radius: 0 0 8px 8px;
        }

        .news-image-custom {
            height: 300px;
        }
    }
.scroll-container {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}
.scroll-container::-webkit-scrollbar {
    width: 6px;
}
.scroll-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}
.scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.document-card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.document-title {
    font-size: 18px;
    font-weight: bold;
    color: #0056b3;
}
.document-info {
    font-size: 14px;
    color: #666;
}
.btn-descargar {
    background-color: #833b79;
    color: white;
    border-radius: 20px;
    padding: 5px 15px;
}
.btn-descargar:hover {
    background-color: #6d3065;
    color: white;
}
.swiper_vertical .swiper-button-prev, .swiper_vertical .swiper-button-next {
    display: none !important;
}
.swiper_vertical .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #005BA6;
    opacity: 1;
}
.swiper_vertical .swiper-pagination-bullet-active {
    background-color: #004880;
    transform: scale(1.5);
}
.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #C1C1C1;
    border-radius: 2px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #A0A0A0;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #F1F1F1;
}
.dataTables_scrollBody {
    scrollbar-width: thin;
    scrollbar-color: #C1C1C1 #F1F1F1;
}
.table-roundered {
    border-radius: 8px;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}
.table-roundered th:first-child {
    border-top-left-radius: 8px;
}
.table-roundered th:last-child {
    border-top-right-radius: 8px;
}
.table-roundered tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.table-roundered tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
.table-striped tbody tr:nth-child(odd) {
    background-color: white;
}
.table-striped tbody tr:nth-child(even) {
    background-color: #D9D9D9;
}
.card-shadow {
    box-shadow: 0px 5px 11px 5px #DDDDDD;
    padding: 18px;
    background: white;
    border: solid 1px #DDDDDD99;
}
.header-table-blue {
    background-color: #005BA6;
    color: white;
}
.fc-event {
    padding: 20px;
    border-radius: 15px !important;
    overflow: hidden;
}
.fc-daygrid-day {
    padding: 20px;
    border-radius: 15px;
}
.fc-toolbar {
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.fc {
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.roundered {
    border-radius: 15px;
}
.div-content-block {
    border-radius: 25px!important;
    min-height: 350px;
}
.mt--8 {
    margin-top: -8px!important;
    padding-top: -8px!important;
}
.mt--2 {
    margin-top: -2px!important;
    padding-top: -2px!important;
}
.mt--4 {
    margin-top: -4px!important;
    padding-top: -4px!important;
}
.justify-text {
    text-align: justify;
    letter-spacing: 0.1px;
}
.center-text {
    text-align: center;
    align: center;
}
.ml-10 {
    margin-left: 10%;
}
.mr-10 {
    margin-right: 10%;
}
.ml-20 {
    margin-left: 20%;
}
.mr-20 {
    margin-right: 20%;
}
.ml-15 {
    margin-left: 15%;
}
.mr-15 {
    margin-right: 15%;
}
.text-center {
    text-align: center;
}
.font-20 {
    font-size: 20px;
}
.font-15 {
    font-size: 15px;
}
.font-10 {
    font-size: 10px;
}
.txt-white {
    color: white;
}
.txt-grey {
    color: #5C5D61;
}
.txt-blue {
    color: #01177C;
}
.BG-GREY {
    background: #989898;
}
.FONT-WHITE {
    color: #FFFFFF;
}
.FONT-WEIT-600 {
    font-weight: 600;
}
.FONT-WEIT-900 {
    font-weight: 900;
}
.FONT-WEIT-500 {
    font-weight: 500;
}
.FONT-WEIT-400 {
    font-weight: 400;
}
.FONT-WEIT-MAX {
    font-weight: 900;
    text-shadow: 0.4px 0.4px 0 #5C5D61, -0.4px -0.4px 0 #5C5D61, -0.4px 0.4px 0 #5C5D61, 0.4px -0.4px 0 #5C5D61;
}
.BG-SMOKE {
    background: #F2F2F2;
}
.BG-BLUE {
    background: #17438E;
}
.BG-BLUE-GTEC {
    background: #1D47BF;
}
.BG-IMG {
    height: 300px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.BG-IMG-FIXED {
    height: 300px;
    width: 100%;
}
.BG-IMG .txt-block {
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.BG-IMG-FIXED .txt-block {
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.BG-SMOKE .txt-block {
    color: #5D5E62;
}
.BG-BLUE .txt-block {
    color: white;
}
.BG-SMOKE .title-block {
    color: #5C5D61;
}
.BG-BLUE .title-block {
    color: white;
}
.IMG-REDES {
    margin-left: 20px;
    margin-right: 20px
}
.text-none-deco {
    text-decoration: none!important;
}
.hr {
    border: solid #377DA1 0.8px;
}
.carousel-control-prev {
    background: #00000090;
    width: 5%;
}
.carousel-control-next {
    background: #00000090;
    width: 5%;
}
.btn-custom-grey:hover {
    background-color: #7d7d7d !important;
    border-color: #7d7d7d !important;
    color: whitesmoke;
}
.btn-custom-blue:hover {
    background-color: #1D47BF !important;
    border-color: #1D47BF !important;
    color: whitesmoke;
}
.navbar-blue {
    background-color: #131B4C;
}
.navbar-white {
    background-color: #FFFFFF;
    color: #18428C;
}
.nav-link {
    border-radius: 8px;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.swiper {
    width: 100%;
    max-height: 470px;
    border-radius: 10px;
}
.nav-link:hover {
    color: #FFFFFF !important;
    background-color: #792583;
}
.nav-link:focus {
    border-radius: 8px;
    color: #FFFFFF!important;
    background-color: #792583;
}
@media (min-width: 1024px) {
    .w90p {
        width: 90%!important;
    }
    .h350 {
        height: 350px!important;
    }
    .text-block-body {
        font-size: 18px;
    }
    .carousel-control-next-icon {}
    .carousel-control-prev-icon {}
    .carousel-caption {
        background: #131B4C99;
        border-radius: 5px;
    }
    .navbar-blue {
        background-color: #131B4C;
        height: 70px;
    }
    .nav-link {
        padding: 10px!important;
        font-size: 20px;
        color: #18428C;
        font-weight: 400;
        padding: 0 15px;
    }
    .btn-custom-grey {
        margin-top: 15px;
        border-radius: 20px;
        background-color: #989898 !important;
        border-color: #989898 !important;
        color: white;
        padding: 6px 12px;
        font-size: 1.10rem;
    }
    .btn-custom-blue {
        margin-top: 15px;
        border-radius: 20px;
        background-color: #1D47BF !important;
        border-color: #1D47BF !important;
        color: white;
        padding: 6px 12px;
        font-size: 1.10rem;
    }
    .logoTop {
        width: 150px;
    }
}
@media (max-width: 1023px) {
    .h350 {
        height: 100%!important;
    }
    .w90p {
        width: 100%!important;
    }
    .text-block-body {
        font-size: 14px;
    }
    .carousel-control-next-icon {}
    .carousel-control-prev-icon {}
    .carousel-caption {
        background: #131B4C99;
        border-radius: 5px;
    }
    .nav-link {
        padding: 10px!important;
        font-size: 17px;
        color: #18428C;
        font-weight: 400;
        padding: 0 15px;
    }
    .btn-custom-grey {
        margin-top: 20px;
        border-radius: 20px;
        background-color: #989898 !important;
        border-color: #989898 !important;
        color: white;
        padding: 6px 12px;
        font-size: 1.1rem;
    }
    .btn-custom-blue {
        margin-top: 20px;
        border-radius: 20px;
        background-color: #1D47BF !important;
        border-color: #1D47BF !important;
        color: white;
        padding: 6px 12px;
        font-size: 1.1rem;
    }
    .logoTop {
        width: 200px;
    }
}
.navbar-nav {
    justify-content: center;
}
.navbar-nav .nav-item {
    margin: 0 5px;
}
.navbar-toggler-icon {
    background-image: url("https://img.icons8.com/ios-glyphs/30/ffffff/menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5em;
    height: 1.5em;
}
.bodyCumple {
    margin: 0;
    background: #020202;
    cursor: crosshair;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.container.mt-2 {
    position: relative;
    width: 100%;
    max-width: 1200px;
}
.h1Cumple, .h2Cumple {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #F4F5F7;
    font-weight: 400;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    padding: 0 20px;
}
.h2Directory {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #F4F5F7;
    font-weight: 400;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    padding: 0 20px;
}
.h1Cumple {
    top: 40%;
    font-size: 8vw;
    max-font-size: 5em;
}
.h2Cumple {
    top: 35%;
    font-size: 2.5vw;
    font-weight: 750;
    border-radius: 10px;
    padding: 10px;
}
.h2Directory {
    top: 43%;
    font-size: 2.5vw;
    font-weight: 750;
    border-radius: 10px;
    padding: 10px;
}
@media (max-width: 768px) {
    .h1Cumple {
        font-size: 12vw;
    }
    .h2Cumple {
        font-size: 8vw;
    }
}
canvas {
    background-color: #f0f0f0;
}
.pagination.pagination-rounded .page-item.active .page-link {
    background-color: #17438E;
    color: #ffffff;
}
.pagination-rounded .page-link {
    border-radius: 30px!important;
    margin: 0 3px;
    border: none;
    text-align: center;
    height: 35px
}
.page-link {
    color: #131B4C;
}
.text-bg-primary {
    color: #131B4C;
}
.bodyDirectorio {
    height: auto;
    width: auto;
    background-position: bottom;
    background-size: cover;
}
.birthday-image {
    z-index: 1;
    position: relative;
    margin-left: 70px;
}
.table-overlay {
    width: 90%;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 2;
    background-color: #020F1B99;
    padding: 10px;
    border-radius: 10px;
}
.table-overlay .table {
    margin: 0;
}
.birthday-card {
    background: linear-gradient(to right, #020A14, #020F1B, #060C30, #131B4C);
    color: #F2F2F2;
    border-radius: 1rem;
    max-width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
    position: relative;
    margin-left: -70px;
    margin-top: 10px;
}
.btn-birthday {
    background-color: #5a2d82;
    color: #fff;
    border: none;
}
.btn-birthday:hover {
    background-color: #44225e;
}