section#upper-contact {
  height: 46px;
  padding: 10px 0;
  text-align: right;
}
section#upper-contact .telephone,
section#upper-contact .email {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}
section#upper-contact .telephone i,
section#upper-contact .email i {
  color: #10679a;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
section#upper-contact a {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  padding-right: 10px;
  text-decoration: none;
}
section#upper-contact .mainphone {
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
section#banner {
  overflow: hidden;
}
section#banner #main-banner {
  width: 100%;
}
section#banner #main-banner .img-src-1 {
  background-image: url("/images/banners/001.jpg");
}
section#banner #main-banner .img-src-2 {
  background-image: url("/images/banners/002.jpg");
}
section#banner #main-banner .img-src-3 {
  background-image: url("/images/banners/003.jpg");
}
section#banner #main-banner .img-src-4 {
  background-image: url("/images/banners/004.jpg");
}
section#banner #main-banner .img-src-5 {
  background-image: url("/images/banners/005.jpg");
}
section#banner #main-banner .img-size {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
section#banner .carousel-indicators li {
  border: 2px solid #00c3e4;
  height: 15px;
  width: 40px;
}
section#banner .carousel-indicators .active {
  background-color: #00c3e4;
  height: 17px;
}
section#banner .logo-center {
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
}
section#banner .logo-center img {
  height: 400px;
}
@media (max-width: 991px) {
  section#banner .logo-center img {
    height: auto;
    width: 100%;
  }
}
section#welcome {
  background: #fff;
  color: #000;
  padding: 30px 0;
}
section#welcome h3 {
  font-size: 30px;
  margin: 0 0 20px;
  padding: 0;
}
section#welcome p {
  font-size: 20px;
}
section#zones {
  background: #babac1;
  background: -moz-linear-gradient(top, #babac1 0%, #7c7e82 100%);
  background: -webkit-linear-gradient(top, #babac1 0%, #7c7e82 100%);
  background: linear-gradient(to bottom, #babac1 0%, #7c7e82 100%);
  height: 600px;
  padding: 50px 0;
}
section#zones h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: 2px;
  margin: 0;
}
section#zones .gray-box {
  background-color: #7c7e82;
  margin-bottom: 30px;
}
section#zones .gray-box h3 {
  border-bottom: 4px solid #00c2df;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 15px;
  padding: 10px;
}
section#zones .gray-box p.zone-starting {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
}
section#zones .gray-box p.zone-price {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
}
section#zones .gray-box p.zone-service {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
  margin: 0;
}
section#zones .gray-box button.in-zones {
  background-color: #00b1aa;
  border: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-top: 15px;
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 991px) {
  section#zones .gray-box h3 {
    font-size: 32px;
  }
  section#zones .gray-box p.zone-starting {
    font-size: 16px;
  }
  section#zones .gray-box p.zone-price {
    font-size: 32px;
  }
  section#zones .gray-box p.zone-service {
    font-size: 14px;
  }
  section#zones .gray-box button.in-zones {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section#zones {
    height: auto;
  }
}
@media (min-width: 768px) {
  section#zones .col-sm-special {
    width: 20%;
  }
}
section#vehicles {
  padding: 30px 0;
}
section#vehicles h2 {
  color: #000;
  font-size: 30px;
  margin: 0 0 30px;
}
section#tours {
  background-color: #f0efea;
  padding: 30px 0;
}
section#tours h2 {
  color: #006795;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 30px;
}
section#tours h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  padding: 15% 0 30px;
}
section#tours p {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
section#tours .tour-art-walk {
  background: url("../images/banners/tours-san-jose-del-cabo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
section#tours .tour-todos-santos {
  background: url("../images/banners/tours-todos-santos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
section#tours .tour-la-paz {
  background: url("../images/banners/tours-la-paz.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
section#tours .tour-cabo-san-lucas {
  background: url("../images/banners/tours-cabo-san-lucas.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}
section#footer {
  background-color: #7c7e82;
  color: #fff;
  padding: 30px 0;
}
section#footer a {
  color: #fff;
}
section#footer a.footer-link {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
section#footer a.footer-link:hover {
  text-decoration: none;
}
section#footer p {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}
section#footer p a {
  color: #fff;
}
section#footer img {
  max-height: 200px;
}
section#copyright {
  background-color: #7c7e82;
  color: #fff;
  padding: 15px 0;
}
section#copyright p {
  font-size: 18px;
  margin: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
}
body .padding-15 {
  padding: 15px;
}
.button {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px;
  text-decoration: none;
}
.button.big {
  font-size: 30px;
  max-width: 300px;
  padding: 10px 20px;
}
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 .font-color-gray {
  color: #696969;
}
body .font-color-orange {
  color: #ff8c00;
}
body .font-color-red {
  color: #f00;
}
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 .margin-side-auto {
  padding: 0 70px;
}
body .margin-top-30 {
  margin-top: 30px;
}
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 .font-size-16 {
  font-size: 16px;
}
body .section-padding {
  padding: 30px 0;
}
body .sitemap a {
  color: #fff !important;
}
body .twitter .twitter-timeline {
  height: 625px !important;
}
section#promo-book {
  padding: 30px 0;
}
body #sectionSeparator {
  border-top: 2px solid #999;
  padding-bottom: 30px;
}
body #shuttle .label-align,
body #transfer .label-align,
body #bookNow .label-align {
  text-align: left;
  padding-top: 0;
}
body .margin-left-15 {
  margin-left: 15px;
}
body .mobile-menu {
  display: none;
}
/*   BOOK NOW   */
#book-now {
  height: 800px;
  padding: 30px 0;
}
#book-now h2 {
  color: #000;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
}
#book-now h4 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 800;
  text-align: center;
}
#book-now #book-wrapper {
  background-color: #00b1aa;
  margin-top: 100px;
  padding: 20px;
}
body #book-now select,
body #book-now input,
body #book-now textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  height: 30px;
  margin: 5px 0;
  padding-left: 10px;
  width: 100%;
}
body #book-now textarea {
  height: 60px;
}
body #book-now h1,
body #book-now h3 {
  color: #fff;
  text-align: center;
}
body #book-now label {
  color: #fff;
  padding-left: 5px;
}
body #book-now input.submit-button {
  background-color: #00c2df;
  border: 0;
  border-radius: 0;
  color: #fff;
  float: right;
  width: 150px;
}
body #book-now input.submit-button[disabled="disabled"] {
  opacity: 0.5;
}
body #book-now h1 {
  color: #fff;
  font-size: 31px;
  margin: 20px 0;
  text-transform: uppercase;
}
body #book-now #price,
body #book-now span#priceBig {
  color: #fff;
  font-size: 30px;
}
body #book-now #Thanks,
body #book-now form#Book {
  display: none;
}
body #book-now #Thanks p {
  color: #fff;
  font-size: 18px;
}
body #book-now #Thanks h2 {
  color: #fff;
  font-size: 20px;
}
body #book-now #Thanks h3 {
  color: #fff;
  font-size: 18px;
}
body #book-now #Thanks form {
  text-align: center !important;
}
body #book-now #Thanks input {
  background: none !important;
  border: 0 !important;
  width: auto !important;
}
@media (max-width: 991px) {
  body #book-now {
    height: auto;
  }
}
body section#contact {
  padding: 30px 0;
}
body section#contact h2 {
  padding-bottom: 30px;
}
body section#contact a {
  color: #000;
  font-size: 24px;
}
body section#main-menu {
  height: 136px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
body section#menu {
  background-color: transparent;
  height: 90px;
  line-height: 40px;
  padding: 5px 0;
}
body section#menu .hide-mobile img {
  height: 80px;
  padding: 10px 0;
}
body section#menu a {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  padding: 0 24px;
  text-decoration: none;
}
body section#menu a.call-to-action {
  background-color: #1c627c;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  body section#menu a.call-to-action {
    padding: 2px;
  }
}
@media (max-width: 767px) {
  body section#menu .hide-mobile {
    display: none;
  }
  body section#menu .mobile-menu {
    display: block;
  }
  body section#menu .mobile-menu a {
    line-height: 40px;
  }
}
@media (max-width: 440px) {
  body section#menu .mobile-menu img {
    max-width: 250px;
  }
}
@media (max-width: 400px) {
  body section#menu .mobile-menu img {
    height: auto;
    max-width: 200px;
    padding-top: 7px;
  }
}
body #reservation .img-size {
  width: 100%;
  max-width: 450px;
  max-height: 238px;
}
body #reservation .form-font-size {
  font-size: 14px;
}
body #reservation .scroll {
  background-color: #fff;
  border: 1px solid #a6a6a6;
  height: 200px;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 5px 10px;
  width: 100%;
}
body #reservation .reserve {
  padding: 0 15px;
}
body #reservation .hotel-list-height {
  height: 190px;
}
body #reservation .name-hotel {
  text-transform: capitalize;
}
body #reservation .zone-name {
  margin-top: 0;
}
body #reservation .zone-border {
  background-color: rgba(229,237,242,0.2);
}
body #reservation form {
  margin: 0;
}
body #reservation form .form-width {
  margin-bottom: 13px;
  margin-top: 5px;
  width: 100%;
}
body #reservation form .td-title {
  background-color: #a9b4bb;
}
body #reservation form .table-size {
  width: 100%;
}
body #hero {
  padding-top: 84px;
}
body .background-slider {
  background: linear-gradient(to bottom, #aaf, #0ff);
  border-radius: 15px;
  box-shadow: 0 3px 7px rgba(50,50,50,0.75);
  margin: 0;
  padding: 20px;
  width: 100%;
}
body .notes {
  padding-left: 15px;
  padding-right: 15px;
}
body .notes .book-note {
  color: #636363;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}
body .notes .button-size {
  background-color: #ff7f00;
  margin: 0 10px 10px;
  padding: 10px 0;
  width: 350px;
}
body .notes .notes-2 {
  font-weight: 700;
  padding-bottom: 30px;
}
body .btn.in-zones {
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px !important;
}
@media (max-width: 991px) {
  body #hero .img-size {
    height: 400px;
  }
}
body section#zones .ico-zone {
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  height: 180px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  width: 210px;
}
body section#zones .ico-zone h2 {
  font-size: 22px;
  margin-top: 0;
}
body section#zones .ico-zone button {
  border: 1px solid #000;
  color: #000;
}
body section#zones .ico-hotel {
  border: 2px solid #000;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  margin: 5px;
  overflow: hidden;
  width: 100px;
}
section#promo {
  color: #fff;
  padding: 30px 0;
}
section#promo h3 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 10px;
}
section#promo a {
  color: #fff;
  text-decoration: none;
}
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 form#Book {
  display: none;
}
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;
}
@media (min-width: 320px) and (max-width: 767px) {
  body .logo_name_size {
    font-size: 40px;
    text-align: center;
  }
  body #banner .item .img-size {
    height: 500px;
  }
}
@media (max-width: 767px) {
  body .display-horizontal {
    display: -webkit-inline-box;
  }
  body .font-size-16 {
    text-align: center;
  }
  body #information {
    text-align: center;
  }
  body .mobile-display {
    display: none;
  }
  body section#home .notes .button-size {
    width: 90%;
  }
  body section#reservation .zone-border {
    background-color: transparent;
  }
  body section#upper-contact .logo {
    height: 0;
  }
  body section#upper-contact .logo img {
    max-width: 300px;
    position: relative;
    top: 12px;
  }
  body section#upper-contact .navbar-toggle {
    background-color: #fff;
  }
  body section#upper-contact .navbar-toggle .icon-bar {
    background-color: #003f92;
  }
  body section#upper-contact .navbar-toggle:hover {
    background-color: transparent;
  }
  body section#upper-contact .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  body section#zones .ico-zone {
    margin-bottom: 20px;
  }
}
@media (max-width: 556px) {
  body .display-horizontal {
    display: inline-block;
  }
  body section#hero .img-size {
    height: 400px !important;
  }
}
@media (max-width: 500px) {
  body section#upper-contact .font-size-mobile {
    font-size: 10px;
  }
  body section#upper-contact .logo {
    height: 10px;
  }
  body section#upper-contact .logo img {
    max-width: 200px;
    position: relative;
    top: 20px;
  }
}
@media (max-width: 991px) {
  body #reservation .img-size {
    max-height: 238px;
  }
  body section#menu .navbar-default .navbar-nav>li>a {
    font-size: 14px !important;
    padding: 15px 4px;
  }
  body section#hero .logo img {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body section#upper-contact .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 4px;
  }
}
.display-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.d-flex {
  display: flex;
}
.justify-end {
  justify-content: flex-end;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.d-none {
  display: none !important;
}
p.notice {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  background-color: rgba(155,155,155,0.5);
  margin-top: 10px;
  padding: 15px;
}
.padding-right-0 {
  padding-right: 0 !important;
}
