/* --------------------------------------------------------- general */
.main {
    /* background: #e5f3fc !important; */
    background: #fff !important;
}
.col {
    padding: 0 !important;
}


.section-como-funciona-banner{
    position: relative;
    padding-top: 150px;
    padding-bottom: 75px;
    color: #fff;
    text-align: center;
}
.section-como-funciona-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(80%) blur(0.5px);
    opacity: 0.9;
}


.bg-main{
    background-image: url(../img/bg-angulo-gradient-iii.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0px;
    padding-bottom: 80px;
    background-position: bottom;
}
.box-banner .container {
    position: relative;
    height: 100%; 
    display: flex; 
    justify-content: center; 
    align-items:center;
    text-align: center; 
}
.container-como-funciona{
    padding-top: 80px;
}
.box-banner h1{
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
}
.box-banner h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #fff;
    font-size: 20px;
}

.number-proceso{
    font-family: 'Courier Prime', monospace;
    font-weight: 600;
    letter-spacing: -5px;
    color: #a79580;
    font-size: 140px;
    margin-bottom: -30px;
    margin-left: -10px;
}
.pasos-title {
    font-size: 24px;
}
.contenido-proceso{
    margin-left: 0;
    padding:0;
    display: inline;
}
.hr-uno,
.hr-dos,
.hr-tres,
.hr-cuatro,
.hr-cinco,
.hr-seis,
.hr-siete{
    border-width: 4px;
}
.hr-uno{
   max-width: 30px;
}
.hr-dos{
    max-width: 80px;
}
.hr-tres{
    max-width: 130px;
}
.hr-cuatro{
    max-width: 180px;
}
.hr-cinco{
    max-width: 230px;
}
.hr-seis{
    max-width: 280px;
}
.hr-siete{
    max-width: 320px;
}

.hr-mobile{
    max-width: 250px;
    margin: 0 auto;
    border: 2px solid rgb(193, 193, 193);
}

.contenido-proceso .parrafo{
    font-size: 20px;
}
.btn-registro{
    font-size: 24px;
    background-color: #0c4520;
    border-color: #0c4520;
    padding: 10px 10px;
    color: #fff;
    width: 80%;
    display: block;
    margin: 40px auto 0px;
    transition: 0.5s ease;
}
.btn-registro-center{
    margin: 0px auto !important;
}
.btn-registro:hover{
    background-color: #0c4520;
    border-color: #0c4520;
}
.paso-uno,
.paso-intermedio,
.paso-ultimo{
    padding:30px 10px;
}
.box-paso-img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.box-paso-img img{
    max-width: 90%;
}
.box-cta{
    background-color: #0c4520;
    color: #fff;
    text-align: center;
    padding: 40px;
    height: 300px;
    border-top: 10px solid #a79580;
    border-bottom: 10px solid #a79580;
    position: relative;
    display: flex; 
    align-items:center;
    justify-content: center; 
}
.box-section-three-como-funciona{
    background-color: #0c4520;
    color: #fff;
    text-align: center;
    padding: 40px;
    border-top: 10px solid #a79580;
    border-bottom: 10px solid #a79580;
    position: relative;
    display: flex; 
    align-items:center;
    justify-content: center; 
}
.box-cta h1{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 25px;
}
.btn-cta{
    border: 1px solid #a79580;
    background-color: #0c4520;
    color: #a79580;
    font-size: 22px;
    padding:10px 40px;
    margin-top: 40px;
}
.btn-cta:hover{
    border: 1px solid #fff;
    background-color: #0c4520;
    color:#fff; 
}


@media (min-width: 400px) and (max-width: 575px) { 
    .btn-registro{
        margin: 40px 0 0 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) { 
    .btn-registro{
        margin: 40px 0 0 0;
    }
}

@media (min-width: 768px) {
    .btn-registro{
        width: 41%;
        margin-left: 0;
    } 
    .hr-mobile{
        display:none;
    }
} 

@media (min-width: 768px) and (max-width: 991px) { 
    .number-proceso{
        position: static; 
        float: left; 
        margin-right: 10px;
        font-size: 160px;
        margin-bottom: 150px;
        line-height: 128px;
    }
    .contenido-proceso{
        display: block;
        margin-left: 40px;
    }
    .bg-main{
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px ) and (max-width: 1199px) { 
    .number-proceso{
        position: static; 
        float: left; 
        margin-right: 10px;
        font-size: 160px;
        line-height: 160px;
    }
    .bg-main{
        padding-top: 40px;
        padding-bottom: 80px;
    }
    
}

@media (min-width: 1200px) { 
    .box-banner{
        background-position: 0px -90px;
    }
    .number-proceso{
        font-size: 160px;
        line-height: 128px;
    }
    .row-paso-uno{
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .row-paso-intermedio{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .row-paso-ultimo{
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .container-como-funciona{
        padding-top: 20px;
    }
    .contenido-proceso{
        display: block;
        margin-left: 40px;
    }
    .bg-main{
        padding-top: 10px;
        padding-bottom: 80px;
    }
}






.divider{
    width: 100px;
    height: 5px;
    background-color: #a79580;
    margin: 0 auto;
    margin-bottom: 60px;
}
.info-text-column{
    position: relative;
    margin-bottom: 10px;
    padding: 10px 15px !important;
}
.info-text-column .card-body{
    border: none !important;
    padding: 20px 20px 10px;
}
.col-dividida{
    @media (min-width:768px) and (max-width:991px){
        min-height: 400px;
    }
    @media (min-width:992px) and (max-width:1199px){
        min-height: 290px;
    }
    @media (min-width:1200px) and (max-width:1399px){
        min-height: 240px;
    }
    @media (min-width:1400px){
        min-height: 210px;
    }
}
.unique-col{
    min-height: 160px;
}
.info-text-column .card-header{
    background-color: #d6e8ff;
    background-image: linear-gradient(62deg, #d6e8ff 0%, #f2e7fd 100%);
    border: none !important;
    text-align: center;
}
.info-text-column h5{
    margin-top: 10px;
    font-size: 20px;
    color:#797979;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.info-text-column p{
    font-size: 18px;
    position: relative;
}
.info-text-column a{
    color:#0c4520;
    text-decoration: none;
    font-weight: bold;
    z-index: 999;
}
.info-text-column .card-number{
    position:absolute;
    bottom: -65px;
    right: -20px;
    background-image: linear-gradient(62deg, #d6e8ff 0%, #f2e7fd 100%); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 180px;
    font-weight: 700;
    opacity: 0.5;
    padding: 5px 30px;
    border-radius: 0 0 0 10px;
}




