section.hero{
    background: rgba(246, 236, 230, 0.85);
}

div.seccion{
    width: 100% !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

@media screen and (min-width: 1024px){
    section.section{
        padding-top: 33px !important;
        padding-bottom: 33px !important;
    }
    /*
    div.container.parent{
        width: 100% !important;
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    */
    div.nota div.encabezado{
        min-height: 145px !important;
    }
    .container.parent{
        max-width: 1180px !important;
    }   
    div.seccion .nombre{
        color: #000 !important;
        /*leading-trim: both;
        text-edge: cap;*/
        font-family: 'Piazzolla', serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase !important;
    }
}

@media screen and (max-width: 768px){
    section.section{
        padding-top: 16px !important;        
        padding-bottom: 48px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    div.column:has(.paginator){
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    div.encabezado{
        padding-bottom: 16px !important;
    }
    div.seccion .nombre{
        color: #000;
        /*leading-trim: both;
        text-edge: cap;*/
        font-family: 'Piazzolla', serif !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 38.4px */
        text-transform: uppercase !important;
    }
    /*
    .contenedor:last-child .nota{
        border-bottom: 1px solid #e1e1e1 !important;
    }
    */
}