/* Google Fonts - consolidado en un solo import */
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Amita:wght@400;700&family=Anton&family=Archivo+Black&family=Climate+Crisis&family=Dancing+Script:wght@400..700&family=Fascinate&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Tiny5&family=Ultra&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css');

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fascinate-regular {
  font-family: "Fascinate", system-ui;
  font-weight: 400;
  font-style: normal;
}
.climate-crisis {
  font-family: "Climate Crisis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "YEAR" 1979;
}
.ultra-regular {
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal;
}


.prompt-thin {
  font-family: "Prompt", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.prompt-extralight {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.prompt-light {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.prompt-regular {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.prompt-medium {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.prompt-semibold {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.prompt-bold {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.prompt-extrabold {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.prompt-black {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.prompt-thin-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.prompt-extralight-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.prompt-light-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.prompt-regular-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.prompt-medium-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.prompt-semibold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.prompt-bold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.prompt-extrabold-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.prompt-black-italic {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.amita-regular {
  font-family: "Amita", serif;
  font-weight: 400;
  font-style: normal;
}
.amita-bold {
  font-family: "Amita", serif;
  font-weight: 700;
  font-style: normal;
}
.alfa-slab-one-regular {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}
.tiny5-regular {
  font-family: "Tiny5", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: 1.5rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.8rem 0.2rem;
    border: solid 0.12rem;
    border-color: rgba(121, 103, 71, 0.346);
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar {
  font-family: "Poppins", sans-serif;
  font-size: 1.296rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

/*
  Stable glass layer for navbar — scoped to `disenografico.html` only.
  We add this pseudo-element instead of modifying the global `.navbar` so the
  blur/backdrop-filter effect doesn't affect other pages or get overridden
  when the page background (video/poster) changes during load.
*/
.page-disenografico .navbar::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(0.6rem);
  -webkit-backdrop-filter: blur(0.6rem);
  z-index: -1; /* sits behind navbar content but inside navbar stacking context */
  pointer-events: none;
}
.navbar.scrolled {
  background: rgba(63, 55, 33, 0.906) !important;
  padding: 0.5rem 0;
  border-bottom: 0.1rem solid rgba(136, 99, 5, 0.3532);
}
.navbar-brand .brand-text {
  font-weight: 700;
  font-size: 1.2rem;
}
/* Línea animada solo en nav-link del navbar principal */
.navbar .navbar-nav > .nav-item > .nav-link {
    position: relative;
}
.navbar .navbar-nav > .nav-item > .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: rgb(237, 159, 3);
    transition: width 0.3s ease;
}
.navbar .navbar-nav > .nav-item > .nav-link:hover::before,
.navbar .navbar-nav > .nav-item > .nav-link.active::before {
    width: 100%;
    left: 0;
}
/* Navbar links mejorado*/
a {
  text-decoration: none;
}
.footpata {
  color: rgb(162, 150, 114);
  background-color: rgb(37, 28, 9);
  font-family: "Poppins", sans-serif;
}
.nombre {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 12vmin;
  color: rgb(206, 150, 25);
}
.slogan {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 254);
}
.parallax-header {
   /* background-image: url(../img/cintesis.svg);*/
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh; /* fallback */
    height: 100vh; /* fallback */
    height: 100dvh; /* evita recortes en navegadores con barra/UI dinámica */
    position: relative;
    transform-style: preserve-3d;
    will-change: transform;
    overflow: visible;
}
.parallax-header::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -2;
    pointer-events: none;
}
.tghead {  
   padding-top: 14rem;
}
.mapaoscuro {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.nosotg {
  height: 100vh;
  min-height: 800px;
  background-image: url(../img/code.svg);
  background-size: cover;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: grid;
  align-items: center;
  background-color: rgb(75, 62, 42);
}
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      object-fit: cover;
      z-index: -1;
      pointer-events: none; /* Evita interacciones accionar el video */
    }
.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url(../img/logsombra.svg);
  background-color: rgb(18, 18, 18);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateZ(0);
  will-change: transform;
  z-index: -1;
}
.hero-content {
  min-height: 850px;
  height: 100vh;
  padding-top: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 5%;
  color: #4e615d;
}
.slaughter {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.905);
  font-size: 4rem;
  font-style: italic;
  text-align: right;
  text-shadow: 
    0 0 1px rgba(255, 255, 255, 0.7),
    0 0 0px rgba(255, 255, 255, 0.5),
    0 0 35px rgba(255, 255, 255, 0.3),
    0 0 10px rgba(255, 255, 255, 0.2);
  position: relative;
  animation: liquidGlass 3s ease-in-out infinite;
}
.slogtg {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.905);
  font-size: 1.5rem;
  font-weight: 300;
  text-align: right;
}

.slaughter::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: liquidShine 4s ease-in-out infinite;
  pointer-events: none;
}

.slaughter::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
}

@keyframes liquidGlass {
  0%, 100% {
    transform: translateY(0px);
    filter: brightness(1);
  }
  50% {
    transform: translateY(-3px);
    filter: brightness(1.1);
  }
}

@keyframes liquidShine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.headweb {
  background-color: rgb(21, 17, 10);
  height: 100vh;
  min-height: 600px;
}
.contactg {
  height: 100%;
  min-height: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(75, 62, 42);
}
.graphicdesigner {
  display: grid;
  place-items: center;
}
.disenografico {
  height: 100vh;
  min-height: 800px;
  display: grid;
  align-items: center;
}
.disenoweb {
  background-image: url(../img/nasa.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  min-height: 1000px;
  display: grid;
  align-items: center;
  background-color: rgb(44, 35, 3);
}
.disenowebintro {
  padding-left: 0%;
}
.seoweb {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  font-family: "Climate Crisis", sans-serif;
  color: rgb(206, 150, 25);
}
.webmio {
  font-family: "Climate Crisis", sans-serif;
  text-rendering: geometricPrecision !important;
  font-size: 12vmin;
  color: rgb(205, 150, 24);
}
.siteweb {
  margin-bottom: -80px;
  display: flex;
  justify-content: end;
  font-family: "Climate Crisis", sans-serif;
  color: rgb(205, 150, 24);
}
.ariba {
  display: flex;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}
.otro {
  margin-bottom: -80px;
  display: flex;
  justify-content: end;
  padding-right: 0%;
  font-family: "Climate Crisis", sans-serif;
  color: rgb(44, 35, 3);
}
.ntg {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: right;
}
.overkill {
  font-family: "Climate Crisis", sans-serif;
  color: rgb(255, 255, 255);
}
.max {
  font-family: "Montserrat", sans-serif;
  text-rendering: geometricPrecision !important;
  font-size: 10vmin;
}
.iron {
  text-align: center;
  color: rgb(206, 150, 25);
  background: linear-gradient(180deg, rgba(206, 150, 25, 0.999) 50%, rgba(44, 35, 3, 0.999) 50%);
  font-family: "Climate Crisis", sans-serif;
  text-shadow: #00000097 0.1em 0.2em 0em;
  padding-top: 15%;
  padding-bottom: 15%;
}
.megadeth {
  color: rgb(44, 35, 3);
}
.king {
  background-color: rgb(20, 16, 2);
}
.diamond {
  padding-top: 1%;
  padding-bottom: 10%;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  color: rgb(255, 255, 255);
  width: 95%;
}
.uxui {
  display: flex;
  align-items: center;
}
.enorme {
  font-size: 20vmin;
  font-family: "Climate Crisis", sans-serif;
  color: rgb(255, 255, 255);
}
.peque {
  font-size: 16vmin;
  font-family: "Climate Crisis", sans-serif;
  color: rgba(183, 136, 7, 0.9606);
}
.titulo {
  position: relative;
  display: inline-block; /* Para que el contenedor tome solo el ancho del texto */
  line-height: 1;        /* Evita espacios fantasmas de tipografía */
  text-align: center;   /* Centra el contenido dentro del contenedor */
  padding: 0 2rem;       /* Espacio a los lados del texto */
}

.enorme {
  display: block;
  color: #ffffff;
}

.peque {
  position: absolute;
  bottom: -0.62em;
  z-index: 2;
  transform: translateX(-22%);
  white-space: nowrap;
}

/* Ajustes para pantallas tablet/desktop intermedio (768px a 1154px) */
@media (max-width: 1182px) {
  .enorme {
    font-size: 16vmin !important;
  }
  
  .peque {
    font-size: 12vmin !important;
  }
  
  .titulo {
    padding: 0 1.5rem;
  }
}

/* Ajustes para pantallas tablet (576px a 768px) */
@media (max-width: 768px) {
  .peque {
    font-size: 12vw;
    transform: translateX(-18%);
  }
  
  .enorme {
    font-size: 16vw;
  }
  
  .titulo {
    padding: 0 2rem;
  }
}

/* Ajustes para pantallas móviles (menos de 576px) */
@media (max-width: 576px) {
  .enorme {
    font-size: 14vw;
  }
  
  .peque {
    font-size: 8.5vw;
    bottom: -0.1em;
    transform: translateX(-15%);
  }
  
  .titulo {
    padding: 0 1rem;
  }
  
  .van {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Ajustes para pantallas muy pequeñas */
@media (max-width: 380px) {
  .titulo {
    padding: 0 0.8rem;
  }
  
  .van {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.van {
  padding-top: 5%;
  padding-bottom: 8%;
}
.planess {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.skid {
  padding-top: 15%;
  padding-bottom: 15%;
}
.precios{
  background-color:rgb(44, 35, 3);
}
.costo {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 900;
  font-size: 5rem;
}
.dollar {
  padding-top: 20px;
  font-size: 2rem;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}
.iva {
  padding-top: 70px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.inclinado {
  padding-top: 70px;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
}
.tutu {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  background-color: rgb(155, 146, 86);
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  height: 100%;
  color: rgb(75, 62, 42);
}
.tutu2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  background-color: rgb(155, 146, 86);
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  height: 100%;
  box-shadow: #000000b0 0px 0px 30px;
  z-index: 1;
  margin-top: -50px;
  color: rgb(75, 62, 42);
}
.hputa {
  background-image: linear-gradient(90deg,rgb(205, 150, 24) 20%,rgb(45, 35, 3) 20%,rgb(45, 35, 3) 40%,rgb(156, 147, 86) 40%,rgb(156, 147, 86) 60%,rgb(251, 206, 0) 60%,rgb(251, 206, 0) 80%,rgb(75, 63, 42)80%);
  height: 1px;
}
.hputados {
  background-image: linear-gradient(90deg,rgb(205, 150, 24) 20%,rgb(255, 255, 255) 20%,rgb(255, 255, 255) 40%,rgb(98, 93, 63) 40%,rgb(98, 93, 63) 60%,rgb(251, 206, 0) 60%,rgb(251, 206, 0) 80%,rgb(255, 255, 255)80%);
  height: 2px;
  width: 70%;
  display: grid;
  justify-content: space-between;
  margin-left: 0px;
}
/*formulario*/
.blink {
  background-color: rgb(44, 35, 3);
}
.unochodos {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  padding-top: 10%;
  padding-bottom: 10%;
  color: rgb(75, 62, 42);
}
form {
  background: rgb(155, 146, 86);
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-radius: 2.5rem;
}
.fort {
  margin-bottom: 3rem;
  font-family: "Climate Crisis", sans-serif;
  color: rgb(75, 62, 42);
  text-align: center;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  margin-bottom: 6px;
}
input, textarea {
  width: 100%;
  padding: 10px;
  border: 0.1rem solid rgb(44, 35, 3);
  border-radius: 2rem;
  background-color: rgb(207, 197, 154);
  box-sizing: border-box;
}
.button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  width: 100%;
  padding: 20px 35px;
  background: rgb(44, 35, 3);
  color: rgb(155, 146, 86);
  border: none;
  border-radius: 3rem;
  cursor: pointer;
}
.button:hover {
  background: rgb(75, 62, 42);
  color: #ffffff;
}
/*formulario*/
.yocreativo {
  background-color: rgb(53, 52, 51);
}
.nace {
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: justify;
}
.se {
  font-family: "Climate Crisis", sans-serif;
  color: rgb(167, 161, 131);
}
.cen {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  padding-top: 6%;
  color: rgb(255, 255, 255);
}
.graph {
background-color: rgb(45, 35, 3);
padding: 0px;
}
.design {
  min-height: 100vh;
  background-image: url(../img/isotipoblender2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  image-rendering: optimizeQuality;
  display: flex;
  align-items: center;
}
.nirvana {
  background: linear-gradient(180deg, rgb(44, 35, 3) 0%, rgb(20, 16, 2) 60%, rgb(5, 4, 0) 100%);
}
.kurt {
  font-family: "Poppins", sans-serif;
  color: rgb(183, 143, 9);
  padding-top: 10%;
  padding-bottom: 10%;
}
.rock {
  font-size: 1.4rem;
  font-weight: 600;
}
.nest_web {
  background-color: rgb(37, 28, 9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modl {
  padding-top: 10%;
  padding-bottom: 10%;
  color: rgb(155, 146, 8);
  font-family: 'Poppins', sans-serif;
}
.judas {
  background-image: url(../img/code.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.priest {
  background-color: rgb(44, 35, 3);
  border-radius: 2rem;
  padding: 30px;
}
.freewell {
  color: rgb(205, 150, 24);
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}
.lover {
  padding: 5%;
  text-align: right;
  background-color: rgba(20, 20, 19, 0.14);
  backdrop-filter: blur(0.6rem);
  -webkit-backdrop-filter: blur(0.6rem);
  border-radius: 2rem;
  border: #f6f4f440 0.02rem solid;
}
.blow {
  padding-top: 10%;
  padding-bottom: 10%;
}
.wn {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: rgb(255, 255, 255);
}
.volkswagen {
  background-image: url(../img/vWmio.jpg);
  height: 1000px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   background-attachment: fixed;
}
.tresdesign {
  font-size: 13vmin;
}
.design3d {
  font-weight: 600;
  font-size: 1.8rem;
  color: #ffffff;
}

.masc {
  font-family: "Montserrat", sans-serif;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.865) 0.1em 0.2em 0.3em;
}
@media (min-width: 768px) {
  .ms-md-n5 {
      margin-left: -10rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-4 {
      margin-bottom: -5rem !important;
  }
}
/*
.mipro {
background-color: rgba(255, 255, 255, 0.5029);
backdrop-filter: blur(0.6rem);
-webkit-backdrop-filter: blur(0.6rem);
color: rgb(75, 75, 75);
border-top-left-radius: 3rem;
border-bottom-right-radius: 1rem;
border-top-right-radius: 6rem;
border-bottom-left-radius: 2rem;
border: rgba(146, 134, 90, 0.631) 3px solid;
-webkit-border: rgba(0, 0, 0, 0.31) 3px solid;
-moz-border: rgba(0, 0, 0, 0.31) 3px solid;
}
*/
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/*prueba urtado*/
.rounded-3 {
  border-radius: 1.3rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.border {
  border: var(--ar-border-width) var(--ar-border-style) var(--ar-border-color) !important;
}
img, figure {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.papu {
  background-image: linear-gradient(90deg,rgb(60, 58, 53) 50%,rgb(213, 168, 22) 50%);
}
/*prueba urtado*/
.uuxx {
  padding: 3%;
  border: #ffffff51 0.3em solid;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0.3rem 0.6rem 0.0rem 0.2em #4d473e91;
}
.uux {
  padding: 3%;
  box-shadow: 0.3rem 0.6rem 0.0rem 0.2em #4d473e91;
  border-radius: 2rem;
  border: 0.3em solid #ffffff50;
}
.circlenest {
  height: 100%;
  border-radius: 50%;
  border: #ffffff17 0.06em solid;
  backdrop-filter: blur(0.4rem);
  -webkit-backdrop-filter: blur(0.4rem);
  background-color: rgba(255, 255, 255, 0.059);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.circlenest::after {
  content: '';
  padding-bottom: 100%;
  display: block;
}
.webdev {
  display: grid;
  place-content: center;
}
.tut {
  font-family: "Climate Crisis", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 9vmin;
}
.btngracias {
  background-color: rgb(75, 61, 43);
  border: rgb(255, 255, 255) 0.02em solid;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  font-weight: 700;
  transition: 0.3s;
}
.btngracias:hover {
  background-color: #b1aa84;
}
/*header 3D*/
@media (orientation: landscape) {
  main {
      scale: 0.9
  }
}
@keyframes move {
  0% {
      transform: rotateY(-20deg) rotateX(-5deg);
  }
  25% {
      transform: rotateY(20deg) rotateX(-5deg);
  }
  50% {
      transform: rotateY(20deg) rotateX(5deg);
  }
  75% {
      transform: rotateY(-20deg) rotateX(5deg);
  }
  100% {
      transform: rotateY(-20deg) rotateX(-5deg);
  }
}
.super {
  background-color: rgb(26, 26, 26);
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  perspective: 1000px;
}
#fondoescritorio {
  aspect-ratio: 9/14;
  background: center / cover no-repeat url('../img/cuplu.jpg');
  width: 100%;
  max-width: 70vmin;
  position: relative;
  animation: move 10s 0s infinite;
  transform-style: preserve-3d;
  border-radius: 6vmin;
}
#linda {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  transform: translateZ(10vmin);
  transform-style: preserve-3d;
}
#bellaprincesa {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 18vmin;
  position: absolute;
  margin: 0;
  line-height: 1em;
  white-space: nowrap;
  background-image: url('../img/pajarracosacuatizando.jpg');
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#bellaprincesa::before {
  content: attr(data-title);
  position: absolute;
  color: #cab84056;
  -webkit-text-fill-color: initial;
  mix-blend-mode: overlay;
  opacity: 1;
  text-shadow: 0px 0px 4vmin rgba(0,0,0,0.4), 1px 1px #554738;
}
#PHD {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: auto;
  transform: translateZ(20vmin);
  transform-style: preserve-3d;
  filter: drop-shadow(0px 0px 40px rgba(0,0,0,0.4));
  border-radius: 6vmin;
}

#nestr {
  font-family: 'Tiny5', sans-serif;
  font-size: 2.6vmin;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 0px 3vmin rgba(0,0,0,0.7);
  position: absolute;
  top: 5%;
  left: 6%;
  transform: translateZ(5vmin);
  transform-style: preserve-3d;
  margin: 0;
}
#eleazz {
  font-family: 'Tiny5', sans-serif;
  font-size: 2.6vmin;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 0px 3vmin rgba(0,0,0,0.7);
  position: absolute;
  top: 5%;
  right: 6%;
  transform: translateZ(5vmin);
  transform-style: preserve-3d;
  margin: 0;
}
#jefa {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6vmin;
  text-transform: uppercase;
  text-align: center;
  color: white;
  letter-spacing: 0.4em;
  width: 100%;
  position: absolute;
  top: 26%;
  left: 0%;
  transform: translateZ(5vmin);
  transform-style: preserve-3d;
  margin: 0;
}
#mamol strong {
  font-family: 'Montserrat', sans-serif;
}
#mamol {
  display: flex;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 5vmin;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: absolute;
  top: 48%;
  left: 0%;
  width: 100%;
  margin: 0;
  transform: translateZ(10vmin);
  /* transform-style: preserve-3d; */
  /* text-shadow: 0px 0px 4vmin rgba(0,0,0,0.4); */
}
#mamol > span {
  display: flex;
  background-image: url('../img/pajarracosvolando.jpg');
  background-size: cover;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
#mamol > span::before {
  content: attr(data-title);
  position: absolute;
  color: #bdcd2d54;
  -webkit-text-fill-color: initial;
  mix-blend-mode: overlay;
  opacity: 1;
  text-shadow: 0px 0px 4vmin rgba(0,0,0,0.4), 1px 1px #bf4528;
}
.blacksabbath {
  background-color: rgb(0, 0, 0) !important;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "Montserrat", sans-serif;
}
/*header 3D*/

/* Navbar Styles */
.social-links a {
  transition: all 0.3s ease;
}

.social-links a:hover {
  transform: translateY(-3px);
  color: var(--bs-primary) !important;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(115deg, rgb(0, 0, 0) 0%, rgb(34, 30, 8) 100%);
  color: rgb(109, 106, 88);
  padding: 8rem 0 5rem;
  position: relative;
  font-family: Montserrat, sans-serif;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('path/to/pattern.svg') repeat;
  opacity: 0.1;
}

/* Scroll Down Animation */
.scroll-down {
  position: absolute;
  bottom: calc(1.15rem + env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.mouse-wrapper {
  display: block;
  height: 84px;
  width: 58px;
  border: 12px solid rgba(255,255,255,0.996);
  border-radius: 35px;
  position: relative;
}

.wheel {
  display: block;
  height: 16px;
  width: 11px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 35%;
  transform: translateX(-50%);
  animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(10px); opacity: 0; }
}

/* Servicios */
.service-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.03) 60%,
    rgba(255, 255, 255, 0.07) 100%
  );
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.8rem;
  padding: 2rem 1.5rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow:
    0 6px 30px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.25);
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(205, 150, 24, 0.15);
  border: 1px solid rgba(205, 150, 24, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.icon-wrapper i {
  font-size: 1.8rem;
  color: rgb(205, 150, 24);
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

.feature-list li {
  margin-bottom: 0.5rem;
}

.feature-list i {
  color: rgb(205, 150, 24);
  margin-right: 0.5rem;
}

/* Portafolio */
.portfolio-filters {
  margin-bottom: 2rem;
}

.portfolio-filters .btn {
  margin: 0 0.25rem;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay h4,
.portfolio-overlay p {
  color: white;
}

/* Testimonios */
.testimonial-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin: 1rem;
}

.testimonial-content {
  margin-bottom: 1.5rem;
}

.testimonial-content i {
  color: var(--bs-primary);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
}

/* Precios */
.pricing-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.pricing-header {
  text-align: center;
  margin-bottom: 2rem;
}

.price {
  font-size: 3rem;
  font-weight: 700;
  color: var(--bs-primary);
}

/* Contacto */
.contact-form {
  background: rgb(123, 115, 71);
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* (chat styles moved to floating-buttons section below) */

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 3rem;
  right: 6.698rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgb(146, 134, 90);
  color: white;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.back-to-top.visible {
  opacity: 1;
}

.footer-title {
  color: white;
  margin-bottom: 1.5rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--bs-primary);
}

.social-links a {
  color: white;
  margin-right: 1rem;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: var(--bs-primary);
}

/* Animaciones */
[data-aos] {
  opacity: 0;
  transition: all 0.5s ease;
}

[data-aos].aos-animate {
  opacity: 1;
}
.extermination {
  background-image: url(../img/dotpoint.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "Poppins", sans-serif;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border-top: 0.08rem solid rgba(255, 255, 255, 0.541);
  position: relative;
  overflow: hidden;
}
.extermination-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
}
.extermination-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dismemberment {
  position: relative;
  z-index: 1;
  padding-top: 5%;
  padding-bottom: 10%;
  width: 95%;
}
.stroke-anim {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  fill: none;
  animation: drawText 2s cubic-bezier(0.77, 0, 0.175, 1) forwards, fillText 0.8s 2s forwards;
}
@keyframes drawText {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillText {
  to {
    fill: rgba(24, 17, 3, 0.95);
  }
}
.exter {
  background-color: rgb(111, 99, 87);
  color: white;
  font-family: Montserrat, sans-serif;
}
.nest {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image:url(../img/cintesis.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.nest2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image:url(../img/ondas.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.fondillo {
  background-color: rgb(26, 26, 26);
  background-image: url(../img/noss.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.culu {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.torus {
  width: 65vmin;
  height: 65vmin;
  background: rgba(255, 255, 255, 0.059);
  backdrop-filter: blur(0.6rem);
  border: solid 0.1rem rgba(255, 255, 255, 0.124);
  border-radius: 50%;
  -webkit-mask: radial-gradient(
      circle,
      transparent 25%,
      #000 25%
  );
  mask: radial-gradient(
      circle,
      transparent 26%,
      #000 26%
  );
}
/* =============================================
   Chat Widget — Dark Glass Pro
   ============================================= */
.floating-buttons {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 1000;
}

.chat-widget {
  position: relative;
}

/* Botón toggle */
.chat-toggle {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9a84c, #7a5c1e);
  border: 1px solid rgba(255, 215, 100, 0.3);
  color: white;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.4), 0 0 0 0 rgba(201, 168, 76, 0.4);
  animation: pulse-gold 2.5s infinite;
}

@keyframes pulse-gold {
  0%   { box-shadow: 0 4px 20px rgba(201,168,76,0.4), 0 0 0 0 rgba(201,168,76,0.35); }
  70%  { box-shadow: 0 4px 20px rgba(201,168,76,0.4), 0 0 0 12px rgba(201,168,76,0); }
  100% { box-shadow: 0 4px 20px rgba(201,168,76,0.4), 0 0 0 0 rgba(201,168,76,0); }
}

.chat-toggle:hover {
  transform: scale(1.1) rotate(10deg);
  background: linear-gradient(135deg, #e0b84e, #9a7228);
}

/* Badge */
.notification-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #58450a;
  color: white;
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0d0d0d;
}

/* Contenedor principal — glassmorphism oscuro */
.chat-container {
  position: absolute;
  bottom: 4.5rem;
  right: 0;
  width: 360px;
  background: rgba(15, 12, 5, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 1.5rem;
  border: 1px solid rgba(201, 168, 76, 0.25);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255,255,255,0.05);
  display: none;
  overflow: hidden;
  transform-origin: bottom right;
  animation: chatOpen 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes chatOpen {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}

/* Header */
.chat-header {
  background: linear-gradient(135deg, rgba(201,168,76,0.15), rgba(122,92,30,0.2));
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  color: white;
  padding: 1rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.chat-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(201, 168, 76, 0.1);
  border: 1.5px solid rgba(201, 168, 76, 0.4);
  padding: 0.3rem;
  flex-shrink: 0;
}

.chat-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.2);
}

.chat-info h5 {
  margin: 0;
  font-size: 0.95rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #f0d080;
  letter-spacing: 0.03em;
}

.status-indicator {
  font-size: 0.72rem;
  color: #7dffb3;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.status-indicator::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7dffb3;
  box-shadow: 0 0 6px #7dffb3;
  animation: blink-dot 1.5s infinite;
}

@keyframes blink-dot {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}

/* Mensajes */
.chat-messages {
  height: 280px;
  overflow-y: auto;
  padding: 1rem;
  background: transparent;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,168,76,0.3) transparent;
}

.chat-messages::-webkit-scrollbar { width: 4px; }
.chat-messages::-webkit-scrollbar-track { background: transparent; }
.chat-messages::-webkit-scrollbar-thumb { background: rgba(201,168,76,0.3); border-radius: 4px; }

.message {
  margin-bottom: 0.85rem;
  max-width: 82%;
  animation: msgIn 0.2s ease;
}

@keyframes msgIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.message.received { margin-right: auto; }
.message.sent     { margin-left: auto; }

.message-content {
  padding: 0.65rem 1rem;
  border-radius: 1.1rem;
  font-size: 0.88rem;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.message.received .message-content {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255,255,255,0.1);
  color: #e8e0cc;
  border-bottom-left-radius: 0.3rem;
}

.message.sent .message-content {
  background: linear-gradient(135deg, #c9a84c, #7a5c1e);
  color: white;
  border-bottom-right-radius: 0.3rem;
  box-shadow: 0 4px 12px rgba(201,168,76,0.3);
}

.message-time {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.3);
  margin-top: 0.2rem;
  text-align: right;
  font-family: 'Poppins', sans-serif;
}

/* Input */
.chat-input {
  display: flex;
  align-items: center;
  padding: 0.85rem 1rem;
  gap: 0.6rem;
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  background: rgba(0,0,0,0.2);
}

.chat-input input {
  flex: 1;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 2rem;
  outline: none;
  background: rgba(255,255,255,0.05);
  color: #f0e8cc;
  font-size: 0.85rem;
  font-family: 'Poppins', sans-serif;
  transition: border-color 0.2s;
}

.chat-input input::placeholder { color: rgba(240,232,204,0.35); }

.chat-input input:focus {
  border-color: rgba(201, 168, 76, 0.55);
  background: rgba(255,255,255,0.08);
}

.chat-input button {
  background: linear-gradient(135deg, #c9a84c, #7a5c1e);
  color: white;
  border: none;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(201,168,76,0.3);
}

.chat-input button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(201,168,76,0.45);
}

/* Cerrar */
.close-chat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  font-size: 1rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.close-chat:hover {
  background: rgba(255,80,80,0.2);
  border-color: rgba(255,80,80,0.4);
  color: #ff6b6b;
}
.whatsapp-link {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.whatsapp-link:hover {
  background-color: #128C7E;
  color: white;
}

.whatsapp-link i {
  margin-right: 5px;
}
.caplum {
  padding-top: 3%;
  padding-bottom: 3%;
  background-image: linear-gradient(180deg,rgb(0, 0, 0),rgb(27, 20, 2));
}
.card1 {
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.03) 60%, rgba(255,255,255,0.07) 100%);
  cursor: pointer;
}
.card2 {
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.03) 60%, rgba(255,255,255,0.07) 100%);
  cursor: pointer;
}
.card3 {
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.03) 60%, rgba(255,255,255,0.07) 100%);
  cursor: pointer;
}
.card1 img, .card2 img {
  border-radius: 1.5rem;
}
/* Efectos hover para las imágenes de proyectos */
.proyectos .card1,
.proyectos .card2,
.proyectos .card3 {
    position: relative;
    overflow: hidden;
    border-radius: 3rem;
    transition: all 0.3s ease;
    cursor: pointer;
    isolation: isolate; /* fix Firefox overflow:hidden + border-radius + pseudo-element */
    -webkit-mask-image: -webkit-radial-gradient(white, black); /* fix Safari/older WebKit */
}

/* Efecto de escala al pasar el cursor */
.proyectos .card1:hover,
.proyectos .card2:hover,
.proyectos .card3:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Efecto de brillo/destello */
.proyectos .card1:hover::before,
.proyectos .card2:hover::before,
.proyectos .card3:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
    animation: shine 1s ease-in-out;
}

/* Animación de destello */
@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Efecto de cambio de color en el borde */
.proyectos .card1:hover img,
.proyectos .card2:hover img,
.proyectos .card3:hover img {
    filter: brightness(1.1);
    border-radius: 3rem;
    transition: border 0.3s ease;
}

/* Efecto de texto emergente */
.proyectos .card1 .overlay-text,
.proyectos .card2 .overlay-text,
.proyectos .card3 .overlay-text {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    background-color: rgba(237, 167, 4, 0.852); 
    color: white;
    padding: 10px;
    text-align: center;
    transition: bottom 0.3s ease;
    z-index: 2;
}

.proyectos .card1:hover .overlay-text,
.proyectos .card2:hover .overlay-text,
.proyectos .card3:hover .overlay-text {
    bottom: 0;
}
.opacity-75 {
    opacity: 0.60 !important;
}

/* Ajustes para animación tgbounce en móviles */
@media (max-width: 768px) {
  .disenografico {
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
  }
  .disenografico lottie-player {
    transform: scale(2.5);
    transform-origin: center center;
  }
  .vh-100.bg-dark,
  .vh-100.bg-black,
  .lottie-big-phone {
    min-height: 100vh;
    padding: 0;
    overflow: hidden;
  }
  .vh-100.bg-dark lottie-player,
  .vh-100.bg-black lottie-player,
  .lottie-big-phone > lottie-player {
    width: 100%;
    min-height: 100vh;
    display: block;
    transform: scale(2.5);
    transform-origin: center center;
  }
}
/* Definimos la animación de giro */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* --- ESTO SE QUEDA IGUAL (El Giro) --- */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.react-logo-spin {
  animation: spin 20s linear infinite;
  will-change: transform; 
  /* Aseguramos que el punto de origen del giro sea el centro */
  transform-origin: center;
}

/* --- ESTO ES LO NUEVO (El Zoom y el cambio de velocidad) --- */

/* Preparamos el contenedor del enlace para la transición de tamaño */
.react-link-zoom {
  display: block; /* Importante para que el zoom funcione bien */
  transition: transform 0.3s ease-in-out; /* Suaviza el zoom */
  will-change: transform;
}

/* Aplicamos el ZOOM al pasar el mouse sobre el ENLACE */
.react-link-zoom:hover {
  transform: scale(1.1); /* ¡Ahora sí verás el aumento de tamaño! */
  cursor: pointer;
}

/* ACELERAMOS EL GIRO de la imagen de adentro cuando pasas el mouse por el enlace de afuera */
.react-link-zoom:hover .react-logo-spin {
  animation-duration: 5s; /* Acelera el giro a 5 segundos */
}
.react-link-zoom {
  display: inline-block; 
  text-decoration: none !important;
  border: none !important;
}

/* === Tablet horizontal: ocultar texto y mouse del header === */
@media (orientation: landscape) and (max-height: 768px) {
  .tghead .text,
  .scroll-down {
    display: none !important;
  }
  .parallax-header {
    min-height: 100lvh;
  }
}

/* === Botones CTA landscape tablet === */
.header-landscape-btns {
  display: none;
}

@media (orientation: landscape) and (max-height: 768px) {
  .header-landscape-btns {
    display: flex;
    gap: 1rem;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .btn-header-landscape {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.6rem 1.8rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    /* Liquid glass base */
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.06) 50%,
      rgba(255, 255, 255, 0.12) 100%
    );
    backdrop-filter: blur(20px) saturate(180%) brightness(1.1);
    -webkit-backdrop-filter: blur(20px) saturate(180%) brightness(1.1);
    box-shadow:
      0 4px 24px rgba(0, 0, 0, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.55),
      inset 0 -1px 0 rgba(255, 255, 255, 0.1),
      inset 1px 0 0 rgba(255, 255, 255, 0.2),
      inset -1px 0 0 rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }

  /* Reflejo superior tipo vidrio */
  .btn-header-landscape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.28) 0%,
      rgba(255, 255, 255, 0.0) 100%
    );
    border-radius: 2rem 2rem 0 0;
    pointer-events: none;
  }

  /* Destello animado al hover */
  .btn-header-landscape::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent
    );
    transition: left 0.5s ease;
    pointer-events: none;
  }

  .btn-header-landscape:hover::after {
    left: 150%;
  }

  .btn-header-landscape:hover {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.28) 0%,
      rgba(255, 255, 255, 0.10) 50%,
      rgba(255, 255, 255, 0.20) 100%
    );
    box-shadow:
      0 8px 32px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.7),
      inset 0 -1px 0 rgba(255, 255, 255, 0.15),
      inset 1px 0 0 rgba(255, 255, 255, 0.3),
      inset -1px 0 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    color: #fff;
  }

  .btn-header-presupuesto {
    background: rgb(205, 150, 24);
    border-color: rgb(205, 150, 24);
    color: rgb(44, 35, 3);
  }

  .btn-header-presupuesto:hover {
    background: rgb(230, 170, 40);
    border-color: rgb(230, 170, 40);
    color: rgb(44, 35, 3);
  }
}

/* === Glassmorphism Formulario Contacto === */
.contacto-glass-bg {
  background:
    linear-gradient(135deg, rgb(20, 16, 5) 0%, rgb(44, 35, 3) 50%, rgb(15, 12, 2) 100%);
  background-attachment: fixed;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

/* Orbes de luz de fondo para que el glass se vea bien */
.contacto-glass-bg::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(205, 150, 24, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.contacto-glass-bg::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(155, 146, 86, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.glass-form {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.10) 0%,
    rgba(255, 255, 255, 0.04) 50%,
    rgba(255, 255, 255, 0.08) 100%
  );
  backdrop-filter: blur(24px) saturate(180%) brightness(1.05);
  -webkit-backdrop-filter: blur(24px) saturate(180%) brightness(1.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2.5rem;
  padding: 3rem 3.5rem;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 48px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    inset 1px 0 0 rgba(255, 255, 255, 0.15),
    inset -1px 0 0 rgba(255, 255, 255, 0.08);
  max-width: 720px;
  margin: 0 auto;
  z-index: 1;
}

/* Reflejo superior del glass */
.glass-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.0) 100%
  );
  border-radius: 2.5rem 2.5rem 0 0;
  pointer-events: none;
}

.fort-glass {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 20px rgba(205, 150, 24, 0.4);
  letter-spacing: -0.02em;
}

.glass-label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.03em;
}

.glass-input {
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 1rem !important;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  padding: 0.85rem 1.2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  width: 100%;
}

.glass-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.glass-input:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(205, 150, 24, 0.6) !important;
  box-shadow:
    0 0 0 3px rgba(205, 150, 24, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  outline: none;
}

textarea.glass-input {
  resize: vertical;
  min-height: 130px;
}

.btn-glass-submit {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.85rem 2.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(205, 150, 24, 0.7);
  color: rgb(44, 35, 3);
  background: linear-gradient(135deg, rgb(205, 150, 24) 0%, rgb(230, 175, 50) 50%, rgb(205, 150, 24) 100%);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow:
    0 4px 20px rgba(205, 150, 24, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.btn-glass-submit::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

.btn-glass-submit:hover::after {
  left: 150%;
}

.btn-glass-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(205, 150, 24, 0.5), inset 0 1px 0 rgba(255,255,255,0.5);
}

@media (max-width: 576px) {
  .glass-form {
    padding: 2rem 1.5rem;
    border-radius: 1.8rem;
  }
}

/* === Hosting Glass Cards === */
.hosting-glass-bg {
  background: linear-gradient(135deg, rgb(10, 8, 2) 0%, rgb(44, 35, 3) 50%, rgb(15, 12, 2) 100%);
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.hosting-glass-bg::before {
  content: '';
  position: absolute;
  top: 10%;
  left: -15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(205, 150, 24, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hosting-glass-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(155, 146, 86, 0.10) 0%, transparent 70%);
  pointer-events: none;
}

.plan-glass-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.10) 0%,
    rgba(255, 255, 255, 0.04) 60%,
    rgba(255, 255, 255, 0.08) 100%
  );
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  color: #fff;
}

/* Reflejo superior */
.plan-glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, transparent 100%);
  border-radius: 2rem 2rem 0 0;
  pointer-events: none;
  z-index: 0;
}

.plan-glass-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

/* Card destacada Plan 2 */
.plan-glass-featured {
  background: linear-gradient(
    145deg,
    rgba(205, 150, 24, 0.20) 0%,
    rgba(205, 150, 24, 0.06) 60%,
    rgba(205, 150, 24, 0.14) 100%
  );
  border-color: rgba(205, 150, 24, 0.45);
  box-shadow:
    0 12px 50px rgba(205, 150, 24, 0.25),
    inset 0 1px 0 rgba(255, 215, 80, 0.4),
    inset 0 -1px 0 rgba(205, 150, 24, 0.1);
  transform: scale(1.04);
}

.plan-glass-featured:hover {
  transform: scale(1.04) translateY(-8px);
}

.plan-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: rgb(205, 150, 24);
  color: rgb(44, 35, 3);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.3rem 0.9rem;
  border-radius: 2rem;
  letter-spacing: 0.05em;
  z-index: 2;
}

/* Imagen redondeada */
.plan-img-wrap {
  border-radius: 1.5rem;
  overflow: hidden;
  margin: 1.2rem 1.2rem 0;
  position: relative;
  z-index: 1;
  background: rgba(0,0,0,0.2);
}

.plan-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
}

.plan-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  color: #fff;
  margin: 1.2rem 0 0.5rem;
  position: relative;
  z-index: 1;
}

.plan-features {
  list-style: none;
  padding: 0 1rem;
  margin: 1rem 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.8);
  position: relative;
  z-index: 1;
}

.plan-features li {
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.plan-features li:last-child {
  border-bottom: none;
}

.plan-features i {
  color: rgb(205, 150, 24);
  margin-right: 0.5rem;
  width: 16px;
}

.plan-bonus {
  background: rgba(205, 150, 24, 0.12);
  border: 1px solid rgba(205, 150, 24, 0.3);
  border-radius: 3rem;
  padding: 0.8rem 1rem;
  margin-top: 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.9);
  position: relative;
  z-index: 1;
}

.plan-bonus-title {
  font-weight: 700;
  color: rgb(205, 150, 24);
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.plan-bonus p {
  margin: 0;
}

/* === Diseño Gráfico — Servicios cards === */
.dg-service-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.03) 60%,
    rgba(255, 255, 255, 0.07) 100%
  );
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.8rem;
  padding: 2rem 1.5rem;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow:
    0 6px 30px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.25);
  height: 100%;
  display: grid;
  place-items: center;
}

.dg-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}

.dg-icon {
  font-size: 2.5rem;
  color: rgb(205, 150, 24);
  margin-bottom: 1rem;
  display: block;
}

.dg-service-card h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.dg-service-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  margin: 0;
}

/* === Proceso === */
.dg-proceso-section {
  background: rgb(20, 16, 5);
  border-top: 1px solid rgba(255,255,255,0.08);
}

.dg-paso {
  padding: 1.5rem;
}

.dg-paso-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  color: rgba(205, 150, 24, 0.25);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.dg-paso h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.4rem;
}

.dg-paso p {
  font-family: "Poppins", sans-serif;
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}

/* === CTA === */
.dg-cta {
  background: linear-gradient(135deg, rgb(44, 35, 3) 0%, rgb(20, 16, 2) 100%);
  border-top: 1px solid rgba(205, 150, 24, 0.2);
}

.btn-dg-cta {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.85rem 2.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(205, 150, 24, 0.7);
  color: rgb(44, 35, 3);
  background: linear-gradient(135deg, rgb(205, 150, 24) 0%, rgb(230, 175, 50) 50%, rgb(205, 150, 24) 100%);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(205, 150, 24, 0.35), inset 0 1px 0 rgba(255,255,255,0.4);
}

.btn-dg-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(205, 150, 24, 0.5);
  color: rgb(44, 35, 3);
}

/* === Quiénes Somos — Stats === */
.qs-stats-section {
  background: linear-gradient(135deg, rgb(15, 12, 2) 0%, rgb(44, 35, 3) 50%, rgb(10, 8, 2) 100%);
  border-top: 1px solid rgba(205, 150, 24, 0.2);
  border-bottom: 1px solid rgba(205, 150, 24, 0.2);
}

.qs-stat-card {
  padding: 2rem 1rem;
}

.qs-stat-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 8vw, 5rem);
  color: rgb(205, 150, 24);
  line-height: 1;
  display: inline-block;
}

.qs-stat-suffix {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  color: rgba(205, 150, 24, 0.6);
}

.qs-stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5rem;
  margin-bottom: 0;
}

/* === Quiénes Somos — Glass Text Card === */
.qs-glass-text {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.04) 50%,
    rgba(255, 255, 255, 0.09) 100%
  );
  backdrop-filter: blur(24px) saturate(180%) brightness(1.05);
  -webkit-backdrop-filter: blur(24px) saturate(180%) brightness(1.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2.5rem;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 8px 48px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    inset 1px 0 0 rgba(255, 255, 255, 0.15),
    inset -1px 0 0 rgba(255, 255, 255, 0.06);
}

/* Reflejo superior */
.qs-glass-text::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, transparent 100%);
  border-radius: 2.5rem 2.5rem 0 0;
  pointer-events: none;
}

.qs-glass-icon {
  font-size: 4rem;
  color: rgb(205, 150, 24);
  margin-bottom: 1rem;
  line-height: 1;
}

.qs-glass-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(205, 150, 24, 0.3);
}

.qs-glass-body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.qs-glass-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.qs-glass-tags span {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  background: rgba(205, 150, 24, 0.15);
  border: 1px solid rgba(205, 150, 24, 0.35);
  color: rgb(205, 150, 24);
  letter-spacing: 0.03em;
}

/* === Diseño 3D — Herramientas === */
.td-tools-section {
  background: linear-gradient(135deg, rgb(10, 8, 2) 0%, rgb(30, 24, 3) 100%);
  border-top: 1px solid rgba(205, 150, 24, 0.15);
}

.td-tool-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.03) 60%,
    rgba(255, 255, 255, 0.07) 100%
  );
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.8rem;
  padding: 2rem 1.2rem;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 30px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.2);
  height: 100%;
  display: grid;
  place-items: center;
}

.td-tool-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}

.td-tool-icon {
  font-size: 2.5rem;
  color: rgb(205, 150, 24);
  margin-bottom: 1rem;
  display: block;
}

.td-tool-card h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.td-tool-card p {
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  margin: 0;
}

/* === Carousel controls 3D === */
.td-carousel-btn {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 4px 16px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.35);
  transition: all 0.3s ease;
}

.td-carousel-btn:hover {
  background: linear-gradient(
    135deg,
    rgba(205, 150, 24, 0.35) 0%,
    rgba(205, 150, 24, 0.15) 100%
  );
  border-color: rgba(205, 150, 24, 0.6);
  box-shadow: 0 6px 24px rgba(205, 150, 24, 0.3), inset 0 1px 0 rgba(255,255,255,0.4);
  transform: scale(1.12);
}

/* === Carousel controls pegados al borde === */
#carouselExampleCaptions .carousel-control-prev,
#carouselExampleCaptions .carousel-control-next {
  width: 15%;
}

#carouselExampleCaptions .carousel-control-prev {
  left: 0;
}

#carouselExampleCaptions .carousel-control-next {
  right: 0;
}

/* CTA Glassmorphism Buttons */
.btn-glass-gold {
  background: rgba(240, 192, 64, 0.15);
  color: #f0c040;
  border: 1.5px solid rgba(240, 192, 64, 0.5);
  border-radius: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(240, 192, 64, 0.15), inset 0 1px 0 rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}
.btn-glass-gold:hover {
  background: rgba(240, 192, 64, 0.35);
  color: #fff;
  border-color: rgba(240, 192, 64, 0.9);
  box-shadow: 0 8px 32px rgba(240, 192, 64, 0.35), inset 0 1px 0 rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.btn-glass-white {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.85);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(255,255,255,0.05), inset 0 1px 0 rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}
.btn-glass-white:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px rgba(255,255,255,0.12), inset 0 1px 0 rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

/* === Proyectos cards glassmorphism === */
.card1, .card2, .card3 {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.03) 60%,
    rgba(255, 255, 255, 0.07) 100%
  );
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 6px 30px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 1rem;
}

.card1:hover, .card2:hover, .card3:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.25);
}

.card1 img, .card2 img, .card3 img {
  width: 100%;
  border-radius: 1.5rem;
  display: block;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: rgba(255,255,255,0.9);
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0 0 1.5rem 1.5rem;
  text-align: center;
}
/* Estilos específicos para el + */
.spinning-plus {
    color: rgb(228, 161, 4);
    display: inline-block;
    font-weight: 900;
    transition: transform 0.05s linear;
    will-change: transform;
  }
  /* Ocultar badge de reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* ── Proyectos Glassmorphism ─────────────────────────────── */
.proyectos-glass {
  background: linear-gradient(160deg, #0a0a0a 0%, #1a1400 60%, #0d0d0d 100%);
  padding: 6rem 0 7rem;
  position: relative;
  overflow: hidden;
}
.proyectos-glass::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 20% 40%, rgba(205,150,24,0.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 80% 60%, rgba(205,150,24,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.proyectos-eyebrow {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: rgb(205,150,24);
  margin-bottom: 0.5rem;
}
.proyectos-title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: #fff;
  margin-bottom: 3.5rem;
}
.proyecto-glass-card {
  display: block;
  text-decoration: none;
  border-radius: 1.8rem;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow:
    0 8px 32px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.proyecto-glass-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow:
    0 20px 50px rgba(0,0,0,0.6),
    0 0 0 1px rgba(205,150,24,0.35),
    inset 0 1px 0 rgba(255,255,255,0.2);
  border-color: rgba(205,150,24,0.4);
}
.proyecto-glass-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1.8rem 1.8rem 0 0;
  background: rgba(0,0,0,0.3);
}
.proyecto-glass-img-wrap img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease, filter 0.4s ease;
  filter: drop-shadow(0 0 30px rgba(205,150,24,0.15));
}
.proyecto-glass-card:hover .proyecto-glass-img-wrap img {
  transform: scale(1.06);
  filter: drop-shadow(0 0 40px rgba(205,150,24,0.35));
}
.proyecto-glass-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.proyecto-glass-card:hover .proyecto-glass-overlay {
  opacity: 1;
}
.proyecto-glass-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  background: rgba(205,150,24,0.25);
  border: 1px solid rgba(205,150,24,0.6);
  border-radius: 2rem;
  padding: 0.6rem 1.6rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  letter-spacing: 0.5px;
}
.proyecto-glass-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.4rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
}
.proyecto-glass-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  letter-spacing: 1px;
}
.proyecto-glass-dot {
  color: rgba(205,150,24,0.7);
  font-size: 1.2rem;
  transition: color 0.3s ease, transform 0.3s ease;
}
.proyecto-glass-card:hover .proyecto-glass-dot {
  color: rgb(205,150,24);
  transform: rotate(90deg);
}
.btn-lang {
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border-radius: 50%;
  background-color: rgb(201, 143, 7);
  color: rgb(49, 35, 5);
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(55, 46, 10, 0.623);
}

.btn-lang:hover {
  transform: scale(1.1);
  background: rgb(145, 103, 4);
  color: #fff;
}