.div_fondo{
    background-image: url("../imagenes/contacto/Be_Contactanos.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 125px;
   
}
.div_contenido{
    /* position: absolute; */
    justify-content: center;
    /* margin-top: 2%; */
    /* justify-content: space-evenly; */
}
.div_texto_contacto{
    background-image: url("../imagenes/contacto/Cuadro_Contactanos_Be_Evolution.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding: 20px;
    
    /* height: 40%; */
}
.div_texto_contacto p{
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: lexand-medium;
}
.div_formulario_contacto{
    /* background-color: #fff; */
    border-radius: 15px;
}
.texto_serv_contacto{
    color: #ffffff;
}
.img_servicios{
    width: 80px;
}
.boton_evaluar_contacto{
background-color: #ebe7f1;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  border-radius: 45px;
  width: 140px;
  height: 70px;
  /* z-index: 200; */
  padding: 0;
  ;
    /* background: -webkit-linear-gradient(0deg,#46066F, #C0087E ); */
    /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
    border-radius: 45px;
    font-weight: bold;
    color: #650062;
    font-size: 1.1rem;
    line-height: 1;
    width: 140px;
    height: 70px;
    z-index: 200;
    right: -40px;
    padding: 0;
    top: 30%; */
  }
  .texto_boton_evaluar_contacto{
    font-size: 1.2rem;
  line-height: 1;
  font-family: lexand-bold;
  text-decoration: none;
  background-image: -webkit-linear-gradient(90deg,#820F81, #D60A84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* .div_texto_contacto ul li{
    background-image: url('../imagenes/icono_Infinito.svg');
    background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
    color: #fff;
    font-size: 1.2rem;
    font-family: lexand-medium;
  } */
  .div_datos_movil{
    display: none;
  }
  
  /* 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_datos_escritorio{
        display: none;
    }
    .div_datos_movil{
        display: block;
    }
    .primer_row{
        display: flex;
    }
    .boton_evaluar_contacto{
        margin: 10% 0;
    }
  }
  /*tablets*/
  @media only screen and (max-width: 768px) {
    .div_formulario_contacto{
        margin-top: 3rem;
    }
    .div_contenido{
        /* margin: 30% 0; */
    }
    .order-md-2{
        margin: 20% 0;
    }
    .div_fondo{
        margin: 0;
    }
    
}
/*phone*/
@media only screen and (max-width: 575px){

    .aviso_privacidad{
        margin: 0 0 20% 0;
    }
    .div_texto_contacto p{
        margin: 0 0 0 5%;
    }
    .boton_evaluar_contacto{
        margin-top: 2rem;
    }
    #boton_quiz_movil{
        display: none;
    }
    .seccion_servicios{
        margin-top: 15%;
    }
}