@media (min-width: 768px){
    .navbar-brand img{
        height: 90px;
    }
}
@media (max-width: 767px){
    .mainmenu .nav > li{
        border-bottom: none;
    }
    .navbar-brand img {
        height: 56px;
        margin-bottom: 9px;
    }
    #cadastre .title h2{
        font-size: 40px !important;
    }
    #como-funciona .title h2{
        font-size: 40px !important;
    }
    #como-funciona .passos{
        padding-right: 15px !important;
    }
    #como-funciona .passos i{
        margin: 20px 0 30px 0;
    }
    #footer .cadastre{
        margin-top: 70px !important;
    }
}
.mainmenu .navbar > .container .navbar-brand{
    padding-bottom: 10px;
}

#como-funciona{
    margin: 50px 0;
}
#como-funciona .title{
    margin: 30px 0;
}
#como-funciona .title p{
    margin-bottom: 30px;
    text-align: justify;
    font-size: 16px;
}
#como-funciona  .title h2{
    margin-bottom: 15px;
    color: #C3005B;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
}
#como-funciona  .title h2 b{
    font-weight: 900;
}
#como-funciona .passos{
    text-align: center;
    padding-right: 45px;
}
#como-funciona .passos:last-child{
    text-align: center;
    padding-right: 0px;
}
#como-funciona .passos i{
    color: #6E6E6E;
    font-size: 20px;
}
#como-funciona .passos i.md{
    position: absolute;
    right: 5px;
    top: calc(50%);
}
#como-funciona .passos img{
    margin-bottom: 15px;
    height: 80px;
    width: 80px;
}
#como-funciona .passos h3{
    font-size: 20px;
    color: #6E6E6E;
    font-weight: 900;
    margin-bottom: 10px
}
#como-funciona .passos {
    font-size: 16px;
}


#cadastre{
    padding: 50px 0;
    background-color: #E9E9E9;
}
#cadastre .title{
    margin: 30px 0;
}
#cadastre .title p{
    margin-bottom: 30px;
    text-align: justify;
    font-size: 16px;
    color: #6F6F6F;
    font-weight: 500;
}
#cadastre .title h2{
    margin-bottom: 15px;
    color: #C3005B;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
}
#cadastre .title h2 b{
    font-weight: 900;
}
#cadastre ul{
    list-style: none;
}
#cadastre ul li{
    margin-bottom: 10px;
    font-size: 16px;
    color: #8e8e8e;
}
#cadastre ul li i{
    color: #E2A326;
    font-size: 20px;
    margin-right: 5px;
}
#texto{
    padding: 100px 0;
    background: url('../img/bg-01.jpg');
}
#texto .box{
    padding: 25px;
    background: #fff;
    border-radius: 10px;
}
#texto p{
    text-align: justify;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

#footer{
    margin: 80px 0 120px 0;
}
#footer p{
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 500;
}
#footer h2{
    font-size: 25px;
    margin-bottom: 15px;
}
#footer ul{
    list-style: none;
}
#footer .cadastre ul li{
    margin-bottom: 13px;
    font-size: 16px;
    color: #8e8e8e;
    font-weight: 500;
}
#footer .contato ul li{
    margin-bottom: 10px;
}
#footer .contato ul li a{
    font-size: 18px;
    color: #8e8e8e;
    font-weight: 500;
}
#footer ul li i, #footer ul li a i{
    color: #E2A326;
    font-size: 20px;
    margin-right: 5px;
}
.page-text p{
    color: #8e8e8e !important;
}
.page-text p span{
    color: #8e8e8e !important;
}
.page-text span{
    color: #8e8e8e !important;
}
