* {
  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: linear-gradient(rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.75)), url(equipo.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: 0;
  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;
}