@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
body {
  font-family: 'Open Sans', sans-serif;
  color: #555759; }

a {
  color: black;
  text-decoration: none;
  text-transform: uppercase; }

a:hover {
  color: #000; }

h1 {
  font-size: 18px; }

h2 {
  font-weight: 700; }

h3 {
  padding-top: 20px; }

h4 {
  font-size: 18px;
  font-weight: bold; }

.row {
  margin-right: 0;
  margin-left: 0; }

.der {
  text-align: right; }

hr {
  border: 1px solid #ebebeb; }

.contenido {
  padding: 30px;
  font-size: 20px; }

.no-padding {
  padding: 0px; }

.mr-bottom {
  margin-bottom: 30px; }

.navbar {
  min-height: 60px;
  margin-bottom: 27px;
  border: 1px solid transparent;
  background-color: white;
  box-shadow: 0px 0px 12px #888888; }

.navbar-brand {
  padding: 0px; }

.navbar-right {
  padding-top: 5px; }

.navbar-default {
  background-image: none; }
  .navbar-default .navbar-toggle {
    border-color: #fff; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff; }

.idiomas {
  font-size: 12px; }

.idioma2 {
  display: none !important; }

.dropdown-menu li a {
  text-transform: none !important; }

.margen-logo {
  margin: 20px 0px; }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #e91d2b;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0; }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e91d2b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: #fff; }

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

.carousel-caption {
  right: 20%;
  left: 20%;
  /* padding-bottom: 100px; */
  vertical-align: 50%;
  top: 20%; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.reserva {
  background-color: #ebebeb;
  padding: 40px;
  text-align: center; }
  .reserva .reservar-txt {
    font-size: 18px;
    padding-bottom: 20px; }

.alinea {
  display: inline-block; }

.ubica {
  background-color: #555759;
  text-align: center; }
  .ubica h3 {
    font-size: 40px;
    color: #fff; }
  .ubica p {
    color: #fff; }
  .ubica .ubica-mapa {
    background-image: url("../img/ubicacion.png");
    background-position: top center;
    background-size: cover;
    height: 150px; }
    .ubica .ubica-mapa .boton-mapa {
      background-color: transparent;
      padding-right: 20px;
      padding-left: 20px;
      padding-top: 8px;
      padding-bottom: 8px;
      border-radius: 5px;
      color: #fff;
      border: 1px solid #fff;
      margin-top: 55px; }

.txt-ch {
  font-size: 30px;
  text-transform: uppercase; }

.txt-gr {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 64px; }

.accion {
  background-color: #e91d2b;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  color: white;
  border: none; }
  .accion:hover {
    background-color: #9f1019;
    color: #fff;
    text-decoration: none; }

.pasivo {
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  color: #e91d2b;
  border: 1px solid #e91d2b; }
  .pasivo:hover {
    background-color: #e91d2b;
    color: #fff;
    text-decoration: none;
    border: 1px solid #e91d2b; }

.pasivo-mb {
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 5px;
  color: #e91d2b;
  border: 1px solid #e91d2b;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 20px; }

.margen01 {
  margin-top: 8px; }

.margen02 {
  margin-top: 30px; }

.margen03 {
  margin-top: 30px;
  margin-bottom: 30px; }

.btn-default {
  background-image: none !important; }

.cuadro-info {
  padding: 80px 60px; }
  .cuadro-info p {
    font-style: italic; }

.contacto {
  padding: 30px 90px; }

.error {
  background-image: url("../img/fnd-404.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .error .cuadro {
    background-color: #fff;
    margin: 200px auto;
    width: 360px;
    padding: 20px;
    border-radius: 10px; }
    .error .cuadro h3 {
      font-size: 170px;
      color: #e91d2b;
      text-align: center;
      margin: 0;
      padding: 0; }
    .error .cuadro p {
      font-size: 18px;
      color: #888888;
      text-align: center; }

footer {
  background-color: #ebebeb;
  padding: 30px;
  color: #555759;
  font-size: 14px; }
  footer ul {
    list-style: none; }
    footer ul li a {
      color: #555759;
      text-transform: lowercase; }
    footer ul .fa {
      color: #555759; }
  footer .aling-der {
    text-align: right; }
    footer .aling-der .redes {
      font-size: 40px; }
      footer .aling-der .redes .fa {
        color: #555759; }

.selector {
  margin-top: 10px;
  margin-bottom: 10px; }

.testimonio {
  background-color: #f1f1f1;
  padding: 40px 0px;
  color: #2d2d2d;
  font-size: 22px;
  font-style: italic; }

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  color: #2a2a2a;
  font-size: 23px;
  margin: 14px;
  z-index: 1; }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 12px;
    position: absolute;
    z-index: 1; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.cuadro-tarifa {
  background-color: #555759;
  padding: 10px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff; }
  .cuadro-tarifa h3 {
    padding-top: 0px; }
  .cuadro-tarifa p {
    font-size: 22px; }

.ubicacion {
  margin-top: 50px; }

.coordenadas {
  padding-top: 30px;
  margin-bottom: 50px; }

.dondeir {
  background-color: #f1f1f1;
  padding: 40px 0px;
  color: #2d2d2d;
  font-size: 22px;
  margin-top: 50px; }

#timeline {
  display: flex;
  background-color: #f8f8f8; }
  #timeline:hover .tl-item {
    width: 23.3333%; }

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 100vh;
  min-height: 600px;
  color: #000;
  overflow: hidden;
  transition: width 0.5s ease; }
  .tl-item:before, .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff; }
  .tl-item:after {
    background: rgba(248, 248, 248, 0.85);
    opacity: 1;
    transition: opacity 0.5s ease;
    color: #fff; }
  .tl-item:before {
    background: linear-gradient(to bottom, transparent 0%, black 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    color: #fff; }
  .tl-item:hover {
    width: 30% !important;
    color: #fff; }
    .tl-item:hover:after {
      opacity: 0; }
    .tl-item:hover:before {
      opacity: 1;
      transform: translate3d(0, 0, 0) translateY(0);
      transition: opacity 1s ease, transform 1s ease 0.25s; }
    .tl-item:hover .tl-content {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.75s ease 0.5s; }
    .tl-item:hover .tl-bg {
      filter: grayscale(0); }

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0; }
  .tl-content h1 {
    text-transform: uppercase;
    color: #1779cf;
    font-size: 1.44rem;
    font-weight: normal; }

.tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }
  .tl-year p {
    font-size: 1.728rem;
    text-decoration: none; }

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%); }

.ubica-mobile {
  display: none; }

#map_container {
  position: relative; }

#map {
  height: 0;
  overflow: hidden;
  padding-bottom: 22.25%;
  padding-top: 30px;
  position: relative; }

.sin-padding {
  padding-left: 0px;
  padding-right: 0px; }

.fnd-blanco {
  background-color: #fff;
  padding: 40px; }

.fnd-quehacer {
  background-image: url("../img/fondo.svg");
  background-position: top center;
  background-size: cover;
  background-repeat: repeat;
  padding: 60px 0px; }
  .fnd-quehacer .foto-dest {
    height: 400px;
    display: block; }
    .fnd-quehacer .foto-dest img {
      object-fit: cover;
      height: 100%; }
  .fnd-quehacer .texto-dest {
    background-color: #fff;
    padding: 20px;
    height: auto; }

@media (max-width: 980px) {
  .txt-ch {
    font-size: 20px; }

  .txt-gr {
    font-size: 50px; } }
@media (max-width: 769px) {
  .idiomas {
    display: none; }

  .accion {
    margin-top: 50px; }

  .navbar-collapse {
    margin-top: 10px; }

  .navbar-nav
  li
  a {
    line-height: 30px;
    text-align: center; }

  .navbar-header {
    margin-top: 10px; }

  .idiomas {
    text-align: center; }

  .foto {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px; }

  .foto2 {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px; }

  .pasivo {
    text-align: center;
    margin: 0 auto; }

  .idioma2 {
    display: block !important;
    font-size: 10px;
    float: left; }

  .margen01 {
    margin-top: 30px; }

  .aling-der {
    text-align: center; }

  .navbar-brand img {
    width: 120px; }

  .navbar {
    min-height: 70px !important; }

  .contacto {
    padding: 30px 0px; }

  .txt-ch {
    font-size: 13px;
    text-transform: uppercase; }

  .txt-gr {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px; }

  .carousel-caption {
    top: 35%; } }
@media (max-width: 480px) {
  .desktop {
    display: none; }

  .mobile {
    display: inline-block; }

  #timeline {
    display: none; }

  .ubica-mobile {
    display: block;
    margin-bottom: 30px; }

  .cuadro-info {
    padding: 20px 20px 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece; }

  .carousel {
    margin-top: 20px; }

  .tooltip {
    margin: 6px; }

  .carousel-inner
  .item
  img {
    height: 220px;
    object-fit: cover; }

  .margen02
  h3 {
    padding-top: 0px;
    margin-bottom: 20px; }

  .txt-habita {
    top: 20% !important;
    right: 10% !important;
    left: 10% !important; } }
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
