.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-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-fullfillment:hover{
    background-color: #FF9801;
}

.servicio-fullfillment:hover .servicios-5-imagen{
    background-color: #FF9801;
    background-image: url('../img/iconos-servicios/fulfillment-B.webp');
}

.servicio-activo div{
    background-color: #963CBF;
}

.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 */
}

.container-servicios{
    max-width:1240px;
    margin-right: auto;
    margin-left: auto;
    position: center;
    overflow: hidden;
}

.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;
}

.servicios-5-imagen{
    width: 70%; 
    height: 70%;
    background-image: url('../img/iconos-servicios/fulfillment-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: 40px 0px 40px 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-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;
}

.tarjetas-seccion{
    padding: 70px 0px 70px 0px;
    background-attachment: fixed;
    background-image:url('../img/bg-1.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.grid-item {
    background-color: #fff;
    border-radius: 18px; /* Bordes redondeados */
    padding: 70px;
    text-align: center;
    transition: transform 0.3s;
    margin-bottom: 20px; /* Espacio inferior entre elementos */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.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 */
}

.grid-item img {
    max-width: 50%;
    height: auto;
}

.grid-item p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #3d3d3d;
}

.col-item{
    padding: 20px;
}

/* responsive*/

/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .imagen-contenedor-servicio {
        width: 110px;
        height: 110px; 
    }
    .col-item{
        padding: 8px;
    }
}

/*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;
    }

    .texto-beneficios{
        font-size: 30px;
        text-align: center;
    }

    .texto-parrafo-beneficios{
        text-align: center;
    }
    
    .grid-item p {
        font-size: 12px;
    }

    .grid-item {
        padding: 20px;
    }

    .servicios-seccion{
        padding: 30px 0px 20px 0px;
    }

    .beneficios-seccion{
        padding: 30px 0px 30px 0px;
    }

    .tarjetas-seccion{
        padding: 30px 0px 30px 0px;
    }
    
}

/*Movil*/
@media screen and (min-width: 320px) and (max-width: 766px) {
    .servicio-item img {
        max-width: 50%;
    }

    .imagen-contenedor {
        width: 70px;
        height: 70px; 
    }

    .grid-item p {
        font-size: 10px;
    }

    .imagen-contenedor-servicio {
        width: 80px;
        height: 80px;
    }

    .col-item{
        padding: 5px;
    }
}