html,
body {
    height: 100%;
}

body {

    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

body {
    background: #f6f7f9;
}

.site-header {
    background: #003b75;
    color: white;
    box-shadow: 0 2px 8px rgba(10, 10, 20, 0.06);
}

footer {
    background: #003b75;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 0.9rem;
}


/* regiones culturales */
.logo-region {
    width: 80%;
    margin-bottom: 10px;

}

.nombres-region {
    height: 91%;
}
.nombres-region img {
    width: 25vw
}