.fb-page,.fb-page span,.fb-page span iframe[style] { width: 100% !important; }

.mapa iframe { width: 100%; height: 100%; }

.contenedor { width: 100%; height: 60vh; position: relative; overflow: hidden;
    margin: auto; background-color: #000; }
.contenedor video { width: 100%; }
@media screen and (max-width: 768px) {
    .contenedor video { width: max-content; height: 100%; }
}
.contenedor .texto { position: absolute; width: 100%; top: 50%; left: 50%; 
    transform: translate(-50%, -50%); text-align: center; display: flex; flex-direction: column;
    text-align: left; z-index: 2; }
.texto p { z-index: 60; font-size: 3vw; color: #f15d30; font-family: "Arizonia", cursive; }
.texto h1 {z-index: 50; color: white; font-size: 4vw; }
.overlay { position: absolute; width: 100%; height: 100%; 
    /* background-color: rgba(0, 0, 0, .5); */
}
.overlay-video { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5);
    z-index: 998; }
.cont-text-video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; }

#mapa_agencia iframe {
    width: 100% !important;
    height: 450px !important;
}

.cont-video-form{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cont-video-form video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.separador_menu:last-child { padding-left: 7px; border-right: 1px solid; margin-right: 5px; }