/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@import "../fonts/custom-fonts.css";
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   ==========================================================================
   TSUKAN
   ==========================================================================
   ==========================================================================
*/

body {
  background: #131110;
}
body a {
  text-decoration: none;
  color: inherit;
}

footer a {
  text-decoration: none;
  color: inherit;
}

.loader {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background-color: #0b173d;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.loader img {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(1) translate(-50%, -50%);
  transform-origin: 0px 0px;
  animation: loadingIcon 1s 0s forwards cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}
.loading .loader {
  visibility: visible;
  opacity: 1;
}

.heading-2 {
  font-family: "Akzidenz-Grotesk BQ";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}
h1.titulo-seccion.heading-2 {
  padding-bottom: 0;
  padding-top: 12px;
}

.footer-bg {
  background: #635841;
}

.gold-text {
  color: #86754d !important;
}
.text-center {
  text-align: center;
}
.content-text {
  font-family: "Crimson Text";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}
ul.tsukan-bullet {
  list-style-image: url("../img/icons/bullet.svg");
  margin: 0;
}
ul.tsukan-bullet li {
  padding-left: 5px;
}
h3 {
  font-family: "Akzidenz-Grotesk BQ";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}
h2 {
  font-family: "Akzidenz-Grotesk BQ";
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}
header {
  position: absolute;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  z-index: 99999;
}
.logo {
  background-image: url(../img/tsukan-logo.png);
  width: 140px;
  height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 25px;
}
.menu {
  font-family: "Akzidenz-Grotesk BQ";
  font-weight: normal;
  font-style: normal;
  font-size: 0.8em;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul li {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
}
.menu a {
  text-decoration: none;
  color: #e1dacc;
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 0.08em;
}
.menu ul li:after {
  position: absolute;
  content: "";
  display: none;
  height: 6px;
  width: 26px;
  background: url(../img/icons/red-dots.svg) no-repeat center;
  background-size: contain;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.menu ul li.active:after {
  display: block;
}
.menu ul li:hover:after {
  display: block;
}

a.shop-btn {
  background: #d9443b;
  padding: 10px 27px;
  border-radius: 20px;
}

.slide-caption {
  position: absolute;
  color: #fff;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  max-width: 350px;
  line-height: 3.5em;
  -webkit-font-smoothing: antialiased;
  background-image: url(../img/red-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 30px 40px 60px 30px;
}
.slide-caption span {
  font-family: "Akzidenz-Grotesk BQ";
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
}
.slide-caption h1 {
  font-family: "Crimson Text";
  font-weight: normal;
  font-style: normal;
  margin: 0;
  font-size: 4.5em;
}
.caption-interior {
  padding-right: 50px;
}

.social-box {
  position: absolute;
  padding: 40px;
  top: 200px;
  left: 25px;
  z-index: 99;
}
.social-box a {
  display: block;
  padding-bottom: 17px;
}
.ticon {
  width: 18px;
  height: 18px;
  background-color: red;
  display: block;
}
.ticon.facebook {
  background: url(../img/icons/facebook.svg) no-repeat center;
  background-size: contain;
}
.ticon.instagram {
  background: url(../img/icons/instagram.svg) no-repeat center;
  background-size: contain;
}
.ticon.place {
  background: url(../img/icons/map.svg) no-repeat center;
  background-size: contain;
}
.ticon.whatsapp {
  background: url(../img/icons/whatsapp.svg) no-repeat center;
  background-size: contain;
}

.ticon.tripadvisor {
  background: url(../img/icons/icon-trip-advisor.svg) no-repeat center;
  background-size: contain;
}

.about-tsukan {
  background: url(../img/tsukan-leyenda.jpg) no-repeat fixed;
  background-size: cover;
  position: relative;
}
.interior {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.tsukan-info {
  background: url(../img/selloclaro.png) no-repeat center;
  padding: 100px 60px;
  max-width: 550px;
  margin: 0px auto;
  position: relative;
  background-size: contain;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  font-size: 1.2em;
  top: -120px;
}
.serpent-icon {
  width: 53px;
  height: 35px;
  background: url(../img/icons/serpent-icon.svg) no-repeat center;
  display: block;
  background-size: cover;
  margin: 0 auto;
}
p {
  font-family: "Crimson Text";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
}
.tsukan-leyenda {
  color: #e1dacc;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0;
  padding: 40px;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
  top: -60px;
  box-sizing: border-box;
  z-index: 9999;
}
.gold-serpent-logo {
  width: 100px;
}
.gold-serpent-logo img {
  width: 100%;
}

a.red-lineal-button {
  background: url(../img/red-lineal-button.svg) no-repeat center;
  display: inline-block;
  padding: 15px 29px;
  background-size: cover;
  text-decoration: none;
  color: #de453b;
  font-family: Akzidenz-Grotesk BQ;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.red-lineal-button:hover > .right-row {
  transform: translateX(5px);
}
.red-lineal-button .right-row {
  width: 16px;
  height: 9px;
  background: url(../img/icons/red-right-arrow.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
  margin-left: 14px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

a.dark-lineal-button {
  background: url(../img/dark-lineal-button.svg) no-repeat center;
  display: inline-block;
  padding: 15px 29px;
  background-size: cover;
  text-decoration: none;
  color: #86754d;
  font-family: Akzidenz-Grotesk BQ;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.dark-lineal-button:hover > .right-row {
  transform: translateX(5px);
}

a.basic-lineal-button {
  background: #736851;
  display: inline-block;
  padding: 15px 29px;
  background-size: cover;
  text-decoration: none;
  color: white;
  font-family: Akzidenz-Grotesk BQ;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-radius: 3px;
}
.basic-lineal-button:hover > .right-row {
  transform: translateX(5px);
}
.basic-lineal-button .right-row {
  width: 16px;
  height: 9px;
  background: url(../img/icons/red-right-arrow.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
  margin-left: 14px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  filter: brightness(0) invert(1);
}

.dark-lineal-button .right-row {
  width: 16px;
  height: 9px;
  background: url(../img/icons/dark-right-arrow.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
  margin-left: 14px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.leyenda-info .red-lineal-button {
  margin-top: 20px;
}

.leyenda-info h3 {
  margin-bottom: 30px;
}
.leyenda-info h2 {
  margin-bottom: 30px;
}

.about-tsukan:after {
  content: "";
  display: block;
  width: 550px;
  height: 230px;
  background: url(../img/jungle-leaves.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
}

.experiencias {
  padding: 20px;
}
.bg-tail {
  background: url(../img/bg-tail.jpg);
}
.titulo-seccion {
  text-align: center;
  padding: 30px;
  max-width: 550px;
  margin: 0 auto;
  color: #4c382d;
}
big {
  font-size: 2.5em;
  font-family: Crimson Text;
  font-weight: normal;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}
.separador-bottom:after {
  content: "";
  display: block;
  width: 320px;
  height: 50px;
  background: url(../img/separator-small.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  bottom: -50px;
}
.experiencias.bg-tail {
  position: relative;
}
.experiencias.bg-tail:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/rought-border.svg) no-repeat top center;
  top: -9px;
  left: 0;
  position: absolute;
  background-size: cover;
}

.experiencias-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 50px 0px;
  justify-content: center;
}
.experiencia {
  display: flex;
  width: 100%;
  min-width: 450px;
  background: bisque;
  border-radius: 16px;
  min-height: 280px;
  color: #e1dacc;
  overflow: hidden;
  box-shadow: 0px 20px 20px rgba(100, 73, 37, 0.4);
}
.exp-image {
  width: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.exp-content {
  width: 55%;
  padding: 25px 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.upper-title {
  font-family: "Crimson Text";
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.12em;
}
.exp-info p {
  margin: 0;
  margin-top: 10px;
}

.exp-foot {
  text-align: center;
  padding: 30px 0px 50px;
}
.exp-foot .dark-lineal-button {
  padding: 17px 32px;
}

i.el-icon {
  display: inline-block;
  width: 48px;
  height: 30px;
  background-size: cover;
}
.escencia-icon-light {
  background: url(../img/icons/escencia-icon-light.svg) no-repeat center;
}
.vida-icon-light {
  background: url(../img/icons/vida-icon-light.svg) no-repeat center;
  width: 14px !important;
}
.origen-icon-light {
  background: url(../img/icons/origen-icon-light.svg) no-repeat center;
  width: 31px !important;
}

.blue-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#70b0e0+0,0d8e9b+99 */
  background: #70b0e0; /* Old browsers */
  background: -moz-linear-gradient(top, #70b0e0 0%, #0d8e9b 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #70b0e0 0%,
    #0d8e9b 99%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #70b0e0 0%,
    #0d8e9b 99%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70b0e0', endColorstr='#0d8e9b',GradientType=0 ); /* IE6-9 */
}

.green-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65a65a+0,52894b+100 */
  background: #65a65a; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #65a65a 0%,
    #52894b 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #65a65a 0%,
    #52894b 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #65a65a 0%,
    #52894b 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a65a', endColorstr='#52894b',GradientType=0 ); /* IE6-9 */
}

.gold-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4c481+0,a9864e+99 */
  background: #e4c481; /* Old browsers */
  background: -moz-linear-gradient(top, #e4c481 0%, #a9864e 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #e4c481 0%,
    #a9864e 99%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #e4c481 0%,
    #a9864e 99%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c481', endColorstr='#a9864e',GradientType=0 ); /* IE6-9 */
}

.elementos-container {
  /* display: grid;
  grid-template-columns: repeat(3,1fr); */
  display: flex;
}
.elemento-item {
  width: 100%;
  min-height: 80vh;
  color: #e1dacc;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  justify-items: center;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
}
.bg-element {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.elemento-item:hover > .bg-element {
  transform: scale(1.25);
}
.elemento-content {
  /* width: 60%; */
  width: 250px;
  text-align: center;
}
.separador-big-bottom-container {
  position: relative;
}
.separador-big-bottom {
  display: block;
  width: 80%;
  height: 80px;
  background: url(../img/separator-big.png) no-repeat center;
  background-size: cover;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  transform: translate(-53%, 100%);
  left: 50%;
  z-index: 1;
}

.pre-footer {
  color: #86754d;
  padding: 80px 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.button-small-lineal {
  background-size: contain !important;
}

.newsletter-input {
  background: url(../img/input-bg.png) no-repeat top center;
  background-size: contain;
  width: 340px;
  height: 43px;
  display: flex;
  padding-bottom: 20px;
  padding-left: 30px;
  align-items: center;
  justify-content: space-between;
}
.newsletter-input input {
  display: block;
  background: transparent;
  border: 0;
  font-family: "Akzidenz-Grotesk BQ";
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #86754d;
  /* flex-grow: 1; */
  width: 73%;
  /* margin: 0 auto; */
}
.newsletter-input input:focus {
  outline: 0;
}
input::placeholder {
  opacity: 0.3;
}
.right-row-button {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/icons/dark-right-arrow.svg) no-repeat center;
  margin-right: 34px;
  background-size: contain;
}
.right-row-button:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #86754d;
  left: -18px;
  position: relative;
}

footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#423e36+22,635c51+100 */
  background: #423e36; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #423e36 22%,
    #635c51 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #423e36 22%,
    #635c51 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #423e36 22%,
    #635c51 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#423e36', endColorstr='#635c51',GradientType=0 ); /* IE6-9 */
  color: #e1dacc;
}
.footer-info {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  font-size: 14px;
}
.footer-cont {
  display: flex;
  width: 70%;
}
.footer-cont div {
  padding-right: 30px;
}
.branding-footer img {
  height: 100px;
}
.footer-social a {
  text-decoration: none;
  color: inherit;
  font-family: "Crimson Text";
  letter-spacing: 0.05em;
  /* display: inline; */
}
.footer-social .ticon {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  margin-top: 15px;
}
.disclaimer {
  font-size: 12px;
  font-style: italic;
  padding: 40px;
  padding-top: 0px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.disclaimer div:nth-child(1) {
  width: 70%;
  opacity: 0.5;
}
.disclaimer div:nth-child(2) {
  width: 20%;
}
.tour-operator a {
  text-decoration: none;
  color: inherit;
  font-style: normal;
  letter-spacing: 0.1em;
}
.tour-icon {
  display: inline-block;
  width: 24px;
  height: 14px;
  background: url(../img/icons/tour-icon.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  top: 2px;
  position: relative;
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/footer-border.svg) no-repeat top center;
  top: -9px;
  position: relative;
  background-size: cover;
}
.pre-footer {
  position: relative;
}
.pre-footer:after {
  content: "";
  display: block;
  width: 460px;
  height: 195px;
  background: url(../img/jungle-rocks-leaves.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
}

.menu-movil-logo {
  display: none;
}
.menu-close-btn {
  width: 20px;
  height: 20px;
  display: none;
  background: url(../img/icons/close.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px;
}

.patty {
  width: 20px;
  height: 20px;
  display: none;
  background: url(../img/icons/patty.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px;
}

/*
============================================================================
EXPERIENCIAS
============================================================================
*/

.section-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #e1dacc;
  max-width: 350px;
  height: 200px;
  line-height: 3em;
  -webkit-font-smoothing: antialiased;
  background-image: url(../img/red-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  align-items: center;
  opacity: 0;
  animation: TitleSectionAnim 3s 2s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
}

.section-title:before {
  content: "";
  display: block;
  width: 83px;
  height: 54px;
  background: url(../img/icons/serpent-icon.svg) no-repeat center;
  /* display: block; */
  background-size: cover;
  /* margin: 0 auto; */
  position: absolute;
  left: -10px;
  top: 0;
}

.section-title h1 {
  font-family: "Crimson Text";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 3.5em;
}
.title-interior {
  padding-left: 90px;
}

.gral-container.bg-tail {
  position: relative;
}
.gral-container.bg-tail:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/rought-border.svg) no-repeat top center;
  top: -9px;
  left: 0;
  position: absolute;
  background-size: cover;
}
.gral-header {
  position: relative;
  top: -120px;
  width: 80%;
  background: url(../img/gral-header-bg.png) no-repeat top center;
  background-size: cover;
  margin: 0 auto;
  padding-top: 35px;
}

.gral-header big {
  color: #86754d;
  font-size: 2em;
  line-height: 1.5em;
}
.gral-header big {
  color: #86754d;
  font-size: 2em;
  line-height: 1.1em;
  max-width: 430px;
  display: block;
  margin: 0 auto;
}
.cols-2 {
  column-count: 2;
  column-gap: 30px;
}
.gral-intro-text {
  font-family: "Crimson Text";
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  color: #86754d;
  line-height: 1.5em;
}
.gral-header + .gral-intro-text {
  top: -50px;
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.intro-separator.separador-bottom {
  padding: 50px;
  padding-top: 0;
}
.experiencias-header h3 {
  max-width: 400px;
  text-align: center;
  line-height: 2em;
  margin: 0 auto;
  padding: 40px 0 70px;
  color: #4c382d;
}
.experiencias-header h2 {
  max-width: 400px;
  text-align: center;
  line-height: 2em;
  margin: 0 auto;
  padding: 40px 0 20px;
  color: #4c382d;
}

.experiencia-item {
  display: flex;
  width: 100%;
  min-width: 350px;
  background: bisque;
  height: 30vw;
  min-height: 450px;
  max-height: 560px;
  color: #e1dacc;
  overflow: hidden;
}
.experiencia-item .exp-image {
  width: 50%;
  /* background-attachment: fixed;
  background-size: contain; */
}
.experiencia-item .exp-content {
  width: 50%;
  padding: 55px 50px;
}
.exp-item-subtitle {
  max-width: 200px;
  text-align: right;
}

.experiencia-item .exp-content {
  justify-content: space-between;
}

/*
============================================================================
SERVICIOS
============================================================================
*/

.gral-header + .after-gral-header {
  top: -50px;
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.mapa-full-width {
  width: 100%;
}

.intro-separator.separador-bottom.fixed-separator {
  position: relative !important;
  padding: 0;
}

.fixed-separator.separador-bottom:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 560px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  ul.content-text.tsukan-bullet {
    padding-top: 20px !important;
  }
  .grid-2 > div:last-child {
    margin-top: 50px;
  }
}

/*
============================================================================
CONTACTO
============================================================================
*/

.contact-mapa {
  max-width: 600px;
}
.contact-mapa img {
  width: 100%;
}
.contact-container {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
.contact-info {
  max-width: 250px;
}
.contact-info i.ticon {
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 3px;
  position: relative;
  filter: brightness(0.6) sepia(0.5);
  margin-right: 8px;
}
.contact-info a {
  text-decoration: none;
  color: inherit;
}
img.line-separator {
  margin: 0 auto;
  display: block;
  width: 80%;
  max-width: 650px;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #86754d;
  margin-bottom: 23px;
  color: #86754d;
  font-family: sans;
  padding: 10px 0px;
  outline: none;
}
button.submit-form {
  background: #86754d;
  color: white;
  padding: 10px 30px;
  border: 0;
  border-radius: 3px;
  text-align: left;
  display: block;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 12px;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86754d;
  opacity: 0.7; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #86754d;
}

.leyenda-container {
  text-align: center;
  margin-bottom: 30px;
}
.leyenda-container h4.upper-title {
  margin-bottom: 40px;
}
.leyenda-container h3.upper-title {
  margin-bottom: 40px;
}
img.tsukan-red-serpent {
  margin: 40px auto;
  max-width: 60px;
}
.leyend-text {
  max-width: 450px;
  margin: 0 auto;
  line-height: 2em;
}

.acerca-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 80px;
  min-height: 400px;
}
.acerca-image {
  background-size: cover;
  background: url(../img/acerca-imageB.jpg) no-repeat center;
}
.acerca-info {
  padding: 50px 60px;
}
.sello-yuc {
  position: relative;
}
.sello-yuc::before {
  content: "";
  display: block;
  width: 160px;
  height: 157px;
  background: url(../img/icons/sello-yuc.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -30%);
}

.faq-item::after {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  background: url(../img/icons/line-alone-separator.svg) no-repeat center;
  background-size: contain;
  position: relative;
  margin: 0 auto;
  bottom: -40px;
}
.faq-item:last-child::after {
  display: none;
}
.faq-item {
  padding: 40px 0;
  width: 80%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.faq-item h4 span {
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.94, -0.01, 0.01, 0.99) 0s;
}
.faq-item h3 span {
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.94, -0.01, 0.01, 0.99) 0s;
}
.faq-item:hover > h4 span {
  opacity: 1;
  margin-right: 20px;
  color: #de453b;
  transition: all 0.3s cubic-bezier(0.94, -0.01, 0.01, 0.99) 0s;
}
.faq-item:hover > h3 span {
  opacity: 1;
  margin-right: 20px;
  color: #de453b;
  transition: all 0.3s cubic-bezier(0.94, -0.01, 0.01, 0.99) 0s;
}
.faq-item h4.upper-title {
  margin-bottom: 0;
  transition: all 0.3s cubic-bezier(0.94, -0.01, 0.01, 0.99) 0s;
}
.faq-item h3.upper-title {
  margin-bottom: 0;
  transition: all 0.3s cubic-bezier(0.94, -0.01, 0.01, 0.99) 0s;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.94, -0.01, 0.01, 0.99) 0s;
}
.open-faq .faq-answer {
  max-height: 500px;
}
.faq-item.open-faq h4.upper-title {
  margin-bottom: 30px;
}
.faq-item.open-faq h3.upper-title {
  margin-bottom: 30px;
}

.title-icon {
  text-align: center;
}
.form-input {
  background: url(../img/input-bg.png) no-repeat top center;
  background-size: contain;
  width: 340px;
  height: 43px;
  display: flex;
  padding-bottom: 20px;
  padding-left: 30px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.form-input input {
  display: block;
  background: transparent;
  border: 0;
  font-family: "Akzidenz-Grotesk BQ";
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #86754d;
  /* flex-grow: 1; */
  width: 73%;
  /* margin: 0 auto; */
}
.form-input input:focus {
  outline: 0;
}
input::placeholder {
  opacity: 0.3;
}

form.operador-access-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 0;
  padding-bottom: 0;
}

.operador-access-form .dark-lineal-button {
  background: #86754d;
  display: inline-block;
  padding: 15px 29px;
  background-size: cover;
  text-decoration: none;
  color: #fff;
  font-family: Akzidenz-Grotesk BQ;
  font-size: 0.55em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-radius: 5px;
}
.operador-access-form .right-row {
  width: 16px;
  background: url(../img/icons/light-right-arrow.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
  margin-left: 14px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}

.restaurante-bg {
  height: 500px;
  background-size: cover;

}

.restaurante-box {
  display: flex;
  width: 100%;
  min-width: 350px;
  height: 30vw;
  min-height: 450px;
  max-height: 560px;
  overflow: hidden;
  justify-content: flex-start;
  text-align: center;
}


.restaurante-box > div {

    width: 50%;

}

.restaurante-item {
  width: 50%;
  margin: 0 auto;
  padding-top: 25%;
  color: #86754d;
}







/*
============================================================================
============================================================================
============================================================================
MEDIA QUERIES
============================================================================
============================================================================
============================================================================
*/

@media (max-width: 950px) {
  .pre-footer {
    grid-template-columns: repeat(2, 1fr);
  }
  .newsletter-input {
    z-index: 9;
    position: relative;
  }
}

@media (max-width: 800px) {
  .experiencias-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .pre-footer div:nth-child(2) {
    z-index: 8;
  }
  .leyenda-info {
    z-index: 9;
  }

  .logo {
    margin-left: 0;
    margin: 0 auto;
  }
  .social-box {
    padding: 2px;
    top: 40px;
    left: 25px;
  }

  .patty {
    display: block;
    cursor: pointer;
  }
  .menu {
    /* display: none; */
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    padding: 40px;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transform: translateX(100%);
  }
  .menu ul li {
    display: block;
    padding: 5px 10px;
    line-height: 2em;
  }
  .menu a {
    color: #5d563a;
  }
  .menu a.shop-btn {
    color: #f5f5eb;
  }
  .menu-movil-logo {
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  .menu-movil-logo img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .menu ul {
    text-align: center;
  }
  .menu-close-btn {
    display: block;
    cursor: pointer;
  }
  .open-menu .menu {
    transform: translateX(0);
    z-index: 11;
  }

  .experiencia-item {
    flex-wrap: wrap;
    height: auto;
    max-height: none;
  }
  .experiencia-item > div {
    width: 100% !important;
  }
  .experiencia-item .exp-image {
    height: 350px;
  }
  .experiencia-item:nth-child(2) {
    flex-direction: column-reverse;
  }

  .separador-big-bottom {
    width: 100%;
  }

  .menu ul li:after {
    bottom: -3px;
  }

  .elementos-container {
    flex-wrap: wrap;
  }
  .elemento-item {
    width: 100% !important;
  }

  .tripadv {
    left: 50%;
    transform: translateX(-25%);
}

}

@media (max-width: 560px) {

  .restaurante-box > div {
    width: auto;
}
.restaurante-box > div {
    width: auto;
    z-index: 98;
    filter: drop-shadow(2px 4px 6px black);
}
.restaurante-item > h4, .restaurante-item > p, .restaurante-item > a {
    color: white;
}
.restaurante-info {
    background-color: #00000042;
}
.restaurante-box {
    height: 100vw;
}

  .elementos-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .separador-big-bottom {
    height: 40px;
    background-size: contain;
    box-sizing: border-box;
  }
  .pre-footer {
    grid-template-columns: repeat(1, 1fr);
  }
  .pre-footer div:nth-child(1) {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .tsukan-info {
    padding: 90px 30px;
    padding-bottom: 50px;
    line-height: 1.5em;
    font-size: 1.2em;
    top: 0px;
    background: transparent;
    color: antiquewhite;
  }
  /* .serpent-icon {
  display: none;
} */
  .tsukan-leyenda {
    top: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .gold-serpent-logo {
    width: 70px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .separador-bottom:after {
    width: 100%;
  }
  big {
    font-size: 2em;
  }
  .elemento-item {
    min-height: 50vh;
  }
  .newsletter-input {
    width: 280px;
    height: 39px;
  }
  .footer-info {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-cont {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-social {
    text-align: center;
    width: 100%;
    padding: 30px 0;
  }
  .footer-cont div {
    padding-right: 0;
    width: 100%;
    text-align: center;
    padding: 13px 0;
  }
  .branding-footer > img {
    height: 80px;
    margin-bottom: 30px;
  }
  .disclaimer div:nth-child(1) {
    width: 100%;
  }
  .disclaimer div:nth-child(2) {
    width: 100%;
    padding: 40px 0;
    text-align: center;
  }
  .disclaimer {
    flex-wrap: wrap;
  }

  .slide-caption {
    max-width: 200px;
    line-height: 1.5em;
    transform: translateY(-15%);
  }
  .caption-interior {
    padding-right: 0;
  }
  .slide-caption h1 {
    margin: 0;
    font-size: 2.5em;
    line-height: 0.8em;
  }

  .cols-2 {
    column-count: 1;
  }

  .section-title {
    max-width: 239px;
    height: 140px;
    line-height: 2em;
    top: 55%;
  }
  .title-interior {
    padding-left: 50px;
  }
  .section-title h1 {
    margin: 0;
    font-size: 2.1em;
  }

  .contact-container {
    flex-wrap: wrap;
  }
  .contact-info {
    max-width: initial;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .contact-mapa {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
  }

  .acerca-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .acerca-image.sello-yuc {
    height: 400px;
  }

  .gral-header {
    background-size: contain;
  }

  .sello-yuc::before {
    display: none;
  }

}

@keyframes TitleSectionAnim {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes loadingIcon {
  0% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }
  25% {
    opacity: 1.2;
    transform: scale(1.1) translate(-50%, -50%);
  }
  75% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: scale(0.9) translate(-50%, -50%);
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    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 {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
