@font-face {
    font-family: 'Lexend';
    src: url('../fuentes/Lexend-VariableFont_wght.ttf');
}

body {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Lexend', sans-serif;
    min-height: 100vh;
    background-image: url('../imagen/fond.jpg');
    background-repeat: no-repeat;
    background-size: cover;

 }

.login-centrar .row{
    min-width: max-content !important;
}
.account-block {
    text-align: center;
    padding-top: 40px;
    background-color: #000000;
    /* background-image: url("../imagen/fondo_negro.svg"); */
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    position: relative;
    justify-content: center;
    align-items: start;
}

.account-block .account-testimonial {
    text-align: center;
    color: #fff;
    font-family: 'Lexend', sans-serif;
    position: absolute;
    margin: 0 auto;
    padding: 0 1.75rem;
    bottom: 3rem;
    left: 0;
    right: 0;
}

.text-theme {
    /* color: #535353 !important; */
    font-family: 'Lexend', sans-serif;
}

.btn-theme {
    background-color: #535353;
    border-color: #535353;
    color: #fff;
}

.btn:hover{
    background: #fff;
    border-color: #535353;
    color: #535353;
}

.bloque-login{
    border-end-end-radius: 2%;
    border-start-end-radius:  2%;
}

.no-gutters{
    box-shadow: 0px 0px 10px 0px #00000041;
    border-radius: 2%;

}

.container {
    display: flex;
}

#loader_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 63%);
    z-index: 9999;
}

.spinner_header {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 14px solid;
    border-color: rgba(255, 255, 255, 0.15) #fff rgba(255, 255, 255, 0.35) #fff;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.logo_ccs {
    width: 45px;
    height: 45px;
    position: absolute;
    margin: auto;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.texto_ccs {
    color: #fff;
    position: absolute;
    margin:0  auto;
    content: "";
    bottom: 50px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 200;
}

.swal2-container{
    z-index: 99999;
}