* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
i {
  margin-right: 10px;
}

.btn {
  margin-top: 1.5em;
}

p {
  font-size: 1.2em;
}
h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.fa-file-pdf {
  font-size: 2em;
}

/* -------  HEADER -------*/
.header {
  position: sticky;
  background-color: white;
  top: 0;
  z-index: 1;
}

.logos img {
  height: 80px;
}
.traduccion img {
  margin-left: 1em;
}
/* -------  DESCRIPCION -------*/

.descripcion {
  text-align: center;
  padding: 150px 0;
  background-color: black;
  background-image: url("http://mariafernandacabal.com/informe-protestas/img/bg1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: white;
}

.descripcion h1 {
  margin-bottom: 50px;
  font-weight: 800;
}

/* ------- GREMIOS -------*/

.gremios {
  text-align: center;
  padding: 100px 0;
}
.gremios-items {
  margin-top: 50px;
}

.gremios a {
  text-decoration: none;
  margin-bottom: 40px;
}

.gremios a i {
  margin-bottom: 10px;
}

/* ------- Fake News -------*/
.fake {
  text-align: center;
  padding: 150px 0;
  background-color: black;
  background-image: url("http://mariafernandacabal.com/informe-protestas/img/bg2.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: white;
}

/* ------- GALERIA -------*/
.galeria {
  padding: 100px 0 !important;
  text-align: center !important;
}

.galeria img {
  width: 100%;
  height: auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* ------- VIDEOS -------*/
.videos {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 100px 0;
  text-align: center;
  height: auto;
}
.videos video {
  width: 100%;
  height: auto;
}

/* -------  MEDIA QUERYS-------*/
@media (max-width: 600px) {
  .logos img {
    height: 30px;
  }
  .gremios h5 {
    font-size: 14px;
  }
}
