@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 {
  display: flex;
  justify-content: space-between;
  margin: 50px;
  max-width: 1536px;
  margin: 0 auto;
  margin-top: 196px;
  align-items: center;
}
.hero img {
  width: 176px;
}

.HeroContainer {
  display: flex;
}

.HeroContainer h2 {
  font-family: "cocogoose";
  src: url(../src/font/cocogoose-pro.semilight.ttf);
  color: #e1fc47;
  line-height: 1.15;
  font-size: 92px;
  margin-right: -10rem;
  position: relative;
  z-index: 1;
}
.HeroContainer h2 p {
  font-family: "acromRegular";
  src: url(../src/font/Acrom-Regular.ttf);
  color: #ffffff;
  line-height: 1;
  font-size: 29px;
}

#imagenHome img {
  width: 595px;
}

.Comenzamos {
  width: 176px;
  margin: 0 auto;
  margin-top: 94px;
}
