.banner_area {
  background: #04091e;
  position: relative;
  z-index: 1;
  padding: 120px 0px 0px 0px;
}
.banner_area .bg-parallax {
  background: url("../img/banner_bg.png") no-repeat scroll center 0 / cover;
  opacity: 0.4;
}
.banner_area .position {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
.booking_table {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 600px;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 125%;
  bottom: 0;
  z-index: -1;
}
.banner_content {
  color: #fff;
  margin-bottom: 94px;
}
.bg-one {
  background-color: #e8edf5;
}
.banner-title {
  font-size: 28px;
  max-width: 838px;
  text-transform: uppercase;
  font-weight: 800;
  margin: auto;
  line-height: 35px;
  margin-top: 129px;
}
.banner_content p {
  font-size: 20px;
  margin-top: 21px;
}
.banner_content a {
  background: #ee3030eb !important;
  padding: 10px 30px;
  width: 100%;
  max-width: 384px;
  font-size: 16px;
  margin: auto;
  font-weight: 600;
  margin-top: 25px;
}
.cont-seguimiento div p {
  margin: 0px;
  margin-bottom: 8px;
}
.cont-seguimiento div strong {
  font-size: 17px;
  font-weight: 900;
}
.cont-seguimiento div a {
  background: #ee3030eb !important;
  margin: 6px 0px;
  width: 100%;
  max-width: 163px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin: auto;
}
.section-title {
  font-size: 26px;
  text-align: center;
  font-weight: 900;
  max-width: 384px;
  margin: auto;
  line-height: 28px;
}
.section-text {
  font-size: 16px;
  max-width: 422px;
  margin: auto;
  text-align: center;
  margin-top: 15px;
}
.services {
  box-shadow: -2px 0px 5px 0px rgb(201 201 201);
  max-width: 300px;
  margin: auto;
  max-height: 280px;
}
.bg-two {
  background-color: #f0e4e4;
}
.container-steps {
  background-color: white;
  padding: 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.container-steps h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1f368f;
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.container-present strong {
  color: #1f368f;
  text-transform: uppercase;
  font-size: 15px;
}
.rates-title {
  font-weight: bold;
  font-size: 28px;
  color: white;
  margin: 0px;
}
.container-green {
  background-color: #34b480;
}
.bg-three {
  background-color: #ededed;
}
.container-faq .card-header {
  background-color: red;
}
.tarifas-us1box,
td {
  padding: 5px !important;
}
.a-link {
  display: none;
}

@media (max-width: 992px) {
  .cont-seguimiento {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .btn-links {
    display: none;
  }
  .a-link {
    display: block;
  }
}

@media (max-width: 600px) {
  .cont-seguimiento #btnss {
    margin: auto !important;
  }
}
