/* INICIO CSS CUSTOM */

/*faq*/
.uagb-faq-item:first-child {
    border-top-width: 1px;	
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.uagb-faq-item:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* Para corregir las tarjetas de los related post que aparecen cortadas al actualizar el SPECTRA */
.slick-list .slick-slide .uagb-post__inner-wrap {
  overflow: visible;
}


