.banner {

    position: relative;

    text-align: center;

    color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    font-family: 'Aileron';

}


.partners .container {
    height: 85px; /* Puedes ajustar este valor según lo necesites */
    overflow: hidden; /* Para que los elementos fuera del contenedor no se muestren */
}

.partners .container {
    position: relative; /* Para la animación */
    white-space: nowrap; /* Para mantener todos los logos en una sola fila */
    overflow: hidden; /* Para ocultar los elementos que salen del contenedor durante la animación */
}

.partners .container > div {
    display: inline-block; /* Alinea los logos horizontalmente */
    float: none; /* Asegura que no haya comportamiento flotante */
    vertical-align: top; /* Asegura que los logos se alineen en la parte superior */
}


.banner img {

    width: 100%;

    height: auto;

    display: block;

    object-fit: cover;

}



.banner::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 1;

    background: #3CA189;

    mix-blend-mode: multiply;

}



.banner-content {

    position: absolute;

    z-index: 2;

    text-align: center;

    width: 100%;

}



.banner-top h6 {

    font-weight: 700;

    font-size: 20px;

    letter-spacing: 0.2em;

    text-transform: uppercase;

    color: #FFFFFF;

    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);

    border-bottom: 2px solid white;

    padding-bottom: 10px;

    display: inline-block;

}



.banner-top h1 {

    font-size: 60px;

    font-weight: bold;

    margin: 35px auto;

    max-width: 884px;

    font-weight: 700;

    text-shadow: 0px 4.34483px 8.68966px rgba(0, 0, 0, 0.5);

}



.banner-2 .banner-content img {

    margin-bottom: 10px;

    width: auto;

}



.banner-2 h3 {

    font-size: 36px;

    margin-bottom: 11px;

}



.banner-2 p {

    color: white;

    font-weight: 700;

    font-size: 19px;

    mix-blend-mode: normal;

    opacity: 0.7;

    max-width: 440px;

    margin: 22px auto;

}



.banner-2::before {

    background: #1C2D16;

    mix-blend-mode: normal;

    opacity: 0.51;

}



.btn-custom {

    font-family: 'Aileron';

    background-color: #9CDC46;

    color: #1E1E1E;

    padding: 12px 50px;

    font-weight: bold;

    border-radius: 50px;

}



.btn.btn-custom:hover, .btn.btn-custom:focus, .btn.btn-custom:active {

    background-color: #9CDC46;

    color: #1E1E1E;

    border-color: #9CDC46;

}



.partners {

    padding: 27px 0;

    text-align: center;

    background-color: #00A651;

    color: white;

}



.partners img {

    max-width: 100%;

}



.conirrad-section {

    padding: 76px 0;

    text-align: center;

}



.conirrad-section img {

    margin-bottom: 55px;

}



.conirrad-section p {

    max-width: 870px;

    margin: auto;

    color: #252525;



    font-weight: 500;

    font-size: 19px;

}



.section-5 {

    background: linear-gradient(120.58deg, #F4F7FA 30.9%, #68D585 212.93%);

}



.section-5 h3 {

    font-family: 'Aileron';

    font-weight: 700;

    font-size: 36px;

    color: #161C2D;

    margin-bottom: 64px;

    max-width: 540px;

    letter-spacing: -1.2px;

}



.section-5 .btn-custom {

    padding: 17px 55px;

}





@media (max-width: 1024px) {

    .banner-top h1 {

        font-size: 50px;

    }

}



@media (max-width: 768px) {

    .banner-top h1 {

        font-size: 30px;

        margin: 10px 0;

    }



    .banner-2>img {

        min-height: 400px;

    }



    .banner-2 h3 {

        font-size: 25px;

    }



    .banner-2 p {

        margin: 5px auto;

    }



    .section-5 img {

        width: 100%;

    }

    .section-5 h3{

        font-size: 30px;

        margin-bottom: 20px;

    }



    .section-5 .btn-custom {

        padding: 10px 15px;

    }

}



@media (max-width: 576px) {



    .banner-content{

        padding:0 20px;

    }

    .banner-top img{

        height: 400px;

        width: auto;

    }

    .banner-top h1 {

        font-size: 25px;

    }



    .partners img{

        max-width: 70%;

    }





    .conirrad-section img{

        max-width: 80%;

    }



    .section-5{

        min-height: 400px;

        padding:50px 20px;

    }

}