@font-face {
    font-family: "Poppins";
    src: url("./fonts/Poppins/Poppins-Medium.ttf");
}

html, body {
    font-family: 'Poppins', sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
    }

.validation-message {
    color: red;
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.w-fit-content {
    width: fit-content !important;
}

.titulo-login {
    font-size: 3.2rem;
}

.input-text {
    border: none;
    border-bottom: solid 1px rgb(180, 180, 180);
    width: 100%;
    background-color: transparent;
}

    .input-text:hover, .input-text:focus-visible {
        outline: none;
    }

.valid.modified:not([type=checkbox]) {
    border-bottom: 2px solid #26b050;
}

.invalid {
    /*border-bottom: 2px solid red;*/
    background-color: rgba(239, 235, 235, 0.5); /* Color de fondo con transparencia */
    color: rgb(191, 183, 183) !important;
    backdrop-filter: blur(10px);
}

.text-gris {
    color: rgb(169,169,169);
}

.bg-gris {
    background-color: rgb(249,249,249)
}

.btn-negro {
    width: 100%;
    background-color: black;
    color: white;
    padding: 5px 3px;
    -webkit-appearance: button;
    border: none;
}

.btn-blanco {
    width: 100%;
    background-color: white;
    color: black;
    padding: 5px 3px;
    -webkit-appearance: button;
    border: solid 1px black;
}

.cursor-pointer {
    cursor: pointer;
}

.mw-1000px {
    max-width: 1000px;
}

.splide__pagination {
    bottom: -30px !important;
}

.splide__pagination__page.is-active {
    background-color: rgb(100,100,100) !important;
}

.border-radius-0 {
    border-radius: 0;
}

.mw-auto {
    max-width: none;
}

.logoMarcaAgua {
    position: relative;
}






/*HOME*/
#imagenCabecera {
    height: 530px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.6;
}

.fondoGris {
    background-color: #F8F8F8;
}

h1, h2, h6, span {
    font-family: Poppins;
}

.tituloPrincipal {
    font-size: 65px;
}

.tituloSecundario {
    font-size: 35px;
}

.textoMuyGrande {
    font-size: 40px;
}

.textoGrande {
    font-size: 30px;
}

.textoMediano {
    font-size: 24px;
}

.textoMediano2 {
    font-size: 20px;
}


.textoPequeno {
    font-size: 18px;
}

.textoMuyPequeno {
    font-size: 14px !important;
}

.ocultarEscritorio {
    display: block;
}

.ocultarMovil {
    display: none;
}

.w-85 {
    width: 85% !important;
    margin: auto;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.l-height-1 {
    line-height: 1
}

.btHeightCustom {
    height: 35px;
}






@media (max-width: 992px) {
    .titulo-login {
        font-size: 2.2rem;
    }

    #containerRegister {
        flex-direction: column;
    }

    .logoMarcaAgua::after {
        width: 12vw;
        height: 12vw;
    }

    .tituloPrincipal {
        font-size: 40px;
    }

    .tituloSecundario {
        display: none;
    }

    .textoMuyGrande {
        font-size: 36px;
    }

    .textoMediano {
        font-size: 20px;
    }

    .textoPequeno {
        font-size: 16px;
    }

    .ocultarEscritorio {
        display: none;
    }

    .ocultarMovil {
        display: block;
    }

    #imagenCabecera {
        height: 450px;
        border-bottom: 3px solid black;
    }


    .logoMarcaAguaCentrado::after {
        width: 40vw;
        height: 40vw;
    }
}
