/*
Theme Name:   divichild
Description:  Write here a brief description about your child-theme
Author:       Christian Vergara
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  divichild
*/

/* Write here your own personal stylesheet */
.pre-aprobacion-bci {
    background-color: #37474F;
}
.btn-cotizar {
border-radius: 12px;
border-style: none;
border-color: #383838;
border-width: 1px;
color: #ffffff;
background-color: #fa7f28;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: "Roboto-Regular","OpenSans", sans-serif;
font-size: 16px;
height: 50px;
line-height: 17px;
margin: 10 auto 10px;
padding: 13px 25px 13px 25px;
text-align: center;
max-width: 400px;
width: 400px;
border-radius: 8px;
font-size: initial;
font-weight: 600;
}

.btn-cotizar:hover{
background-color: #0090f7;
}

.modal {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
left: 0;
top: 0;
width: 100%;
/* Full width */
height: 100%;
/* Full height */
overflow: auto;
/* Enable scroll if needed */
background-color: rgb(0, 0, 0);
/* Fallback color */
background-color: rgba(0, 0, 0, 0.8);
/* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
background-color: transparent;
margin: 5% auto;
padding: 20px;
border: 1px solid transparent;
width: 95%;
}


/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}


/*Wizzard*/

.stepbystep {
    background: #FFFFFF;
    box-shadow: -1px 2px 30px -10px rgb(0 0 0 / 15%);
    border-radius: 41px!important;
    padding: 50px;
    max-width: 550px;
    width: fit-content;
    margin: 50px auto;
}
.resumen {
    background: #FFFFFF;
    box-shadow: -1px 2px 30px -10px rgb(0 0 0 / 15%);
    border-radius: 41px;
    padding: 50px;
    margin: 0 0 50px;
}
.resumen h2 {
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.resumen-min h3 {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.border-bottom {
    border-bottom: solid 1px #e8e8e8;
}
.stepbystep-min, .resumen-min {
    width: 100%;
    padding: 30px 20px;
    margin: 0 0 15px;
}
.stepwizard-step p {
    margin-top: 10px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
    text-align: center;
    color: #8F8F8F;
}
.stepwizard-row {
    display: flex;
    position: relative;
    margin: 0 auto;
    flex: 0 0 100%;
    justify-content: center;
}
.stepwizard {
    display: block;
    width: 480px;
    position: relative;
    margin: 0 auto;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
/*
.stepwizard-step:first-child .btn-circle.btn-default.btn-primary:before,
.stepwizard-step:first-child .btn-circle.btn-default:before {
    top: 22px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 366px;
    height: 2px;
    background-color: #ececec;
    z-index: -2;
    left: 0;
}
.stepwizard-step:first-child .btn-circle.btn-default.btn-primary:after {
    top: 22px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 102px;
    height: 2px;
    background-color: #00A6E1;
    z-index: -1;
    left: 0;
}
.stepwizard-step:nth-child(2n) .btn-circle.btn-default.btn-primary:after {
    top: 22px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 204px;
    height: 2px;
    background-color: #00A6E1;
    z-index: -1;
    left: -102px;
}
.stepwizard-step:last-child .btn-circle.btn-default.btn-primary:after {
    top: 22px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 306px;
    height: 2px;
    background-color: #00A6E1;
    z-index: -1;
    right: 0;
}
*/
.stepwizard-step {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 160px;
}
.btn-circle {
    width: 76px;
    height: 76px;
    text-align: center;
    padding: 7px 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.428571429;
    border-radius: 50%;
    background-color: #00A6E1;
    border: solid 15px #ffffff;
    position: relative;
}
.required {
    color: #d80000; 
    margin-left: 3px; 
    font-size: 14px;
}
.stepbystep .form-group {
    width: 100%;
    padding: 10px 0;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
}
.stepbystep-min .form-group {
    margin: 0;
}
.stepbystep label {
    max-width: 100%;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8F8F8F;
}
.flx-inline p {
    width: 100%;
    text-align: right;
    color: #8F8F8F;
    font-weight: 500;
    font-size: 18px;
}
.flx-inline label {
    width: 100%;
}
.resumen .flx-inline label, .resumen .flx-inline p {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}
.resumen .flx-inline p span {
    display: block;
}
.stepbystep .form-check.form-check-inline {
    display: inline-flex;
    padding: 0px 12px;
}
.stepbystep  input[type=radio], .stepbystep input[type=checkbox] {
    margin: 4px 5px 0;
}
.slider.slider-horizontal, .input-group {
    width: 100%;
}
input.input-ghost {
    width: 0;
}

#ex1Slider .tooltip.tooltip-main.bs-tooltip-top.show,
#ex3Slider .tooltip.tooltip-main.bs-tooltip-top.show,
#ex4Slider .tooltip.tooltip-main.bs-tooltip-top.show,
#ex5Slider .tooltip.tooltip-main.bs-tooltip-top.show,
#ex6Slider .tooltip.tooltip-main.bs-tooltip-top.show,
#ex7Slider .tooltip.tooltip-main.bs-tooltip-top.show,
#ex8Slider .tooltip.tooltip-main.bs-tooltip-top.show {
    transform: inherit!important;
    font-family: Inter;
    left: inherit!important;
    right: 0;
    font-size: 18px;
}
#ex1Slider .bs-tooltip-top .tooltip-arrow, 
#ex3Slider .bs-tooltip-top .tooltip-arrow,
#ex4Slider .bs-tooltip-top .tooltip-arrow,
#ex5Slider .bs-tooltip-top .tooltip-arrow,
#ex6Slider .bs-tooltip-top .tooltip-arrow,
#ex7Slider .bs-tooltip-top .tooltip-arrow,
#ex8Slider .bs-tooltip-top .tooltip-arrow {
    display: none;
}
#ex1Slider .tooltip-inner,
#ex3Slider .tooltip-inner,
#ex4Slider .tooltip-inner,
#ex5Slider .tooltip-inner,
#ex6Slider .tooltip-inner,
#ex7Slider .tooltip-inner,
#ex8Slider .tooltip-inner {
    background-color: transparent;
    font-family: Inter;
    color: #000;
    font-weight: 900;
    position: relative;
    width: auto;
    padding: 3px;
}
#ex1Slider .tooltip-inner::before {
    position: absolute;
    font-family: Inter;
    content: 'UF';
    left: -25px;
    width: 20px;
    height: 20px;
    top: 3px;
}
#ex3Slider .tooltip.tooltip-main.bs-tooltip-top.show {
    right: 15px;
    font-family: Inter;
}
#ex3Slider .tooltip-inner::after {
    position: absolute;
    font-family: Inter;
    content: '%';
    right: -10px;
    width: 12px;
    height: 20px;
    top: 3px;
}
#ex5Slider .tooltip.tooltip-main.bs-tooltip-top.show {
    right: 35px;
}
#ex6Slider .tooltip.tooltip-main.bs-tooltip-top.show,
#ex7Slider .tooltip.tooltip-main.bs-tooltip-top.show,
#ex8Slider .tooltip.tooltip-main.bs-tooltip-top.show {
    right: 50px;
}

#ex6Slider .tooltip-inner::after,
#ex7Slider .tooltip-inner::after,
#ex8Slider .tooltip-inner::after {
    position: absolute;
    content: '%';
    right: -9px;
    width: 12px;
    height: 20px;
    top: 3px;
}
.bs-tooltip-end  {
    top: 0;
}
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #d5d5d5!important;
}
.slider.slider-horizontal .slider-track {
    height: 4px;
    margin-top: -1px;
}
.slider-selection {
    background: #00a6e1!important;
    height: 4px;
}
.slider-handle {
    background-color: #ffffff!important;
    background-image: none!important;
    -webkit-box-shadow: 1px 1px 8px rgb(91 91 91 / 20%), 2px 2px 8px rgb(0 0 0 / 5%);
    box-shadow: 1px 1px 8px rgb(91 91 91 / 20%), 2px 2px 8px rgb(0 0 0 / 5%);
}
.flx-inline {
    align-items: center;
    display: flex;
    justify-content: space-between!important;
    flex-flow: row nowrap!important;
}
.flx-inline hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 2px solid #e8e8e8;
    width: 100%;
}
span.badge {
    position: absolute;
    right: -28px;
    font-family: sans-serif;
    background-color: #d5d5d5;
    margin-top: -22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.badge2 {
    position: relative;
    right: 0;
    font-family: sans-serif;
    background-color: #d5d5d5;
    margin-top: -18px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
.nextBtn {
    position: absolute;
    right: -110px;
    top: calc(50% - 20px);
    background-color: transparent!important;
    border: none!important;
    transition: all 0.4s ease;
    outline: 0px auto -webkit-focus-ring-color!important;
}
.prevBtn {
    position: absolute;
    left: -110px;
    top: calc(50% - 20px);
    background-color: transparent;
    border: none;
    transition: all 0.4s ease;
}
.nextBtn:hover, .prevBtn:hover {
    background-color: transparent;
    transform: scale(1.2);
}
.stepwizard .btn-default {
    color: #fff;
    transition: all 0.4s ease;
}
.stepwizard .btn-default[disabled] {
    background-color: #ececec;
    border-color: #fff;
    opacity: 1;
    transition: all 0.4s ease;
}
.stepwizard .btn-primary:hover, .stepwizard .btn-primary:focus, .stepwizard .btn-primary.focus, .stepwizard .btn-primary:active, .stepwizard .btn-primary.active,
.stepwizard .btn-default:hover, .stepwizard .btn-default:focus, .stepwizard .btn-default.focus, .stepwizard .btn-default:active, .stepwizard .btn-default.active {
    background-color: #077da7;
    border-color: #ffffff;
}
.nlblk {
    display: inline-block;
    width: 100%;
    border-top: 2px solid #eee;
    margin: 15px 0;
}
.col-miti {
    width: 50%;
    text-align: right;
    font-size: 16px;
    line-height: 18px;
    color: #919090;
}
.col-6 {
    width: 50%!important;
}
.strongLabel {
    color: #000;
    font-weight: 900;
}
#step-3 span.badge {
    right: 0;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #EFEFEF;
}
.bs-tooltip-right .tooltip-arrow:before {
    border-right-color: #EFEFEF!important;
}
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #EFEFEF;
}
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #EFEFEF!important;
}
.tooltip > .tooltip-inner {
    background-color: #EFEFEF;
    color: #8F8F8F;
    padding: 20px;
    width: 250px;
}
.bs-tooltip-top > .tooltip-inner {
    padding: 4px;
    width: 25px;
}
.p-0 {
    padding: 0px!important;
}
.m-0 {
    margin: 0px!important;
}
.mt-1 {
    margin-top: 10px!important;
}
.mb-2 {
    margin-bottom: 20px!important;
}
.stepbystep-min label,
.stepbystep-min p {
    font-weight: 200;
    font-size: 13px;
    margin-bottom: 5px;
}
.stepbystep-min .basicInfo {
    position: relative;
}
.stepbystep-min span.badge {
    right: 0;
}
.stepbystep-min h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #8F8F8F;
}
.stepbystep-min h3 span, .resumen .strong {
    font-weight: 700!important;
    color: #000!important;
}
.stepbystep-min ul {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #8F8F8F;
    padding: 5px 0;
    list-style-type: none;
}
.stepbystep-min li {
    padding: 3px 0;
    display: inline-block;
    width: 49%;
}
.chartContent {
    display: inline-block;
    margin-top: 50px;
}
.chartContent img {
    width: 100%;
}
.no-margin {
    margin: 0;
}
.blue-text {
    color: #3030AF;
    text-decoration: none;
}
.link {
    text-align: center;
    width: 100%;
    display: block;
}
.form-control:focus {
    border-color: #3041b7;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 8%), 0 0 0 rgb(102 175 233 / 60%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 8%), 0 0 0 rgb(102 175 233 / 60%);
}
form.resumen .form-control {
    color: #3041b7;
    padding: 6px 12px 6px 80px;
    z-index: 1;
    position: relative;
    background-color: transparent;
}
form.resumen .form-group {
    position: relative;
    margin-bottom: 12px;
}
form.resumen .form-group label {
    position: absolute;
    width: 80px;
    color: #8f8f8f;
    left: 12px;
    top: 25%;
    z-index: 0;
}
form.resumen .form-control:focus + label {
    color: #3041b7;
}
.min-text {
    font-size: 8px;
    margin: 10px 0;
    display: inline-block;
}
.btn.btn-send {
    background-color: #3030af;
    color: #fff;
    border-radius: 30px;
    width: fit-content;
    margin: 0 auto;
    display: block;
    padding: 12px 30px;
}
.btn.btn-send:hover {
    background-color: #00A6E1;
}
.stepbystep h6 {
    width: 100%;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8F8F8F;
}
.pad5 {
    padding: 5px 0!important;
}
.btn-secondary {
    background-color: #00A6E1;
    border: none;
    border-radius: 50px;
    margin: 20px 0;
    color: #fff;
}
.btn-secondary:hover {
    background-color: #077da7;
    color: #fff;
}
.form-control {
    height: 45px;
    border-radius: 10px;
}
.slider .bs-tooltip-top .tooltip-inner {
    left: inherit!important;
}
#ex2Slider.slider .bs-tooltip-top .tooltip-inner {
    left: -50%!important;
    margin-top: -6px;
}
.slider .tooltip.bs-tooltip-top {
    margin-top: -34px;
}
.accordion-button, .accordion-body {
    padding: 0;
    color: #8f8f8f;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #8f8f8f;
    background-color: transparent;
    border-bottom: solid 1px #ececec;
    padding-bottom: 15px;
}
.accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}

@media screen and (max-width: 650px) {
    .stepwizard {
        position: relative;
    }
    .stepbystep {
        display: inline-block;
    }
    .nextBtn, .prevBtn {
        position: relative;
        right: 30%;
        top: inherit;
        display: block;
        margin: 10px;
        transform: scale(1.2);
    }
    .prevBtn {
        left: 30%;
        right: inherit;
    }
    .stepbystep-min li {
        width: 100%;
    }
}