<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-height: 768px) {
    .services-tab .nav-tabs &gt; li &gt; a {
        padding-top: 8px;
        padding-bottom: 2px;
    }
    .services-tab .nav-tabs {
        height: 130px;
    }
}
@media only screen and (max-height: 512px) {
    .services-tab .nav.nav-tabs a span.service-name {
        display: none;
    }
    .services-tab .nav-tabs {
        height: auto;
    }
}
@media only screen and (max-width: 1199px) {
    .services-tab .service-content {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .services-tab .service-content {
        padding: 0 20px;
    }
    .services-tab .nav-tabs &gt; li &gt; a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 878px) {
    .services-tab .nav.nav-tabs a {
        padding-left: 0;
        padding-right: 0;
        font-size: 9px;
    }
    .services-tab .nav.nav-tabs a i {
        font-size: 28px;
    }
    .services-tab .nav.nav-tabs a span.service-name {
        display: none;
    }
    .services-tab .nav-tabs {
        height: auto;
    }
}
@media only screen and (max-width: 1358px) {
    #socialMedia {
        left: -140px;
    }
}
@media only screen and (max-width: 1199px) {
    #localizacionResponsive {
        display: flex !important;
    }
    #localizacionWeb {
        display: none !important;
    }
    .datos-mapa {
        width: 100%;
        position: static;
        box-shadow: none;
        height: 257px;
        padding: 18px;
    }
    .datos-mapa:first-of-type {
        margin-bottom: 21px;
    }
    .datos-mapa p {
        text-align: left;
        color: black;
        font-size: 14px;
    }
    .datos-mapa p.sede {
        font-size: 16px;
    }
    .datos-mapa p.direccion [class^="icon-"],
    .datos-mapa p.telefono [class^="icon-"] {
        font-size: 21px;
        position: relative;
        top: 3px;
        color: #00d5ce;
    }
    .datos-mapa p.direccion {
        font-weight: 400;
    }
    .datos-mapa p a {
        color: #007ba1;
    }
}
@media only screen and (max-width: 991px) {
    .container {
        width: 92%;
    }
    .section-title {
        margin-bottom: 20px;
    }
    #socialMedia {
        left: -140px;
    }
}
@media only screen and (max-width: 767px) {
    #legalContacto a {
        width: 80%;
        margin: auto;
        height: 118px;
    }
    a#canalDenuncia {
        margin-bottom: 18px;
    }
    #socialMedia2 {
        display: none;
    }
    #socialMediaFooter {
        display: block;
    }
}
@media only screen and (max-width: 479px) {
    #legalContacto a {
        width: 100%;
    }
}

</pre></body></html>