.texto_gradiente{
    font-weight: bold;
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.div_texto_gestion{
    background-image: url("../imagenes/Home/Cuadro_Contactanos_Be_Evolution.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 15px;
}
.div_texto_gestion p{
    color: #ffffff;
    font-family: lexand-medium;
    font-size: 1.2rem;
}
.p_margen{
  margin-top: 10%;
  
}
.texto_banner{
    position:absolute;
    text-align:center;
    top:30%
}
.texto_banner h1{
  font-family: lexand-medium;
}
.borde_morado_banner{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
      height: 5px;
      width: 100%;
      margin:0;
}
.img_nomina{
    width: 75px;
}
.div_texto_gestion p{
  margin: 0 0 0 15%;
}
/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
     
}
/* (1920x1080) Full HD Display */
@media (min-width: 1920px) and (max-width: 2560px)  {
 
}
/*laptops*/
@media only screen and (max-width: 992px) {
  .div_nomina{
    justify-content: center;
    text-align: -webkit-center;
  }
  .div_texto_gestion p{
    margin-left: 5%;
  }
  #trigger_titulo{
    /* height: 20vh; */
    position: sticky !important;
    top: 0;
}
.borde_morado_banner{
    position: fixed;
}
}
/*tablets*/
@media only screen and (max-width: 768px) {
  .texto_gradiente {
    margin-top: 10%;
  }
 
}
/*phone*/
@media only screen and (max-width: 575px){
  .texto_gradiente {
    margin-top: 0;
  }
  .texto_banner{
    top: 10%
  }
  #titulo_oculto{
    display: none;
  }
    .div_texto_gestion p{
        font-size: 1rem;
    }
  .texto_banner h1{
    font-size: 1.5rem;
  }
}