h1 {
    font-size: 62px !important;
    line-height: 62px !important;
    width: 100%;
}
h2 {
    font-size: 20px !important;
}

h1.superheading {
    font-size: 80px !important;
    line-height: 120% !important;
    text-align: left !important;

}
.footer-container-wrapper{
width: 100%;
}
.ter_ms-s a {
    font-weight: 600;
    font-size: 0.875rem !important;
    text-decoration: underline;
}

.superheading {
    margin-left: 0 !important;
}

footer {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.footer-container-wrapper .wrapper {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 5rem;
}

/*.text-md-center {
    text-align: left !important;
    margin-left: 2rem !important;
}*/

.content-informations {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.content1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 4rem 18rem;
}

.content2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 4rem 18rem;
    background-color: #FFFDF4;
}

.content3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 4rem 18rem 0 18rem;

}

.content4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 4rem 18rem;
    background-color: #FFFDF4;
}

.info-content-numbers {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 3rem;
    height: 300px;
}

.info-content-numbers-options {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
    width: 200px;
}

.info-content-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

hr {
    border: 1px solid black;
    width: 100%;
}

.numbers-info {
    font-size: 30px;
}

.p-info {
    padding-right: 1.5rem;
}

.rowPiscilagoContent {
    flex-wrap: wrap;
}

.info-content {
    width: 47%;
}

.rowPiscilagoContent img {
    height: auto !important;
    width: 47%;
}

@media (max-width: 1400px) {
    .content1 {
        padding: 4rem 5rem;
    }

    .content2 {
        padding: 4rem 5rem;
    }

    .content3 {
        padding: 4rem 5rem 0 5rem;

    }

    .content4 {
        padding: 4rem 5rem;
    }
}

@media (max-width: 850px) {



    h1.superheading {
        font-size: 30px !important;
        line-height: 0;
        text-align: left !important;
        color: #000000;
    }

    .rowPiscilagoContent img {
        height: auto !important;
        width: 450px;
    }

    .info-content {
        width: 100%;
    }

    .content1 {
        align-items: flex-start;
    }

    .content2 {
        align-items: flex-start;
    }

    .content3 {
        align-items: flex-start;
        padding: 4rem 1.5rem 0 1.5rem;

    }

    .info-content-numbers {
        height: 220px;
    }

    .content4 {
        align-items: flex-start;
    }

    .info-content-steps {
        flex-wrap: wrap;
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .content1 {
        padding: 4rem 1.5rem;
    }

    .content2 {
        padding: 4rem 1.5rem;
    }


    .content4 {
        padding: 4rem 1.5rem;
    }

    .rowPiscilagoContent img {
        height: auto !important;
        width: 350px;
    }

    .superheading {
        font-size: 32px !important;
        line-height: 120% !important;
    }

    h1.superheading {
        font-size: 32px !important;
        line-height: 38.4px !important;
        margin-top: 2rem;
        font-weight: 700 !important;
        letter-spacing: 0.25px !important;

    }
    .btn_btn_form .cta {
        max-width: 100% !important;
    }
    .footer-container-wrapper .wrapper {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .text_footer{
        font-size: 11px !important;
    }
}

.presubheading {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -1px;
}
.text_footer{
    font-family:"Poppins", sans-serif !important;
    font-size: 12px !important;
    color: #333333;
}

.imagen_principal{
    width: 421px !important;
    height: 498px !important;
}

