@charset "UTF-8";
/*
Theme Name: TV Hoteles Neruda
Description: Tema para Pantallas Hoteles Neruda, reconstrucción para ejecución lite
Version: 1.1 (2.0 from the begining of times)
Author: joasssko
Author URL: http://joasssko.cl
*/
/* Web Fonts */
h1, h2, h3, h4 {
  font-family: Montserrat , helvetica, arial, sans-serif; }

* {
  padding: 0;
  margin: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

/* Para Sticky Footer */
* {
  margin: 0; }

html, body {
  height: 100%; }

.clear {
  clear: both; }

.izq, .left {
  float: left; }

.der, .right {
  float: right; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 15px; }

.aligncenter, .megacontainer {
  margin-right: auto;
  margin-left: auto; }

.aligncenter {
  clear: both;
  display: block; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

small {
  font-size: 10px; }

/*p { font-family: helvetica, arial, sans-serif; color: #323232 }*/
.separator {
  padding: 15px 0; }

.miniseparator {
  padding-bottom: 10px; }

.microseparator {
  padding-bottom: 5px; }

.border {
  padding: 15px 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc; }

body {
  font-family: 'PT Sans',  Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400; }

.callout {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  border-left: 6px solid #e21717; }

blockquote, .callout {
  background-color: #f2f2f2; }

blockquote {
  border-left-color: #33567c; }

blockquote li {
  list-style-position: inside !important; }

.ultracontainer {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1600px;
  margin: 0 auto; }

.megacontainer {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1356px;
  margin: 0 auto; }

.container {
  max-width: 1170px; }

.nocontainer {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%; }

.col-md-20, .col-sm-20, .col-xs-20 {
  width: 20%;
  float: left;
  padding: 0 15px; }

.col-esp {
  padding: 0; }

blockquote {
  border-left-color: #33567c; }

blockquote li {
  list-style-position: inside !important; }

.modal {
  z-index: 999999999; }

.modal.modal-wide .modal-dialog {
  width: 90%; }

.modal-wide .modal-body {
  overflow-y: auto; }

.modal-backdrop.in {
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1; }

.modal-lg {
  width: 80%;
  margin-top: 100px; }

.modal .close {
  color: #b40d65;
  font-size: 70px;
  margin: 0 0px;
  z-index: 99999;
  position: absolute;
  right: 10px;
  top: -70px;
  opacity: 1;
  text-shadow: none; }

.modal-content {
  /*background-image: url(images/ng-bars.jpg); background-color: #525252*/ }

.modal-body {
  padding: 50px; }

h3 {
  font-weight: 900; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 0; }

/* Grayscale efect */
img.grayscale {
  filter: blur(0px) brightness(1) contrast(1) grayscale(0.8) hue-rotate(0deg) invert(0) opacity(90%) saturate(0);
  -webkit-filter: blur(0px) brightness(1) contrast(1) grayscale(0.8) hue-rotate(0deg) invert(0) opacity(90%) saturate(0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#langchooser {
  color: white;
  padding: 30px 30px;
  font-size: 40px;
  font-weight: 100; }

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #c2c2c2;
  position: relative; }

section.principal {
  width: 60%; }

aside {
  width: calc(40% - 30px);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  height: calc(100% - 25px);
  bottom: 0;
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  aside h1 {
    font-size: 32px;
    font-family: Montserrat;
    font-weight: 700;
    text-align: center;
    color: #9b7925;
    text-transform: uppercase; }
  aside time {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding-bottom: 15px;
    text-transform: proper; }
  aside .salones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 110px);
    position: absolute;
    clear: both;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    right: 0;
    left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 0; }
    aside .salones li {
      display: block;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 2px solid #9b7925;
      clear: both;
      list-style: none;
      padding: 15px;
      background-color: rgba(255, 255, 255, 0.3);
      font-family: Montserrat;
      width: 100%;
      height: inherit;
      max-height: 100px; }
      aside .salones li:first-child {
        border-top: 2px solid #9b7925; }
      aside .salones li .salon {
        text-transform: uppercase;
        color: #525252; }
      aside .salones li .horario {
        color: #9b7925; }
      aside .salones li .solicitante {
        color: #9b7925;
        font-weight: 700;
        font-size: 18px; }
      aside .salones li .email {
        color: #9b7925;
        font-weight: 700; }

.page-id-1439 .salones {
  background-image: url(images/bg-eventos.jpg);
  background-position: bottom center;
  background-repeat: no-repeat; }

/*************************************************************************************/
/***********************************Loader Spiner*************************************/
/*************************************************************************************/
#loader-wrapper {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  bottom: 0;
  right: 0;
  color: #ffffff; }

#loader-wrapper.white {
  background-color: #fff !important;
  overflow: hidden;
  overflow-y: hidden; }

#loader-wrapper img {
  top: 0;
  bottom: 0;
  margin: auto auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 5%; }

#loader-wrapper .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-size: 75px;
  top: 45%;
  position: relative;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  display: table; }

#loader {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 44%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #628d3f;
  border-bottom-color: #628d3f;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  right: 0; }

#loader:before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #628d3f;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; }

#loader:after, #loader:before {
  content: "";
  position: absolute;
  border-radius: 50%; }

#loader:after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #78a63f;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*************************************************************************************/
/***********************************Shadowbox*****************************************/
/*************************************************************************************/
#sb-info-inner, #sb-loading-inner, #sb-title-inner, div.sb-message {
  font-family: HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #fff; }

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: left;
  visibility: hidden;
  display: none; }

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.9) !important; }

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px; }

#sb-wrapper-inner {
  position: relative;
  border: 1px solid #303030;
  overflow: hidden;
  height: 100px; }

#sb-body {
  position: relative;
  height: 100%; }

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%; }

#sb-player.html {
  height: 100%;
  overflow: auto; }

#sb-body img {
  border: none; }

#sb-loading {
  position: relative;
  height: 100%; }

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center; }

#sb-loading-inner span {
  background: url(loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block; }

#sb-body, #sb-loading {
  background-color: #060606; }

#sb-info, #sb-title {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0 15px; }

#inicio .smoke, #sb-nav, #sb-nav-next, #sb-nav-previous {
  position: absolute; }

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px; }

#sb-title-inner {
  font-size: 16px; }

#sb-info-inner, div.sb-message {
  font-size: 12px; }

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px; }

#sb-nav {
  padding: 2px 0;
  width: 100%;
  top: 45%; }

#sb-nav a {
  float: right;
  background-repeat: no-repeat;
  color: #fff !important; }

#sb-nav-close {
  color: #fff; }

#sb-nav-next {
  right: -50px; }

#sb-nav-previous {
  float: left !important;
  left: -50px; }

#sb-nav-play {
  background-image: url(play.png); }

#sb-nav-pause {
  background-image: url(pause.png); }

#sb-counter {
  float: left;
  width: 45%; }

#sb-counter a {
  padding: 0 4px 0 0;
  cursor: pointer;
  color: #fff; }

#sb-counter a.sb-counter-current {
  text-decoration: underline; }

div.sb-message {
  padding: 10px;
  text-align: center; }

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline; }

#sb-counter a, #sb-nav-close, #sb-nav-next, #sb-nav-previous {
  text-decoration: none; }

#sb-nav a {
  display: block;
  cursor: pointer; }

/*************************************************************************************/
/***********************************Navegación****************************************/
/*************************************************************************************/
/*************************************************************************************/
/*********************************** HEADER ******************************************/
/*************************************************************************************/
body {
  background-color: #c2c2c2; }

header {
  background-color: #24402e;
  font-family: montserrat, helvetica, arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px; }

header .menu-item a {
  color: #323232;
  background-color: none !important; }

header .menu-item a:hover {
  /*color: #fff;*/
  background-color: none !important; }

.navbar {
  border: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-bottom: 0; }

.navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
  height: auto; }

.navbar-brand > img {
  display: block;
  max-width: 185px;
  height: auto; }

.navbar-nav > li > a {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  padding-top: 35px; }

.nav > li > a:focus, .nav > li > a:hover, .nav > li.current-menu-item > a {
  background-color: transparent; }

ul.sub-menu {
  display: none; }

/*#menu-primary a:hover~.sub-menu{
    display: block;
    z-index: 9999;
    position: absolute;
    background: red;
    width: auto;
}*/
.menu-item a ~ ul.sub-menu:hover,
.menu-item a:hover ~ ul.sub-menu {
  display: block;
  position: absolute;
  z-index: 9999;
  width: auto;
  background-color: #fff;
  top: 60px;
  left: 10px; }

ul.sub-menu li a {
  padding: 10px;
  display: block; }

.sub-menu .disabled a {
  background-color: white;
  color: #78a740;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none; }

ul.sub-menu li a {
  text-decoration: none; }

.navbar-nav > li > a:hover,
.current-menu-item a {
  color: #78a63f !important; }

.current-menu-item a ~ .sub-menu :not(.disabled) a {
  color: #000 !important; }

.current-menu-item a ~ .sub-menu :not(.disabled) a:hover {
  color: #fff !important; }

ul.sub-menu li:not(.disabled) a:hover {
  color: #fff;
  background-color: #79a840; }

ul.sub-menu li {
  display: block;
  font-size: 12px;
  width: 220px;
  border-bottom: 1px solid #323232;
  font-weight: 700; }

/*************************************************************************************/
/************************************* MAIN ******************************************/
/*************************************************************************************/
#content,
#eventos,
#promos,
#hoteles {
  margin: 50px 0; }

#hoteles h2 {
  font-size: 18px;
  margin: 10px 0 5px;
  text-transform: none;
  text-align: center;
  font-weight: 400; }

.page-template-home-php #hoteles img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.page-template-home-php #hoteles .hotel:hover img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9); }

#hoteles .btn p {
  padding: 5px 10px;
  line-height: 1;
  margin: 0; }

#hoteles .ubicacion {
  color: #777;
  font-size: 13px; }

.page-id-25 form input[type=submit],
.page-template-tpl-eventos form input[type=submit],
.single-promociones form input[type=submit] {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  color: white;
  background-color: #79a840;
  border-color: #4cae4c;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 30px;
  display: block; }

.hotel img {
  width: 100%; }

.single-promociones form input[type=submit],
#hoteles .btn-book {
  border-radius: 0;
  border: none;
  font-family: 'PT Sans' , helvetica, arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  margin: 10px 0; }

#whyus {
  margin: 50px 0 50px 0; }

#whyus a {
  padding: 10px 0; }

#whyus h4 {
  padding: 10px 0; }

#whyus p {
  font-size: 13px;
  color: #777; }

#what_to_do .container {
  background-image: url(images/whattodo.jpg);
  background-position: top center;
  background-attachment: fixed; }

#what_to_do .bannerimagen {
  padding: 100px 0; }

#what_to_do .bannerimagen h4 {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  padding: 0 0 0 40px;
  margin: 0; }

#what_to_do .bannerimagen a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-right: 40px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7); }

.home section h3:after {
  border-bottom: 2px solid #79a840;
  content: '';
  position: absolute;
  width: 100px;
  bottom: 15px;
  left: 15px; }

.home section h3 {
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.archive section h3 {
  color: #79a840;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 1px; }

.archive p {
  color: #777777;
  font-size: 13px;
  line-height: 150%; }

.archive.post-type-archive-hoteles #hoteles .col-md-6 {
  min-height: 440px;
  padding-top: 10px; }

.promo a {
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  padding: 10px 0;
  display: block;
  text-decoration: none; }

.promo a:before {
  content: '';
  /* background-color: black; */
  height: 10px;
  width: 120px;
  position: absolute;
  bottom: 8px;
  display: block;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  border: 10px solid black;
  border-bottom: transparent;
  border-right: transparent;
  border-top-left-radius: 30px;
  z-index: -1;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  left: 15px; }

.promo a:after {
  content: '';
  /* background-color: black; */
  height: 10px;
  width: 120px;
  position: absolute;
  bottom: 8px;
  display: block;
  -webkit-filter: blur(7px);
  filter: blur(7px);
  border: 10px solid black;
  border-bottom: transparent;
  border-right: transparent;
  border-top-left-radius: 30px;
  z-index: -1;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  right: 15px; }

.page-id-25 main,
.single-hoteles main {
  min-height: 350px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-shadow: 1px 1px 1px #000; }

.page-id-25 main h1,
.single-hoteles main h1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0; }

.page .slick-list,
.single-promociones .slick-list,
.single-hoteles .slick-list {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); }

.page-id-25 #about,
.single-hoteles #where {
  margin: 30px 0; }

.single-hoteles #where p a {
  color: #79a840; }

.single-hoteles #about h2 {
  border-left: 7px solid #79a840;
  padding: 0px 20px; }

.single-hoteles #about p {
  color: #777777;
  font-size: 13px;
  line-height: 180%; }

.single-hoteles #amenities h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.single-hoteles #amenities li {
  list-style-position: inside;
  font-size: 13px;
  color: #777; }

.btn-action {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 30px;
  background-color: #79a840; }

.btn-action.rsv-app-launcher {
  font-size: 20px; }

.single-hoteles #where p {
  color: #777;
  font-size: 13px;
  line-height: 150%; }

.single-promociones h2 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 30px 0;
  clear: both;
  border-left: 7px solid #79a840;
  padding: 0px 20px; }

.single-promociones h4 {
  text-transform: uppercase; }

.single-promociones section p {
  color: #777;
  font-size: 13px;
  line-height: 150%; }

.page-template-tpl-eventos form textarea, .page-template-tpl-eventos form input,
.single-promociones form textarea, .single-promociones form input {
  border: 1px solid #79a840; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  border: 1px solid #79a840;
  padding: 10px 0;
  height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: pt sans, helvetica, arial, sans-serif; }

.single #about .container li,
.page-template-tpl-eventos #about .container li {
  list-style-position: inside;
  color: #777;
  font-size: 13px; }

.page-template-tpl-eventos #about .container a {
  padding: 5px;
  display: inline-block;
  background: #79a840;
  color: white; }

.page-template-default #content .container p,
.page-template-default #content .container p strong,
.page-template-tpl-eventos #about .container p strong,
.page-template-tpl-eventos #about .container p {
  color: #777;
  font-size: 13px; }

.page-template-tpl-eventos #about .container .col-md-8 h2,
.single-promociones #about .container .col-md-8 h3 {
  font-size: 17px;
  font-weight: 700; }

.page-id-25 #about .container .col-md-4 h2:after,
.page-template-tpl-eventos #about .container .col-md-8 h2:after,
.single-promociones #about .container .col-md-8 h3:after {
  border-bottom: 2px solid #628d3e;
  width: 90px;
  content: '';
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px; }

.page-id-1104 h3 {
  color: #79a840;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 1px; }

.mapstab {
  padding: 20px;
  margin: 20px 0;
  background-color: #f2f2f2; }

.tab-pane {
  padding: 20px 0 0 0; }

.mapstab .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #525252;
  background: #e2e2e2; }

.mapstab .nav-tabs > li.active > a, .mapstab .nav-tabs > li.active > a:focus, .mapstab .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

#about .col-md-4 h3 {
  text-transform: uppercase;
  font-size: 17px; }

/*************************************************************************************/
/************************************* Footer ****************************************/
/*************************************************************************************/
footer {
  padding: 30px 0 30px;
  background: #383636 !important;
  color: #ffffff !important;
  font-size: 13px;
  position: relative;
  margin-top: 50px; }

footer .socialbox {
  padding: 10px 20px;
  position: relative;
  top: -50px;
  background-color: #79a840;
  float: left;
  width: auto;
  left: 15px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700; }

footer .socialbox li {
  display: inline-block;
  color: #fff; }

footer .socialbox li a {
  color: #fff;
  text-decoration: none; }

footer h3 {
  color: #79a840 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: -0.1px;
  font-family: Montserrat;
  font-weight: 300; }

footer p {
  font-size: 10px;
  font-family: PT Sans, helvetica, arial, sans-serif;
  margin-top: 15px; }

footer .single_link,
footer .footer_menu a {
  color: #fff;
  font-size: 11px; }

footer #cod_conducta {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  background-color: #78a840;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: 700;
  width: 150px;
  letter-spacing: 0px; }

/*************************************************************************************/
/*********************************** SlickSlider *************************************/
/*************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 30px 30px; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl']
.slick-slide {
  float: right; }

.galeria-excursion .slick-slide:hover img {
  opacity: .7;
  outline: 1px solid #fff;
  outline-offset: -10px; }

.slick-slide img {
  display: block;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

.slick-prev, .slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  /* height: 20px; */
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  padding: 4px 0;
  border: 1px solid #fff;
  border-radius: 100%;
  line-height: 100%;
  text-align: center; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -55px; }

[dir='rtl'] .slick-prev {
  right: -55px;
  left: auto; }

.slick-next {
  right: -55px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -55px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 50px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 5px solid #f2f2f2;
  outline: none;
  background: #c2c2c2;
  border-radius: 100%; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

/*.slick-dots li button:before
{ font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}*/
.slick-dots li.slick-active button {
  background-color: #948b6a; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.slick-slider .caption {
  padding: 10px;
  position: absolute;
  background-color: gray;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  border-left: 10px solid #79a840;
  top: 30px; }

.slick-arrow.fa.fa-angle-left {
  left: -20px; }

.slick-arrow.fa-angle-right {
  right: -20px; }

.slick-arrow {
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #525252;
  padding: 10px;
  width: 40px;
  text-align: center;
  z-index: 99;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.slick-arrow:hover {
  background-color: #525252;
  color: #fff; }

/*************************************************************************************/
/******************************** Responsive Styles **********************************/
/*************************************************************************************/
/* Large desktops and laptops */
/* Large desktops and laptops */
/* Landscape tablets and medium desktops */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .mapstab .nav-tabs > li > a {
    padding: 10px 10px; } }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #menu-primary {
    width: 100%;
    left: auto;
    right: 0;
    position: relative;
    margin: 0;
    float: none !important; }
  .navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px 0;
    font-size: 18px;
    line-height: 20px; }
  .navbar-brand > img {
    display: block;
    max-width: 135px;
    height: auto; }
  .navbar-nav > li > a {
    padding-top: 25px; }
  .nav > li > a {
    padding: 10px 12px; }
  .navbar-nav > li {
    float: none;
    display: inline-block; }
  .menu-item a ~ ul.sub-menu:hover, .menu-item a:hover ~ ul.sub-menu {
    top: 35px;
    left: 10px; } }

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .navbar-toggle .icon-bar {
    background: white; }
  .navbar-brand > img {
    display: block;
    max-width: 100px;
    height: auto; }
  .navbar-brand {
    float: left;
    height: auto;
    padding: 13px 15px 15px;
    font-size: 18px;
    line-height: 20px; }
  .navbar-toggle {
    padding: 9px 10px;
    margin-top: 18px;
    border: 1px solid white; }
  div#langchooser {
    width: 100%; }
  .navbar-nav > li > a {
    padding-top: 10px;
    border-bottom: 1px solid #323232; }
  .menu-item a ~ ul.sub-menu:hover, .menu-item a:hover ~ ul.sub-menu {
    display: block;
    position: relative;
    z-index: 9999;
    width: auto;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0; }
  ul.sub-menu li {
    display: block;
    font-size: 12px;
    width: 100%;
    border-bottom: 1px solid #323232;
    font-weight: 700; }
  ul.sub-menu li a {
    padding: 10px 15px;
    display: block;
    color: #fff; }
  #qtranslate-5 {
    list-style: none;
    margin-top: 10px; }
  .single-promociones h4 {
    margin-top: 30px; } }

/* Portrait phones and smaller */
/* Aquí es donde termina el style y empieza su curiosidad */

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