*{
    font-family: "Montserrat", sans-serif;
}

:root {
    --login-background: #F9D9D1;
    --login-text-color: #EC8376;
    --login-button-primary: #599DA6;
    --login-button-primary-text: white;
    --login-button-secondary: #FFB194;
    --login-button-secondary-text: #A74F77;

    --main-menu-button: #E6EDEE;
}

.bg-genodi-1 {
    background-color: var(--login-background);
}

.bg-genodi-2 {
    background-color: var(--login-button-secondary);
}

.bg-genodi-gray {
    background-color: var(--main-menu-button);
}

.efecto-genodi-btn-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Suaviza las transiciones */
    transform: scale(1.0);
    /* Estado inicial */
}

.efecto-genodi-btn-img:hover {

    transform: scale(1.08);
    /* Escala la imagen a 1.25 veces su tamaño original al pasar el cursor */
    background-color: #3f51b5;
    color: whitesmoke;
}

.efecto-genodi-btn-img:hover>div>img.img-fluid {
    transition: 1250ms;
    filter: grayscale(100%) brightness(500%) contrast(100%);
    transform: scale(1.03);
    /* Escala la imagen a 1.25 veces su tamaño original al pasar el cursor */
}



* {
    font-family: "Montserrat", sans-serif;
}

/*  PÁGINAS EN GENERAL */
/* width */
::-webkit-scrollbar {
    transition: 250ms;
    width: 10px;
}

::-webkit-scrollbar:hover {
    transition: 100ms;
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #dfdfdf;
}

/* barrita del scroll */
::-webkit-scrollbar-thumb {
    /* background: rgb(212, 21, 21);*/
    background: rgb(92, 27, 47);
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    /* background: #555; */
    background: rgba(116, 23, 66, 0.938);
    width: 15px;
}

html {
    min-height: 100%;
    position: relative;
}



footer {
    background-color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.navbar {

    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(224, 200, 255, 0.372);
    box-shadow: 0 2px 4px 0 rgba(31, 1, 70, 0.083);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
    height: 4.5em;
    padding-left: 1em;

}

.card {
    margin: 5px;
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    ;
    /* border: 1px solid rgba(0, 200, 255, 0.529);*/
    border: none;

    background: rgba(245, 245, 245, 0.362);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.253);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
    transition: 300ms;

}

.card:hover {

    animation-delay: 300ms;
    box-shadow: 10px 10px 10px 10px rgba(77, 77, 77, 0.233);

}

.card-header {
    background: rgba(0, 0, 0, 0.466);
    font-family: 'Montserrat';
    font-size: 1.5em;
}

.btn-raymond {
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    background: rgba(0, 157, 175, 0.733);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.253);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(235, 235, 235);
    border-color: #dbdbdb;
}

/* DASHBOARD LATERAL */

.dashboard {
    transition: 300ms;
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    ;
    border: 1px solid rgba(255, 255, 255, 0.18);

    background: rgba(185, 0, 0, 0.623);
    box-shadow: 0 8px 32px 0 rgba(173, 6, 6, 0.383);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
    margin-left: 10px;
    border: none;
}

.dashboardd:hover {
    transition: 220ms;
    box-shadow: 5px 15px 20px 0 rgba(0, 0, 0, 0.486);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(0px);
    margin-left: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.grid-title {
    background: rgba(148, 1, 1, 0.719);
    font-family: 'Montserrat';
    font-size: 1.2em;
}


.grid {
    transition: 300ms;
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(134, 0, 0, 0.808);
    box-shadow: 0 8px 32px 0 rgba(126, 2, 2, 0.603);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
    margin-left: 10px;
    min-height: 150px;
    text-align: center;
    color: #dbdbdb;
    margin: auto;
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 2px;
    padding-top: 4em;


}

/* DASHBOARD LATERAL DERECHO*/

.acciones {
    transition: 300ms;
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    ;
    background: rgba(131, 131, 131, 0.623);
    box-shadow: 0 8px 32px 0 rgba(173, 6, 6, 0.383);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
    margin-left: 10px;
    border: none;
}

.accionesd:hover {
    transition: 220ms;
    box-shadow: 5px 15px 20px 0 rgba(0, 0, 0, 0.486);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(0px);
    margin-left: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.grid-title {
    background: rgba(148, 1, 1, 0.719);
    font-family: 'Montserrat';
    font-size: 1.2em;
}


.grid {
    transition: 300ms;
    backdrop-filter: blur(13.5px);
    -webkit-backdrop-filter: blur(13.5px);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(134, 0, 0, 0.808);
    box-shadow: 0 8px 32px 0 rgba(126, 2, 2, 0.603);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
    margin-left: 10px;
    min-height: 150px;
    text-align: center;
    color: #dbdbdb;
    margin: auto;
    width: 100%;
    margin-top: 1.5rem;
    border-radius: 2px;
    padding-top: 4em;


}

.grid:hover {
    border-color: #bb0000;
    transition: all 150ms ease-in-out;
    box-shadow: 5px 15px 20px 0 rgba(0, 0, 0, 0.486);
    backdrop-filter: blur(0spx);
    -webkit-backdrop-filter: blur(0px);
    color: white;
    background: rgba(97, 2, 2, 0.959);
    box-shadow: 0 0 10px 0 #494949 inset, 0 0 10px 4px #ffffff;
}

.grid:hover .icon-grid {
    transition: all 500ms ease-in-out;
    font-size: 2.5rem;
}



/* TABLAS */

.raymond-table {
    position: relative;
    height: 12rem;
    overflow: auto;
    background-color: rgb(190, 190, 190);
    font-size: 12px;
    font-family: 'Montserrat';
    padding-top: 3px;
    margin: 0px;
}

.raymond-scroll {
    display: block;
}

.input-captura {
    font-size: x-large;
    text-align: center;
    font-family: 'Montserrat';
    width: 7em;
}


/* FUENTES */



.ubicaciones {
    background-color: rgb(0, 148, 216);
    color: #dbdbdb;
}

.ubicaciones:hover {
    transition: 300ms;
    background-color: aqua;
    color: darkblue;
    font-size: 0.775rem;
}

body {
    padding-top: 5%;
    background: #EFFEFF;

}

.fondo {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 1%, rgba(207, 154, 216, 1) 66%, rgba(226, 114, 172, 1) 100%);
    color: black;
}

.login-container {
    max-width: 400px;

    margin-top: 10px;
    margin-right: 10%;
    margin-bottom: 0px;
    margin-left: 20%;

    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05);

    position: fixed;
    bottom: 0%;
    right: 0%;
    height: 90%;
}

.brand-wrapper {
    margin-bottom: 20px;
}

.brand-wrapper img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.login-btn {
    background-color: #553483;
    color: white;
    border: none;
}

.login-btn:hover {
    transition: 300ms;
    background-color: #77015a;
    color: white;

}

.forgot-password-link {
    color: #6200EA;
}

.form-control {
    border-radius: 1rem;
}

.form-group {
    margin-bottom: 20px;
}


/* BOTONES */

.button-genodi-care {
    background-image: url('../img/Boton_care.png');
    background-size: cover;
    color: #FFFFFF;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}

/* TITULOS */

.banner-title {
    font-size: 3em;
    color: #ED9B68;
}

.banner-title-separator {
    color: #ED9B68;
    width: 75%;
    height: 15px;
}

.resume-title {
    font-size: 2em;
    color:  #548DD4;
    font-weight: bold;
}

.resume-subtitle {
    font-size: 1.2em;
    color: #486866;
}

.resume-buttons {
    border-color: #9A4B6B;
    background-color: #F791BB;
    color: #9A4B6B;
}

.table-variant-column {
    color: #9A4B6B;
}

/* ICONS */

.rated {
    color: darkorange;
}

.unrated {
    color: grey;
}

.male-icon {
    clip-path: polygon(50% 0%, 50% 100%, 0% 100%, 0% 0%);
    color: darkorange;
}

.card-resume {
    position: relative;
    width: 200px;
    /* Adjust as needed */
    height: 200px;
    /* Adjust as needed */
    border: 1px solid #ccc;
    /* Example border style */
}

.circle {
    position: absolute;
    top: -20px;
    /* Adjust to position the circle */
    left: 50%;
    /* Center the circle horizontally */
    transform: translateX(-50%);
    /* Center the circle horizontally */
    width: 60px;
    /* Adjust the size of the circle */
    height: 60px;
    /* Adjust the size of the circle */
    background-color: white;
    /* Example color for the circle */
    border-radius: 50%;
    /* Make it a circle shape */
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-circle {
    border: 2px solid darkorange;
}

.green-circle {
    border: 2px solid darkgreen;
}

.red-circle {
    border: 2px solid darkred;
}

.text {
    color: black;
    /* Text color */
}

/* FACE ICONS */

.red-face {
    color: darkred;
}

.yellow-face {
    color: darkorange;
}

.green-face {
    color: darkgreen;
}

/* PERSON ICON */

.red-people {
    color: darkred;
}

.yellow-people {
    color: darkorange;
}

.green-people {
    color: darkgreen;
}

/* ERROR PAGE */

.page-not-found {
    background-color: #3f51b5;
}

.page-not-found h2 {
    font-size: 130px;
    color: #e91e63;
}

.page-not-found h3 {
    font-size: 42px;
}

.page-not-found .bg-light {
    width: 50%;
    padding: 50px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .page-not-found h2 {
        font-size: 100px;
    }

    .page-not-found h3 {
        font-size: 28px;
    }

    .page-not-found .bg-light {
        width: 100%;
    }
}

.circle-container {
    position: relative;
    /* Establece como referencia para la posición absoluta de la imagen */
    width: 80px;
    /* Fija el ancho del círculo */
    height: 80px;
    /* Fija la altura del círculo */
    background-color: white;
    /* Color de fondo del círculo */
    border-radius: 50%;
    /* Hace el div completamente redondo */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Asegura que el contenido que sobrepase el círculo sea recortado */
}

.circle-container img {
    position: absolute;
    /* Posiciona la imagen de forma absoluta respecto al contenedor */
    width: 120%;
    /* Hace la imagen más grande que el círculo */
    height: auto;
    /* Mantiene la relación de aspecto de la imagen */
    top: 50%;
    /* Centra la imagen verticalmente */
    left: 50%;
    /* Centra la imagen horizontalmente */
    transform: translate(-50%, -50%);
    /* Ajusta el centrado de la imagen */
}

