@import url('https://fonts.googleapis.com/css2?family=Volkhov&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@font-face {
  font-family: 'Moran';
  src: url('Moran.woff2') format('woff2'),
    url('Moran.woff') format('woff'),
    url('Moran.otf') format("opentype");
  font-weight: normal;
  font-style: normal;

}



/* :color{
 color: #c6a766
color: #453b24
 color: #dfd2b6
 color: #595449
 color: #a68c56
} */
:root {
  --dark: #242423;
  color: #c6a766;
  color: #453b24;
  color: #dfd2b6;
  color: #595449;
  color: #a68c56;
  color: #677e52;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  min-height: 100vh;
}

body {
  background-color: #eeebe7;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  /* color: var(--dark); */
  color: #5f4c3f;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.logo, h1, h2 {
  margin: 0;
  line-height: 1;
  font-family: 'Moran', serif;
  font-weight: 400;
}


a, a:link, a:active, a:visited {
  outline-width: 0;
  text-decoration: none;
  color: #aa9a8d;
}

a:hover {
  outline-width: 0;
  text-decoration: none;
  color: #aa9a8d;
}

button {
  width: fit-content;
  padding: 1em;
  background-color: #aa9a8d;
  border: 0px;
  color: #fff;
  display: inline-block;
}

button a:hover {

  color: #fff;
}

.btn_coleccion_menos, .btn_coleccion_mas {
  float: right;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  padding-right: 1em;
}

.btn_coleccion_menos {
  float: left;
  padding-left: 1em;
}

p {
  margin: 0;
}


.grid_social {
  width: 100%;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
}

.grid__item {
  width: 70%;
  height: 55vh;
  overflow: hidden;
  display: table-cell;
  padding: 2em;
  border-collapse: separate;
  border-spacing: 10px;
  /* display: flex; */
  flex-direction: column;
  background-color: #e7e2dd;
  /* margin-right: 2em; */
  text-align: left;
}

.grid__item_detalle {
  max-height: 33vh;
  width: auto;
  padding-bottom: 2em;
  color: #6a7377;
  font-size: 0.8em;
}

.grid__item_titulo {
  margin-bottom: 1em;
  margin-top: 1em;
}

.grid__item_titulo h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #58585a;
}

.grid__item_foto {
  height: 280px;
  overflow: hidden;
}

.txt_chico {
  font-size: 0.8em;
  line-height: 1.8em;
}

.stage {
  position: relative;
  visibility: hidden;
}

/*  ========================================================================== 
    Nav Header
    ========================================================================== */

.header {
  position: fixed;
  right: 40px;
  top: 14px;
  z-index: 100;
  display: flex;
}

.logo {
  text-align: right;
  padding-top: 5em;
  margin-right: 10vw;
}

.nav-btn, .nav-btn__svg {
  width: 56px;
  height: 30px;
}

.nav-btn {
  display: block;
  margin: -2px 0 0 56px;
}

.nav-btn__svg {
  pointer-events: none;
}

.izquierda-33 {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 5vw;
  /* border-right: 1px solid #eeebe7; */
  /* min-height: 20vh; */
}



.vid {
  /* width: 100%;
  height: auto; */
  height: 80vh;
  overflow: hidden;
  /* filter: grayscale(100%); */
  position: relative;
  min-height: 400px;

}


.video_background {

  display: flex;
  align-items: flex-start;
  justify-content: center;
}


#background-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* position: fixed; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  /* border-radius: 50%; */
  /* border-radius: 60% 0% 0% 0%; */
}

/*  ========================================================================== 
    Slides
    ========================================================================== */

.slide, .video {
  display: flex;
  align-items: stretch;
  min-height: 80vh;
  /* overflow: hidden; */
  margin: 5vw;
  margin-top: 20vh;
}

.slide--1 {
  background-image: url("../img/fondos/fondoportada.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  margin-top: 10vh;
}

.slide--2 {
  background-image: url("../img/fondos/fondovisita.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
}

.slide--Agenda {
  /* margin-left: 12vw; */
  display: grid;
  /* background: #f0f0f0; */

}

.slide--Salas {
  /* background-image: url("../img/fondos/s2.jpg"); */
  background-color: #58585a;
  background-repeat: no-repeat;
}

.slide--cafeteria {
  background-image: url("../img/fondos/fondotienda.jpg");
  background-repeat: no-repeat;
}

.slide--Historia {
  background-image: url("../img/fondos/fondohistoria.jpg");
  background-repeat: no-repeat;
}

.slide--Historia2, .slide--Historia3, .slide--Salas {
  background: #f0f0f0;
}


.slide--Video {
  overflow: hidden;
}

.slide:nth-of-type(even) {

  /* background: red; */
}




.col:nth-of-type(even) img {
  border: 20px solid;
}

.col img {
  border: 20px solid;
}


@media all and (max-width: 468px) {
  .col:nth-of-type(even) img {
    border-radius: 0;
  }


}

/*  Columns
    ========================================================================== */

.col {
  flex-basis: 50%;
}

.col--1 {
  position: relative;
  z-index: 1;
}

.col--2 {
  position: relative;
  /* overflow: hidden; */
}

/*  ========================================================================== 
    Column Content
    ========================================================================== */

.col__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  /* justify-content: center; */
  /* overflow: hidden; */
  /* height: 100%; */
  padding: 10vw 5vw 5vw 5vw;
  background-color: #e7e2dd;
  bottom: -5vh;
  left: 2vw;
  right: 2vw;
}

.col__content--det {
  padding: 5vw;
}

@media all and (max-width: 468px) {
  .col__content {
    width: 95%;
    padding: 0;
    justify-content: flex-start;
    margin-top: 10%;
  }



}

.col__content--1 {
  /* background: #403f3d; */
}

/*  Column Content
    ========================================================================== */

.col__content-title {
  margin: 0 0 2vw;
  font-size: 6vw;
  /* letter-spacing: -0.2vw; */
  /* line-height: 0.8em; */
  visibility: hidden;
  color: #756756;
  background-color: #e7e2dd;
}

.col__content-subtitle {
  margin: 0 0 2vw;
  font-size: 2vw;
  color: #756756;
}




.col__content-txt {
  order: 2;
  margin-left: 32px;
  color: #6a7377;
  margin: 0 0 1vw 5vw;

}



.logo_footer img {
  max-width: 200px;
  height: auto;
}


.social {
  max-width: 65px;
  padding: 0em;
}



.slide__scroll-line {
  /* position: absolute;
  left: 30px;
  top: -50px;
  width: 3px;
  height: 100%; */
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 1em solid #7b3a38;
}

/*  ========================================================================== 
    Column Image
    ========================================================================== */

.col__image-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  /* height: 160vh; */
  padding: 5vw 10vw 10vw;
}

.col__image-wrap-sala {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 99%;
  height: auto;
}

.img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*  ========================================================================== 
    Footer
    ========================================================================== */

.footer {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* flex-direction: column; */
  background: #595449;
  color: #eeebe7;
  /* margin-top: 20vh; */
  padding: 0vw 5vw 0vw 5vw;
  margin-top: 20vh;

}

.footer__link {
  font-size: 5vw;
  color: var(--dark);
  text-decoration: none;
  font-family: "Cinzel", serif;
}

.footer__link-top {
  position: relative;
  /* left: 50%; */
  /* bottom: 100px; */
  /* transform: translateX(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #7b3a38;
  /* font-size: 18px; */
  /* color: white; */
  /* text-decoration: none; */
  /* font-family: "Cinzel", serif;*/
}

.footer__link-top-line {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 1px;
  height: 10px;
  background: var(--dark);
}

.footer__copyright {
  position: absolute;
  bottom: 4px;
  font-size: 0.65em;
  margin-bottom: 1em;
}

.footer_detalles {
  align-items: center;
  text-align: left;
  display: flex;
  min-height: 180px;
}

.footer_social {
  align-items: center;
  text-align: center;
  display: flex;
  margin-bottom: 1em;
}



@media all and (max-width: 1280px) {

  .grid__item {
    height: 70vh;

  }
  .intro__txt {
    max-width: 50vw;
    margin-left: 5vw;
  }

  .col__content-txt {
    max-width: 44vw;
  }
}

@media all and (max-width: 768px) {
  .col__image-wrap-sala {
    position: relative;
    left: 0;
    top: 0%;
    transform: translateY(0%);
    width: 100%;
    height: auto;
  }
  .col__image-wrap {
    position: relative;
    left: 0;
    top: 0%;
    transform: translateY(0%);
    width: 100%;
    height: auto;
  }
  .footer {
    flex-direction: column;
  }

  .footer_detalles {
    text-align: center;
  }

  .grid__item {
    height: 75vh;

  }

  .logo_index {
    position: relative;
    top: 1em;
    left: 2em;
  }

  .logo {
    text-align: center;
    padding-top: 5em;
    margin-right: 0vw;
  }

  .logo_footer img {
    margin-top: 2em;
  }

  .header {
    display: block;
    right: 24px;
  }

  .izquierda-33 {
    margin-top: 1vh;
    text-align: center;
    border-right: 0px solid #eeebe7;
    min-height: 0vh;

  }

  .nav-btn {
    margin: 18px 0 0 -6px;
  }

  .intro__content {
    right: auto;
  }

  .intro__title {
    margin-bottom: 5vh;
  }

  .intro__img {
    width: 75vw;
  }

  .intro__img--1 {
    left: 50%;
    bottom: 0vh;
  }

  .intro__img--2 {
    left: 70%;
    bottom: 60vh;
  }

  .intro__txt {
    max-width: 80vw;
    margin-left: 5vw;
  }

  .slide {
    display: block;
    position: relative;
    margin-top: 5vh;
    margin-bottom: 10vh;
  }

  .col {
    display: block;
    width: 100%;
    height: fit-content;
  }

  .col--1 {
    position: initial;
    z-index: 1;
  }

  .col--2 {
    position: initial;
    z-index: 0;

  }

  .col__content {
    position: relative;
    width: 95%;
    padding: 2vw 2vw 5vw;
    justify-content: flex-start;

  }

  .col__content-title {
    margin: 4vw 2vw;
    font-size: 15vw;
  }

  .col__content-subtitle {
    font-size: 6vw;
  }

  .col__content-wrap {
    flex-direction: column;
    padding: 2vw;
  }

  .col__content-txt {
    order: 1;
    max-width: 100%;
    /* margin: 0 0 5vw 5vw;
    padding: 2em; */
  }


  .line__inner {
    display: block;
    padding: 0.3em;
    width: fit-content;
  }



}

@media all and (max-width: 468px) {


  #background-video {
    border-radius: 0%;
  }

  .col__content-txt {
    margin: 0px;
  }

  .col__content-wrap {
    padding: 5vw;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 2px;
    top: 35%;
  }


  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 2px;
    top: 35%;
}
}


 /* SWIPPER */

.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-top: 5em;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev,   .swiper-button-prev, .swiper-rtl .swiper-button-next {
  top: 40%;
}

.swiper-button-next, .swiper-button-prev {
  background-color: #756756;
  padding: 2em;
  border-radius: 50%;
  color: #eeebe7;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  color: #eeebe7;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  color: #eeebe7;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #eeebe7;
}