* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

.banner img{
    width: 100%;
}

.next-level{
    width: 100%;
    padding: 80px 80px 70px;
    background: #ffffff;
    overflow: hidden;
}

.next-level__container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.next-level__content{
    flex: 1;
    max-width: 700px;
}

.next-level__title{
    font-size: clamp(49px, 50px, 95px);
    line-height: 1.2;
    font-weight: 800;
    color: #005b96;
    margin-bottom: 40px;
}

.next-level__title span{
    display: inline-block;
    color: #1485df;
    font-size: 5rem;
    position: relative;
}

.next-level__title span::after{
    content: "";
    position: absolute;
    left: 85%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 240px;
    height: 14px;
    background: #1485df;
}

.next-level__description{
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;

    max-width: 650px;
    margin-bottom: 35px;
}

.next-level__list{
    display: flex;
    flex-direction: column;
    gap: 18px;

    list-style: none;
    padding: 0;
    margin: 0;
}

.next-level__list li{
    position: relative;
    padding-left: 30px;

    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.next-level__list li::before{
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;

    color: #1485df;
    font-size: 20px;
}

.next-level__video{
    flex-shrink: 0;
    width: 630px;
    height: 520px;
    padding: 35px;
}
.next-level__video iframe{
    width: 100%;
    height: 510px;
    border-radius: 30px;
    display: block;
}
.video-placeholder{
    width: 510px;
    height: 310px;
    background: #5B5B5B;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    color: #000;
}

.next-level__form{
    max-width: 1120px;
    margin: 90px auto 0;
    background: #ececec;
    border-radius: 80px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 10px 0 rgba(0,0,0,.12);
}

.next-level__form input{
    flex: 1;
    border: none;
    font-family: 'Poppins';
    outline: none;
    background: transparent;
    padding: 0 40px;
    font-size: 22px;
    color: #666;
}

.next-level__form input::placeholder{
    color: #9b9b9b;
}

.next-level__form button{
    border: none;
    cursor: pointer;
    min-width: 340px;
    height: 95px;
    border-radius: 60px;
    background: #1485df;
    color: white;
    font-size: 22px !important;
    font-weight: 700;
    transition: .3s ease;
}

.next-level__form p{
    margin: 0;
    font-weight: 500;
    font-size: 22px;
}

.next-level__form button:hover{
transform: translateY(-2px);
}

.right_now{
font-family: 'Poppins';
font-weight: 500;
}


/*==========================
EMPRESA
============================*/

.industries{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url("../../images/empresa/bg-woverlay.jpg");
    background-size: contain;
    background-position: center;
}

.industries__overlay{
    position: absolute;
    inset: 0;
    background: rgb(0 95 156 / 88%);
}

.wave-top,
.wave-bottom{
    width: 100%;
    display: block;
    position: relative;
    z-index: 3;
}

.industries__content{
    position: relative;
    z-index: 5;

    padding: 120px 20px;
}

.industries__container{
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 0;
}

.industries__title{
    text-align: center;
    color: white;
    font-size: clamp(20px, 45px, 50px);
    line-height: 1;
    font-weight: 700;
    margin-bottom: 70px;
}

.industries__title span{
    display: block;
}

.industries__grid{
    display: grid;
    max-width: 800px;
    margin: auto;
    padding: 20px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.industry-card{
    justify-content: center;
    background: white;
    border-radius: 15px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: .3s ease;
}

.industry-card:hover{
    transform: translateY(-5px);
}

.industry-card img{
    width: 35px;
    flex-shrink: 0;
}

.industry-card p{
    font-size: 22px;
    line-height: 1.1;
    font-weight: 500;
    color: #005b96;
}

/*========================
    Cotizacion
=========================*/
.next_level__cotizacion{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.next-level h1{
    font-size: 60px;
    line-height: 1.1;
    padding-bottom: 50px;
}

.side__derecho__cotizacion h1{
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 50px;
}

.bloque__think{
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 40px;
}

.background-blue{
    width: 70px;
    height: 70px;
    background: #0084DD;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.text__target p{
    max-width: 550px;
    font-size: 19px;
    line-height: 1.2;
}
.subtitle_empresa{
    font-size: 26px;
    font-weight: 500;
}

/*==========================
    PARTE DE BOSS
============================*/
.testimonial-section{
    width: 100%;
    min-height: 700px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    background: #ffffff;

    position: relative;
    overflow: hidden;
}

.testimonial-box{
    width: 65%;
    background: #0d86df;
    padding: 85px 80px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    align-self: flex-start;
    margin-top: 40px;
}

.testimonial-box h2{
    color: white;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.testimonial-image{
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.testimonial-image img{
    width: 100%;
    max-width: 500px;

    display: block;
    object-fit: contain;
}

/*========================
    Populares
=========================*/

.popular-services{
    width: 100%;

    position: relative;

    margin-top: -5px;

    overflow: hidden;
}

.popular-services__content{
    max-width: 1400px;

    margin: 0 auto;

    padding: 110px 40px 170px;
}

.popular-services h1{
    color: white;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 70px;
}

.popular-services__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}

.service-card{
    background: #ffffff;
    border-radius: 28px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 17px 20px;
    box-sizing: border-box;
}

.service-card img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.service-card span{
    color: #005b8f;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.service-card--large{
    grid-column: span 1;
}

.popular-services__wave{
    position: absolute;

    left: -5%;
    bottom: -180px;

    width: 110%;
    height: 300px;

    background: #efefef;

    border-radius: 50%;
}

/*==========================
    COUNTER
============================*/
.counter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    padding: 50px 0;
}

.number_counter{
    font-size: 70px;
    font-weight: 700;
}
.subtitle_counter{
    font-size: 35px;
    font-weight: 600;
    font-family: 'Poppins';
}
.next-level__counter{
    flex: 1;
    max-width: 700px;
}

.text__counter{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 30px;
}
.text__counter_p{
    font-size: 21px;
    line-height: 1.4;
    font-weight: 500;
    max-width: 510px;
}


/*========================
    GROWTH
==========================*/

.growth-section{

    background:linear-gradient(
        180deg,
        #1087db 0%,
        #29abe2 100%
    );

    overflow:hidden;

    padding-bottom:100px;
}

.growth-top-wave{
    width:100%;
    display:block;
}

.growth-container{
    margin: auto;
    padding-top: 40px;
    max-width: 1300px;
}

.growth-section h2{
    color: white;
    text-align: center;
    font-size: clamp(2.5rem, 3vw, 5rem);
    font-weight: 700;
    margin-bottom: 90px;
}

.growth-slider-wrapper{

    position:relative;

    display:flex;

    align-items:center;

    justify-content:center;
}

.growthSwiper{

    width:100%;


    padding-bottom:70px;
}

.growthSwiper .swiper-slide{

    transition: all .4s ease;
    transform: scale(.85);
    opacity: .9;
}

.growthSwiper .swiper-slide-active{
    transform: scale(1);
    opacity: 1;
    z-index: 5;
}
.swiper-slide {
    flex-shrink: 0;
    width: 34%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.growth-card{

    position:relative;

    padding-bottom:120px;
}

.growth-card__content{

    background:white;

    border-radius:20px;

    min-height:340px;
    padding: 30px 30px 125px;

    text-align:center;
}

.growth-card__content h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}

.growth-card__content p{

    font-size: 18px;

    line-height:1.45;
}

.growth-card__image{
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    width: 75%;
    max-width: 380px;
    height: 175px;
    overflow: hidden;
    border-radius: 22px;
}

.growth-card__image img{

    width:100%;

    height:100%;

    object-fit:cover;
}

.growth-arrow{

    background:none;

    border:none;

    color:white;

    font-size:5rem;

    cursor:pointer;

    z-index:10;

    flex-shrink:0;
}

.growth-pagination{

    margin-top:25px;

    position:relative;

    text-align:center;
}

.growth-pagination .swiper-pagination-bullet{

    width:16px;
    height:16px;

    opacity:1;

    background:
    rgba(255,255,255,.8);
}

.growth-pagination .swiper-pagination-bullet-active{
    background:black;
}

/*=======================
    CARRUSEL - CLIENTES
=========================*/

.clientes-section {
    width: 100%;
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

.clientes-container {
    width: 90%;
    margin: auto;
}

.clientes-section h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 80px;
    color: #000;
}

.clientes-section h2 span {
    font-weight: 700;
}

.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide-track {
    display: flex;
    align-items: center;
    gap: 100px;
    width: max-content;
    animation: scroll 18s linear infinite;
}

.slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
}

.slide img {
    width: 100%;
    max-width: 220px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: 0.3s ease;
}

.slide img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/*=======================
    RESPONSIVE
==========================*/
@media(max-width: 1360px){
    .next_level__cotizacion{
        flex-direction: column;
    }
    .side__derecho__cotizacion h1{
        text-align: center;
    }
    .next-level__video{
        padding-top: 0;
    }
    .next-level h1{
        font-size: 50px;
    }
    .next-level__title span{
        font-size: 50px;
    }
    .next-level{
        padding: 20px 80px 70px;
    }
}


@media(max-width: 1200px){

    .next-level__container{
        gap: 40px;
        flex-direction: column;
    }
    .next-level h1{
        text-align: center;
    }

    .video-placeholder{
        width: 500px;
        height: 340px;
    }
    .next-level__list{
        padding-left: 5rem;
    }
    .next-level__description{
        font-size: 22px;
        text-align: center;
    }
    .growth-section h2{
        font-size: 56px;
    }

    .testimonial-box h2{
        font-size: 35px;
    }

    .subtitle_counter{
        padding-bottom: 0;
    }

    .text__counter{
        text-align: center;
    }
    .text__counter_p{
        text-align: center;
    }
    .banner img{
        height: 300px;
        object-fit: cover;
    }
}

@media(max-width: 1024px){
    .growth-section h2 {
        font-size: 45px;
        padding: 20px;
    }
    .counter{
        padding: 30px 0px 20px 0;
    }
    .number_counter{
        font-size: 50px;
    }
    .subtitle_counter{
        font-size: 30px;
        padding: 20px;
    }
}

@media(max-width: 991px){

    .next-level{
        padding: 70px 20px 60px;
    }

    .next-level__container{
        flex-direction: column;
        text-align: center;
    }

    .next-level__content{
        max-width: 100%;
    }

    .next-level__description{
        margin-inline: auto;
    }


    .next-level__list li{
        text-align: left;
    }

    .next-level__title span::after{
        width: 180px;
        height: 12px;
        bottom: -14px;
    }

    .video-placeholder{
        width: 100%;
        height: 350px;
    }

    .next-level__form{
        flex-direction: column;
        border-radius: 35px;
        padding: 20px;
    }

    .next-level__form input{
        width: 100%;
        height: 70px;
        padding: 0 20px;
        text-align: center;
    }

    .next-level__form button{
        width: 100%;
        min-width: unset;
        height: 75px;
    }

    .testimonial-section{
        flex-direction: column;
        align-items: center;

        min-height: auto;
        padding-top: 40px;
    }

    .testimonial-box{
        width: 92%;

        padding: 50px 35px;

        border-radius: 40px;

        margin-top: 0;
    }

    .testimonial-box h2{
        font-size: 34px;
        text-align: center;
    }

    .testimonial-image{
        width: 100%;
        margin-top: 30px;
    }

    .testimonial-image img{
        max-width: 350px;
    }

    .next-level__video{
        width: 100%;
        padding: 0;
    }

}

@media(max-width: 768px){
    .popular-services__grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .growth-arrow{
        display: none;
    }
    .popular-services h1{
        font-size: 40px;
    }
    .industries__grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .testimonial-box{
        align-self:center;
    }
}

@media(max-width: 600px){

    .next-level__title{
        font-size: 52px;
    }

    .next-level__description{
        font-size: 19px;
    }

    .next-level__list li{
        font-size: 17px;
    }

    .video-placeholder{
        height: 240px;
        border-radius: 22px;
        font-size: 42px;
    }

    .next-level__title span::after{
        width: 120px;
        height: 8px;
        bottom: -10px;
    }

    .next-level__form{
        margin-top: 60px;
    }

    .next-level__form input{
        font-size: 16px;
    }

    .next-level__form button{
        font-size: 18px;
    }

    .testimonial-box{
        padding: 40px 25px;
    }

    .testimonial-box h2{
        font-size: 26px;
        line-height: 1.25;
    }

    .testimonial-image img{
        max-width: 280px;
    }
    .popular-services__grid{
        grid-template-columns: 1fr;
    }
    .industries__grid{
        grid-template-columns: 1fr;
    }
    .bloque__think{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 10px;
        padding-bottom: 45px;
    }
    .next-level h1{
        font-size: 35px;
    }

    .next-level__title span{
        font-size: 40px;
    }
    .growth-slider-wrapper{
        padding: 20px;
    }
    .next-level__list{
        padding-left: 0;
    }
    .text__counter{
        font-size: 28px;
    }
    .industries__title{
        font-size: 28px;
    }
}
