.fondo{
    background-image: url("../img/FONDO.jpeg");
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contenido1{
    border-radius: 10px; 
    padding: 2%;

}
.text-1{
    color: rgb(34, 134, 228);
}
.onl{
    color: rgb(193, 209, 50);
    size: 11px;
}
@media (max-width: 3480px) and (min-width: 801px) {
    .logoHome{
        width: 40%;
        border-radius: 80px;  
    }
    .logoHome1{
        width: 50%;
        border-radius: 100px; 
    }
    #espacio{
        width: 100%px;
        height: 300px;
        margin: 10% 10% 10% 10%;
    }
    
}
@media (max-width: 800px) and (min-width: 300px) {
    .logoHome{
        width: 20%;
        border-radius: 100px;
        margin-left: auto;
        margin-right: auto;
        position: center;
    }
    .logoHome1{
        width: 20%;
        border-radius: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    #espacio{
        width: 100%px;
        height: 400px;
        margin: 10% 10% 10% 10%;
    }

}

