body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
}
body section#main {
  position: relative;
  height: 1024px;
}
body section#footer {
  color: #fff;
  padding-top: 30px;
}
body section#footer .container {
  background-color: #0097ce;
}
body section#footer .footer-container {
  height: 60px;
}
body section#footer .footer-size {
  line-height: 60px;
  font-size: 20px;
}
body .sticky {
  background-color: #36aac7;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
}
body section#menu-mobile {
  text-align: right;
  background-color: #0097ce;
  position: relative;
}
body section#menu-mobile .telephone {
  display: inline-block;
  height: 24px;
  width: 24px;
}
body section#menu-mobile .telephone i {
  color: #fff;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
body section#menu-mobile a {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
}
body section#menu-mobile .mainphone {
  color: #fff;
}
body section#menu-mobile .spread {
  margin-left: 20px;
}
body section#menu-mobile #menu-down .navbar.navbar-default {
  background-color: transparent;
  border: 0;
  margin-bottom: 0 !important;
  min-height: 50px;
}
body section#menu-mobile #menu-down .navbar.navbar-default .navbar-brand {
  color: #fff;
}
body section#menu-mobile #menu-down .navbar.navbar-default .navbar-collapse {
  border-color: transparent !important;
}
body section#menu-mobile #menu-down .navbar.navbar-default .navbar-header .navbar-brand {
  padding: 0 15px !important;
}
body section#menu-mobile #menu-down .navbar.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
body section#menu-mobile #menu-down .navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
body section#menu-mobile #menu-down .navbar-default .navbar-nav>li>a:hover {
  background-color: #fff;
  color: #29a7e1;
}
body section#main-logo {
  background: #00b497;
}
body section#main-logo .logo {
  background-color: #fff;
}
body section#main-logo .logo img {
  max-width: 180px;
}
body section#menu-desktop #menu-upper {
  background: #0097ce;
  display: block;
  height: auto;
  position: relative;
}
body section#menu-desktop #menu-upper a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
}
body section#menu-desktop #menu-upper a:hover {
  color: #abd65f;
}
body section#menu-desktop #menu-upper .telephone {
  display: inline-block;
  height: 24px;
  margin: 0 20px;
  width: 24px;
}
body section#menu-desktop #menu-upper .telephone i {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
body section#menu-desktop #menu-upper .spread {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 9999px) {
  body section#main {
    height: auto;
  }
}
@media (max-width: 1400px) {
  body section#main {
    height: auto;
  }
  body #hero .img-size {
    height: 560px;
  }
}
@media (max-width: 991px) {
  body section#menu-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  body section#menu-mobile {
    display: none;
  }
}
body .padding-0 {
  padding: 0 !important;
}
body .padding-15 {
  padding: 15px;
}
body .background-division-top {
  background-color: #eff5f2;
  border-bottom: 1px solid #d6deda;
}
body .background-division-bottom {
  background-color: #eff5f2;
  border-top: 1px solid #d6deda;
}
body .background-white {
  background-color: rgba(255,255,255,0.9);
  padding-bottom: 30px;
}
body .border-top-gray {
  border-top: 2px solid #999;
  padding-top: 15px;
  padding-bottom: 15px;
}
body .margin-top-10 {
  margin-top: 10px;
}
body .margin-top-30 {
  margin-top: 30px;
}
body .margin-left-15 {
  margin-left: 15px;
}
body .no-margin {
  margin: 0;
}
body .no-margin-top {
  margin-top: 0;
}
body .no-padding-right {
  padding-right: 0;
}
body .no-padding {
  padding: 0;
}
body .padding-left-0 {
  padding-left: 0;
}
body .padding-top-10 {
  padding-top: 15px;
}
body .padding-top-30 {
  padding-top: 30px;
  text-align: center;
}
body .padding-bot-30 {
  padding-bottom: 30px;
}
body .padding-right-30 {
  padding-right: 30px;
}
body section#activities h2 {
  letter-spacing: 5px;
  font-weight: 600;
  font-family: Arial;
  margin-bottom: 40px;
}
body section#activities p {
  font-weight: 600;
  font-family: Arial;
  font-size: 17px;
}
body section#activities h4 {
  font-weight: 600;
}
body section#activities p.activities-text {
  font-size: 12px;
  font-weight: 500;
}
body section#activities h2.activities-title {
  font-size: 21px;
}
body .activities-background {
  background-color: #f5f5f5;
}
body .welcome-1 {
  background: url("../../images/photos/san-jose-del-cabo-city-tour.jpg") no-repeat center;
}
body .welcome-2 {
  background: url("../../images/photos/cabo-san-lucas-city-tour.jpg") no-repeat center;
}
body .welcome-3 {
  background: url("../../images/photos/todos-santos-city-tour.jpg") no-repeat center;
}
body .welcome-4 {
  background: url("../../images/photos/whale-watching.jpg") no-repeat center;
}
body .welcome-style {
  background-size: cover;
  height: 300px;
}
body .activities-button {
  background-color: #f7931e;
  border-radius: 10px;
  color: #fff;
  padding: 10px 59px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  cursor: pointer;
  letter-spacing: 6px;
  font-weight: 600;
}
body .activities-btn-spacing {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  body #zones .zones-prices {
    font-size: 30px !important;
    height: auto !important;
  }
  body #zones .zone-title-sub {
    height: 82px !important;
  }
  body #zones .zone-big-title a.book {
    display: block;
    font-size: 20px !important;
    padding: 10px 0;
  }
}
body #blog .col-sm-3 a {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
body #blog .col-sm-3 a p {
  background: rgba(255,255,255,0.5);
  color: #000;
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 20px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 30px;
  width: 100%;
}
body #blog .col-sm-3 a:hover {
  background: #00aac7;
  background: -moz-linear-gradient(top, #00aac7 0%, #abd65f 100%);
  background: -webkit-linear-gradient(top, #00aac7 0%, #abd65f 100%);
  background: linear-gradient(to bottom, #00aac7 0%, #abd65f 100%);
  filter: progid;
  z-index: 1;
}
body #blog .col-sm-3 a:hover img {
  opacity: 0.4;
}
body #blog .col-sm-3 a:hover p {
  background: none;
  color: #fff;
}
body .blue-transparent {
  background: rgba(255,255,255,0.6);
  height: auto;
  padding: 60px 0;
  width: 100%;
}
body #a-great-day-fishing-in-los-cabos {
  background: url("/images/blog/000008.jpg") center fixed no-repeat;
  background-size: cover;
}
body #about-blue-marlin {
  background: url("/images/blog/000015.jpg") center fixed no-repeat;
  background-size: cover;
}
body #about-on-fishing-tackle {
  background: url("/images/blog/000058.jpg") center fixed no-repeat;
  background-size: cover;
}
body #adventure-in-the-desert {
  background: url("/images/blog/000028.jpg") center fixed no-repeat;
  background-size: cover;
}
body #airport-and-ground-services {
  background: url("/images/blog/000001.jpg") center fixed no-repeat;
  background-size: cover;
}
body #airport-cabo-shuttle {
  background: url("/images/blog/000002.jpg") center fixed no-repeat;
  background-size: cover;
}
body #airport-cabo-transportation {
  background: url("/images/blog/000044.jpg") center fixed no-repeat;
  background-size: cover;
}
body #airport-cabo-transportations {
  background: url("/images/blog/000045.jpg") center fixed no-repeat;
  background-size: cover;
}
body #airport-car-services-in-los-cabos {
  background: url("/images/blog/000092.jpg") center fixed no-repeat;
  background-size: cover;
}
body #airport-services-los-cabos {
  background: url("/images/blog/000003.jpg") center fixed no-repeat;
  background-size: cover;
}
body #airport-transportation-in-cabo-san-lucas {
  background: url("/images/blog/000004.jpg") center fixed no-repeat;
  background-size: cover;
}
body #all-about-sportfishing-in-los-cabos {
  background: url("/images/blog/000059.jpg") center fixed no-repeat;
  background-size: cover;
}
body #all-for-fishing-dorado-with-bait {
  background: url("/images/blog/000060.jpg") center fixed no-repeat;
  background-size: cover;
}
body #all-terrain-adventures-in-los-cabos {
  background: url("/images/blog/000017.jpg") center fixed no-repeat;
  background-size: cover;
}
body #are-you-ready-for-fishing-in-los-cabos {
  background: url("/images/blog/000053.jpg") center fixed no-repeat;
  background-size: cover;
}
body #arrive-in-style-and-comfort {
  background: url("/images/blog/000016.jpg") center fixed no-repeat;
  background-size: cover;
}
body #art-walk-in-san-jose-del-cabo {
  background: url("/images/blog/000027.jpg") center fixed no-repeat;
  background-size: cover;
}
body #beach-cerriots-in-todos-santos {
  background: url("/images/blog/000018.jpg") center fixed no-repeat;
  background-size: cover;
}
body #beautiful-beaches-in-cabo {
  background: url("/images/blog/000018.jpg") center fixed no-repeat;
  background-size: cover;
}
body #best-sportfishing-in-los-cabos {
  background: url("/images/blog/000023.jpg") center fixed no-repeat;
  background-size: cover;
}
body #big-game-fishing-in-cabo-san-lucas {
  background: url("/images/blog/000026.jpg") center fixed no-repeat;
  background-size: cover;
}
body #big-game-fishing-off-the-los-cabos-bay {
  background: url("/images/blog/000061.jpg") center fixed no-repeat;
  background-size: cover;
}
body #blue-marlin-fishing-in-los-cabos {
  background: url("/images/blog/000068.jpg") center fixed no-repeat;
  background-size: cover;
}
body #blue-water-fishing-in-los-cabos {
  background: url("/images/blog/000074.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-airport-private-transportation {
  background: url("/images/blog/000025.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-airport-shuttle {
  background: url("/images/blog/000027.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-airport-shuttle-roundtrip {
  background: url("/images/blog/000035.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-airport-transportation {
  background: url("/images/blog/000036.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-convention-shuttle {
  background: url("/images/blog/000037.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-san-lucas-airport-transfers {
  background: url("/images/blog/000043.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-san-lucas-airport-transfer {
  background: url("/images/blog/000048.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-san-lucas-is-a-fishermans-paradise {
  background: url("/images/blog/000081.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-san-lucas-transportation-shuttle {
  background: url("/images/blog/000056.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-san-lucas-your-fishing-destination {
  background: url("/images/blog/000087.jpg") center fixed no-repeat;
  background-size: cover;
}
body #cabo-taxi-services {
  background: url("/images/blog/000065.jpg") center fixed no-repeat;
  background-size: cover;
}
body #catch-and-fish-all-year-round {
  background: url("/images/blog/000098.jpg") center fixed no-repeat;
  background-size: cover;
}
body #catch-tuna-in-cabo {
  background: url("/images/blog/000094.jpg") center fixed no-repeat;
  background-size: cover;
}
body #come-deep-sea-fishing-in-los-cabos-and-catch-a-marlin {
  background: url("/images/blog/000098.jpg") center fixed no-repeat;
  background-size: cover;
}
body #come-fishing-in-los-cabos {
  background: url("/images/blog/000097.jpg") center fixed no-repeat;
  background-size: cover;
}
body #custom-fishing-charters-in-los-cabos {
  background: url("/images/blog/000100.jpg") center fixed no-repeat;
  background-size: cover;
}
body #divorce-beach {
  background: url("/images/blog/000028.jpg") center fixed no-repeat;
  background-size: cover;
}
body #enjoying-deep-sea-fishing {
  background: url("/images/blog/000101.jpg") center fixed no-repeat;
  background-size: cover;
}
body #favorite-activities-in-los-cabos {
  background: url("/images/blog/000085.jpg") center fixed no-repeat;
  background-size: cover;
}
body #fishing-in-cabo-exceeding-expectations {
  background: url("/images/blog/000102.jpg") center fixed no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  body #blog .col-sm-3 a p {
    font-size: 14px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  body #blog .col-sm-3 a {
    margin: 0 auto 20px;
    max-width: 450px;
  }
  body #blog .col-sm-3 a p {
    font-size: 20px;
    height: 50px;
    top: 100px;
  }
}
@media (max-width: 360px) {
  body #blog .col-sm-3 a p {
    font-size: 16px;
  }
}
body section#book-now #reserve-private p {
  background-color: #0fe54d;
  border: 1px solid #000;
  border-radius: 20px;
  color: #000;
  cursor: pointer;
  font-size: 30px;
  line-height: 1.3333333;
  margin-top: 10px;
  padding: 10px 0px;
  width: 100%;
}
body section#book-now #step1 .easy-autocomplete.eac-round,
body section#book-now #step2 .easy-autocomplete.eac-round,
body section#book-now #step3 .easy-autocomplete.eac-round {
  width: auto !important;
}
body section#book-now #step1 input,
body section#book-now #step2 input,
body section#book-now #step3 input,
body section#book-now #step1 select,
body section#book-now #step2 select,
body section#book-now #step3 select,
body section#book-now #step1 textarea,
body section#book-now #step2 textarea,
body section#book-now #step3 textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: 30px;
  margin-bottom: 5px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body section#book-now #step1 input.submit-button,
body section#book-now #step2 input.submit-button,
body section#book-now #step3 input.submit-button {
  background-color: #36aac7;
  color: #fff;
  float: right;
  width: 150px;
}
body section#book-now #step1 input.submit-button[disabled="disabled"],
body section#book-now #step2 input.submit-button[disabled="disabled"],
body section#book-now #step3 input.submit-button[disabled="disabled"] {
  opacity: 0.5;
}
body section#book-now #step1 label,
body section#book-now #step2 label,
body section#book-now #step3 label {
  font-size: 10px;
  font-weight: 400;
}
body section#book-now #step1 #bus47-capacity,
body section#book-now #step2 #bus47-capacity,
body section#book-now #step3 #bus47-capacity,
body section#book-now #step1 #bus51-capacity,
body section#book-now #step2 #bus51-capacity,
body section#book-now #step3 #bus51-capacity,
body section#book-now #step1 #escalade-capacity,
body section#book-now #step2 #escalade-capacity,
body section#book-now #step3 #escalade-capacity,
body section#book-now #step1 #hiace-capacity,
body section#book-now #step2 #hiace-capacity,
body section#book-now #step3 #hiace-capacity,
body section#book-now #step1 #shuttle-capacity,
body section#book-now #step2 #shuttle-capacity,
body section#book-now #step3 #shuttle-capacity,
body section#book-now #step1 #suburban-capacity,
body section#book-now #step2 #suburban-capacity,
body section#book-now #step3 #suburban-capacity,
body section#book-now #step1 #sprinter-capacity,
body section#book-now #step2 #sprinter-capacity,
body section#book-now #step3 #sprinter-capacity {
  display: none;
}
body section#book-now #step2,
body section#book-now #step3 {
  display: none;
}
body section#book-now #step3 {
  background-color: transparent;
  border: 0;
}
body section#book-now #book-slice-medium {
  background-color: #38b0ca;
}
body section#contact {
  padding: 30px 0;
}
body section#contact h2 {
  letter-spacing: 6px;
  font-weight: 600;
  font-family: arial;
}
body .contact-icons {
  align-content: center;
  background-color: #707070;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
body .phone-icon,
body .mail-icon,
body .location-icon {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
  width: 40px;
}
body .contact-icons-spacing {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
body .contact-icons-spacing2 {
  margin-top: 40px;
}
body .contact-title-spacing {
  padding-bottom: 30px;
}
body .contact-links {
  color: #707070;
  text-decoration: none;
}
body .test {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body .contact-icons-spacing2 {
    margin-bottom: 10px;
  }
}
body #hero {
  position: relative;
}
body #hero .covid {
  border: 4px solid #fff;
  height: 208px;
  left: 50px;
  position: absolute;
  top: 100px;
}
body #hero .img-src-1 {
  background-image: url("/images/banners/banner-01e.jpg");
}
body #hero .img-src-2 {
  background-image: url("/images/banners/banner-02e.jpg");
}
body #hero .img-src-3 {
  background-image: url("/images/banners/banner-03.jpg");
}
body #hero .img-src-4 {
  background-image: url("/images/banners/banner-02.jpg");
}
body #hero .img-src-5 {
  background-image: url("/images/banners/banner-05.jpg");
}
body #hero .img-src-6 {
  background-image: url("/images/banners/banner-06.jpg");
}
body #hero .img-src-7 {
  background-image: url("/images/banners/banner-07.jpg");
}
body #hero .img-src-8 {
  background-image: url("/images/banners/banner-08.jpg");
}
body #hero .img-src-9 {
  background-image: url("/images/banners/banner-09.jpg");
}
body #hero .img-src-10 {
  background-image: url("/images/banners/banner-10.jpg");
}
body #hero .img-src-11 {
  background-image: url("/images/banners/banner-11.jpg");
}
body #hero .img-src-12 {
  background-image: url("/images/banners/banner-12.jpg");
}
body #hero .img-src-13 {
  background-image: url("/images/banners/banner-13.jpg");
}
body #hero .img-src-14 {
  background-image: url("/images/banners/banner-14.jpg");
}
body #hero .img-src-15 {
  background-image: url("/images/banners/banner-15.jpg");
}
body #hero .img-src-16 {
  background-image: url("/images/banners/banner-01s.jpg");
}
body #hero .img-src-17 {
  background-image: url("/images/banners/banner-17.jpg");
}
body #hero .img-size {
  background-position: center;
  background-size: cover;
  height: 480px;
  width: 100%;
}
body #hero .logo {
  position: absolute;
  text-align: left;
  top: 0px;
  width: 100%;
}
body #hero .info button {
  margin: 0 auto;
  width: 400px;
}
body #hero .ol_border {
  border: 15px solid #f5f5f5;
}
body #hero .ol_border li {
  display: none;
}
body #share {
  background-color: #fff;
  color: #0097ce;
  height: 100%;
  padding: 20px;
  width: 100%;
}
body #share .circled {
  background-color: #fff;
  border: 2px solid #0097ce;
  border-radius: 50%;
  height: 64px;
  margin: 0 auto;
  padding: 8px 0;
  width: 64px;
}
body #share .circled img {
  width: 64px;
}
body #share h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
body #share a {
  border: 1px solid #0097ce;
  border-radius: 0;
  color: #0097ce;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}
body #share a:hover {
  background-color: #0097ce;
  color: #fff;
}
@media (max-width: 480px) {
  body section#hero .img-size {
    height: 250px;
  }
  body section#hero .covid {
    height: 108px;
    left: unset;
    right: 10px;
    top: 60px;
  }
  body section#hero .covid img {
    height: 100px;
  }
}
body section#package {
  background: rgba(255,255,255,0.5);
  padding: 30px 0;
}
body section#package h2 {
  padding: 20px 0;
  font-family: arial;
  font-weight: 600;
  letter-spacing: 10px;
}
body section#package h4 {
  font-family: arial;
  font-weight: 600;
  letter-spacing: 2px;
}
body section#package img {
  padding-top: 10px;
}
body section#package p {
  color: #fff;
  margin: 20px 0;
  font-size: 26px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
body section#package .col-sm-3 {
  min-height: 245px;
  max-height: 245px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body .background-1 {
  background-color: #00b497;
}
body .background-2 {
  background-color: #0097ce;
}
body .background-3 {
  background-color: #f7931e;
}
body .background-4 {
  background-color: #39b54a;
}
body #phone-call {
  background-color: #fff;
  padding: 30px 0;
}
body #phone-call h2 {
  font-size: 26px;
  text-transform: uppercase;
}
body .btn {
  background: #00aac7;
  background: -moz-linear-gradient(top, #00aac7 0%, #abd65f 100%);
  background: -webkit-linear-gradient(top, #00aac7 0%, #abd65f 100%);
  background: linear-gradient(to bottom, #00aac7 0%, #abd65f 100%);
  border: 0;
  border-radius: 10px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px !important;
}
body section#promo {
  background-color: #f5f5f5;
  padding: 30px 0;
}
body section#promo h2 {
  padding: 20px 0;
  font-weight: 600;
  text-transform: uppercase;
}
body section#promo a {
  color: #fff;
  padding: 10px;
}
body section#promo a.promo-btn {
  background-color: #f7931e;
  border-radius: 10px;
  color: #fff;
  padding: 10px 59px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  cursor: pointer;
  letter-spacing: 6px;
  font-weight: 600;
}
body section#promo .promo-title {
  letter-spacing: 8px;
}
body section#promo .promo-btn-space {
  margin-top: 100;
}
@media (max-width: 1200px) {
  body section#promo .promo-subtitle h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body section#promo .promo-subtitle img {
    height: 200px;
    width: auto;
  }
}
body #sitemap {
  background-color: rgba(255,255,255,0.9);
}
body #sitemap select,
body #sitemap input {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  height: 30px;
  margin: 5px 0;
  padding-left: 10px;
  width: 100%;
}
body #sitemap h1,
body #sitemap h3 {
  margin-top: 20px;
  text-align: center;
}
body #sitemap .info-download {
  margin-top: 50px;
  text-align: center;
}
body #sitemap .info-title li {
  text-align: left;
}
body #sitemap .img-size {
  width: 100%;
  margin-top: 30px;
}
body #sitemap .img-download {
  padding-top: 60px;
}
body #sitemap .img-download img {
  padding-right: 20px;
  padding-top: 20px;
}
body #sitemap p {
  text-align: center;
}
body #sitemap h1 {
  font-size: 31px;
  margin-top: 20px;
  margin-bottom: 30px;
}
body .sitemap a {
  color: #fff !important;
}
body section#testimonials {
  background-color: #fff;
}
body section#testimonials .carousel-control .icon-next,
body section#testimonials .carousel-control .icon-prev {
  color: #000;
  font-size: 100px;
}
body section#testimonials .carousel-control.right,
body section#testimonials .carousel-control.left {
  background-image: none;
}
body section#testimonials .box-textimonial {
  margin-right: 20%;
  margin-left: 20%;
}
body section#testimonials p {
  font-size: 14px;
  text-align: center;
}
body section#testimonials h3 {
  margin-bottom: 20px;
  text-align: center;
}
body section#testimonials .person {
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
body section#testimonials .person .person-photo {
  border: 1px solid #000;
  border-radius: 50%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 50px;
}
body section#testimonials .person a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
body #TA_selfserveprop800 {
  margin: 0 auto;
  width: 480px;
}
body .whatsapp {
  position: fixed;
  bottom: 90px;
  right: 25px;
  height: 60;
  width: 60px;
  background-color: #25d366;
  z-index: 999999;
  border-radius: 50%;
}
body .whatsapp i {
  color: #fff;
  font-size: 40px;
  padding: 10px 14px;
}
@media (max-width: 559px) {
  body .whatsapp {
    height: 54px;
    width: 54px;
    right: 15px;
  }
  body .whatsapp i {
    font-size: 36px;
    padding: 10px 12px;
  }
}
body section#zones {
  padding: 30px 0;
  width: 100%;
}
body section#zones .zone-big-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 7px;
  font-family: arial;
}
body section#zones .zone-big-title p {
  margin: 0;
}
body section#zones .zone-big-title a {
  color: #fff;
  text-decoration: none;
}
body section#zones .zone-title-sub {
  align-items: center;
  color: #6d6e70;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 46px;
  justify-content: center;
  letter-spacing: 5px;
  margin: 0;
  padding: 10px 0 5px;
}
body section#zones .zone-transportation-title {
  font-size: 12px;
  letter-spacing: 2px;
}
body section#zones .zone-price-1 {
  font-size: 54px;
  height: 60px;
}
body section#zones .zone-price-2 {
  font-size: 36px;
  height: 44px;
}
body section#zones .zones-prices {
  align-items: center;
  display: flex;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 4px;
  margin: 0;
  padding: 5px 0;
}
body section#zones .zone-1-color {
  color: #00b497;
}
body section#zones .zone-2-color {
  color: #0097ce;
}
body section#zones .zone-3-color {
  color: #f7931e;
}
body section#zones .zone-4-color {
  color: #39b54a;
}
body section#zones .background-1-light {
  background-color: #d8f5f0;
}
body section#zones .background-2-light {
  background-color: #a8e6fc;
}
body section#zones .background-3-light {
  background-color: #f2c48f;
}
body section#zones .background-4-light {
  background-color: #c9f5cf;
}
body section#zones .zones-button {
  background-color: #f7931e;
  border-radius: 10px;
  color: #fff;
  padding: 10px 59px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  cursor: pointer;
  letter-spacing: 6px;
  font-weight: 600;
}
body section#zones .zones-btn-space {
  margin-top: 40px;
}
body .margin-bottom-10 {
  margin-bottom: 10px !important;
}
body .margin-bottom-0 {
  margin-bottom: 0 !important;
}
body .special-size {
  font-size: 22px !important;
  letter-spacing: 5px;
  padding-bottom: 15px;
}
body section#quotation {
  padding: 20px 0;
}
body section#quotation a {
  border: 2px solid #337ab7;
  cursor: pointer;
  display: block;
  font-family: Arial;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 7px;
  text-decoration: none;
}


/* Para el contenedor principal */
.container-principal {
  display: flex;
  align-items: center;
}

/* Para el formulario */
.formulario-principal {
  width: 50%;
}

/* Para la imagen */
.imagen-cta {
  width: 50%;
  max-height: 100%;
  object-fit: contain;
  border: 3px solid #ccc;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

ul.flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70%;
  margin: 0;
  padding: 0;
}

li.flex {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

li.flex img {
  position: absolute; /* Establecer la posición absoluta */
  top: 0; /* Alinear la imagen en la parte superior */
  right: 0; /* Alinear la imagen a la derecha */
  margin-left: auto; /* Mover la imagen lo más a la derecha posible */
  height: 100%; /* Establecer la altura de la imagen al 100% del elemento padre */
}

#extra1 {
    background-image: url('https://allthetimecabo.com/images/dog-fundation-in-cabo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
	height: 100%;
    padding: 0;
    
}

.fonts-Luckiest-Guy{
	font-family: 'Luckiest Guy', cursive;
}
.fs-1 {
  font-size: 2.5rem; /* 40px */
}

.fs-2 {
  font-size: 2rem; /* 32px */
}

.fs-3 {
  font-size: 1.75rem; /* 28px */
}

.fs-4 {
  font-size: 1.5rem; /* 24px */
}

.fs-5 {
  font-size: 1.25rem; /* 20px */
}

.fs-6 {
  font-size: 1rem; /* 16px */
}

.color-purple {
	color: #9b99d5;
}

.mt-100px {
  margin-top: 100px;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-4 {
	margin-top: 4rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mb-1 {
	margin-top: 1rem;
}

.mb-2 {
	margin-top: 2rem;
}

.mb-3 {
	margin-top: 3rem;
}

.mb-4 {
	margin-top: 4rem;
}

.mb-5 {
	margin-top: 5rem;
}

.ms-1 {
	margin-top: 1rem;
}

.color-primary {
	color: #00B497;
}

.review-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-window {
    width: 100%;
	height: 300px;
    overflow: hidden;
    margin: 0 20px;
}

.reviews {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.reviews li {
    min-width: 300px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #0056b3;
}



/* Estilos para pantallas pequeñas (menos de 600px) */
@media only screen and (max-width: 600px) {
    .review-window {
        width: 100%;
        padding: 0 20px;
    }

    .reviews li {
        min-width: 100%;
        font-size: 0.9em; /* Ajusta el tamaño del texto si es necesario */
    }
}

.whatsapp-button {
  position: fixed; /* Posicionamiento fijo en la pantalla */
  bottom: 30px; /* 10px desde el borde superior de la pantalla */
  right: 10px; /* 10px desde el borde derecho de la pantalla */
  z-index: 1000; /* Asegura que el botón esté por encima de otros elementos */
  font-size: 4em;
}

.text-white {
  color: #fff;
}

.me-1 {
  margin-right: 1rem;
}

.me-2 {
  margin-right: 2rem;
}

.me-3 {
  margin-right: 3rem;
}

.me-4 {
  margin-right: 4rem;
}

.me-5 {
  margin-right: 5rem;
}

@keyframes blink {
  0% {
    opacity: 1;
    color: white;
  }
  50% {
    opacity: 0.5;
    color: greenyellow;
  }
  100% {
    opacity: 1;
    color: white;
  }
}

.fa-whatsapp {
  animation: blink 1s infinite;
}

/* Estilos básicos del modal */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro */
  overflow: auto;
  align-items: center;
  justify-content: center;
}

.modal .content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 500px;
}

.modal .header {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.modal .text-success {
  color: green;
}

.modal .text-warning {
  color: orange;
}

.modal i.icon-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.modal i.icon-close:hover {
  color: red;
}


.destination-perks {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.perks-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.perk-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.perk-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.perk-icon {
  font-size: 24px;
  margin-right: 15px;
  flex-shrink: 0;
}

.perk-content {
  flex-grow: 1;
}

.things-to-do {
  max-width: 800px;
  margin: 30px auto;
  padding: 0 20px;
}

.things-to-do h2 {
  text-align: center;
  color: #2a5d84;
  margin-bottom: 30px;
  font-size: 28px;
}

.activity-category {
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 10px;
}

.category-icon {
  font-size: 28px;
  margin-right: 15px;
}

.activity-category h3 {
  color: #2a5d84;
  margin: 0;
  font-size: 22px;
}

.activity-card {
  background: white;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.activity-card.highlight {
  border-left: 4px solid #3182ce;
}

.activity-card h4 {
  color: #1a365d;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

.activity-card p {
  color: #4a5568;
  margin: 0;
  line-height: 1.5;
}

.location-tag {
  font-size: 14px;
  color: #718096;
  font-weight: normal;
}

@media (max-width: 600px) {
  .activity-category {
    padding: 15px;
  }
  
  .category-icon {
    font-size: 24px;
  }
}
