/*!
 * Theme Name: FreeTour 
 * Theme URI: http://www.sitename.com
 * Description: Site Name WordPress Theme
 * Version: 1.5.0
 * Author: Artvisual
 * Author URI: http://www.artvisual.es
 * Tags: Blank, HTML5, CSS3
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */
@charset "UTF-8";
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Responsive measures
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
@import url(https://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
  width: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #434141;
  background-color: #f6f6f4;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Asap", sans-serif;
  font-size: 2.4em;
  padding: 0.5em 0;
  line-height: 1.2; }

h1 {
  font-weight: 700;
  font-size: 3.4em; }

h2 {
  font-weight: 700;
  font-size: 2.5rem;
  /*letter-spacing: 1px;*/
  color: #434141;
  text-transform: uppercase;
  margin: 1em 0 0; }

h3 {
  font-weight: 700;
  font-size: 135%;
  color: #434141; }

h4 {
  font-weight: 800;
  font-size: 100%;
  color: #ff9722;
  text-transform: uppercase;
  letter-spacing: 2px; }

h5 {
  margin: 0;
  font-size: 1.65em;
  color: #ff9722; }

h6 {
  font-size: 0.85em;
  letter-spacing: 0.5px; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  color: #434141;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  a:focus, a:hover {
    color: #ff9722; }

p {
  color: #848080;
  font-weight: 600;
  font-size: 1.05em;
  line-height: 32px;
  font-family: "Open Sans", sans-serif; }

strong {
  font-weight: 800;
  color: #434141; }

ul {
  list-style: none;
  margin-left: 0; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit;
  border-radius: 3px; }

::-moz-selection {
  background-color: #97c2bd;
  color: white;
  text-shadow: none; }

::selection {
  background-color: #97c2bd;
  color: white;
  text-shadow: none; }

/*Placeholder*/
[type=color] input::-webkit-input-placeholder, [type=color] textarea::-webkit-input-placeholder, [type=date] input::-webkit-input-placeholder, [type=date] textarea::-webkit-input-placeholder, [type=datetime-local] input::-webkit-input-placeholder, [type=datetime-local] textarea::-webkit-input-placeholder, [type=datetime] input::-webkit-input-placeholder, [type=datetime] textarea::-webkit-input-placeholder, [type=email] input::-webkit-input-placeholder, [type=email] textarea::-webkit-input-placeholder, [type=month] input::-webkit-input-placeholder, [type=month] textarea::-webkit-input-placeholder, [type=number] input::-webkit-input-placeholder, [type=number] textarea::-webkit-input-placeholder, [type=password] input::-webkit-input-placeholder, [type=password] textarea::-webkit-input-placeholder, [type=search] input::-webkit-input-placeholder, [type=search] textarea::-webkit-input-placeholder, [type=tel] input::-webkit-input-placeholder, [type=tel] textarea::-webkit-input-placeholder, [type=text] input::-webkit-input-placeholder, [type=text] textarea::-webkit-input-placeholder, [type=time] input::-webkit-input-placeholder, [type=time] textarea::-webkit-input-placeholder, [type=url] input::-webkit-input-placeholder, [type=url] textarea::-webkit-input-placeholder, [type=week] input::-webkit-input-placeholder, [type=week] textarea::-webkit-input-placeholder, textarea input::-webkit-input-placeholder, textarea textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.95em; }

[type=color] input::-moz-placeholder, [type=color] textarea::-moz-placeholder, [type=date] input::-moz-placeholder, [type=date] textarea::-moz-placeholder, [type=datetime-local] input::-moz-placeholder, [type=datetime-local] textarea::-moz-placeholder, [type=datetime] input::-moz-placeholder, [type=datetime] textarea::-moz-placeholder, [type=email] input::-moz-placeholder, [type=email] textarea::-moz-placeholder, [type=month] input::-moz-placeholder, [type=month] textarea::-moz-placeholder, [type=number] input::-moz-placeholder, [type=number] textarea::-moz-placeholder, [type=password] input::-moz-placeholder, [type=password] textarea::-moz-placeholder, [type=search] input::-moz-placeholder, [type=search] textarea::-moz-placeholder, [type=tel] input::-moz-placeholder, [type=tel] textarea::-moz-placeholder, [type=text] input::-moz-placeholder, [type=text] textarea::-moz-placeholder, [type=time] input::-moz-placeholder, [type=time] textarea::-moz-placeholder, [type=url] input::-moz-placeholder, [type=url] textarea::-moz-placeholder, [type=week] input::-moz-placeholder, [type=week] textarea::-moz-placeholder, textarea input::-moz-placeholder, textarea textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.95em; }

[type=color] input:-ms-input-placeholder, [type=color] textarea:-ms-input-placeholder, [type=date] input:-ms-input-placeholder, [type=date] textarea:-ms-input-placeholder, [type=datetime-local] input:-ms-input-placeholder, [type=datetime-local] textarea:-ms-input-placeholder, [type=datetime] input:-ms-input-placeholder, [type=datetime] textarea:-ms-input-placeholder, [type=email] input:-ms-input-placeholder, [type=email] textarea:-ms-input-placeholder, [type=month] input:-ms-input-placeholder, [type=month] textarea:-ms-input-placeholder, [type=number] input:-ms-input-placeholder, [type=number] textarea:-ms-input-placeholder, [type=password] input:-ms-input-placeholder, [type=password] textarea:-ms-input-placeholder, [type=search] input:-ms-input-placeholder, [type=search] textarea:-ms-input-placeholder, [type=tel] input:-ms-input-placeholder, [type=tel] textarea:-ms-input-placeholder, [type=text] input:-ms-input-placeholder, [type=text] textarea:-ms-input-placeholder, [type=time] input:-ms-input-placeholder, [type=time] textarea:-ms-input-placeholder, [type=url] input:-ms-input-placeholder, [type=url] textarea:-ms-input-placeholder, [type=week] input:-ms-input-placeholder, [type=week] textarea:-ms-input-placeholder, textarea input:-ms-input-placeholder, textarea textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.95em; }

[type=color] input:-moz-placeholder, [type=color] textarea:-moz-placeholder, [type=date] input:-moz-placeholder, [type=date] textarea:-moz-placeholder, [type=datetime-local] input:-moz-placeholder, [type=datetime-local] textarea:-moz-placeholder, [type=datetime] input:-moz-placeholder, [type=datetime] textarea:-moz-placeholder, [type=email] input:-moz-placeholder, [type=email] textarea:-moz-placeholder, [type=month] input:-moz-placeholder, [type=month] textarea:-moz-placeholder, [type=number] input:-moz-placeholder, [type=number] textarea:-moz-placeholder, [type=password] input:-moz-placeholder, [type=password] textarea:-moz-placeholder, [type=search] input:-moz-placeholder, [type=search] textarea:-moz-placeholder, [type=tel] input:-moz-placeholder, [type=tel] textarea:-moz-placeholder, [type=text] input:-moz-placeholder, [type=text] textarea:-moz-placeholder, [type=time] input:-moz-placeholder, [type=time] textarea:-moz-placeholder, [type=url] input:-moz-placeholder, [type=url] textarea:-moz-placeholder, [type=week] input:-moz-placeholder, [type=week] textarea:-moz-placeholder, textarea input:-moz-placeholder, textarea textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.95em; }

.twhite {
  color: #fff; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 7vh;
    text-align: center; }
  h2 {
    font-size: 6vh; }
  h4 {
    font-size: 2.5vh; } }

/* Tablet vertical */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  p {
    font-size: 1em;
    line-height: 28px; } }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #f6f6f4;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    padding: 0;
    margin: 0; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 17px;
  line-height: normal; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  padding: 0;
  margin: 0; }

/**
 * partials/wrapper
 * ---
 */
main {
  margin-top: 100px;
  padding-bottom: 2em; }

main.top-content {
  margin-top: 0; }
body.home main {
  padding-bottom: 0;
}
.web {
  background-color: #f6f6f4;
}

.row {
  max-width: 1300px; }

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

.mini-wrapper {
  max-width: 940px;
  margin: 0 auto; }

.small-wrapper {
  max-width: 720px;
  margin: 0 auto; }

.contenido {
  padding: 2em 0; }
  .contenido p {
    line-height: 30px; }

p.subtitulo {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 2em; }

label {
  color: #848080;
  font-weight: 600; }

.small-padding {
  padding: 1.5em 0; }

.default-padding {
  padding: 2em 0; }

.large-padding {
  padding: 3em 0; }

.all-padding {
  padding: 1.5em 1.75em; }

.no-padding {
  padding: 0 !important; }

table tbody {
  border: none; }

table tbody tr:nth-child(even) {
  background-color: transparent; }

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

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.pagination .current {
  background: #ff9722; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  main {
    margin-top: 5.5em; }
  main.top-content {
    margin-top: 80px; } }

/* Tablet vertical */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  main {
    margin-top: 200px; }
  main.top-content {
    margin-top: 80px; } }

/* Horizontal Tablet  */
@media only screen and (min-width: 48em) and (max-width: 64.063em) {
  main {
    margin-top: 200px; }
  main.top-content {
    margin-top: 80px; } }

/**
 * partials/header
 * ---
 */
/* Header container*/
#header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media only screen and (max-width: 1024px) {
    #header {
      display: none; } }
  #header .top-header {
    margin-top: 0.5em;
    -webkit-transition: all .3s;
    transition: all .3s; }

.nav-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.row.top-header {
  margin-left: auto;
  margin-right: auto;
  position: relative; }

/*Buscador*/
.buscador {
  width: 50%;
  max-width: 450px;
  float: right; }

.search-icon {
  background-image: url(img/search.png);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat; }

input[type="text"].busca {
  width: 72%;
  float: left; }

input[type=submit].dor {
  width: auto;
  font-size: 60%;
  float: left;
  padding: 2% 4%; }

.language-selector {
  margin: 0 0 0 30px;
  float: right; }

/* Logo*/
.logo {
  margin-bottom: 15px;
  display: inline-block;
  width: 160px;
  padding: 0.75em 0 0; }
  .logo a {
    display: inline-block;
    max-width: 180px; }

/*Menu idiomas*/
ul.idiomas {
  display: inline;
  width: auto; }

.lang-item {
  display: inline; }

/*Menú social media*/
.social-media {
  padding: 0.5em 0 0; }
  .social-media ul.redes-sociales li {
    display: inline-block;
    /*background-color: rgba(256,256,256,1);*/
    outline: 2px dotted white;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 0.35em;
    /*box-shadow: 0px 0px 30px rgba(0,0,0,.15);*/
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .social-media ul.redes-sociales li:hover {
      box-shadow: none;
      background-color: #ff9722; }
      .social-media ul.redes-sociales li:hover > span {
        color: white !important; }
    .social-media ul.redes-sociales li span {
      vertical-align: middle; }

header#scroll-header, header#page-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 0px 2px 5px rgba(216, 215, 215, 0.5); }
  header#scroll-header a, header#page-header a {
    text-shadow: none; }
  header#scroll-header ul.menu-contact-data li, header#page-header ul.menu-contact-data li {
    text-shadow: none; }

header#page-header {
  position: relative;
  box-shadow: none; }

#scroll-header, #page-header {
  z-index: 9999;
  padding: 0; }
  #scroll-header .logo a, #page-header .logo a {
    width: 100px; }
  #scroll-header nav a, #page-header nav a {
    color: #777373; }
    #scroll-header nav a:hover, #page-header nav a:hover {
      color: #ff9722; }
  #scroll-header ul.menu-contact-data li, #page-header ul.menu-contact-data li {
    color: white;
    border-color: none;
    background-color: #ffaf55; }

.logo-smaller {
  display: none; }
  .logo-smaller a {
    width: 70px;
    display: inline-block; }

#mobile-header {
  display: none;
  z-index: 100000; }
  @media only screen and (max-width: 1024px) {
    #mobile-header {
      display: block; } }
  #mobile-header .mobile-top-bar {
    height: 60px;
    width: 100%;
    background-color: #ff9722;
    position: fixed;
    top: 0;
    left: 0; }
  #mobile-header .mobile-menu-container {
    background-color: #ffffff;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 60px;
    overflow: scroll; }
    #mobile-header .mobile-menu-container ul.mobile-top-nav {
      width: 100%;
      padding: 0;
      margin: 0;
      list-style-type: none; }
      #mobile-header .mobile-menu-container ul.mobile-top-nav > li {
        width: 100%;
        padding: 0;
        margin: 0; }
        #mobile-header .mobile-menu-container ul.mobile-top-nav > li > a {
          width: 100%;
          padding: 15px 30px;
          display: block;
          border-bottom: 1px solid #eeeeee; }
          #mobile-header .mobile-menu-container ul.mobile-top-nav > li > a:hover {
            text-decoration: none; }
          #mobile-header .mobile-menu-container ul.mobile-top-nav > li > a > i.fa {
            color: #ff9722;
            margin-left: 10px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            #mobile-header .mobile-menu-container ul.mobile-top-nav > li > a > i.fa.rotated {
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
        #mobile-header .mobile-menu-container ul.mobile-top-nav > li > ul.sub-menu {
          display: none;
          padding: 0;
          margin: 0;
          width: 100%;
          list-style-type: none; }
          #mobile-header .mobile-menu-container ul.mobile-top-nav > li > ul.sub-menu li {
            width: 100%;
            padding: 0;
            margin: 0; }
            #mobile-header .mobile-menu-container ul.mobile-top-nav > li > ul.sub-menu li a {
              border-bottom: 1px solid #eeeeee; }
              #mobile-header .mobile-menu-container ul.mobile-top-nav > li > ul.sub-menu li a:hover {
                text-decoration: none;
                background-color: #f6f6f4; }
            #mobile-header .mobile-menu-container ul.mobile-top-nav > li > ul.sub-menu li > ul.sub-menu {
              list-style-type: none;
              width: 100%;
              padding: 0; }
              #mobile-header .mobile-menu-container ul.mobile-top-nav > li > ul.sub-menu li > ul.sub-menu a {
                padding: 15px 70px;
                width: 100%;
                display: block;
                border-bottom: 1px solid #eeeeee; }
              #mobile-header .mobile-menu-container ul.mobile-top-nav > li > ul.sub-menu li > ul.sub-menu ul.sub-menu {
                list-style-type: none;
                width: 100%;
                padding: 0; }
                #mobile-header .mobile-menu-container ul.mobile-top-nav > li > ul.sub-menu li > ul.sub-menu ul.sub-menu a {
                  padding: 15px 90px;
                  width: 100%;
                  display: block;
                  border-bottom: 1px solid #eeeeee; }
            #mobile-header .mobile-menu-container ul.mobile-top-nav > li > ul.sub-menu li a {
              padding: 15px 50px;
              width: 100%;
              display: block; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .slide .slide-content-title {
    top: 20% !important; }
    .slide .slide-content-title h1 {
      font-size: 2.4em; } }

/* Tablet vertical */
/* Horizontal Tablet  */
/**
 * partials/nav
 * ---
 * Menus
 */
nav {
  padding-top: 0.5em;
  display: inline-block; }
  nav ul li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #a9a7a7; }
    nav ul li a {
      color: white;
      font-weight: 700;
      letter-spacing: 0.5px;
      font-family: "Open Sans", sans-serif;
      font-size: 0.9rem;
      text-shadow: 0px 1px 2px #434141; }
      nav ul li a:hover {
        text-shadow: none; }

#scroll-header .nav .logo img, #page-header .nav .logo img {
  max-width: 100px; }

#scroll-header .nav ul.top-nav, #page-header .nav ul.top-nav {
  float: none;
  /*margin-top: 10px;*/ }

#scroll-header .nav .nav-buttons, #page-header .nav .nav-buttons {
  margin-top: 10px; }

.nav-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

ul.menu-contact-data {
  padding-top: 0em; }
  ul.menu-contact-data li {
    display: inline-block;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
    font-size: 90%;
    text-shadow: 0px 1px 2px #434141;
    padding: 0.5em 1em;
    border: 2px solid #fff; 
    border-radius: 4px;}

/* =Nav
-------------------------------------------------------------- */
#mobile-header {
  background-color: #fff;
  padding: 0.5em 0 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /*box-shadow: 0px 2px 3px #eee*/ }

#nav-trigger {
  display: none;
  text-align: center; }

#nav-trigger span {
  display: inline-block;
  padding: 10px 30px 10px 10px;
  color: #ff9722;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 900;
  letter-spacing: 1px; }

#nav-trigger span:after {
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 10px;
  content: "";
  border-left: solid 8px transparent;
  border-top: solid 8px #ff9722;
  border-right: solid 8px transparent; }

#nav-trigger span.open:after {
  border-left: solid 8px transparent;
  border-top: none;
  border-bottom: solid 8px #ff9722;
  border-right: solid 8px transparent; }

nav#nav-mobile {
  position: relative;
  display: none; }
  nav#nav-mobile .fa {
    margin-left: 0.85em; }

nav#nav-mobile ul {
  display: none;
  list-style-type: none;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
  background-color: #fff; }

nav#nav-mobile li {
  display: block;
  padding: 5px 0;
  margin: 0 5px 0 0;
  background-color: #eee;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #dedede;
  text-align: left; }

nav#nav-mobile li:last-child {
  border-bottom: none; }

nav#nav-mobile a {
  display: block;
  color: #434141;
  padding: 15px 30px 15px 0.75em; }

nav#nav-mobile a:hover {
  border-left: 5px solid #ff9722;
  color: #434141; }

div#submenu-mobile {
  position: absolute;
  right: 1%;
  top: 10px; }
  div#submenu-mobile ul li {
    display: inline-block;
    margin-left: 15px; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 1024px) {
  #nav-trigger {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 1%;
    top: 10px;
    z-index: 9999; }
  nav#nav-main {
    display: none; }
  nav#nav-mobile {
    display: block;
    padding-top: 10px;
    max-height: 75vh;
    overflow: auto; } }

/*Logo responsive*/
div#logo-mobile {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 120%; }
  div#logo-mobile a {
    font-weight: 400; }
  div#logo-mobile span {
    font-size: 60%;
    font-weight: 600;
    display: block;
    line-height: 0.8; }

#mobile-header.sticky {
  padding: 1em 4.5455% !important;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 1px #ebebeb; }

/*social*/
#menu-social {
  position: absolute;
  width: 100%;
  z-index: 999; }
  #menu-social .social-media {
    padding: 0.5em 0; }
    #menu-social .social-media ul li {
      display: inline-block; }

.facebook, .twitter, .linkedin {
  background-image: url(img/facebook.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  margin-left: 15px;
  opacity: 0.7;
  vertical-align: text-top;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  .facebook:hover, .twitter:hover, .linkedin:hover {
    opacity: 0.5; }

.twitter {
  background-image: url(img/twitter.png); }

.linkedin {
  background-image: url(img/linkedin.png); }

#page a.linkedin {
  text-decoration: none;
  border-bottom: none; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  nav ul li a {
    text-shadow: none; }
  #nav-trigger img {
    max-width: 45px; }
  #logo-mobile img {
    max-width: 100px; }
  div#submenu-mobile {
    top: 30px;
    right: 2%; } }

/* Tablet vertical */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  nav ul li a {
    text-shadow: none; }
  #nav-trigger img {
    max-width: 65px; }
  div#submenu-mobile {
    top: 40px;
    right: 3%; } }

/* Horizontal Tablet  */
@media only screen and (min-width: 48em) and (max-width: 64.063em) {
  nav ul li a {
    text-shadow: none; }
  #nav-trigger img {
    max-width: 55px; }
  div#submenu-mobile {
    top: 40px;
    right: 3%; } }

/**
 * partials/sidebar
 * ---
 */
.sidebar {
  background: white;
  outline: 2px solid white;
  box-shadow: 0px 0px 25px rgba(221, 228, 230, 0.9);
  margin-bottom: 2em;
  min-height: 1%;
  overflow: auto; }
  .sidebar h2 {
    margin: 0; }
  .sidebar .widget-title {
    font-weight: 700;
    font-size: 1rem;
    color: #ff9722;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 3; }
  .sidebar ul {
    margin-left: 0; }
    .sidebar ul li {
      display: block;
      border-top: 1px solid white; }
      .sidebar ul li:last-child {
        border-bottom: 1px solid white; }
      .sidebar ul li a {
        text-decoration: none;
        letter-spacing: 1px;
        color: #777373;
        font-size: 1.20rem;
        border-bottom: none;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        padding: 0.8rem 0rem; }
        .sidebar ul li a:hover {
          color: #ff9722; }

.tripadvisor .logo-tripadvisor {
  max-width: 175px; }

.tripadvisor p {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5; }

.social-media-share {
  padding: 2em 0; }
  .social-media-share a {
    background-color: #c2c1c1;
    border-radius: 100%;
    padding: 0.4em;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 2; }
    .social-media-share a:hover {
      background-color: #ff9722; }
  .social-media-share span {
    color: white; }

.sidebar-single {
  margin-top: 2em; }
  .sidebar-single img {
    width: 100%;
    height: 220px;
    max-height: 220px;
    border: 3px solid #fff;
    object-fit: cover;
    object-position: 50% 50%; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .sidebar-single {
    margin-bottom: 2em; } }

/**
 * partials/footer
 * ---
 */
.prefooter {
  padding: 1em 0; }
  .prefooter ul.redes-sociales {
    padding: 2em 0; }
    .prefooter ul.redes-sociales li {
      display: inline-block;
      /*background-color: rgba(256,256,256,1);*/
      outline: 2px dotted white;
      padding: 0.5em;
      width: 60px;
      height: 60px;
      color: .prefooter ul.redes-sociales li details;
      font-size: 1.4em;
      text-align: center;
      margin-left: 0.5em;
      /*box-shadow: 0px 0px 30px rgba(0,0,0,.15); */
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .prefooter ul.redes-sociales li:hover {
        box-shadow: none;
        background-color: #ff9722; }
        .prefooter ul.redes-sociales li:hover > span {
          color: white !important; }

.footer {
  background-color: #313233;
  padding: 1.5em 0;
  color: white;
  /*Columnas footer*/ }
  .footer p {
    color: rgba(255, 255, 255, 0.41);
    font-size: 80%;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  .footer a {
    color: rgba(255, 255, 255, 0.45);
    font-size: 1em;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .footer a:hover {
      color: white; }
  .footer .widget-title {
    text-transform: uppercase;
    font-weight: 700; }
  .footer ul, .footer .textwidget {
    margin-top: 1em; }
  .footer .textwidget {
    font-size: 90%;
    opacity: 0.4; }
  .footer .the-footer {
    padding: 2em 0; }
    .footer .the-footer p {
      font-size: 92%;
      color: rgba(255, 255, 255, 0.45);
      padding-top: 3em; }
    .footer .the-footer a {
      color: #ffaf55;
      opacity: 1; }
    .footer .the-footer ul {
      margin-left: 0; }
      .footer .the-footer ul li {
        display: block; }
        .footer .the-footer ul li a {
          padding-left: 0;
          font-size: 90%;
          font-weight: 600; }
  .footer .postfooter .tripadvisor img {
    width: 150px;
    margin: 0 auto;
    padding: 0.2em;
    border-radius: 100%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15); }
  .footer .postfooter p {
    margin-top: 4em; }

.corason {
  color: #ffaf55;
  font-size: 1.5em; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .prefooter {
    text-align: center; }
    .prefooter img {
      max-width: 200px;
      margin: 0 auto;
      text-align: center; }
    .prefooter ul.redes-sociales {
      text-align: center; }
  .footer {
    padding-left: 1em;
    padding-right: 1em; }
    .footer .postfooter p {
      text-align: center; }
  .the-footer .widget {
    margin-bottom: 2em; } }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.slide {
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 70vh;
  overflow: hidden; }
  .slide .slide-content {
    padding: 0; }
  .slide .slide-content-title {
    color: white;
    text-align: center;
    position: absolute;
    top: 35%;
    z-index: 99;
    opacity: 1;
    width: 100%; }
    .slide .slide-content-title h1 {
      padding: 0;
      margin-top: 0;
      color: white;
      font-size: 4.5em;
      /*text-transform: uppercase;*/
      /*text-shadow: 0px 2px 3px $text-color;*/ }
    .slide .slide-content-title p {
      color: white;
      font-size: 3.5vh;
      line-height: 1.7;
      font-weight: 300;
      max-width: 50%;
      margin: 0 auto;
      /*text-shadow: 0px 1px 2px $text-color;*/ }
  .slide img {
    width: 100%;
    object-fit: cover;
    /*margin-top: -21%;*/ }

div#slider-provisional img {
  max-height: 70vh; }

/*Weather*/
.weather p {
  margin-bottom: 0;
  display: inline-block;
  color: white;
}
#weather-img {
  height: 1.5em;
  width: 2.3em;
  margin-left: 10px;
  display: inline-block;
  background-size: cover;
}

.thunder {
  background: url('img/weather/thunder-02.svg');
}
.rain {
  background: url('img/weather/rain-02.svg');
}
.snow {
  background: url('img/weather/snow-02.svg');
}
.wind {
  background: url('img/weather/wind-02.svg');
}
.sunny {
  background: url('img/weather/sunny-02.svg');
}
.cloudy {
  background: url('img/weather/cloudy-02.svg');
}
.strong-wind {
  background: url('img/weather/strong-wind-02.svg');
}

.cinta {
  background-color: rgba(255, 151, 34, 0.5);
  height: 100px;
  margin-top: -100px;
  position: relative;
  width: 100%;
  z-index: 99; }
  .cinta .cintillo {
    background-color: #f6f6f4;
    height: 101%;
    max-width: 1340px;
    position: relative; }
    .cinta .cintillo .weather {
      position: absolute;
      top: 0;
      right: 0;
      width: auto; }
      .cinta .cintillo .weather ul li {
        display: inline-block;
        font-family: "Asap", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 95%;
        font-weight: 700; }
        .cinta .cintillo .weather ul li.orange-text {
          color: #ff9722; }
        .cinta .cintillo .weather ul li.the-weather {
          background-color: #ff9722;
          padding: 0.75em 1em;
          color: white;
          font-size: 110%; }

.image-overlay {
  /*background: $text-color;*/
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #1a1d33;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1a1d33 0%, #434141 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1a1d33 0%, #434141 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

/*TOURS*/
.tours h2 {
  margin-top: 0; }

.tours h4 {
  text-transform: none; }

.tour-box {
  max-height: 250px;
  height: 250px;
  margin-bottom: 2em; }
  .tour-box a .tour-photo img {
    transtion: all .2s linear; }
  .tour-box a:hover .tour-photo img {
    opacity: 0.86; }
  .tour-box .tour-photo {
    width: 60%;
    max-height: 100%;
    float: left;
    display: inline-block;
    object-fit: cover;
    overflow: hidden; }
    .tour-box .tour-photo img {
      width: 100%;
      height: 100%;}
  .tour-box .tour-content {
    width: 40%;
    height: 100%;
    max-height: 279px;
    padding: 1.95em 1.75em 1.5em;
    float: left;
    display: inline-block; }
    .tour-box .tour-content h6 {
      font-family: "Open Sans", sans-serif;
      font-size: 1.1em;
      color: #ff9722; }
    .tour-box .tour-content h4 {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      color: #434141;
      font-size: 1.8em;
      padding-top: 0; }
    .tour-box .tour-content p {
      font-size: 0.9em;
      line-height: 1.5; }

/*QUIÉNES SOMOS*/
.somos {
  padding: 1.5em 0; }
  .somos h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1em;
    color: #ff9722;
    padding: 0; }
  .somos .texto-item p {
    font-size: 0.9em;
    line-height: 1.5; }

.texto-item {
  padding: 2em 0; }

/*GUIAS*/
.guias {
  background-color: #ffaf55;
  color: white;
  padding: 2em 0; }
  .guias .hello-guias {
    background-image: url(img/hello.png);
    background-position: center 10%;
    background-repeat: no-repeat;
    padding: 1em 0; }
  .guias .hello-guides {
    background-image: url(img/guides.png);
    background-position: center 10%;
    background-repeat: no-repeat;
    padding: 1em 0; }
  .guias h2, .guias p {
    color: white; }
  .guias .owl-carousel .owl-item {
    height: 280px; }
  .guias .owl-carousel .owl-video-wrapper {
    height: 280px; }

/*SOCIAL*/
.siguenos {
  padding: 2em 0; }
  .siguenos span {
    font-size: 1.75em;
    margin-right: 0.5em;
    vertical-align: middle; }

.facebook-widget, .twitter-widget, .instagram-widget {
  padding: 1em; }
  .facebook-widget .orange-text, .twitter-widget .orange-text, .instagram-widget .orange-text {
    font-family: "Asap", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 95%;
    font-weight: 700;
    color: #ff9722; }
  .facebook-widget .sidebar, .twitter-widget .sidebar, .instagram-widget .sidebar {
    padding: 1em;
    text-align: center;
    min-height: 57vh;
    overflow-x: hidden; }
  .instagram-widget iframe {
    width: 100% !important;
  }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .slide {
    height: 45vh; }
  div#slider-provisional img {
    height: 45vh; }
  .slide .slide-content-title h1 {
    font-size: 2.5em;
    text-shadow: none; }
  .slide .slide-content-title p {
    font-size: 2.7vh;
    line-height: 1.5;
    font-weight: 300;
    max-width: 95%; }
  .cinta {
    margin-top: 0; }
  /*Tour home mobile*/
  .tour-box {
    height: auto;
    max-height: 100%;
    width: 100% !important;
    display: block; }
    .tour-box .tour-photo {
      width: 100%;
      max-height: auto; }
      .tour-box .tour-photo img {
        height: 200px;
        object-fit: cover;
        object-position: 50% 50%; }
    .tour-box .tour-content {
      width: 100%; } }

/* Tablet vertical */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .slide {
    height: 45vh; }
  div#slider-provisional img {
    height: 45vh; }
  .slide .slide-content-title {
    top: 25%; }
  .slide .slide-content-title h1 {
    font-size: 3.5em;
    text-shadow: none; }
  .slide .slide-content-title p {
    max-width: 95%; }
  .the-tours {
    padding: 2em 0; } }

/* Horizontal Tablet  */
.blog-molon {
  padding-top: 0; }
  .blog-molon h2, .blog-molon h3 {
    color: #ffc788;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0; }
    .blog-molon h2.bigger-text, .blog-molon h3.bigger-text {
      font-size: 4.5em;
      line-height: 0.95; }

#blog-posts {
  min-height: 1%; }

.list-posts, .relacionados {
  padding: 2em 0; }

.articulo {
  padding: 1.2em 0; }
  .articulo h2 {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: none;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .articulo h2:hover {
      color: #ff9722; }
  .articulo .thumb-img a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 1; }
    .articulo .thumb-img a:hover {
      opacity: 0.7; }

.date {
  color: #848080;
  font-weight: 600;
  font-size: 1em;
  line-height: 32px;
  font-family: "Open Sans", sans-serif; }

h6.category {
  font-size: 1.2em;
  color: #ff9722; }
  h6.category span {
    color: #c2c1c1;
    font-size: 1rem;
    margin-right: 10px; }

.single-articulo h1 {
  font-size: 5.25vh;
  font-weight: 400;
  text-transform: none;
  margin-top: 0em;
  margin-bottom: 1em; }

.single-articulo img {
  width: 100%; }

.entry-content {
  padding: 3em 0; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .single-articulo h1 {
    text-align: center; }
  .blog-molon h2.bigger-text, .blog-molon h3.bigger-text {
    font-size: 3.5em;
    line-height: 0.95; }
  .relacionados {
    border-top: 3px solid white;
    border-bottom: 3px solid white; } }

/* Tablet vertical */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .thumb-img img {
    width: 100%; }
  .relacionados {
    border-top: 3px solid white;
    border-bottom: 3px solid white; }
  .sidebar-single img {
    max-width: 320px; } }

a.btn-shadow, input[type=submit].btn-shadow {
  display: inline-block;
  background-color: white;
  padding: 1em;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border: 3px solid #e6e6e0;
  color: #777373;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  a.btn-shadow:hover, input[type=submit].btn-shadow:hover {
    box-shadow: none;
    background-color: #f6f6f4; }
  a.btn-shadow span, input[type=submit].btn-shadow span {
    color: #ff9722; }

a.btn-solid {
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  padding: 1.4em 0;
  letter-spacing: .1em;
  text-align: center;
  color: white;
  /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);*/
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  a.btn-solid.green {
    background-color: #97c2bd; }
  a.btn-solid.orange {
    background-color: #ff9722; }
  a.btn-solid:hover {
    box-shadow: none;
    opacity: 0.8; }

button.search-submit.btn-solid {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 1em 2em;
  text-align: center;
  color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  background-color: #ff9722; }
  button.search-submit.btn-solid:hover {
    box-shadow: none; }

#flag {
  display: none; }

#hamburger {
  position: relative;
  top: 1.5em;
  left: 45%;
  display: block;
  width: 4em;
  height: 4em;
  cursor: pointer;
  background: transparent; }
  #hamburger label > [type=checkbox] {
    visibility: hidden; }

#hamburger span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4em;
  height: .8em;
  margin: auto;
  -webkit-transition: background 0s .25s;
  transition: background 0s .25s;
  background: #ff9722; }

#nav-trigger #hamburger span {
  padding-bottom: 0; }

#hamburger span:before,
#hamburger span:after {
  position: absolute;
  width: inherit;
  left: 0;
  height: 0.8em;
  content: '';
  margin-left: 0;
  -webkit-transition-delay: .25s, 0s;
  transition-delay: .25s, 0s;
  -webkit-transition-duration: .25s, .25s;
  transition-duration: .25s, .25s;
  background: #ff9722; }

#hamburger span:before {
  top: -1.5em;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform; }

#hamburger span:after {
  bottom: -1.5em;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

#flag:checked + span {
  background: none; }

#flag:checked + span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#flag:checked + span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#flag:checked + span:before,
#flag:checked + span:after {
  -webkit-transition-delay: 0s, .25s;
  transition-delay: 0s, .25s; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  #hamburger {
    top: 0.5em;
    left: 12%; }
    #hamburger span {
      width: 3.5em; } }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-carousel .owl-video-wrapper {
  height: 230px; }

.cinta-pagina .cintillo {
  padding: 3em 1em 1em;
  max-width: 1340px;
  background-color: transparent; }

.cintillo h1 {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 0.25em;
  letter-spacing: 1px;
  color: #c2c1c1; }

.cintillo .migas {
  text-align: right;
  font-size: 1.2em; }
  .cintillo .migas span.breadcrumb_last {
    font-weight: 300; }

.cinta .cintillo.cinto {
  padding: 2em 1em 1em; }
  .cinta .cintillo.cinto h1 {
    line-height: 1; }

.cinta .cintillo .migas p {
  font-size: 2.1vh !important; }

/*Sin cinta*/
#page .cinta, #blog .cinta {
  background-color: transparent;
  /*border-bottom: 2px solid #eaeaea;*/
  height: 12vh; }

/*Títulos y subtítulos*/
.content-title {
  margin-top: -1em;
}
.content-title p {
  font-size: 1.3em;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 2rem; }

/*BLOQUES CONTENIDO*/
.contenido {
  padding: 3em 0;
  background-color: transparent;
  padding-bottom: 3em; }

/*Page builder*/
.panel-grid {
  margin-left: 5px !important;
  margin-right: 15px !important; }

h3.widget-title {
  font-weight: 700;
  font-size: 115%;
  color: #c2c1c1;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 3; }

/*Empresa > Tours*/
.empresa-tours {
  background-image: url(img/tours.png);
  background-position: center 10%;
  background-repeat: no-repeat;
  padding: 4em 1em 1em;
  margin: 2em 0; }

/*Banner Tripadvisor*/
.banner-trip {
  background-color: #ffaf55;
  padding: 1.5em 2em;
  margin-bottom: 2em; }
  .banner-trip h3, .banner-trip p {
    color: white; }
  .banner-trip h3 {
    font-size: 1.95rem;
    font-weight: 400; }
  .banner-trip img {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 100%; }
  .banner-trip .texto-tripadvisor {
    padding: 1em 0; }
  .banner-trip .link-tripadvisor {
    padding: 3em 0; }

/*Colaboradores*/
.colaborador {
  margin-bottom: 1.35em; }
  .colaborador h3.frase-colaborador {
    padding: 1.5em 0;
    color: #434141; }
  .colaborador .imagen-colaborador {
    overflow: hidden;
    background: white; }
    .colaborador .imagen-colaborador img {
      min-height: 170px;
      width: 100%;
      height: 170px;
      object-fit: cover;
      object-position: 50% 50%;
      border: 3px solid white; }

/*TOURS*/
h2.titulo_listado {
  display: inline-block;
  width: 100%;
  padding: 1.5em 0; }

.tour-box {
  /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
	padding-left: 0;
	padding-right: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1em;
	width: 48% !important;*/
  min-height: 280px; }
  .tour-box a .sidebar {
    -webkit-transition: all .3s linear;
    transition: all .3s ease-in-out; }
  .tour-box a:hover .sidebar {
    background-color: #ffaf55; }
    .tour-box a:hover .sidebar h6, .tour-box a:hover .sidebar h4, .tour-box a:hover .sidebar p {
      color: white; }
  .tour-box a:hover .sidebar.price-tour {
    background-color: #97c2bd; }
    .tour-box a:hover .sidebar.price-tour h6, .tour-box a:hover .sidebar.price-tour h4, .tour-box a:hover .sidebar.price-tour p {
      color: white; }
  .tour-box .tour-price {
    font-weight: 600;
    font-size: 1em; }
    .tour-box .tour-price.price {
      color: #97c2bd; }

.single-tours h1 {
  padding-top: 0; }

.single-tours h6.tour-price {
  font-size: 1.1em;
  color: #ff9722;
  font-weight: 700; }
  .single-tours h6.tour-price.price {
    color: #97c2bd; }

.sidebar-single .datos-visita .info-visita {
  border-bottom: 3px solid white; }

/*Google map punto de encuentro*/
/* PARA GOOGLE MAPS */
.acf-map{
	width: 100%;
	height: 350px;
	border: #fff solid 3px;
	margin: 20px 0;
}

.acf-map img{
	height:350px;
	max-height:none;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

/*CONTACTO*/
.contenido ul.redes-sociales {
  padding: 2em 0; }
  .contenido ul.redes-sociales li {
    display: inline-block;
    background-color: white;
    border-radius: 100%;
    padding: 0.5em;
    width: 60px;
    height: 60px;
    color: .contenido ul.redes-sociales li details;
    font-size: 1.4em;
    text-align: center;
    margin-left: 0.5em;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .contenido ul.redes-sociales li:hover {
      box-shadow: none;
      background-color: #ff9722; }
      .contenido ul.redes-sociales li:hover > span {
        color: white !important; }

.contenido .formulario-contacto {
  border: 3px solid white;
  padding: 1.5em 0.9em; }

.contenido .datos-contacto strong {
  font-size: 3.25vh;
  font-weight: 700; }

/*Formularios*/
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  border: none;
  box-shadow: none; }

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  border: none;
  outline: 2px solid #ff9722;
  box-shadow: none; }

/*SOLICITAR RESERVA*/
.datos-tour {
  min-height: 140px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  .datos-tour h4.tour-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #434141;
    font-size: 1.8em;
    padding-top: 0;
    text-transform: none; }

/*Banner Info*/
.banner-info {
  background-color: #ffaf55;
  padding: 2em 2.5em;
  margin-top: 2em;
  margin-bottom: 2em; }
  .banner-info h3, .banner-info p {
    color: white; }

/*GRUPOS*/
/*Visitas*/
.visitas .imagen-visita img {
  max-height: 20vh;
  width: 100%;
  object-fit: cover; }

.visitas a {
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  .visitas a:hover .datos-tour h4.tour-title {
    color: #ff9722; }

.visitas .datos-tour h4 {
  font-size: 1.5em; }

.info-visita {
  padding: 1em 0; }
  .info-visita p {
    font-size: 0.95em;
    line-height: 1.5; }

.que-visitamos h2 {
  margin-top: 0;
  padding-top: 0; }

.grupos h4 {
  display: inline-block; }

.grupos .filtros a {
  color: #777373;
  font-size: 1.2rem; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .cinta {
    height: 70px; }
  .cinta-pagina .cintillo {
    padding: 1.5em 0 1em; }
  .cintillo h1 {
    font-size: 1.1em; }
  .cintillo {
    text-align: center; }
    .cintillo .migas {
      text-align: center; }
  .cinta .cintillo .migas p {
    font-size: 1.85vh !important;
    line-height: 25px; }
  .visitas-tour {
    padding-left: 0.9rem;
    padding-right: 0.9rem; }
  .banner-trip img {
    text-align: center;
    margin: 0 auto;
    max-width: 130px; }
  .banner-trip .link-tripadvisor {
    padding: 1.5em 0; }
  .filtros {
    margin-bottom: 2em; } }

/* Tablet vertical */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cinta .cintillo .migas p {
    font-size: 1.5vh !important;
    line-height: 25px; }
  .banner-trip img {
    text-align: center;
    margin: 0 auto;
    max-width: 100px;
    margin-top: 1.5em; }
  .banner-trip h3 {
    font-size: 1.5rem; }
  /*Page contacto*/
  .datos-contacto, .formulario-contacto {
    width: 100%;
    margin: 0 auto;
    padding-left: 3rem;
    padding-right: 3em; }
  h3.widget-title {
    line-height: 1.5; } }

/* Horizontal Tablet  */
@media only screen and (min-width: 48em) and (max-width: 64.063em) {
  .banner-trip img {
    text-align: center;
    margin: 0 auto;
    max-width: 130px;
    margin-top: 1.5em; }
  .banner-trip h3 {
    font-size: 1.5rem; }
  .tour-box .sidebar {
    min-height: 280px; }
  .tour-box .tour-photo, .tour-box .tour-content {
    width: 50%; }
  .tour-box .tour-content h4 {
    font-size: 1.4em; }
  .tour-box .tour-photo {
    overflow: inherit; }
  .tour-box .tour-photo img {
    height: 280px;
    object-fit: cover;
    object-position: 50% 50%; } }

.block {
  height: 5em;
  line-height: 5em;
  width: 10em;
  text-align: center;
  margin: 1em auto;
  text-shadow: 0 0 1px #333;
  /* so one can see fadeBgColor properly */ }

/* initially hide animatable objects */
.animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused; }

/* show objects being animated */
.animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running; }

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  20% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  80% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes moveUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

@keyframes fadeBgColor {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: #464646; } }

@-webkit-keyframes fadeBgImg {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: url("../img/wine-watercolor.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15%;
    margin: 0 auto; } }

@keyframes fadeBgImg {
  0% {
    background: none; }
  70% {
    background: none; }
  100% {
    background: url("../img/wine-watercolor.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15%;
    margin: 0 auto; } }

.animated.animationDelay {
  animation-delay: .4s;
  -webkit-animation-delay: .4s; }

.animated.animationDelayMed {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s; }

.animated.animationDelayLong {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s; }

.animated.fadeBgColor {
  -webkit-animation-name: fadeBgColor;
  animation-name: fadeBgColor; }

.animated.fadeBgImg {
  -webkit-animation-name: fadeBgColor;
  animation-name: fadeBgColor; }

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated.moveUp {
  -webkit-animation-name: moveUp;
  animation-name: moveUp; }
  
/* ESCONDEMOS PRECIOS 0 */

span.woocommerce-Price-amount{
	color:#fff;
}

.breadcrumbs a {
font-weight: 600;
color: #434141;  
}

.breadcrumbs a:last-child {
  font-weight: 300;
}

.footer .postfooter .tripadvisor img {
  border-radius: 0;
  box-shadow: none;
  max-width: 130px;
}

.tour-box .tour-content h4 {
  font-weight: 800;
  font-size: 1.7rem;
  letter-spacing: 1px;
  text-transform: none;
}