/********Beneficios**********/

.beneficios_2025 {

    background: #E5E5E5;

}


.row_titulo_ge h2 {

    font-size: 2.8rem;

    color: #1B5148;

    font-weight: 700;

}


.pb_40{
    padding-bottom: 40px;
}




.row_beneficios_contet2_2025 {

    width: 100%;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    margin-top: 80px;

}







.item_beneficio_2025 {

    width: 30%;

    border: 1px solid #2C786C;

    margin-bottom: 70px;

    position: relative;

    padding: 0px 25px;

}

.item_beneficio_2025__ {

    border: 1px solid #3E4A5E;

    margin-bottom: 70px!important;

    position: relative;

    padding: 0px 25px;

    height: 250px;

}





.item_beneficio_2025 img,.item_beneficio_2025__ img {

    width: 100px;

    height: 100px;

}






.item_beneficio_2025 figure,.item_beneficio_2025__ figure {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    top: -50px;

}







.texto_bene_2025 {

    margin-top: 60px;

    margin-bottom: 10px;

    display: flex;

    flex-direction: column;

    align-items: center;

}







.texto_bene_2025 span {

    font-size: 19px;

    color: #1A1A1A;

    display: flex;

    margin-bottom: 5px;

    font-weight: 700;

}







.texto_bene_2025 h2 {

    font-size: 23px;

    color: #3E4A5E;

    font-weight: 700;

}







.texto_bene_2025 p {

    font-size: 15px;       /* Bajamos de 15px a 13px */
    line-height: 1.2;      /* Un poco más de espacio que el 1.2 actual */
    margin-top: 20px;      /* Reducimos el espacio superior de 20px a 10px */
    text-align: center;    /* Centrado ayuda a que no se vea desordenado */
    padding: 0 5px;

}



.texto_bene_2025 .centro {

    text-align: center;

    margin-top: 0px;

}