.bloque-fondo-degradado{
    background-color: var(--black01);
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.bloque-fondo-degradado::before{
    position: absolute;
    content: '';
    /*height: 380px;*/
    left: -50px;
    right: -30px;
    top: -20px;
    bottom: -20px;
    z-index: 0;
    background: radial-gradient(71.81% 100% at 10% 65%, rgba(47, 105, 255, 1) 0%, rgba(21, 21, 23, 0) 100%);
    width: 100%;
    max-width: var(--acotado);
    margin: 0 auto;
    transition: filter 2s;
}
.bloque-fondo-degradado .titulo-h1{
    max-width: 750px;
    color: var(--white00);
    font-weight: 500;
}
.bloque-fondo-degradado .texto-b-degradado-pc .link-b-degradado{
    font-size: 64px;
    line-height: 70px;
    font-weight: 500;
    color: var(--white00);
    text-decoration: none;
}
.bloque-fondo-degradado .texto-b-degradado-m a{
    text-decoration: none;
    color: var(--white00);
    font-size: 64px;
    line-height: 70px;
    font-weight: 500;
}
.bloque-fondo-degradado .texto-b-degradado-m .texto-adicional{
    color: var(--white00);
    line-height: 52px;
    font-size: 48px;
    font-weight: 500;
}

.bloque-fondo-degradado img.imagen-fondo{
    max-height: 380px;
    width: auto;
    justify-self: end;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    min-height: 380px;
    transition: filter 2s;
    object-fit: cover;
    object-position: center;
}
.bloque-fondo-degradado .titulo-h1,
.texto-b-degradado-m
{
    z-index: 2;
    position: relative;
}
.bloque-fondo-degradado .texto-b-degradado-m{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bloque-fondo-degradado img{
    height: 30px;
    width: 30px;
}
.link-b-degradado{
    display: flex;
    align-items: start;
    gap: 8px;
}

.bloque-fondo-degradado:hover img.imagen-fondo,
.bloque-fondo-degradado:hover::before
{
    filter: blur(4px);
}

.texto-b-degradado-pc{
    opacity: 0;
    transform: translateX(-100%);
    position: absolute;
}

@media only screen and (max-width: 768px){
    .bloque-fondo-degradado img.imagen-fondo, .bloque-fondo-degradado::before{
        filter: blur(4px);
    }
    .bloque-fondo-degradado img.imagen-fondo{
        min-height: 370px;
/*         left: -4px; */
    }
    .bloque-fondo-degradado:hover .texto-b-degradado-pc{
        left: 45px;
    }

    .bloque-fondo-degradado .wrapper-titulo{
        left: 45px;

    }
    .bloque-fondo-degradado{
        height: 440px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1440px){
    .bloque-fondo-degradado::before{
        background: radial-gradient(91.81% 190% at 20% 100%, rgba(47, 105, 255, 1) 0%, rgba(21, 21, 23, 0) 100%);
    }
}


@media only screen and (min-width: 768px){
    .contenido-general .bloque-fondo-degradado{
        padding-left: 12%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){

    .bloque-fondo-degradado .texto-b-degradado-pc .link-b-degradado{
        font-size: 48px;
        line-height: 52px;
    }

}

@media only screen and (max-width: 1024px){
    .bloque-fondo-degradado .titulo-h1{
        max-width: 70%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px){
    .bloque-fondo-degradado .titulo-h1{
        max-width: 80%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1554px){
    .contenido-general .bloque-fondo-degradado{
        /*max-width: 1290px;*/
        margin-left: 76px;
        margin-right: 76px;
    }
}
@media only screen and (max-width: 1024px){
    .bloque-fondo-degradado .titulo-h1{
        font-size: 48px;
        line-height: 52px;
    }
}
@media only screen and (min-width: 1024px){
    .bloque-fondo-degradado .titulo-h1{
        font-size: 64px;
        line-height: 1.1;
    }
    .bloque-fondo-degradado::before{
        /*background: radial-gradient(71.81% 100% at 10% 100%, rgba(47, 105, 255, 1) 0%, rgba(21, 21, 23, 0) 100%);*/
        background: radial-gradient(81.81% 140% at 0% 100%, rgba(47, 105, 255, 1) 0%, rgba(21, 21, 23, 0) 100%);
    }
}
.bloque-fondo-degradado{
    overflow: hidden;
}
.bloque-fondo-degradado:hover .wrapper-titulo {
    opacity: 0;
    transform: translateX(40%);
}
.bloque-fondo-degradado .wrapper-titulo {
    opacity: 1;
    transform: translateX(0);
    transition: all 1.2s cubic-bezier(0,0,0.33,1);
}
    
.bloque-fondo-degradado:hover .texto-b-degradado-pc{
    display: flex;
    opacity: 1;
    transform: translateX(76px);
    transition: all 1.2s cubic-bezier(0,0,0.33,1);
    /*background-image: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0, 0, 0, 0));*/
}
.capa-dark{
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 2s cubic-bezier(0,0,0.33,1);
}
.texto-b-degradado-pc{
    position: absolute;
    z-index: 3;
    transition: all 2s cubic-bezier(0,0,0.33,1);
}
.wrapper-titulo{
    position: relative;
    z-index: 3;
}
.bloque-fondo-degradado:hover .capa-dark{
    opacity: 1;
}