/* GLOBAL VARS COLORS AND FONTS
-------------------------------------------------- */
@font-face {
  font-family: 'Avant-Garde';
  font-style: normal;
  font-weight: normal;
  src: local('Avant-Garde'), url('../fonts/Avant-Garde.ttf') format('truetype');
}
@font-face {
  font-style: normal;
  font-weight: normal;
  src: local('Champagne'), url('../fonts/Champagne-&-Limousines.ttf') format('truetype');
}
@font-face {
  font-family: 'Champagne-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Champagne-Bold'), url('../fonts/Champagne-&-Limousines-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Champagne-Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Champagne-Italic'), url('../fonts/Champagne-&-Limousines-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Champagne-Bold-Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Champagne-Bold-Italic'), url('../fonts/Champagne-&-Limousines-Bold-Italic.ttf') format('truetype');
}
.no-margins {
  margin: 0px;
}
.no.padding {
  padding: 0px;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  color: #5a5a5a;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.titulo-sections {
  text-align: center;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px 40px;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #000000 98%, #c4422f 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(98%, #000000), color-stop(98%, #c4422f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000000 0%, #000000 98%, #c4422f 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000000 0%, #000000 98%, #c4422f 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000000 0%, #000000 98%, #c4422f 98%);
  /* IE10+ */
  background: linear-gradient(to right, #000000 0%, #000000 98%, #c4422f 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c4422f', GradientType=1);
  /* IE6-9 */
  transform: skew(-14deg, 0deg);
  -webkit-transform: skew(-14deg, 0deg);
  -moz-transform: skew(-14deg, 0deg);
  -o-transform: skew(-14deg, 0deg);
  -ms-transform: skew(-14deg, 0deg);
}
.titulo-sections > h1 {
  color: white;
  font-size: 30px;
  margin: 0px;
  -webkit-transform: skew(14deg, 0deg);
  -moz-transform: skew(14deg, 0deg);
  -o-transform: skew(14deg, 0deg);
  -ms-transform: skew(14deg, 0deg);
}
.subtitle-sections {
  color: #838383;
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 70px;
  width: 33%;
  margin-left: 33%;
  margin-right: 33%;
}
.titulo-icono {
  color: black;
  font-size: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.description-icono {
  color: #838383;
  font-size: 18px;
}
.description-icono p {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 24px;
}
/* HEADER CONTACTO STYLE
-------------------------------------------------- */
#contact-header {
  height: 50px;
  background-color: #7cb123;
}
#contact-header > .container-fluid {
  margin: 0% 5%;
}
#contact-header > .container-fluid > .row > div > .contact-content {
  margin: 0% 15px 0% 0%;
  color: white;
  font-size: 14px;
  line-height: 50px;
}
#contact-header > .container-fluid > .row > div > .contact-content:hover {
  text-decoration: none;
}
#contact-header > .container-fluid > .row > div > .contact-content > .fa {
  padding: 0px 5px;
  color: white;
}
#debajo-nav {
  height: 110px;
}
/* BARRA NAVEGACION FIXED STYLE
-------------------------------------------------- */
#barra-navegacion {
  background-color: rgba(33, 40, 51, 0.9);
  height: 100px;
  border-bottom: 1vmin solid #7cb123;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Avant-Garde';
}
#barra-navegacion > .container-fluid {
  margin: 0% 5%;
  height: 100px;
}
#barra-navegacion > .container-fluid > .navbar-header > .navbar-toggle {
  min-height: 100px;
  position: relative;
  float: right;
  padding: 0px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  border: none;
}
#barra-navegacion > .container-fluid > .navbar-header > .navbar-toggle > .icon-bar {
  background-color: white;
}
#barra-navegacion > .container-fluid > .navbar-collapse {
  max-height: none;
  border-top: none;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-brand {
  padding: 10px 0px;
  height: 100px;
  display: table;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-brand > img {
  padding: 10px 0px;
  max-height: 70px;
  vertical-align: middle;
  display: table-cell;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-brand:hover {
  background-color: transparent;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav {
  margin: 0px -15px;
  transition: all 0.6s ease;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > li {
  transition: all 0.6s ease;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > li > a {
  font-size: 1.8vmin;
  color: white;
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  padding: 0px 8px;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > li > a:hover {
  transition: all 0.6s ease;
  background-color: #7cb123;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > #mas-menu {
  width: 100px;
  background-color: #7cb123;
  text-align: center;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > #mas-menu a {
  width: 100px;
  background-color: #7cb123;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > #mas-menu a:hover,
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > #mas-menu a:active,
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > #mas-menu a:focus {
  background-color: #7cb123;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav .cajaLateral {
  position: absolute;
  right: -126px;
  top: 0;
  background-color: white;
  border-bottom: 1vmin solid #7cb123;
  border-left: 1vmin solid #7cb123;
  width: 310px;
  font-size: 1.8vmin;
  color: white;
  display: table;
  height: 100px;
  vertical-align: middle;
  padding: 0px 8px;
  text-align: left;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1s linear;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav .cajaLateral .centrador {
  display: table-cell;
  vertical-align: middle;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav .cajaLateral .centrador .fa {
  color: #7cb123;
  width: 25px;
  margin-left: 10px;
  font-size: 16px;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav .cajaLateral .centrador a {
  color: #dddddd;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav .cajaLateral .centrador a:hover {
  text-decoration: none;
}
#barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav .cajaLateral.animacionIzquierda {
  visibility: visible;
  right: 184px;
  opacity: 1;
  transition: all 1s linear;
}
/*  NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
  padding-left: 15px;
  padding-right: 15px;
}
/* BTON RESERVAR
-------------------------------------------------- */
#reservar {
  padding: 5vh 0;
  background-color: #2d3037;
  border-bottom: 1vmin solid #7cb123;
  width: 100%;
  text-align: center;
  float: left;
  /* > #iconos-4{

  > .icono{
    display: inline-block;
    width: 20%;
    margin-left: 2%;
    margin-right: 2%;

    > img {
      width: 100%;
      padding-left: 38%;
      padding-right: 38%;
    }
  }
  } */
}
#reservar a {
  background-color: #7cb123;
  transition: all 0.2s ease;
  font-size: 3vmin;
  text-align: center;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
  padding: 2vmin 10vmin;
  border: none;
  border-top: 0vmin solid #2d3037;
  border-bottom: 1vmin solid #4f7116;
  color: white;
}
#reservar a:hover {
  border-bottom: 0vmin solid #4f7116;
  border-top: 1vmin solid #2d3037;
}
/*  IMAGENES 3
-------------------------------------------------- */
#imagenes-3 {
  padding: 5% 11%;
  background-color: white;
  width: 100%;
  text-align: center;
  float: left;
}
#imagenes-3 > #iconos-3 > .icono {
  width: 30%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  float: left;
}
#imagenes-3 > #iconos-3 > .icono > img {
  width: 100%;
}
#imagenes-3 > #iconos-3 .section-blur {
  overflow: hidden;
  height: auto;
  position: relative;
  float: left;
  font-size: 4vmin;
}
#imagenes-3 > #iconos-3 .section-blur:hover .content-section-blur {
  opacity: 1;
}
#imagenes-3 > #iconos-3 .section-blur:hover .imgenes-blur {
  -webkit-filter: brightness(50%);
}
#imagenes-3 > #iconos-3 .section-blur .imgenes-blur {
  width: 104%;
  height: auto;
  margin: -2% -2%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-filter: brightness(100%);
}
#imagenes-3 > #iconos-3 .section-blur .imgenes-blur:hover {
  -webkit-filter: brightness(50%);
}
#imagenes-3 > #iconos-3 .section-blur .content-section-blur {
  position: absolute;
  padding: 1vmin;
  text-align: center;
  color: white;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  width: 100%;
  margin-right: auto;
  top: 20%;
  left: 0%;
  cursor: pointer;
  cursor: hand;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#imagenes-3 > #iconos-3 .section-blur .content-section-blur:hover,
#imagenes-3 > #iconos-3 .section-blur .content-section-blur:active,
#imagenes-3 > #iconos-3 .section-blur .content-section-blur:focus {
  text-decoration: none;
}
#imagenes-3 > #iconos-3 .section-blur .content-section-blur .fa {
  color: #7cb123;
  font-size: 10vmin;
}
#imagenes-3 > #iconos-3 .section-blur h3 {
  font-family: 'Gabriola';
  font-size: 6vmin;
}
/* ALOJAMIENTOS
-------------------------------------------------- */
#alojamientos {
  width: 100%;
  padding: 10vmin 0;
  margin: 0 auto;
  background-color: #f7f7f7;
  text-align: left;
  float: left;
}
#alojamientos h1 {
  display: block;
  font-size: 5vmin;
  color: #2d3037;
}
#alojamientos .section-blur {
  overflow: hidden;
  height: auto;
  position: relative;
  float: left;
  width: 25%;
  font-size: 4vmin;
}
#alojamientos .section-blur:hover .content-section-blur {
  opacity: 1;
}
#alojamientos .section-blur:hover .imgenes-blur {
  -webkit-filter: brightness(50%);
}
#alojamientos .section-blur .imgenes-blur {
  width: 104%;
  height: auto;
  margin: -2% -2%;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-filter: brightness(100%);
}
#alojamientos .section-blur .imgenes-blur:hover {
  -webkit-filter: brightness(50%);
}
#alojamientos .section-blur .content-section-blur {
  position: absolute;
  padding: 1vmin;
  text-align: center;
  color: white;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  width: 100%;
  margin-right: auto;
  top: 20%;
  left: 0%;
  cursor: pointer;
  cursor: hand;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#alojamientos .section-blur .content-section-blur:hover,
#alojamientos .section-blur .content-section-blur:active,
#alojamientos .section-blur .content-section-blur:focus {
  text-decoration: none;
}
#alojamientos .section-blur .content-section-blur .fa {
  color: #7cb123;
  font-size: 6vmin;
}
#alojamientos .section-blur h3 {
  font-family: 'Gabriola';
  font-size: 6vmin;
}
.carousel-indicators li {
  background-color: white;
  border: none;
}
.carousel-indicators .active {
  background-color: #7cb123;
}
#myCarousel {
  width: 100%;
  background-color: #f7f7f7;
  text-align: left;
  float: left;
}
#myCarousel .carousel-caption {
  padding: 0px;
  bottom: 3%;
}
#myCarousel #img-grande {
  width: 65%;
  float: left;
  margin-right: 16px;
}
#myCarousel #img-peq {
  width: calc(35% - 16px);
  float: left;
  margin-bottom: 8px;
}
#myCarousel #img-peq2 {
  width: calc(35% - 16px);
  float: left;
  margin-top: 8px;
}
#myCarousel2 {
  width: 100%;
  background-color: #f7f7f7;
  text-align: left;
  float: left;
}
#myCarousel2 #estrellas {
  color: #FFC73E;
  font-size: 3vmin;
}
#myCarousel2 .carousel-inner {
  border-bottom: 1vmin solid #7cb123;
}
#contenido-escrito {
  width: 100%;
  margin: 10vmin auto;
  background-color: white;
  text-align: center;
  float: left;
}
#contenido-escrito .titulo {
  color: #7cb123;
  font-size: 5vmin;
}
#contenido-escrito .subtitulo {
  color: #838383;
  font-size: 3vmin;
  margin: 2vmin auto 5vmin;
  width: 70%;
}
#contenido-escrito .linea-separacion {
  width: 15%;
  border: 3px solid #7cb123;
  margin: 10px auto;
}
#contenido-escrito .contenido-texto {
  color: #838383;
  font-size: 2.2vmin;
  text-align: justify;
}
#contenido-fichas {
  width: 100%;
  padding: 10vmin 0;
  margin: 0 auto;
  background-color: #f7f7f7;
  text-align: left;
  float: left;
  display: table;
}
#contenido-fichas .ficha {
  margin-bottom: 5vmin;
}
#contenido-fichas .ficha #slider-fichas {
  width: 50%;
  display: inline-block;
  float: left;
}
#contenido-fichas .ficha #slider-fichas .carousel-inner {
  border-bottom: 5px solid #7cb123;
}
#contenido-fichas .ficha #info-fichas {
  width: 50%;
  display: inline-block;
}
#contenido-fichas .ficha #info-fichas #contenido-ficha {
  width: 100%;
  /* margin: 10vmin auto; */
  /* background-color: @blanco; */
  text-align: left;
  float: left;
}
#contenido-fichas .ficha #info-fichas #contenido-ficha .titulo {
  color: #7cb123;
  font-size: 3vmin;
}
#contenido-fichas .ficha #info-fichas #contenido-ficha .subtitulo {
  color: #838383;
  font-size: 2vmin;
  margin: 1vmin 0;
  width: 100%;
}
#contenido-fichas .ficha #info-fichas #contenido-ficha .linea-separacion {
  width: 15%;
  border: 2px solid #7cb123;
  margin: 5px 0;
}
#contenido-fichas .ficha #info-fichas #contenido-ficha .contenido-texto {
  color: #838383;
  font-size: 2.2vmin;
  text-align: justify;
  max-height: 17vh;
  overflow: scroll;
}
#tabla {
  width: 100%;
  padding: 10vmin 0;
  margin: 0 auto;
  background-color: #f7f7f7;
  text-align: left;
  float: left;
}
#tabla table {
  border: none;
  width: 100%;
}
#tabla table tbody {
  border-radius: 5px;
}
#tabla table tr {
  border: 1px solid #838383;
}
#tabla table tr:first-child {
  border: 0px solid #7cb123;
  border-bottom: 5px solid #7cb123;
}
#tabla table tr th {
  background-color: #2d3037;
  color: white;
  border-right: 1px solid #838383;
  padding: 2vmin;
  font-size: 2.3vmin;
  text-align: center;
}
#tabla table tr th:last-child {
  border-right: 0px solid #838383;
}
#tabla table tr td {
  padding: 1.5vmin;
  vertical-align: top;
  border-right: 1px solid #838383;
  text-align: center;
  font-size: 2vmin;
}
#tabla table tr td:last-child {
  border-right: 0px solid #838383;
}
#tabla table tr td:first-child {
  text-align: left;
}
#tabla table tr td a {
  color: #838383;
  text-align: left;
}
#tabla table tr:nth-child(odd) {
  background-color: #f7f7f7;
}
#tabla table tr:nth-child(odd):hover {
  color: white;
  background-color: #2d3037;
}
#tabla table tr:nth-child(even) {
  background-color: #FFFFFF;
}
#tabla table tr:nth-child(even):hover {
  color: white;
  background-color: #2d3037;
}
#ofertas {
  width: 100%;
  margin: 10vmin auto;
  background-color: white;
  text-align: center;
  float: left;
}
#ofertas .titulo {
  color: #7cb123;
  font-size: 5vmin;
}
#ofertas .subtitulo {
  color: #838383;
  font-size: 3vmin;
  margin: 2vmin auto 5vmin;
  width: 70%;
}
#ofertas .linea-separacion {
  width: 15%;
  border: 2px solid #7cb123;
  margin: 5px auto;
}
#lista-ofertas {
  margin: 0 auto;
  padding: 10vmin 0;
  float: left;
  background-color: #f7f7f7;
}
#lista-ofertas .ficha-oferta {
  width: 100%;
  background-color: #f7f7f7;
  text-align: left;
  float: left;
  padding-bottom: 3vmin;
  border-bottom: 3px solid white;
}
#lista-ofertas .ficha-oferta #contenido-ficha {
  width: 100%;
  /* margin: 10vmin auto; */
  /* background-color: @blanco; */
  text-align: left;
  float: left;
}
#lista-ofertas .ficha-oferta #contenido-ficha .titulo {
  color: #7cb123;
  font-size: 3.2vmin;
  margin-top: 3vmin;
}
#lista-ofertas .ficha-oferta #contenido-ficha .subtitulo {
  color: #838383;
  font-size: 2vmin;
  margin: 1vmin 0;
  width: 100%;
  padding: 2vmin 0;
}
#lista-ofertas .ficha-oferta #contenido-ficha .linea-separacion {
  width: 15%;
  border: 2px solid #7cb123;
  margin: 5px 0;
}
#lista-ofertas .ficha-oferta #contenido-ficha .fecha-oferta {
  font-size: 3vmin;
  color: #2d3037;
}
#lista-ofertas .ficha-oferta #contenido-ficha .contenido-texto {
  color: #838383;
  font-size: 2.2vmin;
  text-align: justify;
  max-height: 17vh;
  overflow: scroll;
}
#localizacion {
  width: 100%;
  margin: 10vmin auto;
  background-color: white;
  text-align: center;
  float: left;
}
#localizacion .titulo {
  color: #7cb123;
  font-size: 5vmin;
}
#localizacion .subtitulo {
  color: #838383;
  font-size: 3vmin;
  margin: 2vmin auto 5vmin;
  width: 70%;
}
#localizacion .linea-separacion {
  width: 15%;
  border: 2px solid #7cb123;
  margin: 5px auto;
}
#localizacion .contenido-texto {
  color: #838383;
  font-size: 2.2vmin;
  text-align: justify;
  max-height: 17vh;
  overflow: scroll;
}
#busqueda-ruta {
  width: 100%;
  padding: 10vmin 0;
  margin: 0 auto;
  background-color: #f7f7f7;
  text-align: left;
  float: left;
}
#busqueda-ruta .form-group {
  color: #838383;
  margin-bottom: 10px;
}
#busqueda-ruta .form-group input {
  background-color: white;
  transition: all 0.2s ease;
  font-size: 2.5vmin;
  text-align: center;
  display: inline-block;
  padding: 1vmin 0vmin;
  border: none;
  border-top: 0vmin solid #f7f7f7;
  border-bottom: 1vmin solid #d9d9d9;
  color: #838383;
  width: 70%;
  float: left;
  height: 7vmin;
}
#busqueda-ruta .form-group input:hover,
#busqueda-ruta .form-group input:active,
#busqueda-ruta .form-group input:focus {
  border-bottom: 0vmin solid #4f7116;
  border-top: 1vmin solid #f7f7f7;
}
#busqueda-ruta button {
  background-color: #7cb123;
  transition: all 0.2s ease;
  font-size: 2.5vmin;
  text-align: center;
  display: inline-block;
  padding: 1vmin 0vmin;
  border: none;
  border-top: 0vmin solid #f7f7f7;
  border-bottom: 1vmin solid #4f7116;
  color: white;
  width: 30%;
  float: right;
  height: 7vmin;
}
#busqueda-ruta button:hover {
  border-bottom: 0vmin solid #4f7116;
  border-top: 1vmin solid #f7f7f7;
}
#mapa {
  float: left;
  width: 100%;
  height: 65vh;
}
/* FOOTER FIXED STYLE
-------------------------------------------------- */
#contact-footer {
  height: auto;
  background-color: #2d3037;
  overflow: auto;
  width: 100%;
  text-align: left;
  float: left;
}
#contact-footer #contenido-footer .comun-acordeon {
  float: left;
}
#contact-footer #contenido-footer .titulo-formulario {
  text-align: justify;
  color: white;
  font-size: 20px;
  padding: 10px 0px 0px;
  margin: 30px 0px;
  display: inline-block;
}
#contact-footer #contenido-footer #datos-contacto {
  width: 38%;
  float: left;
}
#contact-footer #contenido-footer #datos-contacto > #lista {
  text-align: justify;
  color: white;
  font-size: 20px;
  padding-left: 0px;
}
#contact-footer #contenido-footer #datos-contacto > #lista > .li-punto {
  list-style: none;
  font-size: 1.6vmin;
  margin-left: 5%;
  margin-right: 5%;
  padding-bottom: 8%;
  padding-right: 20%;
}
#contact-footer #contenido-footer #datos-contacto > #lista > .li-punto .fa {
  color: #444853;
  margin-right: 5%;
  font-size: 2.2vmin;
}
#contact-footer #contenido-footer #horarios {
  width: 24%;
  float: left;
}
#contact-footer #contenido-footer #horarios > #lista-menu {
  padding: 0%;
  overflow: hidden;
  height: auto;
  text-align: left;
  color: white;
  font-size: 20px;
  padding-left: 0px;
}
#contact-footer #contenido-footer #horarios > #lista-menu > .li-punto a {
  list-style: none;
  display: inline-block;
  font-family: 'Myriad Pro';
  color: white;
  font-size: 1.6vmin;
  margin-left: 5%;
  margin-right: 5%;
  padding: 1% 0%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#contact-footer #contenido-footer #horarios > #lista-menu > .li-punto a:hover {
  cursor: pointer;
  cursor: hand;
  color: white;
  text-decoration: none;
  margin: 0%;
  background-color: #444853;
  border-right: 5px solid #7cb123;
  margin-left: 10px;
  padding: 1% 5%;
}
#contact-footer #contenido-footer #horarios > #lista-menu > .li-punto a:hover + a {
  border-top: 1px solid #f4f4f4;
  margin: 0%;
  padding-left: calc( 5% + 10px);
}
#contact-footer #contenido-footer #form {
  float: left;
  width: 38%;
}
#contact-footer #contenido-footer #form > form > .form-group {
  color: #838383;
  margin-bottom: 15px;
  border-bottom: 0.7vmin solid #1a1a1a;
}
#contact-footer #contenido-footer #form > form > .form-group > input {
  border-radius: 0px;
  height: 40px;
  font-size: 1.6vmin;
  color: white;
  background-color: #444853;
  border: none;
}
#contact-footer #contenido-footer #form > form > .form-group > #mensaje {
  border-radius: 0px;
  height: 75px;
  font-size: 1.6vmin;
  color: white;
  border: none;
  background-color: #444853;
  resize: none;
}
#contact-footer #contenido-footer #form > form button {
  background-color: #7cb123;
  transition: all 0.2s ease;
  font-size: 2vmin;
  text-align: center;
  display: inline-block;
  margin-bottom: 10%;
  padding: 1vmin 4vmin;
  border: none;
  border-top: 0vmin solid #2d3037;
  border-bottom: 0.7vmin solid #4f7116;
  color: white;
  float: left;
}
#contact-footer #contenido-footer #form > form button:hover {
  border-bottom: 0vmin solid #4f7116;
  border-top: 0.7vmin solid #2d3037;
}
#contact-footer #footer-2 {
  width: 100%;
  float: left;
  padding: 3% 0px;
  border-top: 2px solid #444853;
}
#contact-footer #footer-2 #derechos {
  text-align: center;
  margin-top: 10px;
  font-size: 2vmin;
  color: white;
}
#contact-footer #footer-2 #derechos a {
  color: white;
  font-weight: lighter;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#contact-footer #footer-2 #derechos a:hover {
  text-decoration: none;
  color: #fc9651;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#contact-footer #footer-2 a {
  color: #444853;
}
#contact-footer #footer-2 .fa {
  margin: 5px;
  font-size: 3vmin;
}
#contact-footer #footer-2 .fa-facebook:hover {
  color: #3B5998;
}
#contact-footer #footer-2 .fa-twitter:hover {
  color: #4099FF;
}
#contact-footer #footer-2 .fa-rss:hover {
  color: #FF6600;
}
#contact-footer #footer-2 .contat-icons {
  height: 30px;
  width: 30px;
  margin-right: 1%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contact-footer #footer-2 .contat-icons-systeam {
  width: 100%;
  height: auto;
  max-height: 50px;
  max-width: 165px;
}
#contact-footer #footer-2 #up {
  height: auto;
  font-size: 3vmin;
  color: white;
  padding: 6px 12px;
}
/*  CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 0px;
}
.carousel-fade .carousel-inner .item {
  background-color: transparent;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
  #barra-navegacion > .container-fluid > .navbar-collapse > .navbar-brand {
    display: none;
  }
  #barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > li {
    background-color: rgba(33, 40, 51, 0.9);
  }
  #barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > li:hover {
    background-color: #7cb123;
    transform: scale(1);
  }
  #barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > li a {
    padding: 0% 30px !important;
    font-size: 3vmin !important;
    height: 50px;
    background-color: transparent;
  }
  #barra-navegacion > .container-fluid > .navbar-collapse > .navbar-brand {
    display: none;
  }
  #contenido-escrito,
  #contenido-fichas,
  #contenido-footer {
    padding: 0vmin 5vmin;
  }
  .description-slider,
  #central-servicios .description-central,
  #central-nosotros .description-central {
    width: 100% !important;
  }
  #caract-icon,
  #caract-acord,
  #recientemente,
  #iconos-categoria,
  #contactar,
  #como-func,
  #info-nosotros,
  #estadisticas,
  #formulario,
  #cabecera-contacto {
    padding: 5% 5%;
  }
  #slide-opiniones {
    padding: 0% 5% 3%;
  }
  #contact-header > .container-fluid {
    margin: 0% 2%;
  }
  #caract-icon > #iconos-4 > .icono {
    width: 44%;
    margin-bottom: 4%;
    text-align: justify;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .subtitle-sections {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 30px;
  }
  #caract-acord > #select-caract > .lista-caract > h4 {
    display: block;
  }
  #caract-acord > #select-caract {
    width: 100%;
  }
  #formulario #datos-contacto {
    width: 100%;
  }
  #formulario #datos-contacto > #lista > .li-punto {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #caract-acord > #select-caract > .lista-caract,
  #caract-acord > #select-caract > .lista-caract:last-child {
    width: 33%;
    float: left;
    border: none;
    text-align: center;
    border-bottom: 0px solid #f4f4f4;
  }
  #caract-acord #acordeon {
    width: 66%;
    margin-top: 5%;
    margin-right: 5%;
  }
  #caract-acord #acordeon > .img-caract {
    text-align: center;
  }
  #caract-acord #puntos-acordeon {
    width: 27%;
    margin-top: 5%;
  }
  #caract-acord #puntos-acordeon > #lista > .li-punto {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left;
  }
  #recientemente #main-section-galeria .container-fluid > .row > #galeria {
    width: 50%;
  }
  #iconos-categoria > #iconos-5 > .icono {
    width: 44%;
    margin: 2.5%;
    float: left;
    display: block;
  }
  #iconos-categoria > #iconos-5 > .icono:last-child {
    margin-left: 22%;
  }
  #como-func > #iconos-3 > .icono {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5%;
  }
  #estadisticas #info-estadisticas > #estadisticas-4 > .numero {
    width: 45%;
    line-height: 50px;
  }
  #formulario #horarios {
    width: 100%;
  }
  #formulario #form {
    width: 100%;
    margin-right: 0%;
  }
  #formulario #horarios > #lista > .li-punto {
    width: 40%;
    float: left;
    font-size: 18px;
  }
  #contactar #info .contenido-contactar button {
    padding: 10px 12px 8px;
    margin: 10px 5px;
    font-size: 25px;
  }
  #info-nosotros #info .contenido-contactar > p {
    font-size: 15px;
    line-height: 20px;
  }
  #estadisticas #info-estadisticas > #estadisticas-4 {
    font-size: 60px;
  }
  .carousel-caption .titulo-slider > h1,
  #central-servicios .titulo-central > h1,
  #central-nosotros .titulo-central > h1,
  #formulario .titulo-formulario {
    font-size: 25px;
  }
  .carousel-caption .description-slider > p,
  .titulo-sections > h1,
  #caract-acord #acordeon .contenido-caract > h3,
  #central-servicios .description-central > p,
  #central-nosotros .description-central > p,
  #info-nosotros .titulo-info-nos,
  #formulario #form > form > .form-group > input {
    font-size: 18px;
  }
  .titulo-icono,
  #caract-acord #acordeon .contenido-caract > p,
  #slide-opiniones .carousel-caption .opinion-slider > p,
  .description-icono p,
  #contactar #info .contenido-contactar > p {
    font-size: 15px;
  }
  #contact-footer .container-fluid > .row > div > .row > div > #derechos {
    font-size: 13px;
  }
  #contact-header > .container-fluid > .row > div > .contact-content {
    font-size: 10px;
  }
  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  /* Bump up size of carousel content */
  .carousel-caption {
    left: 5%;
    right: 5%;
    bottom: 40px;
  }
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  #myCarousel .carousel-caption {
    left: 10%;
    right: 10%;
  }
  #myCarousel2 .carousel-caption {
    left: calc((100vw - 940px ) / 2);
    right: calc((100vw - 940px ) / 2);
    bottom: 100px;
  }
  #carousel-fichas .carousel-caption {
    left: calc((100vw - 940px ) / 2);
    right: calc((100vw - 940px ) / 2);
    bottom: 0;
    padding: 0;
  }
}
@media (max-width: 990px) {
  .featurette-heading {
    margin-top: 120px;
  }
  #barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > li > a {
    font-size: 1.4vmin;
    padding: 0px 4px;
  }
}
@media (min-width: 979px) {
  #alojamientos,
  #reservar,
  #imagenes-3,
  #contact-footer,
  #contenido-escrito,
  #contenido-fichas,
  #tabla,
  #ofertas,
  #lista-ofertas,
  #localizacion,
  #busqueda-ruta {
    padding-left: calc((100vw - 940px ) / 2);
    padding-right: calc((100vw - 940px ) / 2);
  }
  #myCarousel2 .carousel-inner h3 {
    padding-left: calc((100% - 940px ) / 2);
    padding-right: calc((100% - 940px ) / 2);
    font-weight: lighter;
    letter-spacing: 3px;
  }
}
/* Large desktop */
@media (max-width: 1400px) {
  #barra-navegacion > .container-fluid {
    margin: 0% 0%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  #barra-navegacion > .container-fluid > .navbar-collapse > .navbar-nav > li > a {
    font-size: 1.5vmin;
    padding: 0px 5px;
  }
}
@media (max-width: 1200px) {
  #barra-navegacion > .container-fluid > .navbar-collapse > .navbar-brand > img {
    max-height: 50px;
    margin: 25px 0px;
    padding: 0px;
    height: 4vw;
  }
}
/* Portrait tablet to landscape and desktop */
/* Landscape phones and down */
