.ir-arriba {
  display: none;
  padding: 20px;
  border: 2px #e82417 solid;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
  color: #e82417;
}

#navcol-1 a {
  color: #fff;
}

.navbar img {
  width: 130px;
}

#navcol-1 img {
  width: 400px;
}

.portada img {
  width: 100%;
}

.portada {
  background-image: url("/assets/img/portadajesus.jpg?h=7f8a0bda8904c5388b32d24d28c98374");
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  .portada {
    height: 200px;
    background-attachment: initial;
  }
}

.inforest {
  margin: auto;
  text-align: center;
  border: 2px red solid;
  margin-bottom: 20px;
  max-width: 1200px;
  padding: 20px;
}

.history {
  margin: auto;
  text-align: center;
  max-width: 800px;
}

.portada2 {
  background-image: url("/assets/img/port2.png?h=a66be441344b82b8e4c83e1a090c301d");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}

@media (max-width: 992px) {
  .portada2 {
    height: 200px;
  }
}

.parrafo {
  max-width: 800px;
  text-align: center;
  margin: auto;
}

.mapas {
  text-align: center;
}

