* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
  }

  .banner {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.11)), url(../../background.jpg);
    background-size: cover;
    background-position: center;
  }
  
  .banner_2 {
    width: 100%;
    height: 100vh;
    background-image: url(./Resources/) ;
    background-size: cover;
    background-position: center;
  }
  
  .banner_3 {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.75)), url(.././background.jpg);
    background-size: cover;
    background-position: center;
  }
  
  body {
    background-color: rgba(0, 0, 0, 0.11);
  }
  
  .navbar {
    width: 85%;
    margin: auto;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .logo {
    height: 10%;
    width: 10%;
    cursor: pointer;
  }

  .navbar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    position: relative;
  }
  
  .navbar ul li a{  
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Genos', sans-serif;
    font-size: 25px;
  }
  
  .navbar ul li::after{
    content: "";
    height: 3px;
    width: 0;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.8s;
  }
  
  .navbar ul li.active::after {
    background-color: #e6f302;
  }
  
  .navbar ul li:hover::after{
  width: 100%;
  }

  .firmas {
    position: absolute;
    width: 60%;
    height: 250px;
    overflow: hidden;
    top: 115%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .firmas p {
    color: #ffff;
    text-transform: uppercase;
    font-family: 'Genos', sans-serif;
    font-size: 150px;
    text-align: center;
  }
  
  .t_3527 {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    height: 3px;
    width: 25%;
    position: absolute;
    left: 18%;
    top: 8.5%;
    font-size: 50px;
    font-family: 'Genos', sans-serif;
    z-index: 5;
  }
  
  .cr {
    color: #fff;
    font-weight:500;
    background-color: black;
    font-family: 'Genos', sans-serif;
    text-align: center;
  }
  
  .areas {
    position: relative;
    top: 35%;
  }
  
  .areas ul li {
    list-style: none;
    display: inline-block;
    margin: 0 60px;
    position: relative;
  }
  
  .areas ul li p {
    width: 250px;
    height: 37.5px;
    text-align: center;
    font-size: 35px;
    color: #ffff;
    font-family: 'Genos', sans-serif;
  }
  
  .areas ul li img {
    height: 250px;
    width: 250px;
  }


  /* Animation */

  .instagram {
    position: relative;
    width: 60%;
    height: 35px;
    overflow: hidden;
    left: 60%;
    top: 39%;
    transform: translate(-50%);
  }

  /* Animation 2 */

  .facebook{
    position: relative;
    width: 60%;
    height: 35px;
    overflow: hidden;
    left: 60%;
    top: 53%;
    transform: translate(-50%);
  }

  /* Animation 3 */

  .banner_3 a {
    font-size: 35px;
    text-decoration: none;
    color: #ffff;
    font-family: 'Genos', sans-serif;
    text-align: left;
  }

  /* Video Frame */

  .main-content {
    position: relative;
  }

  .video-container {
    position: absolute;
    width: 960px;
    height: 540px;
    overflow: hidden;
    top: 250%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: red;
  }

  /* Miembros */

  .miembros {
    position: relative;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
  }
  
  .miembros ul li {
    list-style: none;
    display: inline-block;
    margin: 0 60px;
    position: relative;
  }
  
  .miembros ul li p {
    width: 250px;
    height: 37.5px;
    text-align: center;
    font-size: 35px;
    color: black;
    font-family: 'Genos', sans-serif;
  }
  
  .miembros ul li img {
    height: 250px;
    width: 250px;
  }

  /* Informacion */

  .informacion {
    position: relative;
    width: 75%;
    height: 75%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

  .informacion p {
    text-align: center;
    font-size: 50px;
    color: white;
    font-family: 'Genos', sans-serif;
  }