@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

/* MENU HORIZONTAL Y LOGOS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	/* font: inherit; */
	/* vertical-align: baseline; */
} 

a {
    color: #01036e;
    text-decoration: none;
}

.header-site{
    padding: 0px 0px 15px 10px;
}

.navbar-inner {
    padding-left: 40px !important;
}

/* FOOTER */
.footer-border {
    width: 100%;
    height: 10px;
    background: linear-gradient(#055bc4, #01036e);
}

.footer {
    width: 100%;
    height: auto;
    /* background-color: #01036e !important; */
    /* border-top: 10px solid #055bc4; */
    background: linear-gradient(#01036e, #055bc4);

    display: flex;
    align-items: center;
    padding: 5px 0;
}

.footer-linktic {
    font-size: 11px;
}

.footer .footer-linktic img {
    max-width: 60px;
}

/* .footer .association img {
    margin-top: 20px;
    max-width: 500px;
    width: 500px;
} */

center.powered-by {
    padding-top: 8px;
    padding-bottom: 8px;
}

.footer-address {
    /* padding-top: 25px;
    padding-left: 30px; */
    margin-left: 0px !important;
    color: #FFF;
    font-size: 11px;
    margin-top: 20px;
}

.footer-address > div {
    height: 70px;
    padding-top: 10px;
    color: #9ed1ff;
    margin-left: 0 !important;
}

.footer-address > div strong {
    color: #FFF;
}

.footer-address > div:not(:last-child) {
    border-right: 3px solid #FFF;
}

.footer a {
    color: #afd5e8 !important;
    text-decoration: none !important;
    font-weight: 600;
}

.footer p {
    line-height: 1.42857143;
}

.footer a:hover, .footer a:focus {
    color: #FFF !important;
    text-decoration: underline !important;
}


.img-responsive {
    display: block;
    max-width: 100%; 
    height: auto;
}

@media (max-width: 520px) {
    .association {
        display: none;
    }
}


.menu-title{
    text-transform: uppercase;
	font-size: 13px;
    margin: 0;	
    font-weight: bold;
}

@media (max-width: 979px){
    .nav-collapse .nav > li > ul > li > a {
        font-weight: normal !important;        
    }
}
/* 
.active {
    color: #555555;
    background-color: #e5e5e5;
} */

.titulo-menu {
    /* text-shadow: -5px -5px 5px #aaa; */
    font-family: 'Roboto';
}


label, input, button, select, textarea {
    font-size: 14px;
}

.box-btn-menu img {
    background-color: #b9b9b980;
    width: 50px;
    margin: 0px 10px 0px 10px;
    padding: 5px;
}

.box-btn-menu img:hover {
    background-color: #01036e54;
}

.app-active{
    background-color: rgba(10, 64, 140, 0.5) !important;
}

#UserLoginForm input.btn.btn-success{
    color: #fff;
    background-color: #000;
}


#UserLoginForm .col-sm-12.controls{
    padding-left: 0px;
}

@media only screen and (max-width: 700px) {
    #asociados img {
        width: 50px;
        margin: 10px 10px 0px 10px;
    }

    #login-box {    
        width: 100%;        
        height: 100vh;
    }

    #login-box .logo {
        margin-top: 60px;
    }

    .img-responsive {
        max-width: 70%;
    }
}