

  /* clases de fullpage */

  #fp-nav ul li a span{
    background-color: #ff0000;
  }

  #fp-nav ul li .fp-tooltip{
    color: rgb(255, 170, 0);
  }

  .header .contenedor-titulo{
    text-align: center;
    position: relative;
    z-index: 99;
  
  }
  
  .header{
  
  }


  .nav{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 70;
    width: 100%;
    background-color: #ffffff00; 
  
  
    
    

  }

  .titulo1{
    font-size: 70px;
  }

  .nav li,
  .nav a{
    display: inline-block;
    margin: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    font-family: sans-serif;
    color: #d4d4d4b2;
    transition: .5s ease;
  }

  .nav li.active{
    border-bottom: 2px solid #b80606  ;
  }

  .menu li a{
    transition: .5s ease;
    margin: 0;
    padding: 0;

  }

  .menu li.active a,
  .menu li:hover a
  {
    color: #ff0000;
  }

  .productos article
  {
    background-size: cover; 
    background-position: center;
  }
  .productos article:nth-child(1)
  {
    background-image: url(https://wteq.mx/public/imgs/motors.png);
    
    background-repeat: no-repeat; 
    background-position: center;
    z-index: 1;
  }

  .productos article:nth-child(2)
  {
    background-image: url(https://wteq.mx/public/imgs/traza.jpg);
    
    background-repeat: no-repeat; 
    background-position: center;
    z-index: 1;
  }
  .productos article:nth-child(3)
  {
    background-image: url(https://wteq.mx//public/imgs/plc.webp);
    
    background-repeat: no-repeat; 
    background-position: center;
    z-index: 1;
  }
  

  .fp-controlArrow.fp-next,
  .fp-controlArrow.fp-prev{
    top: 85%;
  }

  .fp-controlArrow.fp-prev{
    left: 80px;
    border-width: 50px 50px 50px 0;
    border-color: transparent #ff0000 transparent transparent;
  }
  .fp-controlArrow.fp-next{
    right: 80px;
    border-width: 50px 0 50px 50px;
    border-color: transparent transparent transparent #ff0000;
  }

  .nav a img{
    width: 60%;
    height: 60%;
  }

  #myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    /* background-image: our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:10;
  }

  .titulo1{
    font-family: "Bebas Neue", sans-serif;
      font-weight: 100;
      font-style: normal;
    color: #ff0000;
    background-color: rgba(0, 0, 0, 0.3);
    

  }

  .informacion-producto {
    top: 50%;
  
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);

    
  }

  .textjust{
    text-indent: 2rem;
    text-align: justify;
  }








  @media screen and (max-width: 576px) {

    .nav a img{
      width: 60%;
      height: 60%;
    }
    .nav{
      display: block;
      text-align: center;
    }
    .header .titulo {
      font-size: 60px;
    }

    .informacion-producto {
      position: absolute;
      top: 70%;
      
    }

    .fp-controlArrow.fp-next{
      left: 100px;
    }

    .fp-controlArrow.fp-prev{
      left: 25px;
    }
    
    
  }

  @media screen and (max-width: 450px) {

    .nav{
      display: block;
      text-align: center;
    }
    .nav a {
      font-size: 16px;
      margin-bottom: 0;


    }

    .menu {
      display: flex;
      justify-content: space-between;
    }

    
    
    
  }

  #map { 
    height: 300px;
    width: 800px;

  } 


  
  

  
  









  




 


