<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CONTACTO ******************************/

.Content .navbar-header.main {
    background: white;
}

.Content .SEARCH_BOX .form-control {
    color: #000 !important;
}


.Contact .long_desc ul li {
    clear: left;
    float: left;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-left: 38px;
    position: relative;
}

.Contact .long_desc ul li::before {
    font-family: "Ionicons";
    font-size: 1.8em;
    left: 0;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 28px;
}

.Contact .long_desc ul li.mail:before {
    content: "\f422"
}

.Contact .long_desc ul li.phone:before {
    content: "\f4b8"
}

.Contact .long_desc ul li.rrhh:before {
    content: "\f47b"
}

.Contact .long_desc ul li.address:before {
    content: "\f455"
}


.Contact .long_desc ul li span {
    font-size: 1.1em;
    font-weight: 600;
}

.Contact .long_desc ul li a {
    text-decoration: underline;
}

.Contact .long_desc ul li a:hover {
    opacity: 0.7;
}

.Contact .long_desc h4,
.Contact .long_desc h5 {
    margin: 0 0 3px;
}

.Contact .long_desc h4 {
    font-size: 1.2em;
}

.Contact .long_desc .horario {
    color: #777;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin: 4px 0;
    text-transform: uppercase;
}

.Contact iframe#mapa {
    border-bottom: 5px solid #ededed !important;
    height: 400px;
    width: 100%;
}

iframe#mapa {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

iframe#mapa.clicked {
    pointer-events: auto;
}

.Content .short_desc p,
.Content .long_desc p {
    float: left;
}

.Content .long_desc .atencion {
    font-size: 18px;
}

.Content .long_desc ol {
    list-style-type: decimal !important;
    margin-left: 40px;
}

.Content .long_desc .sucursales-locales {
    margin-bottom: 20px;
}

.long_desc a {
    text-decoration: underline;
    color: #1381B2;
}

.long_desc ul {
    clear: both;
    float: left;
    margin: 0 0 20px;
}

.long_desc ul,
.long_desc ul li {
    float: left;
    width: 100%;
}

.long_desc ul&gt;li {
    clear: left;
    float: left;
    margin-bottom: 6px;
    padding-left: 16px;
    position: relative;
}

.long_desc ul li {
    margin-bottom: 5px;
}

.long_desc h2 {
    float: left;
    margin: 40px 0 15px;
    position: relative;
    width: 100%;
}

blockquote {
    float: left;
    width: 100%;
    color: #919191;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 15px 0 40px;
}

code {
    color: #000;
    font-weight: normal;
}

.long_desc ul&gt;li::before {
    float: left;
    font-family: "Ionicons";
    content: "\f3d1";
    font-size: 12px;
    left: 1px;
    opacity: 0.7;
    position: absolute;
    top: 0;
    margin-right: 12px;
}

.long_desc h2::before {
    display: none;
}

.Content h1 {
    border-bottom: 1px solid #ddd;
    padding: 0 0 11px;
    font-family: "Montserrat";
}

.Content h1::before {
    content: "";
    bottom: -1px;
    left: 0;
    width: 108px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
}

.menu_tree&gt;ul {
    margin-top: 41px;
}

.faq_list article {
    margin: 5px 0 0;
    padding: 0;
    border-width: 0;
    height: auto;
    flex-direction: column;
}

.faq_list li:last-child article {
    border-bottom: 1px solid #e4e4e4;
}

.faq_list article&gt;a {
    color: #000;
    font-size: 1.26em;
    line-height: 1.25em;
    letter-spacing: -0.02em;
    font-weight: normal;
    padding: 13px 40px 10px 15px;
    float: left;
    width: 100%;
    background: #f6f6f6;
    margin: 0;
    border-color: #000;
    border-width: 1px 1px 0;
    border-style: solid;
}

.faq_list article&gt;a.collapsed {
    color: #000;
    border-color: #e4e4e4;
}

.faq_list article&gt;a::after {
    font-family: "Ionicons";
    position: absolute;
    right: 18px;
    top: 16px;
}

.faq_list article&gt;a::after {
    content: "\f3d8";
}

.faq_list article&gt;a.collapsed::after {
    content: "\f3d0";
}

.faq_list article .tab-pane {
    background: #fff;
    float: left;
    width: 100%;
    border-color: #000;
    border-style: solid;
    border-width: 0 1px 1px;
}

.faq_list article .tab-pane .short_desc,
.faq_list article .tab-pane .long_desc {
    margin: 0 0 10px;
}</pre></body></html>