body { background-color:#e1bbd4;
    
}

.avatar {
        justify-content: center;
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
    margin-top: 40px;
    
    
}


#titular {
    width: 60%;
    margin: auto;
    text-align: center;
    font-family: sans-serif;
    color: white;
}

h1 {
    color: white;
    font-weight: 400;
    font-family: 'roboto', sans-serif; 
    line-height: 1em;
    text-align: center;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    padding: 0.1em;
    font-size: 30pt
}


h2 {
    color:white;
    font-weight: 400;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
        background-color: none;
    padding: auto;
    text-align: center;
    display: flex;
    justify-content: center; 
    margin-left: auto;
    margin-right: auto;
    border-color: aquamarine;
    border-style: solid;
    border-width:thick;
    width: 22%;
    
    
}

h3 {
   
    line-height: 1.3em;
    text-align: center;
    color:white;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16pt;
    margin-left: auto;
    margin-right: auto;
    padding: auto;
    width: 40%;
    border-color: aquamarine;
    border-style: solid;
    border-width:thick;
    width: 55%;
    
 }

.parrafo-informativo {
   
    display: flex;
    justify-content: center;
    font-family: 'roboto', sans-serif;
    font-size: 12pt;
    color:#1c3499;
 }

p {
    text-align:center;
    margin: 0.5em;
    font-size: 8pt;
}

.choclo {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 10px;
    
}
.encurso {
    margin-top: 15px;
}

.datos {
    width: 33%;
    border-color: aquamarine;
    border-style: dotted;
}

.locales {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    width: 100%; 
   
}


@media all and (max-width: 25em){
    
    body {background-color: #e82e4f;
    
    }
}



.legales {
    display: flex;
    flex-direction: column;
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 4em;
}

.imagenes {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    justify-content: center;
}