    /* ------------ */
    /* ------------ */

    .timer .btn-group-vertical>.btn-group:after,
    .timer .btn-group-vertical>.btn-group:before,
    .timer .btn-toolbar:after,
    .timer .btn-toolbar:before,
    .timer .clearfix:after,
    .timer .clearfix:before,
    .timer .container-fluid:after,
    .timer .container-fluid:before,
    .timer .container:after,
    .timer .container:before,
    .timer .dl-horizontal dd:after,
    .timer .dl-horizontal dd:before,
    .timer .form-horizontal .form-group:after,
    .timer .form-horizontal .form-group:before,
    .timer .modal-footer:after,
    .timer .modal-footer:before,
    .timer .nav:after,
    .timer .nav:before,
    .timer .navbar-collapse:after,
    .timer .navbar-collapse:before,
    .timer .navbar-header:after,
    .timer .navbar-header:before,
    .timer .navbar:after,
    .timer .navbar:before,
    .timer .pager:after,
    .timer .pager:before,
    .timer .panel-body:after,
    .timer .panel-body:before,
    .timer .row:after,
    .timer .row:before {
        display: table;
        content: ' ';
    }

    .timer :after,
    .timer :before {
        box-sizing: border-box;
    }

    .timer *,
    .timer ::after,
    .timer ::before {
        box-sizing: border-box;
    }

    .timer .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .timer audio,
    .timer canvas,
    .timer progress,
    .timer video {
        display: inline-block;
        vertical-align: baseline;
    }

    .countdown-container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .clock-item .inner {
        height: 0px;
        padding-bottom: 100%;
        position: relative;
        width: 100%;
    }

    .clock-canvas {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        height: 0px;
        padding-bottom: 100%;
    }

    .timer .text {
        color: #3fac2a;
        /* font-size: 30px; */
        /* font-weight: bold;	 */
        margin-top: -30px;
        position: absolute;
        top: 50%;
        text-align: center;
        /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); */
        width: 100%;
    }

    .text .val {
        font-size: 18px;
        margin: 0;
    }

    .text .type-time {
        font-size: 12px;
        margin: 0;
    }

    .right-absolute {
        position: absolute;
        right: 0;
    }
    .fwbold{
        font-weight: bold!important;
    }
    .img-banner {
        background-image: url('../images/banner-d.jpg?v=5');
        height: 100vh;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 100vh;
    }
    .titulo-container .titdesk{
        width: 420px;
    }
    .titulo-container .titmob{
        width: 200px;
    }
    .font-30 {
        font-size: 30px;
    }

    .font-27 {
        font-size: 27px;
    }

    .font-23 {
        font-size: 23px;
    }

    .font-12 {
        font-size: 11px;
    }
    .font-20{
        font-size: 24px;
    }
    .custom-control-input.is-valid~.custom-control-label,
    .was-validated .custom-control-input:valid~.custom-control-label {
        color: #707070 !important;
    }

    .container-box {
        width: 500px;
    }

    .asbanc {
        width: 90px;
        min-width: 80px;
    }

    .tcea {
        width: 190px;
        min-width: 78px;
    }

    .btn-app-banca {
        width: 130px;
    }

    #left-section {
        padding: 0;
    }

    .box_retirar {
        border: 2px solid #3dae2b;
        box-shadow: 0px 13px 0px -7px #3dae2b;
        -webkit-box-shadow: 0px 13px 0px -7px #3dae2b;
        -moz-box-shadow: 0px 13px 0px -7px #3dae2b;
        width: 480px;
    }

    .container-logos {
        padding-top: 0.5rem;
    }

    .w-100w {
        width: 100%;
    }

    .flex-c {
        flex-direction: column;
    }

    #reprogramacion,
    #fraccionamiento {
        position: relative;
    }

    .fleabajo {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        background: url(/landings/reprogramacion/prod/images/fleachaabajo.png);
        right: 9px;
        bottom: 5px;
        background-size: 20px;
        background-position: center;
    }

    .flearriba {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        background: url(/landings/reprogramacion/prod/images/fleachaarriba.png);
        right: 2px;
        top: 2px;
        background-size: 20px;
        background-position: center;
    }

    .flex-c {
        /* flex-direction: column; */
        padding: 0;
    }

    .w-img {
        width: 57px;
    }

    @media (max-width: 1400px) {
        .asbanc {
            width: 65px;
            min-width: 70px;
        }
        .tcea {
            width: 140px;
            min-width: 78px;
        }

    }
    @media (max-width: 1280px) {
        .img-banner {
            background-position: center 90%;
        }
        .asbanc {
            width: 70px;
            min-width: 70px;
        }
        .tcea {
            width: 145px;
            min-width: 78px;
        }

    }
    @media (max-width: 1180px) {
        .asbanc, .tcea {
            transform: translate(0,195%);
        }
        .img-banner {
            background-size: contain;
            background-position: center;
        }
    }
    @media (max-width: 991px) {
        .asbanc, .tcea {
            transform: translate(0,0);
        }
    }

    @media (min-width: 557px) and (max-width: 991px) {

        .img-banner {
            background-image: url('../images/banner-t.jpg?v=5');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 184px;
            min-height: 100%;
        }
        .tcea {
            width: 170px;
            min-width: 78px;
        }
        .asbanc {
            width: 80px;
            min-width: 80px;
        }
        .w-img {
            width: 95px;
        }
        .font-20{
            font-size: 20px;
        }
    }

    @media screen and (max-width: 576px) {
        .timer .text {
            color: #3fac2a;
            margin-top: -22px;
            position: absolute;
            top: 50%;
            text-align: center;
            width: 100%;
        }
        .text .val {
            font-size: 15px;
            margin: 0;
        }
        .text .type-time {
            font-size: 10px;
            margin: 0;
        }
        .img-banner {
            background-image: url('../images/banner-m.jpg?v=5');
            background-repeat: no-repeat;
            background-size: contain;
            height: 125px;
            background-position: center;
            min-height: 100%;
        }
        .font-sm-12 {
            font-size: 12px;
        }
        .font-sm-9 {
            font-size: 8px;
        }
        .w-sm-20 {
            width: 20% !important;
        }
        .box_retirar {
            width: 87%;
        }
        .tcea {
            width: 190px;
            min-width: 78px;
        }
        .font-32 {
            font-size: 25px !important;
        }
        .w-img {
            width: 60px;
        }
        .box-form {
            width: auto;
        }
        .font-20{
            font-size: 14px;
        }
        .font-30{
            font-size: 25px;
        }
    }

    @media screen and (min-width: 992px) {
        #right-section {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
        }
        #left-section {
            position: fixed;
            top: 0;
            left: 0;
            bottom: 0;
        }
        .font-20{
            font-size: 24px;
        }
    }

    @media screen and (max-width: 992px) {
        .asbanc {
            left: 0 !important;
        }
        .sin-camapatit {
            font-size: 25px;
            line-height: 31px;
        }
    }

    @media screen and (max-width: 768px) {
        .asbanc {
            width: 78px;
            min-width: 78px;
        }
        .font-23 {
            font-size: 17px;
        }
    }

    @media screen and (max-width: 320px) {
        .w-img {
            width: 55px;
        }
    }
    /* Radios Buttons */

    .form-check-input {
        display: block;
        /* width: 100%; */
        position: relative;
        margin: 0 auto;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .btn-success {
        width: 233px;
    }

    .form-check-label {
        text-align: center;
    }
