.send, .top_bar_info  {
    background-color: #f69b00 !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;
}
.menu__grid--logo, .menu__grid--logo:hover {
    background-color: #f69b00;
}
.main_logo_auth {
    display: none;
}
.main_logo {
    width: 250px !important;
    height: auto !important;
    position: static;
    left: calc(50% - 140px);
}
/* CSS Para la top bar */
.title-menu > .header_mobile {
    width: auto;
    height: 80px;
    margin-top: -7px;
    margin-bottom: -20px;
}


.header_name {
    color: #f69b00;
}
@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: #f69b00 !important;
}

.separador_capitulo {
    background-color: #FDC500 !important;
}