.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-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: #E1004E;
}

.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;
}

.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-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: 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;
}

.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;
}

.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;
    overflow: hidden;
    background-color: transparent;
}

.img-container {
    position: relative;
}

.img-container img {
    max-width: 100%;
}

.badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff; /* Color de fondo del badge */
    color: #FFFFFF; /* Color del texto del badge */
    padding: 10px 35px 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    text-align: end;
    align-items: center;
}

.icon-container {
    background-color: #963CBD; /* Color de fondo circular */
    color: #FFF; /* Color del icono */
    border-radius: 50%;
    padding: 5px;
    margin-left: 35px; /* Espacio entre el icono y el texto */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    left: 90px;
}

.icon-container-app{
    background-color: #963CBD; /* Color de fondo circular */
    color: #FFF; /* Color del icono */
    border-radius: 50%;
    padding: 5px;
    margin-left: 35px; /* Espacio entre el icono y el texto */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    left: 110px;
}

.icon-container-car{
    background-color: #963CBD; /* Color de fondo circular */
    color: #FFF; /* Color del icono */
    border-radius: 50%;
    padding: 5px;
    margin-left: 35px; /* Espacio entre el icono y el texto */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    left: 160px;
}

.text-card{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color:#003B5C;
}

.space{
    height: 30px;
}


.row-mobil-cards{
    display:none;
}

.espaciador-tarjetas{
    height: 100px !important;
}




.item-travel {
    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;
}


.retencion{
    background-color: #0072ce;
}

.incremento{
    background-color: #79c300;
}

.activacion{
    background-color: #963cbd;
}

.consumo{
    background-color: #e0004d;
}

.aniversario{
    background-color: #fbe122;
}

.recompensa{
    background-color: #ff9800;
}

.item-travel a{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    color:#222222 !important;
}

.item-travel img {
    max-width: 70%;
}

.image-item-travel {
    border-radius: 18px;
    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-2x1{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color:#003B5C;  
    margin-bottom: 5px;
}



/* responsive*/

@media only 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;
    }
    
    .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;
    }

    .text-card{
        font-size: 7px;
    }

    .badge {
        top: 10px;
        left: 10px;
        padding: 6px 15px 6px 10px;
    }

    .icon-container-app{
        padding: 5px;
        width: 22px;
        height: 22px;
        top: 8px;
        left: 28px;
        border-radius: 50%;
    }

    .icon-container{
        padding: 5px;
        width: 22px;
        height: 22px;
        top: 8px;
        left: 20px;
        border-radius: 50%;
    }

    .icon-container-car{
        padding: 5px;
        width: 22px;
        height: 22px;
        top: 8px;
        left: 51px;
        border-radius: 50%;
    }

}

@media screen and (min-width: 320px) and (max-width: 766px) {

    .servicio-item img {
        max-width: 50%;
    }

    .imagen-contenedor-servicio {
        width: 80px;
        height: 80px;
    }
}