 .ff-montserrat{
    font-family: "Montserrat", "Nunito", sans-serif;
}
.contenedor-contacto-datos{
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
}
.contenedor-contacto-info{
    width: 100%;
    max-width: 500px;
    text-align: start;
    display: grid;
    grid-template-columns: 1fr 6fr;
    max-height: 210px;
    align-items: center;
}
.contenedor-contacto-info-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.mapa-estilo{
    width: 1200px; 
    height: 950px; 
    max-width: 95%; 
    max-height: 50%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.contacto-ubic-titulo{
    font-size: 35px;
}
.contacto-ubic-descr{
    font-size: 16px;
}

@media (max-width: 768px) {
    .contenedor-contacto-datos{
        grid-template-columns: 1fr;
        width: 450px;
        padding: 0;
        gap: 5px;
    }
    .contenedor-contacto-info{ 
        max-height: 170px;
    }
    .contacto-ubic-titulo{
        font-size: 25px;
    }
    .contacto-ubic-descr{
        font-size: 13px;
    }
    .separador{
        display: none;
    }
}
