.fs-6, .fs-6 * {
  font-size: 1rem !important;
}

.h-card {
  height: 20rem !important;
}

body {
  background: #f2f2f2 !important;
  color: #051b33 !important;
  font-family: "basis_grotesque_proregular", sans-serif !important;
  font-weight: normal;
}

h1 {
  font-family: "Gilroy-Thin", sans-serif;
  font-weight: bold !important;
  color: #4af835 !important;
  font-size: calc(4rem + 3vw) !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
}

h2 {
  font-size: calc(2rem + 2vw) !important;
  font-family: "Gilroy-Bold", sans-serif;
  text-transform: capitalize !important;
}

h3 {
  font-size: calc(1rem + 2vw) !important;
  font-family: "Gilroy-Bold", sans-serif;
}

.top-10 {
  top: 10%;
}

.w-90 {
  width: 90%;
}

.h4 {
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: calc(1rem + 1.2vw) !important;
}

.btn-green {
  text-decoration: none;
  color: #051b33;
  padding: 0.5rem 1.3rem;
  background-color: #4af835;
  text-transform: uppercase;
  font-family: "Gilroy-Medium", sans-serif;
}

.btn-purple {
  text-decoration: none;
  color: #f2f2f2;
  padding: 0.5rem 1.3rem;
  background-color: #6a61ac;
  text-transform: uppercase;
  font-size: 2.3rem;
  font-family: "Gilroy-Medium", sans-serif;
  width: max-content;
}

.caracteristicas > p {
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-size: calc(1rem + 1vw) !important;
  line-height: 1.2em !important;
}

.bg-nav {
  background: #f2f2f2;
}

.custom-logo-link img {
  width: 9rem !important;
  height: auto !important;
  object-fit: contain;
}

.menu {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.menu-item {
  list-style: none;
}

.menu-item a {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #051b33 !important;
  transition: color 0.3s ease, background-color 0.3s ease;
  position: relative;
  width: max-content;
}
.menu-item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #051b33;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: left;
}
.menu-item a:hover::after {
  transform: scaleX(1);
}

.menu-item.current-menu-item a,
.menu-item.current_page_item a {
  font-weight: bold;
  color: #007bff;
}
.menu-item.current-menu-item a::after,
.menu-item.current_page_item a::after {
  transform: scaleX(1);
}

@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.nav-link {
  position: relative;
  width: max-content;
}
.nav-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #051b33;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: left;
}
.nav-link.active::after {
  transform: scaleX(1);
}
.nav-link:hover::after {
  transform: scaleX(1);
}

.card-site:hover {
  background-color: #4af835;
  transition-duration: 1s;
}

.categoria-section {
  position: relative;
  width: 100vw;
  height: 30vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1d20;
}

.hero-section {
  position: relative;
  width: 100vw;
  height: 85vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1d20;
}
.hero-section video {
  width: 100vw;
  height: 85vh;
}
.hero-section > * {
  position: relative;
  z-index: 2;
}

.hero-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 19, 42, 0.6) !important;
  z-index: 3;
}

.frase {
  font-family: "Gilroy-Medium", sans-serif;
}

.frase, .frase > * {
  font-size: calc(1rem + 2vw) !important;
}

.container-video {
  width: 100%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#home-about-description > * {
  width: 90%;
}

.my-6rem {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.logo {
  width: 8rem !important;
  height: auto;
}

.normal-size > * {
  font-size: 16px !important;
  line-height: 26px !important;
  margin-bottom: 25px !important;
}

.background-img {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-blue {
  background-color: #051b33 !important;
  color: #f2f2f2 !important;
}

.cifra {
  position: relative;
  font-size: calc(2.8rem + 2vw);
  line-height: 110%;
}
.cifra::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -30%;
  width: calc(12rem + 2vw);
  height: 1px;
  background: rgba(242, 242, 242, 0.75);
}

.py-z {
  padding: 8rem 0px;
}

.box {
  height: 12rem !important;
  width: auto;
}

.subtitulo {
  text-transform: uppercase;
  font-size: calc(1rem + 1.2vw);
}

.prenda-loop {
  width: 80vw !important;
  height: auto;
}
.prenda-loop img {
  width: 100%;
  object-fit: cover;
}

.text-normal {
  text-transform: none !important;
}

.icon {
  width: 100%;
  height: 10rem;
  object-fit: contain;
}

#back-top {
  text-transform: uppercase !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.8;
  transition: opacity 0.4s;
}
#back-top:hover {
  opacity: 1;
}

.fa-arrow-up {
  transform: rotate(45deg);
}

.text-blue {
  color: #051b33 !important;
}

#frase-footer h3 {
  font-family: "Gilroy-Regular", sans-serif;
}
#frase-footer h3 a {
  text-decoration: none;
  color: #051b33;
}
#frase-footer p {
  font-size: calc(0.2rem + 1vw) !important;
  text-transform: uppercase;
  line-height: 40% !important;
  font-weight: 500;
}

.h-personalizado {
  height: 50vh !important;
}

.anno {
  font-size: calc(4rem + 2vw) !important;
}

.container-img {
  height: 70vh !important;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  filter: grayscale(100%) blur(0.7px);
}

.nombre {
  text-transform: uppercase;
  line-height: 20px;
  font-size: 1.2rem;
}

.swiper-team p {
  text-transform: uppercase;
  line-height: 20px;
  font-size: 1rem !important;
  margin: 0 !important;
}

.frase-principal, .frase-principal > * {
  text-align: center;
  font-size: calc(2rem + 2vw) !important;
  font-family: "Gilroy-SemiBold", sans-serif;
}

.underline {
  text-decoration: underline !important;
}

.z-99 {
  z-index: 9999 !important;
}

.cctv > p {
  font-size: calc(1rem + 1vw) !important;
}

.circle {
  opacity: 0.3;
  width: 40px;
  height: 40px;
  background: rgba(242, 242, 242, 0.15);
  transition: transform 400ms ease-in-out;
}
.circle:hover {
  background: rgba(242, 242, 242, 0.35);
}

.text-bg {
  color: #f2f2f2 !important;
}

.text-5 {
  font-size: calc(1rem + 1vw) !important;
}

.datos-oficina > p {
  font-size: calc(0.2rem + 1vw) !important;
}

#gmap-canvas {
  height: 40vh !important;
}

.floating-button {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 1000;
}

.modal-dialog {
  margin-top: 20vh !important;
}

.content-textil > p {
  font-size: calc(0.2rem + 1vw) !important;
}

.w-mitad {
  width: 50% !important;
}
.w-mitad > .title-marca {
  font-size: calc(1rem + 1vw) !important;
}
.w-mitad > p {
  font-size: calc(0.03rem + 1vw) !important;
}

.logo-marca {
  width: 150px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 765px) {
  .w-mitad {
    width: 100% !important;
  }
  .w-mitad > .title-marca {
    font-size: calc(1rem + 1vw) !important;
  }
  .w-mitad > p {
    font-size: calc(0.8rem + 1vw) !important;
  }
  .content-textil > p {
    font-size: calc(0.8rem + 1vw) !important;
  }
  .datos-oficina > p {
    font-size: calc(0.9rem + 1vw) !important;
  }
  .container-img {
    height: 50vh !important;
  }
  .fs-menu {
    font-size: calc(2.4rem + 1vw) !important;
  }
  .container-video {
    height: auto;
  }
  .background-img {
    height: 50vh;
  }
  .prenda-loop {
    width: 100vw !important;
  }
  .h-personalizado {
    height: auto !important;
  }
  h1 {
    font-size: calc(2rem + 3vw) !important;
  }
  .anno {
    font-size: calc(2rem + 2vw) !important;
  }
  #frase-footer p {
    font-size: calc(0.4rem + 1vw) !important;
  }
}
@media (min-width: 1280px) {
  .content-textil > p {
    font-size: calc(0.08rem + 1vw) !important;
  }
  .cctv > p {
    font-size: calc(0.3rem + 1vw) !important;
  }
  .container-img {
    height: 70vh !important;
  }
  .text-5 {
    font-size: calc(0.4rem + 1vw) !important;
  }
}
.quotation-cart-floating {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 1040;
}
.quotation-cart-floating button {
  position: relative;
  padding: 0.5rem 1.2rem;
}

#quotationCartPanel .cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
#quotationCartPanel .cart-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 6px;
}
#quotationCartPanel .cart-item .cart-item-no-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
  font-size: 1.4rem;
}
#quotationCartPanel .cart-item .cart-item-info {
  flex: 1;
}
#quotationCartPanel .cart-item .cart-item-info strong {
  font-size: 0.9rem;
}
#quotationCartPanel .cart-item .btn-remove-item {
  color: #dc3545;
  border: none;
  background: none;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
}
#quotationCartPanel .cart-item .btn-remove-item:hover {
  background: #fff0f0;
}
