/* style in all page */
.chakra {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
}

.slider_text {
  font-family: 'Kdam Thmor Pro', sans-serif;
}

.text_con_icons {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}

.text-links_acceso {
  font-family: 'Work Sans', sans-serif;
}

.title_headers {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 00;
}

.color1 {
  color: #ea0a2a;
}

.color2 {
  color: #ea0a2a;
}

input:focus {
  outline: none;
}

input:valid ~ label {
  top: -0.5rem;
  left: 1.25rem;
  font-size: 0.875rem !important;
}

.input-con-contenido-y-enfocado,
.completo:has(> div > input:focus) {
  background-color: #ffffff;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: brightness(110%) blur(20px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: all 500ms;
  transform: scale(1);
  opacity: 100;
}

.swiper {
  width: 100%;
  height: auto;
}

.insignia {
  background-color: #4d5562;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4); */
}
/*  */
