.reverse {
  flex-direction: row-reverse;
}

#final .right h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #006db6;
  font-size: 14px;
  text-transform: capitalize;
}

#carousel {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}

#tour {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/galeon/banner.jpg) 50% 50% / cover;
  height: 70vh;
  margin: 40px 0;
}

#tour h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 30px;
  text-align: center;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #tour h1 {
    font-size: 22px;
  }
}

#tour .button {
  border: 1px solid #006db6;
  background-color: #006db6;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  width: 240px;
  text-align: center;
  transition: 0.4s;
}

#tour .button:hover {
  border: 1px solid #006db6;
  background-color: transparent;
  color: #006db6;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  width: 240px;
  text-align: center;
}

#descargas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  #descargas {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  #descargas {
    padding: 10px 0;
  }
}

#descargas h2 {
  color: #006db6;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 4768px) {
  #descargas h2 {
    padding-bottom: 8px;
  }
}

#descargas h1 {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  #descargas h1 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  #descargas h1 {
    font-size: 14px;
  }
}

#pdf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#pdf .pdf-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 2px solid rgba(0, 109, 182, 0.1);
  /* background-color: rgba(0, 109, 182, 0.1); */
  background-color: rgba(255, 255, 255);
  width: 427px;
  height: 270px;
  text-align: center;
  margin: 12px;
  padding-block: 24px;
  border-radius: 8px;
}

@media only screen and (max-width: 768px) {
  #pdf .pdf-wrapper {
    width: 90%;
  }
}

#pdf .pdf-wrapper h1 {
  color: #e30520;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
}

#pdf .pdf-wrapper img {
  margin: 0 auto;
  max-width: 140px;
}

#pdf .pdf-wrapper h2 {
  color: #006db6;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
