body {
    background-color: rgb(61,66,68);
}

header {
    background: url(../img/ubicacion_h.jpg) no-repeat center fixed;
    background-position: center right;
    background-size: cover;
    min-height: 90vh;
    display: grid;
}

header:after {
    content: "";  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 90vh;
    background-image: linear-gradient(0deg,rgba(61,66,68,1),rgba(61,66,68,.3),rgba(39,39,39,.2),rgba(39,39,39,0));
}

/* header > * {
    z-index: 100;
} */

h1 {
    font-size: 4em;
}

h2 {
    font-weight: 300 !important;
}

.active {
    text-decoration: underline !important;
    border: none !important;
    background-color: rgb(61,66,68) !important;
}

.nav-link-tab {
    font-size: 1.8em;
    font-family: 'Oswald', sans-serif;
    font-weight: 300 !important;
    color: #E0D0B9 !important;
}

.nav-link-tab:hover {
    text-decoration: underline !important;
    border: none !important;
    background-color: rgb(61,66,68) !important;
}

#telefono {
    background: url(../img/tel.jpg) no-repeat center;
    background-size: cover;
    min-height: 150px;
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 3em;
    }
}