.send, .top_bar_info, .cuenta, .menu__grid--logo, .menu__grid--logo:hover {
    background-color: #f08719 !important;
    color: #fff !important;
}
.table .send, .bgcolor, .nav-map {
    background-color: #fff;
}
.lats_response > a {
    color: #fff !important;
}
.lats_response > a:hover {
    color: #fff !important;
    font-weight: bold;
}

.main_logo_auth {
    display: none;
}

.main_logo {
    width: 220px !important;
    height: auto !important;
    position: static;
    left: calc(50% - 140px);
    /*background-color: rgba(255, 255, 255, 1);*/
    padding: 15px;
}
/* CSS Para la top bar */
.title-menu > .header_mobile {
    width: auto;
    height: 60px;
    margin-top: 0px;
    margin-bottom: -20px;
}


.header_name {
    color: #f08719;
}
@media (max-width: 800px) {
    .form-login {
        margin-top: -10px !important;
    }
}
@media (max-width: 650px) {
    .header_mobile {
        margin-bottom: -10px !important;
        height: 30px !important;
    }
}

/* Margen para no tapar el Logo */
h1 {
    margin-top: 5px !important;
}

/* Margen para no tapar el Logo */
@media (min-width: 1000px) {
    .content {
    margin-top: 50px;
    }
}

@media (max-width: 1000px) {
    .content {
    margin-top: 25px;
    }
}

/* Color Tests tematicos */
.separador_tema {
    background-color: #a35708 !important;
}

.separador_capitulo {
    background-color: #d67713 !important;
}