body { background-color: lightyellow;
    
}

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


h1 {
    color: #e1bbd4;
    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.2em;
    font-size: 30pt;
    border-style: dashed; 

}



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



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


h3 {
   
    
    line-height: 1.3em;
    text-align: center;
    color: lightyellow;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-left: auto;
    margin-right: auto;
    background-color: #1c3499;
    padding: 1em;
    width: 45%;
    text-decoration: none;
    border-color: #e1bbd4;
    border-style: solid;
    border-radius: 20px;
    justify-content: center;
    
    }

.cajas {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 2em;
    margin-bottom: 4em;
}


.locales {
        width: 90%;
         margin-left: auto;
        margin-right: auto;
    }
    

.parrafo-informativo {
   
    display: flex;
    justify-content: center;
    font-family: 'roboto', sans-serif;
    font-size: 9pt;
    margin-bottom: auto;
    margin-left: 15%;
    margin-right: 15%;
    color: #1c3499;
    
    }



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



.atencion {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        background-color: #2fc9ab;
        border-style: none;
        border-color: none;
        border-radius: 30px;
    }


  .tituloslateral {
        margin-bottom: auto;
        margin-top: auto;
        margin: 1em;
    }


 .cajas {
        
        margin-bottom: 4em;
    }


.infosecundaria {
   
    display: flex;
    justify-content: center;
    font-family: 'roboto', sans-serif;
    font-size: 9pt;
    color: lightyellow;
    

    }


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



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



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

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























    