

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #FDFBF0;
}

header{
    width: 100vw;
    padding: 6%;
    background-color: #F58C70;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}




h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: left;
    color: black;
    font-weight: 800;
    font-size: 20pt;
    color: gray;

}

h2 {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 10pt;
    color: gray
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    font-weight: 200;
    text-transform: uppercase;
    color: white;
    
}

h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 9pt;
    font-weight: 200;
    text-transform: uppercase;
    color: white;
    display: inline;
    
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    color: grey;
}




a {
    color: #4A4A4A;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 10pt;
}

p {
    line-height: normal;
}

main {
    width: 90vw;
    margin-top: 15%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15%;
    min-height: 40vh;
}

main ul {
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
}

main ul li {
    display: flex;
    list-style: none;
    flex-basis: 33%;
    padding: 1%;
    }


img {
    display: block;
    max-width: 100%;
}


nav {
    background-color: white;
    
}

article {
    display: flex;
    flex-direction:column;
    padding: 5%;
    margin-top: 15%;
    margin-bottom: 10%

}

article h1 {
    margin-bottom: 4%;
}

article span {
    font-weight: 700;
}

article img {
    margin-top: 3%;
    height: 3vh;
    width: 3vh;
}

article h2 {
    margin-top: 4%
        
}

footer {
    padding: 6%;
    background-color: #353535;
}

footer p {
    color: darkgrey;
    line-height: 1.4;
    font-size: 8pt;
}

footer a {
    color: #F58C70
    
}

footer ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    list-style: none;
    display: inline;
   
}

.footer-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 5%
}
#integrantes {
    margin-left: 7%;
}


#mapa img {
    max-width: 90vw;
    height: auto;
    
}

#mapa {
    
    padding: 5%;
    margin-bottom: 5%;
    margin-top: 5%;
}

#cartamain h1 {
    margin-top: 6%;
    margin-bottom: 1%;
}

#mainusuarios h1 {
    margin-bottom: 2%;
    text-align: center;
}

#mainusuarios h2 {
    margin-top: 7%;
    margin-bottom: 2%;
    text-align: center;
}

#mainusuarios p {
    margin-top: 2%;
    margin-bottom: 3%;
    text-align: center;
}
