.content-front-page {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}

.content-front-page .section-1>.section-1_content-container {
    display: flex;
}

.content-front-page .search-header {
    background-image: url("/wp-content/uploads/2025/10/img_fondoarriba.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

.content-front-page .section-2 {
    border-top: 5px solid #33426D;
    border-bottom: 10px solid #33426D;
}

.content-front-page .section-3 {
    height: 470px;
    background-image: url("/wp-content/uploads/2025/10/img_fondoabajo.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-front-page .section-3 .slogan {
    position: absolute;
    padding: 1rem 3rem .5rem;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -30rem;
}

.content-front-page .section-3 .slogan h2 {
    font-style: italic;
    font-size: 1.5rem;
    margin: 0;
    line-height: .5em !important;
}

.content-front-page .section-3 .icons-container {
    margin-top: 1rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.content-front-page .section-3 .icons-container .icon-item {
    max-width: 150px !important;
    padding: .5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: .9rem;
}

.content-front-page .section-3 .icons-container .icon-item h3 {
    font-size: 1rem;
    margin-top: .5rem;
    font-weight: 600;
    text-align: center;
}

.content-front-page .section-3 .icons-container .icon-item p {
    font-size: .8rem;
    text-align: center;
}

@media (max-width: 768px) {
    .content-front-page .section-3 {
        /* padding-top: 35rem; */
        height: auto;
    }

    .content-front-page .section-3 .slogan {
        margin-top: -75rem;
    }

    .content-front-page .section-3 h2 {
        margin-top: 4rem;
    }

    .content-front-page .section-3 .icons-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .content-front-page .section-3 .icons-container .icon-item {
        width: 80%;
        max-width: 80% !important;
    }

    .content-front-page .section-3 .icons-container .icon-item img {
        width: 150px;
    }

    .content-front-page .section-3 .icons-container .icon-item h3 {
        font-size: 1.2rem;
    }

    .content-front-page .section-3 .icons-container .icon-item p {
        font-size: 1rem;
    }

}