/* ------ AGINA HOME TUS BENEFICIOS ------ */

.box_img-one {
    background-color: rgb(1, 136, 209);
}

.ofertasParaTi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* gap: 30px; */
    justify-content: center;
    flex-wrap: wrap;
}

.ofertasParaTi a {
    width: 30%;
    margin: 10px;
}

.ofertasParaTi .boxOfertas {
    width: 100%;
    height: 100px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(226, 232, 238);
    padding: 1rem 2.5rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.ofertasParaTi .boxOfertas:hover {
    box-shadow: 0px 3px 13px rgb(226, 232, 238);
}


.ofertasParaTi a:hover {
    text-decoration: none;
}

.ofertasParaTi .boxOfertas img {
    width: 36px;
}

.ofertasParaTi .boxOfertas p {
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: -0.25px;
    color: rgb(0, 103, 177);
    margin-bottom: 0;
}

.bgBlueLight {
    background-color: rgb(246, 247, 252);
    padding: 4rem 0;
}

.titleTexlink .texLink {
    background: transparent url(../images/ArrowRight.svg) no-repeat right 2px;
}

/* ------ FIN PAGINA HOME TUS BENEFICIOS ------ */

/* ------ PAGINA VITRINA TUS BENEFICIOS ------ */

.boxFiltros .containerTag .tag {
    border: 1px solid rgb(46, 125, 50);
}

.boxFiltros .containerTag .tag span {
    color: rgb(46, 125, 50);
}

/* ------ FIN PAGINA VITRINA TUS BENEFICIOS ------ */

.mr-1 {
    margin-top: 60px;
}

.slide-pro-home {
    background-color: white;
    min-height: 455px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.franja_silde-1 {
    width: 6px;
    background: #ffd000;
    position: absolute;
    left: 0px;
    top: 18%;
    height: 151.01px;
}

.box_slide-text-1 {
    background: hsl(0, 0%, 100%, 0.95);
    padding: 45px 35px;
    position: relative;
}

@media screen and (max-width: 768px) {

    /* ------ PAGINA HOME TUS BENEFICIOS ------ */

    .ofertasParaTi a {
        width: 100%;
    }

    .ofertasParaTi {
        flex-direction: column;
    }

    .bgBlueLight {
        padding: 2rem 0 4.5rem;
        margin-top: 40px;
    }

    /* ------ FIN PAGINA HOME TUS BENEFICIOS ------ */

    /* ------ PAGINA VITRINA TUS BENEFICIOS ------ */


    /* ------ FIN PAGINA VITRINA TUS BENEFICIOS ------ */

}


.section-menu-top .btn-group.active button{
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 32px;
}