/* _content/Neptuno/Components/Layout/AuthStatus.razor.rz.scp.css */
body[b-mjyr5tcdh0] {
}


.bi-icon-menu[b-mjyr5tcdh0] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 1rem;
    height: 3rem;
}
/* _content/Neptuno/Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-sq66nmk95m] {
    position: relative;
    display: flex;
    flex-direction: column;
    /* CR�TICO: Asegura que el contenedor ocupe la altura m�nima de la ventana */
    min-height: 100vh;
}

main[b-sq66nmk95m] {
    /* CR�TICO: Permite que el contenido principal ocupe todo el espacio restante */
    flex: 1 0 auto;
    /* El resto de tus estilos de 'main' */
}

.sidebar[b-sq66nmk95m] {
    background-image: linear-gradient(180deg, rgb(5, 10, 70) 0%, rgb(0, 0, 0) 70%);
}

.top-row[b-sq66nmk95m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sq66nmk95m]  a, .top-row[b-sq66nmk95m]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sq66nmk95m]  a:hover, .top-row[b-sq66nmk95m]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sq66nmk95m]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sq66nmk95m] {
        justify-content: space-between;
    }

    .top-row[b-sq66nmk95m]  a, .top-row[b-sq66nmk95m]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sq66nmk95m] {
        flex-direction: row;
        min-height: 100vh; /* Puedes mantener esto aqu� o arriba, para asegurar la altura total */
    }

    .sidebar[b-sq66nmk95m] {
        width: 250px;
        /* CORRECCI�N CR�TICA: Cambia de '100vh' a '100%' para que se estire hasta el final del contenido de main */
        height: 100%;
        position: sticky;
        top: 0;
    }

    .top-row[b-sq66nmk95m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sq66nmk95m]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sq66nmk95m], article[b-sq66nmk95m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sq66nmk95m] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-sq66nmk95m] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.cssMainProyecto[b-sq66nmk95m] {
    /*background: #122031;*/
    background:#2c3e50;
    /*color:#0a849a;*/
    color:#22c4ba;
    height:90.4%;
}

.cssMainBanner[b-sq66nmk95m] {
    background: #122031;
}

/* clases para banner  */
/* Estilo base para el bot�n y el texto de estado */

/* Estilo del contenedor principal del banner para alinear todos los elementos */
.top-right-banner-options[b-sq66nmk95m] {
    display: flex;
    align-items: center; /* Esto alinea todo verticalmente */
    gap: 15px; /* Espacio uniforme entre todos los elementos */
}

/* Estilo para el texto de estado */
.top-right-status[b-sq66nmk95m] {
    display: flex;
    align-items: center;
    gap: 8px; /* Espacio entre el punto y el texto */
    color: #fff; /* Asegura que el texto sea visible */
    font-size: 0.9em;
}

/* Estilo para el peque�o punto indicador */
.status-indicator[b-sq66nmk95m] {
    display: inline-block;
    width: 10px;
    height: 12px;
    border-radius: 50%;
    background-color: #0a8499; /* Color turquesa */
}

.top-right-status[b-sq66nmk95m] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 0px solid #0a8499;
    border-radius: 5px;
    text-decoration: none;
    color: #0a8499;
    font-size: 1em;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.top-right-button[b-sq66nmk95m] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid #0a8499;
    border-radius: 5px;
    text-decoration: none;
    color: #0a8499;
    font-size: 1em;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .top-right-button:hover[b-sq66nmk95m] {
        background-color: #0a8499;
        color: #fff;
        cursor: pointer;
    }

    /* Estilo espec�fico para el icono del bot�n */
    .top-right-button i[b-sq66nmk95m] {
        font-size: 1.2em;
    }



/* ========================================================= */
/* ESTILOS GLOBALES (APLICA A ESCRITORIO Y SIRVE COMO BASE) */
/* ========================================================= */
.whatsapp-button[b-sq66nmk95m] {
    /* Posici�n y contenedor */
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    /* Dise�o */
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center; /* (Redundante con Flexbox, pero se mantiene) */
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    /* SOLUCI�N DE CENTRADO: USAR FLEXBOX */
    display: flex; /* Habilita Flexbox */
    justify-content: center; /* Centrado Horizontal */
    align-items: center; /* Centrado Vertical (PERFECTO) */

    font-size: 30px; /* Tama�o del �cono en escritorio */
}

    /* Clase .whatsapp-button i: Elimina el margin-top manual */
    .whatsapp-button i[b-sq66nmk95m] {
        /* Eliminamos el margin-top: 16px que causaba desalineaci�n */
        margin-top: 0;
        /* Asegura que el �cono pueda ser centrado por Flexbox */
        line-height: 1;
    }


/* ============================================== */
/* MEDIA QUERY (SOLO PARA M�VIL) */
/* ============================================== */
@media (max-width: 640.98px) {
    .whatsapp-button[b-sq66nmk95m] {
        /* Ajuste de tama�o para m�vil */
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
        z-index: 9999;
    }

    .whatsapp-button i[b-sq66nmk95m] {
        /* Se mantiene margin-top: 0 o se puede omitir si ya est� definido arriba */
        margin-top: 0;
    }
}



/* --------------------------------------------------------- */
/* ESTILOS PARA EL FOOTER */
/* --------------------------------------------------------- */
.main-footer[b-sq66nmk95m] {
    /* Estilos generales para el footer */
    background-color: #122031;
    color: #22c4ba;
    padding: 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0; /* Asegura que no se reduzca si hay poco espacio */
}

.footer-content[b-sq66nmk95m] {
    display: flex;
    flex-direction: column; /* Apilado por defecto en m�vil */
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 10px;
}

    .footer-content p[b-sq66nmk95m] {
        margin: 0;
        font-size: 0.9em;
    }

.footer-social[b-sq66nmk95m] {
    display: flex;
    gap: 15px;
}

    .footer-social a[b-sq66nmk95m] {
        color: #22c4ba;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .footer-social a:hover[b-sq66nmk95m] {
            color: #0a8499; /* El color de hover que usas en tus botones */
        }

.footer-icon[b-sq66nmk95m] {
    font-size: 1.5em;
}


/* Ajustes para escritorio (Media Query) */
@media (min-width: 641px) {
    .page[b-sq66nmk95m] {
        flex-direction: row;
        /* Asegura que la altura de 'page' sea AL MENOS la altura de la ventana */
        min-height: 100vh;
    }

    .sidebar[b-sq66nmk95m] {
        width: 250px;
        /*  CORRECCI�N CR�TICA: Debes volver a 100vh si el main no es 100% de la altura, y usar position:fixed o sticky. 
           Ya usas 'sticky top: 0', pero si el main es m�s bajo que la ventana, 100% no funciona. 
           Usaremos 100vh para asegurar la altura visual y dejaremos que se extienda con 'height: 100%'. 
           Prueba **SOLO** con la l�nea que tiene 'height: 100vh;'. Si eso falla, usa 'height: 100%' y aseg�rate que el HTML/BODY tengan height: 100% y que main pueda crecer. */
        /*  PRUEBA 1: Vuelve a 100vh, que es como Blazor lo hace por defecto para un men� fijo: */
        height: 100vh;
        position: sticky;
        top: 0;
        /*  A�ADE ESTO: Fuerza al sidebar a ser una columna de alto fijo */
        flex-shrink: 0;
    }
}


/* Ajustes adicionales para la estructura de la p�gina si es necesario */
/*
Si usas flex-direction: column en .page, aseg�rate de que el body/html tenga 100% de altura.
html, body {
    height: 100%;
}
.page {
    min-height: 100vh;
}
*/




/*  CLASES PARA BOTONES DE CONTACTOS */
/*
.contact-buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.styled-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
    padding: 12px 25px;
    border: 1px solid #0a8499; 
    border-radius: 8px;
    text-decoration: none;
    color: #0a8499;
    background-color: transparent;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.styled-button:hover {
    background-color: #0a8499;
    color: #fff;
    transform: scale(1.05); 
    cursor: pointer;
}

    .styled-button:hover i {
        color: #fff; 
    }


.styled-button span {
    font-size: 1em;
}

.styled-button i {
    font-size: 1.2em;
}
*/
/* _content/Neptuno/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x614fxuxd4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.nav-scrollable[b-x614fxuxd4] {
    display: none;
    background-color:#122031; /* #111827;*/ /* aca el color de fondo del menu*/
}

.navbar-toggler:checked[b-x614fxuxd4] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-x614fxuxd4] {
    height: 3.5rem;
    /*background-color: rgba(15, 255, 255, 0.5);*/
    background-color:#111827;
}

.navbar-brand[b-x614fxuxd4] {
    font-size: 1.1rem;
}

.bi[b-x614fxuxd4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: 0px;
    background-size: cover;
}

.cssLogo[b-x614fxuxd4] {
    height: 40px;
    width: 190px;
}

.bi-code-slash-nav-menu[b-x614fxuxd4] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 1rem;
    height: 3rem;
}
.bi-contacto-nav-menu[b-x614fxuxd4] {
    background-repeat: no-repeat;
    background-position: center;
    background-size:18px;
    width: 1rem;
    height: 3rem;
}
.bi-habilidades-nav-menu[b-x614fxuxd4] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 1rem;
    height: 3rem;
}
.bi-experiencia-menu[b-x614fxuxd4] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 1.8rem;
    height: 3rem;
}
.bi-login-menu[b-x614fxuxd4] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 1.8rem;
    height: 3rem;
}

.bi-house-door-fill-nav-menu[b-x614fxuxd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    width: 2rem;
    height: 1rem;
}
.bi-persona-fill-nav-menu[b-x614fxuxd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-x614fxuxd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-x614fxuxd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-x614fxuxd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-x614fxuxd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-x614fxuxd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-x614fxuxd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-x614fxuxd4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-x614fxuxd4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x614fxuxd4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x614fxuxd4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x614fxuxd4]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-x614fxuxd4]  a.active {
    background-color: rgba(15, 255, 255, 0.5);
    color: white;
    font-weight:bold;
}

    .nav-item[b-x614fxuxd4]  a.active i {
        color: white;
    }

.nav-item[b-x614fxuxd4]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}



.navbar-toggler:checked ~ .nav-scrollable[b-x614fxuxd4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x614fxuxd4] {
        display: none;
    }

    .nav-scrollable[b-x614fxuxd4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Neptuno/Components/Pages/Contacto.razor.rz.scp.css */
/* Variables para colores */
:root[b-eswvdoj63x] {
    --bg-color: #171c26;
    --card-bg-color: #1b212f;
    --text-color: #e0e6f1;
    --label-color: #69b9e6;
    --input-bg-color: #262c38;
    --input-border-color: #3b4251;
    --button-bg-color: #007bff;
    --button-hover-bg-color: #0056b3;
    --linkedin-color: #0a66c2;
    --github-color: #1a1a1a;
    --divider-color: #3b4251;
    --focus-color: #008cff;
}

.contact-header[b-eswvdoj63x] {
    color:white;
}
/* Estilos de la página y el contenedor principal */
.contacto-container[b-eswvdoj63x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: 50px auto;
    padding: 0px;
    background-color: var(--bg-color);
    color: var(--text-color);
    border-radius: 10px;
}

/* Estilos de los encabezados y texto */
h2[b-eswvdoj63x], h3[b-eswvdoj63x] {
    color: var(--text-color);
    text-align: center;
    margin-bottom: 20px;
}

p[b-eswvdoj63x] {
    color: var(--label-color);
    text-align: center;
    margin-bottom: 0px;
}

/* Estilos para el contenedor de redes sociales */
.social-links-container[b-eswvdoj63x] {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.social-buttons[b-eswvdoj63x] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.social-button[b-eswvdoj63x] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.linkedin-button[b-eswvdoj63x] {
    background-color: var(--linkedin-color);
}

.github-button[b-eswvdoj63x] {
    background-color: var(--github-color);
}

.social-button:hover[b-eswvdoj63x] {
    transform: translateY(-2px);
}

/* Estilo para el divisor */
.divider[b-eswvdoj63x] {
    width: 100%;
    height: 1px;
    background-color: var(--divider-color);
    margin: 30px 0;
}

/* Estilo para la tarjeta del formulario */
.contact-form-card[b-eswvdoj63x] {
    width: 100%;
    background-color: var(--card-bg-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Estilos de los campos del formulario */
.form-group[b-eswvdoj63x] {
    margin-bottom: 20px;
}

label[b-eswvdoj63x] {
    display: block;
    color: var(--label-color);
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control[b-eswvdoj63x] {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--input-border-color);
    border-radius: 5px;
    background-color: var(--input-bg-color);
    color: var(--text-color);
    box-sizing: border-box; /* Asegura que el padding no afecte el ancho */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form-control:focus[b-eswvdoj63x] {
        border-color: var(--focus-color);
        box-shadow: 0 0 5px rgba(0, 140, 255, 0.5);
        outline: none;
    }

/* Estilo para el botón de envío */
.submit-button[b-eswvdoj63x] {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: var(--button-bg-color);
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .submit-button:hover[b-eswvdoj63x] {
        background-color: var(--button-hover-bg-color);
        transform: translateY(-2px);
    }

/* Estilos para los mensajes de validación y de alerta */
.validation-message[b-eswvdoj63x], .validation-summary-errors[b-eswvdoj63x] {
    color: #ff5757;
    font-size: 14px;
    margin-top: 5px;
}

.alert[b-eswvdoj63x] {
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
}

.alert-success[b-eswvdoj63x] {
    background-color: #28a745;
    color: white;
}

.alert-danger[b-eswvdoj63x] {
    background-color: #dc3545;
    color: white;
}

.styled-button[b-eswvdoj63x] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 25px;
    border: 1px solid #0a8499;
    border-radius: 8px;
    text-decoration: none;
    color: #0a8499;
    background-color: transparent;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

    .styled-button:hover[b-eswvdoj63x] {
        background-color: #0a8499;
        color: #fff;
        transform: scale(1.05);
    }

    .styled-button i[b-eswvdoj63x] {
        font-size: 1.2em;
    }

    .styled-button:hover i[b-eswvdoj63x] {
        color: #fff;
    }


/* efecto de abajo hacia arrib */
/* Index.razor.css */
.hidden-content[b-eswvdoj63x] {
    opacity: 0;
}

@keyframes slide-in-bottom-b-eswvdoj63x {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in[b-eswvdoj63x] {
    animation: slide-in-bottom-b-eswvdoj63x 0.5s ease-out forwards;
}



/* Estilos de los botones (mismos del ejemplo anterior, adaptados) */
/*.contact-buttons-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;*/ /* Para que los botones se ajusten en pantallas pequeñas */
/*}

.styled-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 25px;
    border: 1px solid #0a8499;
    border-radius: 8px;
    text-decoration: none;
    color: #0a8499;
    background-color: transparent;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

    .styled-button:hover {
        background-color: #0a8499;
        color: #fff;
        transform: scale(1.05);
    }

    .styled-button i {
        font-size: 1.2em;
    }

    .styled-button:hover i {
        color: #fff;
    }*/
/* _content/Neptuno/Components/Pages/Experiencia.razor.rz.scp.css */
body[b-nqef1qcu0g] {
    /* Deshabilita la barra de desplazamiento horizontal en el cuerpo */
    overflow-x: hidden;
}


.experiencia-container[b-nqef1qcu0g] {
    padding: 2rem;
    background-color: #2c3e50; /* Fondo oscuro */
    color: #ecf0f1; /* Color del texto claro */
    text-align: center;
}

    .experiencia-container h2[b-nqef1qcu0g] {
        font-size: 2.5rem;
        margin-bottom: 2rem;
        color: #ecf0f1;
    }

.experiencia-grid[b-nqef1qcu0g] {
    display: flex; /* Usamos flexbox para el diseño en grilla */
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Permite que las tarjetas se envuelvan en pantallas pequeñas */
}

.experiencia-card[b-nqef1qcu0g] {
    background-color: #34495e; /* Fondo de las tarjetas */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    flex: 1;
    min-width: 300px; /* Asegura un ancho mínimo en pantallas pequeñas */
    text-align: left;
}

    .experiencia-card h3[b-nqef1qcu0g] {
        color: #22c4ba; /*#3498db;*/ /*Color azul para el título */
        font-weight: bold;
        margin-bottom: 10px;
    }

.empresa-nombre[b-nqef1qcu0g] {
    color: #22c4ba; /* #3498db; */ /* #ecf0f1; */ /* Color del nombre de la empresa */
    font-weight: normal;
}


/* efecto de abajo hacia arrib */
/* Index.razor.css */
.hidden-content[b-nqef1qcu0g] {
    opacity: 0;
}

@keyframes slide-in-bottom-b-nqef1qcu0g {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in[b-nqef1qcu0g] {
    animation: slide-in-bottom-b-nqef1qcu0g 0.5s ease-out forwards;
}
/* _content/Neptuno/Components/Pages/Habilidades.razor.rz.scp.css */
/* Variables para colores y fuentes */
:root[b-anubyr40qh] {
    --bg-color: #1b212f;
    --text-color: #e0e6f1;
    --heading-color: #e0e6f1;
    --divider-color: #3b4251;
}

.skills-container[b-anubyr40qh] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /*background-color: #171c26;*/ /* Color de fondo general de la página */
    min-height: 10vh;
}

.skills-card[b-anubyr40qh] {
    background-color: var(--bg-color);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 30px 40px;
    max-width: 500px;
    width: 100%;
    text-align: center;
}

    .skills-card h2[b-anubyr40qh] {
        color: var(--heading-color);
        font-size: 2em;
        font-weight: 600;
        margin-bottom: 25px;
    }

.skills-list[b-anubyr40qh] {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.skill-item[b-anubyr40qh] {
    color: var(--text-color);
    padding: 15px 0;
    border-bottom: 1px solid var(--divider-color);
    font-size: 1.1em;
    text-align: left;
    transition: background-color 0.3s ease;
}

    .skill-item:last-child[b-anubyr40qh] {
        border-bottom: none;
    }

    .skill-item:hover[b-anubyr40qh] {
        background-color: #262c38;
    }


/* efecto de abajo hacia arrib */
/* Index.razor.css */
.hidden-content[b-anubyr40qh] {
    opacity: 0;
}

@keyframes slide-in-bottom-b-anubyr40qh {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in[b-anubyr40qh] {
    animation: slide-in-bottom-b-anubyr40qh 0.5s ease-out forwards;
}
/* _content/Neptuno/Components/Pages/Home.razor.rz.scp.css */
body[b-63fwm94adc] {
    /* Deshabilita la barra de desplazamiento horizontal en el cuerpo */
    overflow-x: hidden;
}

/*
.cssTitulo {
    color:#0a839a;
    padding: 0px;
    border-radius: 0px;
}

.home-container {
    width: 100%;
    height:1000px;
}
*/

.hero-container[b-63fwm94adc] {
    /*background-color: #122031;*/
    background-color: #2c3e50;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    font-size: 15px;
}

.hero-content[b-63fwm94adc] {
    max-width: 800px;
    margin: 0 auto;
}

.hero-content h1[b-63fwm94adc] {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.hero-content h1 span[b-63fwm94adc] {
    color: #0a8499; /* Color turquesa del nombre */
}

.hero-content h2[b-63fwm94adc] {
    font-size: 1.5em;
    color: #ccc;
    margin-bottom: 1em;
}

.hero-content p[b-63fwm94adc] {
    font-size: 1.1em;
    line-height: 1.6;
    color: #b0b0b0;
    margin-bottom: 2em;
}

/* Estilos de los botones (mismos del ejemplo anterior, adaptados) */
.contact-buttons-container[b-63fwm94adc] {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap; /* Para que los botones se ajusten en pantallas pequeñas */
}

.styled-button[b-63fwm94adc] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 25px;
    border: 1px solid #0a8499;
    border-radius: 8px;
    text-decoration: none;
    color: #0a8499;
    background-color: transparent;
    transition: background-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.styled-button:hover[b-63fwm94adc] {
    background-color: #0a8499;
    color: #fff;
    transform: scale(1.05);
}

.styled-button i[b-63fwm94adc] {
    font-size: 1.2em;
}

.styled-button:hover i[b-63fwm94adc] {
    color: #fff;
}


/* animacion para deslizamiento */
/* Estilos iniciales para el panel animado (oculto) */
.animated-panel[b-63fwm94adc] {
    visibility: hidden; /* Oculta el componente por defecto */
    opacity: 0;
    transform: translateY(100px); /* Lo mueve 100px hacia abajo, fuera de la vista */
    transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* Define la animación */
}

/* Estilos para el estado "mostrado" */
.animated-panel.slide-in[b-63fwm94adc] {
    visibility: visible; /* Hace el componente visible */
    opacity: 1;
    transform: translateY(0); /* Lo mueve a su posición original */
}



/* efecto de abajo hacia arrib */
/* Index.razor.css */
.hidden-content[b-63fwm94adc] {
    opacity: 0;
}
@keyframes slide-in-bottom-b-63fwm94adc {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in[b-63fwm94adc] {
    animation: slide-in-bottom-b-63fwm94adc 0.5s ease-out forwards;
}
/* _content/Neptuno/Components/Pages/Login.razor.rz.scp.css */
/* app.css o un nuevo archivo de estilos */

/* efecto de abajo hacia arrib */
/* Index.razor.css */
.hidden-content[b-r3plmmfpyh] {
    opacity: 0;
}

@keyframes slide-in-bottom-b-r3plmmfpyh {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in[b-r3plmmfpyh] {
    animation: slide-in-bottom-b-r3plmmfpyh 0.5s ease-out forwards;
}


.login-container[b-r3plmmfpyh] {
    display: flex;
    justify-content: center;
    align-items:first baseline;
    height: 100vh;
    background-color: #2c3e50; /* Un color oscuro para el fondo */
}

.form-card[b-r3plmmfpyh] {
    background-color: #34495e; /* Un tono más claro que el fondo */
    color: #ecf0f1;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    padding: 30px;
}

.form-header[b-r3plmmfpyh] {
    text-align: center;
    border-bottom: 1px solid #4a6c8e;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

    .form-header .title[b-r3plmmfpyh] {
        font-size: 2em;
        font-weight: bold;
        color: #3498db; /* Azul para resaltar, como en tu logo */
    }

.form-body .form-group[b-r3plmmfpyh] {
    margin-bottom: 20px;
}

.form-body label[b-r3plmmfpyh] {
    display: block;
    margin-bottom: 5px;
    color: #bdc3c7;
}

.form-body .form-control[b-r3plmmfpyh] {
    background-color: #4a6c8e; /* Un fondo de campo más oscuro */
    border: 1px solid #6c7a89;
    color: #ecf0f1;
    transition: all 0.3s ease;
}

    .form-body .form-control:focus[b-r3plmmfpyh] {
        border-color: #3498db;
        box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
        background-color: #4a6c8e;
    }

.btn-primary[b-r3plmmfpyh] {
    background-color: #3498db;
    border-color: #3498db;
}

    .btn-primary:hover[b-r3plmmfpyh] {
        background-color: #2980b9;
        border-color: #2980b9;
    }

.btn-secondary[b-r3plmmfpyh] {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

    .btn-secondary:hover[b-r3plmmfpyh] {
        background-color: #27ae60;
        border-color: #27ae60;
    }

.btn-block[b-r3plmmfpyh] {
    width: 100%;
}

.error-message[b-r3plmmfpyh] {
    margin-bottom: 15px;
    font-size: 0.9em;
}

.form-footer[b-r3plmmfpyh] {
    text-align: center;
    margin-top: 30px;
    font-size: 0.9em;
}

    .form-footer a[b-r3plmmfpyh] {
        color: #3498db;
        text-decoration: none;
        font-weight: bold;
    }

    .form-footer a:hover[b-r3plmmfpyh] {
        text-decoration: underline;
    }



/* _content/Neptuno/Components/Pages/Proyectos.razor.rz.scp.css */
/* ... (Los estilos CSS son los mismos que en las versiones anteriores) ... */
.proyectos-container[b-vik3338drb] {
    padding: 2rem;
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
}

    .proyectos-container h2[b-vik3338drb] {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

.proyectos-grid[b-vik3338drb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    justify-content: center;
}

.proyecto-card[b-vik3338drb] {
    background-color: #34495e;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

    .proyecto-card h3[b-vik3338drb] {
        color: #22c4ba;
        margin-bottom: 10px;
    }

.ver-mas-btn[b-vik3338drb] {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    border: 2px solid #3498db;
    border-radius: 5px;
    color: #3498db;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

    .ver-mas-btn:hover[b-vik3338drb] {
        background-color: #3498db;
        color: #fff;
    }

.pagination[b-vik3338drb] {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .pagination button[b-vik3338drb] {
        background-color: #34495e;
        color: #fff;
        border: 1px solid #0a8499;
        padding: 8px 16px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
    }

    .pagination button:hover[b-vik3338drb] {
        background-color: #0a8499;
    }

.pagination button.active[b-vik3338drb] {
    background-color: #0a8499;
    color: #fff;
    font-weight: bold;
}

.top-right-button[b-vik3338drb] {
    display: flex;
    align-items: center;
    text-align:center;
    gap: 8px;
    padding: 5px 35%;
    border: 1px solid #0a8499;
    border-radius: 20px;
    text-decoration: none;
    color: #0a8499;
    font-size: 1em;
    font-weight: 400;
    transition: background-color 0.3s ease, color 0.3s ease;

}

    .top-right-button:hover[b-vik3338drb] {
        background-color: #0a8499;
        color: #fff;
        cursor: pointer;
    }

    /* Estilo específico para el icono del botón */
    .top-right-button i[b-vik3338drb] {
        font-size: 1.8em;
    }



/* efecto de abajo hacia arrib */
/* Index.razor.css */
.hidden-content[b-vik3338drb] {
    opacity: 0;
}

@keyframes slide-in-bottom-b-vik3338drb {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in[b-vik3338drb] {
    animation: slide-in-bottom-b-vik3338drb 0.5s ease-out forwards;
}
