@media (max-width:1200px){
  .section-post-article {

   
    .content{
		 &::before{
      content: none;
    }
		.container{
			  .right-form,
      .right-social{
        display: none;
      }
		}
    
    }
  }
}


@media (max-width:1025px) {

    .header {

        .header-bottom {
            .container {
                .header-menu {
                    display: none;
                }

                .contacto {
                    display: none;
                }

                .hamburgerMenu {
                    display: block;

                    #opeMenu {
                        display: block;
                    }

                    #closeMenu {
                        display: none;
                    }

                }
            }
        }
    }



    .form-solution {
        .container {
            .info {
                max-width: 350px;
            }
        }
    }

    .section-post-article {
        .content {
            margin-top: -380px;

            .left {
                .gParrafo {
                    padding: 10px;
                }
            }
        }
    }

}

@media (max-width:992px) {
    .our-principles {
        .container {
            .benefits-wrapper {
                flex-direction: column-reverse;
            }
        }
    }

    .main-blog {
        .container {
            .content-tabs-container {
                .tab-content {
                    flex-direction: column-reverse;

                    .featured-post {
                        width: 100%;
                    }

                    .posts-grid {
                        width: 100%;
                    }
                }
            }
        }
    }

}

@media (max-width:768px) {
    section {
        padding-block: 2rem;
    }

    .header {
        .header-top {
            .container {
                .right {
                    display: none;
                }
            }
        }
    }

    .banner-us {
        padding-top: 172px;
        padding-bottom: 72px;

    }

    .webFlowWrap {
        padding-block: 96px 128px;

        .container {
            .r1 {
                flex-direction: column;
                align-items: start;

                h2 {
                    text-align: start;

                }

                .parrafo {
                    max-width: 100%;
                    width: 100%;
                }
            }

            .r3 {
                .left {
                    display: none;
                }

                .right {
                    width: 100%;

                    .item {
                        padding-left: 2rem 0;

                        .data {
                            h3 {
                                font-size: 50px !important;
                                text-align: center;
                            }

                            h4 {
                                font-size: 22px;
                                text-align: center;

                                br {
                                    display: none;
                                }
                            }
                        }
                    }

                    .gButton {
                        margin: auto;
                        background-color: #000;
                        color: white;
                        margin-top: 20px;
                    }

                }
            }
        }
    }

    .solutions-home {
        .navigation {
            justify-content: flex-start;
            /* Cambia a flex-start para permitir scroll */
            overflow-x: auto;
            overflow-y: hidden;
            padding: 0 15px;
            gap: 15px;
            /* Reduce el gap en mobile */

            /* Estilos para el scroll horizontal */
            scrollbar-width: none;
            /* Firefox */
            -ms-overflow-style: none;
            /* IE y Edge */

            &::-webkit-scrollbar {
                display: none;
                /* Chrome, Safari y Opera */
            }

            /* Efecto de scroll suave */
            scroll-behavior: smooth;

            /* Padding para que no se corten los elementos en los extremos */
            &::before {
                content: '';
                min-width: 5px;
                flex-shrink: 0;
            }

            &::after {
                content: '';
                min-width: 5px;
                flex-shrink: 0;
            }

            .nav-item {
                font-size: 14px;
                /* Reduce ligeramente el tamaño de fuente */
                padding: 8px 20px;
                /* Ajusta el padding */
                min-width: fit-content;
                /* Asegura que cada elemento mantenga su ancho mínimo */

                &:first-child {
                    margin-left: 0;
                }

                &:last-child {
                    margin-right: 0;
                }
            }
        }

        .content {
            align-items: center;
            padding: 0 5%;

            /* Reduce el padding lateral en mobile */
            h2 {
                text-align: center;
            }

            p {
                font-size: 24px;
                text-align: center;
                /* Ajusta el tamaño de fuente en mobile */
            }

        }
    }

    .recognitions {
        .container {
            .wrapRecognition {
                gap: 2rem;

                .item {
                    width: 45%;
                }
            }
        }
    }

    .our-experience {
        .container {
            h2 {
                font-size: 35px;
                max-width: 550px;

            }
        }

        .wrapper-experiences {
            width: 100% !important;

            .comillas {
                display: none;
            }

            .container-image {
                left: 50%;
                -webkit-transform: translateX(-11%);
                -moz-transform: translateX(-11%);
                -o-transform: translateX(-11%);
                -ms-transform: translateX(-11%);
                transform: translateX(-11%);
                top: -110px;
                width: 1590px;

            }

            .container-content {
                width: 100%;
                padding-top: 360px;
                padding-bottom: 100px;
                height: 100%;

                border-radius: 0;

                .aminateWebflow {
                    .s-main {
                        iframe {
                            border-radius: 0;
                        }
                    }
                }

                .testimonios-content {
                    max-height: 70vh;

                    .info {
                        padding: 0 20px;
                        max-width: 100%;

                        .testimonio-text {
                            text-align: center;
                        }

                        .name,
                        .profesional {
                            text-align: center;
                        }

                        &.active {
                            position: relative;
                            transform: translateY(0);
                            top: 0;

                        }
                    }
                }

                .testimonios-navigation {
                    position: absolute;
                    bottom: calc(6vw - 20px);
                }
            }
        }
    }

    .place-to-work {
        padding-top: 100px;

        .container {
            flex-direction: column;

            .left {
                max-width: 100%;

                h2 {
                    text-align: center;
                }

                .gParrafo {
                    text-align: center;
                }

                .gButton {
                    margin: auto;
                    background-color: #000;
                    color: #fff;
                }
            }

            .right {
                position: relative;
                width: 100%;
                top: 80px;
                left: 0;
                right: 0;
                margin: auto;
            }
        }
    }

    .articles-home {
        padding-block: 100px;

        .container {
            .content-tabs-container {
                .tab-content {
                    flex-direction: column-reverse;

                    &.active {
                        .posts-grid {
                            width: 100%;
                        }

                        .featured-post {
                            width: 100%;
                        }
                    }
                }
            }
        }
    }

    .pageUs {
        .container {
            .popuBoxImage {
                height: 416px;
            }

            .row {
                flex-direction: column;

                figure {
                    max-width: 431px;
                }
            }
        }
    }

    .count-downs {
        background-color: var(--bg-morado-claro);

        .container {
            #swCountDown {
                .swiper-wrapper {
                    padding-bottom: 5rem;

                    .swiper-slide {
                        display: flex;
                        align-items: center;
                        flex-direction: column;

                        .wpsm_counter_b_row {
                            display: flex;
                            justify-content: center;

                            .wpsm_row {
                                .wpsm_col-md-4 {
                                    .wpsm_counterbox {
                                        margin-top: 0;
                                        margin-bottom: 0;
                                        display: flex;
                                        gap: 1rem;

                                        .wpsm_number {
                                            .counter {
                                                font-size: 50px;
                                                font-family: var(--sf-regular);
                                                line-height: normal;
                                                color: rgb(255, 255, 255);
                                                font-weight: 300;

                                            }
                                        }

                                        .wpsm_count-title {
                                            font-size: 50px;
                                            font-weight: 300;
                                            font-family: var(--sf-regular);
                                            line-height: normal;
                                            color: rgb(255, 255, 255);
                                        }

                                    }
                                }
                            }

                        }

                        p {
                            padding-left: 15px;
                            font-size: 22px;
                            color: white;
                            line-height: 0.75;
                        }
                    }
                }


                .swiper-pagination {
                    padding-left: 15px;

                    bottom: 0%;
                    display: flex;
                    justify-content: center;

                    .swiper-pagination-bullet {
                        width: 12px;
                        height: 12px;

                        &.swiper-pagination-bullet-active {
                            background-color: #fff;
                        }

                    }
                }
            }
        }
    }

    .our-presence {
        height: 800px;
        padding-top: 96px;

        .container {}

        .container-imageWorld {
            width: calc(100% - 140px);
        }
    }

    .our-principles {
        h2 {
            text-align: start;
        }

        .container {
            .benefits-wrapper {
                flex-direction: column-reverse;

                .benefits-image {
                    img {
                        max-width: 431px;
                        max-height: 424px;
                    }
                }
            }
        }
    }

    .certifications {
        .container {
            h2 {
                font-size: 24px;
            }

            #swCertificaciones {

                .swiper-wrapper {
                    transition-timing-function: linear;

                    .swiper-slide {

                        img {
                            max-width: 200px;
                        }
                    }
                }
            }
        }
    }

    .progress-history {
        .container {
            .mySwiperMain {
                .swiper-wrapper {
                    .swiper-slide {
                        figure {
                            width: 50%;

                            img {
                                width: 100%;
                            }
                        }

                        .info {
                            width: 50%;
                        }
                    }
                }
            }
        }
    }

    .post-ours {
        .container {
            .mySwiperEntradas {}

            .gButton {
                background-color: #000;
                color: #fff;
                -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
            }
        }
    }

    .solution-content {
        .container {
            gap: 0;

            .row {
                flex-direction: column;

                .left {
                    max-width: 100%;
                }
            }
        }
    }

    .benefits {
        .container {
            .benefits-wrapper {
                flex-direction: column-reverse;
            }
        }
    }

    .banner-service {
        .container {
            .info {
                width: 50%;

                h2 {
                    font-size: 30px;
                }

                .gButton {
                    color: #000;
                    background-color: #fff;
                }
            }

            figure {
                width: 50%;
            }
        }
    }

    .form-solution {
        .container {
            flex-direction: column;
            gap: 2rem;

            .info {
                max-width: 100%;

                h2,
                p {
                    text-align: center;
                }

                h2 {
                    margin-bottom: 24px;
                }
            }

            .form-wrapper {
                width: 100%;
                max-width: 100%;
            }
        }
    }

    .section-subscription {
        .container {
            flex-direction: column;
            gap: 1rem;

            .info {
                width: 100%;

                h2 {
                    margin-bottom: 24px;
                }
            }

            .form-wrapper {
                width: 100%;

                .wpcf7 {
                    .wpcf7-form {
                        .form-row {
                            flex-direction: column;


                            &.acceptance-group {
                                p {
                                    flex-direction: column;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .section-contact {
        .container {
            flex-direction: column;
            gap: 1rem;

            .info {
                width: 100%;
            }

            .form-wrapper {
                max-width: 100%;
                width: 100%;
            }
        }
    }


    footer {
        .container {
            .top {
                flex-direction: column;

                .logo-footer {
                    margin: auto;
                }

                .right {
                    column-gap: 2rem;

                    .info-country {

                        h3,
                        p {
                            text-align: center;
                        }
                    }
                }
            }

            .footer-section {
                gap: 2rem;
            }

            .redes {
                ul {
                    gap: 2rem;
                }
            }
        }
    }


}



@media (max-width:680px) {
    footer {
        .container {
            .top {
                .right {
                    grid-template-columns: 1fr;

                }
            }
        }
    }

    .info#reclamaciones {
        .container {
            padding: 10px;

            .wpcf7 {
                .wpcf7-form {
                    .customs {
                        grid-template-columns: 1fr;
                    }

                    .content-items {
                        .group {
                            p {
                                flex-direction: column;

                                br {
                                    display: none;
                                }

                                span {
                                    width: 100%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

}


@media (max-width:570px) {
    .progress-history {
        .container {
            .mySwiperMain {
                .swiper-wrapper {
                    .swiper-slide {
                        flex-direction: column;

                        figure {
                            width: 100%;
                        }

                        .info {

                            width: 100%;

                            h2 {
                                margin: auto;
                                margin-bottom: 24px;
                                text-align: center;
                            }
                        }
                    }
                }
            }
        }
    }

    .our-presence {
        height: calc(450px + (570 - 450) * ((100vw - 375px) / (480 - 375)));

        .container-imageWorld {
            bottom: -80px;
            width: calc(100% - 80px);

            &::before {
                bottom: 80px;
                width: 200%;
                left: -50%;
            }
        }
    }

    .our-pillars {
        .container {
            .wrap-pillars {
                grid-template-columns: 1fr;
            }
        }
    }

    .banner-service {


        .container {
            gap: 1rem;
            padding: 0 20px;
            padding-top: 48px;
            flex-direction: column;
            height: auto;

            .info {
                width: 100%;

                h2 {
                    text-align: center;
                }

                .gButton {
                    margin: auto;
                }
            }

            figure {
                width: 100%;
                position: relative;
            }
        }
    }

    .section-post-article {
        .content {
            margin-top: -400px;

            .left {
                .gParrafo {
                    padding: 10px;
                }
            }
        }
    }



}

@media (max-width:480px) {

    .pageUs {
        &::before{
            height: 208px;
        }
        .container {
            .popuBoxImage {
                height: 214px;
            }

            .row {
              

                figure {
                    
                }
            }
        }
    }

    .solution-child-page {
        height: auto;

        display: block;

        picture {
            position: relative;

            &::before {
                content: '';
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
                position: absolute;
                height: 20%;
                bottom: 0;
                position: absolute;
                left: 0;
                right: 0;
                margin: auto;

            }
        }

        .container {
            width: 100%;
            background: #000;
            padding-top: 40px;
            padding-bottom: 48px;

            .content {
                padding: 0 20px;

                p {
                    text-align: center;
                }

                .gButton {
                    background-color: #fff;
                    color: #000;
                    margin: auto;
                }
            }

            figure {
                margin: auto;

                img {
                    width: 242px;
                }
            }
        }
    }

    .solutions-home {
        .navigation {
            padding: 0 10px;
            gap: 10px;

            .nav-item {
                font-size: 13px;
                padding: 6px 16px;
            }
        }

        .content {
            p {
                font-size: 20px;
            }
        }
    }

    .articles-home {

        .container {
            .content-tabs-container {
                .tab-content {
                    &.active {
                        .posts-grid {
                            .post-card {
                                .card-link {
                                    flex-direction: column;

                                    .info {
                                        width: 100%;
                                    }

                                    .post-thumbnail {
                                        width: 100%;
                                    }
                                }
                            }
                        }

                    }
                }
            }
        }
    }

    .our-experience {

        .wrapper-experiences {
            .container-content {

                .testimonios-content {
                    max-height: 70vh;

                    .info {
                        padding: 0 20px;
                        max-width: 100%;

                        .testimonio-text {
                            text-align: center;

                            p {
                                font-size: 18px;
                            }
                        }

                    }
                }


            }
        }
    }

    .companies {
        .container {
            p {
                font-size: 18px;
                margin-bottom: 72px;
            }
        }
    }

}