
      /* Reset y base */
      * { margin: 0; padding: 0; box-sizing: border-box; }
      html { scroll-behavior: smooth; }
      body {
        font-family: 'Inter', sans-serif;
        overflow-x: hidden;
      }
   #miFormulario {
    color: #E6361F !important;
  }
  .text-primary {
    color: #E6361F !important;
  }
  .social-wrapper {
    display: none;
  }
  .btn {
    
    border: 0px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
   }
      /* Video de fondo */
      video.bg-video {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        z-index: 0;
      }

      .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1;
        pointer-events: none;
      }
  .espacionn {
   
  }
  #respuesta {
    color: #358E06;
    background-color: beige;
    padding: 10px 10px;
    border-radius: 25px;
    max-width: 300px;
    margin: 0 auto;
      margin-top: 0px;
      margin-bottom: 0px;
    margin-bottom: 10px;
  }
      /* Estructura principal */
      header, .intro, .form-container, footer, #n8n-chat {
        position: relative;
        
      }

      /* Header */
      header {
        padding: 128px 0 33px;
      }

      .logo-tipo {
        margin: 0 auto;
      }
.principalconten {
        
      }
      .formulariosn8n{
        
      }
      .logo-tipo img {
        width: 333px;
        height: auto;
      }

      .logo-oculto { display: none; }

      .logo {
        font-family: 'Inter', ;
        font-size: 7rem;
        color: #FFD700;
        line-height: 63px;
        width: 247px;
        margin: 3px 0px;
      }
.bar-bot-top {
    font-size: 14px;
    font-weight: 400;
}
.bar-bot-top a{
    color: #FFD700;
}
.bar-bot-top a:hover {
    color: #BEA10D;
}

      .subtitle {
        font-size: 26px;
        color: #FF2800;
        font-weight: 300;
        text-shadow: 5px 2px 2px #000;
      }

      /* Intro */
      section.intro {
        max-width: 600px;
        margin: auto;
        text-align: center;
        padding: 40px 20px;
      }

     section.intro p {
      font-size: 1rem;
      color: #cccccc;
      padding: 5px 5%;
      text-align: end;
  }

      /* Formulario */
      .form-container {
        background-color: rgba(0, 0, 0, 0.7);
        border: 1px solid #FFD700;
        border-radius: 12px;
        max-width: 500px;
        margin: 40px auto;
        padding: 30px;
        backdrop-filter: blur(6px);
      }

      .form-container h2 {
        color: #FFD700;
        margin-bottom: 20px;
        font-size: 1.5rem;
      }

      form {
        display: flex;
        flex-direction: column;
      }

      input, textarea {
        padding: 12px;
        margin-bottom: 15px;
        border: none;
        border-radius: 6px;
        background-color: #1a1a1a;
        color: #ffffff;
        font-size: 1rem;
      }

      button {
        background-color: #FF2800;
        color: white;
        padding: 12px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 1rem;
        transition: background 0.3s ease;
      }

      button:hover {
        background-color: #cc2200;
      }

      /* Footer */
      footer {
        text-align: center;
        padding: 30px 20px;
        font-size: 0.9rem;
        color: #777;
        background-color: rgba(0, 0, 0, 0.7) !important;
      }
   #triangle {
       width: 0;
       height: 0;
       border-top: 40px solid transparent;
       border-right: 80px solid lightblue;
       border-bottom: 40px solid transparent;
   }
      /* Chat */
      #n8n-chat {
       
       
        border-radius: 12px;
        overflow: hidden;
        background-color: #1a1a1a;
      }

      .chat-messages-list {
        background: #f0f0f0;
        color: #FFD700;
      }

      .chat-message.chat-message-from-bot:not(.chat-message-transparent) {
        background-color: #c8dcdc;
        border-radius: 20px;
        font-size: 13px;
        color: #282828;
      }

      .chat-message.chat-message-from-user:not(.chat-message-transparent) {
        background-color: #c8c8dc;
        color: #282828;
        font-size: 14px;
      }

      .chat-layout .chat-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1em;
        padding: var(--chat--spacing);
        background: #282828;
        color: #FFD700;
      }

      .chat-layout .chat-body {
        background: #f0f0f0;
      }

      .chat-layout .chat-footer {
        background: #f0f0f0;
        color: #f0f0f0;
        border-top: 0;
      }

      .chat-inputs textarea {
        background: #dcdcdc;
        width: 89%;
        margin: 0 10px 10px 0;
        padding: 10px;
        border-radius: 7px;
      }

      .chat-window-wrapper .chat-window {
        border-radius: 20px;
        border: none;
      }

      .n8n-chat-widget * {
        font-family: 'Inter', sans-serif !important;
        font-size: 16px !important;
      }

  .form-container {
      background: rgba(0, 0, 0, 0.7);
      padding: 2rem;
      border-radius: 8px;
  }
  .form-container {
      /* background-color: rgba(0, 0, 0, 0.7); */
      border: 1px solid #FFD700;
      border-radius: 12px;
      max-width: 500px;
      margin: 40px auto;
      padding: 30px;
      backdrop-filter: blur(6px);
  }
  .textinfo{
       color: #222323;
    margin: 0 auto;
    font-size: 14px;
      }
.titulosteme {
      color: #fff;
      margin: 0 auto;
      margin-bottom: 0px;
      font-size: 36px;
    }
.container h3{
       color: #fff;
    margin: 0 auto;
    font-size: 28px;
      }
.n8nfondo2 {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), #efefef url(../imgs/templates_n8n_cavare.png);
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), #efefef url(../imgs/templates_n8n_cavare.png);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  position: relative;
  min-height: 663px;
  height: 100%;
}
.espacion2{
  min-height: 263px;
}
.seven {
  background-image: url(../imgs/fondo-templates.jpg);
  background-repeat: repeat;
}
.n8nfondo {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), #efefef url(../imgs/templates_n8n_cavare.png);
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), #efefef url(../imgs/templates_n8n_cavare.png);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: white;
  position: relative;
  min-height: 663px;
  height: 100%;
}
      .spinner {
        border: 8px solid #f3f3f3;
        border-top: 8px solid #FF2800;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 1s linear infinite;
      }
      .logosvg {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border-radius: 0% 0% 100% 100%;
    max-width: 333px;
    margin: 0 auto;
    padding: 13px 20px 40px;
    border: 1px solid #FFD700;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: rgb(255, 215, 0);
    z-index: 11;
    border-top: 0px;
    right: -4%;
  }
  .chat-window-wrapper .chat-window-toggle:hover, .chat-window-wrapper .chat-window-toggle:focus {
    transform: scale(1.05);
     background: rgba(0, 0, 0, 0.7);
  }
  .chat-window-wrapper .chat-window-toggle, .chat-window-wrapper .chat-window-toggle:focus {
    transform: scale(1.00);
     background: rgba(0, 0, 0, 0.7);
  }
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }


.slider-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
  }

  .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* altura de contenedor estándar */
    width: 180px;  /* ancho estándar del área de logo */
  }

  .logo-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
  }

  .logo-wrapper img:hover {
    filter: grayscale(0%) brightness(1.1) drop-shadow(0 0 8px #f0b90b);
    opacity: 1;
    transform: scale(1.05);
  }

  /* Ajustes individuales de tamaño (si los logos son muy diferentes) */
  .logo-italflag img { max-height: 80px; }
  .logo-bandierepiu img { max-height: 65px; }
  .logo-mya img { max-height: 80px; }
  .logo-redveterinaria img { max-height: 70px; }
  .logo-iotrading img { max-height: 75px; }
  .logo-vk301r img { max-height: 70px; }
  .logo-uanradio img { max-height: 70px; }
  .logo-vitaaura img { max-height: 60px; }
  .logo-cavare img { max-height: 65px; }
  .logo-dentaldoktor img { max-height: 60px; }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #fff;
    background: rgba(0,0,0,0.6);
    border: none;
    cursor: pointer;
    z-index: 2;
    padding: 10px 15px;
    border-radius: 50%;
    transition: background 0.3s;
  }

  .arrow:hover {
    background: rgba(255,255,255,0.2);
  }

  .arrow.left { left: 10px; }
  .arrow.right { right: 10px; }

  @media (max-width: 768px) {
    .slide { flex: 0 0 50%; }
    .logo-wrapper { width: 140px; height: 80px; }
  }
