  html, body {
    margin:0;
  }
  .hero-img{
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: -1;
    
  }

  .videos {
    position: fixed;
    width: 100vw;
    height: 95vh;
    top:2vh;
    overflow: hidden;
    /* object-position: cover; */
    /* left: 0;
    right: 0;
    top: 0;
    margin:0;
    padding: 0; */

    z-index: -1;
  }

  .videos video{
    position: absolute;
    max-width: 100vw;
    object-fit: fill;
    height: 100%; 
    width: 100%;


  }
  .hero-logos{
    position: fixed;
    left: 2vw;
    bottom: 12vh;
    color: antiquewhite;
    z-index: 2;
    border-radius: 100%;  
    
  }

  .hero-logos i{
    text-decoration: none;
    color: #3B5998;
  }
  .hero-twitter{
    position: fixed;
    left: 5vw;
    bottom: 12vh;
    color: antiquewhite;
    z-index: 10;
    border-radius: 100%;  
    
  }
  .hero-twitter i{
    text-decoration: none;
    color: #00acee;
  }

  .hero-insta{
    position: fixed;
    text-decoration: none;
    left: 8vw;
    bottom: 12vh;
    color: rgba(0, 0, 0, 0);
    z-index: 10;
    border-radius: 100%; 
    
    
  }
  /* .hero-insta i{
    background: radial-gradient(
      circle at 33% 100%,
      #fed373 4%,
      #f15245 30%,
      #d92e7f 62%,
      #9b36b7 85%,
      #515ecf
    ); 
    border-radius: 30%;
  }
  .hero-insta a:link{
    text-decoration: none;
    color: white;
  }
  .hero-insta a:visited{
    color: white;
  } */

  .hero-youtube{
    position: fixed;
    left: 11vw;
    bottom: 12vh;
    color: antiquewhite;

    z-index: 10;
    border-radius: 100%;  
    
  }
  .hero-youtube i{
    text-decoration: none;
    color: #f03434;
    /* background-color: white; */
    border-radius: 8px;
    border-spacing: 5px;
    /* border-top-left-radius:10px ; */
    /* border-bottom-left-radius:10px ; */

  }

  /* .back{
    position: fixed;
    left: 12.5vw;
    bottom: 12.5vh;
    color: antiquewhite;
    background-color: white;
    width: 5px;
    height: 15px;
  } */




  .hero-contacto{
    position: fixed;
    text-align: right;       
    right: 1vw;
    bottom: 12vh;
    color: darkgray;
    font-weight: bold;
    font-size: 2vh;
    overflow: hidden;
    z-index: 1;
  }

  .FItext{
    /* position: fixed; */
    z-index: 2;
    /* align-items: center; */
    margin-top: 10vh;
    color: #ffdcb1;
    /* margin-left: 25vw;  */

    /* text-shadow: 0px 0px 10px whitesmoke ; */
    /* color: rgb(218, 213, 213); */
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1s;
    animation: fadeIn ease-in 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
    overflow: hidden;
    

    
  }
  .FIProduct{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20vh;
    margin-left: 10vw;
    margin-bottom: 10vw;
     opacity: 0;
    -webkit-animation: fadeIn ease-in 1s;
    animation: fadeIn ease-in 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 11s;
    animation-delay: 11s
  }
   @keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
  }
  
  @-moz-keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
  }
  
  @-webkit-keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
  }
  
  @-o-keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
  }
  
  @-ms-keyframes fadeIn {
    from {opacity:0;}
    to {opacity:1;}
  }
  

  .cards {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* padding: 16px; */
    margin: auto;
    text-align: center;
    background-color: #f1f1f1;
    
  }



.FIContacto{
  position: absolute;
  top: 10vh;
  left: 60vw;
   opacity: 0;
  -webkit-animation: fadeIn ease-in 1s;
  animation: fadeIn ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}
.FIProyectos{
  position: relative;
  font-size: 2.2vh;

  overflow: hidden;
  top: 15vh;
   opacity: 0;
  -webkit-animation: fadeIn ease-in 1s;
  animation: fadeIn ease-in 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
  
}

.box{
  background-color:rgba(71, 52, 50,0.5);
  
  /* border: 15px solid green; */
  padding: 4vh;
  margin: 0vh 8vh 0vh 8vh;
  line-height: 6vh;
  font-size: 2.3vh;
  font-size: 0.9vw;
    
  /* font-weight: bold; */

}

.box2{
  background-color:rgba(71, 52, 50,0.5);
  
  /* border: 15px solid green; */
  padding: 2vh; 
  margin: 0vh 0vh 2vh 0vh; 
  font-size: 2vh;
}

.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}