@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Petrona:ital,wght@0,400;0,500;1,200&display=swap');

/* REGLAS GENERALES */

* {
    margin: 0;
    padding: 0;
    font-family: 'Petrona', serif;
}

body {
    color:cadetblue;
    font-family: 'Petrona', serif;
    margin: 0px;
    padding: 1em;
    background-color: floralwhite;
    text-align: center;
    line-height: 2.5em;
}

img {
    width: 10%;
    height: auto;
    margin-top: 0.5em;
}


nav ul li {
    
    margin: auto;
    padding: 1em;
    align-content: center;    

}

ul { 
    
    list-style:none;
    display:flex;
    margin: auto;
    padding: 1em;
    font-size: 0.8em;
    flex-direction: row;
    align-content: center;
}

a {  
    text-decoration: none;
    color: brown;
}



section h2, h3 {
    text-align: center;
    font-family: 'Petrona', serif;
    color:crimson;
    line-height: 3em;
}

h3 {
    background-color: antiquewhite;
} 

ol  {
    text-align:center;
    background-color: antiquewhite;
    
}

section footer {
    color: darkkhaki;
    align-content: center;
    margin: 0;
    padding: 0;
}


footer li {
    color: burlywood;
    font-family: 'Petrona', serif;
    box-shadow: 1em;
    display: block;
}



footer p {
    color: black;
    padding: 1em;
    display: block;
    font-family: 'Petrona', italic;
    font-size: 0.8em;
    text-align: left;
   line-height: normal;
    word-spacing: .3;
    
}

/* PARA CELULAR */

header nav ul li a {
    font-size: 1.1em;
    display: block;
    text-align: center;
    margin: auto;
    padding: 0;
}



/* PLAN */

article p {
    padding: 4em;
    color: black;
    display: block;
    font-size: 1em;
    text-align: justify;
}



h1 {
    background-color: antiquewhite;
    margin: 2em;
}

/* MAPA */

h2 {
    background-color: antiquewhite;
    margin: .2em;
    padding: .2em;
}

 img { 
    width: 25%;
    height: auto;
    margin-top: 0.5em;
}



