#modal-sesion .modal-dialog {
    background-color: #ffffff;
    background-size: 560px;
    background-repeat: no-repeat;
    max-width: 560px;
    border-radius: 20px;
    box-shadow: -4px 25px 47px -7px rgba(0, 0, 0, 0.27);
    width: 90%;
}


.enabled_resend {
    color: #0071a3;
    text-decoration: underline;
    cursor: pointer;
}

.disabled_resend {
    color: #757575;
    text-decoration: none;
    pointer-events: none;
    cursor: none;
}

.close_button_container {
    padding-right: 20px;
}

.close_button_container .close{
    margin-top: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #CEDBEF;
    color: #002F87;
}


.code_modal_content {
    margin-top: 2%;
    color:#002E58;
    font-size: 16px;
    padding: 30px;
}

.option_recovery{
    color: #0071A3;
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

    @media screen and (max-width: 768px) {

        .option_recovery{
            font-size: 14px;
            margin: 5px 0px;
        }

        .table_recover_pass{
            margin-top: 20px;
            margin-bottom: 15px !important;
        }



    }

    .documentNumber > span {
        color: #c70000;
    }

    select[name="tipoDocumento"]{
        background: white;
    }






.code_modal_title_container {
    margin: 10px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 28px;
    text-align: center;
    font-family: 'proxima-nova', sans-serif;
    font-size: 25px;

}

.code_modal_title {
    color: #147caa;
    font-weight: bold;
}

@media (max-width: 768px) {
    .code_modal_title {
        font-family: 'proxima-nova', sans-serif;
        color: #0071A3;
    }

}

.code_modal_instructions {
    padding: 10px;
    margin-top: auto;
    margin-bottom: 0px;
    /*max-width: 450px;*/
    text-align: justify;
    color: black;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;

}

.code_modal_userdata {
    padding: 10px;
    margin-top: auto;
    margin-bottom: 24px;
    /*max-width: 450px;*/
    text-align: justify;
    color: black;
}

#btn_send_code_confirmation{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.code_modal_userdata > b {
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;
}

.code_modal_input {
    /*max-width: 400px;*/
    text-align: center;
}

.mobile_menu {
    position: fixed;
    top:0 ;
    right:0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 32, 51, 0.91);
    display: none;
}

.mobile_menu_logo {
    margin: 20px;
}

.modal_close_button {
    margin-top: 2%;
    color: #002E58;
    font-size: 14px;
    padding: 30px;
    font-family: 'proxima-nova', sans-serif;
}

#btn_login{
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
}

.close_button_inicio {
    margin: 10px;
    font-weight: bold;
    margin-top: 6px;
    font-size: 25px;
    color:#002F87;
    font-family: 'proxima-nova', sans-serif;
}

.close_button_hint {
    padding: 10px;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 450px;
    text-align: justify;
    color: black;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 19px;
}

@media (max-width: 768px) {
    .close_button_hint, .close_button_help{
        line-height: 18px;
        font-size: 14px;
    }
}

.close_button_help {
    padding: 10px;
    margin-top: auto;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 19px;
    max-width: 450px;
    text-align: justify;
    color: black;
}
@media (max-width: 768px) {
    .close_button_help{
        line-height: 18px;
        font-size: 14px;
    }
}


.close_button_help a {
    color: #0071A3;
    text-decoration: underline;
    font-weight: bold;
    font-family: 'proxima-nova', sans-serif;
}

.close_button_login {
    max-width: 400px;
}

.login_status {
    color: #E91E63;
    font-size: 15px;
    font-weight: bold;
}

.document_type {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    width: 94%;
    font-size: 16px;
}

.document_type span {
    color: #c70000;
}

@media (max-width: 768px) {
    .document_type{
        font-size: 14px;
    }
}

.document_number {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    width: 94%;
}


.document_number > span {
    color: #c70000;
}

.document_number a {
    color: #c70000;
}

.document_number_pass div {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    width: 94%;
}

.document_number_pass div span {
    color: #c70000;
}

.pass_open_eye {
    position: relative;
    float: right;
    margin-bottom: -42px;
    margin-top: 18px;
    cursor: pointer;
}

.pass_closed_eye {
    position: relative;
    float: right;
    margin-bottom: -42px;
    margin-top: 18px;
    display: none;
    cursor: pointer;
}

.table_remember {
    display: none;
    margin-bottom: 15px;
}

.captcha_container {
    display: none;
}

.remember_input {
    width: 19px;
    height: 19px;
}

.table_recover_pass {
    margin-top: 15px;
    margin-bottom: 20px;
}

.table_recover_pass a{
    text-decoration: underline;
}

#modal-codigo-seguridad-confirmar .modal-dialog {
    background-color: #ffffff;
    background-size: 560px;
    background-repeat: no-repeat;
    max-width: 560px;
    border-radius: 20px;
    box-shadow: -4px 25px 47px -7px rgba(0,0,0,0.27);
    /*width: 90%;*/
}
#modal-codigo-seguridad-confirmar {

    background: #29292991;
}

#form_iniciar_sesion {
    margin: 0;
}

.disabled_login_button {
    background-color: #DBDBDB;

    color: #757575;

    padding: 10px;

    padding-left: 50px;

    padding-right: 50px;

    font-size: 18px;

    border-radius: 20px;

    border: 0px;

    transition: 0.3s all;

    font-weight: bold;

    margin-left: 5px;

    margin-right: 5px;

    margin-top: 5px;

    margin-bottom: 5px;
}

/* Estilo para ocultar las flechas en input de tipo number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


#modal-redimir .modal-dialog {
    background-color: #ffffff;
    background-size: 670px;
    background-repeat: no-repeat;
    max-width: 670px;
    border-radius: 20px;
    box-shadow: -4px 25px 47px -7px rgba(0,0,0,0.27);
    width: 90%;
}

.redimir_modal_logo_container {
    margin-top: 20%;
    padding: 30px;
}

.redimir_modal_message {
    margin: 10px;
}

.redimir_modal_logo_container table {
    width: 100%;
}

.redimir_benefit_image {
    width: 100%;
}

.redimir_benefit_container {
    font-size: 13px;
}

.redimir_benefit_container div{
    padding: 15px;
}

.light-item {
    font-weight: 100;
}

.detail_modal_logo {
    padding: 0px;
}

.detail_modal_logo img {
    width: 100%;
}

.detail_modal_description {
    text-align: justify;
}

.detail_modal_sedes {
    text-align: justify;
    padding-top: 15px;
}

.detail_modal_sedes a{
    width: 95%;
}

.promociones_container {
    -webkit-transition:0.5s all;
    height: 0px;
    overflow: hidden;
}

.processing_text {
    padding: 0px;
}


.modal_close_button-blue {
    color: #012e58;
    background-color: #fff;
    font-size: 23px;
    opacity: 1;
    border-radius: 30px;
    width: 32px;
    height: 32px;
}

#ModalPopup2020 a {
    width: 100%;
}

.session_mobile_button {
    cursor: pointer;
    width: 50%;
    border-radius: 20px;
    border: 1px solid white;
}



#benefit_pagination-links a.is-unactive {
    background-color: #f9f9f9;
    border-radius: 50%;
}

#benefit_pagination-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}

#benefit_pagination-links a.is-active {
    background-color: #008767 !important;
    border-radius: 100%;
    color: #fff;
}

#benefit_pagination-links a.is-active:hover {
    background-color: #00615C !important;
}

#favorite_pagination-links a.is-unactive {
    background-color: #f9f9f9;
    border-radius: 50%;
}

#favorite_pagination-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}

.favorite_pagination-link.is-active {
    background-color: #008767 !important;
    border-radius: 100%;
    color: #fff;
}

.favorite_pagination-link.is-active:hover {
    background-color: #00615C !important;
}

#redention_pagination-links a.is-unactive {
    background-color: #f9f9f9;
    border-radius: 50%;
}

#redention_pagination-links a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    text-align: center;
}

.redention_pagination-link.is-active {
    background-color: #5A9400 !important;
    border-radius: 100%;
    color: #fff;
}

.redention_pagination-link.is-active:hover {
    background-color: #00615C !important;
}

.close{
    opacity: 1 !important;
}

#benefitPrevButton {
    display: none;
}

#favoritePrevButton {
    display: none;
}

#redentionPrevButton {
    display: none;
}
