/* NAVVVVV */
body {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.logo {
    width: 55px;
    height: 40px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0px;
    background-color: #111C22;
    /* Ajusta el color de fondo según sea necesario */
    z-index: 999;
    /* Asegura que el menú esté en la parte superior */
}

.link {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.linka {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: bold;

}


.link:hover {
    color: #115726;

    /* Cambia el color del texto cuando se pasa el cursor sobre él */
}

.link.active {
    border: 1px solid rgba(29, 102, 29, 0.479);
    padding: 0px;
    background-color: transparent;
    /* Color de fondo cuando el enlace está activo */
    border-radius: 4px;
    /* Bordes redondeados */
    box-shadow: 0 2px 5px rgba(18, 228, 18, 0.479);
    /* Sombra */
    /* Animación de parpadeo */
    animation: blinkBorder 1s infinite alternate;
    /* La animación dura 1 segundo, se repite infinitamente y alterna entre los estados */
}

@keyframes blinkBorder {
    0% {
        border: 2px solid #0d3f1c;
        /* Borde sólido al principio */
    }

    100% {
        border: 6px solid #0d3f1c88;
        /* Borde semi-transparente al final */
    }
}

#linkcer {
    border: 2px solid #0d3f1c;
    padding: 5px;
    border-radius: 4px;
}

#linkcv {
    border: 2px solid #0d3f1c;
    padding: 5px;
    border-radius: 4px;
}

.nav-links {
    display: flex;
    gap: 1.2rem;
    list-style: none;
}

nav ul {
    margin-right: 10px;
    display: flex;
    gap: 1.2rem;
    list-style: none;
}

.menu-icon {
    display: none;
}

@media only screen and (max-width: 768px) {
    nav {
        padding: 10px 20px;
        /* Reduce el espacio al ajustar la pantalla */
        justify-content: space-between;

    }

    .menu-icon {
        display: block;
        color: #fff;
        /* Color blanco para el icono */
        background: none;
        border: none;
        font-size: 1.5rem;
        margin-right: 20px;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgb(49, 49, 49);
        flex-direction: column;
        padding: 10px;
        text-align: left;
        /* Alinea el texto a la derecha */
    }

    .nav-links.active {
        display: flex;
        /* Muestra la lista cuando la clase 'active' está presente */
        margin-top: 0;
    }

    .nav-links li {
        margin: 5px 0px;
        margin-right: 50px !important;
    }
}

@media (max-width: 768px) {
    /* en columna el cuerpo */

    /* en columna el cuerpo */
    .nav-links {
        background-color: #0D161D;
    }

    .search,
    .content {
        width: 100%;
    }
}

/* NAVVVVV */

/* CUADRO */
.container {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 70%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.image {
    flex-direction: column;
    margin-top: 60px;
    width: 100%;
    height: 140px;
    background: linear-gradient(to right, #111C22, #154c69, #111C22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.Dino {
    font-family: apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    text-decoration: none !important;
    color: white;
    font-size: 28px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.sis {
    font-family: apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 24px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.row {
    display: flex;
    width: 100%;

}

.search {
    width: 30%;
    background-color: transparent;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.content {
    width: 70%;
    background-color: transparent;
    padding: 10px;
    box-sizing: border-box;
}

.chart {
    border: 1px solid #6bb9c5;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 5px #ddd;
}

.chart:hover {
    box-shadow: 0px 0px 9px 8px #ddd;
}

.second-frame {
    background-color: #81ccd8;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;

}

.categories {
    background-color: #eeeff0;
    border-radius: 0px 0px 5px 5px;
}

.list {
    padding: 5px;
}

.main-li-list {
    text-decoration: none;
    color: #252525;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.main-li-list:hover {
    background-color: #e2e2e2;
    border-left: 2px solid #41a3d1;
}

.main-li-list-box {
    text-decoration: none;
    color: #252525;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0px 0px;
}

.main-li-list-box:hover {
    background-color: #e2e2e2;
    border-left: 2px solid #41a3d1;
}

/* CARD */
.chart2 {
    border: 1px solid #dcdedf;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 5px #ddd;
}

.chart2:hover {
    box-shadow: 0px 0px 9px 8px #ddd;
}
.btnevent{
    width: 100%;
    background-color: #7bc0ca;
    padding: 8px;
    border-radius: 0px 4px 4px 0px;
    border: #154c69 solid 1px;
    border-left: #154c69 solid 4px;
    color: #0c2b35;
    margin: 5px;
    font-weight: 600;
    
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.btnevent:hover{
    background-color: transparent;
}
.alertnotify{
    width: 100%;
    padding: 8px;
    font-style: italic;
    color: #0c2b35;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;

}
.alertnotifyerror {
    width: 100%;
    padding: 10px;
    font-style: italic;
    border-radius: 4px;
    background-color: #b14848;
    color: #07171d;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 600;
    box-sizing: border-box; /* Ensures padding is included within the width */
    max-width: 100%; /* Ensures the element does not exceed the container's width */
    overflow: hidden; /* Hides any overflowing content */
    text-overflow: ellipsis; /* Adds ellipsis for overflowing text */
    word-wrap: break-word; /* Ensures long words break onto the next line */
}


.state {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    background-color: #5a9b6f;
    border-radius: 5px 5px 0px 0px;
}

.stateb {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    background-color: #d95c5c;
    border-radius: 5px 5px 0px 0px;
}
.state-b {
    text-align: left;
    padding-left: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
}
.state-a {
    text-align: right;
    padding-right: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 900;
}

.amount {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.amount::before,
.amount::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
}

.amount::before {
    width: 120px;
    height: 120px;
    background-color: #ddd;
    top: -85px;
    right: -10px;
}

.amount::after {
    width: 80px;
    height: 80px;
    background-color: rgb(98, 211, 240);
    bottom: -50px;
    left: 20px;
}

.share {
    margin-right: 30px;
    text-align: right;
    padding: 10px 0px 0px;
    font-weight: bold;
}

.payments {
    padding: 10px;
    padding-left: 40px;
    font-size: 30px;
    font-weight: bold;
}

.name {
    font-size: 17px;
    font-weight: 700;
    color: #999898;
}

.dato {
    font-size: 15px;
    color: #525457;
    font-weight: 500;
    font-style: italic;
}

.date {
    margin-right: 30px;
    text-align: right;
    padding: 10px 0px 0px;
    color: #a3a3a3;
    text-decoration: underline;
}
.date:hover{
    color: #111C22;
    font-weight: 600;
}

.title {
    text-align: center;
    color: #0c2b35;
}

.consultation {
    width: 100%;
    display: flex;
    justify-content: center;
}

.income {
    padding: 10px;
    margin: 0px;
}

.digit {
    width: 100%;
    padding: 10px;
    border: solid 1px #81ccd8;
    border-radius: 4px;
    box-sizing: border-box;
}

.chart-consult {
    border: 1px solid #6bb9c5;
    width: 100%;
    border-radius: 7px;
    box-shadow: 0px 0px 7px 5px #ddd;
}

.main-consult {
    background-color: #f0efef;
    border-radius: 6px;

}

.title-enter {
    padding: 0px;
}

.consult {
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.btn-consult{
    background-color: #75bec9;
    border-radius: 4px;
    border: #154c69 2px solid;
    margin-top: 8px;
    padding: 7px;
    font-size: 16px;
    font-weight: bold;
}
.btn-consult:hover{
    background-color: transparent;
    color: #074049;
    font-weight: bold;
}
.chartimg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #72bfd6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;

    background: linear-gradient(to bottom right, #f0f0f0, #d9e6f2);
    position: relative;
}

.chartimg:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.imganuncio {
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative; /* Added for overlay positioning */
}

.imganuncio2 {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.imganuncio2:hover {
    transform: scale(1.02);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
    border-radius: 5px;
}

.imganuncio:hover .overlay {
    opacity: 1;
}

.btn-ver-mas {
    background-color: transparent;
    color: #ddd;
    border: 1px solid #1a6e8a;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-ver-mas:hover {
    background-color: #0c2b35;
    border: 1px solid #0c2b35;
    transform: scale(1.1);
}





/* END CARD */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .container {
        width: 100%;
    }

    .search {
        width: 100%;
    }

    .content {
        width: 100%;
    }

    .payments {
        padding-left: 9px;
        font-size: 25px;
    }

}

/* CUADRO */

/* INICIO FOOTER */
.footer {
    width: 100%;
    background-color: #132F3B;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.footer .contact-info {
    width: 50%;
    text-align: left;
    align-items: left;
    margin-bottom: 20px;
    color: #faf9f9;
}

.footer .contact-info2 {
    width: 50%;
    text-align: left;
    align-items: center;
    margin-bottom: 20px;
}

.globalfo {
    width: 60%;
    margin: 0 auto;
    justify-content: center;
}

.footer .contact-info div {
    margin: 15px 0;
}

.footer .contact-info div i {
    margin-right: 10px;
}

.footer .separator {
    width: 80%;
    height: 1px;
    background-color: #ddd;
    margin: 20px auto;
}

.footer .copyright {
    font-size: 0.9em;
}

.footer .contact-info a:hover {
    text-decoration: underline;
}

.enum {
    color: #ddd;
    text-decoration: none;
}

.enum:hover {
    color: #41a3d1;
}

.emp {
    font-size: 24px;
    color: #e6e5e5;
    font-weight: bold;
}
.textfooter{
    padding: 5px;
    line-height: 24px;
    text-align: justify;
}
@media (max-width: 768px) {
    .imganuncio2{
        width: 400px;
        height: 500px;
    }
    .globalfo {
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
    }

    .footer .contact-info {
        width: 90%;
        padding: 20px;
        margin-bottom: 0px;
    }

    .footer .contact-info2 {
        width: 90%;
        padding-left: 20px;
    }
}

/* END FOOTER */