body {
    padding-top: 2em;
}


.container {
    max-width: 1600px !important;
    width: 95% !important;
}

header {
    position: absolute;
    top: 3em;
    right: 6em;
    text-align: right;
}

.fondo {
    background: url(../img/v-espana-vertical.jpg) 2em 0% repeat-y, url(../img/grano.png) center repeat, #31470b;
}

.fondo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left top, #31470b, #31470b, #31470bde, #425d12d5, #425d1227);
    z-index: -1;
}

.oscurecer {
    background-color: rgba(0, 0, 0, 0.146);
    padding: 1em;
    border-radius: 10px;
}


/* hace responsive el iframe de google */

.google-maps {
    position: relative;
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 16px 16px 5px #1d2a07d3;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

a {
    color: white !important;
    text-decoration: none !important;
}

a:hover {
    color: #0f1603 !important;
}
