.pagina_5 {
    position: relative; 
    background-image: url('../image/pagina_5_fondo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden; 
    color: white;
    z-index: 0;
}

.pagina_5::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 0, 0, 0.71);
    z-index: -1; 
}

.pagina_5_contenedor {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.pagina_5 i {
    font-size: 65px;
}