.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}

.caracteristicasCasa {
    margin-top: 1em;
    width: 4em;
}

.actividades {
    max-width: 25em;
    max-height: 25em;
    width: 100%;
}

.actividadesDescripcion {
    padding: 2em;
}

footer {
    background-color: midnightblue;
    color: white;
    margin: 1em 0 0em 0;
    padding: 2.5em;
    text-align: center;
}

.logoFooter {
    width: 2em;
}

.carusel_galeria {
    width: 100%;
    margin: 0 auto;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: 0 auto !important;
}

.background-login {
    background-color: #000;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

.mb-11 {
    margin-bottom: 11rem !important;
}

a {
    text-decoration: none !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

a:hover,
a:focus {
    background-size: 100% 2px;
}

.genesis-nav-menu a {
    background-image: none;
}