.elementor-28 .elementor-element.elementor-element-809a817{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-90e60ad{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-28 .elementor-element.elementor-element-90e60ad.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-28 .elementor-element.elementor-element-eedd887.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-28 .elementor-element.elementor-element-390bd32.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-28 .elementor-element.elementor-element-3415092.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-28 .elementor-element.elementor-element-5b75aa3.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-28 .elementor-element.elementor-element-84a32fb.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-28 .elementor-element.elementor-element-8b42ee8.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-6f47bbf */ .chiquina {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  line-height: 0.9;
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  user-select: none;
  min-width: 1024px;
}

.linea1 {
  font-size: 9.5vw;
  color: white;
  -webkit-mask-image: linear-gradient(30deg, transparent, #fff 10%, #fff 60%, transparent);
  mask-image: linear-gradient(30deg, transparent, #fff 10%, #fff 60%, transparent);
}

.linea2 {
  font-size: 9.5vw;
  color: white;
  -webkit-mask-image: linear-gradient(30deg, transparent, #fff 10%, #fff 60%, transparent);
  mask-image: linear-gradient(30deg, transparent, #fff 10%, #fff 60%, transparent);
}

/* iPad horizontal */
@media (max-width: 1080px) and (min-width: 820px) {
  .chiquina {
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-5vw);
  }
  .linea1 {
    font-size: 13vw;
  }
  .linea2 {
    font-size: 13vw;
  }
}

/* iPad vertical */
@media (max-width: 819px) and (min-width: 769px) {
  .chiquina {
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-5vw);
  }
  .linea1 {
    font-size: 15.8vw;
  }
  .linea2 {
    font-size: 15.9vw;
  }
}

/* Celular */
@media (max-width: 768px) {
  .chiquina {
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-27vw);
  }
  .linea1 {
    font-size: 15.8vw;
  }
  .linea2 {
    font-size: 15.8vw;
  }
} /* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-809a817 */ .contenedor-padre2 {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  z-index: 0;
} /* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ca066b */ .glass {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; 
}

*{
    margin: 0;
    border-radius: 10px;
    padding: 5;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

/*cuadro general*/
section{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #140d0a, #3a1f12, #a14b1a);
    
}

/*cuadro general colores*/
section .color{
    position: absolute;
    filter: blur(150px);
}

section .color:nth-child(1){
    top: -30px;
    width: clamp(120px, 25vw, 200px);
    height: clamp(300px, 60vh, 600px);
    background: #EAEAEA;
}

section .color:nth-child(3){
    bottom: 0px;
    width: clamp(200px, 40vw, 400px);
    height: clamp(150px, 30vh, 300px);
    background: #FF931E;
}

/*cuadro general*/
/*cuadro general*/ 
.container{ 
    position: relative; 
    width: 40vh;
    height: 58vh;
    background: rgba(255,255,255,0.1); 
    border-radius: 10px; 
    display: flex; 
    justify-content: center; 
    align-items: center; backdrop-filter: blur(5px); 
    box-shadow: 0 25px 45px rgb(0,0,0,0.1); 
    border: 1px solid rgb(255,255,255,0.5); 
    border-right: 1px solid rgb(255,255,255,0.2);
    border-bottom: 1px solid rgb(255,255,255,0.2); }

/*cuadro general*/
.form{
    position: relative;
    width: 100%;
    height: 100%;
    padding: clamp(15px, 5vw, 30px);
}

/*contáctanos*/
.form h2{
    position: relative;
    color: #fff;
    font-size: clamp(20px, 5vw, 30px);
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
   
    text-align: center;
    font-family: 'Barlow', sans-serif;
}

/*Linea de abajo de Contáctanos*/
.form h2:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 187px;
    height: 4px;
    background: #fff;
}

 .form .inputBx{
    width: 100%;
    margin-top: clamp(10px, 3vw, 20px)
 }

/*Cuadros Nombre Email*/
 .form .inputBx input{
     width: 100%;
     background: rgba(255,255,255,0.1);
     border: none;
     outline: none;
     padding: 10px 20px;
     border-radius: 35px;
     border: 1px solid rgb(255,255,255,0.5);
     border-right: 1px solid rgb(255,255,255,0.2);
     border-bottom: 1px solid rgb(255,255,255,0.2);
     font-size: 16px;
     font-weight: 100;
     letter-spacing: 1px;
     color: #fff;
     box-shadow: 0 5px 15px rgb(0,0,0,0.05);
 }

/*Cuadro Escribe mensaje aquí*/
.form .inputBx textarea{
    width: 100%;
    height: clamp(130px, 20vw, 140px);
    resize: none;
    background: rgba(255,255,255,0.1);
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid rgb(255,255,255,0.5);
    border-right: 1px solid rgb(255,255,255,0.2);
    border-bottom: 1px solid rgb(255,255,255,0.2);
    font-size: 16px;
    
    letter-spacing: 1px;
    color: #fff !important;
    box-shadow: 0 5px 15px rgb(0,0,0,0.05);
}

/*Texto Nombre e Email*/
.form .inputBx input::placeholder{
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: clamp(12px, 3vw, 16px);
}

/* Texto Escribe un mensaje aquí*/
.form .inputBx textarea::placeholder{
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: clamp(12px, 3vw, 16px);
}

/*Botón enviar*/
.form .inputBx input[type="submit"]{
    background: #fff;
    color: #666;
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    transition: .5s ease-in-out;
    font-size: clamp(12px, 3vw, 16px);
}

/*Hover botón enviar*/
.form .inputBx input[type="submit"]:hover{
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/*Nos pondremos en contacto contigo pronto*/
.text{
    margin-top: clamp(3px, 2.5vw, 2px);
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: clamp(12px, 3vw, 16px);
    white-space: nowrap;
} /* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eedd887 */ .titulo {
  position: absolute;
  top: 17.5%;
  left: 50%;
  transform: translate(-50%, -50%); 
  z-index: 2; 
  color: rgba(255, 255, 255, 1); 
  font-size: max(10px, 1vw);
  font-weight: 100;
  user-select: none;
  font-family: 'Unbounded', sans-serif;
  text-align: center;
  -webkit-mask-image: linear-gradient(30deg, transparent, #fff 10%, #fff 60%, transparent);
} /* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-390bd32 */ .elementor-28 .elementor-element.elementor-element-390bd32 {
  position: absolute;
  z-index: 0;
}

/*____________________________________________*/

.marquee_uno {
  display: flex;
  overflow: hidden;
  height: 5vh;
  user-select: none;
  gap: 2rem;
/*background-color: green;
/*transform: skewY(-3deg); */
/*transform: rotate(-5deg) translateY(-30px) translateX(50px);*/

    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 50%, #fff 50%, transparent);
}

.marquee_uno:hover {
  -webkit-text-stroke: 1.5px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}

.marquee_uno__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 80s linear infinite reverse;
}

.marquee_uno__group span {
  color: rgba(255, 255, 255, 0.1); 
  font-size: clamp(18px, 2vw, 90px);
  font-weight: 800;
  white-space: nowrap;
  font-family: 'Unbounded', sans-serif 
 /*text-transform: uppercase;*/
}

@media only screen and (min-width: 360px) {
    .marquee_uno__group span {
        font-size: 2vw;
    }
}

/*____________________________________________*/

.marquee_dos {
  display: flex;
  overflow: hidden;
  height: 8vh;
  user-select: none;
  gap: 2rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 40%, #fff 60%, transparent);
}

.marquee_dos:hover {
  -webkit-text-stroke: 1.5px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}

.marquee_dos__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 50s linear infinite;
}

.marquee_dos__group span {
  color: rgba(255, 255, 255, 0.2); 
  font-size: clamp(18px, 3.5vw, 90px);
  font-weight: 800;
  white-space: nowrap;
  font-family: 'Unbounded', sans-serif 
}

/*____________________________________________*/

.marquee_tres {
  display: flex;
  overflow: hidden;
  height: 12vh;
  user-select: none;
  gap: 2rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 30%, #fff 70%, transparent);
}

.marquee_tres__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 30s linear infinite reverse;
}

.marquee_tres__group span {
  color: white;
  font-size: clamp(24px, 6vw, 120px);
  font-weight: 800;
  white-space: nowrap;
  font-family: 'Unbounded', sans-serif
}

    
/*____________________________________________*/
    
.marquee_cuatro {
  display: flex;
  overflow: hidden;
  height: 8vh;
  user-select: none;
  gap: 2rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 40%, #fff 60%, transparent);
}

.marquee_cuatro:hover {
  -webkit-text-stroke: 1.5px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}

.marquee_cuatro__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 50s linear infinite;
}

.marquee_cuatro__group span {
  color: rgba(255, 255, 255, 0.2); 
  font-size: clamp(18px, 3.5vw, 90px);
  font-weight: 800;
  white-space: nowrap;
  font-family: 'Unbounded', sans-serif 
}

/*____________________________________________*/
    
.marquee_cinco {
  display: flex;
  overflow: hidden;
  height: 4vh;
  user-select: none;
  gap: 2rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 40%, #fff 60%, transparent);
}

.marquee_cinco:hover {
  -webkit-text-stroke: 1.5px #fff;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
}

.marquee_cinco__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-width: 100%;
  animation: scroll 120s linear infinite reverse;
}

.marquee_cinco__group span {
  color: rgba(255, 255, 255, 0.1); 
  font-size: clamp(18px, 2vw, 90px);
  font-weight: 800;
  white-space: nowrap;
  font-family: 'Unbounded', sans-serif 
}

/*____________________________________________*/

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 2rem));
  }
} /* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3415092 */ .marcas {
  overflow: hidden;
  position: absolute;
  user-select: none;
  z-index: 5; 
  top: 91.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 50px; /* altura fija para centrar imágenes */
}

.marcas__track {
  display: flex;
  gap: 40px; /* espacio entre imágenes */
  width: max-content;
  animation: marquee 120s linear infinite; /* tiempo largo y lineal para suavidad */

  height: 100%;
  align-items: center;
  box-sizing: border-box;

  will-change: transform; /* optimización para animación fluida */
}

.marcas__group {
  display: flex;
  gap: 40px;
}

.item {
  flex: 0 0 auto; /* mantiene tamaño de imagen */
  display: flex;
  align-items: center; /* centra la imagen verticalmente dentro del item */
  height: 50px;
}

.item img {
  height: 50px;
  width: auto;
  display: block;
  object-fit: contain; /* mantiene proporción correcta */
  transition: transform 0.3s ease, filter 0.3s ease; /* transición hover suave */
  backface-visibility: hidden; /* reduce borrosidad durante animación */
  transform: translateZ(0); /* optimiza renderizado */
}

/* Hover effect para resaltar imágenes */
.item img:hover {
  transform: scale(1.3);
  filter: brightness(1.2);
  z-index: 10; /* asegura que sobresalga sobre otras imágenes */
}

/* Animación fluida del track */
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* mueve exactamente un grupo A */
} /* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b75aa3 */ .footer {
  position: absolute;
  user-select: none;
  z-index: 2; 
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%); 
  color: rgba(255, 255, 255, 1); 
  font-weight: 100;
  font-family: 'Unbounded', sans-serif;
  text-align: center;
  font-size: max(10px, 1vw);
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(30deg, transparent, #fff 10%, #fff 60%, transparen);
} /* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84a32fb */ .footer2 {
  position: absolute;
  user-select: none;
  z-index: 2; 
  top: 98%;
  left: 50%;
  transform: translate(-50%, -50%); 
  color: rgba(255, 255, 255, 1); 
  font-weight: 100;
  font-family: 'Unbounded', sans-serif;
  text-align: center;
  font-size: max(5px, 0.8vw);
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(30deg, transparent, #fff 10%, #fff 60%, transparent);
} /* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b42ee8 */ /* HEADER */
.header {
  position: fixed;
  top: 2.5vw;
  width: 100%;
  z-index: 9999;
  font-family: 'Unbounded', sans-serif;
}
.header-wrapper {
  display: flex;
  justify-content: center;
  position: relative;

}
/* GLASS HEADER */
.glass-header {
  width: 70vw;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4vw 2vw;
  border-radius: 100px;
  position: relative;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.25),
    0 2px 0px rgba(255, 255, 255, 0.08) inset,
    0 20px 60px -10px rgba(255, 255, 255, 0.12);
  transition: box-shadow 0.4s ease, border 0.4s ease;
}
.glass-header::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 18px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.07) 0%, transparent 75%);
  pointer-events: none;
  border-radius: 50%;
  filter: blur(10px);
}
.glass-header:hover {
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.25),
    0 2px 0px rgba(255, 255, 255, 0.12) inset,
    0 20px 60px -10px rgba(255, 255, 255, 0.22),
    0 0 18px rgba(255, 255, 255, 0.1);
}
.brand {
  color: white;
  font-size: clamp(12px, 1.4vw, 20px);
  font-weight: 600;
}
.nav {
  display: flex;
  gap: 2vw;
}
.nav a {
  color: white;
  text-decoration: none;
  font-size: clamp(10px, 1vw, 15px);
  opacity: 0.85;
  transition: 0.3s;
}
.nav a:hover {
  opacity: 1;
}
#menu-toggle {
  display: none;
}
.menu-icon {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 10000;
}
.menu-icon span {
  width: 22px;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .header {
    top: 0;
  }
  .menu-icon {
    display: flex;
  }
  .glass-header {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 12px 22px;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: none;
    /* Desactivar hover en móvil */
    transition: none;
  }
  .glass-header:hover {
    border: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.15);
  }
  .glass-header::after {
    display: none;
  }
  .header-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 100%);
    pointer-events: none;
    z-index: 99999;
  }
  .nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 70vw;
    max-width: 400px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 25px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.4);
    z-index: 10001;
  }
  .nav a {
    color: black;
    font-size: 16px;
    opacity: 0.8;
  }
  .nav a:hover {
    opacity: 1;
  }
  #menu-toggle:checked ~ .nav {
    display: flex !important;
  }
}
#menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
#menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
} /* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-90e60ad */ .contenedor-padre {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  z-index: 0;
} /* End custom CSS */