* {
    font-family: "Poppins", sans-serif;
    font-size: 10px;
}

.text-justify {
    text-align: justify;
}

#formulario-modal .modal-body, #formulario-modal .modal-header{
    background: linear-gradient(90deg, rgba(188, 255, 244, .7) 0%, rgba(240, 255, 180, .7) 100%);
}

#formulario-modal .modal-header{
    border: none;
}

#formulario-modal .modal-header .link {
    color: #010141;
}

#header {
    background-color: #FFFFFF;
}

#header .logo img, #formulario-modal .logo img{
    height: 40px;
}

#formulario-modal .logo a{
    background-color: #FFFFFF;
    padding: 2rem;
    border-radius: 50px;
}

#header .text img {
    height: 15px;
}

#header .text span{
    font-size: .9rem;
    font-weight: 500;
    margin-left: .5rem;
}

/* BANNER */
#carrusel-banner {
    /* height: calc(100vw * 0.5711); */
    aspect-ratio: 1296 / 650;
}

#carrusel-banner .carousel-indicators {
    left: auto;
    bottom: -30px;
    right: -20px;
}

#carrusel-banner .carousel-indicators-dot [data-bs-target] {
    width: .5rem;
    height: .5rem;
    border-radius: 100rem;
    border: 1px solid #001773;
    background-color: #001773;
    opacity: 1;
}

#carrusel-banner .carousel-indicators .active {
    background-color: #FFFFFF;
}

#carrusel-banner .banner-item {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

#carrusel-banner .carousel-item:nth-child(1) .banner-item{
    background-image: 
            linear-gradient(-90deg,rgba(121, 203, 190, 0) 50%, rgba(121, 203, 190, 1) 100%),
            url(./../images/banner-1.jpg);
}

#carrusel-banner .carousel-item:nth-child(1) .content {
    margin-bottom: 1rem;
}

#carrusel-banner .carousel-item:nth-child(2) .banner-item{
    background-image: 
            linear-gradient(-90deg,rgba(1, 1, 65, 0) 50%, rgba(1, 1, 65, 1) 100%),
            url(./../images/banner-2.jpg);
}

#carrusel-banner .carousel-item:nth-child(2) .content {
    margin-bottom: 1.5rem;
}

#carrusel-banner .carousel-item:nth-child(3) .banner-item{
    background-image: 
            linear-gradient(-90deg,rgba(193, 212, 120, 0) 50%, rgba(193, 212, 120, 1) 100%),
            url(./../images/banner-3.jpg);
}

#carrusel-banner .carousel-item:nth-child(3) .content {
    margin-bottom: 3rem;
}

#carrusel-banner h2 {
    font-family: "Signika", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
}

#carrusel-banner .carousel-item:nth-child(1) h2,
#carrusel-banner .carousel-item:nth-child(3) h2 {
    text-shadow:
            0 2px 0 rgba(1, 1, 65, 1),
            -2px 2px 0 rgba(1, 1, 65, 1),
            0 -2px 0 rgba(1, 1, 65, 1),
            -2px -2px 0 rgba(1, 1, 65, 1);
}

#carrusel-banner .carousel-item:nth-child(2) h2 {
    text-shadow:
            0 2px 0 rgba(193, 212, 120, 1),
            0 2px 0 rgba(193, 212, 120, 1),
            0 -2px 0 rgba(193, 212, 120, 1),
            -2px 0 0 rgba(193, 212, 120, 1);
}

#carrusel-banner p {
    line-height: 1.2rem;
}

#carrusel-banner p span{
    color: #010141;
    background-color: #D9D9D9;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .7rem;
}

#formulario-banner, #footer-form .formulario {
    background: linear-gradient(90deg, rgba(188, 255, 244, .7) 0%, rgba(240, 255, 180, .7) 100%);
    margin-top: 4rem;
    padding: 3rem 0;
}

.form {
    width: 100%;
    border: 1px solid #8EA925;
    padding: 2rem;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    min-height: 500px;
}

.title-form {
    font-size: 1.3rem !important;
    font-weight: 500;
    margin-top: 3rem !important;
    margin-bottom: 4rem !important;
}

.form .step {
    display: none;
}

.form .step.active {
    display: block;
}

.form img {
    height: 70px;
}

.form .step-3 .image-pri {
    height: 120px !important;
}

.form .step-3 .foot img {
    height: 40px;
}

.form .step-3 .foot span {
    font-size: .9rem;
    font-weight: 600;
    margin-top: .5rem;
}

.form .btn-1, .form .btn-2 {
    padding: 3px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #8EA925;
    color: #8EA925;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
}

.form .step-2 .btn-1 {
    border: 1px solid #010141 !important;
    color: #010141 !important;
}

.form .btn-1 {
    margin-right: 3rem;
    position: relative;
}

.form .btn-1:after {
    content: "";
    width: 3.1rem;
    border: 1.5px solid #8EA925;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);    
}

.form .step-2 .btn-1:after {
    border: 1.5px solid #010141 !important;
}

.form .form-main {
    color: #010141;
}

.form .form-main h3 {
    font-weight: 600;
    font-size: 1.1rem;
}

.form .step-3 h2, .form .step-3 h2 span {
    font-weight: 600;
    font-size: 1.7rem !important;
}

.form .input-group img, .form .beneff img{
    width: 20px;
    height: 20px;
}

.form .input-group {
    border: 1px solid #010141;
    border-radius: 10px;
}

.input-group-text {
    padding: .7rem 1.2rem;
    color: #8EA925;
    background-color: #FFFFFF;
    border: none;
    border-radius: inherit;
}

.form .input-group .form-control, .form .input-group .form-select, .form .content-registros-publicos {
    color: #010141;
    padding: .7rem;
    background-color: #FFFFFF;
    border: none;
    border-radius: inherit;
    font-size: 1rem;
}

.form .content-registros-publicos *{
    font-size: 1rem;
}

.form .beneff span{
    font-size: .95rem;
}

.form .beneff li:first-child span{
    font-weight: 600;
}

.form .input-group .form-control::placeholder, .select-placeholder {
    color: #8EA925 !important;
}

.form .input-group .form-select option {
    color: #010141;
}

.form .btn-siguiente {
    background-color: #010141;
    border-radius: 30px;
    padding: .5rem 2rem;
    transition: all .5s ease;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .25);
}

.form .btn-siguiente:hover {
    background-color: #C1D478;
    color: #010141 !important;
}

.form .btn-atras {
    color: #8EA925;
    border-radius: 30px;
    padding: .5rem 1.5rem;
    border: none !important;
}

.form .btn-atras:active,
.form .btn-atras:focus {
    color: #8EA925 !important;
    border: none !important;
}

.section-terminos-form *{
    font-size: .7rem;
}

.section-terminos-form a {
    color: inherit;
}

.h2-subtitle {
    font-size: 2.1rem;
    font-weight: 700;
    color: #010141;
    font-family: "Signika", sans-serif;
}

.p-subtitle {
    font-size: 2rem;
    font-weight: 600;
    color: #010141;
    padding: 1rem 2rem;
    margin-top: 1rem;
}

#requisitos {
    padding: 4rem 0;
    background-color: #F2F3F7;
}

#requisitos #cards-requisitos .card {
    border-radius: 10px;
    min-height: 500;
    background-color: #FFFFFF;
    width: 100%;
}

#requisitos #cards-requisitos .card .imagen {
    max-height: 170px;
}

.w-60 {
    width: 60%;
}

#requisitos #cards-requisitos .card .flag {
    font-family: "Signika", sans-serif;
    color: #79cbbe;
    font-weight: 700;
    background-color: #F4F2F2;
    border-radius: 5px;
    padding: .2rem .5rem;
}

#requisitos #cards-requisitos .card .flag.flag-calificacion {
    color: #9EB252;
}

.cards-planes .card{
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 6px 4px 0 rgba(0, 0, 0, .25);
    width: 100%;
}

.cards-planes .card-header {
    border: none;
    padding: 1rem 1rem 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.cards-planes .item-plan-1 .card-header{
    background-color: rgba(193, 212, 120, .5);
}

.cards-planes .item-plan-2 .card-header{
    background-color: rgb(1, 1, 65);
}

.cards-planes .item-plan-3 .card-header{
    background-color: rgb(121, 203, 190, .6);
}

.cards-planes .card-header img {
    height: 80px;
}

.cards-planes .card-header .text-amount, .cards-planes .card-header h3 .amount, .cards-planes .card-header h3 .soles{
    font-family: "Signika", sans-serif;
    font-weight: 700;
}

.cards-planes .card-header .text-amount {
    font-size: 1.5rem;
}

.cards-planes .card-header h3 .amount {
    font-size: 3.2rem;
}

.cards-planes .card-header h3 .soles {
    font-size: 2rem;
    margin-right: .5rem;
}

.cards-planes .item-plan-1 .card-header, .cards-planes .item-plan-3 .card-header{
    color: #010141;
}

.cards-planes .item-plan-1 .card-header .barra, .cards-planes .item-plan-3 .card-header .barra {
    width: 50%;
    height: 4px;
    background-color: #010141;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.cards-planes .item-plan-2 .card-header{
    color: #FFFFFF;
}

.cards-planes .item-plan-2 .card-header .barra {
    width: 50%;
    height: 4px;
    background-color: #FFFFFF;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.cards-planes .card-body {
    color: #010141;
}

.cards-planes .card-body .calendar img {
    height: 80px;
}

.cards-planes .card-body .calendar .cuotas {
    font-size: 1.5rem;
    font-family: "Signika", sans-serif;
    font-weight: 700;
    margin-left: 1rem;
}

.cards-planes .card-body .interes .porcentaje{
    font-size: 3rem;
    font-family: "Signika", sans-serif;
    font-weight: 700;
}

.cards-planes .card-body .text{
    font-size: 1.2rem;
    padding-left: 1rem;
}

.cards-planes .card-body .beneficios img {
    height: 30px;
}

.cards-planes .card-body .btn-cta{
    padding: .8rem;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 10px;
}

.cards-planes .item-plan-1 .card-body .btn-cta{
    background-color: rgb(193, 212, 120);
    color: #010141;
}

.cards-planes .item-plan-2 .card-body .btn-cta{
    background-color: #010141;
    color: #FFFFFF;
}

.cards-planes .item-plan-3 .card-body .btn-cta{
    background-color: #79CBBE;
    color: #010141;
}

.h3-subtitle {
    color: #010141;
    font-size: 1.5rem;
    width: 80%;
    font-weight: 400;
    line-height: 2rem;
}

.splide__pagination {
    bottom: -3rem;
}

.splide__pagination__page {
    border: 1px solid #010141;
    background-color: #010141;
    width: 10px;
    height: 10px;
    margin: 5px;
    opacity: 1;
}

.splide__slide {
    display: flex;
}

.splide__pagination__page.is-active {
    background-color: transparent;
}

#capital-slogan {
    background-color: #010141;
    color: #FFFFFF;
}

#capital-slogan .slogan span{
    background-color: #C1D478;
    color: #010141;
    padding: .5rem .8rem;
    border-radius: 8px;
    font-size: 1.2rem;
}

#capital-slogan .slogan h3 {
    font-size: 2.1rem;
    margin-top: 1.5rem;
}

#capital-slogan .image {
    position: absolute;
    right: 40px;
    top: -60px;
}

#capital-slogan img {
    height: 80px;
}

#footer-form {
    background-color: #FFFFFF;
}

#footer-form .nuestros-beneficios span{
    font-size: 1.6rem;
    color: #010141;
    font-weight: 500;
}

#footer-form .nuestros-beneficios img{
    height: 50px;
    margin-right: 3rem;
}

#footer-form .formulario{
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#footer-form .formulario form {
    transform: translateY(-10rem);
    margin-bottom: -8rem !important;
}

footer {
    background-color: #F5F5F5;
}

footer .logo img {
    height: 70px;
}

footer .redes img {
    height: 30px;
}

@media (min-width: 350px) {
    * {
        font-size: 12px;
    }

    #header .logo img, #formulario-modal .logo img{
        height: 50px;
    }
    
    #header .text img {
        height: 20px;
    }

    #requisitos #cards-requisitos .card {        
        min-height: 600;
    }

    .form {
        padding: 1.5rem;
        min-height: 573px;
    }
}

@media (min-width: 400px) {
    #banner h2 {
        font-size: 2.5rem;
    }

    #banner p span{
        font-size: .8rem;
    }

    .form {
        padding: 2rem 3rem 3rem;
        min-height: 580px;
    }
}

@media (min-width: 480px) {
    #banner h2 {
        font-size: 2.8rem;
    }

    #banner p {
        line-height: 1.4rem;
    }

    .title-form {
        line-height: inherit !important;
    }

    #banner p span{
        font-size: .9rem;
    }
}

@media (min-width: 510px) {
    #banner h2 {
        font-size: 3.3rem;
    }

    .w-510-40 {
        width: 40% !important;
    }
}

@media (min-width: 576px) { /* tablet */

    #header .text img {
        height: 25px;
    }

    #banner .banner-item {
        border-radius: 20px;
    }

    #banner h2 {
        font-size: 3.5rem;
    }

    #banner p span{
        font-size: 1rem;
    }

    #banner p {
        line-height: 1.5rem;
    }

    #banner .carousel-item:nth-child(1) .content {
        margin-bottom: 2rem;
    }

    #banner .carousel-item:nth-child(2) .content {
        margin-bottom: 3rem;
    }

    #banner .carousel-item:nth-child(3) .content {
        margin-bottom: 3rem;
    }

    #banner .carousel-indicators {
        bottom: -50px;
        left: 0;
    }

    #banner .carousel-indicators-dot [data-bs-target] {
        width: .6rem;
        height: .6rem;
        border: 2px solid #001773;
    }

    #banner .carousel-item:nth-child(1) h2,
    #banner .carousel-item:nth-child(3) h2 {
        text-shadow:
                0 4px 0 rgba(1, 1, 65, 1),
                -2px 4px 0 rgba(1, 1, 65, 1),
                0 -2px 0 rgba(1, 1, 65, 1),
                -2px -2px 0 rgba(1, 1, 65, 1);
    }

    #banner .carousel-item:nth-child(2) h2 {
        text-shadow:
                0 4px 0 rgba(193, 212, 120, 1),
                -2px 4px 0 rgba(193, 212, 120, 1),
                0 -2px 0 rgba(193, 212, 120, 1),
                -2px -2px 0 rgba(193, 212, 120, 1);
    }

    .form {
        max-width: 320px;
    }

    .h3-subtitle {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    
    .cards-planes .card-header img {
        height: 80px;
    }

    .cards-planes .card-header .text-amount {
        font-size: 1.2rem;
    }
    
    .cards-planes .card-header h3 .amount {
        font-size: 2.3rem;
    }
    
    .cards-planes .card-header h3 .soles {
        font-size: 1.5rem;
        margin-right: .2rem;
    }

    .cards-planes .card-body .calendar img {
        height: 60px;
    }
    
    .cards-planes .card-body .calendar .cuotas {
        font-size: 1.3rem;
    }
    
    .cards-planes .card-body .interes .porcentaje{
        font-size: 2.5rem;
    }
    
    .cards-planes .card-body .text{
        font-size: 1.1rem;
    }

    #capital-slogan .slogan span{
        font-size: 1.3rem;
    }
    
    #capital-slogan .slogan h3 {
        font-size: 1.8rem;
    }
    
    #capital-slogan .image {
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(-5rem);
        margin-bottom: -6rem;
    }
    
    #capital-slogan img {
        height: 118px;
    }

    #footer-form .nuestros-beneficios span{
        font-size: 1.3rem;
    }
    
    #footer-form .nuestros-beneficios img{
        height: 40px;
        margin-right: 1.5rem;
    }
}

@media (min-width: 768px) { /* laptop */
    #header .logo img, #formulario-modal .logo img{
        height: 50px;
    }

    #header .logo {
        position: absolute;
        background-color: #FFFFFF;
        top: 120%;
        z-index: 100;
        right: 1rem;
        width: auto;
        border-radius: 50px;
    }

    #header .text span{
        font-size: 1.1rem;
    }

    #banner {
        position: relative;
    }

    #banner #carrusel-banner {
        margin-left: 10rem;
        aspect-ratio: 1296 / 750;
    }

    #formulario-banner {
        position: absolute;
        top: 0;
        bottom: 0;
        background: transparent;
        margin-top: 0;
        padding: 0 1rem;
    }

    .form {
        padding: 1rem 2rem 2rem;
        min-height: 500px;
        max-width: 295px;
    }

    .form img {
        height: 50px;
    }

    .form .step-3 .image-pri {
        height: 90px !important;
    }

    .form .step-3 .foot img {
        height: 30px;
    }
    
    .form .btn-1, .form .btn-2 {
        padding: 2px;
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
    }
    
    .form .btn-1 {
        margin-right: 2rem;
    }
    
    .form .btn-1:after {
        content: "";
        width: 2.1rem;  
    }

    .form p {
        line-height: inherit !important;
        font-size: 1rem;
    }

    .form .form-main h3 {
        font-size: 1rem;
    }

    .form .step-3 h2, .form .step-3 h2 span {
        font-size: 1.5rem !important;
    }
    
    .form .input-group img, .form .beneff img {
        width: 15px;
        height: 15px;
    }
    
    .form .input-group {
        border-radius: 8px;
    }
    
    .input-group-text {
        padding: .45rem 1rem;
    }
    
    .form .input-group .form-control, .form .input-group .form-select, .form .content-registros-publicos {
        padding: .45rem;
        font-size: .9rem;
    }

    .form .content-registros-publicos *{
        font-size: .9rem;
    }
    
    .form .btn-siguiente {
        border-radius: 20px;
        padding: .2rem 2rem;
    }

    .btn-atras {
        border-radius: 20px;
        padding: .2rem 1.5rem;
    }

    #banner h2 {
        font-size: 4rem;
    }

    #banner p {
        line-height: 2rem;
    }

    #banner p span{
        font-size: 1.2rem;
    }

    #banner .carousel-item:nth-child(1) .content {
        margin-bottom: 3rem;
    }

    #banner .carousel-item:nth-child(2) .content {
        margin-bottom: 5rem;
    }

    #banner .carousel-item:nth-child(3) .content {
        margin-bottom: 6rem;
    }

    #banner .carousel-indicators {
        left: auto;
        bottom: -50px;
        right: -30px;
    }

    #banner .carousel-indicators-dot [data-bs-target] {
        width: 1rem;
        height: 1rem;
    }

    #banner .content {
        margin-left: 13rem;
    }

    #requisitos {
        margin-top: 15rem;
        border-radius: 50px;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .cards-planes {
        margin-top: 8rem !important;
    }
    
    .item-plan-2 {
        transform: translateY(-7rem);
    }

    #footer-form .nuestros-beneficios span{
        font-size: 1.6rem;
    }

    #footer-form .formulario {
        background: transparent;
        margin-top: 0;
        padding: 0 1rem;
    }

    #footer-form .formulario form {
        transform: translateY(0);
        margin-bottom: 0 !important;
    }

    .p-subtitle {
        margin-top: 2rem;
    }

    #seccion-fija {
        display: block !important;
        position: fixed;
        bottom: 0;
        right: 2rem;
        background: transparent;
        text-align: center;
        padding: 1rem;
        z-index: 300;
    }

    #seccion-fija img {
        height: 100px;
    }
}

@media (min-width: 800px) {
    #requisitos {
        margin-top: 10rem;
    }
}

@media (min-width: 900px) {
    #requisitos {
        margin-top: 6rem;
    }
}

@media (min-width: 992px) {
    * {
        font-size: 13px;
    }
    /* #banner #carrusel-banner {
        margin-left: 10rem;
        aspect-ratio: 1296 / 750;
    } */

    #header .logo {        
        top: 130%;
        right: 5rem;
    }
    
    #banner h2 {
        font-size: 3.5rem;
    }

    #banner p {
        line-height: 2rem;
    }

    #banner p span{
        font-size: 1.2rem;
    }

    #seccion-fija img {
        height: 120px;
    }

    .form {
        padding: 2rem 3rem 3rem;
        max-width: 345.5px;
        min-height: 550px;
    }

    #requisitos {
        margin-top: 9rem;
    }

    #banner .content {
        margin-left: 15rem;
    }
}

@media (min-width: 1200px) {
    #banner #carrusel-banner {
        margin-left: 15rem;
    }

    #banner h2 {
        font-size: 4.2rem;
    }

    #banner .content {
        margin-left: 12rem;
    }

    .form {
        min-height: 612px;
    }

    .form img {
        height: 70px;
    }

    .form .step-3 .image-pri {
        height: 120px !important;
    }
    
    .form .btn-1, .form .btn-2 {
        padding: 3px;
        width: 40px;
        height: 40px;        
        font-size: 1.7rem;
    }
    
    .form .btn-1 {
        margin-right: 3rem;
    }
    
    .form .btn-1:after {       
        width: 3.1rem;
    }
    
    .form .form-main h3 {
        font-size: 1.1rem;
    }

    .form .step-3 h2, .form .step-3 h2 span {
        font-size: 1.7rem !important;
    }
    
    .form .input-group img, .form .beneff img {
        width: 20px;
        height: 20px;
    }
    
    .form .input-group {
        border-radius: 10px;
    }
    
    .input-group-text {
        padding: .7rem 1.2rem;
    }
    
    .form .input-group .form-control, .form .input-group .form-select, .form .content-registros-publicos {
        padding: .7rem;
        font-size: 1rem;
    }

    .form .content-registros-publicos *{
        font-size: 1rem;
    }
    
    .form .btn-siguiente {
        border-radius: 30px;
        padding: .5rem 2rem;
    }

    .btn-atras {
        border-radius: 30px;
        padding: .5rem 1.5rem;
    }

    .w-50 {
        width: 50% !important;
    }

    .h2-subtitle {
        font-size: 3rem;        
    }

    .cards-planes .card-header img {
        height: 100px;
    }

    .cards-planes .card-header .text-amount {
        font-size: 1.5rem;
    }
    
    .cards-planes .card-header h3 .amount {
        font-size: 3.4rem;
    }
    
    .cards-planes .card-header h3 .soles {
        font-size: rem;
        margin-right: 1rem;
    }

    .cards-planes .card-body .calendar img {
        height: 80px;
    }
    
    .cards-planes .card-body .calendar .cuotas {
        font-size: 1.5rem;
    }
    
    .cards-planes .card-body .interes .porcentaje{
        font-size: 3rem;
    }
    
    .cards-planes .card-body .text{
        font-size: 1.2rem;
    }

    .p-large {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    #acceder-prestamo {
        margin-top: 7rem !important;
    }

    #footer-form .nuestros-beneficios span{
        font-size: 1.9rem;
    }

    #seccion-fija img {
        height: 130px;
    }
}

@media (min-width: 1400px) {
    /* #banner #carrusel-banner {
        margin-left: 25rem;
        margin-right: 5rem;
    } */

    #banner #carrusel-banner {
        margin-left: 15rem;
        aspect-ratio: 1296 / 700;
    }

    #footer-form .nuestros-beneficios span{
        font-size: 2rem;
    }

    #seccion-fija img {
        height: 140px;
    }

    #requisitos {
        margin-top: 6rem;
    }
}

@media (min-width: 2000px) {}
.text-blue{
    color: #010141 !important;
}
.btnmodal{
    background-color: #C1D478;
    color: #010141 !important;
}
.modal-dialog-scrollable li{
    list-style: none !important;
}
