/* global.css */

body {
  margin: 0;
  padding: 0;
}
/* header and logo design for now */
.uxvault-wrapper {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  padding: 8px;
  flex: 1;
  top: 0px;
}

.header-versin-light {
  position: absolute;
  top: 0px;
  left: calc(50% - 960px);
  width: 1920px;
  height: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  box-sizing: border-box;
}
.outlined-iconsarrow-down {
  width: 24px;
  position: relative;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
}

/* Common Text Styles */
.card-sorting,
.categories,
.cards,
.uxvault,
.projects {
  font-size: 36px;
  line-height: 46px;
  font-family: "DM Serif Text";
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #050505;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Text background style */
.text-background {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #050505;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Button hover effect */
.button:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* Button transition */
.button {
  transition: opacity 0.3s ease;
}

/* Header styles */
.header-versin-dark {
  box-shadow: 0px 386px 108px rgba(0, 0, 0, 0),
    0px 247px 99px rgba(0, 0, 0, 0.01), 0px 139px 83px rgba(0, 0, 0, 0.05),
    0px 62px 62px rgba(0, 0, 0, 0.09), 0px 15px 34px rgba(0, 0, 0, 0.1);
  background-color: #050505;
  width: 1920px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  gap: 320px;
  font-size: 28px;
}
.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

/* Navigation menu styles */
.men-de-navegacin {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
  font-size: 16px;
  font-family: "League Spartan";
  display: none;
}
/* .men-de-navegacin {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
  flex: 2;
} */
.soluciones {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 8px;
}
.frame-parent {
  width: 1224px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.frame-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.diseador-wrapper {
  width: 302.3px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px;
  box-sizing: border-box;
}

/* Common Tarjetas Styles */
.tarjetas,
.tarjetas1,
.tarjetas2,
.tarjetas3,
.tarjetas4,
.tarjetas5,
.tarjetas6,
.tarjetas7,
.tarjetas8,
.tarjetas9 {
  box-shadow: 0px 4px 4px #656565;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 320px;
  height: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

/* Common Categorias Styles */
.categoras,
.categoras1,
.categoras2,
.categoras3,
.categoras4 {
  box-shadow: 0px 4px 4px #656565;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #656565;
  width: 320px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

/* Common Layout Styles */
.uxvault-wrapper,
.outlined-icons-wrapper,
.heder-de-proyectos-inner,
.heder-de-proyectos,
.proyectos,
.configurcin,
.ayuda {
  display: flex;
  align-items: center;
}
