.texto_gradiente{
    font-weight: bold;
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.div_texto_proyecto{
    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;
    height: 50%;
    text-align: -webkit-left;
}
.div_texto_proyecto p{
    color: #ffffff ;
    font-size: 1.2rem;
    margin: 3% 0;
    font-family: lexand-medium;
}
.margen_p_proyecto p{
    margin-left: 8%;
}
.div_texto_proyecto 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_proyectos{
  width: 100px;
}
.div_orden_titulo{
  visibility: visible;
}
.div_orden_movil{
  visibility: hidden;
  display: none;
}
#trigger2{
  margin: 0 1rem;
}
.p_teayudamos{
  margin-top: 3rem;
}
/* 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_orden_titulo{
    visibility: hidden;
    display: none;
  }
  .div_orden_movil{
    visibility: visible;
    display: block;
    text-align: -webkit-center;
    justify-content: center;
  }
  #trigger_titulo{
    /* height: 20vh; */
    position: sticky !important;
    top: 0;
}
.borde_morado_banner{
    position: fixed;
}
}
/*tablets*/
@media only screen and (max-width: 768px) {
  .order-md-2{
    margin-bottom: 10%;
  }

  .texto_contacto{
    font-size: 1rem;
    color: #ffffff;
  }
  .div_texto_proyecto{
    margin: 10% 0;
  }
}
/*phone*/
@media only screen and (max-width: 575px){
  .p_teayudamos{
    margin-top: 0;
  }
  .div_orden_movil{
    margin-top: -5%;
  }
  #trigger2{
    margin: 0 3%;
  }
  .texto_banner{
    top:10%
  }
  
  .texto_banner h1{
    font-size: 1.5rem;
  }
  .div_texto_contacto{
    margin-top: 5%;
  }
  .servicios .card{
      border-radius: 15px;
      margin: 10% 5%;
      height: 50vh;  
    }
}