body {
    margin:0;
    padding:0;
    font-family: 'Rosario', sans-serif;
    min-height: 100vh;
color:#3c4d33;
    background-image: url(/img/chacra-lach.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: center;
}
div#informacion {
    width: 100%;
    height: 100vh;
    background: #ffffff8f;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
font-weight:bold;
font-size:16pt;
}
div#informacion img:first-of-type{
max-width:400px;
} 
div#informacion ul#logos img {
    max-width: 200px!important;
}
div#informacion ul#roch img {
    max-width: 300px;
}
#youtube { 
    max-height: 45px!important;
}

div#informacion ul {
    list-style: none;
    padding:0;
    margin:0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
div#informacion ul:last-of-type {
flex-flow:row;!important}
div#informacion ul:last-of-type a{
color: #3c4d33;
font-size:20pt;
margin:0 15px;
}
@media (min-width: 768px) {
 div#informacion ul {
    flex-flow:row;
  }
div#informacion ul li:nth-of-type(2) {
    margin:0px 15px;
  }
}