@font-face {
  font-family: 'khmer';
    src: url('../fuentes/Khmer-Regular.ttf') format('truetype'); /* Modern Browsers */
    font-display: swap;
}
@font-face {
  font-family: 'lexand-bold';
    src: url('../fuentes/LexendDeca-Bold.ttf') format('truetype'); /* Modern Browsers */
    font-display: swap;
}
@font-face {
  font-family: 'lexand-medium';
    src: url('../fuentes/LexendDeca-Medium.ttf') format('truetype'); /* Modern Browsers */
    font-display: swap;
}

h1, h2, h3, h4, h5, h6{
  font-family: khmer;
  color: #ffffff;
}
p, a {
  font-family: khmer;
  font-size: 1.2rem;
  color: #000000;
}
.boton_evaluar{
  /* background: -webkit-linear-gradient(0deg,#46066F, #C0087E ); */
  /* background-image: -webkit-linear-gradient(90deg,#820F81, #D60A84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /* font-weight: bold; */
    /* color: #650062; */
    /* font-size: 1.1rem; */
  background-color: #ebe7f1;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  border-radius: 45px;
  position: fixed;
  width: 140px;
  height: 70px;
  z-index: 200;
  right: 15px;
  padding: 0;
  top: 30%;
  
}
.texto_boton_evaluar{
  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;
}
#trigger_titulo{
  margin-top: 124px;
}
.aviso_privacidad{
  margin: 1rem 0 ;
}
.img_infinito{
  width: 35px;
}
.div_infinito{
  place-self: center;
}
@media only screen and (max-width: 990px){
  .boton_evaluar{
    display: none;
  }
  .logo_navbar{
    display: none;
  }
}
@media only screen and (max-width: 768px){
  #trigger_titulo{
    margin-top: 0;
  }
  .aviso_privacidad{
    margin: 20% 0 ;
  }
}

