.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-gris{
    display: none;
}

.navbar .container {
    text-align:right;
}

.navbar .dropdown-menu {
    text-align:center;
}

.streak.streak-photo {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.streak.streak-photo {
    background-attachment: fixed;
}
.lineas{
    height: 15px;
    background-image: url('../img/lineas.png');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.navbar:not(.top-nav-collapse) {
    background: 0 0;
}

.navbar {
    box-shadow: 0 0px 0px 0 rgba(0,0,0,.16),0 0px 0px 0 rgba(0,0,0,.12);
    font-weight: 300;
}
.navbar, .pagination .page-item.active .page-link {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,.16),0 0px 0px 0 rgba(0,0,0,.12);
}
.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    background-color: #ffffff;
    border: 2px solid #919191;
}
.footerTitulo {
    color: #4285f4;
    font-weight: bold;
    font-size: 15px;
}
.footerLinea {
    border-left: 5px solid #4285f4;
}
.pre-footer {
    background-color: #DBDBDB;
    height: 50px;
    width: 100%;
    left: 0%;
    bottom: 0%;
    height: 35px;
    width: 100%;
}
footer {
    background-color: #fff;
    min-height: 36%;
}
.icos {
    background-color: #4285f4 !important;
    border-radius: 30px;
    color: #fff !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
    padding: 7px;
}
.contenidoFooter {
    padding-top: 20px;
}
.linkFooter:hover {
    color: rgb(0, 13, 196);
}
.linkFooter:link, .linkFooter {
    color: #9E9E9E;
}

.linkFooter {
    text-decoration: none;
    font-size: 13px;
}
.infoFooter {
    color: #9E9E9E;
}

.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    text-decoration: none;
    color: #3b3b3b;
    font-size: 12px;
    padding: .5em;
    display: none;
    z-index: 1105;
}
 .back-to-top:hover {
    opacity: 1;
}