.texto_verde_enlace {
  color: #00321e;
  text-decoration: none;
}

.texto_verde_enlace:hover {
  text-decoration: none;
  color: #00321e;
}

.texto_verde_enlace_negrita {
  color: #00321e;
  text-decoration: none;
  font-weight: bold;
}

.texto_negro_enlace {
  color: #000000;
  text-decoration: none;
}

.texto_negro_enlace:hover {
  text-decoration: none;
  color: #000000;
}

.espacio_derecha_izquierda {
  padding-left: 7% !important;
  padding-right: 7% !important;
}

.espacio-entre-fila {
  height: 5px;
}

.btn-buscar {
  cursor: pointer;
  border-radius: 6px;
  width: 122px;
  padding: 0px;
  padding: 0.375rem 0.75rem;
  line-height: 1.4;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.titulo_agradecimiento {
  font-size: 32px;
  font-weight: bold;
  color: #05321f;
  padding-top: 6%;
}

.texto_agradecimiento {
  font-size: 25px;
}

.texto_agradecimiento_final {
  font-size: 26px;
  font-weight: 500;
}

.texto_verde_enlace_negrita_22px {
  color: #00321e;
  font-size: 22px !important;
  text-decoration: none;
  font-weight: bold;
}

.texto_verde_enlace_negrita_14px {
  color: #00321e;
  font-size: 14px !important;
  text-decoration: none;
  font-weight: bold;
}

.texto_canje_mobil {
  font-family: "TT Travels medium";
}

.img.bg-travelflex {
  background-image: url(/img/travelflex_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 275px;
  margin-top: 55px;
  background-position-y: 100%;
}

@media (min-width: 1600px) {
  .img.bg-travelflex {
    min-height: 450px;
  }
}
@media (max-width: 992.98px) {
  .img.bg-travelflex {
    background-image: url(/img/travelflex_banner_movil.jpg);
    height: 200px !important;
  }
}
@media (max-width: 768px) {
  .img.bg-travelflex {
    background-image: url(/img/travelflex_banner_movil.jpg);
    height: 200px !important;
  }
}