/*
 * Title:   Custom Style File
 * Author:  https://themeforest.net/user/soaptheme 
 */

.anunciate {
    color: #01b7f2;
    line-height: 40px;
    background: #FFF;
    padding: 8px 30px;
    border-radius: 60%;
    font-size: 15px;
    font-weight: bold;
}

.anunciate:hover {
    color: #FFF;
    border: 1px solid #FFF;
    background: #01b7f2;
}

.iniciar:hover {
    color: #01b7f2 !important;
    border: 1px solid #FFF !important;
    background: #FFF;
}

.topnav {
    height: 40px !important;
}

#header .topnav ul.quick-menu > li > a {
    margin-top: 4px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .iniciar {
        margin-right: 5px !important;
    }
}