.texto_gradiente{
    font-weight: 900;
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.div_texto_repse{
    background-image: url("../imagenes/Home/Cuadro_Contactanos_Be_Evolution.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px ;
    border-radius: 15px;
    text-align: -webkit-left;
}
.div_texto_repse p{
    color: #ffffff ;
    font-size: 1.2rem;
    font-family: lexand-medium;

}
.p_margen{
    margin-top: 10%;
}
.margen_p_proyecto p{
    margin: 0 0 0 5%;
}
.div_texto_repse ul li{
    color: #ffffff ;
    font-size: 1.2rem;
    margin-top: 5%;
    font-family: khmer;
}
.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_repse{
    width: 100px;
}
#titulo_oculto{
    margin-left: 15%;
}
.imagen_tres_circulos{
    margin-top: 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) {
    #trigger_titulo{
        /* height: 20vh; */
        position: sticky !important;
        top: 0;
    }
    .borde_morado_banner{
        position: fixed;
    }
}
/*tablets*/
@media only screen and (max-width: 768px) {
  .div_texto_repse{
    margin-bottom: 15%;
  }
}
/*phone*/
@media only screen and (max-width: 575px){
    .texto_banner{
        top: 10%;
    }
    .imagen_tres_circulos{
        margin-top: 5%;
    }
    .texto_banner h1{
        font-size: 1.5rem;
    }
    .div_nomina{
        text-align: -webkit-center;
    }
    .div_titulo_repse_movil{
        display: none;
    }
    .div_texto_repse{
        padding: 20px 20px;
        
    }
  
}