  body{
    /* background: rgba(213, 24, 131, 1); */
    /* background: radial-gradient(circle,red 300px,brown 400px,orange 700px); */
    /* background: -webkit-radial-gradient( left,#d51883,#512778); 
    background: -o-radial-gradient( left,#d51883,#512778); 
    background: -moz-radial-gradient(left,#d51883,#512778);  */
    /* background-repeat: no-repeat; */
    height: auto;
    overflow-x: hidden !important;
    overflow:auto;
  }
 
  .texto_gradiente_pyme{
    background: -webkit-linear-gradient(0deg,#820F81, #D60A84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-family: lexand-medium;
  }
  .texto_gradiente_servicios{
    font-family: lexand-bold;
    font-size: 2rem;
    margin: 0 0 0 3%;
    position: absolute;
    background: linear-gradient(to right,#820F81, #D60A84);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    /* background-image: -webkit-linear-gradient(0deg,#820F81, #D60A84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  }
 .texto_gradiente_servicios:after{
  position: absolute;
  content: '';
  height: 2px;
  bottom: -4px; 
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  background: -webkit-linear-gradient(0deg,#820F81, #D60A84);
 }
  .texto_gradiente_contacto{
    font-family: lexand-bold;
    font-size: 2rem;
    margin: 0 0 0 1%;
    position: absolute;
    background: linear-gradient(to right,#820F81, #D60A84);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
  .texto_gradiente_contacto:after{
    position: absolute;
  content: '';
  height: 2px;
  bottom: -4px; 
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 80%;
  background: -webkit-linear-gradient(0deg,#820F81, #D60A84);
  }
  .texto_gradiente_blog{
    font-family: lexand-bold;
    font-size: 2rem;
    margin: 0 0 0 4.2%;
  }
  .div_quienessomos{
    background-image: url('../imagenes/Home/Franja_QuienesSomos_Be_Evolution.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 60vh;
  }
  .div_contenido_somos{
    position: absolute;
    top: 20%;
    left: 15%;
  }
  .div_contenido_somos p{
    color: #ffffff;
    font-size: 1.5rem;
  }
  .div_contenido_somos h3{
    margin-bottom: 0;
    font-family: lexand-bold;
    font-size: 2rem;
  }
  .div_banner_inicio{
    background-image: url('../imagenes/Home/Be_Home.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 65vh;
    margin-top: 119px;
  }
  .div_contenido_inicio{
    position: absolute;
    top: 35%;
    left: 15%;
  }
  .div_contenido_inicio h1{
    /* color: #C0087E; */
    background: -webkit-linear-gradient(0deg,#820F81, #D60A84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-family: lexand-bold;
    font-weight: bold;
  }
  .YTDezd{
    background: #ffffff;
    height: 2px;
    width: 230px;
    /* width: 30%; */
    margin: 0 0 6% 3%;
  }
  .YTDezd_2{
    background: #ffffff;
    height: 2px;
    width: 55px;
    margin: 0 0 0% 4%;
  }
  .borde_morado{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    height: 2px;
    width: 100%;
    margin-top: 3rem;
  }
  .borde_morado_2{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    height: 2px;
    width: 180px;
    margin: 0 0 0% 0%;
  }
  .borde_morado_servicios{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    height: 2px;
    width: 130px;
    margin: 0 0 0% 4%;
  }
  .borde_morado_3{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
    height: 2px;
    width: 80%;
    margin: 3% 0 0% 0%;
  }
  .servicios .card{
    border-radius: 15px;
    margin: 0 5%;
    position: relative;
    height: 100%;
    height: 60vh;  
    background-color: #061D29;
  }
  .servicios .card-body{
    background-color: #f2f2f2;
    position: relative;
  }
  
  .servicios .seccion_servicios{
    position: absolute;
    bottom: 2%;
    width: 100%;
  }
  .seccion_servicios .texto_gradiente_pyme{
    font-size: 1.2rem;
  }
  .div_imagen_servicio{
    height: 70px;
    margin-top: 10%;
  }
  .div_imagen_servicio p{
    /* font-weight: bold; */
    color: #ffffff;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-family: lexand-medium;
  }
  .imagen_fondo_servicios{
    opacity:0.5;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  .img_servicios{
    width: 100px;
  }
  #btn_enviar{
    background: -webkit-linear-gradient(0deg,#46066F, #C0087E );
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
    font-size: 1.2rem;
    font-weight:bold;
    border-radius: 45px;
    color: #fff;
    width: 270px;
    /* margin-top: 2%; */
  }
  .swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-wrapper {
    height: 80%;
    margin-left: 8% !important;
  }
  .swiper-slide {
    /* width: 25%; */
    position: relative;
    border-radius: 15px;
    margin: 0  10px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: end;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    object-fit: cover;
  }
  .texto_contacto{
    font-size: 1.2rem;
    color: #ffffff;
  }
  .div_texto_contacto{
    background-image: url("../imagenes/Home/Cuadro_Contactanos_Be_Evolution.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px ;
    border-radius: 15px;
    height: 50%;
    text-align: -webkit-left;
  }
  .div_texto_contacto p{
    font-family: lexand-medium;
    /* font-size: 28pt; */
  }
  .div_inputs{
    justify-content: center;
    margin-top: 2rem;
  }
  .div_labels{
    text-align: -webkit-left;
  }
  .bordes_contacto{
    background-color: #e6e6e6;
  }
  .boton_enviar{
    border-color: #46066F;
    background: -webkit-linear-gradient(0deg,#510D79, #9D0473 );
    width: 105px;
    color:#ffffff;
  }
  .row_blog{
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: left;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    align-items: center;
  }
  .row_blog p{
    color: #9D0473;
    font-weight: bold;
    margin: 10px;
  }
  .img_flecha{
    width: 20px !important;
    margin: 5px;
  }
  .div_contacto_margen{
    place-content:center;
    justify-content: space-evenly;
    /* text-align: -webkit-center; */
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* .servicios .tamaño_servicio:nth-child(2) {
    width: 25%;
   
  } */
  .margen_p_proyecto p{
    color: #ffffff;
    margin: 0 0 0 8%;
    font-size: 1.1rem;
    font-family: lexand-medium;
  }
  @media (hover: hover) {
    /* .servicios .tamaño_servicio:nth-child(2) {
      width: 25%;
    } */
    .tamaño_servicio:hover{
      cursor: pointer;
    }
    .imagen_fondo_servicios:hover{
      opacity: 1;

    }
    
    
  }
  /* Safari 10.1+ */
  @media not all and (min-resolution:.001dpcm) {
     
  }
  /* (1920x1080) Full HD Display */
  @media (min-width: 1920px) and (max-width: 2560px)  {
    .div_banner_inicio{
      margin-top: 7%;
    }
  }
  /*laptops*/
  @media only screen and (max-width: 992px) {
    .row_blog p{
      font-size: 1.5rem;
    }
    .div_contacto_margen{
      margin: 15% 0;
    }
  }
  /*tablets*/
  @media only screen and (max-width: 768px) {
  .div_contacto_margen{
    margin-left: 0;
    margin-right: 0;
  }
    .div_contenido_inicio{
      top: 0%
    }
    .div_contenido_inicio h1{
      font-size: 2rem;
      text-align: center;
      background: unset;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset;
      color: #ffffff;
    }
  .YTDezd{
    margin: 0 0 6% 4%;
  }
    .div_banner_inicio{
      background-image: url('../imagenes/Home/Movil_Home.webp');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative;
      height: 65vh;
      margin-top: 119px;
    }
    .texto_contacto{
      font-size: 1rem;
      color: #ffffff;
    }
    .div_banner_inicio{
      margin-top: 15%;
    }
    .servicios .card{
      border-radius: 15px;
      margin: 5% 5%;
      height: 30vh;  
    }
    .servicios .seccion_servicios{
      justify-content: center;
      bottom: 15%;
    }
    .div_imagen_servicio{
      margin-top: 6%;
    }
    
  }
  @media only screen and (max-width: 655px) {
    
  }
  /*phone*/
  @media only screen and (max-width: 575px){
  #btn_enviar{
    margin-bottom: 10%;
  }
  .div_quienessomos{
    height: 40vh;
  }
    .texto_gradiente_contacto{
      right: 25%;
    }
    .div_contenido_inicio h1{
      font-size: 1rem;
      text-align: center;
      background: unset;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset;
      color: #ffffff;
    }
    .div_contenido_inicio{
      top: 5%
    }
    .borde_morado_2{
      width: 150px;
    }
    .YTDezd{
      width: 210px;
      margin: 0 0 6% 17%;
    }
    .div_contenido_somos p{
      color: #ffffff;
      font-size: 1rem;
    }
    .texto_gradiente_pyme{
      font-size: 2rem;
    }
    h2.texto_gradiente_pyme, h3.texto_gradiente_pyme{
      font-size: 1rem;
    }
    .div_contenido_somos {
      left: 10%;
    }
    .div_contenido_somos h3{
      text-align: -webkit-center;
    }
    /* .YTDezd{
      width: 100%;
    } */
    .texto_gradiente_servicios {
      text-align: -webkit-center;
      right: 30%;
    }
    .borde_morado_servicios{
      width: 110px;
      margin: 0 0 0 37%;
    }
    /* .borde_morado_2{
      width: 58%;
    } */
    .row_blog p{
      font-size: 1rem;
    }
    .tamaño_servicio:nth-child(2) {
        width: 100%;
    }
    .borde_morado{
      background: -webkit-linear-gradient(0deg,#46066F, #C0087E);
      height: 2px;
      width: 80%;
    }
    .div_contenido_inicio {
      left: 9%;
    }
    
    .div_texto_contacto{
      margin: 5% 0 5% 0;
    }
    .servicios .card{
        border-radius: 15px;
        margin: 5% 5%;
        height: 20vh;  
    }
    /* .div_banner_inicio{
      background-image: url('../imagenes/Home/Home.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative;
      height: 50vh;
      margin-top: 35%;
    } */
  
}
@media only screen and (max-width: 375px){
  .div_quienessomos{
    height: 50vh;
  }
}