body { background-color: #916a96;
    
}

.bodyindex {
    background-color: #f2e163;
}

#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;
    border-radius: 40px;
    border-style:dotted;
    padding: 0.1em;
    font-size: 30pt
}


h2 {
    color: #f2e163;
    font-weight: 20;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
    width: 50%;
    background-color: none;
    padding: 0.5em;
    border-color: #f2e163; 
    border-style:solid;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center; 
    margin-left: auto;
    margin-right: auto;
    
}

h3 {
   
    line-height: 1.3em;
    text-align: center;
    color: #f2e163;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style:italic;
    margin-left: auto;
    margin-right: auto;
    padding: 1.2em;
    width: 40%;
    border-color: #f2e163;
    border-style:dotted;
    border-radius: 15px;
    
 }

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

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



.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 {
    margin-left: 20%;
}