<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'icomoon';
    src:  url('/modules/custom/share_articles/css/../fonts/icomoon.eot?lynvxu');
    src:  url('/modules/custom/share_articles/css/../fonts/icomoon.eot?lynvxu#iefix') format('embedded-opentype'),
        url('/modules/custom/share_articles/css/../fonts/icomoon.ttf?lynvxu') format('truetype'),
        url('/modules/custom/share_articles/css/../fonts/icomoon.woff?lynvxu') format('woff'),
        url('/modules/custom/share_articles/css/../fonts/icomoon.svg?lynvxu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
    }

    [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e909";
}
.icon-linkedin:before {
    content: "\e90a";
}
.icon-twitter:before {
    content: "\e90d";
}
  
.share-articles {
    font-size: 0.8rem;
    color: #010813;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 8px 20px;
    border: 1px solid #d8d8d8;
    border-radius: 30px;
}

body.mapa-regiones.region-gran-caribe .share-articles .share-link {
    color: #71bbcd;
}
body.mapa-regiones.region-pacifico .share-articles .share-link {
    color: #386ff6;
}
body.mapa-regiones.region-macizo .share-articles .share-link {
    color: #dca54d;
}
body.mapa-regiones.region-andes-occidentales .share-articles .share-link {
    color: #a93549;
}
body.mapa-regiones.region-andes-orientales .share-articles .share-link {
    color: #da8e9d;
}
body.mapa-regiones.region-amazonia-orinoquia .share-articles .share-link {
    color: #51a355;
}

.share-articles .share-link {
    text-decoration: none;
}

.share-articles .share-link i {
    font-size: 1.5rem;
}


@media screen and (max-width: 768px) {
    .share-articles {
        padding: 4px 20px;
    }
}</pre></body></html>