* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

body {
  background-color: rgb(247, 247, 248);
  font-family: 'Lato', sans-serif;
}

@font-face {
  font-family: 'cocogoce';
  src: url('cocogoose_trial.woff');
}

.mediabar {
  display: none;
}

header {
  background-color: white;
  position: fixed;
  width: 100%;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

.navbar {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 24px;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #333;
}

.hamburger {
  cursor: pointer;
  display: block;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav-menu {
  position: fixed;
  left: -100%;
  top: 0;
  gap: 0;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  background-color: #e02b27;
  width: 100%;
  height: 100vh;
  text-align: center;
  transition: 0.3s;
}

.nav-menu.active {
  left: 0;
}

.nav-link {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 200%;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: white;
}

.nav-item {
  margin: 16px 0;
}

.nav-linkAT {
  border: 4px solid white;
  padding: 2%;
  color: white;
}

.logo {
  width: 70px;
}

.imagen_bg {
  padding-top: 20%;
  background-image: url("./img/casa_dorada.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.home {
  margin-left: 5%;
  height: 90%;
}

.home h1 {
  font-family: 'cocogoce', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 300%;
  line-height: 50px;
  color: #e02b27;
  mix-blend-mode: color-burn;
}

.home p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 300%;
  line-height: 52px;
  color: #e02b27;
  padding-top: 20px;
  padding-bottom: 5px;
}

.home .description {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 150%;
  line-height: 125%;
  color: rgb(87, 87, 87);
  width: 70%;
  background-color: rgb(247, 247, 248);
  border: 4px solid rgb(255, 255, 255);
  padding: 20px;
  margin-top: 5%;
}

.home .date {
  font-family: 'cocogoce', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 250%;
  line-height: 52px;
  color: rgb(87, 87, 87);
}

.home .description2 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 200%;
  line-height: 2px;
  color: rgb(87, 87, 87);
  padding-bottom: 200px;
}

.bg_about {
  background-image: url(./img/bg_about.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 5%;
}

.about {
  text-align: center;
  height: 90%;
}

.link_home {
  margin-top: 55px;
  margin-left: 75%;
}

.presentation2 {
  margin-top: 5px;
  font-family: 'cocogoce', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 300%;
  line-height: 52px;
  color: #e02b27;
}

.about .description2 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgb(87, 87, 87);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(223, 223, 223);
  padding: 5%;
  margin: 5% 10%;
}

.about .info {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgb(87, 87, 87);
  padding-bottom: 10px;
}

.creative {
  background-color: white;
  margin-top: 5%;
  border-top: 2px solid rgb(223, 223, 223);
  text-align: center;
}

.win_logo {
  width: 20%;
  border: 1px solid rgb(223, 223, 223);
  margin: 3%;
}

.creative h2 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 200%;
  line-height: 150%;
  color: rgb(39, 39, 39);
  padding: 20px 20px 0 20px;
}

.red-line {
  display: block;
  width: 5%;
  height: 2px;
  background: #ec5242;
  margin: 1rem auto;
}

.creative p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgb(87, 87, 87);
  padding: 25px;
}

.historial {
  background-color: white;
  border-top: 2px solid rgb(223, 223, 223);
  text-align: center;
  padding-bottom: 5%;
}

.img_past {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.past {
  width: 40%;
  border: 1px solid rgb(223, 223, 223);
  margin: 3%;
}

.historial h2 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 200%;
  line-height: 150%;
  color: rgb(39, 39, 39);
  padding: 20px 20px 0 20px;
}

.historial p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgb(87, 87, 87);
  padding: 20px;
}

.footer_about {
  display: none;
}

.programs {
  padding-top: 2%;
}

.program {
  background-image: url(./img/patter.png);
  background-repeat: repeat;
  background-color: rgb(39, 42, 50);
  text-align: center;
  padding-bottom: 60px;
  width: 100%;
}

.program article {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2%;
  margin: 5%;
}

.program img {
  width: 100%;
  height: 100%;
}

.program h2 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 200%;
  line-height: 150%;
  color: white;
  padding: 50px 50px 0 50px;
}

.program h3 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 100%;
  line-height: 150%;
  color: #ec5242;
  margin: 10px;
  padding: 5px;
}

.program p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 150%;
  color: white;
}

.program a {
  display: none;
}

.program button {
  background-color: #ec5242;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 150%;
  line-height: 150%;
  color: white;
  padding: 20px;
  border: #ec5242;
}

.featured {
  width: 100%;
  padding-bottom: 100px;
}

.featured h2 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 200%;
  line-height: 150%;
  color: #272a31;
  padding: 50px 50px 0 50px;
  text-align: center;
}

.featured img {
  width: 40%;
  height: 40%;
}

.featured .speaker {
  display: flex;
  flex-direction: row;
  padding: 20px;
}

.featured .curriculum {
  margin-top: 4px;
  padding: 10px;
}

.grey-line {
  width: 2px;
  height: 1px;
  background: #333;
  margin-left: 15px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.curriculum h3 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 150%;
  color: #272a31;
  margin-left: 5px;
  padding-left: 5px;
}

.curriculum h4 {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 120%;
  color: #ec5242;
  margin: 5px;
  padding: 5px;
}

.curriculum p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 100%;
  color: #272a31;
  margin-left: 5px;
  padding-left: 5px;
}

.partners {
  background-color: #474646;
  padding: 30px;
  width: 100%;
  text-align: center;
}

.partners h2 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 200%;
  line-height: 150%;
  color: white;
}

.partners ul {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 200%;
  line-height: 150%;
  width: 100%;
}

.partners li {
  width: 50%;
  color: #8b8686;
}

.footer_home {
  display: inline-flex;
  justify-content: center;
  padding: 10%;
  width: 100%;
}

.footer_home img {
  width: 100px;
  height: 100px;
}

.footer_home p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80%;
  line-height: 120%;
  color: #272a31;
}

@media (min-width: 780px) {
  .mediabar {
    display: block;
    background-color: #474646;
    text-align: end;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .mediabar a {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 100%;
    line-height: 150%;
    color: white;
    padding-right: 30px;
  }

  .hamburger {
    display: none;
    cursor: pointer;
  }

  .navbar {
    flex-direction: row;
    gap: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .link_logo {
    width: 50%;
  }

  .nav-menu {
    display: contents;
    flex-direction: row;
    text-align: right;
    width: 50%;
  }

  .nav-link {
    color: #272a31;
    font-weight: 400;
    font-size: 100%;
    line-height: 24px;
  }

  .nav-linkAT {
    border: 4px solid #e02b27;
    color: #e02b27;
  }

  .nav-link:hover {
    color: #e02b27;
  }

  .nav-link:active {
    color: #e02b27;
  }

  .logo {
    width: 80px;
  }

  .imagen_bg {
    padding-top: 10%;
  }

  .home {
    margin-left: 10%;
  }

  .home h1 {
    font-family: 'cocogoce', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 400%;
    line-height: 70px;
  }

  .creative h2 {
    font-size: 250%;
    padding: 50px 50px 0 50px;
  }

  .creative p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .historial h2 {
    font-size: 250%;
    padding: 50px 50px 0 50px;
  }

  .historial p {
    padding-left: 20%;
    padding-right: 20%;
  }

  .img_past {
    flex-direction: row;
    margin-left: 8%;
  }

  .footer_about {
    display: flex;
    flex-direction: row;
    gap: 10%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .footer_about img {
    width: 130px;
    height: 130px;
  }

  .footer_about p {
    font-weight: 400;
    font-size: 100%;
    line-height: 130%;
  }

  .footer_ligth {
    display: none;
  }

  .programs {
    display: flex;
    flex-direction: row;
    padding: 1px;
    margin: 2px;
    padding-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  }

  .program h2 {
    display: block;
  }

  .program h3 {
    font-size: 150%;
  }

  .program img {
    width: 80px;
    height: 80px;
  }

  .program article {
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2px;
    margin: 2px;
  }

  .program a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 150%;
    line-height: 350%;
    color: white;
    text-decoration: underline;
  }

  .program button {
    display: none;
  }

  .featured {
    padding-left: 10%;
    padding-right: 10%;
  }

  .featured img {
    width: auto;
    height: auto;
  }

  hr {
    height: 0.5px;
  }

  .featured .art {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .featured .curriculum {
    display: block;
  }

  .partners {
    padding-left: 5%;
    padding-right: 5%;
  }

  .partners ul {
    flex-wrap: nowrap;
  }

  .footer_home {
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 3%;
    padding-bottom: 3%;
    gap: 10%;
  }

  .footer_home img {
    width: 130px;
    height: 130px;
  }

  .footer_home p {
    font-weight: 400;
    font-size: 100%;
    line-height: 130%;
  }
}
