.send, .top_bar_info, .cuenta, .menu__grid--logo, .menu__grid--logo:hover, .b-close, .send.flip__1 > a > span {
    background-color: #D91116 !important;
    color: #000000 !important;
}
.table .send, .bgcolor, .nav-map {
    background-color: #000000;
}
.lats_response > a {
    color: #000000 !important;
}
.lats_response > a:hover {
    color: #000000 !important;
    font-weight: bold;
}
.menu__grid--logo, .menu__grid--logo:hover {
    background-color: #D91116;
}
.main_logo_auth {
    display: none;
}

.table.table-login {
    /*padding: 10px;*/
    /*background-color: rgba(0, 0, 0,0.4);
    border-radius: 75px;*/
}

.main_logo {
    width: 300px !important;
    height: auto !important;
    position: static;
    left: calc(50% - 140px);
    padding: 10px;
    /*background-color: rgba(255, 255, 255,0.4);*/
}
/* CSS Para la top bar */
.title-menu > .header_mobile {
    width: auto;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.header_name {
    color: #D91116;
}
@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: 25px;
    }
}

@media (max-width: 1000px) {
    .content {
    margin-top: 25px;
    }
}

/* Color Tests tematicos. Primero el Oscuro y luego el Claro. */
.separador_tema {
    background-color: #8f7b09 !important;
}

.separador_capitulo {
    background-color: #D91116 !important;
}