.container{
    max-width:1240px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.servicios-seccion{
    padding: 60px 0px 50px 0px;
}

.servicio-item {
    background-color: #fff;
    border-radius: 18px; /* Bordes redondeados */
    text-align: center;
    transition: transform 0.3s;
    margin-bottom: 20px; /* Espacio inferior entre elementos */
    margin-top: 20px; /* Espacio inferior entre elementos */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.servicio-item a{
    text-decoration: none;
}

.servicio-beneficios:hover{
    background-color: #963CBF;
}

.servicio-beneficios:hover .servicios-1-imagen{
    background-color: #963CBF;
    background-image: url('../img/iconos-servicios/beneficios-B.webp');
}

.servicio-incentivos:hover{
    background-color: #79C302;
}

.servicio-incentivos:hover .servicios-2-imagen{
    background-color: #79C302;
    background-image: url('../img/iconos-servicios/incentivos-B.webp');
}


.servicio-bonos:hover{
    background-color: #E1004E;
}

.servicio-bonos:hover .servicios-3-imagen{
    background-color: #E1004E;
    background-image: url('../img/iconos-servicios/bonos-B.webp');
}


.servicio-rewards:hover{
    background-color: #0172CF;
}

.servicio-rewards:hover .servicios-4-imagen{
    background-color: #0172CF;
    background-image: url('../img/iconos-servicios/rewards-B.webp');
}

.servicio-activo div{
    background-color: #FF9801;
}

.servicio-activo a{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    color:#222222;
}

.servicio-desactivado div{
    background-color: #F4F4F4;
}

.servicio-desactivado a{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    color:#BEC6C4 !important;
}

.servicio-desactivado:hover a{
    color:#222222 !important;
    cursor: pointer;
}

.imagen-contenedor-servicio:hover{
    cursor: pointer;
}

.imagen-contenedor-servicio {
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 140px; /* Ajusta este tamaño según tus necesidades */
    height: 140px; /* Ajusta este tamaño según tus necesidades */
}

.servicios-1-imagen{
    width: 70%;
    height: 70%;
    background-image: url('../img/iconos-servicios/beneficios-G.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
    position: relative;
}

.servicios-2-imagen{
    width: 70%; 
    height: 70%;
    background-image: url('../img/iconos-servicios/incentivos-G.webp');
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat;
    position: relative;
}

.servicios-3-imagen{
    width: 70%; 
    height: 70%;
    background-image: url('../img/iconos-servicios/bonos-G.webp');
    background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat;
    position: relative;
}

.servicios-4-imagen{
    width: 70%; 
    height: 70%;
    background-image: url('../img/iconos-servicios/rewards-G.webp');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.servicio-item img {
    max-width: 70%;
}

.beneficios-seccion{
    background-color: #FAFAFA;
    padding: 80px 0px 80px 0px;
}

.col-informacion {
    display: flex; /* Habilita flexbox */
    flex-direction: column; /* Alinea los elementos verticalmente */
    justify-content: center; /* Centra los elementos verticalmente */
}

.col-imagen img {
    width: 100%; /* La imagen se ajustará al 100% del ancho del contenedor */
    height: auto; /* Mantiene la proporción original de la imagen */
    display: block; /* Elimina el espacio en blanco debajo de la imagen */
    max-width: 100%; /* Asegura que la imagen no se expanda más allá del contenedor */
}

.texto-programa-beneficios{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    color:#003b5c;
}

.texto-diseñamos-nuestra{
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
    color:#fff;
}

.texto-beneficios{
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color:#00a3e0;
}

.texto-parrafo-beneficios{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
}

.texto-parrafo-bloques{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    color:#222222;
}

.texto-parrafo-bloques-dos{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    color:#222222;
}

.tarjetas-seccion{
    padding: 80px 0px 80px 0px;
    background-attachment: fixed;
    background-image:url('../img/bg-1.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.imagen-contenedor {
    background-color: #E8E8E8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100px; /* Ajusta este tamaño según tus necesidades */
    height: 100px; /* Ajusta este tamaño según tus necesidades */
}

.text-reward{
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color:#00A3E0;
}

.container-rewards{
    max-width:1240px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.card {
    border: none;
    background-color: transparent;
}

.space{
    height: 30px;
}

.espaciador-tarjetas{
    height: 100px !important;
}

.container-servicios{
    max-width:1240px;
    margin-right: auto;
    margin-left: auto;
    position: center;
}


/* Slider */
.slider{
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 100px;
}

.slider .slide-track{
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: calc(300px *36);
}

.slider .slide-track:hover {
    animation-play-state: paused;
}

.slider .slide{
    width: 300px; 
    margin-left: 15px;
    margin-right: 15px;
}

.slider .slide img{
    width: 100%;
}

@keyframes scroll{
    0%{
        -webkit-transform:translateX(0);
        transform: translateX(0);
    }
    100%{
        -webkit-transform:translateX(calc(-300px * 18));
        transform: translateX(calc(-300px * 18));
    }
}




/* responsive*/

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .imagen-contenedor-servicio {
        width: 110px;
        height: 110px; 
    }
}

/*Movil*/
@media screen and (max-width: 767px){

    .col-1-espacio{
        display: none;
    }
    
    .servicio-activo a{
        font-size: 15px;
    }
    
    .servicio-desactivado a{
        font-size: 15px;
    }

    .texto-programa-beneficios{
        font-size: 16px;
        text-align: center;
    }

    .text-2x1{
        font-size: 16px;
        text-align: center;
    }

    .texto-diseñamos-nuestra{
        font-size: 16px;
        text-align: center;
    }

    .texto-beneficios{
        font-size: 30px;
        text-align: center;
    }

    .texto-parrafo-beneficios{
        text-align: center;
    }

    .texto-parrafo-bloques{
        text-align: center;
    }

    .texto-parrafo-bloques-dos{
        text-align: center;
        font-size: 15px;
    }
    
    .espaciador-tarjetas{
        height: 50px !important;
    }

    .text-reward{
        font-size: 30px;
    }

    .row-desktop-cards{
        display: none;
    }

    .row-mobil-cards{
        display:block;
    }

    .servicios-seccion{
        padding: 30px 0px 20px 0px;
    }

    .beneficios-seccion{
        padding: 30px 0px 30px 0px;
    }


    .tarjetas-seccion{
        padding: 40px 0px 40px 0px;
    }

    .col-informacion{    
        padding-top: 0px;
    }

    .space{
        height: 10px;
    }


    /* Slider */
    .slider{
        margin-top: 20px;
    }

    .slider .slide-track{
        width: calc(150px * 36);
    }

    .slider .slide{
        width: 150px; 
        margin-left: 10px;
        margin-right: 10px;
    }

    @keyframes scroll{
        0%{
            -webkit-transform:translateX(0);
            transform: translateX(0);
        }
        100%{
            -webkit-transform:translateX(calc(-150px * 9));
            transform: translateX(calc(-150px * 9));
        }
    }

}

@media screen and (min-width: 320px) and (max-width: 766px) {

    .servicio-item img {
        max-width: 50%;
    }

    .imagen-contenedor-servicio {
        width: 80px;
        height: 80px;
    }
}