@font-face {
    font-family: 'BentonSansBBVA-Book';
    src: url("../fonts/BentonSansBBVA-Book.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/BentonSansBBVA-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSansBBVA-Book.woff") format("woff"), url("../fonts/BentonSansBBVA-Book.ttf") format("truetype"), url("../fonts/BentonSansBBVA-Book.svg#svgFontName") format("svg"), url("../fonts/BentonSansBBVA-Book.otf") format("opentype");
}

@font-face {
    font-family: 'BentonSansBBVA-Medium';
    src: url("../fonts/BentonSansBBVA-Medium.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/BentonSansBBVA-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSansBBVA-Medium.woff") format("woff"), url("../fonts/BentonSansBBVA-Medium.ttf") format("truetype"), url("../fonts/BentonSansBBVA-Medium.svg#svgFontName") format("svg"), url("../fonts/BentonSansBBVA-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'BentonSansBBVA-Light';
    src: url("../fonts/BentonSansBBVA-Light.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/BentonSansBBVA-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSansBBVA-Light.woff") format("woff"), url("../fonts/BentonSansBBVA-Light.ttf") format("truetype"), url("../fonts/BentonSansBBVA-Light.svg#svgFontName") format("svg"), url("../fonts/BentonSansBBVA-Light.otf") format("opentype");
}

a {
    color: #ffffff;
    text-decoration: underline;
}

a:hover {
    color: #ffffff;
}

.calc-section {
    background-color: #7C6AC7;
    padding: 30px 0;
}

.title-calc {
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 400;
    color: #ffffff;
}

.num-item-a {
    border-radius: 50%;
    background-color: #FADE8E;
    padding: 13px;
    text-align: center;
    width: 62px;
    height: 62px;
}


.num-item-b {
    border-radius: 50%;
    background-color: #5BBEFF;
    padding: 20px;
    padding: 13px;
    text-align: center;
    width: 62px;
    height: 62px;
}

.num-item-box {
    margin-left: 20px;
    padding-top: 18px;
}

.items-text {
    color: #043263;
    font-family: 'BentonSansBBVA-Book';
    font-size: 28px;
    font-weight: 800;
}

.buttoms {
    padding: 20px 85px;
    background-color: #043263;
    text-align: center;
    color: #ffffff;
    font-family: 'BentonSansBBVA-Book';
    text-decoration: none;
    transition: all .35s;
    display: block;
    position: relative;
    margin-top: 50px;
}

.buttoms span {
    position: relative;
    z-index: 2;
}

.buttoms:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1464A5;
    transition: all .35s;
    opacity: 0.2;
}

.buttoms:hover {
    color: #fff;
    text-decoration: none;
}

.buttoms:hover:after {
    width: 100%;
    overflow: hidden;
}

.butt-nocolor {
    padding: 5px 10px;
    text-align: center;
    color: #ffffff;
    font-family: 'BentonSansBBVA-Book';
    text-decoration: none;
    transition: all .35s;
    display: block;
    position: relative;
    margin-top: 50px;
}
.butt-nocolor:hover {
    text-decoration: none;
}

.expens-box {
    color: #ffffff;
    text-align: left;
    font-family: 'BentonSansBBVA-Book';
    font-size: 28px;
    line-height: 30px;
}
.expens-box-b {
    color: #ffffff;
    text-align: left;
    font-family: 'BentonSansBBVA-Book';
    font-size: 28px;
    line-height: 30px;
}
.close-expens-box {
    color: #ffffff;
    font-family: 'BentonSansBBVA-Book';
    font-size: 26px;
    line-height: 28px;
    text-align: center;
}
.altern-text {
    color: #ffffff;
    text-align: left;
    font-family: 'BentonSansBBVA-Light';
    font-size: 28px;
    line-height: 30px;
}

.result-text {
    color: #ffffff;
    text-align: left;
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 400;
    font-size: 42px;
    line-height: 44px;
}

output {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: -28px 0 0 0;
    width: 100%;
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 400;
    color: #ffffff;
}
.input-result {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 6px 0 0 0;
    width: 100%;
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 400;
    color: #ffffff;
    background-color: transparent;
    border: none;
}

.close-draw {
    margin-right: 30px;
}

.close-box-resul {
    margin-top: auto;
}

.arrow-back-but {
    margin-right: 10px;
}

.u-left {
    float: left;
}

.u-cf:before, .u-cf:after {
    content: "";
    display: table;
}

.u-cf:after {
    clear: both;
}

.u-text-left {
    text-align: left;
}

.box-items {
    width: 200px;
    height: 150px;
    margin-top: 25px;
}

.title-box-items {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-family: 'BentonSansBBVA-Book';
}

.but-op {
    border-radius: 50%;
    width: 31px;
    height: 31px;
    border: 1px solid #ffffff;
    background-color: transparent;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
    margin-top: 13%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.but-op:hover {
    background: rgba(20, 100, 165, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.but-op:active {
    background: #2980b9;
    top: 2px;
}

.but-op:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

.box-producto {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #043263;
    overflow: hidden;
    text-align: center;
    padding-top: 9px;
}

.box-num-products {
    width: 31px;
    height: 31px;
    background-color: #D4EDFC;
    margin: -16px auto !important;
    z-index: 99;
    color: #043263;
    text-align: center;
    font-size: 12px;
    font-family: 'BentonSansBBVA-Medium';
    font-weight: 800;
    border-radius: 50%;
    padding-top: 8px;
    position: relative;
}

.text-leg-calcu {
    font-size: 12px;
    text-align: right;
    text-indent: 0;
    font-family: 'BentonSansBBVA-Book';
    color: #ffffff;
}

.box-calc {
    z-index: 90;
    position: relative;
    top: -18px;
}

.top-max {
    font-size: 18px;
    color: #ffffff;
    font-family: 'BentonSansBBVA-Book';
    text-align: right;
}

.top-min {
    font-size: 18px;
    color: #ffffff;
    font-family: 'BentonSansBBVA-Book';
    text-align: left;
}
.special-margin {
    margin-left: 16%;
}

@media (min-width: 320px) and (max-width: 575.98px) {
    .close-draw {
        margin-right: 0px;
    }
    .title-calc {
        font-size: 28px;
        line-height: 30px;
    }
    .altern-text {
        text-align: center;
        font-size: 24px;
    }
    .result-text {
        font-size: 36px;
        line-height: 30px;
        text-align: center;
    }
    .expens-box {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .expens-box-b {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .close-expens-box {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .buttoms {
        width: 100%;
    }
    .box-producto {
        width: 80px;
        height: 80px;
        padding-top: 4px;
    }
    .num-item-a {
        margin-top: 19px;
        padding: 9px;
        width: 62px;
        height: 62px;
        position: absolute;
        display: block;
    }
    .num-item-b {
        margin-top: 19px;
        padding: 9px;
        width: 62px;
        height: 62px;
        position: absolute;
        display: block;
    }
    .num-item-box {
        margin-left: 0px;
        padding-top: 98px;
        display: block;
    }
    .special-margin {
        margin-left: 0;
    }
    .irs-single {
        font-size: 22px !important;
    }
}

.irs-single {
    margin: -10px 0px !important;
    font-size: 25px !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .num-item-box {
        width: auto;
    }
    .box-producto {
        width: 80px;
        height: 80px;
        padding-top: 4px;
    }
    .close-draw {
        margin-left: -80px;
    }
    .result-text {
        font-size: 36px;
        line-height: 34px;
    }
    .expens-box {
        font-size: 25px;
        line-height: 30px;
    }
    .expens-box-b {
        font-size: 25px;
        line-height: 30px;
    }
    .close-expens-box {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .special-margin {
        margin-left: 0;
    }
    .irs-single {
        font-size: 22px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .num-item-box {
        width:auto;
    }
    .box-producto {
        width: 80px;
        height: 80px;
        padding-top: 4px;
    }
    .close-draw {
        margin-left: -80px;
    }
    .result-text {
        font-size: 36px;
        line-height: 34px;
    }
    .expens-box {
        font-size: 23px;
        line-height: 30px;
    }
    .expens-box-b {
        font-size: 25px;
        line-height: 30px;
        padding-top: 14px;
    }
    .num-item-a {
        padding: 25px;
        margin-top: 16px;
    }
    .num-item-b {
        padding: 23px;
        margin-top: 16px;
    }
    .items-text {
        margin-top: -12px;
    }
    .close-expens-box {
        font-size: 23px;
        line-height: 27px;
    }
    .special-margin {
        margin-left: 16%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .close-draw {
        margin-left: -30px;
    }
    .num-item-a {
        padding: 25px;
        margin-top: 16px;
    }
    .num-item-b {
        padding: 23px;
        margin-top: 16px;
    }
    .items-text {
        margin-top: -12px;
    }
    .expens-box {
        font-size: 25px;
        line-height: 30px;
    }
    .expens-box-b {
        font-size: 25px;
        line-height: 30px;
        padding-top: 14px;
    }
    .close-expens-box {
        color: #ffffff;
        font-family: 'BentonSansBBVA-Book';
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }
    .special-margin {
        margin-left: 25%;
    }
}

@media (min-width: 1200px) {
    .num-item-a {
        padding: 25px;
        margin-top: 16px;
    }
    .num-item-b {
        padding: 23px;
        margin-top: 16px;
    }
    .items-text {
        margin-top: -12px;
    }
    .expens-box {
        font-size: 25px;
        line-height: 30px;
    }
    .expens-box-b {
        font-size: 25px;
        line-height: 30px;
        padding-top: 14px;
    }
    .close-expens-box {
        color: #ffffff;
        font-family: 'BentonSansBBVA-Book';
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }
    .special-margin {
        margin-left: 67%;
    }
}