.banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.banner-content {
    padding: 10vw 5%;
    width: 100%;
    position: relative;
}

.banner-subtitle {
    font-size: 4vw;
    line-height: 4.5vw;
    font-family: var(--semi-bold-font);
    margin: 0;
    color: var(--secondary-font-color);
    text-align: center;
}

.banner-title {
    font-size: 5vw;
    line-height: 5.5vw;
    font-family: var(--extra-bold-font);
    margin: 0;
    color: var(--secondary-font-color);
    text-align: center;
    position: relative;
}

.banner-title::after {
    content: '';
    position: absolute;
    left: 3%;
    right: 3%;
    bottom: -8vw;
    height: 6.5vw;
    background-image: url('/res/img/home/1122-19-1-subrayado-banner.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-content::after {
    content: '';
    position: absolute;
    left: 92vw;
    right: 0vw;
    bottom: 10vw;
    height: 6.5vw;
    background-image: url('/res/img/home/1122-19-1-signo-admiración.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.intro-container {
    width: 100%;
    position: relative;
}

.intro-p {
    width: 100%;
    padding: 3rem 10%;
    text-align: center;
    font-size: 1.1rem;
    position: relative;
}

.intro-p>b {
    font-family: var(--black-font);
}

.green-text {
    color: var(--primary-color);
    font-weight: bold;
}

.intro-p::after {
    content: '';
    position: absolute;
    left: 5vw;
    right: 0;
    top: 1rem;
    height: 2.5rem;
    background-image: url('/res/img/home/1122-19-1-formas-curvas.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.intro-img {
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    max-width: 10rem;
    width: 35%;
    z-index: -1;
}

.bolanos-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bolanos-content {
    width: 100%;
    padding: 1rem 5%;
}

.bolanos-subtitle {
    text-align: center;
    font-size: 1.5rem;
    font-family: var(--black-font);
    position: relative;
}

.bolanos-subtitle::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.8rem;
    height: 1.5rem;
    background-image: url('/res/img/home/1122-19-1-subrayado-banner.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.bolanos-title {
    text-align: center;
    font-size: 2rem;
    font-family: var(--extra-bold-font);
    padding: 1rem 0;
}

.bolanos-p {
    font-size: 1.05rem;
    text-align: center;
}

.bolanos-img {
    padding: 5% 1rem;
}

.highlights-section {
    width: 100%;
}

.highlights-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 1rem 5%;
}

.highlights-title {
    font-size: 2rem;
    font-family: var(--black-font);
    position: relative;
    margin: 2rem 0;
    width: fit-content;
}

.highlights-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.8rem;
    height: 1.5rem;
    background-image: url('/res/img/home/1122-19-1-subrayado-banner.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.products-container {
    width: 100%;
}

.products-title {
    font-size: 0;
}

.products-content {
    width: 100%;
    padding: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.product-img {
    width: 10rem;
}

.product-title {
    text-align: center;
    font-size: 1.75rem;
    font-family: var(--extra-bold-font);
    margin: 0;
    padding: 1rem 0 0;
}

.product-p {
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 2.5rem;
}

.services-container {
    position: relative;
    width: 100%;
}

.services-container-title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-family: var(--black-font);
    font-size: 21.6vw;
    line-height: 21.6vw;
    /* line-height: 12.5vw; */
    color: var(--light-font-color);
    opacity: 0.5;
}

.services-content {
    position: absolute;
    top: 22vw;
    left: 0;
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-between;
    height: 92.5%;
}

.services-cat-img {
    object-fit: cover;
    height: 200vw;
}

.services {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-title {
    text-align: center;
    color: white;
    font-size: 1.8rem;
    margin: 0;
}

.services-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10vw;
    justify-items: center;
    align-items: center;
    padding: 3rem 5%;
    width: 100%;
}

.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-img {
    width: 20vw;
    height: 20vw;
    background-color: white;
    border-radius: 1.5rem;
    padding: 0.8rem;
}

.service-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
    width: 8rem;
    margin: 0.5rem 0;
}

.highlight-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 10vw;
}

.highlight-item {
    flex: 1;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.highlight-item img {
    width: 20vw;
    height: 20vw;
    background-color: #d4d4d4;
    border-radius: 1.5rem;
    padding: 0.8rem;
}

.highlight-item p {
    width: fit-content;
    font-size: 1.5rem;
}

.centered-item {
    grid-column: span 2;
    justify-self: center;
}

.plan-container {
    width: 100%;
    padding: 0 5%;
}

.plan-content {
    width: 100%;
    padding: 3rem 0;
}

.plan-title {
    text-align: center;
    font-size: 1.5rem;
    font-family: var(--black-font);
    position: relative;
    margin: 0 5% 4rem;
}

.plan-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.8rem;
    height: 1.5rem;
    background-image: url('/res/img/home/1122-19-1-subrayado-banner.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.plan-p {
    font-size: 1.05rem;
    text-align: center;
}

.plan-a {
    display: block;
    width: fit-content;
    margin: 3rem auto;
    font-weight: bold;
    color: white;
    background-color: var(--primary-color);
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
}

.testimonials-container {
    width: 100%;
    padding: 2rem 0;
}

.testimonials-title {
    text-align: center;
    font-size: 13vw;
    font-family: var(--black-font);
    color: var(--light-font-color);
    margin: 0;
}

.testimonials-table {
    width: 100%;
    padding: 1rem 0;
    border: 2px var(--light-font-color);
    border-radius: 5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials-row {
    width: 100%;
}

.testimonial-action {
    display: block;
    width: fit-content;
    margin: 1.5rem auto 0;
    font-weight: bold;
    color: white;
    background-color: var(--primary-color);
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
}

.row-img {
    padding: 1.5rem 10%;
    background-color: var(--primary-color);
    border-radius: 5vw 5vw 0 0;
}

.testimonials-img {
    border: 1.5vw solid white;
    border-radius: 10vw;
}

.row-content {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 10%;
}

.testimonial-title {
    text-align: center;
    font-size: 1.8rem;
    font-family: var(--black-font);
    position: relative;
    margin: 0;
}

.testimonial-p {
    font-size: 1.05rem;
    text-align: center;
}

.calification {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calification-number {
    font-size: 1.8rem;
    font-family: var(--black-font);
}

.calification-stars {
    width: 35%;
    margin: 0.5rem 0;
}

.blogs-container {
    width: 100%;
    padding: 1rem 5%;
}

.blogs-title {
    text-align: center;
    font-size: 1.8rem;
    font-family: var(--black-font);
}

.blogs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog {
    width: 100%;
}

.blog-p {
    text-align: center;
    margin-bottom: 2rem;
}

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

.newsletter-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem 5%;
}

.newsletter-title {
    font-size: 1.8rem;
    font-family: var(--black-font);
    text-align: center;
    margin: 0 0 1.5rem;
}

.newsletter-form>label {
    font-size: 1.05rem;
    padding-left: 2rem;
    margin: 0.8rem 0 0.3rem;
    font-family: var(--medium-font);
}

.newsletter-form>input {
    background-color: var(--light-font-color);
    border: none;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    padding: 0.5rem 2rem;
}

.newsletter-form>textarea {
    resize: none;
    max-width: 100%;
    background-color: var(--light-font-color);
    border: none;
    border-radius: 0.5rem;
    font-size: 1.05rem;
    padding: 0.5rem 2rem;
    height: 8rem;
}

.newsletter-form>button {
    display: block;
    width: fit-content;
    margin: 3rem auto 0;
    font-weight: bold;
    color: white;
    background-color: var(--primary-color);
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
}

.newsletter-img {
    padding-left: 10%;
}

.btnSubmit {
    cursor: pointer;
}

@media (width >=1024px) {
    .banner-container {
        position: relative;
        z-index: -1;
    }

    .banner-content {
        position: absolute;
        top: 24vw;
        left: 46vw;
        right: 10vw;
        padding: 0;
        width: unset;
    }

    .banner-subtitle {
        font-size: 1.8vw;
        line-height: 2.25vw;
        text-align: right;
    }

    .banner-title {
        font-size: 2.85vw;
        line-height: 3.25vw;
        text-align: right;
    }

    .banner-content::after {
        left: 102%;
        right: -10%;
        bottom: 0vw;
        height: 3.5vw;
    }

    .banner-title::after {
        left: -3%;
        right: -3%;
    }

    .intro-p {
        padding: 5rem 20%;
        font-size: 1.3rem;
    }

    .intro-p::after {
        left: 17vw;
        top: 3rem;
        height: 4rem;
    }

    .intro-img {
        max-width: 20rem;
    }

    .bolanos-container {
        flex-direction: row;
        align-items: center;
        padding: 3rem 0;
    }

    .bolanos-img {
        width: 50%;
        padding: 0 7.5%;
    }

    .bolanos-content {
        width: 50%;
        padding: 0 0 0 7.5%;
    }

    .bolanos-subtitle {
        text-align: left;
        font-size: 1.5rem;
        width: fit-content;
    }

    .bolanos-subtitle::after {
        left: -2%;
        right: -2%;
        bottom: -1.8rem;
        height: 1.5rem;
    }

    .bolanos-title {
        text-align: left;
        font-size: 2.5rem;
        padding: 1rem 0 0rem;
    }

    .bolanos-p {
        font-size: 1.3rem;
        text-align: left;
    }

    .products-container {
        display: flex;
        /* align-items: end; */
        align-items: center;
    }

    .products-img {
        width: 60%;
    }

    .products-content {
        width: 40%;
        padding: 0 5% 2%;
        gap: 2.5rem;
    }

    .product-container {
        flex-direction: row;
        gap: 1rem;
    }

    .product-img {
        width: 8rem;
    }

    .product-title {
        text-align: left;
        font-size: 1.5rem;
        padding: 0;
    }

    .product-p {
        text-align: left;
        padding-bottom: 0;
    }

    .services-container {
        overflow: hidden;
    }

    .services-container-title {
        font-size: 11vw;
        line-height: 6vw;
        z-index: 0;
    }

    .services-content {
        top: 0;
        flex-flow: row;
        align-items: center;
        height: unset;
    }

    .services-cat-img {
        height: unset;
        width: 50%;
    }

    .services {
        width: 70%;
        margin-left: -20%;
        height: unset;
    }

    .services-title {
        font-size: 2.5vw;
    }

    .services-items {
        grid-template-columns: repeat(5, 1fr);
        gap: 1vw;
        align-items: start;
        padding: 3rem 10%;
    }

    .service-img {
        width: 7.5vw;
        height: 7.5vw;
        border-radius: 2vw;
        padding: 1vw;
    }

    .service-title {
        font-size: 1.3vw;
        width: fit-content;
        margin: 2vw 0;
    }

    .highlights-container {
        padding: 0 7.5% 3rem;
    }

    .highlight-items {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 1vw;
    }

    .highlight-item {
        flex: 1;
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .highlight-item img {
        width: 7.5vw;
        height: 7.5vw;
        background-color: #d4d4d4;
        border-radius: 1.5rem;
        padding: 0.8rem;
    }

    .centered-item {
        grid-column: unset;
        justify-self: unset;
    }

    .plan-container {
        padding: 2rem 0;
        display: flex;
        align-items: center;
    }

    .plan-content {
        width: 50%;
        padding: 0;
        padding-left: 7.5%;
    }

    .plan-img {
        width: 50%;
        padding: 0 7.5%;
    }

    .plan-title {
        text-align: left;
        font-size: 2.5rem;
        margin: 0 0 4rem;
        width: 90%;
    }

    .plan-title::after {
        left: -2%;
        right: -2%;
        height: 2rem;
        bottom: -2.4rem;
    }

    .plan-p {
        font-size: 1.3rem;
        text-align: left;
    }

    .plan-a {
        margin: 3rem 0;
    }

    .testimonials-title {
        text-align: right;
        font-size: 8.3vw;
        line-height: 0.8;
        margin: 0 5% 0 0;
    }

    .testimonials-table {
        width: 90%;
        margin: 0 5%;
        padding: 0;
        border: 2px solid var(--light-font-color);
        border-radius: 2vw;
        overflow: hidden;
    }

    .testimonials-row-divider {
        border-bottom: 2px solid var(--light-font-color);
    }

    .testimonials-row {
        display: flex;
        align-items: stretch;
    }

    .row-img {
        padding: 1rem 4%;
        border-radius: 0;
        width: 35%;
        min-height: 100%;
        align-content: center;
    }

    .testimonials-img {
        border: 0.3vw solid white;
        border-radius: 3vw;
    }

    .row-content {
        flex-flow: row;
        align-items: start;
        padding: 1rem 5%;
        width: 65%;
        gap: 10%;
        align-self: center;
    }

    .testimonial {
        width: 70%;
    }

    .testimonial-title {
        text-align: left;
        font-size: 2rem;
    }

    .testimonial-p {
        font-size: 1.1rem;
        text-align: left;
        overflow-y: auto;
        max-height: 12vh;
    }

    .calification {
        align-items: start;
        width: 20%;
    }

    .calification-number {
        font-size: 2rem;
    }

    .calification-stars {
        width: unset;
        height: 1rem;
    }

    .blogs-title {
        text-align: left;
        padding-left: 3%;
        font-size: 2.5rem;
    }

    .blogs-content {
        flex-direction: row;
        gap: 1.5%;
    }

    .blog-p {
        font-size: 1.1rem;
        text-align: left;
        width: 80%;
        margin: 1rem auto;
    }

    .newsletter {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        padding-top: 3rem;
    }

    .newsletter-form {
        padding: 10rem 5% 1rem 10%;
    }

    .newsletter-title {
        font-size: 2rem;
        text-align: left;
        margin: 0 0 1rem;
    }

    .newsletter-form>label {
        font-size: 1.1rem;
        padding-left: 1rem;
        margin: 1rem 0 0.5rem;
    }

    .newsletter-form>input {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
    }

    .newsletter-form>textarea {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
        height: 10rem;
    }

    .newsletter-form>button {
        margin: 3rem 0 0;
    }

    .newsletter-img {
        width: 50%;
        padding-left: 10%;
    }
}