@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    background-color: whitesmoke;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
main, section, article, aside, footer{
    width: 94%;
    max-width: 900px;
    margin: 15px auto;
}
main{
    margin-top: 70px;
}
.main-section, .article-section, .aside-section, .footer-section{
    text-align: justify;
    width: 100%;
    margin: 15px auto;
}
h1, h2{
    text-align: center;
}

.section-ubicacion-section-mapa{
    width: 100%;
    max-width: 600px;
    margin:  auto;
}
ul{
    margin-left: 15px;
}
