*{
  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(backgrond_2.jpg);
  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_3.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%;
}

.main-content {
  position: relative;
}
/*
.video-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  top: 25px;
  background-color: red;
}
*/
.video-container {
  position: absolute;
  width: 60%;
  height: 540px;
  overflow: hidden;
  top: 250%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: red;
}

.firmas {
  position: absolute;
  width: 60%;
  height: 250px;
  overflow: hidden;
  top: 135%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.firmas_2 {
  position: absolute;
  width: 60%;
  height: 250px;
  overflow: hidden;
  top: 175%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.firmas p{
  color: #ffff;
  text-transform: uppercase;
  font-family: 'Genos', sans-serif;
  font-size: 25px;
  text-align: center;
}

.firmas_2 p{
  color: #ffff;
  text-transform: uppercase;
  font-family: 'Genos', sans-serif;
  font-size: 25px;
  font-weight: 100;
  text-align: center;
}

.t_3527{
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  height: 3px;
  width: 0;
  position: absolute;
  left: 18%;
  top: 8.5%;
  font-size: 50px;
  font-family: 'Genos', sans-serif;
}

.cr {
  color: #fff;
  font-weight:500;
  background-color: black;
  font-family: 'Genos', sans-serif;
  text-align: center;
}