.text-gotham{
    font-family: "GothamRndLight"!important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "GothamRndLight"!important;
}
#mainNav .navbar-nav>li>a{
    font-family: "GothamRndLight"!important;
}
body{
    font-family: "GothamRndLight"!important;
}
a:hover{
    text-decoration: none!important;
}
.img-responsive{
    width: 100%;
    height: auto;
}

.img-square{
    border-style: groove;
    border-width: thick;
    border-radius: 5px;
    border-color: #00e39e;
}

.title-square{
    color: white;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bg-challenge{
    background:url("../img/bg-pattern.png"),linear-gradient(to left,#343740,#00e39e);
}

.bg-challenge-reverse{
    background:linear-gradient(to left,#00e39e,#343740);
}

#clockdiv{
    font-family: sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 180px;
    display: inline-block;
}

#clockdiv div > span{
    padding: 10px;
    border-radius: 100%;
    border-color: #00816A;
    border-style: outset;
    border-width: thick;
    background: #00e39e;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 30px;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}

.btn-white{
    color: #fff;
}

.text-comix{
    color: #00e39e;
}
.social-facebook a{
    background-color: #00e39e!important;
}
.social-instagram a{
    background-color: #00e39e!important;
}
.social-facebook a:hover{
    background-color: #00816A!important;
}
.social-instagram a:hover{
    background-color: #00816A!important;
}
.pNormativa a{
    color: rgba(255,255,255,.3);
}

/*VIDEO*/
.mVideo {
    position: relative;
    padding-bottom: 0%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.mVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comix-back{
    background-image: linear-gradient(rgba(0,227,158,0.8), rgba(0,0,0,0.8)),url(../img/app-sfondo.jpg)!important;
    background-size: cover;
}
.comix-dragon-back{
    background-image: linear-gradient(rgba(0,227,158,0.9), rgba(0,0,0,0.9)),url(../img/comix_sfondo_login.jpg)!important;
    background-size: cover!important;
}
.comix-function-back{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,227,158,0.8))!important;
    background-size: cover;
}
.badges{
    margin-bottom: 5px;
}
.fa-10x {
    font-size: 10em;
}
.comix-font{
    font-family: "Dosis-SemiBold"!important;
}
.navbar-brand{
    margin-right: 0px!important;
    padding: 0px;
}