body{
    font-family: 'Muli', sans-serif;
}
.navbar-default {
    background-color: #ffffff;
}

.navbar-brand{
    padding-top: 0px;
}

.navbar-brand > img{
    width: 140px;
}
.cont-title{
    padding-bottom: 100px;
}
.title{
    font-size: 50px;
    font-family: 'Muli', sans-serif;
}

.title-canales, .title-support{
    padding: 20px 0 70px 0;
}
.title-canales > span, .title-support > span{
    position: absolute;
}

.title-canales:before, .title-support:before{
    margin-right: 25px;
}

.title-canales:before{
    content: url('/img/community.png');
}

.title-support:before{
    content: url('/img/ticket.png');
}

.border-top:before{
    content: '';
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 95%;
    background-color: #aeaeae;
    height: 1px;
}

.title-canales:after, .title-support:after{
    content: url('/img/bg-separador-medio.png');
    position: absolute;
    top: 100px;
    z-index: 2;
    left: 13px;
    text-align: center;
    width: 95%;
}


.text-1, .text-2{
    font-size: 16px;
    line-height: 35px;
    font-family: "ibm-plex-sans", "Helvetica Neue", Arial, sans-serif;
}

.text-2{
    padding-top: 40px;
    padding-bottom: 40px;
}

.hour-p{
    font-size: 15px;
}

.info-canales{
    color: #000;
    font-weight: 600;
}
.info-ticket{
    color: #337ab7;
}

footer .red-twitter {
    background-color: #55ACEE;
}

footer .red-linkedin {
    background-color: #0177B5;
}

footer{
    background-color: #222;
    padding: 32px 0;
    color: #bbbbbb;
}
.footer-p{
    margin-bottom: 10px;
}

footer .red-facebook, footer .red-linkedin, footer .red-twitter {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 17px;
    margin: 6px;
    font-size: 20px;
}

footer .red-facebook {
    background-color: #3A5795;
}

.footer-p > a{
    color: #ffffff;
}