/* General style sheet */
 body {
    width: 100%;
     
 }
@media only screen and (max-width: 968px){
    /* for mobile phones */
    body {
    width: 100%;
}
}

/* 2340x1080 pixels at 476ppi iphone 12 and 13 */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) { }

a {font-size:1.2rem;
color:#000;
    text-decoration:none;
}
ul {display:block;}
span {padding:15px;}
li{color:#000000;}

.imagen-logo {
    
    width: 100%; 
    text-align: center;
    max-width:300px; 

}
