.texto_gradiente{
  position: absolute;
  top: 0;
  background: linear-gradient(to right,#820F81, #D60A84);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
    margin: 0;
    font-size: 1.5rem;
    font-family: lexand-bold;
}
.texto_gradiente:after{
  position: absolute;
  content: '';
  height: 2px;
  bottom: -4px; 
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  background: -webkit-linear-gradient(0deg,#820F81, #D60A84);
}
.div_texto_contacto{
    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_contacto p{
    color: #ffffff;
    font-size: 1.2rem;
    font-family: lexand-medium;
}
.margin_p_preguntas{
  margin-top: 10%;
}
.banner{
  position: relative;
  margin-top: 124px;
}
.texto_banner{
  position:absolute;
  text-align:center;
  top:40%
}
.texto_banner h1{
  font-family: lexand-medium;
}
.borde_morado_banner{
  background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    height: 5px;
    width: 100%;
    margin:0;
}
.borde_morado_2{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    height: 2px;
    width: 160px;
    margin: 0 0 0% 6%;
}
.borde_morado_3{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    height: 2px;
    width: 300px;
    margin: 0 0 0% 6%;
}
.img_circulo{
  width: 75px;
  margin-right: 5%;
}
.img_nosotros_ilustracion{
  position: absolute;
  bottom: 0;
}
/* 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) {
  
}
 /*tamaño para revelar menu movil*/
 @media only screen and (max-width: 990px) {
  .img_nosotros_ilustracion{
    position: unset;
  }
  .borde_morado_2{
    margin: 0 0 0 3%;
  }
   .borde_morado_3{
    margin: 0 0 0 3%;
   }
   .banner{
    /* height: 20vh; */
    z-index: 100;
    position: sticky !important;
    top: 0;
  }
  .borde_morado_banner{
      position: fixed;
  }
}
/*tablets*/
@media only screen and (max-width: 768px) {
  .texto_contacto{
    font-size: 1rem;
    color: #ffffff;
  }
  .banner{
    position: relative;
    margin-top: 0;
  }
  .borde_morado_2{
    /* width: 33%;  */
  }
 
  /* .borde_morado_3{
    width: 56%;
  } */
}

/*phone*/
@media only screen and (max-width: 575px){
  .texto_banner{
    top: 25%;
  }
  
  .margin_p_preguntas{
    margin-top: 20%;
  }
  
  .borde_morado_2{
    /* width: 50%;  */
    width: 170px;
    margin: 0 0 0 6%;
  }
  .borde_morado_3{
    /* width: 80%; */
    width: 290px;
    margin: 0 0 0 6%;
  }
  .div_texto_contacto {
    padding: 20px 20px;
  }
  .img_circulo{
    width: 90px;
  }
  .div_texto_contacto{
    margin-top: 5%;
  }
  .servicios .card{
      border-radius: 15px;
      margin: 10% 5%;
      height: 50vh;  
    }
}
@media only screen and (max-width: 375px){
  .borde_morado_3{
    margin: 0 0 0 2%;
    width: 200px;
  }
  .div_texto_contacto {
    padding: 20px 10px;
  }
}