body html{
  margin: 0;
  padding: 0;
} 

body{
  margin: 0;
  padding: 0;
}


/*----------------------------------------------------------CONTENEDOR-----------------------------------------------------*/
.contenedor{
  background-color: #f1f1f1;
  width: 100%;
  height: auto;
  align-items: center;
}
.menu {
  position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between; /* Espacia los elementos uniformemente en la fila */
    padding: 0 20px;
    flex-wrap: wrap;
    min-height: 50px;
    width: 100%;
    height: auto;
    background-color:  white;
    align-items: center;
    top: 50px; 
    z-index: 99;
  }

  .titulo{
    border-bottom: 1px solid white;
    text-align: center;
    margin-bottom: 2%;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

h2{
   font-size:24px;
    font-weight: bold;
     padding: 1% 20%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h3{
    font-size: 18px; 
    font-weight: bold;
     padding: 1% 20%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.carruselWalkby{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.carruselWalkby img{
  width: 150px;
height: auto;
box-sizing: border-box;
}

.carruselDriveby{
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.carruselDriveby img{
  width: 150px;
height: auto;
box-sizing: border-box;
}

#fixed {
  width: 100%;
}

  #texto{
    margin-top: 100px;
    text-align: justify;
    padding: 2% 5%;
  }
  #texto p{
    padding: 2% 20%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
  }

  .walkDrive{
    padding: 0 10%;
    padding-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

 .tab {
    background-color: #fff;
    width: 20%;
    gap: 20px;
    height: 30px;
    border-radius: 5px;
    box-shadow: 2px 6px 14px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .tab a:hover{
    color: grey;
  }
  .tab a{
     text-decoration: none;
    font-size:14px;
    font-weight: 400;
    color: black;
    font-family: 'Open Sans', sans-serif;
  }
  a:active{
    color: grey
  }


  
  @media(max-width:768px){

    body, html {
      margin: 0;
      padding: 0; 
    } 

    .ficha_tecnica{
      margin-top: 120px;
      width: 100vw;
      padding: 0;
    }

    #texto p{
      padding: 2%;
    }
    #texto h1{
      font-size: 20px;
    }
    .tab{
        flex-direction: column;
        align-items: flex-start;
        margin: 5% 0;
        width: 100%;
        border-top: none;
        font-family: 'Play', sans-serif;
       
    }
    .menu{
        position: relative;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: auto;
    }

    .elemento{
      width: 100vw;
      height: auto;
    }

    .descargas{
      display: none;
    }

    .descripcion{
      width: 100%;
    }
    .descripcion h1{
      font-size: 20px;
      text-align: center;
    }

    .caracteristicas{
      width: 100%;
      
    }
    .caracteristicas h1{
      font-size: 20px;
      text-align: center;
    }

   #fixed{
    display: none;
}
   
  }






