<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ESTILOS DEL BOOKING COMPLETO CON RUBROS DE HOTEL, AUTOS Y ACTIVIDADES*/
.booking-box {
        top: 0;
        bottom:inherit;
        box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
        background: rgb(248, 248, 248);
}
.booking-box .tab-content .tab-pane {
  background: #fefefe;
  padding: 0 0.7em;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
.booking-box .alert {
  margin-bottom: 0;
}
.booking-box .time {
  padding:0;
}
.booking-box .auto-preference {
  padding: 0;
}
.booking-box .auto-preferences {
    background: #fafafa;
    margin: 0 0.1em;
    border: 1px solid #eee;
}
.preference-link {
  padding: 1em 0;
  display: block;
}
.incluye ul {
  list-style: none;
  padding: 0;
}
.incluye ul li {
  display: inline-block;
  padding-top: 0.5em;
  margin-right:1em;
}
.booking-box .nav-tabs &gt; li &gt; a {
  transition: none;
}
.booking-box .nav-tabs &gt; li &gt; a:hover {
  color: #3366a5;
  background-color: #f5fbff;
  border: 1px solid #cce8ff;
  border-radius: 3px;
  transition: none;
  box-shadow:none;
}
.container-booking .nav-tabs &gt; li.active &gt; a, .booking-box .nav-tabs &gt; li.active &gt; a:focus, .booking-box .nav-tabs &gt; li.active &gt; a:hover {
  color: #3366a5;
  background-color: #f5fbff;
  border: 1px solid #cce8ff;
  border-radius: 3px;
}
.container-booking .nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    background-color: #beddf4;
}
.container-booking .nav-tabs &gt; li &gt; a {
  transition: none;
  background: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}
.nav-tabs {
  border-bottom:0;
}
.incluye-hotel-auto {
  display:none;
}
.modal-incluye-hotel-auto {
  display:none;
}
#room2, #room3, #mroom2, #mroom3 {
  display:none;
}
.auto-preferences ul {
  list-style: none;
  padding-left: 0;
}
.auto-preferences ul li {
  padding: 0.5em 0;
}

/*ESTILOS CONTENIDO PRINCIPAL*/
.center {
  width:100%;
  text-align: center;
}
.content-block {
  margin:1em 0 2em 0;
}
.breadcrumb a {
  color:#b03519;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    color: #b03519;
}

.content-block p {
  line-height: 2em;
  padding:0 0 2em;
  text-align: justify;
}

.content-block-bg {
  background-size: cover !important;
  padding: 3em 0;
  text-align: center;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.37);
}
aside .caret {
  float:right;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px dashed;
  margin-top:0.7em;
}
aside .panel-group {
  margin: 1em 0;
  background: #f9f9f9;
  border-left: 1px solid #ccc;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
}
aside .btn-primary {
  text-align: center;
  padding: 1.1em 0;
}



/*ESTILOS PARA DIV QUE EVITA SCROLL EN EL MAPA DE GOOGLE EN MOVIL*/
.map-container {
  position: relative;
}
#gmapa-modal {
  background: #fff;
  padding:2em;
}
.modal-close {
  float: right;
  margin-right: 1em;
}

/**/

.url-comentarios {
  text-align: right;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 3em;
  padding-bottom: 0.3em;
}
h1 a:hover {
  text-decoration: none;
}

.entradas-sig-prev {
  width:100%;
  margin-top: 3em;
}
.entrada-anterior {
  float: left;
}
.entrada-siguiente {
  float: right;;
}
.fa-comment {
  color:#6097c6
}




@media (min-width:1025px) {
  .container-content {
    margin-top:12em;
  }
}

@media (max-width: 1279px){

  body {
      padding-top: 7em;
    }

}



@media (max-width:768px) {

  body {
    padding: initial;
  }
  .img-content {
    width:100%;
  }
  .boxcaption-quehacer h3 {
    font-size: 100%;
  }

}



@media (max-width: 667px) {

.content-block-bg.quehacer {
  margin-bottom: 0;
}
/*ESTILOS DIV PARA IMPEDIR TOUCH EN MAPA EN MOVIL*/
  .map-container {
    position: relative;
  }
  .map-notouch {
    position: absolute;
    width: 100%;
    height: 300px;
  }
  .map-container iframe {
    height: 300px;
  }
  #gmapa-modal .modal-close {
    margin-right: 0;
    margin-bottom: 1em;
  }

}



@media (max-width: 480px) {

  #carousel-content .thumb {
        width: 5em
  }
   /*ESTILOS BOOKING AUTOS EN MOVIL*/
  .inputs-autos {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-booking .nav-tabs &gt; li &gt; a {
    padding: 10px 7px;
    margin-right: 0.5em;
  }

}
</pre></body></html>