body{
    background-image: url(/img/Fondo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.logo{
    
    width: 25%;
    height: 49%;
    
    position: absolute;
    top: 30%;
    left: 37%;
    right: 37%;    

}

.titulo{
    font-weight: bold;
    text-align: center;
    font-size: 60px;
    text-size-adjust: 100px;
    
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .logo {
        
        width: 49%;
        height: 32%;
        
        position: absolute;
        top: 30%;
        left: 25%;
        right: 25%; 
    }
  }
    