.tag{
    background: #F8EFEA !important;
    padding: 10px !important;
    color: #5A19C3 !important;
    font-family: 'Piazzolla', serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 125% !important;
    text-transform: uppercase !important;
}

.tags a:nth-of-type(1) .tag{
    margin-right: 6px !important;
    margin-left: 0 !important;
}
.tags a:last-of-type .tag{
    margin-left: 6px !important;
    margin-right: 0 !important;
}
.tags a:not(:first-of-type):not(:last-of-type) .tag{
    margin-right: 6px !important;
    margin-left: 6px !important;
}

/*
.tag{
    gap: 6px !important;
    display: flex !important;
}
*/

@media screen and (min-width: 1024px){
    .container.parent{
        max-width: 1180px !important;
    }
    section.columna{
        padding-top: 33px !important;
        padding-bottom: 36px !important;
    }
    section.encabezado{
        padding-bottom: 35px !important;
    }
    section.encabezado h4.redactor{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        line-height: 125%; /* 20px */
    }
    section.encabezado h3.titulo{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; /* 55px */
        margin-bottom: 23px !important;
        /*text-align: justify !important;*/
    }
    section.encabezado p.nombre{
        color: #5A19C3;
        font-family: 'Piazzolla', serif !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; /* 22.5px */
        text-transform: uppercase !important;
        margin-bottom: 23px !important;
    }
    section.encabezado > div.firma{
        display: flex !important;
        align-items: center !important;
        gap: 18px !important;
        margin-bottom: 23px !important;
    }
    section.encabezado > div.firma > div.foto{
        display: inline-flex !important;
        align-items: center !important;
    }
    section.encabezado > div.firma > div.autor{
        display: inline-block !important;
    }
    section.encabezado > div.firma > div.foto > img{
        width: 54px !important;
        height: 54px !important;
        border-radius: 27px !important;
    }
    /*
    section.encabezado .copete{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    
    section.contenido p.epigrafe{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
    */
    section.encabezado {
        border-bottom: 1px solid #E1E1E1 !important;
    }
    section.contenido div.main{
        /*width: 75% !important;*/
        width: 90% !important;
        margin: 0 auto !important;
        display: block !important;
        padding-top: 36px !important;
        /*padding-bottom: 18px !important;*/
        padding-bottom: 36px !important;
        border-bottom: 1px solid #E1E1E1 !important;
    }
    section.contenido div.fecha{
        padding-bottom: 27px !important;
    }
    section.contenido div.main div.fecha p{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; /* 22.5px */
    }
    section.contenido div.main div.cuerpo{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 33px */
        /*text-align: justify !important;*/
    }
    section.relacionados{
        padding-top: 18px !important;
        padding-bottom: 30px !important;
        /*width: 75% !important;*/
        width: 90% !important;
        margin: 0 auto !important;
        display: block !important;
        border-bottom: 1px solid #E1E1E1 !important;
    }
    section.recomendaciones{
        /*width: 75% !important;*/
        width: 90% !important;
        margin: 0 auto !important;
        display: block !important;
        padding-top: 18px !important;
    }
    section.recomendaciones .is-fullwidth, section.relacionados .is-fullwidth{
        padding-bottom: 18px !important;
    }
    section.relacionados h5.subtitulo, section.recomendaciones .subtitulo{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 33px */
    }
    /*
    section.encabezado div.bio{
        margin-bottom: 23px !important;
    }
    */
    div.bio{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%; /* 17.5px */
    }
}

@media screen and (max-width: 768px){
    section.columna{
        padding-top: 16px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 16px !important;
    }
    section.columna div.columns{
        margin-top: calc(-1* var(--columnGap));
        margin-bottom: calc(-1* var(--columnGap));
    }
    /*
    .column:has(.main){
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    */
    div.main{
        /*padding-top: 24px !important;*/
        padding-top: 22px !important;
        padding-bottom: 16px !important;
        /*padding-bottom: 32px !important;*/
        border-bottom: 1px solid #E1E1E1 !important;
    }
    section.encabezado{
        padding-top: 27px !important;
        padding-bottom: 23px !important;
    }
    section.encabezado p.nombre{
        color: #5A19C3;
        font-family: 'Piazzolla', serif !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; /* 20px */
        margin-bottom: 22px !important;
    }
    section.encabezado h3.titulo{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; /* 40px */
        margin-bottom: 27px !important;
        /*text-align: justify !important;*/
    }
    section.encabezado h4.redactor{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        line-height: 125%; /* 20px */
        /*margin-bottom: 23px !important;*/
    }
    section.encabezado{
        border-bottom: 1px solid #E1E1E1 !important;
    }
    .cuerpo{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 33px */
        padding-top: 16px;
        padding-bottom: 16px;
        /*text-align: justify !important;*/
    }
    div.relacionados{
        width: 100% !important;
    }
    .relacionados h5{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 33px */
        margin-bottom: 19px;
        /*margin-top: 16px;*/
        width: 100% !important;
    }
    /*
    div.fecha{
        margin-top: 20px;
        -- margin-bottom: 16px; --
    }*/
    .fecha p{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; /* 22.5px */
    }
    .relacionados{
        padding-top: 16px !important;
        /*padding-bottom: 26px !important;*/
        padding-bottom: 16px !important;
        border-bottom: 1px solid #E1E1E1 !important;
    }
    section.recomendaciones{
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    div.recomendaciones{
        padding-top: 16px !important;
    }
    .recomendaciones h5{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 33px */
        margin-bottom: 16px;
        /*margin-top: 16px;*/
        width: 100% !important;
    }
    div.nota > div.encabezado{
        margin-bottom: 16px !important;
    }
    section.encabezado > div.firma{
        display: flex !important;
        align-items: center !important;
        gap: 18px !important;
    }
    section.encabezado > div.firma > div.foto{
        display: inline-flex !important;
        align-items: center !important;
    }
    section.encabezado > div.firma > div.autor{
        display: inline-block !important;
    }
    section.encabezado > div.firma > div.foto > img{
        width: 54px !important;
        height: 54px !important;
        border-radius: 27px !important;
    }
    div.bio{
        margin-top: 9px !important;
        /*margin-bottom: 23px !important;*/
    }
    div.bio h6{
        color: #000;
        font-family: 'Piazzolla', serif !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%; /* 17.5px */
    }
}