nav .menu > li{
    padding: 19px 10px 14px 10px;
    line-height: 62px;
}

nav .menu > li > a {
    font-weight: bold;
    font-size: 13px;
}

nav .menu > li:hover:last-child{
    background: initial;
    border: initial;
}

footer .widget-title {
    font-size: 16px;
}

@media (max-width: 1100px) and (min-width: 981px) {
    #logo img {
        width: 263px !important;
    }

    nav .menu > li{
        padding: 19px 6px 14px 6px;
    }
    
    nav .menu > li > a {
        font-size: 11px;
    }
}
						
.ingresar_btn{
    background:#6d7ab0;
    padding:4px 15px;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
}						
#inscribir_btn{
    background: #292929;
    padding:4px 15px;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
}

.quinto img{
    width: 100%;
    height: initial;
}					

@media (max-width:760px){
    .breadcrumbs {
        display: none;		
    }
}
.breadcrumbs {
    color: #fff;
    font-size: 13px;
    float: right;
    padding-top: 17px;
    text-align: right;
}
.breadcrumbs h3.tit{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}
.breadcrumbs h3.stit{
    color: #6d7ab0;
    line-height: 15px;
    font-size: 11px;
}

.header_page.basic h1 {
    color: #fff !important;
    font-size: 50px
    float: left;
    width: initial;
    font-weight: bold;
}

.header_page.basic {
    border: none !important;
}

.noticia h2{
    color: #2b4b88 !important;
    font-weight: bold;
}
.noticia .wpb_wrapper p{
    padding:20px 0;
    color: #888 !important;
}