/*
Theme Name: Sahifa Child
Theme URI: http://themes.tielabs.com/sahifa/
Template: sahifa
Author: TieLabs
Author URI: http://tielabs.com/
Description: The Ultimate WordPress News Theme you have been waiting for!
Tags: two-columns,fluid-layout,fixed-layout,custom-background,threaded-comments,translation-ready,custom-menu
Version: 5.8.6.1772058512
Updated: 2026-02-25 16:28:32

*/

.sombra {
    border: 1px solid #efefef;
    padding: 5px;
}
a:hover img.sombra {
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    -o-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
    border: 1px solid #ccc;
}
:root {
    --cdhcm-morado: #5b2d91;
    --cdhcm-teal: #09c;
    --cdhcm-gris: #777;
}
.hero-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
    cursor: pointer;
}
.hero-link:hover {
    text-decoration: none !important;
}
.hero-cdhcm {
    margin-bottom: 55px;
    background-color: var cdhcm morado;
    overflow: visible;
    position: relative;
}
.hero-teal {
    background-color: var cdhcm teal !important;
}
.hero-container {
    max-width: 1200px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.hero-left, .hero-right {
    display: flex;
    align-items: center;
    flex: 1;
}
.hero-left {
    justify-content: flex-start;
}
.hero-right {
    justify-content: flex-end;
}
.hero-center {
    text-align: center;
    color: #fff;
    flex: 2;
}
.hero-title {
    font-size: 46px !important;
    line-height: 1.05;
    font-family: "Avenir Next",Avenir,"Segoe UI",Roboto,Arial,sans-serif;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin: 0;
}
.hero-subtitle {
    font-size: 46px;
    line-height: 1.1;
    font-family: "Avenir Next",Avenir,"Segoe UI",Roboto,Arial,sans-serif;
    font-weight: 300;
    margin: 10px 0 0;
}
.hero-ave {
    max-width: 100%;
    position: relative;
    top: 62px;
    z-index: 10;
    max-height: 200px;
}
.hero-logo {
    max-height: 120px;
}
.hero-teal .hero-container {
    min-height: 160px;
    align-items: center;
}
.hero-teal .hero-left {
    height: 160px;
    overflow: visible;
    position: relative;
}
.hero-teal .hero-ave {
    width: auto;
    left: 0;
    position: absolute !important;
    top: -22px;
    z-index: 10;
    max-height: 260px;
}
.hero-teal .hero-center {
    padding-left: 10px;
}
.descargables-head {
    display: flex;
    justify-content: center;
    margin: 26px 0 22px;
}
.descargables-pill {
    display: flex;
    background-color: var cdhcm teal;
    -moz-box-shadow: 0 10px 24px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.14);
    -o-box-shadow: 0 10px 24px rgba(0,0,0,.14);
    box-shadow: 0 10px 24px rgba(0,0,0,.14);
    color: #fff !important;
    text-decoration: none !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    min-width: 360px;
    gap: 18px;
    align-items: center;
    padding: 22px 34px;
}
.pill-icon {
    width: 56px;
    height: 56px;
    display: flex;
    border: 2px solid rgba(255,255,255,.75);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
}
.pill-icon-img {
    width: auto;
    display: block;
    max-height: 34px;
}
.pill-text {
    font-size: 34px;
    font-family: "Avenir Next",Avenir,"Segoe UI",Roboto,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: .2px;
}
.descargables-grid {
    max-width: 1200px;
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 18px;
    margin: 0 auto;
}
.descargables-tile {
    height: 120px;
    display: flex;
    background-color: #fff;
    border: 1px solid var(--cdhcm-morado);
    text-decoration: none !important;
    -moz-transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
    -webkit-transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
    -o-transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background-color .15s ease;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
.descargables-tile:hover {
    -moz-box-shadow: 0 10px 24px rgba(0,0,0,.10);
    -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.10);
    -o-box-shadow: 0 10px 24px rgba(0,0,0,.10);
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    border-color: var(--cdhcm-teal);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.tile-text {
    font-size: 34px;
    color: var(--cdhcm-gris);
    font-family: "Avenir Next",Avenir,"Segoe UI",Roboto,Arial,sans-serif;
    font-weight: 300;
}
.descargables-tile.is-active {
    background-color: var cdhcm teal;
    background-color: var(--cdhcm-teal);
    -moz-box-shadow: 0 10px 24px rgba(0,0,0,.10);
    -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.10);
    -o-box-shadow: 0 10px 24px rgba(0,0,0,.10);
    box-shadow: 0 10px 24px rgba(0,0,0,.10);
    border-color: var(--cdhcm-teal);
}
.descargables-tile.is-active .tile-text {
    color: #fff;
    font-weight: 600;
}
.descargables-divider {
    height: 10px;
    max-width: 1200px;
    background-color: rgba(91,45,145,.22);
    margin: 40px auto 0;
}
.carteles-wrapper {
    max-width: 1200px;
    padding: 0 18px;
    margin: 40px auto;
}
.carteles-title {
    font-size: 36px;
    font-family: "Avenir Next",Avenir,"Segoe UI",Roboto,Arial,sans-serif;
    font-weight: 600;
    margin: 0 0 22px;
}
.carteles-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.cartel-card {
    background-color: #fff;
    -moz-box-shadow: 0 6px 18px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 6px 18px rgba(0,0,0,.08);
    -o-box-shadow: 0 6px 18px rgba(0,0,0,.08);
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
    -moz-transition: transform .2s ease, box-shadow .2s ease;
    -webkit-transition: transform .2s ease, box-shadow .2s ease;
    -o-transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}
.cartel-card:hover {
    -moz-box-shadow: 0 12px 28px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 12px 28px rgba(0,0,0,.12);
    -o-box-shadow: 0 12px 28px rgba(0,0,0,.12);
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.cartel-card img {
    width: 100%;
    height: auto;
    display: block;
}
.cartel-actions {
    display: flex;
    background-color: #f7f7f7;
    gap: 12px;
    justify-content: space-between;
    padding: 14px 18px;
}
.cartel-actions a {
    color: var(--cdhcm-teal);
    font-family: "Avenir Next",Avenir,"Segoe UI",Roboto,Arial,sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.cartel-actions a:hover {
    text-decoration: underline;
}
.hero-cdhcm.hero-teal {
    background-color: var cdhcm teal !important;
    background-color: var(--cdhcm-teal) !important;
}
.hero-cdhcm.hero-teal .hero-container {
    background-color: transparent !important;
}
@media (max-width: 1100px) {
.hero-container {
    text-align: center;
    flex-direction: column;
    gap: 12px;
}
.hero-right {
    width: 100%;
    order: 1;
    justify-content: center;
}
.hero-center {
    width: 100%;
    order: 2;
}
.hero-left {
    width: 100%;
    order: 3;
    justify-content: center;
}
}
@media (max-width: 1024px) {
.descargables-grid {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tile-text {
    font-size: 28px;
}
.descargables-pill {
    min-width: 320px;
}
.pill-text {
    font-size: 30px;
}
.hero-teal .hero-container {
    min-height: auto;
}
.hero-teal .hero-left {
    height: auto;
}
.hero-teal .hero-ave {
    position: relative !important;
    top: 15px !important;
    max-height: 190px;
}
}
@media (max-width: 768px) {
.descargables-grid {
    grid-template-columns: 1fr;
}
.descargables-tile {
    height: 98px;
}
.tile-text {
    font-size: 24px;
}
.descargables-pill {
    width: calc(100% - 24px);
    min-width: auto;
    padding: 18px;
    margin: 0 12px;
}
.pill-text {
    font-size: 26px;
}
.pill-icon {
    width: 50px;
    height: 50px;
}
.hero-title {
    font-size: 34px !important;
}
.hero-subtitle {
    font-size: 22px;
    white-space: normal;
}
.hero-logo {
    max-height: 90px;
}
.hero-teal .hero-container {
    min-height: auto;
}
.hero-teal .hero-left {
    height: auto;
}
.hero-teal .hero-ave {
    position: relative !important;
    top: 15px !important;
    max-height: 170px;
}
}
@media (min-width: 992px) {
.hero-subtitle {
    white-space: nowrap;
}
}
