body {
    margin: 0px;
}
button {
}
section {
    padding-top: 90px;
}
main h1 {
    font-size: 5rem;
}
h2 {
    font-weight: bold;

    margin: 10px 0;
}
/*HEADER*/

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

#recluta #header-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

#recluta #header-title h3 {
    font-weight: 500;
    font-size: 1.1rem;
}

#recluta #banner-descripcion {

}

#recluta #banner-descripcion .child{
    margin-bottom: 2rem;
}

#recluta #banner-descripcion h3{
    color: #28336b;
    font-weight: 700;
    font-size: 1.5rem;
}

#recluta #banner-descripcion p{
    margin-bottom: 0;
    padding: 0 1.5rem;
}

#empieza_comisionar h1{
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    color: #28336b;
    margin-bottom: 2rem;
    text-align: center;
}

#empieza_comisionar {
    background-color: #0FCF7D;
    padding: 3rem 1rem;
    color: #28336b;
}

#empieza_comisionar p {
    line-height: 1.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

#empieza_comisionar ul {
    text-decoration: none;
    list-style: none;
}

#empieza_comisionar li {
    font-size: 1.2rem;
    margin-bottom: .8rem;
    display: flex;
    align-items: center;
}

#empieza_comisionar li i{
    font-size: 1.5rem;
    margin-right: 1rem;
}

/* FORM - CONTROL */
#unete {
    margin-bottom: 4rem;
    color: #28336b;
}

#unete h1 {
    font-size: 2.2rem;
    font-weight: 700;
}

#form_trabaja_con_nosotros {
    padding: 2rem;
    background: #F2F2F2;
    box-shadow: -6px 6px 20px 5px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

#form_trabaja_con_nosotros input[type="text"] {
    background: #E8E8E8;
    border: 2px solid rgba(1, 42, 103, 0.5);
    border-radius: 6px;
}

#form_trabaja_con_nosotros input[type="text"]::placeholder {
    opacity: .5;
}

#form_trabaja_con_nosotros .btn {
    background: #0FCF7D;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    margin: 1rem auto;
}

/*MAIN*/
main .custom-container {
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: rgba(11, 162, 99, 0.5);
    background-image: url(../resources/conoce/front_banner_contrataciones.png);
    background-size: clamp(400px, 50%, 600px);
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 15px);
}
main .fila {
    align-items: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
main {
    
}
#header-title {
    position: relative;
    padding-left: 10px;
}

main select {
    background-color: white;
    outline: none;
}
.columna-sim {
    background-color: white;
    color: var(--secondary-color);
    border-radius: 30px;
    padding: 10px;
}
.columna-sim h5 {
    margin-bottom: 10px;
}
.sim {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.sim-param > * {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.sim-param {
    font-size: 1rem;
}
.sim-param > select {
    border-radius: .25em;
}
.sim select, .sim .amount {
    border: solid;
    border-color: #0ece7d;
}
.sim select {
    width: 180px;
}
#amount-input {
    max-width: 160px;
}
.sim .amount {
    border-radius: 20px;
    display: grid;
    padding: 10px;
}
.amount {
    border-radius: 1em !important;
}
.amount-box {
    display: flex;
    justify-content: 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;
    height: 25px;
}
#main-prestamos {
    line-height: 1;
}
/*SECTION*/
section h2 {
    color: #28336b;
}

section hr {
    color: #0ece7d;
    max-width: 450px;
}
section .title {
    width: 40%;
    min-width: 300px;
    align-content: center;
    margin: auto;
    width: fit-content;
}
.title h2 {
    text-align: center;
    margin: auto;
    max-width: 550px;
}
.title hr {
    margin-left: auto;
    margin-right: auto;
}


/*SECTION 1*/
.pasos {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    color: #0ece7d;
    gap: 20px;
    margin: auto;
    justify-content: center;
}
.pasos p {
    color: #28336b;
    text-align: right;
    width: 80%;
    align-self: flex-end;

    margin-right: 20px;
    font-size: 0.9rem;
    
}
.card-paso {
    background-color: #e7faf2;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 210px;
    max-width: 320px;
    min-height: 270px;
    justify-content: space-between;
}
.card-paso i {
    margin-right: 10px;
    margin-top: 10px;
    min-height: 90px;
}
.card-paso h3 {
    margin-top: 50px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.card-paso > .fila {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#section1 {
    background-color: #f8f8f9;
    padding-bottom: 90px;
}
#section1 .custom-container {
    width: 95%;
    margin: auto;
}


/*SECTION 2*/
.beneficios {
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    color: #28336b;
}
.beneficios .benef-right, .beneficios .benef-left {
    min-width: 300px;
}
.beneficios hr {
    color: #0ece7d !important;
    width: 250px !important;
    border: none !important; 
    height: 2px !important;
    background-color: #28336b !important;
}
.separator {
    color: #0ece7d !important;
    width: 250px !important;
    border: none !important; 
    height: 2px !important;
    background-color: #28336b !important;
}
.beneficios h3 {
    color: #0FCF7D;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.8rem;
}
.beneficios p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2rem;
    width: 90%;
}
.benef-left {
    padding-left: max(30%,100px);
}
.benef-left p {
    margin-right: auto;
}
.benef-left hr{
    margin-left: 0px;
}
.benef-right {
    text-align: right;
    padding-right: max(20%,100px);
}
.benef-right p {
    margin-left: auto;
}
.benef-right hr {
    margin-right: 0px;
}
.benef-left.painted {
    background-color: var(--main-color-background);
    border-radius: 0px 10px 10px 0px;
}
.benef-right.painted {
    background-color: var(--main-color-background);
    border-radius: 10px 0px 0px 10px;
}

.painted {
    background-color: var(--main-color-background);
    border-radius: 30px;
}

.descripcion-separator {
    color: var(--secondary-color);
}

.descripcion-subtitle {
    color: var(--main-color);
}
.beneficios-subtitle {
    /* text-align: right; */
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 1.2rem;
    /* max-width: 200px; */
    margin-left: auto;
}
.experiencia-list {
    list-style: none;
    margin-left: auto;
    padding-left: 0;
}
.experiencia-item {
    color: var(--secondary-color);
    text-align: right;
    font-weight: bold;
    margin: 10px 0;
}
.experiencia-item::after {
    content: '\f00c';
    font-family: FontAwesome;
    color: var(--main-color);
    padding-left: 5px;
    
}
.beneficio-text {
    color: var(--secondary-color);
    font-size: 1rem;
}
.registro-asesor-area {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.col-convierte {
    display: flex;
    flex-direction: column;
}
.registro-asesor-area h2 {
    width: fit-content;
    color: var(--main-color);
}
.registro-asesor-area button {
    width: fit-content;
    background-color: var(--main-color);
    color: var(--secondary-color);
    border: var(--main-color);
    border-radius: 30px;
    padding: 10px 0px;
    width: 140px;
    margin: auto;
    font-size: 1.3rem;
    font-weight: bold;
}
#section2 {
    /* padding-bottom: 45px; */
}
#section4 {
    /* padding-bottom: 90px; */
}

#beneficios {
    color: #28336b;
}

#beneficios h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
}

#beneficios .titulo {
    text-align: center;
}

#beneficios .titulo p{
    line-height: 1.2rem;
    width: 80%;
    margin: 1.5rem auto;
}

#header-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 90%;
    align-content: center;
    justify-content: center;
    max-width: 550px;
}

.descripcion {
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}
@media (max-width:1310px) {
    #header-title {
        max-width: 480px;
        padding-left: 30px;
    }
    main h1 {
        font-size: 3rem;
    }
}

@media (max-width: 950px) {
    main .custom-container {
        background-position: calc(100% + 50px) calc(100% + 40px);
    }
    main h3 {
        font-size: 1.3rem;
    }
    main h1 {
        font-size: 2.5rem;
    }
    main .fila {
        display: block;
        max-height: 300vh;
        margin-top: 10px;
    }
    main .custom-container {
        display: flow-root;
        max-height: 400vh;
    }
  
    #benef1 {
        /* margin-top: 10px; */
        grid-row: 1;
    }
    #benef2 {
        grid-row: 2;
    }
    #benef4 {
        /* grid-row: 3; */
    }
    .beneficios hr {
        display: none;
    }
    .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;
    }
    .card-paso {
        margin-top: 20px;
        max-width: 500px;
        margin-right: auto;
        margin-left: auto;
        min-height: 0;
    }
    /* .beneficios p {
        margin-left: 20px;
        margin-right: 20px;
    } */
    #header-title {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    .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; */
    }
    .second {
        margin-left: 0;
        
    }
    .navigation {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

@media (max-width:600px) {
    .benef-left *, .benef-right * {
        font-size: 0.9rem;
    }
    .registro-asesor-area {
        margin-top: 50px;
    }
    .benef-left h3, .benef-right h3  {
        /* font-size: 1.2rem; */
    }
    #step-by-step {
        min-width: 0px;
        padding-top: 20px;
        padding-bottom: 0px;
        align-content: center;
    }
    #regform {
        margin-top: auto;
        margin-bottom: auto;
    }
    .sim .amount button {
        border-radius: .5em;
        width: 55%;
        height: 50px;
        font-size: 18px;
        font-weight: 600;
    }
    .amount-box {
        margin-bottom: 16px !important;
    }
    #amount-input {
        height: 2.2em;
    }
    .benef-right, .benef-left {
        padding: 10px 15px;
    }
    main {
        min-height: auto;
        height: auto;
    }
    main .custom-container {
        display: flow-root;
        align-content: space-between;
    }
    main .fila {
        display: flow-root;
        justify-content: center;
        align-items: center;
        gap: 50px;
        grid-row: 2;
    }
    #header-title {
        margin: auto;
    }
    .columna-sim {
        
        z-index: 2;
        position: relative;
        margin-right: 0;
        margin-bottom: 50px;
        margin-left: 0px;
        display: flow-root;
    }
    #section3 .requisitos {
        display: flow-root;
    }
    .sim {
        display: flow-root;
    }
    .sim-param {
        margin: 0 auto;
        width: fit-content;
        margin-top: 5px;
    }
    .sim select {
        width: 230px;
        height: 2.3em;
    }
    .sim .amount {
        border: none;
    }
    #seciton1 {
        margin-top: 500px !important;
    }
    .checklist-text {
        font-size: 0.9rem;
    }
    .checklist-icon {
        font-size: 1rem;;
    }

}
.columna-sim {
    z-index: 1;
}

.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: #0ece7d !important;
}
#step-by-step {
    max-height: 100%;
    overflow: hidden;
}
form input:focus {
    border-color: #0ece7d;
    border-width: 1px;;
    box-shadow: none;
}

main h3 {
    font-weight: 400;
}
main hr {
    color: var(--secondary-color);
    border-width: 3px;
    width: clamp(200px, 100%, 400px);
    margin-top: 0;
}

@media (min-width: 768px) {
    main .fila {
        width: 100%;
    }

    #banner-title {
        max-width: 100%;
        text-align: left;
    }
    
    #recluta h1 {
        text-align: left;
        line-height: 3.8rem;
        font-size: 3.2rem;
        max-width: 400px;
    }

    #recluta {
        background: transparent;
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-bottom: 0;
    }

    #recluta #header-title {
        text-align: left;
    }

    #recluta #banner-descripcion h3, .beneficios h3{
        color: #0FCF7D;
        font-size: 1.3rem;
        line-height: 1.2rem;
    }

    #beneficios {
        padding-top: 1rem !important;
    }

    #beneficios .titulo p{
        font-size: 1.1rem;
    }

    .beneficios p {
        padding: 0 1.5rem;
    }

    .beneficios {
        margin: auto;
        margin-bottom: 50px;
        grid-template-columns: repeat(2, 1fr);
    }

    .beneficios > div h3{
        margin-bottom: .5rem;
    }

    #empieza_comisionar h1{
        margin-bottom: 1rem;
        text-align: left;
    }

    #empieza_comisionar p {
        margin-bottom: 0;
        text-align: left;
    }

    #empieza_comisionar li {
        font-size: 1.1rem;
    }

    #unete h1, #unete p{
        text-align: left !important;
    }

    #unete h1 {
        font-size: 3rem;
    }

    #unete p {
        font-size: 1.1rem;
    }

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

    #form_trabaja_con_nosotros{
        padding: 1.5rem 1.5rem .5rem;
        max-width: 300px;
        margin: 2.5rem auto 0;
    }

    #form_trabaja_con_nosotros input {
        margin-bottom: .8rem;
    }
}

@media (min-width: 992px)  {
    #recluta h1 {
        line-height: 4rem;
        font-size: 3.5rem;
        max-width: 100%;
    }

    #form_trabaja_con_nosotros{
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    #recluta h1 {
        line-height: 4.5rem;
        font-size: 4rem;
    }
}