body{
    background-image: url("../../img/fondo_villa_primavera.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed;
    margin:0;
    padding:0;
    height:100dvh;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.logo{
    display: flex;
    justify-content: center;
}

.logo img{   
    padding: 0;
    max-width:200px;
    height: auto;  
}

.eslogan{
    display: flex;
    justify-content: center;
}

.eslogan img{    
    padding: 20px 0;
    max-width:600px;
    height: auto;  
}
