.menu-img--brand {
  width: 200px;
  height: 50.609375px;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: transparent;
}

.section-home {
  position: static;
  height: 700px;
  padding-top: 184px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/bghome.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bghome.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.body {
  font-family: Lato, sans-serif;
}

.menu-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.menu-link.w--current {
  color: #fff;
}

.home-title {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
}

.home-paragraph {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.section-aboutus {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: none;
}

.section-title.white {
  color: #fff;
}

.section-subhead {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section-subhead.white {
  color: #fff;
}

.section-paragraph {
  width: 400px;
  color: #878787;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.img-logo {
  width: 300px;
}

.container-img-logo {
  width: 400px;
  margin-top: 40px;
  text-align: center;
}

.section-tours {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}

.tour-card {
  position: relative;
  width: 30%;
  height: auto;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 20px;
  float: left;
  border-radius: 12px;
  background-color: #fff;
}

.image {
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-title {
  margin: 20px 10px 10px;
  font-style: italic;
  font-weight: 700;
}

.card-paragraph {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #878787;
  line-height: 24px;
}

.card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 109.79167175292969px;
  height: 45px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  text-align: center;
}

.card-button.left {
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-button.blue {
  background-color: #3aaa35;
}

/* .card-button.blue.gift {
  width: 200px;
  margin-top: 100px;
  background-image: url('../images/Recurso-1.svg');
  background-position: 20px 10px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
} */

.card-button.blue.inside {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.card-subhead {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
}

.section-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3aaa35;
}

.geen-paragraph {
  width: 600px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divwa {
  position: fixed;
  left: 3%;
  top: auto;
  /* right: 15%; */
  bottom: 10px;
  z-index: 10;
  width: 45px;
}

.img-wa {
  width: 50px;
  height: 50px;
}

.container {
  position: static;
}

.section-slateblue {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #544193;
}

.slateblue-paragraph {
  display: block;
  margin-top: 40px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.link-block {
  display: inline-block;
  width: 100.00000762939453px;
  height: 100px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/icon-zelle.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block.zelle {
  background-position: 50% 100%;
}

.link-block.zelle.footer {
  width: 70px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  background-position: 50% 100%;
}

.link-block.paypal {
  width: 150px;
  background-image: url('../images/icon-paypal.svg');
  background-position: 50% 100%;
}

.link-block.paypal.footer {
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
}

.link-block.visa {
  width: 150px;
  background-image: url('../images/visa.svg');
  background-position: 50% 100%;
}

.link-block.visa.footer {
  width: 130px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
}

.link-block.trip {
  width: 150px;
  background-image: url('../images/icon-trip.svg');
  background-position: 50% 100%;
}

.link-block.trip.footer {
  width: 130px;
  height: 70px;
  margin-right: 20px;
  margin-left: 20px;
}

.section-testimonials {
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 157, 216, 0.95)), to(rgba(22, 157, 216, 0.95))), url('../images/f1ed37df-4729-4e39-946c-53d6887ed51b.JPG');
  background-image: linear-gradient(180deg, rgba(22, 157, 216, 0.95), rgba(22, 157, 216, 0.95)), url('../images/f1ed37df-4729-4e39-946c-53d6887ed51b.JPG');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-slateblue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 40px 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
}

.img-star {
  width: 120px;
  height: 18.385417938232422px;
}

.tetimonials-paragraph {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #878787;
  line-height: 24px;
  font-style: italic;
  text-align: center;
}

.testimonials-name {
  font-weight: 700;
}

.section-contact {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}

.section-contact.hide {
  display: none;
}

.contact-paragraph {
  color: #878787;
  line-height: 24px;
  text-align: center;
}

.formblock {
  margin-top: 60px;
}

.textfield {
  height: 45px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.textfield.textarea {
  height: 185px;
}

.section-footer {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #121718;
}

.footer-paragraph {
  width: 320px;
  margin-top: 15px;
  color: #fff;
  line-height: 24px;
}

.footer-copy {
  margin-top: 60px;
  color: #fff;
  font-size: 11px;
}

.div-tigredeltatour {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  overflow: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(22, 157, 216, 0.95);
  -o-object-fit: fill;
  object-fit: fill;
}

.container-info {
  position: static;
  overflow: visible;
  padding: 40px 20px;
  background-color: #fff;
}

.btn-close {
  display: inline-block;
  margin-right: 0px;
  margin-left: 20px;
  float: none;
  color: #121718;
  font-size: 16px;
  line-height: 24px;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
  float: none;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #878787;
}

.container-btnclose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.moreinfo-paragraph {
  margin-right: 40px;
  color: #878787;
  line-height: 24px;
}

.moreinfo-paragraph.bold {
  height: 95.97222900390625px;
  font-weight: 700;
}

.moreinfo-title {
  margin-right: 40px;
  margin-bottom: 10px;
  color: rgba(22, 157, 216, 0.95);
  font-size: 24px;
  line-height: 30px;
}

.moreinfo-title.new {
  font-style: italic;
  text-decoration: underline;
}

.info-columns {
  margin-bottom: 20px;
}

.info-img {
  border-radius: 12px;
}

.info-paragraph-blue {
  color: rgba(22, 157, 216, 0.95);
}

.info-paragraph-blue.title {
  font-size: 18px;
  text-decoration: underline;
}

.googlemaps {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 220px;
  height: 40px;
  margin-top: 60px;
  margin-right: 40px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/map.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #878787;
}

.div-bsastour {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  overflow: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(22, 157, 216, 0.95);
}

.div-privatetansfers {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  overflow: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(22, 157, 216, 0.95);
}

.section-gallery {
  padding-top: 60px;
  padding-bottom: 100px;
}

.gallery-lightbox {
  margin-top: 30px;
}

.image-2 {
  width: 290px;
  height: 290px;
  border-radius: 12px;
}

.italic-text {
  font-size: 16px;
}

.bold-text-2 {
  color: #121718;
}

.italic-text-2 {
  color: #121718;
}

.italic-text-3 {
  color: #121718;
}

.bold-text-3 {
  color: #121718;
}

.italic-text-4 {
  color: #121718;
}

.divmensajeenviado {
  display: none;
  color: #878787;
}

.txttitleform {
  display: inline-block;
  color: #e5005a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
}

.txttitleform.center {
  display: block;
  margin-bottom: 20px;
  color: #878787;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.divenviandomensaje {
  display: none;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  display: block;
  opacity: 1;
  -webkit-filter: saturate(80%);
  filter: saturate(80%);
}

.text-block-3 {
  color: rgba(22, 157, 216, 0.95);
  font-size: 12px;
  text-align: center;
}

.div_recaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .menu {
    padding-top: 20px;
    background-color: transparent;
  }

  .section-home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/bghome-mobile.jpg'), url('../images/bghome.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bghome-mobile.jpg'), url('../images/bghome.jpg');
    background-position: 0px 0px, 50% 100%, 50% 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .menu-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .section-paragraph {
    margin-bottom: 0px;
  }

  .menu-menubutton {
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 40px;
  }

  .menu-menubutton.w--open {
    background-color: transparent;
  }

  .nav-menu {
    height: 100vh;
    background-color: rgba(22, 157, 216, 0.95);
  }

  .tour-card {
    width: 300px;
    margin-top: 40px;
    float: none;
  }

  .card-button.blue.gift {
    background-position: 20px 10px;
  }

  .tour-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .aboutus--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divwa {
    bottom: 10px;
  }

  .link-block.zelle.footer {
    width: 50px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block.paypal.footer {
    width: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block.trip.footer {
    width: 100px;
    height: 70px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .testimonials-card {
    margin-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .column {
    display: block;
  }

  .container-footer-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .moreinfo-paragraph {
    margin-right: 0px;
  }

  .moreinfo-title {
    margin-top: 40px;
    margin-right: 0px;
  }

  .googlemaps {
    margin-right: 0px;
  }

  .col-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section-home {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-aboutus {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-paragraph {
    width: auto;
  }

  .container-img-logo {
    width: auto;
  }

  .section-tours {
    padding-right: 10px;
    padding-left: 10px;
  }

  .card-button {
    width: 100%;
    margin-left: 0px;
  }

  .card-button.left {
    width: 100%;
  }

  .card-button.blue {
    width: 100%;
    margin-top: 20px;
  }

  .card-button.blue.gift {
    width: 100%;
    background-position: 190px 10px;
  }

  .section-green {
    padding-right: 5px;
    padding-left: 5px;
  }

  .geen-paragraph {
    width: 100%;
  }

  .section-slateblue {
    padding-right: 5px;
    padding-left: 5px;
  }

  .link-block.zelle {
    display: block;
    width: 100px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    background-size: contain;
  }

  .link-block.zelle.footer {
    display: inline-block;
    height: 70px;
  }

  .link-block.paypal {
    display: block;
    width: 150px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    background-size: contain;
  }

  .link-block.visa.footer {
    display: inline-block;
    height: 70px;
    margin-top: 0px;
  }

  .link-block.visa {
    margin-top: 60px;
    display: block;
    width: 150px;
    height: 50px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    background-size: contain;
  }

  .link-block.paypal.footer {
    display: inline-block;
    height: 70px;
  }

  .link-block.trip {
    display: block;
    width: 150px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .link-block.trip.footer {
    display: inline-block;
  }

  .section-testimonials {
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-slateblue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials-card {
    width: 300px;
    height: 229.35765075683594px;
  }

  .section-footer {
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-paragraph {
    width: auto;
    text-align: center;
  }

  .footer-copy {
    width: 100%;
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .container-footer-logos {
    margin-top: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container-footer-elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .moreinfo-paragraph.bold {
    height: auto;
  }

  .googlemaps {
    margin-right: 0px;
  }

  .div_recaptcha {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section-home {
    display: block;
    padding-top: 140px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/bghome-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bghome-mobile.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .home-title {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
  }

  .home-paragraph {
    width: auto;
    font-size: 16px;
    text-align: center;
    white-space: normal;
  }

  .section-subhead {
    display: block;
  }

  .section-paragraph {
    margin-bottom: 0px;
    text-align: left;
  }

  .img-logo {
    width: 100%;
  }

  .tour-card {
    width: 100%;
  }

  .card-button.blue.gift {
    background-position: 70px 10px;
  }

  .card-button.blue.inside {
    margin-bottom: 30px;
  }

  .card-subhead {
    font-size: 18px;
  }

  .tour-container {
    display: block;
  }

  .geen-paragraph {
    font-size: 12px;
  }

  .bold-text {
    font-size: 14px;
  }

  .testimonials-card {
    width: 100%;
  }

  .container-info {
    padding-right: 10px;
    padding-left: 10px;
  }

  .moreinfo-paragraph.bold {
    text-align: center;
  }

  .googlemaps {
    margin-right: 0px;
  }

  .gallery-lightbox {
    width: 100%;
    height: 100%;
  }

  .image-2 {
    width: 100%;
    height: 100%;
  }

  .txttitleform {
    display: block;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
  }
}

