/* ==========================================================================
   MURCIA INTELLIGENT COMMUNITY - ucam-hitech
   Generado al extraer los estilos en linea del HTML. Cada clase es un
   bloque de declaraciones completo; las clases no se solapan entre si.
   ========================================================================== */

.ucam-hitech-1 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));
  gap:1px;
  margin-top:clamp(36px,4.5vw,64px);
}

.ucam-hitech-2 {
  margin:26px 0 0;
  max-width:52ch;
  font-family:'Newsreader',Georgia,serif;
  font-style:italic;
  font-weight:300;
  font-size:clamp(18px,1.9vw,25px);
  line-height:1.3;
  color:#08171C;
}

.ucam-hitech-3 {
  position:absolute;
  top:-40%;
  right:-14%;
  width:64vw;
  height:64vw;
  max-width:820px;
  max-height:820px;
  z-index:0;
  background:conic-gradient(from 0deg,rgba(79,191,178,0),rgba(79,191,178,.18),rgba(48,183,219,.08),rgba(79,191,178,0));
  border-radius:50%;
  filter:blur(50px);
  animation:haloSpin 44s linear infinite;
  pointer-events:none;
}

.ucam-hitech-4 {
  position:absolute;
  top:0;
  bottom:0;
  background:linear-gradient(180deg,rgba(79,191,178,.16),rgba(48,183,219,.06));
  border-left:2px solid #4FBFB2;
  transition:left .65s cubic-bezier(.65,0,.2,1),width .65s cubic-bezier(.65,0,.2,1);
  pointer-events:none;
  z-index:0;
}

