@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;700&display=swap');

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

.w25 {
    width: 25% !important;
}

.w33 {
    width: 33.333333% !important;
}

.w50 {
    width: 50% !important;
}

.w66 {
    width: 66.66666667% !important;
}

.w100 {
    width: 100% !important;
}

.mr-30 {
    margin-right: -30px;
}


.cpt_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -30px;
}

.cpt_principal, .cpt_grid {
    display: flex;
    flex-direction: row;
    margin-right: -30px;
    flex-wrap: wrap;
}

.cpt_principal .cpt_wrapper {
    margin-right: 0;
    width: 100%;
}

.cpt_wrapper.principal {
    width: 100%;
}

.post_wrapper {
    padding-right: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.post_image_wrapper {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 236px;
}

.principal .post_image_wrapper {
    min-height: 469px;
}

.post_image_link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.post_image_link img {
    display: none !important;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.post_tags_wrapper {
    position: static;
}

.post_tags_row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.post_tags_col {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.post_tags {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 700;
    float: right;
    text-align: center;
    display: block;
    margin-bottom: 0;
    font-size: 10px;
    padding-bottom: 0;
}

.post_tag {
    border-radius: 1rem;
    border: 0;
    color: #ffffff;
    margin-right: 0.5rem;
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    line-height: 200%;
    margin-bottom: 10px;
}

.etiquetas_temas {
    background-color: #e40420;
}

.etiquetas_paises {
    background-color: #f39200;
}

.post_tag a {
    color: #ffffff;
    padding: 0.2rem 0.5rem;
    border-radius: 1rem;
    border: 0;
    font-weight: 600;
    font-family: 'IBM Plex Mono';
    font-size: 12px;
    text-decoration: none;
}

.post_content_wrapper {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 0;
}

h3.post_title {
    font-size: 20px;
    text-align: left;
}

.principal h3.post_title {
    font-size: 24px;
    padding-top: 20px;
}

/* Media Queries */

@media (min-width: 900px) {
    .post_wrapper {
        width: 33.33333%;
    }
    
    .cpt_principal .cpt_wrapper {
        margin-right: 0;
        width: 33.33333%;
    }

    .cpt_wrapper.principal {
        width: 66.66666%;
    }

    .principal h3.post_title {
        font-size: 34px;
        line-height: 130%;
        padding-top: 20px;
    }
}