.ubicacion{
    text-align: center;
    padding-top: 10vh;
}
.ubicacion p{
    font-size: 20px;
    color: #000;
    margin-bottom: 10vh;
}
.ubicacion iframe{
    user-select: none;
    width: 95%;
}
@media(max-width: 620px){
    .ubicacion iframe{
        height: 80vw;
    }
}
