html, body
{
    background-image: radial-gradient(circle, #ffffff, #f4f4f4, #e9e9e9, #dedede, #d3d3d3);
    font-family: Arial, Helvetica, sans-serif;
}

#loading-screen {
    background-color: rgba(42, 92, 132, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
    text-align: center;
}

#loading-screen img {
    width: 100px;
    height: 100px;
    position: relative;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
}

.contenedor_principal
{
    position: relative;
    margin-top: 6vh;
    padding: 2vh 0px 2vh 2vw;
    background-color: #0089d0;
    z-index: 5;
}

.contenedor-documento
{
    margin-bottom: 3vh;
}

.contenedor-interno
{
    padding: 2vh 0px 2vh 0px;
}

.imagen-logo
{
    position: relative;
    top: 3vh;
    width: 80%;
    height: auto;
    padding-left: 3vw;
}


.botones
{
    background-color: rgb(242 167 0);
    color: white;
    font-weight: 600;
}

.botones:hover
{
    background-color: rgb(233 181 68);
    color: black;
}

.fila-botones
{
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.fila-enviar-SMS
{
    margin-top: 4vh;
}

.marcoFondo
{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.fila-logo
{
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
}

.encontrado, .no_encontrado
{
    display: none;
}

.tittle
{
    font-size: 5vh;
    color: rgb(242 167 0);
    font-weight: 700;
}