@import url("https://use.typekit.net/uin8itp.css");

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 62.5%;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}


body {
    background-color: #000;
}

@media screen and (min-width: 320px) {

  /*=================Header=====================*/

  /* ====== HEADER ====== */
header {
  width: 100%;
  height: 7vh;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.4s ease;
  overflow: hidden;

  /* Se necesita para posicionar el navbar dentro */
  position: fixed;
}

header.active {
  height: 100vh;
  flex-direction: row;
  justify-content: space-between;
  background: url('https://res.cloudinary.com/dvnphxsdp/image/upload/v1748738662/bg-phone_01_yldnoy.webp') no-repeat center center;
  background-size: cover;
}

header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.navbar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1000;
}

.navbar.active {
  display: flex;
}


/* ====== LOGO ====== */
.nav-brand {
  width: 12rem;
}

.brand-logo {
  width: 8.5rem;
}

/* ====== MENÚ ICONOS ====== */
.menu > i {
  font-size: 4.8rem;
  color: #fff;
  cursor: pointer;
}

.menu-open {
  display: inline;
  font-size: 2.4rem;
}

.menu-close {
  display: none;
  font-size: 2.4rem;
}

.menu.active .menu-open {
  display: none;
}

.menu.active .menu-close {
  display: inline;
  color: #fff;
}

/* ====== NAVBAR ====== */
.navbar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1000;
}

.navbar.active {
  display: flex;
}

.nav-link {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 3rem;
  font-family: "facto", sans-serif;
  font-weight: 500;
  margin: 1rem 0;
  transition: color 0.3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 3px;
  width: 0%;
  background-color: #fff100;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

/* ====== BLOQUEO DE SCROLL ====== */
body.menu-opened {
  overflow: hidden;
}


.link-berealweb {
  width: 14rem;
}
  /*=================HOME=====================*/

    .home {
       width: 100%;
       height: 100vh;
       z-index: 2;
     }

     .slider {
       width: 100%;
       height: 100%;
       position: relative;
       overflow: hidden;
       z-index: 2;
     }

     .slide {
       display: none;
       flex-direction: row;
       align-items: center;
       justify-content: center;
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
     }

     .slide::before {
       content: "";
       position: absolute;
       z-index: 1;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 30%, rgba(255, 255, 255, 0) 100%);
     }

   /*=================VIDEO=====================*/  

     .video-bg {
       width: 100%;
       height: 100vh;
       object-fit: cover;
       position: absolute;
       z-index: -1;
     }

     .video-fabricacion {
      width: 100%;
      border-radius: 26px;
      margin-bottom: 2rem;
      box-shadow: 0 18px 30px -10px rgba(0, 0, 0, 0.3),
              0 6px 10px -4px rgba(0, 0, 0, 0.15);
      border-radius: 20px;
     }

.container-video-nosotros {
  overflow: hidden;
  aspect-ratio: 9 / 16;
  width: 85%; /* o el ancho que desees */
  max-height: 100vh; /* opcional: limita la altura */
  position: relative;
  border-radius: 36px;
}

.video-nosotros {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}


     .contenido {
       width: 100%;
       height: 50vh;
       position: relative;
       z-index: 3;
       display: flex;
       flex-direction: column;
       justify-content: start;
       align-items: flex-start;
       padding: 15px;
     }

     /*=================TITULOS=====================*/  

     .titulo {
      color: aliceblue;
      font-size: 3.6rem;
      font-family: "facto", sans-serif;
      font-weight: 700;
      font-style: normal;
     }

     .titulo-fabricacion {
      color: #000;  
      font-size: 2.8rem;
      align-self: start;
      padding-bottom: 3rem;
    }

    .titulo-nosotros {
      color: #000;  
      font-size: 3.6rem;
      text-align: center;
    }

     .titulo--descripcion {
      color: #000;
      text-align: left;
      font-size: 3rem;
     }

     .titulo--producto {
      font-size: 3rem;
     }

     .titulo--producto {
      color: #000;
     }

.titulo-contacto {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
  letter-spacing: 1px;
  color: #000;
}

.form {
  width: 100%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form input,
.form textarea {
  width: 90%;
  padding: 1.4rem 2rem;
  margin-bottom: 2rem;
  border: none;
  border-radius: 30px;
  font-size: 1.6rem;
  background-color: rgba(8, 8, 8, 0.5);
  color: #fff;
  outline: none;
}

.form textarea {
  height: 160px;
  resize: vertical;
}

.form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem; /* espacio entre texto e ícono */
  padding: 0.8rem 3rem;
  border: none;
  border-radius: 30px;
  background-color: #fff100;
  color: #000;
  font-family: "facto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.form button:hover {
  transform: translateY(-2px); /* efecto sutil al pasar el mouse */
}

.form button i {
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}

.form button:hover i {
  transform: translateX(3px); /* pequeño movimiento del ícono al hacer hover */
}


     /*=================TEXTOS=====================*/  

     .texto {
       color: aliceblue;
       font-size: 1.8rem;
       font-family: "facto", sans-serif;
       font-weight: 500;
       font-style: normal;
     }

     .texto-fabricacion {
      color: #000;
      font-size: 2rem;
      width: 100%;
      margin-top: 2rem;
     }

     .texto-footer {      
       font-weight: 300;
       font-size: 1.6rem;
     }

     .texto--descripcion {
       color: #000;
     }

     .texto-datos {
      color: #666666;
      font-size: 3rem;
      font-weight: 300;
     }

     /*=================CONTROLES DE SLIDER===================*/  

     .boton-slider {
       position: absolute;
       bottom: 150px;
       z-index: 4;
       background: rgba(0, 0, 0, 0.2); /* blanco translúcido */
       backdrop-filter: blur(8px); /* efecto vidrio */
       border-radius: 38px;
       padding: 0.6rem 2rem;
       display: flex;
       flex-direction: row;
       align-items: center;
       justify-content: center;
       transition: transform 0.2s ease;
       border: #ffffff solid 2.5px;
       color: #ffffff; /* icono blanco */
       font-size: 2rem;
       cursor: pointer;
       box-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
       transition: all 0.3s ease;
     }
     
    .boton-slider:hover {
       transform: scale(1.05);
       background: rgba(255, 255, 255, 0.1); /* leve aclarado */
       box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
       }


     /* Posicionamiento en extremos */
     .boton-slider-prev {
       left: 10px;
     }
     
     .boton-slider-next {
       right: 20px;
     }

     .boton-slider i {
  pointer-events: none;
  transition: transform 0.3s ease;
}



.boton-slider-prev:hover i {
  transform: translateX(-4px);
}

.boton-slider-next:hover i {
  transform: translateX(4px);
}

.boton-slider-amarillo {
  background: rgba(5, 5, 5, 0.15); /* fondo oscuro translúcido */
  border: 1.5px solid #fff100;
  color: #fff100;
  box-shadow: 0 0 10px rgba(255, 241, 0, 0.2);
  transition: all 0.3s ease;
  bottom: 55%;
}

.boton-slider-amarillo:hover {
  background: rgba(5, 5, 5, 0.25);
  transform: scale(1.05);
  box-shadow: 0 0 12px rgba(255, 241, 0, 0.4);
}

/* Ícono amarillo animado */
.boton-slider-amarillo i {
  font-size: 2rem;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.boton-slider-prev.boton-slider-amarillo:hover i {
  transform: translateX(-4px);
}

.boton-slider-next.boton-slider-amarillo:hover i {
  transform: translateX(4px);
}
.btn-glass {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  border-radius: 30px;
  background: rgba(255,255,255,0.15);
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 1.6rem;
  font-size: 2rem;
  font-family: "facto", sans-serif;
  font-weight: 500;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.4);
  transition: background 0.2s ease;
}
     
.btn-glass:hover {
  background: rgba(255,255,255,0.25);
}

.btn-glass-2 {
  background: rgba(5, 5, 5, 0.15);
  border: 1.5px solid #fff100;
  color: #fff100;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

      /* Ícono */
      .btn-glass-2 i {
        font-size: 1.8rem;
        transform: translateY(1px); /* ajusta alineación vertical */
        transition: transform 0.3s ease;
      }

      /* Efecto hover solo para este botón */
.btn-glass-2:hover {
  background: rgba(5, 5, 5, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Animación en ícono al hacer hover */
.btn-glass-2:hover i {
  transform: translateY(4px); /* ícono baja sutilmente */
}

.btn-glass-dark {
  padding: 0.8rem 2rem;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "facto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.btn-glass-dark:hover {
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

 /*=================SECCIONES==================*/

.seccion--nosotros {
  width: 100%;
  height: 115vh;
  position: relative;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.seccion-fabricacion {
  height: 100vh;
  width: 100%;
  position: relative;
  background: #fafafa;
}


.seccion--productos {
 width: 100%;
 height: 100vh;
 background: url(https://res.cloudinary.com/dvnphxsdp/image/upload/v1748738662/bg-phone_01_yldnoy.webp)no-repeat;
 background-position: center;
 background-size: cover;
 position: relative;
 display: flex;
 flex-direction: column-reverse;
 justify-content: center;
 align-items: center;
 padding: 15px;
 z-index: 2;
}
.seccion--productos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%; /* Podés ajustar esto */
  background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  z-index: 2;
  pointer-events: none;
}

.seccion--productos > * {
  position: relative;
  z-index: 2;
}

.seccion--calculadora {
 height: 100vh;
 width: 100%;
 display: flex;
 flex-direction: column;
 background: url(https://res.cloudinary.com/dvnphxsdp/image/upload/v1748738661/bg-phone_02_qvzsfv.webp)no-repeat;
 background-position: center;
 background-size: cover;
 justify-content: center;
 align-items: center;
 z-index: 2;
}

  .seccion-contacto {
    width: 100%;
    height: 100vh;
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    font-family: "Facto", sans-serif;
    color: #fff;
  }

/*================ARTICULOS================*/  
.art-nosotros {
 width: 100%;
 height: 100vh;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.articulo-fabricacion {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.articulo-fabricacion.active {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.articulo--descripcion {
 width: 100%;
 height: 35vh;
 display: flex;
 flex-direction: column;
 justify-content:space-evenly;
 align-items: start;
}
.articulo--productos {
 width: 100%;
 height: 55vh;
 position: relative;
 display: flex;
 flex-direction: column;
 justify-content: space-around;
 align-items: center;
}
.producto--calculadora {
 width: 100%;
 height: 45vh;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.calculo--calculadora {
 width: 88%;
 height: 45vh;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
 /*================FOOTER================*/
 footer {
  width: 100%;
  height: 85vh;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px;
}

.footer-dev {
  width: 100%;
  height: 10vh;
}
 /*================DIVS===============*/  

.contenedor-articulos {
  width: 100%;
  height: 100%;
  position: relative;
}

 .container-titulo-video {
  width: 100%;
  height: 45vh;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 0;
}

.container-texto {
  width: 100%;
  height: 45vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
}

.container-titulo-video,
.container-texto {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.container-titulo-video.show,
.container-texto.show {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.reveal-video {
  flex-direction: column-reverse;
}

.reveal .titulo,
.reveal .texto {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.2s ease;
}

.container-titulo-video.show .titulo,
.container-texto.show .texto {
  transform: translateY(0);
  opacity: 1;
}


.pin-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

  .glass-card {
  display: inline-block;
  flex: 0 0 auto;
  width: 420px;
  max-width: 420px;
  padding: 1.4rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 1.6rem;
  font-family: "facto", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10), 0 4px 6px rgba(0, 0, 0, 0.06);
  transition: background 0.2s ease;
}

.glass-text {
  margin-bottom: 1rem;
}

.glass-author {
  text-align: right;
  font-size: 1.6rem;
  font-style: italic;
  color: #555;
}

.carrusel-container {
  overflow: hidden;
  width: 100%;
  padding: 2rem 0;
  position: absolute;
  z-index: 2;
  bottom: 8px;
}

.carrusel-track {
  display: flex;
  gap: 2rem;
  animation: scroll-cards 30s linear infinite;
  width: max-content;
}

@keyframes scroll-cards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.container-formulario {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}


.whatsapp-link {
  background: url(https://res.cloudinary.com/dvnphxsdp/image/upload/v1749747280/wsp-btn_vnw0vh.webp)no-repeat;
  background-position: center;
  background-size: cover;
  width: 65px;
  height: 65px;
  display: inline-block;
  border-radius: 50%;
  text-decoration: none;
  position: fixed;
  z-index: 9;
  bottom: 15px;
  right: 15px;
}




    .slider-productos {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .slide-producto {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transform: translateX(100%);
    }
    
    .slide-producto.activo {
      transform: translateX(0%);
       z-index: 2;
    }

    .datos-producto {
      width: 100%;
      text-align: left;
    }

 .dropdown-container {
  position: relative;
  width: 75%;
  margin-bottom: 2rem;
  font-family: "facto", sans-serif;
  margin-top: 10px;
}

.dropdown-selected {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  border-radius: 20px;
  background: rgba(20, 20, 20, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease;
}

.dropdown-selected:hover {
  background: rgba(30, 30, 30, 0.4);
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(20, 20, 20, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  max-height: 178px;
  overflow-y: auto;
  margin-top: 10px;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.2s ease;
  color: #fff;
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dropdown-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 8px;
}

.dropdown-options::-webkit-scrollbar {
  width: 6px;
}

.dropdown-options::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.3);
  border-radius: 4px;
}




.input-glass {
  width: 180px;
  padding: 0.8rem 1.2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 1rem;
  font-family: 'facto', sans-serif;
  backdrop-filter: blur(10px);
  outline: none;
  transition: border 0.2s ease, background 0.2s ease;
}

.input-glass::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.input-glass:focus {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.25);
}

.input-wrapper-dark {
  position: relative;
  width: 230px;
  border-radius: 20px;
  background: rgba(20, 20, 20, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: #fff;
  transition: background 0.2s ease;
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.input-wrapper-dark label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "facto", sans-serif;
}

.input-wrapper-dark input {
  font-size: 1.4rem;
  background: transparent;
  border: none;
  color: #fff;
  outline: none;
  font-family: "facto", sans-serif;
  width: 100%;
}

.input-wrapper-dark input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}



.container-calculo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem; /* espacio entre campos */
  margin-top: 2rem;
  justify-content: space-between; /* o flex-start si querés alineado a la izquierda */
}

.resultado {
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
  border-radius: 20px;
  background: rgba(20, 20, 20, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: #fff;
  font-family: "facto", sans-serif;
  margin-top: 0.8rem;
}





    .logo-container {
      width: 30%;
      height: 6vh;
    }

    .info-container {
      width: 100%;
      height: 8vh;
    }

    .footer-navegacion {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 1rem;
    }

    .footer-nav {
      color: #fff;
      text-decoration: none;
      font-size: 1.8rem;
      font-family: "facto", sans-serif;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      transition: color 0.3s ease;
    }

    .footer-nav i {
      transition: transform 0.3s ease;
    }

    .footer-nav:hover {
      color: #ccc;
    }

    .footer-nav:hover i {
      transform: translateY(-2px);
    }

    


     /*================IMG===============*/  

    .img--producto {
      width: 90%;
    }

    .img-producto-calculadora {
      width: 65%;
      margin-top: 10px;
    }

    .logo-footer {
      width: 10rem;
    }

    .logo-berealweb {
      width: 14rem;
    }

}

@media screen and (min-width: 1080px) {

  header {
    height: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 75px;
  }

  header::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }

  .articulo-fabricacion.active {
    flex-direction: row;
    padding: 50px;
  }

  .reveal-video {
    flex-direction: column;
    align-items: flex-start;
  }

  .container-titulo-video {
    width: 50%;
    height: 80vh;
    justify-content: flex-start;
  }

  .video-fabricacion {
    width: 85%;
  }

  .container-texto {
    width: 50%;
    height: 65vh;
    justify-content: center;
  }

  .titulo-fabricacion {
    font-size: 3.8rem;
  }


  .seccion--productos {
    height: 100vh;
    flex-direction: row;
    padding: 75px;
    background: url(https://res.cloudinary.com/dvnphxsdp/image/upload/v1748045580/proyecto-bg_01_oyl7eu.webp)no-repeat;
    background-position: center;
    background-size: cover;
  }

  .seccion--calculadora {
    flex-direction: row;
    padding: 75px;
    justify-content: center;
    align-items: center;
    background: url(https://res.cloudinary.com/dvnphxsdp/image/upload/v1748045580/proyecto-bg_02_qhetul.webp)no-repeat;
    background-position: center;
    background-size: cover;
  }

  .seccion-contacto {
    width: 100%;
    height: 100vh;
    padding: 6rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    font-family: "Facto", sans-serif;
    color: #fff;
  }

  .form input,
  .form textarea {
  width: 65%;
  }

  .container-video-nosotros {
    aspect-ratio: 16 / 9;
    width: 65%;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  }

  .articulo--descripcion {
    width: 40%;
    text-align: left;
  }

  .articulo--productos {
    width: 40%;
    height: 100vh;
  }

  .producto--calculadora {
    width: 40%;
    height: 100vh;
  }

  .calculo--calculadora {
    width: 35%;
    height: 100vh;
  }

  .contenido {
    height: 27vh;
    padding: 0px 150px;
  }

  .boton-slider {
    bottom: 45%;
  }

  .boton-slider-amarillo {
    bottom: 55%;
  }

  .img--producto {
    width: 65%;
  }

  .slide::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 25%, rgba(255, 255, 255, 0) 100%);
  }

  .navbar {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 48%;
    height: 7vh;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav-link {
    font-size: 2rem;
  }

  footer {
    height: 65vh;
  }

  .footer-dev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu {
    display: none;
  }

  .menu-close {
    display: none;
  } 

  footer {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .footer-marca {
    width: 30%;
  }

  .logo-container {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  
}

.calculo[type="number"],
.calculo[type="text"] {
  font-size: 16px;
  line-height: 1.4;
  padding: 1px 3px;
}

