/* CSS ICONS SVG */

.svg-admin:before{
    content:url("../svg/ico_edificios_activo.svg");
}
.svg-min:before{
    content:url("../svg/ico_-.svg");
    position: absolute;
    left:10px;
}
.svg-max:before{
    content:url("../svg/ico_+.svg");
    position: absolute;
    left:10px;
}
.svg-nav{
    content:url("../svg/ico_burger.png");
    color: #FFF;
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
}

.svg-badge:before{
    content:url("../svg/badge_social.svg");
    color: #FFF;
    position: absolute;
    margin-top: -45px;
    width:72px;
    text-align: center;
    /*margin-left: 2px;*/
}

.svg-badge-social:before{
    content:url("../svg/badge_social.svg");
    text-align: left;
}
.svg-badge-comunidad:before{
    content:url("../svg/badge_comunidad.svg");
}
.svg-badge-ambiental:before{
    content:url("../svg/badge_ambiental.svg");
}
.svg-badge-tecnologia:before{
    content:url("../svg/badge_tecnologia.svg");
}

.svg-face:before{
    content:url("../svg/ico_facebook.png");
}

.svg-dir:before{
    content:url("../svg/icon_direccion.svg");
    margin-right: 5px;
}
.svg-tel:before{
    content:url("../svg/icon_telefono.svg");
    margin-right: 5px;
}

.svg-li:before{
    background-color: #FFF8DD;
    border-radius:8px;
    position: absolute;
    padding:6px;
    left:30px;
}
.svg-li-com:before{
    content:url("../svg/ico_comunidad.svg");
}
.svg-li-rec:before{
    content:url("../svg/ico_reclamos.svg");
}
.svg-li-cha:before{
    content:url("../svg/ico_chats.svg");
}
.svg-li-exp:before{
    content:url("../svg/ico_expensas.svg");
}
.svg-li-cob:before{
    content:url("../svg/ico_cobranza.svg");
}
.svg-li-res:before{
    content:url("../svg/ico_reserva.svg");
}
.svg-li-frm:before{
    content:url("../svg/ico_comunicacion.svg");
}
.svg-li-eve:before{
    content:url("../svg/ico_evento.svg");
}
.svg-li-reg:before{
    content:url("../svg/ico_reglamento.svg");
}
.svg-li-ate:before{
    content:url("../svg/ico_atencion.svg");
}
.svg-li-rcd:before{
    content:url("../svg/ico_reciclado.svg");
}


.svg-inst:before{
    content:url("../svg/ico_instagram.png");
}

.svg-twi:before{
    content:url("../svg/ico_twitter.png");
}

@media (min-width: 768px) {
    .svg-li:before{
        position: relative;
        left:-40px;
        top: 25px;
    }
}

