html,
body {
    overflow: hidden;
    font-family: 'Questrial', sans-serif;
}
.container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;   
    position: relative; 
}

.subcontenedor {
    width: 300px;
    max-width: 90%;
    margin: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.subcontenedor div {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Questrial', sans-serif;
    box-sizing: border-box;
    font-size: 16pt;
}
.subcontenedor div img {
    border-radius: 50%;
}
#spinner {
    position: absolute;
    margin: 0 auto;
    z-index: 99999999999;
    font-size: 24pt;
}

.img {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.d-none {
    display: none !important;
}

.cabecera{
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 60px;
    top: 10px;
    left: 10px;
    font-size: 14pt;
    
}