/**

Theme Name: Asipi Academia

Author: Ztgroup

Author URI: https://ztgroupcorp.com/en/

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: asipi-academia

Template: new-asipi

*/

/*.publicacion-owl.evento h4 {
    font-size: 30px !important;
    line-height: 1.2;
    margin-top: 3rem;
}*/
.leaders p.card-text ,
.members p.card-text  {
    text-align: center !important;
}
.list-icons.list-icons-style-3 ul {
    list-style-type: none;
    padding-left: 0;
}

.list-icons.list-icons-style-3 ul li {
    padding-left: 0;
    justify-content: flex-start;
    gap: 1rem;
    display: flex;
    
}
.list-icons.list-icons-style-3 ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    display: flex;
    position: relative;
    color: #fff;
    background-color: var(--primary);
    border-radius: 50%;
    padding: 0.5rem;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.page-header {
    background: url(../assets/img/academia/titulos-academia4.jpg);
}
body{
    background-color: #000 !important;
}