footer{
    position: relative;
    top: 0vw;
    height: 26vw;
    width: 100%;
    border-top: 1px solid var(--color-dorado);
}
.mapa{
    position: absolute;
    top: 3vw;
    left: 15vw;
}
iframe{
    height: 14vw;
    width: 22vw;
    border-radius: 1vw;
}
.contenedor-enlaces-footer {
    position: absolute;
    top: 3vw;
    left: 41vw;
    width: 9vw;
}
.contenedor-contacto-footer{
    position: absolute;
    top: 3vw;
    left: 53vw;
    width: 13vw;
}
.contenedor-direccion-footer{
    position: absolute;
    top: 11vw;
    left: 53vw;
    width: 13vw;
}
.contenedor-horario-footer{
    position: absolute;
    top: 3vw;
    left: 72vw;
    width: 15vw;
}
.titulo-footer{
    font: 400 1.4vw 'crimson', sans-serif;
    color: var(--color-dorado);
    margin-bottom: 1vw;
}
.bloque-footer {
    margin-bottom: 0vw;
}
.texto-footer{
    cursor: pointer;
    font: 400 1.4vw 'crimson', sans-serif;
    color: var(--color-dorado);
    margin-bottom: 1vw;
}
.texto-pie-1 {
    position: absolute;
    top: 21vw;
    left: 39vw;
    font: 400 0.9vw 'crimson', sans-serif;
    text-align:center;
    text-decoration: none;
    color: var(--color-dorado);

}
.texto-pie-2 {
    position: absolute;
    top: 21vw;
    left: 51vw;
    font: 400 0.9vw 'crimson', sans-serif;
    text-align:center;
    text-decoration: none;
    color: var(--color-dorado);
}
.texto-pie-3 {
    position: absolute;
    top: 23vw;
    left: 29vw;
    font: 400 1.4vw 'crimson', sans-serif;
    text-align:center;
    text-decoration: none;
    color: var(--color-dorado);
}
.texto-pie-4 {
    position: absolute;
    top: 23vw;
    left: 56vw;
    font: 400 0.9vw 'crimson', sans-serif;
    text-align:center;
    text-decoration: none;
    color: var(--color-dorado);
}

@media only screen and (max-width: 768px) {

    footer{
        position: relative;
        top: 20vw;
        height: 200vw;
        background-color: var(--color-primary);
    }
    .mapa{
        position: absolute;
        top: 4vw;
        left: 4vw;
    }
    iframe{
        height: 48vw;
        width: 92vw;
        border-radius: 1vw;
    }
    .contenedor-enlaces-footer {
        position: absolute;
        top: 57vw;
        left: 6vw;
        width: 25vw;
    }
    .contenedor-contacto-footer{
        position: absolute;
        top: 57vw;
        left: 43vw;
        width: 30vw;
    }
    .contenedor-direccion-footer{
        position: absolute;
        top: 86vw;
        left: 43vw;
        width: 50vw;
    }
    .contenedor-horario-footer{
        position: absolute;
        top: 116vw;
        left: 28vw;
        width: 46vw;
        text-align: center;
    }
    .titulo-footer{
        font: 400 3.6vw 'crimson', sans-serif;
        margin-bottom: 3vw;
    }
    .bloque-footer {
        margin-bottom: 3vw;
    }
    .texto-footer{
        font: 400 3.5vw 'crimson', sans-serif;
        margin-bottom: 3vw;
    } 
    .texto-pie-1 {
        position: absolute;
        top: 183vw;
        left: 10vw;
    }
    .texto-pie-2 {
        position: absolute;
        top: 183vw;
        left: 52vw;
    }
    .texto-pie-3 {
        position: absolute;
        top: 189vw;
        left: 8vw;
    }
    .texto-pie-4 {
        position: absolute;
        top: 194vw;
        left: 31vw;
    }

}