@charset "UTF-8";

/*fonts*/
@font-face {
  font-family: 'Ogg-Regular';
  src: url('../fonts/01/Ogg-Regular.eot');
  src: url('../fonts/01/Ogg-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/01/Ogg-Regular.svg#Ogg-Regular') format('svg'),
       url('../fonts/01/Ogg-Regular.ttf') format('truetype'),
       url('../fonts/01/Ogg-Regular.woff') format('woff'),
       url('../fonts/01/Ogg-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SaolText-Light';
  src: url('../fonts/02/SaolText-Light.eot');
  src: url('../fonts/02/SaolText-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/02/SaolText-Light.svg#SaolText-Light') format('svg'),
       url('../fonts/02/SaolText-Light.ttf') format('truetype'),
       url('../fonts/02/SaolText-Light.woff') format('woff'),
       url('../fonts/02/SaolText-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FoundersGrotesk-Light';
  src: url('../fonts/03/FoundersGrotesk-Light.eot');
  src: url('../fonts/03/FoundersGrotesk-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/03/FoundersGrotesk-Light.svg#FoundersGrotesk-Light') format('svg'),
       url('../fonts/03/FoundersGrotesk-Light.ttf') format('truetype'),
       url('../fonts/03/FoundersGrotesk-Light.woff') format('woff'),
       url('../fonts/03/FoundersGrotesk-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}




html, body{
    width: 100%;
    min-height: 100vh;
    margin:0;
    padding:0;
    font-weight: 300;
    font-size: 1.3vw;
    font-family: 'FoundersGrotesk-Light';
    font-weight: normal;
    font-style: normal;
    -webkit-overflow-scrolling: touch;
    color: #000;
}

body.hidden{
  overflow: hidden;
}

a{
    text-decoration: none;
    color: currentColor;
}

.clear{
    clear: both;
}


.letra{
  position: fixed;
  width: 1vw;
  height: 1vw;
  z-index: 12;
  cursor: default;
}
.letra.l_t_l{
  top: 3vw;
  left: 3vw;
}
.letra.l_t_r{
  top: 3vw;
  right: 3vw;
}
.letra.l_b_l{
  bottom: 3vw;
  left: 3vw;
}
.letra.l_b_r{
  bottom: 3vw;
  right: 3vw;
}
.letra svg{
  width: 100%;
  height: auto;
}

/*pagina 01*/
.section{
    width: 100%;
    min-height: 100vh;
    position: relative;  

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section.section_home{}
.contenido{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;

}
.columna{
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ccolor{
  background-color: #f3efe3;
}
.logo{
    position: absolute;
    top: 3vw;
    left: 3vw;
    width: 14.2vw;
    cursor: pointer;
    z-index: 4;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.columna_int{
  width: calc(100% - 6vw);
  height: calc(100% - 6vw);
}

.columna_int.columna_centrar{
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: perspective(100vw) rotateY(0deg);
  transition: 600ms;
}

.content_img.content_img_m{
    width: 55%;
    height: 70%;
}

.content_img.content_img_l{
    width: calc(100% - 8vw);
    height: calc(100% - 8vw);
}


.texto_parrafo_star .texto_parrafo_centrado .act_movimiento{
  position: relative;
  width: 100%;
}

.cimg_l{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  z-index: 2;
  height: 100%;
}
.cimg_r{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.columna_int.columna_sb{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.menu{
  font-family: 'Ogg-Regular';
}

.m_item{
    display: block;
    width: fit-content;
    font-size: 5.5vw;
    line-height: 5.8vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: fit-content;
    margin-bottom: 0.5vw;
}
.menu.menu_top{}
.menu.menu_top .m_item{
    font-size: 7.5vw;
    line-height: 6.9vw;

    font-size: 5.5vw;
    line-height: 5.8vw;
}
a.m_item{
cursor: pointer;
}

.m_item .espacio{
  width: 22vw;
  display: block;
}
.m_item .mini{
    font-size: 1.4vw;
    line-height: 2.9vw;
}
.mini_delineado{
  position: relative;
}
.mini_delineado::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 1.5vw;
  display: block;
  position: absolute;
}

.texto{}
.texto > *:first-child{
  margin-top: 0px;
}
.texto > *:last-child{
  margin-bottom: 0px;
}
.texto > *{
  line-height: 140%;
}
.columna_int.columna_sb .texto{
  width: 100%;
}

.link{
  position: absolute;
  bottom: 3vw;
  left: 3vw;
  text-transform: uppercase;
  z-index: 5;
}
.f_bottom{
  bottom: 3vw;
  position: absolute;
  width: 3vw;
  height: 3vw;
  z-index: 5;
}
.f_bottom_centrada.f_bottom{
  left: calc(50% - 1.5vw);
}
.f_bottom svg{
  width:100%;
  height:100%;
}

.columna:first-child .f_bottom{
  right: 3vw;
}
.columna:last-child .f_bottom{
  left: 3vw;
}


.texto{}


.columna_int.columna_texto{
  display: flex;
  flex-direction: column;
}
.columna_texto h1{
  font-size: 7.5vw;
  line-height: 7.3vw;
  margin:  0px 0vw;
  text-align: center;
  font-family: 'Ogg-Regular';
  font-weight: normal;
}
.columna_texto  h2{
  font-size: 3.5vw;
  line-height: 3vw;
  margin: 3vw 0px 1.5vw;
  text-align: center;
  font-family: 'Ogg-Regular';
  font-weight: normal;
}

.texto_parrafo{
  width: calc(100% - 11vw);
  margin: 0px auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.texto_parrafo_star{
  width: calc(100% - 11vw);
  margin: 0px auto;
  height: 100%;
  position: relative;
}
.texto img{
  margin: 0px auto 2.3vw;
  max-width: calc(100% - 18vw);
  height: auto;
  display: block;
}
.texto_parrafo_centrado{
  text-align: justify;
  text-align-last: center;
}
.texto_parrafo_justify{
    text-align: justify;
    text-align-last: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.parrafo_int{
    height: fit-content;
    width: 100%;
    margin: 3vw 0 0;
    position: relative;
}
.parrafo_int h2{
    font-size: 6vw;
    line-height: 8.5vw;
    margin: 0px;
    font-family: 'Ogg-Regular';
    font-weight: normal;
    position: relative;
    font-size: 7.5vw;
    line-height: 9.3vw;
}
.imagen_fondo{
  width: calc(100% - 20vw);
  height: calc(100% - 19vw);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 10vw;
  top: 9.5vw;
  transform: perspective(100vw) rotateY(0deg);
  transition: 600ms;
}


.columna_int.columna_centrar.columna_single{
    flex-direction: column;
}
.columna_single h2{
    font-size: 7.5vw;
    line-height: 7.3vw;
    font-family: 'Ogg-Regular';
    font-weight: normal;
    position: absolute;
    top: 5.7vw;
    margin: 0px;
    left: 3vw;
    z-index: 1;
}
.columna_single .content_img{
    position: relative;
    height: 78%;
    

}
.columna_single .content_img .content_img_int{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    


    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tarjeta{
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transition: .7s ease;
      transition: .7s ease;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
}
.columna_single .content_img .content_texto{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3efe3;
    

    -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;


}



.columna_single .content_img .content_texto_centrar{
    width: calc(100% - 4vw);
    text-align: justify;
}
.columna_single .content_img .tarjeta .content_texto_centrar{
  text-align: center;
}
.columna_single .content_img .content_texto_centrar p{}
.info_extra{
    text-align: justify;
    text-align-last: center;
    margin-top: 3vw;
    width: 65%;
}
.info_extra p{
    margin: 0px;
    line-height: 2vw;
    font-size: 1.1vw;
}

.columna.slider{
  position: relative;
}
.slide{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.slide_int{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.flecha_der{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.flecha_izq{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.flecha_der .fecha_icon{
    right: 3vw;
    position: absolute;
    width: 3vw;
    height: 3vw;
    top: calc(50% - 1.5vw);
    transform-origin: center;
    transform: rotate(-90deg);
    cursor: pointer;
}
.flecha_izq .fecha_icon{
    left: 3vw;
    position: absolute;
    width: 3vw;
    height: 3vw;
    top: calc(50% - 1.5vw);
    transform-origin: center;
    transform: rotate(90deg);
}
.flecha_der svg{
    fill: #fff;
}
.flecha_izq svg{
    fill: #fff;
}
.puntos{
  position: absolute;
  width: 100%;
  bottom: 3vw;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 4;
}
.punto{
  width: 0.5vw;
  height: 0.5vw;
  border:1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0.3vw 0.3vw 0px;
}
.punto.act{
  background-color: #fff;
}


.centrar_titulo{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.centrar_titulo h2{
    font-size: 9.5vw;
    line-height: 6vw;
    font-family: 'Ogg-Regular';
    font-weight: normal;
}
.volver_top{
  top: 3vw;
  position: absolute;
  left: 3vw;
  width: calc(100% - 6vw);
  text-align: center;
  z-index: 3;
}
.volver_top.volver_top--page{
  display: block!important;
  position: fixed;
}
.volver_top a,
.volver_top span{
  display: block;
  margin: 0px auto;
  font-size: 2vw;
  line-height: 2vw;
  font-family: 'Ogg-Regular';
  cursor: pointer;
}
.contenido.contenido_single{ flex-direction: row-reverse;
}
.contenido.contenido_single .columna:first-child .f_bottom{
  right: initial;
  left: 3vw;
}

.letra{
  display: none;
}
.letra_visible .letra{
  display: block;
}
.header_activo.fp-viewing-index .letra{
  display: block;
}
.fp-viewing-index .letra{
  display: none;
}
.header_activo .letra svg{
  fill:#000!important;
}


.links_bottom{
  position: absolute;
  bottom: 6vw;
  left: 3vw;
  width: calc(100% - 6vw);
  text-align: center;
}

.section.sect_scroll.sec_contact{

}

.section.sect_scroll.sec_contact .content_img{
  transform: initial;
  transition: initial;
}
.section.sect_scroll.sec_contact .columna_single h2{
      color: #f2eee2;
          margin-top: 50px;
}
.section.sect_scroll.sec_contact .columna_single .content_img .content_texto{
    transform: initial;
    backface-visibility: initial;
    background-color: #000;
    color: #f2eee2;
    padding-top: 20px;
    margin-top: -20px;
}
.section.sect_scroll.sec_contact .columna_single .content_img .content_texto_centrar p{
  text-align: center;
}
.section.sect_scroll.faqs{}
.section.sect_scroll.faqs .columna_single .content_img{
  height: 100%;
  overflow: auto;
  /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.section.sect_scroll.faqs .columna_single .content_img .content_texto_centrar p{
      margin: 1vh 0px;
    font-size: 1.65vh;
}
.section.sect_scroll.faqs .columna_single .content_img .content_texto_centrar h1{
  font-size: 7.5vw;
  line-height: 7.3vw;
  font-family: 'Ogg-Regular';
  font-weight: normal;
  white-space: nowrap;
}

.section.sect_scroll.reservation .columna:last-child .content_img{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.sect_scroll.reservation .columna:nth-last-child(2) .columna_single .content_img{
  width: 100%;
}

.section.sect_scroll.reservation .columna_single .content_img .content_texto_centrar p{
      margin: 1vh 0px;
    font-size: 1.65vh;
}
.section.sect_scroll.reservation .columna_single .content_img .content_texto_centrar h1{
  font-size: 7.5vw;
  line-height: 7.3vw;
  font-family: 'Ogg-Regular';
  font-weight: normal;
  white-space: nowrap;
  margin: 0px;
}
.titulo_vertical{
  position: absolute;
  left: 50%;
  width: 0px;
  height: 0;
  top: 0;
  z-index: 2;
}
.titulo_vertical h1{
    font-size: 9.5vw;
    line-height: 5.8vw;
    font-family: 'Ogg-Regular';
    font-weight: normal;
    position: absolute;
    width: 100vh;
    margin: 0px;
    text-align: center;
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-100%, -50%);
}

/*.fp-viewing-ocre.header_activo .l_t_r svg,
.fp-viewing-ocre.header_activo .l_b_r svg,
.fp-viewing-onyx.header_activo .l_t_r svg,
.fp-viewing-onyx.header_activo .l_b_r svg,
.fp-viewing-yute.header_activo .l_t_r svg,
.fp-viewing-yute.header_activo .l_b_r svg.
.fp-viewing-lino.header_activo .l_t_l svg, 
.fp-viewing-lino.header_activo .l_b_l svg, 
.fp-viewing-roca.header_activo .l_t_l svg, 
.fp-viewing-roca.header_activo .l_b_l svg, 
.fp-viewing-tierra.header_activo .l_t_l svg, 
.fp-viewing-tierra.header_activo .l_b_l svg{
  fill:#000;
}*/
.header_page{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3efe3;
  z-index: 10;
  display: none;
}
.header_page .contenido{
    padding: 3vw;
    box-sizing: border-box;
    align-items: center;
}
.header_page .menu{
  text-align: center;
}
.header_page .m_item{
  margin: 2vw auto;
}

.logo_footer{
    position: absolute;
    bottom: 2.3vw;
    left: 3vw;
    width: 15.3vw;
    cursor: pointer;
    z-index: 4;
}
.logo_footer img{
    max-width: 100%;
    height: auto;
}

.fp-viewing-reservation.letra_visible .letra{
  display: none;
}



.fp-viewing-ocre .l_t_r svg,
.fp-viewing-ocre .l_b_r svg,
.fp-viewing-onyx .l_t_r svg,
.fp-viewing-onyx .l_b_r svg,
.fp-viewing-yute .l_t_r svg,
.fp-viewing-yute .l_b_r svg,
.fp-viewing-bronce .l_t_r svg,
.fp-viewing-bronce .l_b_r svg{
  fill: #fff;
}

.fp-viewing-lino .l_t_l svg,
.fp-viewing-lino .l_b_l svg,
.fp-viewing-roca .l_t_l svg,
.fp-viewing-roca .l_b_l svg,
.fp-viewing-tierra .l_t_l svg,
.fp-viewing-tierra .l_b_l svg{
  fill: #fff;
}

.fp-viewing-about [data-menuanchor="about"],
.fp-viewing-balance [data-menuanchor="about"],
.fp-viewing-rooms [data-menuanchor="rooms"],
.fp-viewing-ocre [data-menuanchor="rooms"],
.fp-viewing-lino [data-menuanchor="rooms"],
.fp-viewing-onyx [data-menuanchor="rooms"],
.fp-viewing-roca [data-menuanchor="rooms"],
.fp-viewing-yute [data-menuanchor="rooms"],
.fp-viewing-tierra [data-menuanchor="rooms"],
.fp-viewing-book [data-menuanchor="book"]{
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.slide_touch_home{
  display: none;
}
.centrado{
  text-align: center;
}
#search-widget_IO312PWQ{
  position: relative;
}
.centrar_titulo.centrar_titulo_stay{
  align-items: flex-start;
}

.guesty-root-element.guesty-widget__container{
      justify-content: center;
}

.volver_top{
  display: none;
}
.fp-viewing-about .volver_top,
.fp-viewing-about-img .volver_top,
.fp-viewing-balance .volver_top,
.fp-viewing-project .volver_top,
.fp-viewing-project-img .volver_top,
.fp-viewing-lino .volver_top,
.fp-viewing-bronce .volver_top,
.fp-viewing-roca .volver_top,
.fp-viewing-yute .volver_top,
.fp-viewing-contact .volver_top,
.fp-viewing-stay .volver_top,
.fp-viewing-faq .volver_top,
.fp-viewing-reservation .volver_top{
  display: block;
}


/*
letra_visible fp-viewing-about
letra_visible fp-viewing-about-img
letra_visible fp-viewing-balance
letra_visible fp-viewing-project
fp-viewing-project-img
letra_visible fp-viewing-lino
letra_visible fp-viewing-bronce

letra_visible fp-viewing-roca
letra_visible fp-viewing-yute
letra_visible fp-viewing-contact
letra_visible fp-viewing-stay
letra_visible fp-viewing-faq
letra_visible fp-viewing-reservation

*/


.contenido_stay_responsive{
  display: none;
}

.header_page .volver_top{
  display: block;
}

.volver_top.volver_top_Abrir_menu{
    display: none;
  }

.columna_int.columna_texto.columna_texto_about{}
.columna_int.columna_texto.columna_texto_about 
.texto.texto_parrafo{
  flex-wrap: wrap;
}
.texto--links{
  font-size: 0.8rem;
    text-align: center;
}
.columna_int.columna_texto.columna_texto_about 
.texto.texto_parrafo 
.texto_parrafo_centrado{}
.columna_int.columna_texto.columna_texto_about 
.texto.texto_parrafo 
.texto_parrafo_centrado div{
  width: 100%;
}
.grid_logos{
  /* width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr; */
}
.grid_l_titulo{
  /* grid-column: 1/4; */
  text-align: center;
}
.grid_l_titulo p{
    margin: 0px 0px 15px;
    font-family: 'Ogg-Regular';
    font-weight: normal;
    font-size: 20px;
}
.item_logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.item_logo.item_logo_d{}
.item_logo img{
  display: block;
  max-height: 15vw;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0px auto;
}
.item_logo img.img--min{
  max-height: 10vw;
  max-width: 67.8%;
  margin-top: 1vw;
}

/* .item_logo.item_logo_d{}
.item_logo:last-child{
  grid-column: 3/4;
}

.item_logo:nth-child(2) img{
      max-width: 55%;
}

.item_logo:nth-child(3) div img:nth-child(1){
  max-width: 35%;
}
.item_logo:nth-child(3) div img:nth-child(2){
  max-width: 70%;
}
.item_logo:nth-child(4) img{
      max-width: 80%;
} */



.widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date{
  background-color: #f3efe3;
  background-blend-mode: darken;
}
.widgetHotelsForm .horizontal-widget a.submit_link{
    background-color: rgb(139, 140, 141);
    top: initial;
    border: none;
    line-height: 1rem;
    box-sizing: border-box;
    padding: 0.6rem 1rem 0.4rem!important;
    top: 0!important;
    font-weight: 300!important;
}
.widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date{
  padding: 0 0.5rem 0 0.5rem;
    background-image: none!important;
}
.centrado .widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date, .centrado .widgetHotelsForm .acessa_widget_block select{
  height: 2rem!important;
  line-height: 2rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding-left: 5.5rem;
  cursor: pointer;
}
.horizontal-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: fit-content;
  margin: 0 auto!important;
}
.centrado .widgetHotelsForm .acessa_widget_block{
  display: flex!important;
  line-height: 2rem;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #f3efe3;
  margin-right: 0!important;
}
.centrado .widgetHotelsForm .acessa_widget_block p{
  margin-top: 0!important;
  position: absolute;
  left: 0.5rem;
  z-index: 0;
}
.widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date{
  background-color: transparent!important;
}
.centrado .widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date, .centrado .widgetHotelsForm .acessa_widget_block select{
  z-index: 2;
}
input:active,
input:focus,
input:active,
input:focus{
  outline: 0;
}


@media screen and (max-width: 1110px){
  .centrado .widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date, .centrado .widgetHotelsForm .acessa_widget_block select{
    height: 4rem!important;
    line-height: 4rem;
  }
  .widgetHotelsForm .horizontal-widget a.submit_link{
    padding: 1.6rem 1rem 1.4rem!important;
  }
}
@media screen and (max-width: 780px){
  .horizontal-widget{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .widgetHotelsForm .horizontal-widget a.submit_link{
    grid-column: 1/3;
    width: 100%;
    min-width: initial;
    max-width: initial;
    border-top: 1px solid #f3efe3;
  }
}
@media screen and (max-width: 500px){
  .CloudBedsWidget{
    width: calc(100% - 6vw - 40px);
    margin: 0 auto;
  }
}