html,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text_rojo {
    color: #e30518;
}

.text_orange {
    color: #f49800;
}

.text_gris_claro {
    color: #a9a9a9;
}

.bold {
    font-weight: 700 !important;
}

.font_20 {
    color: black;
    font-size: 20px;
}

.font_25 {
    font-size: 25px;
}

.font_30 {
    font-size: 30px;
}

.font_40 {
    font-size: 38px;
}

.instrucciones {
    display: flex;
    flex-direction: row;
    margin: 30px 0;
}

.btn_content_gris {
    background-color: #f2f2f2;
    padding: 5% 2%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn_round {
    border-radius: 15px;
    box-shadow: 2px 2px 1px 2px rgba(0, 0, 0, 0.75);
    font-size: 25px;
    font-weight: bold;
    padding: 8px 35px;
}

.btn_rojo {
    color: #fff;
    background-color: #CF0A2C;
    border-color: #b70927;
}

.btn_rojo:hover {
    color: #fff;
    background-color: #950720;
    border-color: #7c061a;
}

.btn_rojo2 {
    color: #fff;
    background-color: #e30518;
    border-color: #CF0A2C;
}

.btn_rojo2:hover {
    color: #fff;
    background-color: #950720;
    border-color: #b70927;
}

.btn_azul {
    color: #fff;
    background-color: #3b5998;
    border-color: #133783;
}

.btn_azul:hover {
    color: #fff;
    background-color: #133783;
    border-color: #133783;
}

.ico_fb {
    height: 30px;
}

span.ico_input {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
}

span.ico_input img {
    width: 25px;
    margin: 0 8px;
}

input.ico_input,
select.ico_input {
    font-size: 20px;
    color: #666666;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 20px 10px 40px;
    transition: all 0.2s;
}

select.ico_input {
    padding: 13px 30px 13px 40px;
    background: #f18903 url("/assets/images/arrow_down.png") 97% center/15px no-repeat !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type=checkbox] {
    height: 20px;
    width: 20px;
}

.input_orange {
    color: #fff !important;
    background-color: #f18903;
}

.input_orange option {
    color: #000000;
    background-color: #ffffff;
}

.input_orange::-moz-placeholder {
    color: #fff;
}

.input_orange:-ms-input-placeholder {
    color: #fff;
}

.input_orange::-ms-input-placeholder {
    color: #fff;
}

.input_orange::placeholder {
    color: #fff;
}

.input_orange:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.input_orange::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.accept_terms {
    color: #e30518 !important;
    cursor: pointer;
}

#terms {
    font-size: 0.9em;
}

.pais {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
}

.modal-backdrop {
    opacity: 0.9 !important;
}

.content_min {
    min-height: calc(100vh - 3em - 3em + 5px);
}

#login {
    display: flex;
    text-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

#login form {
    max-width: 500px;
}

.filtros {
    margin-top: 4em;
}

.filtros select {
    font-size: 1rem;
    padding: 7px 30px 7px 20px;
    background-color: #e30518 !important;
    border: 1px solid #4e0108 !important;
}

.filtros button {
    font-size: 1rem;
    padding: 0px 20px;
    margin-left: 1rem;
    border-radius: 5px;
    font-weight: bold;
    height: 40px;
}

.title_table {
    text-align: center;
    color: white;
    background-color: #343a40;
}

.title_table th {
    vertical-align: middle !important;
}

table td,
th {
    padding: 0.3rem 1rem !important;
}

#errores .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#errores ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

#errores .ico_20 {
    height: 20px;
}

.warning {
    background-color: #e30518;
    display: flex;
}

.logout {
    position: absolute;
    top: 0.4em;
    right: 1em;
    display: flex;
    flex-direction: row;
}

.logout p {
    align-self: center;
    text-transform: uppercase;
    color: white;
}

.logout button {
    border-width: 2px;
    border-radius: 20px;
}

@media (max-width: 992px) {
    .content_min {
        min-height: calc(100vh - 3em - 78px);
    }
    .filtros {
        margin-top: 1em;
    }
    /* .instrucciones, */
    .btn_content_gris {
        flex-direction: column;
    }
    .btn_round {
        margin-bottom: 15px;
        font-size: 1em;
    }
    .logout {
        top: 0.5em;
    }
    .logout button {
        border-width: 1px;
    }
}

.icono_download {
    font-size: 23px;
    cursor: pointer;
    color: black;
}

.icono_download:hover {
    color: #e30518;
}

.has-error .validate_err {
    border: 1px solid #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

@media (min-width: 576px) {
    #errores .modal-dialog {
        max-width: 600px;
    }
}

header {
    background: #F00000;
    height: 1em;
    width: 100%;
}

#logo_header {
    z-index: 1;
    position: relative;
    margin-top: 20px;
    margin-left: 24px;
    /* width: 25%; */
}

footer {
    background: #000000;
    color: #ffffff;
    height: 3em;
    width: 100%;
    font-size: 0.9em;
    padding: 5px;
    position: fixed;
    bottom: -10px;
}

.text_loggin_user {
    display: block;
}

@media (max-width: 768px) {
    header {
        height: 3em;
    }
    #logo_header {
        height: 4em;
        margin-top: 8px;
        margin-left: 0px;
        width: 60%;
    }
    /* footer {
        position: relative;
        height: 75px;
    } */
    footer .footer {
        flex-direction: column;
    }
    footer .foot_left {
        display: none;
    }
    .text_loggin_user {
        display: none;
    }
}