.nuestras__Oficinas {
    height: 45vw;
}


.tit__Ubicacion {
    position: relative;
    top: 4vw;
    margin: 2rem 0 0;
}

/*Division datos ubicacion*/
.div__Ubicacion {
    width: 100%;
    display: flex;
    position: absolute;
    top: 13vw;
}

.invitacion__Ubicacion{
    font-size: 2vw;
    text-align: center;
    padding: 2% 0;
}

.tit__ContacUbi {
    margin: 0 0 2.5rem;
}

.info__Oficinas, .mapa__Ubicacion {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/*Horarios de atención*/
.info__Oficinas h2 {
    padding: 2% 1%;
    background: green;
    border-radius: 7px;
    font-size: 2.5vw;
}

.info__Oficinas h3 {
    padding: 3%;
    font-size: 2vw;
}

/*Mapa*/
.map__ubicacion {
    filter: brightness(0.7);
    transition: all 0.25s ease-in-out;
    position: relative;
    right: 5%;
}

.map__ubicacion:hover {
    filter: brightness(0.9);
    transform: scale(1.1);
    box-shadow: 0 0 35px #000;
}