body * {
    font-family: 'Poppins', sans-serif;
    color: #27326a;
    font-weight: 400;
}

#modal_lang {
    text-align: center;
}

#modal_lang .modal-body{
    padding: 2rem;
}

#modal_lang img {
    width: 100%;
    max-width: 120px;
}
#modal_lang h3 {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    margin-top: 2rem;
}
#modal_lang .langs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 2rem;
}

#modal_lang .langs .btn {
    padding: .5rem 2rem;
    color: #ffffff;
    background-color: #010658;
    transition: all .4s ease;
}

#modal_lang .langs .btn:hover {
    background-color: #fd9d01;
}

#header-lp {
    background-color: #ffffff;
}

#header-lp img{
    height: 50px;
}

#banner {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-image: url('./../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#banner-content {
    width: 80%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
}

#banner-content img {
    width: 100%;
}

#banner-content .btn-cta {
    background-color: #27326a;
    color: #ffffff;
    padding: .8rem 2rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: -1rem;
    transition: all .5 ease;
}

#descripcion {
    padding: 2rem 0;
    text-align: center;
}

#descripcion h1 {
    margin: 1rem auto 3rem;
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 700;
    width: 100%;
    max-width: 900px;
}

#descripcion h1 span{
    font-weight: 700;
    color: #fd9d01;
}

.card-paso {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 80%;
    max-width: 400px;
    padding: 2rem;
    background-color: #ffffff;
    align-items: center;
    border-radius: 20px;
    box-shadow: 5px 10px 18px #888888;
    margin-bottom: 3rem;
}

.card-paso > .fila {
    display: flex;
    justify-content: space-between;
}

.card-paso .titulo h3 {
    font-weight: 700;
    font-size: 1.6rem;
}

.card-paso .texto p {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

#beneficios {
    padding: 2rem 0;
}

#beneficios .title{
    min-width: 300px;
    margin: 0 auto;
}

#beneficios .title h1{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 3.5rem;
}

#beneficios .title h1 span{
    font-weight: 700;
    background-color: #fd9d01;
    padding: 0 1rem;
    margin: 0 -1rem;
}

.beneficios {
    margin: 2rem auto;
    gap: 20px;
}

.beneficios .item {
    text-align: left;
    max-width: 300px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto;
}

.beneficios .item h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
}

.beneficios .item h3 i {
    color: #fd9d01;
    font-size: 1.7rem;
    position: absolute;
    left: -38px;
}

.beneficios p {
    line-height: 1.2rem;
    font-size: 1.2rem;
    margin: 0;
}

.beneficios p strong{
    font-weight: 700;
}

#contacto {
    padding: 3rem 0;
}

#contacto .title {
    text-align: center;
    margin-bottom: 2.5rem;
}

#contacto .title h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

#contacto .title h1 span {
    background-color: #fd9d01;
    font-weight: 700;
    padding: 0 1rem;
}

#contacto .title p {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

strong {
    font-weight: 700;
}

#formulario {
    background: #F2F2F2;
    box-shadow: -6px 6px 20px 5px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 2rem 3rem;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#formulario input, #formulario select, #formulario::placeholder, .select2-selection, #country_cod {
    color: #27326a !important;
    border-color: #27326a !important;
}

#formulario #amount {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
#formulario #amount input {
    width: 90%;
    padding-top: .65rem;
    padding-bottom: .65rem;
    text-align: center;
}
#formulario #amount .btn{
    padding: 0;
    border: none;
}

#formulario #amount .btn i {
    color: #fd9d01;
    font-size: 1.5rem;
}

#formulario .btn-send {
    background-color: #fd9d01;
    color: #ffffff;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .5 ease;
}

#footer {
    background-color: #010658;
    text-align: center;
}

#footer *{
    color: #ffffff;
    font-weight: 300;
}

#footer .descripcion img{
    max-width: 150px;
    width: 100%;
}

#footer .descripcion p {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.2rem;
}

#footer h2 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

#footer ul {
    list-style: none;
    padding-left: 0;
}

#footer .redes ul{
    width: 30%;
    max-width: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#footer .redes ul li a{
    font-size: 1.5rem;
}

#footer .row > div{
    margin-bottom: 3rem;
}

#footer .contacto li{
    justify-content: center;
    font-size: 1.2rem;
    gap: 10px;
}

#footer .contacto {
    margin-bottom: 3rem;
}

#footer .asociados .imagen {
    margin-top: 2rem;
}

.btn-cta:hover {
    background-color: #fd9d01 !important;
}

.btn-send:hover {
    background-color: #010658 !important;
}

@media (min-width: 768px) {
    #header-lp img{
        height: 60px;
    }

    #banner-content .btn-cta {
        padding: .8rem 2rem;
        font-size: 1.2rem;
    }

    #descripcion {
        padding: 1.5rem 0;
    }
    
    #descripcion h1 {
        font-size: 2.3rem;
        line-height: 2.4rem;
    }

    .card-paso {
        gap: 20px;
        padding: 2rem 1rem;
        margin-bottom: 2rem;
        width: 100%;
    }
    
    .card-paso .titulo h3 {
        font-size: 1.1rem;
    }
    
    .card-paso .texto p {
        font-size: .8rem;
        line-height: 1rem;
    }

    #beneficios .title h1 {
        font-size: 2.3rem;
        line-height: 2.8rem;
        margin-bottom: 0;
    }

    #beneficios .row{
        align-items: center;
    }

    #beneficios * {
        text-align: left !important;
    }

    .beneficios p {
        font-size: .9rem;
        line-height: 1.1rem;
    }

    .beneficios {
        flex-wrap: wrap;
        flex-direction: row !important;
        margin: 0 !important;
        padding-bottom: 0;
        gap: 0;
    }
    
    .beneficios .item {
        width: 50% !important;
    }
    
    .beneficios .item h3 {
        font-size: 1.3rem;
    }
    
    .beneficios .item h3 i {
        font-size: 1.2rem;
        left: -25px;
    }

    #contacto .title {
        text-align: left;
        padding: 1rem;
        margin-bottom: 0;
    }
    
    #contacto .title h1 {
        font-size: 2.2rem;
    }
    
    #contacto .title p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    #contacto .row {
        align-items: center;
    }

    #footer .descripcion p {
        font-size: .8rem;
        line-height: 1rem;
    }

    #footer h2 {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

    #footer .redes ul{
        width: 60%;
        max-width: 100px;
    }

    #footer .contacto, #footer .reclamaciones {
        text-align: left;
    }

    #footer .contacto li{
        font-size: .8rem;
        line-height: 1rem;
        margin-bottom: .7rem;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    #footer .contacto li i {
        margin-right: 0 !important;
        width: 5%;
    }

    #footer .contacto li span {
        width: 90%;
    }

    #footer .asociados .imagen {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .card-paso {
        padding: 2rem;
        width: 90%;
    }
    
    #descripcion {
        margin-top: 2rem;
    }
    
    #descripcion h1 {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }

    .card-paso .texto p {
        font-size: .9rem;
        line-height: 1rem;
    }

    .card-paso .titulo h3 {
        font-size: 1.1rem;
    }

    #beneficios .title h1 {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }

    .beneficios p {
        font-size: 1rem;
        line-height: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .card-paso {
        width: 85%;
    }

    #descripcion h1, #beneficios .title h1 {
        font-size: 2.8rem;
        line-height: 3rem;
    }

    #contacto .title h1 {
        font-size: 2.7rem;
    }
    
    #contacto .title p {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    #footer .contacto li{
        font-size: 1rem;
        line-height: 1.3rem;
    }

    #footer h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1400px) {
    #footer h2 {
        font-size: 1.8rem;
        line-height: 2rem;
    }
}