/* SUPPORT SITES */
.section-support-sites {
    background-color: rgb(248, 248, 248);
    display: flex;
    justify-content: center;

}
.support-sites {
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    border:1px solid #fc0;
}


/* FOOTER */
.title-footer {
    color: #fff;
    font-weight: normal;
}
.dotted {
    border-bottom: 2px dotted;
    border-bottom-color: rgba(255,255,255,0.3);
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
.text-primary-footer {
    color: #e6e6e6 !important;
    font-family: 'AvantGarde Md BT';
    font-size: 1.0em;
    font-weight: 500 !important; 
}
.text-primary-footer:hover {
    color: #f08200 !important; 
    transition: 0.3s;
}
ul.unidades li.rectoria::before {
    background-color: rgba(0,0,0,1.0);
    border: 1px solid rgba(255,255,255,1.0);
    font-size: 1.8em;
}
 ul.unidades li.azcapotzalco::before {
    background-color: rgba(236,1,42,1.0);
    border: 1px solid rgba(255,255,255,1.0);
    font-size: 1.8em;
}
 ul.unidades li.iztapalapa::before {
    background-color: rgba(0,167,0,1.0);
    border: 1px solid rgba(255,255,255,1.0);
    font-size: 1.8em;
}
 ul.unidades li.lerma::before {
    background-color: rgba(203,32,172,1.0);
    border: 1px solid rgba(255,255,255,1.0);
    font-size: 1.8em;
}
 ul.unidades li.xochimilco::before {
    background-color: rgba(1,115,211,1.0) ;
    border: 1px solid rgba(255,255,255,1.0);
    font-size: 1.8em;
}
 ul.unidades li.cuajimalpa::before {
    background-color: rgba(240,130,0,1.0);
    border: 1px solid rgba(255,255,255,1.0);
    font-size: 1.8em;
}
.rss-face  {
    color: #000000 !important;
    padding: 20px;
    padding: 7px 12px;
    border-radius: 50px;
    margin-right: 15px;
    background: #e6e6e6;
    transition: 0.3s;
}
.rss-twitter {
    color: #000000 !important;
    padding: 7px 10px;
    border-radius: 30px;
    margin-right: 15px;
    background: #e6e6e6;
    transition: 0.3s;
}
.rss-youtube {
    color: #000000 !important;
    padding: 7px 9px;
    border-radius: 30px;
    margin-right: 15px;
    background: #e6e6e6;
    transition: 0.3s;
}
.rss-insta {
    color:#000000 !important;
    padding: 7px 10px;
    border-radius: 30px;
    margin-right: 15px;
    background: #e6e6e6;
    transition: 0.3s;
}
.rss-twitter:hover, .rss-face:hover, .rss-youtube:hover, .rss-insta:hover {
    color: #fff !important;
    background: #f08200;
    transition: 0.3s;
}

/* CREDITS */
.credits {
    background-color: rgba(0, 0, 0,1.0);
    color: #ffffff;
    font-size: 0.8em;
    padding-top: 1.75rem;
    padding-bottom: 0.8rem;
}