*{
    margin: 0;
    padding: 0;
    align-items: center;
    }

    .main-menu{
        background-color: #4A4B56;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        position: relative;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 4rem;
    }
    .main-menu a{
        color: #eaf0f9;
        font-family: "Rubik", sans-serif;
        font-size: 1rem;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        transition: color 0.2 ease;
    }
    .main-menu a:hover{
        color: #5D8BC8;
    }
body {

    background-color: #eaf0f9;
    font-family: "Roboto", serif;
    font-optical-sizing: 1rem;
    font-weight: 200;
    font-style: normal;
    text-align: center;
}
h1{
    color: #395273;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: 1rem;
    font-weight: 900;
    font-style: normal;
    font-size: 5rem;
    text-align: center;
}
.frame-mapa{
    display: flex;
    justify-content:center ;
    align-content: center;
    align-content: center;
    height: 100vh;
}
iframe {
    width: 80%;
    height: 80%;
}
/*selectores del tipo class (clase)*/

.destacado1{
    background-color: #5D8BC8;
    color: #eaf0f9;
    line-height: 175%;
    margin-top: 10rem;
}
.destacado2{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #395273;
    color: bisque;
    font-size: 0.75rem;
    width: 75;
    padding: 1rem;
    margin: auto;
}
