@font-face {
  font-family: "cocogoose";
  src: url(../src/font/cocogoose-pro.semilight.ttf);
}
@font-face {
  font-family: "acromRegular";
  src: url(../src/font/Acrom-Regular.ttf);
}
@font-face {
  font-family: "acromBold";
  src: url(../src/font/Acrom-Bold.ttf);
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;

  /* Fondo estatico */
  background-image: url(../src/Fondo.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* NAVEGADOR */

.navegador {
  font-family: "acromRegular";
  src: url(../src/font/Acrom-Regular.ttf);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 80px 50px 80px;
  max-width: 1536px;
  margin: 0 auto;
  margin-top: 50px;
}

.navegador a {
  text-decoration: none;
  color: white;
  padding: 30px;
}

.navegador img {
  width: 70px;
}

.navegador button {
  background-color: #e1fc47;
  padding: 10px 5px 10px 5px;
  border: none;
  border-radius: 200px;
}
.navegador button a {
  color: black;
  font-family: "acromBold";
  src: url(../src/font/Acrom-Bold.ttf);
  font-size: 17px;
}

.navegador button:hover {
  background-color: #007906;
  padding: 12px 5px 12px 5px;
  border: none;
  border-radius: 200px;
  transition: 0.5s;
}
.navegador button a:hover {
  color: white;
  font-size: 19px;
  transition: 0.5s;
}

/* HERO */

.hero {
  max-width: 1350px;
  margin: 0 auto;
}
.personajes {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
}

.personajes img {
  height: 240px;
}

.personajes h3 {
  font-family: "acromBold";
  src: url(../src/font/Acrom-Bold.ttf);
  color: #e1fc47;
  font-size: 60px;
  margin-top: -15px;
}

.personajes p {
  font-family: "acromBold";
  src: url(../src/font/Acrom-Bold.ttf);
  color: white;
  max-width: 250px;
  font-size: 20px;
  margin-top: -50px;
}

.descipcionColab {
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 100px;
}

.descipcionColab img {
  width: 300px;
  margin-right: 10px;
}
.descipcionColab p {
  font-family: "acromBold";
  src: url(../src/font/Acrom-Bold.ttf);
  color: white;
  font-size: 20px;
}

.descipcion {
  max-width: 800px;
}