@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--verde);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.spinner-color {
    color: white !important;
}

.loader.fade-out {
    opacity: 0;
    visibility: hidden;
}

:root {
    --verde: #1ba333;
    --amarillo: #ffcc00;
    --azul: #203b76;
    --verdeOscuro: #135423;
    --verdeClaro: #d3eed7;
    --verdeClaro2: #d9ecdc;
    --cafe: #5b3700;
    --azulClaro: #0094e9;
    --blanco: #fff;
    --gris6: #666;
    --gris9: #999;
    --rojo: #e30d0d;
    --colorTexto: #303030;
}

* {
    font-family: "Montserrat" !important;
    text-transform: capitalize !important;
}

.rounded-search input.uk-search-input {
    border-radius: 8px;
}

.small-search {
    min-width: 20px !important;
}

.logo-header {
    width: 100px;
    margin-left: 40px;
}

.z-index {
    z-index: 99999 !important;
}

.logo-nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-mobile {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-cards {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slide-img {
    width: 100%;
    height: 350px;
    /* Altura fija para uniformar */
    object-fit: cover;
    /* Recorta y ajusta la imagen sin deformar */
    border-radius: 12px;
    /* Opcional: esquinas redondeadas */
}

.slide-img-mobile {
    width: 300px !important;
    height: 200px !important;
    /* Altura fija para uniformar */
    object-fit: cover;
    /* Recorta y ajusta la imagen sin deformar */
    border-radius: 12px;
    /* Opcional: esquinas redondeadas */
}

.container-title {
    color: var(--colorTexto) !important;
    font-weight: 900;
    text-transform: uppercase !important;
    font-size: 26px !important;
}

.container-title-mobile {
    color: var(--colorTexto) !important;
    font-weight: 800;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    font-size: 17px !important;
}

.container-text {
    color: var(--colorTexto) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: none !important;
}

.container-text-mobile {
    color: var(--colorTexto) !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    text-transform: none !important;
}

.container-style {
    background: #2A7B9B;
    background: linear-gradient(19deg, rgba(42, 123, 155, 0) 0%, rgba(98, 199, 87, 0.263) 50%, rgba(151, 208, 85, 0.536) 71%, rgba(237, 221, 83, 0.466) 100%);
    height: 550px !important;
    padding-top: 70px;
}

.detail-container {
    margin: 0px 0px 0px 0px !important;
}

.nav-buttons {
    color: #00000054 !important;
}

.padding-footer {
    padding: 10px;
}

.bg-slider {
    background-color: #3d3d3d48 !important;
    border-radius: 20px !important;
}

.detail-bg {
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.203) 0%, rgba(93, 223, 41, 0.038) 10%, rgba(255, 244, 93, 0.033) 30%, rgba(94, 252, 59, 0.027) 60%, rgba(240, 250, 105, 0.093) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bg-container-mobile {
    background-color: #ffffffc9 !important;
}

.slider-radius {
    border-radius: 20px !important;
}

.content-img {
    width: 100%;
    height: 200px;
    /* Altura fija para uniformar */
    object-fit: cover;
    /* Recorta y ajusta la imagen sin deformar */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* Opcional: esquinas redondeadas */
}

.card-img {
    width: 100% !important;
    height: 200px;
    /* Altura fija para uniformar */
    object-fit: cover;
    /* Recorta y ajusta la imagen sin deformar */
    border-radius: 3px;
}

.detail-img {
    width: 100%;
    height: 300px;
    /* Altura fija para uniformar */
    object-fit: cover;
    /* Recorta y ajusta la imagen sin deformar */

}

.congreso-img {
    width: 100%;
    height: 450px;
    /* Altura fija para uniformar */
    object-fit: cover;
    /* Recorta y ajusta la imagen sin deformar */
}

@media (max-width: 640px) {
    .congreso-img {
        width: 100%;
        height: 230px;
        /* Altura fija para uniformar */
        object-fit: cover;
        /* Recorta y ajusta la imagen sin deformar */
    }
}

.content-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.container-link {
    color: var(--verdeOscuro) !important;
}

.uk-slidenav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    background-color: var(--blanco) !important;
    padding: 10px !important;
    border-radius: 50px !important;
    z-index: 10000 !important;

}

.right-button {
    position: absolute !important;
    /* o 'fixed' si quieres que esté siempre visible */
    top: 56% !important;
    /* posición vertical */
    right: 1px !important;
    /* posición horizontal */
    transform: translate(50%, -50%) !important;
    /* ajusta el centro del botón */

    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background-color: white !important;
    color: #333 !important;
    border: none !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) !important;

    font-size: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
}

.left-button {
    position: absolute !important;
    /* o 'fixed' si quieres que esté siempre visible */
    top: 56% !important;
    /* posición vertical */
    left: -49px !important;
    /* posición horizontal */
    transform: translate(50%, -50%) !important;
    /* ajusta el centro del botón */

    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background-color: white !important;
    color: #333 !important;
    border: none !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) !important;

    font-size: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
}

.featured-title {
    color: var(--colorTexto) !important;
    font-weight: 900;
    text-transform: uppercase !important;
    font-size: 20px !important;
}

@media (max-width: 640px) {
    .featured-title {
        color: var(--colorTexto) !important;
        font-weight: 900;
        text-transform: uppercase !important;
        font-size: 16px !important;
    }
}

.featured-text {
    color: var(--colorTexto) !important;
    font-size: 15px !important;
    text-transform: none !important;
}

@media (max-width: 640px) {
    .featured-text {
        color: var(--colorTexto) !important;
        font-size: 11px !important;
        text-transform: none !important;
    }
}

.detail-title {
    color: var(--colorTexto) !important;
    font-weight: 700;
    font-size: 46px !important;
}

@media (max-width: 640px) {
    .detail-title {
        color: var(--colorTexto) !important;
        font-weight: 700;
        font-size: 32px !important;
    }
}

.detail-subtitle {
    color: var(--colorTexto) !important;
    font-weight: 500;
    font-size: 18px !important;
}

@media (max-width: 640px) {
    .detail-subtitle {
        color: var(--colorTexto) !important;
        font-weight: 500;
        font-size: 14px !important;
    }
}

.detail-text {
    color: var(--colorTexto) !important;
    font-size: 16px !important;
}

@media (max-width: 640px) {
    .detail-text {
        color: var(--colorTexto) !important;
        font-weight: 400;
        font-size: 13px !important;
    }
}

.detail-form{
    font-size: 20px !important;
}

@media (max-width: 640px) {
    .detail-form{
    font-size: 16px !important;
}
}

.detail-margin {
    margin: 10px !important;
}

.detail-input {
    margin: 5px !important;
}


.detail-icon {
    width: 30px !important;
    margin-right: 5px !important;
}

.round-border {
    border-radius: 20px !important;
}

.round-img {
    width: 180px !important;
    height: 110px;
    object-fit: cover;
}

.round-img-mobile {
    width: 200px !important;
    height: 130px;
    object-fit: cover;
    border-radius: 10px !important;
}

.comunicados-container {
    max-width: 1000px !important;
    max-height: 700px !important;

}

.background-section {
    background:
        linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.837) 60%, rgba(255, 255, 255, 0.563) 100%),
        url("/img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: none !important;
}

.background-section-mobile {
    background:
        linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.897) 20%, rgba(255, 255, 255, 0.489) 100%),
        url("/img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: max-content !important;
}

.container-margin {
    margin: 40px !important;
    padding: 0px !important;
}

.footer-quote {
    font-weight: bold;
    font-size: 25px;
    color: var(--colorTexto) !important;
    max-width: 900px !important;
}

.footer-quote-mobile {
    font-weight: 800;
    font-size: 18px !important;
    color: var(--colorTexto) !important;
    max-width: 330px !important;
    line-height: 1.6 !important;
}

.uk-subnav-pill>*>a {
    color: #333;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.uk-subnav-pill>.uk-active>a {
    background-color: var(--verdeOscuro) !important;
    color: white;
}

.footer-container {
    margin-right: 0 !important;
    margin-left: 120px !important;
}

.footer-bullet {
    padding-left: 10px !important;
    max-width: 170px !important;
    font-size: 9px !important;
}

.footer-copy {
    font-size: 10px !important;
}

.hero-img {
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0.037) 50%, rgba(0, 0, 0, 0.262) 100%),
        url('/img/bg-titulo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
}

@media (max-width: 640px) {
    .hero-img {
        background:
            linear-gradient(to bottom, rgba(255, 255, 255, 0.295) 0%, rgba(255, 255, 255, 0.037) 50%, rgba(0, 0, 0, 0.262) 100%),
            url('/img/bg-titulo.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        min-height: 200px;
    }
}

.hero-title {
    color: var(--blanco) !important;
    font-weight: 900 !important;
    font-size: 50px !important;
    text-transform: uppercase !important;
}

@media (max-width: 640px) {
    .hero-title {
        color: var(--blanco) !important;
        font-weight: 900 !important;
        font-size: 40px !important;
        text-transform: uppercase !important;
        margin-bottom: 12px !important;
    }
}

.card-bg {
    background-color: var(--verde) !important;
}

.custom-dropdown-list>li {
    margin-bottom: 5px !important;
    /* espacio entre elementos */
}

.custom-dropdown-list>li>a {
    display: block !important;
    padding: 12px 18px !important;
    text-align: center !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    border-radius: 3px !important;
}

.custom-dropdown-list>li>a:hover {
    background-color: var(--verde);
    color: var(--blanco) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.filter-bg {
    background-color: #2d462e11 !important;
}

.about-us-text {
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px !important;
}

.about-us-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us-bg {
    background-color: #000000 !important;
    max-width: none !important;
    background: linear-gradient(-70deg, #003006, #081e009e, #0218007c, #084f01c9, #000000);
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.about-us-padding {
    padding: 50px !important;
}

.about-us-grid {
    margin-left: 5px !important;
}

.about-us-column {
    padding: 20px !important;
}

.align-right>li>a {
    display: flex !important;
    justify-content: flex-end;
}

.align-right>li {
    display: flex !important;
    justify-content: flex-end;
}

.footer-quote-decor {
    font-family: 'Georgia', serif;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
    position: relative;
    padding: 2rem;
    background: #ffffff4b !important;
    border-left: 5px solid var(--verde);
    /* UIkit primary color */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.footer-quote-decor::before {
    content: "“";
    font-size: 4rem;
    color: var(--verdeOscuro);
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 1;
}

.footer-quote-decor::after {
    content: "”";
    font-size: 4rem;
    color: var(--verdeOscuro);
    position: absolute;
    right: 19px;
    bottom: 0;
    line-height: 0;
}

@media (max-width: 640px) {
    .footer-quote-decor {
        font-family: 'Georgia', serif;
        font-size: 20px !important;
        line-height: 1.6;
        color: #333;
        position: relative;
        padding: 2rem;
        background: #ffffff4b !important;
        border-left: 5px solid var(--verde);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .footer-quote-decor::before {
        content: "“";
        font-size: 4rem;
        color: var(--verdeOscuro);
        position: absolute;
        left: 10px;
        top: 0;
        line-height: 1;
    }

    .footer-quote-decor::after {
        content: "”";
        font-size: 4rem;
        color: var(--verdeOscuro);
        position: absolute;
        right: 19px;
        bottom: 0;
        line-height: 0;
    }
}



.raw-text {
    text-transform: none !important;
}

.offcanvas-text {
    font-size: 17px !important;
}

.footer-link {
    font-size: 12px !important;
}

.center-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.login-container{
    background:
        linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.837) 60%, rgba(255, 255, 255, 0.563) 100%),
        url("/img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: none !important;
    min-height: 100vh;        /* Al menos el alto de la ventana */
    display: flex;            /* Para alinear contenido */
    align-items: center;      /* Centra verticalmente */
    justify-content: center;  /* Centra horizontalmente */
     
}

.login-s-text{
    font-size: 14px !important;
}