footer .social .nav-item {
    font-size: 26px;
}

div.page-name {
    color: #fff;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
    font-size: 3.0625rem;
}
@media (max-width: 1200px) {
    div.page-name {
        font-size: calc(1.43125rem + 2.175vw) ;
    }
}


#ubicacion iframe {
    display: block;
    width: 100%;
    height: 550px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #333;
}