body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.62; }

h1, h2, h3, p {
  margin: 0;
  padding: 0;
  color: white; }

p {
  font-size: 1rem;
  font-weight: 300;
  color: #4a4a4a; }

a {
  text-decoration: none;
  color: #594fc0; }
  a:hover {
    color: #f84735; }

.wrapper {
  width: 90%;
  max-width: 988px;
  margin: 0 auto; }

.content {
  *zoom: 1;
  margin-top: 45px;
  margin-bottom: 45px; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  .content h1 {
    color: #594fc0;
    line-height: 1;
    margin-bottom: 28px;
    font-size: 1.875rem; }

.arrow-right {
  float: left;
  position: relative;
  width: 0;
  height: 0; }

.menu {
  position: absolute;
  right: 0;
  bottom: 10px; }
  .menu > a:not(:first-child):before {
    position: relative;
    content: '';
    display: inline-block;
    background: #f84735;
    width: 4px;
    height: 4px;
    top: -3px;
    border-radius: 50%;
    margin: 0 8px 0 5px; }
  .menu .menu-dropdown {
    position: absolute;
    z-index: 99999;
    margin: 0;
    padding: 0;
    top: 30px;
    visibility: hidden; }
    .menu .menu-dropdown > h1 {
      background: #594fc0;
      color: white;
      border-bottom: 1px solid white;
      font-size: 1.1rem;
      padding: 5px 16px 5px 15px; }
    .menu .menu-dropdown > a {
      display: block;
      background: #594fc0;
      color: white;
      min-height: 28px;
      padding: 5px 16px 5px 30px; }
      .menu .menu-dropdown > a:hover {
        background: #f84735; }
      .menu .menu-dropdown > a:not(:last-of-type) {
        border-bottom: 1px solid white; }
    .menu .menu-dropdown .arrow-right {
      top: 13px;
      left: 15px;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid white;
      margin-right: 5px; }

.header {
  *zoom: 1;
  position: relative; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  .header .header-logo {
    float: left;
    position: relative;
    top: 30px;
    margin-bottom: 60px; }
    .header .header-logo object, .header .header-logo img {
      max-width: 250px; }
    .header .header-logo object {
      pointer-events: none; }
  .header .phone-label {
    position: absolute;
    top: 0;
    right: 0;
    background: #594fc0;
    padding: 8px 20px;
    color: white;
    border-radius: 0 0 10px 10px;
    letter-spacing: 1.5px; }
    .header .phone-label img {
      position: relative;
      top: 2px;
      margin: 0 10px 0 0; }
  @media screen and (max-width: 1050px) {
    .header {
      padding: 20px 0 0 0; }
      .header .header-logo {
        float: none;
        position: static; }
      .header .menu {
        position: relative;
        margin: 30px 0 0 0;
        text-align: center; }
        .header .menu .menu-dropdown {
          position: absolute;
          z-index: 99999;
          margin: 0;
          padding: 0;
          top: 30px;
          visibility: hidden; } }
  @media screen and (max-width: 860px) {
    .header {
      display: none; } }

.fixed-header {
  *zoom: 1;
  position: fixed;
  z-index: 20000;
  top: 0;
  background: white;
  width: 100%;
  display: none;
  border-bottom: 2px solid #f84735; }
  .fixed-header:before, .fixed-header:after {
    content: " ";
    display: table; }
  .fixed-header:after {
    clear: both; }
  .fixed-header .wrapper {
    position: relative; }
  .fixed-header .header-logo {
    float: left;
    margin: 10px 0 5px 0; }
    .fixed-header .header-logo img {
      max-width: 107px; }
  .fixed-header .menu {
    position: absolute;
    top: 25px;
    right: 0; }
  @media screen and (max-width: 860px) {
    .fixed-header {
      visibility: hidden; } }

.mobile-header {
  *zoom: 1;
  position: fixed;
  z-index: 21000;
  background: white;
  width: 100%;
  display: none;
  border-bottom: 2px solid #f84735; }
  .mobile-header:before, .mobile-header:after {
    content: " ";
    display: table; }
  .mobile-header:after {
    clear: both; }
  .mobile-header .header-logo {
    float: left;
    margin: 10px 0 5px 0; }
    .mobile-header .header-logo img {
      max-width: 107px; }
  .mobile-header .open-mobile-menu {
    float: right;
    background: #594fc0;
    color: white;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    padding: 0 20px; }
    .mobile-header .open-mobile-menu:hover {
      background: #f84735; }
  .mobile-header .mobile-dropdown {
    background: #594fc0;
    position: absolute;
    right: 5%;
    top: 50px;
    z-index: 30001; }
  @media screen and (max-width: 860px) {
    .mobile-header {
      display: block; } }

.mobile-navigation {
  *zoom: 1;
  background: #e2e2e2;
  border-bottom: 1px solid white;
  padding: 20px 0;
  display: none; }
  .mobile-navigation:before, .mobile-navigation:after {
    content: " ";
    display: table; }
  .mobile-navigation:after {
    clear: both; }
  .mobile-navigation div {
    overflow: hidden; }
  .mobile-navigation h1 {
    color: #f84735;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 10px; }
  .mobile-navigation h2 {
    color: #594fc0;
    font-size: 1rem;
    font-weight: normal;
    margin: 0; }
  .mobile-navigation .menu-item {
    display: block;
    font-size: 1rem;
    padding: 6px 10px;
    margin: 0;
    border-bottom: 1px dotted #fbfbfb; }
    .mobile-navigation .menu-item:hover {
      background: #d5d5d5;
      border-bottom: 1px dotted #f84735; }
  .mobile-navigation .mobile-menu {
    float: left;
    width: 31%;
    margin-right: 2%; }
  .mobile-navigation .mobile-service-menu {
    float: left;
    width: 31%;
    margin-right: 2%; }
  .mobile-navigation .mobile-itinerary-menu {
    width: 31%; }
  .mobile-navigation .mobile-navigation-back-to-top {
    margin: 25px 0 0 0;
    font-size: 1rem;
    color: #7d7d7d;
    display: inline-block; }
    .mobile-navigation .mobile-navigation-back-to-top:hover {
      color: #4a4a4a; }
  @media screen and (max-width: 860px) {
    .mobile-navigation {
      display: block; } }
  @media screen and (max-width: 700px) {
    .mobile-navigation .mobile-menu {
      float: none;
      width: 100%; }
    .mobile-navigation .mobile-service-menu {
      float: none;
      width: 100%;
      margin-top: 20px; }
    .mobile-navigation .mobile-itinerary-menu {
      width: 100%;
      margin-top: 20px; } }

.gallery {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .gallery .img-container {
    position: absolute;
    width: 100%;
    height: 100%; }
    .gallery .img-container img {
      width: 100%;
      height: auto; }
  .gallery .gallery-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999; }
    .gallery .gallery-controls a {
      position: absolute; }
      .gallery .gallery-controls a img {
        width: 63px;
        height: 120px;
        opacity: 0.5; }
      .gallery .gallery-controls a[href=next] {
        right: 0; }
        .gallery .gallery-controls a[href=next] img {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
  @media screen and (max-width: 860px) {
    .gallery {
      display: none; } }

.places-gallery {
  height: 376px; }
  .places-gallery .gallery-controls a {
    top: 128px; }

.details-gallery {
  height: 530px; }
  .details-gallery h1 {
    position: absolute;
    z-index: 9000;
    top: 380px;
    font-size: 6rem;
    opacity: 0.8; }
  .details-gallery .gallery-controls a {
    top: 205px; }

.page-title {
  height: 65px;
  background: #f84735; }
  .page-title .arrow-right {
    top: 20px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid white;
    margin-right: 15px; }
  .page-title h1 {
    line-height: 65px;
    font-size: 2.375rem; }
  @media screen and (max-width: 860px) {
    .page-title {
      height: 55px;
      padding-top: 58px; }
      .page-title .arrow-right {
        top: 18px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid white;
        margin-right: 10px; }
      .page-title h1 {
        line-height: 55px;
        font-size: 2rem; } }

.trips {
  *zoom: 1;
  padding: 0 0 45px 0; }
  .trips:before, .trips:after {
    content: " ";
    display: table; }
  .trips:after {
    clear: both; }
  .trips .trip {
    width: 30%;
    background: #f6f5f5;
    float: left;
    margin: 45px 0 0 0; }
    .trips .trip:hover {
      cursor: pointer; }
      .trips .trip:hover a {
        color: #f84735; }
    .trips .trip:not(:nth-child(3n+1)) {
      margin: 45px 0 0 5%; }
    .trips .trip .trip-img-container {
      width: 100%;
      height: 200px;
      overflow: hidden; }
      .trips .trip .trip-img-container img {
        width: 100%; }
    .trips .trip h1 {
      color: #f84735;
      font-size: 1.4rem;
      line-height: 1.7rem;
      height: 1.7rem;
      font-weight: normal;
      padding: 0 15px 0 15px;
      margin: 15px 0 0 0;
      overflow: hidden; }
    .trips .trip p {
      font-size: 0.9rem;
      margin: 10px 15px 20px 15px;
      text-align: justify;
      overflow: hidden;
      line-height: 1.5rem;
      height: 7.5rem; }
    .trips .trip a {
      display: block;
      text-align: center;
      margin-bottom: 20px; }
      .trips .trip a img {
        position: relative;
        max-width: 17px;
        top: 2px;
        margin-right: 7px; }
    @media screen and (max-width: 1000px) {
      .trips .trip {
        width: 47%; }
        .trips .trip p {
          height: 3rem; }
        .trips .trip:not(:nth-child(3n+1)) {
          margin: 45px 0 0 0; }
        .trips .trip:not(:nth-child(2n+1)) {
          margin: 45px 0 0 6%; } }
    @media screen and (max-width: 800px) {
      .trips .trip p {
        height: 4.5rem; } }
    @media screen and (max-width: 650px) {
      .trips .trip {
        width: 100%; }
        .trips .trip p {
          height: 3rem; }
        .trips .trip:not(:nth-child(2n+1)) {
          margin: 45px 0 0 0; } }

.see-more {
  background: #f6f5f5;
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.2rem; }
  .see-more:hover {
    background: #e2e2e2; }

.footer {
  *zoom: 1;
  width: 100%;
  background: #e2e2e2;
  padding: 50px 0 40px 0; }
  .footer:before, .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    clear: both; }
  .footer h1 {
    color: #f84735;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 18px; }
  .footer a:not(.social-link) {
    display: block;
    color: #4a4a4a;
    margin: 16px 0 0 0; }
    .footer a:not(.social-link):hover {
      color: #f84735; }
  .footer .wrapper {
    position: relative; }
  .footer .logo-social {
    float: left;
    width: 30%; }
    .footer .logo-social .logo {
      margin: 0 0 55px 0;
      width: 85%; }
    .footer .logo-social .social-link {
      position: relative;
      top: 6px; }
      .footer .logo-social .social-link img {
        max-width: 25px; }
      .footer .logo-social .social-link:first-child {
        margin-left: 5px; }
  .footer .footer-address {
    float: left;
    width: 35%;
    padding: 0 2%; }
  .footer .fb-like-box {
    position: absolute;
    width: 285px;
    height: 190px;
    background: white;
    right: 0; }
  @media screen and (max-width: 1040px) {
    .footer .footer-address {
      width: 32%; } }
  @media screen and (max-width: 940px) {
    .footer .logo-social {
      float: none;
      width: 50%;
      padding: 0 5%; }
      .footer .logo-social .logo {
        width: 55%;
        margin-bottom: 20px; }
    .footer .footer-address {
      width: 50%;
      padding: 0 5%; }
    .footer .fb-like-box {
      top: 0; } }
  @media screen and (max-width: 850px) {
    .footer .logo-social .logo {
      width: 70%; } }
  @media screen and (max-width: 770px) {
    .footer .logo-social {
      width: 50%;
      padding: 0 0 0 2%; }
      .footer .logo-social .logo {
        width: 70%;
        margin-bottom: 45px; }
    .footer .footer-address {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0; }
    .footer .fb-like-box {
      position: static;
      margin: 60px auto 0 auto;
      width: 500px; } }
  @media screen and (max-width: 680px) {
    .footer .logo-social {
      margin: 0 auto 0 auto;
      text-align: center;
      width: 80%; }
    .footer .footer-address {
      position: static;
      float: none;
      margin: 45px auto 0 auto;
      width: 100%;
      text-align: center; }
    .footer .fb-like-box {
      width: 285px;
      margin-top: 45px; } }
  @media screen and (max-width: 500px) {
    .footer .logo-social {
      width: 90%; } }

.footer-copyright {
  *zoom: 1;
  line-height: 88px;
  background: #e2e2e2;
  margin: 1px 0 0 0; }
  .footer-copyright:before, .footer-copyright:after {
    content: " ";
    display: table; }
  .footer-copyright:after {
    clear: both; }
  .footer-copyright p {
    float: left; }
  .footer-copyright a {
    position: relative;
    top: 16px;
    float: right;
    margin: 0;
    height: 54px; }
  .footer-copyright object, .footer-copyright img {
    max-width: 74px;
    margin: 0; }
  .footer-copyright object {
    pointer-events: none; }
  @media screen and (max-width: 600px) {
    .footer-copyright {
      text-align: center;
      line-height: 1.5;
      padding-bottom: 15px; }
      .footer-copyright p {
        float: none;
        margin: 30px 0; }
      .footer-copyright a {
        float: none;
        position: static; } }

.about {
  position: relative; }
  .about p {
    text-align: justify; }
  .about .about-text {
    float: left;
    width: 60%; }
  .about .about-img {
    float: right;
    width: 35%; }
    .about .about-img img {
      width: 100%; }
    .about .about-img h2 {
      background: #f84735;
      font-size: 1.2rem;
      padding: 5px 10px 5px 20px; }
    .about .about-img .arrow-right {
      top: 7px;
      left: -3px;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid white;
      margin-right: 7px; }
  @media screen and (max-width: 700px) {
    .about .about-text {
      float: none;
      width: 100%; }
    .about .about-img {
      float: none;
      width: 70%;
      margin: 35px auto 0 auto; } }
  @media screen and (max-width: 500px) {
    .about .about-img {
      width: 85%; } }

.contact p {
  text-align: justify; }
.contact .map {
  float: left;
  margin-right: 40px;
  width: 50%; }
.contact .address-and-form {
  float: right;
  line-height: 1.4rem;
  width: 45%; }
  .contact .address-and-form form {
    position: relative;
    width: 90%;
    margin: 40px auto 40px auto; }
    .contact .address-and-form form input, .contact .address-and-form form textarea {
      background: #edecec;
      width: 95%;
      margin: 0 0 10px 0;
      border: none;
      padding: 10px;
      vertical-align: text-top;
      color: #594fc0;
      outline: none; }
      .contact .address-and-form form input:focus, .contact .address-and-form form textarea:focus {
        box-shadow: 0 0 0 2px #594fc0; }
    .contact .address-and-form form input {
      max-height: 2rem; }
    .contact .address-and-form form textarea {
      max-height: 100px; }
    .contact .address-and-form form button {
      position: absolute;
      right: 0;
      width: 114px;
      height: 35px;
      color: white;
      background: #f84735;
      border: none; }
@media screen and (max-width: 920px) {
  .contact {
    text-align: center; }
    .contact .map {
      float: none;
      width: 90%;
      height: 350px;
      margin: 0 auto 0 auto; }
    .contact .address-and-form {
      float: none;
      width: 90%;
      text-align: left;
      margin: 45px auto 0 auto; }
      .contact .address-and-form form {
        text-align: right; }
        .contact .address-and-form form button {
          position: static;
          float: right;
          width: 150px;
          height: 45px;
          margin: 0 auto;
          font-size: 1.5rem; } }
@media screen and (max-width: 600px) {
  .contact .map {
    width: 100%; }
  .contact .address-and-form {
    width: 100%; }
    .contact .address-and-form form {
      width: 90%; }
      .contact .address-and-form form button {
        float: none; }
      .contact .address-and-form form .form-feedback {
        text-align: right;
        margin-top: 10px; } }

.trip-details img {
  max-width: 100%; }
.trip-details button {
  width: 100%;
  height: 48px;
  color: white;
  background: #f84735;
  border: none;
  font-size: 1.25rem;
  margin: 5px 0 5px 0; }
  .trip-details button:hover {
    background: #594fc0; }
.trip-details h2 {
  color: #594fc0;
  font-size: 1.3rem;
  margin: 10px 0 5px 0; }
  .trip-details h2:not(:first-of-type) {
    margin-top: 20px; }
.trip-details .details-text {
  width: 60%;
  float: left; }
.trip-details .details-img-rates {
  width: 35%;
  float: right; }
  .trip-details .details-img-rates p {
    font-size: 0.75rem;
    margin: 0 0 10px 0;
    font-style: italic; }
  .trip-details .details-img-rates form {
    position: relative;
    border: 1px solid #c4c4c4;
    margin-top: 10px;
    padding: 0 10px;
    text-align: right; }
    .trip-details .details-img-rates form h1 {
      text-align: center;
      color: #f84735;
      font-size: 1.3rem;
      font-weight: normal;
      margin: 15px 0; }
    .trip-details .details-img-rates form input, .trip-details .details-img-rates form textarea {
      box-sizing: border-box;
      background: #edecec;
      width: 100%;
      max-width: 100%;
      margin: 0 0 10px 0;
      border: none;
      padding: 10px;
      vertical-align: text-top;
      color: #594fc0;
      outline: none; }
      .trip-details .details-img-rates form input:focus, .trip-details .details-img-rates form textarea:focus {
        box-shadow: 0 0 0 2px #594fc0; }
    .trip-details .details-img-rates form input {
      max-height: 2rem; }
    .trip-details .details-img-rates form textarea {
      max-height: 200px; }
    .trip-details .details-img-rates form button {
      width: 114px;
      height: 35px;
      color: white;
      background: #f84735;
      border: none;
      margin-bottom: 10px;
      font-size: 1rem; }
    .trip-details .details-img-rates form .form-feedback {
      display: none; }
@media screen and (max-width: 860px) {
  .trip-details .details-text {
    width: 100%;
    float: none;
    margin-bottom: 40px; }
  .trip-details .details-img-rates {
    width: 100%;
    float: none;
    margin: 0 auto; }
    .trip-details .details-img-rates p {
      font-size: 0.75rem;
      margin: 0 0 10px 0;
      font-style: italic; }
    .trip-details .details-img-rates img {
      display: none; } }

.details-img-mobile {
  display: none;
  max-height: 300px;
  overflow: hidden; }
  .details-img-mobile img {
    width: 100%;
    margin-top: -30%; }
  @media screen and (max-width: 860px) {
    .details-img-mobile {
      display: block; } }

.reservasonline h1 {
  margin-bottom: 20px; }
.reservasonline p {
  margin-bottom: 20px; }
.reservasonline a {
  background: #f84735;
  color: white;
  padding: 15px 20px; }

/*# sourceMappingURL=main.css.map */
