@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400&family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

html, body {
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}

a:hover {
  opacity: .9;
}

p {
  margin: 0 0 15px;
  font-weight: 400;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

* {
  padding: 0px;
  margin: 0px;
}

*, *:before, *:after {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --arrow-bg: rgba(255, 255, 255, 0.3);
  --arrow-icon: url("../images/arrow_icon.png");
  --option-bg: white;
  --select-bg: rgba(255, 255, 255, 0.2);
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #051324;
  background-color: #F6EEDC;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #CEA556;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

canvas.draw {
  background-color: #051324;
  min-height: calc(100vh - 15px);
}

.scroll-down {
  width: 50px;
  height: 50px;
  background-image: url("../images/scroll-down.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  margin-top: calc(100vh - 80px);
  left: calc(50% - 25px);
  animation: mymove 2s infinite;
}

.bold {
  font-weight: 700;
}

.mb {
  margin-bottom: 20px;
}

.mb2 {
  margin-bottom: 20px;
}

.color2 {
  color: #CEA556;
}

.serif {
  font-family: "Unna", Georgia, serif;
}

.hidden {
  display: none;
}

.hidden-text {
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
}

@keyframes mymove {
  0% {
    top: 0px;
  }
  10% {
    top: 10px;
  }
  20% {
    top: 0px;
  }
  30% {
    top: 10px;
  }
  90% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}

.section .wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.section .h2 {
  font-family: "Unna", Georgia, serif;
  font-size: 44px;
  line-height: 46px;
}

.section .h3 {
  font-size: 20px;
  font-weight: 900;
}

.section .p {
  font-family: "Unna", Georgia, serif;
}

.section .p::first-letter {
  font-size: 110px;
  float: left;
  padding-right: 8px;
  line-height: 90px;
  margin-bottom: -18px;
  margin-top: -2px;
}

.section .copete {
  font-family: "Unna", Georgia, serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.section .logo-sticky {
  top: 0;
  left: 0;
  width: 200px;
  height: 80px;
  background-image: url("../images/logo-gondor-interactive.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

.section .separador img {
  width: 100%;
  height: auto;
}

.section.section1 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background-color: #051324;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section.section1 p {
  display: none;
}

.section.section2 {
  padding: 60px 30px;
}

.section.section2 .wrapper {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section.section2 .cols {
  width: 100%;
}

.section.section-video {
  width: 100%;
  line-height: 0;
}

.section.section-video video {
  width: 100%;
  height: auto;
}

.section.section3 {
  padding: 60px 30px 0px;
  background-color: white;
}

.section.section3 .wrapper {
  padding-top: 120px;
  padding-bottom: 80px;
}

.section.section3 .list {
  width: 100%;
  margin-bottom: 60px;
}

.section.section3 .list ul li {
  padding: 5px 0;
}

.section.section3 .grafico-servicios {
  width: 100%;
  background-image: url("../images/bg-servicios-mobile.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.section.section3 .grafico-servicios .servicio {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0;
}

.section.section3 .grafico-servicios .servicio .ico {
  width: 154px;
  height: 154px;
  background-image: url("../images/base1-servicio.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.section3 .grafico-servicios .servicio .ico img {
  width: 42px;
  height: auto;
}

.section.section3 .grafico-servicios .servicio .txt {
  font-family: "Unna", Georgia, serif;
  font-size: 24px;
  color: #CEA556;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section.section4 {
  padding-top: 5px;
  background-color: #051324;
  position: relative;
}

.section.section4 .linea {
  width: 100%;
  height: 5px;
  background-image: url("../images/linea.svg");
  background-repeat: repeat-x;
  background-position: center;
}

.section.section4 .wrapper {
  padding: 100px 20px 300px;
  text-align: center;
  color: #F6EEDC;
  position: relative;
  z-index: 1;
}

.section.section4 .separador {
  width: 138px;
  margin-left: auto;
  margin-right: auto;
}

.section.section4 .montanas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.section.section4 .montanas .m {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  animation-duration: 26s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.section.section4 .montanas .m.m1a {
  background-image: url("../images/m1-a.svg");
  bottom: 0px;
  background-position: center bottom;
  background-size: contain;
  animation-name: moveM1a;
  z-index: 5;
}

.section.section4 .montanas .m.m2 {
  background-image: url("../images/m2.svg");
  bottom: -10px;
  background-position: center bottom;
  z-index: 4;
  animation-name: moveM2;
}

.section.section4 .montanas .m.m3 {
  background-image: url("../images/m3.svg");
  bottom: -50px;
  background-position: center bottom;
  opacity: .7;
  z-index: 3;
}

.section.section4 .montanas .m.m4 {
  background-image: url("../images/m4.svg");
  bottom: 0px;
  background-position: center bottom;
  opacity: .8;
  z-index: 2;
  animation-name: moveM4;
}

.section.section4 .montanas .m.m5 {
  background-image: url("../images/m5.svg");
  bottom: 0px;
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
  animation-name: moveM5;
}

@keyframes moveM1a {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes moveM2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes moveM4 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes moveM5 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12%);
  }
  100% {
    transform: translateY(0);
  }
}

.section.section5 {
  padding: 120px 0px 100px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.section.section5 .reloj {
  width: 100vw;
  height: calc(100vw + 80px);
  max-width: 600px;
  max-height: 710px;
  padding: 90px 50px 200px;
  margin: 0 auto;
  background-image: url("../images/reloj.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.section5 .reloj .h2 {
  margin-bottom: 40px;
}

.section.section5 .tapiz {
  background-image: url("../images/bg-bandas.svg");
  background-position: center;
  background-size: contain;
  background-repeat: repeat-y;
  width: 50%;
  height: 100%;
  left: 25%;
  top: 0;
  position: absolute;
  z-index: 0;
}

.section.section5 .boton a {
  border-radius: 10px;
  background-color: #CEA556;
  padding: 12px 35px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  display: table;
}

.section.section5 .boton a:hover {
  background-color: #051324;
}

.section.section6 {
  background-color: #051324;
  color: #F6EEDC;
  font-size: 15px;
  line-height: 22px;
  padding: 40px;
  text-align: center;
}

.section.section-tarifario {
  padding: 40px;
}

.section.section-tarifario .logo-sticky {
  margin-bottom: 50px;
}

.section.section-tarifario .separador {
  max-width: 300px;
}

.section.section-tarifario .botones {
  width: 100%;
  margin-bottom: 60px;
  /* <select> styles */
}

.section.section-tarifario .botones select {
  /* Reset */
  font-size: 16px;
  line-height: 22px;
  appearance: none;
  border: 0;
  outline: 0;
  /* Personalize */
  width: 230px;
  padding: 10px 70px 10px 20px;
  background: var(--arrow-icon) no-repeat right 15px center/20px, linear-gradient(to left, var(--arrow-bg) 50px, var(--select-bg) 10px);
  color: white;
  font-weight: 700;
  border-radius: 10px;
  background-color: #CEA556;
  cursor: pointer;
  /* Remove IE arrow */
  /* Remove focus outline */
  /* <option> colors */
}

.section.section-tarifario .botones select::-ms-expand {
  display: none;
}

.section.section-tarifario .botones select:focus {
  outline: none;
}

.section.section-tarifario .botones select option {
  color: inherit;
  background-color: var(--option-bg);
}

.section.section-tarifario .tablas {
  width: 100%;
}

.section.section-tarifario .tablas h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease;
  padding-right: 50px;
}

.section.section-tarifario .tablas h3:hover {
  color: #CEA556;
}

.section.section-tarifario .tablas .flecha {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font-size: 12px;
  color: #CEA556;
}

.section.section-tarifario .tablas .flecha.arriba {
  transform: translateY(-50%) rotate(180deg);
}

.section.section-tarifario .tablas .p2 {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 17px;
  line-height: 27px;
}

.section.section-tarifario .tablas table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 80px;
  font-size: 17px;
  line-height: 24px;
  background-color: rgba(255, 255, 255, 0.45);
}

.section.section-tarifario .tablas th, .section.section-tarifario .tablas td {
  border: 1px solid #CEA556;
  padding: 8px;
  text-align: left;
}

.section.section-tarifario .tablas th:first-of-type, .section.section-tarifario .tablas td:first-of-type {
  width: 60%;
}

.section.section-tarifario .tablas th {
  background-color: #E8D5AC;
  font-weight: 800;
}
/*# sourceMappingURL=layout.css.map */