#prestamo {
    background: linear-gradient(0deg, rgba(15, 207, 125, 0) 10%, #37D793 90%);
    padding-top: 7rem;
}


.beneficios hr {
    color: var(--secondary-color) !important;
    width: 250px !important;
    border: none !important;
    height: 2px !important;
    background-color: var(--secondary-color) !important;
}

#amount-input {
    text-align: center;
}

body {
    margin: 0px;
}

section {
    padding-top: 90px;
}

main h1 {
    font-size: 5rem;
}

h2 {
    font-weight: bold;

    margin: 10px 0;
}

.extra {
    font-weight: bold;
    font-size: 1.3rem;
    transform: translateX(-45px);
}

/*MAIN*/
main ul {
    transform: translateX(50px);
}

main .fila {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

main span {
    color: var(--secondary-color);
    font-weight: bold;
    font-family: inherit;
}

main li {
}

/* main {
    background: url(../resources/index/dprestamos.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-position: initial 100%;
    background-size: cover;
} */

main select {
    background-color: white;
    outline: none;
}

main .fila {
    min-height: 500px !important;
    background: linear-gradient(to left,
            rgba(11, 162, 99, 0),
            rgba(11, 162, 99, 0.25));
    width: 100%;
}

#header-title {
    margin: 0 20px;
}

section h1{
    line-height: 2.5rem;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    color: #28336b;
    font-weight: 700;
}

.columna-sim {
    background-color: #E8E8E8;
    color: #28336b;
    border-radius: 30px;
    padding: 10px;
    max-width: 400px !important;
}

#regForm {
    padding-bottom: 1rem !important;
}

.columna-sim h2,
.columna-sim h5 {
    text-align: center;
}

.columna-sim h5 {
    margin-bottom: 10px;
}

.sim {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}

.sim-param>* {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sim-param {
    font-size: 1rem;
}

.sim-param>select {
    border-radius: .25em;
}

.sim .amount {
    border-radius: 20px;
    display: grid;
    padding: 10px;
}

.amount {
    border-radius: 1em !important;
}

.sim .amount button {
    background-color: #0ece7d;
    color: white;
    border: #0ece7d;
    border-radius: .35em;
    padding: 5px;
    width: 160px;
    margin: auto;
}

.amount-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.amount-box>i {
    color: #0ece7d;
    margin-bottom: 30px;
    transform: translateY(15px);
    cursor: pointer;
}

.amount-box>i:hover {
    color: #28336b;
}

#amount-input {
    border-color: #28336b;
    color: #28336b;
    outline: none;
}

/*SECTION*/
section h2 {
    color: #28336b;
}

section hr {
    color: #0ece7d;
    max-width: 450px;
}

section .title {
    width: 40%;
    min-width: 300px;
    align-content: center;
    margin: auto;
}

.title h2 {
    text-align: center;
    width: max-content;
    margin: auto;
}


/*SECTION 1*/
#section1_mobile {
    padding-top: 6rem;
}

.pasos {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    color: #28336b;
    gap: 60px;
    margin: auto;
    justify-content: center;
}

.pasos p {
    color: #28336b;
    text-align: center;
    /* width: 70%; */
    align-self: flex-end;
    /* margin-right: 20px; */
    margin: 10px 10px 35px 10px;
    padding: 0 10px;
    line-height: 1.2rem;
}

.card-paso {
    align-items: center;
    /* background-color: #F2F2F2; */
    /* border-radius: 10px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 300px;
    min-width: 200px;
    max-width: 300px;
    /* box-shadow: 5px 10px 18px #888888; */
}

.card-paso i {
    margin-right: 10px;
    margin-top: 10px;
}

.card-paso h1 {
    /* margin-top: 20px; */
    margin-bottom: 0px;
    /* margin-left: 20px; */
}

.card-paso>.fila {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#section1 {
    background-color: #f8f8f9;
    padding-bottom: 90px;
}

#section1 .custom-container {
    width: 95%;
    margin: auto;
}

.card-paso>.imagen {
    width: 100%;
}

.imagen-card {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*SECTION 2*/
#section_beneficios {
    padding: 2rem 0;
}

#content-beneficios {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: #28336b;
    align-items: center;
}

.item-beneficios {
    border-radius: 20px;
    background-color: #E8E8E8;
    position: relative;
    height: 250px;
    width: 250px;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.item-beneficios > div {
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 1rem;
}

.item-beneficios .capa {
    position: absolute;
    top: -111px;
    right: -60px;
    width: 414px;
    height: 414px;
    border-radius: 50%;
    justify-content: flex-start;
    transition: all .3s ease;
}

.item-beneficios:hover .capa {
    top: -350px;
    right: 90px;
}

#benef1 .capa, #benef4 .capa{
    background-color: #37D793;
    color: #28326A;
}

#benef2 .capa, #benef3 .capa{
    background-color: #28326A;
    color: #37D793;
}

.item-beneficios h3{
    font-weight: 700;
    margin: 0 0 3rem 6rem;
}

.item-beneficios p {
    font-size: 1.2rem;
    line-height: 1.3rem;
}

/* ACCEDE SECTION */
#accede {
    background-color: #0FCF7D;
    padding: 2rem 1rem;
    text-align: center;
}

.btn-accede {
    background-color: #28326A;
    color: white;
    padding: .5rem 3rem;
    font-weight: 700;
    border-color: #28326A;
}

.btn-accede:hover, .btn-accede:active, .btn-accede:focus {
    background-color: transparent;
    border-color: #28326A;
    color: white;
}

/*SECTION 3*/
#section_requisitos {
    color: #28336b;
}

#section_requisitos h1 {
    margin-bottom: 1rem;
}

#section_requisitos p {
    text-align: center;
    line-height: 1.2rem;
    font-size: .9rem;
}

#requisitos-accordion .accordion-item {
    margin-bottom: 1rem;
    background-color: #E8E8E8;
    border-radius: 10px;
}

#requisitos-accordion .accordion-body {
    color: #28336b;
}

#requisitos-accordion .accordion-body::before {
    content: "";
    display: block;
    margin: -1rem 0 1rem 0;
    height: 1px;
    width: 100%;
    background-color: #28326A;
}

#requisitos-accordion {
    margin-top: 2rem;
}

#requisitos-accordion li {
    font-size: 1rem;
    line-height: 1.2rem;
}

#requisitos-accordion .accordion-button, #requisitos-accordion .accordion-button:not(.collapsed) {
    background-color: #E8E8E8 !important;
    border-radius: 10px !important;
    box-shadow: initial !important;
    color: #28336b !important;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1.2rem;
}

#requisitos-accordion .accordion-button::after {
    background-image: url(../resources/prestamos/arrow.svg);
    background-color: #0FCF7D;
    border-radius: 50%;
    transform: rotate(90deg);
    padding: 15px;
    width: 40px;
    height: 40px;
    background-position: 50%;
}

img.imagen_requisitos {
    width: 80%;
    height: auto;
    margin: 2rem auto;
}

#requisitos-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.requisitos {
    display: flex;
    /*background-color: #e7faf2;*/
    margin: auto;
    border-radius: 40px;
    width: 80%;
    max-width: 1200px;
    justify-content: space-between;
}

.requisitos h3 {
    color: #0ece7d;
    font-size: 2rem;
}

.requisitos h1 {
    color: #0ece7d;
    font-size: 2rem;
}

.separador-vertical {
    color: #0ece7d;
    border-width: 2px;
    max-width: 2px;
    min-height: 300px;
    margin-top: auto;
    margin-bottom: auto;
}

.requisitos .columna {
    margin: 20px 40px;
    /* align-self: center; */
}

.requisitos ul {
    padding-left: 2rem;
}

.requisitos li {
    list-style-type: none;
    color: #28336b;
    margin: 20px 0;
    display: flex;
}

.req-propiedad li::before {
    content: '\f111';
    font-family: FontAwesome;
    color: #28336b;
    margin-right: 8px;
    font-size: 0.3rem;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}

.req-solicitante li::after {
    content: '\f111' !important;
    font-family: FontAwesome;
    color: #28336b;
    margin-left: 8px;
    font-size: 0.3rem;
    height: fit-content;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
}

#iconoplay {
    align-items: center;
    padding-right: 0.2rem;
    color: #0ece7d;
    font-size: 10px;
    margin-top: 1rem;

}

#iconoplay li::after {
    content: '\f04b';
    font-family: FontAwesome;
    color: #28336b;
    margin-right: 8px;
    font-size: 0.3rem;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}

.req-solicitante {
    text-align: right;
}

.req-solicitante ul {
    text-align: right;
}

.sol-req {
    text-align: right !important;
    justify-content: end;
}

.second {
    margin-left: 20px;
}


#step-by-step {
    max-height: 100%;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 2rem !important;
}

.benef-ul {
    list-style: none;
}

.benef-li {
    color: var(--secondary-color);
}

.benef-li::before {
    content: '';
    font-family: FontAwesome;
}

@media (max-width:1310px) {
    main h1 {
        font-size: 3rem;
    }

    .extra {
        transform: translateX(0);
    }

    .requisitos h3 {
        font-size: 1.75rem;
    }
}

.card-paso {
    margin-top: 20px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 950px) {
    main .fila {
        background: transparent;
    }

    #step-by-step {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }

    h1 {
        text-align: center;
    }

    main ul {
        display: none;
    }

    main .fila {
        display: block;
        max-height: 300vh;
    }

    .columna-sim {
        margin-left: 10px;
        ;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .beneficios {
        min-width: 0px;
        margin: auto;
        margin-bottom: 100px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        color: #28336b;
    }

    .beneficios>div {
        width: 550px;
        margin: auto;
        border-radius: 10px;
    }

    /* .benef-left, .benef-right {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        text-align: center;
        transform: translateY(0);
        border-radius: 10px;
    }*/
    .painted {
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .benef-right.painted,
    .benef-left.painted {
        border-radius: 10px;
    }

    .pasos {
        display: flow-root;
    }

    /*
    .painted, .requisitos, .card-paso {
        border: solid #0ece7d;
        border-width: 1px;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
    }
    */
    .benef-left *,
    .benef-right * {
        font-size: 1rem;
    }

    .benef-left h3,
    .benef-right h3 {
        font-size: 1.5rem;
    }

    #header-title {
        text-align: center;
    }

    .second {
        margin-left: 0;

    }

    .navigation {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width:600px) {

    .amount-box>i {
        font-size: 32px;
    }

    .benef-left *,
    .benef-right * {
        font-size: 0.9rem;
    }

    .benef-left h3,
    .benef-right h3 {
        font-size: 1.2rem;
    }

    #step-by-step {
        min-width: 0px;
    }

    .vr {
        display: none;
    }

    .sim .amount button {
        border-radius: .5em;
        width: 85%;
        height: 50px;
        font-size: 18px;
        font-weight: 600;
    }

    .amount-box {
        margin-bottom: 16px !important;
    }

    .beneficios>div {
        width: 80%;
        margin: auto;
        border-radius: 10px;
    }

    .benef-right,
    .benef-left {
        padding: 10px 15px;
    }

    main {
        min-height: auto;
        height: auto;
    }

    main .fila {
        display: flow-root;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    #header-title {
        margin: auto;
        color: var(--secondary-color);
        padding-bottom: 20px;
    }

    .columna-sim {

        z-index: 2;
        position: relative;
        margin-right: 0;
        margin-bottom: 50px;
        margin-left: 0px;
        display: flow-root;
    }

    .requisitos {
        display: flow-root;
    }

    .sim {
        display: flow-root;
    }

    .sim-param {
        margin: 0 auto;
        width: 100%;
        margin-top: 5px;
    }

    .sim .amount {
        border: none;
    }

    #seciton1 {
        margin-top: 500px !important;
    }

    main label {
        text-align: center;
    }

}

.beneficios .separator {
    border-color: #0ece7d !important;
    width: 250px !important;
    border: none !important;
    height: 2px !important;
    background-color: #0ece7d !important;
}

.beneficios .benef-right .separator {
    margin-left: auto;
    margin-right: 0%;
    border-color: #0ece7d !important;
    width: 250px !important;
    border: none !important;
    height: 2px !important;
    background-color: var(--main-color) !important;
}

#step-by-step {
    max-height: 100%;
    overflow: hidden;
}

form input:focus {
    border-color: #0ece7d;
    border-width: 1px;
    ;
    box-shadow: none;
}


#select2-distrito-container {
    color: var(--secondary-color);
    /* border-color: var(--main-color); */
    border: solid var(--main-color);
    border-radius: 5px;
    min-height: 35px;
    line-height: 32px;
    font-weight: 300;
}

.select2-results li:hover {
    background-color: var(--main-color-background);
    color: var(--main-color);
    font-size: 1.015rem;
    transition: all 0.1s ease-in;
}

.select2-results ul {
    overflow-y: scroll;
    scroll-snap-align: start;
    max-height: 159px;
}

.select2-results li {
    scroll-snap-type: y mandatory;
}

.select2-dropdown--below {
    width: 200px;
    border-color: var(--main-color);
    border-width: 3px;
}

#garantia {
    margin-top: 12px;
}

#regForm>div.tab.tab-active>div {
    padding: 0 0 11px 0;
}

h4 {
    color: var(--secondary-color);
    font-size: 1rem;
    margin-bottom: 30px;

}

.sending-info {
    background-color: #6c6c6c !important;
}

@media (min-width:750px) {
    #imagenchica {
        max-width: 350px !important;
    }
}

.carousel-control-prev, .carousel-control-next, .icon-control-prev:hover, .icon-control-prev:active, .icon-control:active, .icon-control:hover {
    color: #0ece7d;
}

.custom-navigator {
    background-color: #0ece7d !important;
}

.icon-control:active, .icon-control:hover {
    color: #0ece7d !important;
}

@media only screen and (min-width: 0px) and (max-width: 760px) {
            
    .title h2 {
        width: auto;
    }

    /* .card-paso {
        box-shadow: -1px 10px 3px rgb(0 0 0 / 10%);
    } */

    .paso-texto {
        padding: 0 20px;
        text-align: center;
    }

    .carousel-inner {
        height: 420px !important;
    }

    .requisitos {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #step-by-step{
        margin: 0 auto;
    }

    #header-title {
        max-width: 100%;
        text-align: left;
    }
    
    #prestamo h1 {
        text-align: center;
        line-height: 2.2rem;
        font-size: 2.2rem;
        max-width: 90%;
        margin: 0 auto;
    }
    
    #prestamo {
        background: url('./../resources/prestamos/banner.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        padding-top: 6rem;
        padding-bottom: 6rem;
        margin-bottom: 0;
    }

    #prestamo p {
        font-weight: 500;
        font-size: 1.1rem;
        text-align: center;
        max-width: 90%;
        margin: 2rem auto;
    }

    #section1 {
        background-color: transparent;
        padding-bottom: 90px;
        padding: 2rem 0;
    }

    #section1 p {
        color: #28336b;
        font-size: 1rem;
    }

    #section1 .title h1 {
        margin-bottom: 0;
    }

    section .title {
        width: 100%;
        min-width: 100%;
    }

    section .title h1, .card-paso h1 {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .card-paso {
        margin-top: 0;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        flex-direction: row;
        background-color: #E8E8E8;
        border-radius: 15px;
        overflow: hidden;
        align-items: initial;
    }

    .card-paso .imagen{
        width: 40%;
        background-color: rgba(55, 215, 147, .3);
        border-top-right-radius: 120px;
        border-bottom-right-radius: 120px;
    }

    .card-paso .text {
        padding: 2rem 0;
    }

    .card-paso h1, .card-paso p {
        text-align: left;
        padding: 0 1rem;
    }

    .imagen-card {
        width: 70%;
    }

    .card-paso p {
        line-height: 1.2rem;
        margin-top: 1rem;
    }

    .item-beneficios h3 {
        margin: 0 0 4rem 7rem;
    }

    #content-beneficios {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .item-beneficios{
        width: 160px;
        height: 160px;
    }

    .item-beneficios h3 {
        font-size: 1.2rem;
    }

    .item-beneficios p {
        font-size: .9rem;
        line-height: 1rem;
    }

    .item-beneficios .capa {
        width: 320px;
        height: 330px;
    }

    .item-beneficios .capa:hover {
        top: -270px;
        right: 55px;
    }

    .imagen-beneficios img, img.imagen_requisitos {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .imagen-beneficios {
        padding: 0 2rem;
    }

    .item-beneficios:nth-child(2), .item-beneficios:nth-child(4) {
        transform: translateY(35%);
    }

    #section_requisitos h1 {
        text-align: left;
        font-size: 1.8rem;
        line-height: 2rem;
    }

    #section_requisitos p{
        text-align: left;
    }

    #requisitos-accordion .accordion-button, #requisitos-accordion .accordion-button:not(.collapsed) {
        padding: .5rem .7rem;
        font-size: 1rem;
    }

    #requisitos-accordion li {
        font-size: .9rem;
    }

    #section_requisitos .row {
        align-items: center;
    }

    #requisitos-accordion .accordion-button::after {
        width: 10px;
        height: 10px;
        background-size: 15px;
    }

    #accede h1 {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 0;
        text-align: left;
    }

    #accede p {
        margin: .5rem auto 1rem;
    }

    #accede .row {
        align-items: center;
    }

    #content-beneficios{
        max-width: 600px;
        margin: 0 auto;
        height: 300px;
    }
}

@media (min-width: 992px) {
    .item-beneficios{
        width: 220px;
        height: 220px;
    }

    .item-beneficios .capa {
        width: 414px;
        height: 414px;
        top: -125px;
        right: -73px;
    }

    .item-beneficios .capa:hover {
        top: -350px;
        right: 90px;
    }

    #content-beneficios{
        max-width: 600px;
        margin: 0 auto;
        height: 400px;
    }
}

@media (min-width: 1200px) {
    #content-beneficios{
        max-width: 500px;
        margin: 0 auto;
        height: 480px;
    }
}

@media (min-width: 1400px) {
    .item-beneficios h3{
        margin: 0 0 2.5rem 5rem;
    }
}

#redes {
    padding: 5rem 0;
}

#redes h1{
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

#iconos-contactenos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

#iconos-contactenos img{
    width: 80px;
}