/* Primer bloque */
.intro h1 {
  color: var(--blanco);
  padding-top: 48px;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 48px;
  width: auto;
}
.intro p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 200;
  font-size: 20px;
}

/* - - - - Bloque de preguntas - - - -  */

#second .caja {
  border: 1px solid var(--blanco);
  border-radius: 20px;
  padding: 48px;
}
#second .caja h2,
#third h2 {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 400;
  color: var(--blanco);
}
#second .caja p,
#third p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  color: var(--blanco);
}
.fecha {
  text-align: right;
}
.fecha img {
  height: 150px;
  padding-right: 96px;
  margin-bottom: -75px;
}

/* - - - - Bloque de preguntas - - - -  */

section#third .boxed {
  padding-bottom: 0;
}
#third .boxed p {
  margin: 0;
}
.tabs ul li {
  overflow: visible;
  list-style-type: decimal;
}
.tabs a {
  color: var(--azul);
}
section#faq {
  padding-bottom: 48px;
}

/*  - - Cuarta seccion de bloques - - - */
#fourth .boxed {
  padding: 96px 48px;
}

#fourth h2 {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 400;
}
#fourth p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
}
.causa {
  padding: 24px 0;
}

.causa h3 {
  padding: 6px 24px;
  font-weight: 400;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 25px;
  border: 1px solid var(--negro);
  display: inline-block;
  margin-bottom: 24px;
}

.causa a {
  color: var(--azul);
}
.causa a:hover {
  color: var(--negro);
}
.imgs img {
  width: -webkit-fill-available;
  width: -moz-available;
}
.imgs {
  display: flex;
  gap: 48px;
  clear: both;
}
img.mario,
.imgs {
  margin-top: 24px;
}
.casa {
  background-color: var(--negro);
}
section.casa img {
  width: -webkit-fill-available;
  width: -moz-available;
  object-fit: cover;
}
.cuadricula {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: center;
  justify-content: center;
}
.bloq img {
  width: 100%;
}
.video iframe {
  border-radius: 50px;
}
/* - - - Responsive - - - - */
@media (min-width: 768px) and (max-width: 1024px) {
  .video iframe {
    width: 100%;
  }
  .imgs {
    gap: 24px;
    flex-wrap: wrap;
  }
  img.mario {
    width: 100%;
  }
  .intro h1 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .video iframe {
    width: 100%;
    height: 300px;
  }
  .video iframe {
    border-radius: 20px;
  }
  .cuadricula {
    display: block;
  }
  .bloq img {
    display: none;
  }
  .bloq.huellas {
    text-align: right;
  }
  .intro p {
    font-size: 20px;
  }
  .imgs {
    gap: 24px;
    flex-wrap: wrap;
  }
  img.mario {
    width: 100%;
  }
  .intro h1 {
    width: 100%;
    font-size: 35px;
    padding-top: 0;
  }
  #second .caja {
    padding: 20px;
  }
  section#faq {
    padding-bottom: 0px;
  }
  .fecha img {
    height: 130px;
    padding-right: 24px;
    margin-bottom: -65px;
  }
  #second .caja h2,
  #third h2,
  #fourth h2 {
    font-size: 30px;
  }
  #second .caja h2 {
    width: 80%;
  }
  section#third .boxed {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #fourth .boxed {
    padding: 48px 20px;
  }
  .causa h3 {
    font-size: 20px;
  }
  .cuadricula {
    gap: 48px;
    align-items: center;
    justify-content: center;
  }
}
