
        /* Ajustes para desktop - tamaño óptimo */
        body {            
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            font-family: 'Poppins', 'Montserrat', sans-serif;

        }
        .container {
            max-width: 1400px;
        }
        
        /* Menús desplegables */
        .dropdown {
            position: relative;
        }
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 250px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border-radius: 8px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
        }
        .dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .dropdown-menu a {
            display: block;
            padding: 12px 20px;
            color: #374151;
            text-decoration: none;
            border-bottom: 1px solid #f3f4f6;
            transition: all 0.2s ease;
        }
        .dropdown-menu a:hover {
            background: #f8fafc;
            color: #099397;
            padding-left: 25px;
        }
        .dropdown-menu a:last-child {
            border-bottom: none;
        }
                    
            .SectoresEdit {
              background:center/cover no-repeat;
              position: relative;
              overflow: hidden;
              z-index: 2;
              opacity: 1;
              text-shadow: 2px 2px 4px rgba(19, 15, 15, 1);
            }

            .SectoresEdit::before {
              content: "";
              position: absolute;
              inset: 0;
              background: linear-gradient(rgba(61, 182, 170, 0.5), rgba(241, 236, 61, 0.5)); 
              z-index: -1; /* queda encima del fondo */


            }
		
		  * {
            font-family: 'Poppins', sans-serif;
            
        }


        #home {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            text-align: center;

        }
        
        .floating-buttons {
          position: fixed;
          right: 30px;
          bottom: 100px;
          display: flex;
          flex-direction: column;
          gap: 15px;
          z-index: 1000;
          animation: popIn 1s ease-in-out both;
          justify-content: center;
          margin-top: 1rem;

        }

        .floating-buttons a {
          background-color: var(--verde-claro);
          color: #afd962;
          border-radius: 50%;
          width: 55px;
          height: 55px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          font-size: 1.5rem;
          text-decoration: none;
          border: 4px solid #afd962; 
          border-radius: 4px;    
          border-radius: 100%;
            
        }

        .background-slider {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

              .hero-slide {
                position: absolute;
                inset: 0;
                opacity: 0;
                transition: opacity 1s ease-in-out, transform 1.2s ease-in-out;
                transform: scale(1.05);
              }
              .hero-slide.active {
                opacity: 1;
                transform: scale(1);
              }

              .slide-indicators {
                display: flex;
                justify-content: center;
                gap: 1rem;
              }

              .indicator {
                cursor: pointer;
                color: rgba(255, 255, 255, 0.6);
                transition: all 0.3s ease;
              }

              .indicator:hover {
                color: #00c8aa; /* tono teal al pasar */
                transform: scale(1.2);
              }

              .indicator.active {
                color: #00c8aa; /* color activo */
                text-shadow: 0 0 10px rgba(0, 200, 170, 0.7);
                transform: scale(1.4);
              }


        /* Overlay para mejor legibilidad del contenido */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(9, 146, 151, 0.4), rgba(175, 217, 98, 0.3), rgba(175, 217, 98, 0.2),rgba(175, 217, 98, 0.1)  100%);
            z-index: -1;
            margin-inline-start  : 0px;             
            border: 5px solid #e1e653; 

        }

        /* Contenido de ejemplo */
        .content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            max-width: 800px;
            padding: 2rem;
            text-shadow: 1px 1px 2px rgba(19, 15, 15, 1);
        }

        .content h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,1);
            animation: fadeInUp 1s ease-out 0.5s both;
            color: white;
        

        }

        .content p {
            font-size: 1.25rem;
            margin-bottom: 2rem;
            text-shadow: 1px 1px 2px rgba(19, 15, 15, 1);
            animation: fadeInUp 1s ease-out 0.7s both;
            color: white;
      

        }

        .cta-button {
            display: inline-block;
            padding: 1rem 2rem;
            background: linear-gradient(135deg, #099397 0%, #afd962 100%);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            animation: fadeInUp 1s ease-out 0.9s both;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
        }

        /* Indicadores de navegación */
        .slide-indicators {
          position: absolute;
          bottom: 2rem;
          left: 50%;
          transform: translateX(-50%);
          display: flex;
          gap: 0.5rem;
          z-index: 3;
        }

        /* Contenedor del icono (div) */
        .indicator {
          color: white;
          cursor: pointer;
          transition: all 0.3s ease;
        }

        .indicator:hover {
          color: #38bdf8; /* azul claro hover */
          transform: scale(1.1);
        }

        .indicator.active {
          color: #38bdf8;
          transform: scale(1.1);
        }

        /* Imagen dentro del indicador */
        .icon-img {
          width: 2.25rem;     /* igual que text-4xl (≈48px) */
          height: 2.25rem;
          object-fit: contain;
          filter: brightness(0) invert(1); /* la hace blanca */
          transition: transform 0.3s ease, filter 0.3s ease;
          display: block;

        }

        /* Hover igual que los íconos */
        .indicator:hover .icon-img,
        .indicator.active .icon-img {
          transform: scale(1.1);
          filter: brightness(0) saturate(100%) invert(68%) sepia(91%) saturate(437%) hue-rotate(175deg) brightness(98%) contrast(96%);
        }


        /* Animaciones */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideInRight {
            from {
                transform: translateX(100%) scale(1.1);
            }
            to {
                transform: translateX(0) scale(1);
            }
        }

        @keyframes slideInLeft {
            from {
                transform: translateX(-100%) scale(1.1);
            }
            to {
                transform: translateX(0) scale(1);
            }
        }

        /* Efectos adicionales para diferentes transiciones */
        .slide.slide-right {
            animation: slideInRight 1.5s cubic-bezier(0.5, 0.5, 0.5, 1);
        }

        .slide.slide-left {
            animation: slideInLeft 1.5s cubic-bezier(0.5, 0.5, 0.5, 1);
        }

        /* Responsive */
        @media (max-width: 1024px) {
          nav.hidden.lg\:flex { display: none; }
          #mobile-menu-btn { display: block; }
        }
        @media (max-width: 768px) {
          h1 { font-size: 1.75rem; }
          h2 { font-size: 1.5rem; }
          h3 { font-size: 1.25rem; }
          .grid { grid-template-columns: 1fr !important; }
        }
        @media (max-width: 480px) {
          body { font-size: 14px; }
          header img { height: 40px; }
          button, a { font-size: 14px; }
        }
        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
            40% { transform: translateY(-10px); }
            60% { transform: translateY(-5px); }
        }
        .service-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(9, 147, 151, 0.2);
        }
        .office-marker {
            cursor: pointer;
            transition: all 0.3s ease;
        }
        .office-marker:hover {
            transform: scale(1.2);
        }
        .office-info {
            display: none;
            position: absolute;
            background: white;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            z-index: 100;
        }
        .office-info.active {
            display: block;
        }
         /* Selector de idiomas */
                .translate-wrapper {
              display: inline-block;
              padding: 8px 16px;
              background-color: #e1e653;
              color: #ffffff;
              font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
              font-size: 16px;
              font-weight: 500;
              border-radius: 10px;
              box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
              transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
              cursor: pointer;
              text-align: center;
              text-decoration: none;
            }

            .translate-wrapper:hover {
              background-color: #3DC6B0;
              transform: translateY(-3px);
              box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
            }
             /* para que no aparezca mal el boton de google*/
            .goog-logo-link,
            .goog-te-gadget span {
              display: none !important;
            }

            .sector-automotive {
              background:center/cover no-repeat;
              position: relative;
              overflow: hidden;
              z-index: 2;
              opacity: 0.8;
            }

            .sector-automotive::before {
              content: "";
              position: absolute;
              inset: 0;
              background: linear-gradient(rgba(61, 182, 170, 0.6), rgba(175, 217, 98, 0.6)); 
              z-index: -1; /* queda encima del fondo */
            }

            /* GO SMART */
            /* Contenedor general */
            .gosmart-image-container {
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              max-width: 600px;
              margin: 2rem auto;
              border-radius: 1.5rem;
              overflow: hidden;
              box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
              transition: transform 0.5s ease, box-shadow 0.5s ease;
            }


            /* Logo superpuesto */
            .gosmart-image-container .overlay-logo {
              position: absolute;
              bottom: 10%;
              right: 8%;
              width: 30%;
              max-width: 150px;
              filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.5));
              transition: transform 0.5s ease, filter 0.5s ease;
            }

            /* About us*/

            #team-section {
                transition: max-height 0.5s ease-in-out;
                overflow: hidden;
              }

