    :root{
      --bg: #f8fafc;
      --ink: #0f172a;
      --muted: #475569;
      --primary: #fe8c00;
      --accent: #ef4444;
      --cardBg: #fff;
      --radius: 20px;
      --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      --maxw: 2000px;
    }

    * { box-sizing: border-box; }
    body {
      margin: 0;
      background: var(--bg);
      color: var(--ink);
      font-family: "Poppins", sans-serif;
      line-height: 1.6;
    }

    .wrapper {
      max-width: var(--maxw);
      margin: auto;
      padding: 60px 40px;
    }

    .section-title {
      font-size: 2.4rem;
      text-align: center;
      font-weight: 800;
      background: linear-gradient(90deg, #fe8c00, #f83600, #0f172a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      letter-spacing: 1px;
      text-transform: uppercase;
      animation: gradientShift 5s infinite alternate;
    }
    
    @keyframes gradientShift {
      from { background-position: 0%; }
      to { background-position: 100%; }
    }

    .grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }

    /* Media block */
    .media {
      position: relative;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: transparent;
      background:transparent;
      aspect-ratio: 16 / 9;
    }
    .media-onboard video{
      position: relative;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: transparent;
      background:transparent;
      aspect-ratio: 9 / 9;
      object-fit: contain;
    }

    .media video,
    .media img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
    }

    .badge {
      position: absolute;
      top: 20px;
      left: 20px;
      background: var(--primary);
      color: white;
      padding: 10px 18px;
      border-radius: 999px;
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: 0.3px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    /* Text block */
    .card {
      background: var(--cardBg);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 40px 50px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }

    .card h3 {
      font-size: 2rem;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .card h3 span {
      color: var(--primary);
    }

    .card p {
      color: var(--muted);
      font-size: 1.05rem;
      text-align: justify;
    }

    @media (max-width: 1000px) {
      .grid {
        grid-template-columns: 1fr;
      }
      .card {
        padding: 30px;
      }
      .section-title {
        font-size: 1.8rem;
      }
    }
    

    #top-bar {
        
      background: #fe8c00; /* fallback for old browsers */
      background: -webkit-linear-gradient(to left, #fe8c00 , #f83600); /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to left, #fe8c00 , #f83600);
      /*background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
      */color: #f1f5f9;
      padding: 10px 40px;
      /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    #top-nav {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 30px;
    }

    #top-nav a {
      text-decoration: none;
      color: #f1f5f9;
      font-weight: 500;
      transition: all 0.3s ease;
      position: relative;
    }

    #top-nav a::after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 0;
      height: 2px;
      background: #ffffff;
      transition: width 0.3s ease;
    }

    #top-nav a:hover::after {
      width: 100%;
    }

    #top-nav a:hover {
      color: #ffffff;
    }

    #small-logo {
      position: absolute;
      left: 40px;
      top: 10px;
      font-family: 'Lobster', cursive;
      font-size: 1.3rem;
      color: #38bdf8;
      letter-spacing: 1px;
    }

  #top-bar {
    background-color: #383f42;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 999;
    text-align:center;
  }

  #small-logo {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1em;
    color: white;
    line-height: 60px;
    margin-left: 20px;
  }
  header {
    /*background:#F9F9F9;*/
    /*background:#CCC;*/
    margin:0px;
    background: #fe8c00; /* fallback for old browsers */
      background: -webkit-linear-gradient(to left, #fe8c00 , #f83600); /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to left, #fe8c00 , #f83600);
    /*background: #FC0;*/
    width:100%;
    left:0;
    top:0;
    position:fixed;
    margin:0px;
    padding:70px 0px 12px 0px;/*aquí se modifica el fondo de:home,what we do,our portafolio,galery,where we are,careers*/
    z-index:100;
    
      }
    
  nav {
    float:right;
    padding-right:10%;
    font-size:20px;
    }
    
  nav ul{
    
    margin:0;
    padding:0;
    list-style:none;
    }

  nav ul li{ 
    display: inline-block;
    line-height:70px;
  }

  nav ul li a {
    display:block;
    padding:20px;
    text-decoration: none;
    color: #383f42;
    transition:all 0.8s;
  }

  nav ul li a:hover {
    background:#3CF;
    color: #FFF;
    /*-webkit-transform:scale(0.8,0.8);*/
    -webkit-transform:scale(0.6,0.6);
    -moz-transform:scale(0.9,0.9);
    -o-transform:scale(0.9,0.9);
    -ms-transform:scale(0.9,0.9);
    transform:scale(0.8,0.8);
    elevation:above;
  }
  .slider_container {
    margin-left:0px;
  }
  .header img {
    max-height:100px;
    padding-left: 5%;
    float:left;
    margin:auto;
  }

  img {
    max-width:100%;
    height:auto;
  }

  #menu {
    width:1140px;
    margin: 20px auto;
    overflow:hidden;
    }

  #menu a{
      width:225px;
      height:225px;
      display:block;
      float:left;
      margin:20px;
      color:#000;
      text-decoration:none;
      font-size:18px;
      text-align:center;
      /*background-color+:#333;
      border-radius:8px;*/
      transition:all 2s;
        }
  #menu a:hover{
    background:rgb(255,204,51);
    border-radius:70%;	
    -webkit-transform:scale(0.6,0.6);
    -moz-transform:scale(0.9,0.9);
    -o-transform:scale(0.9,0.9);
    -ms-transform:scale(0.9,0.9);
    transform:scale(0.8,0.8);
    }
    
  @media screen and (max-width: 700px) {
    /*responsive design */
    #menu{
      width:100%;
      margin:0px auto;
    }
    
    #menu a{
      float:none;
      margin-left:auto;
      margin-right:auto;
    }
  }
  hr{
    border:none;
    width:80%;
    height:5px;
    background-image: linear-gradient(to right, #fff,rgb(255,204,51), #fff); 
  }
  .destacado{
    font-size:30px;
    text-align:center;
    /*font-family: 'Pattaya', sans-serif;*/
    font-family: 'Lobster', cursive;
      font-style: normal;
      font-weight: 300;
  }

  section {
    display:block;
    width:100%;
    /*background:rgb(0,0,0);*/
    text-align:center;
    padding:2%;
  }
  .image {
    display:block;
    position:relative;
  }

  .image img {
    max-height:200px;
    border:2px solid #f39c12;
    border-radius:10%;
    padding:10px;
  }

  button {
    background:rgb(255,204,51);
    width:180px;
    height:40px;
    font-size:18px;
    border-radius:30%;
  }

  .slidesjs-next, .slidesjs-previous, .slidesjs-pagination {
    display:none;
  }

  footer {
  clear:both;
  background: #CCC;
  padding:3px 0;
  width:100%;
  }

  footer h3 {
    padding-top:5px;
  }
  footer div {
    padding: 5px 0;
  }
  footer a {
    text-decoration:none;
    color:#F60;
    margin:0 10px;
  }

  footer a:hover {
  background:rgb(255,204,51);
    border-radius:90%;	
    /*-webkit-transform:scale(1.1,1.1);*/
    /*-moz-transform:scale(1.1,1.1);*/
    /*-o-transform:scale(1.1,1.1);*/
    /*-ms-transform:scale(1.1,1.1);*/
    /*transform:scale(1.1,1.1);	*/
  }

  .interiores {
    width:60%;
    text-align:left;
    float:left;
    background:none;
    margin:0;
    padding:0;
    box-sizing:content-box;
    
  }

  .interiores h1{
    text-align:left;
    font-size:30px;
    color: #000;
  }
  .interiores h2 {
    text-align:left;
    color:#0A4BC5;
    font-size:30px;
  }

  article {
    margin:5%;
    padding:2% 5% 5% 5%;
    background-color:#FC0;
  }

  aside {
    width:25%;
    float:left;
    margin-top:30px;
  }
  #anuncio1 {
    margin:10px;
    padding:10px;
    background-color: #FFF;
  }
  #anuncio1 h1 {
    font-size:18px;
    text-align:left;
  }
  #anuncio1 h2 {
    font-size:25px;
    text-align:center;
    padding:0.5em 0em;
  }
  #anuncio1 p {
    font-size: 25px;
    padding:0.2em 1em;
  }
  iframe {
    /*margin-bottom:350px;*/
    width:100%;
  }

  #formulario {
    padding:0 17%;
    text-align:left;
  }
 
    .hero-video {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      font-family: "Poppins", sans-serif;
    }
    
    #bg-video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%);
      z-index: 1;
    }
    
    
    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.6));
      z-index: 2;
    }
    
    .hero-content {
      position: relative;
      z-index: 3;
      max-width: 950px;
      padding: 20px;
    }
    
    .hero-content h1 {
      font-size: 2.8rem;
      font-weight: 800;
      background: linear-gradient(90deg, #fe8c00, #f83600);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 25px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    
    .hero-content p {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #e5e7eb;
      margin-bottom: 45px;
    }
    
    .cta {
      display: inline-block;
      background: linear-gradient(90deg, #fe8c00, #f83600);
      color: #fff;
      padding: 14px 34px;
      border-radius: 10px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      transition: all 0.3s ease;
    }
    
    .cta:hover {
      background: linear-gradient(90deg, #f83600, #fe8c00);
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(248,54,0,0.4);
    }
    

    /* Sección Who We Are */
    .grid.who-we-are {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 3rem;
      padding: 4rem 8%;
    }
    
    .who-we-are .text-content {
      max-width: 600px;
    }
    
    .who-we-are .section-title {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #111827;
    }
    
    .who-we-are p {
      color: #374151;
      line-height: 1.6;
      margin-bottom: 1rem;
      font-size: 1rem;
    }
    
    /* Estilo del video */
    .who-we-are .media video {
      width: 100%;
      height: auto;
      border-radius: 16px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
    }
    
    .who-we-are .media video:hover {
      transform: scale(1.02);
    }
    
    /* Adaptación responsive */
    @media (max-width: 900px) {
      .grid.who-we-are {
        grid-template-columns: 1fr;
        text-align: center;
      }
    
      .who-we-are .media {
        margin-top: 2rem;
      }
    }

    
    


  
  
