/* Sass Document */
*::-moz-selection {
  background: #223B34;
  color: #CAAD6C; }
*::selection {
  background: #223B34;
  color: #CAAD6C; }

html, body{
  overflow-x: hidden; 
}

body {
  font-size: 16px;
  line-height: 23px;
  font-family: ivystyle-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden; }

img {
  max-width: 100%; }
  img.imgg {
    max-width: inherit;
    margin: 0 10px; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000; }
  a:hover {
    text-decoration: none;
    color: #000000; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

/*------------------------------------base------------------------------------- */
.negro {
  color: #000000; }

.bg-negro {
  background: #000000; }

.blanco {
  color: #ffffff; }

.bg-blanco {
  background: #ffffff; }

.verdef {
  color: #223B34; }

.bg-verdef {
  background: #223B34; }

.dorado {
  color: #CAAD6C; }

.bg-dorado {
  background: #CAAD6C; }

.crema {
  color: #DFDCD4; }

.bg-crema {
  background: #DFDCD4; }

.bold {
  font-weight: 700; }

.f12 {
  font-size: 12px; }

.titulo {
  font-family: ivypresto-display, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 48px; }

.resaltar {
  font-family: ivystyle-sans, sans-serif;
  font-weight: 600;
  font-style: normal; }

.italica {
  font-family: ivyjournal, sans-serif;
  font-weight: 400;
  font-style: italic; }

.estamos {
  letter-spacing: 1px;
  font-size: 12px; }

/*------------------------------------fin base------------------------------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar .navbar-brand {
    width: 209px; }
  .navbar .nav-item a {
    color: #ffffff;
    font-size: 18px;
    border-bottom: 0px solid #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .navbar .nav-item a:hover {
      border-bottom: 2px solid #ffffff; }
  .navbar .nav-item .redes {
    background: #CAAD6C;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    margin: auto; }
  .navbar.fijo {
    background: white;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
    .navbar.fijo .navbar-brand {
      width: 200px; }
      .navbar.fijo .navbar-brand svg path {
        fill: #223B34; }
      .navbar.fijo .navbar-brand svg .st0 {
        fill: #223B34; }
    .navbar.fijo .nav-item a {
      color: #223B34;
      font-size: 18px;
      border-bottom: 0px solid #CAAD6C;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .navbar.fijo .nav-item a:hover {
        border-bottom: 2px solid #CAAD6C; }
  
.navbar.fijo--2 {
    background: white;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
    .navbar.fijo--2 .navbar-brand {
      width: 200px; }
      .navbar.fijo--2 .navbar-brand svg path {
        fill: #223B34; }
      .navbar.fijo--2 .navbar-brand svg .st0 {
        fill: #223B34; }
    .navbar.fijo--2 .nav-item a {
      color: #223B34;
      font-size: 18px;
      border-bottom: 0px solid #CAAD6C;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .navbar.fijo--2 .nav-item a:hover {
        border-bottom: 2px solid #CAAD6C; }

.slide--home {
  height: 100vh; }
  .slide--home .carousel-item {
    height: 100vh;
    z-index: 1; }
    .slide--home .carousel-item img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
    .slide--home .carousel-item .caption {
      position: absolute;
      z-index: 3;
      color: #ffffff;
      left: 0;
      right: 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      width: 80%;
      margin: auto; }
      .slide--home .carousel-item .caption h1 {
        font-size: 40px;
        font-family: ivypresto-display, serif;
        font-weight: 100;
        font-style: normal; }
    .slide--home .carousel-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: rgba(0, 0, 0, 0.5); }
  .slide--home .carousel-control-prev, .slide--home .carousel-control-next {
    border: 0;
    background: none;
    z-index: 3; }
  .slide--home .carousel-indicators {
    bottom: 60px; }
    .slide--home .carousel-indicators button {
      width: 12px;
      height: 12px;
      border-radius: 20px;
      background: transparent;
      border: 1px solid #CAAD6C;
      margin: 0 5px; }
      .slide--home .carousel-indicators button.active {
        background: #CAAD6C; }

.slide--qr {
  height: 400px; }
  .slide--qr .carousel-item {
    height: 400px;
    z-index: 1; }
    .slide--qr .carousel-item img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%; }
    .slide--qr .carousel-item .caption {
      position: absolute;
      z-index: 3;
      color: #ffffff;
      left: 0;
      right: 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      width: 80%;
      margin: auto; }
      .slide--qr .carousel-item .caption h1 {
        font-size: 40px;
        font-family: ivypresto-display, serif;
        font-weight: 100;
        font-style: normal; }
    .slide--qr .carousel-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: rgba(0, 0, 0, 0.5); }
  .slide--qr .carousel-control-prev, .slide--qr .carousel-control-next {
    border: 0;
    background: none;
    z-index: 3; }
  .slide--qr .carousel-indicators {
    bottom: 60px; }
    .slide--qr .carousel-indicators button {
      width: 12px;
      height: 12px;
      border-radius: 20px;
      background: transparent;
      border: 1px solid #CAAD6C;
      margin: 0 5px; }
      .slide--qr .carousel-indicators button.active {
        background: #CAAD6C; }

.carousel-control-prev, .carousel-control-next {
  border: 0;
  background: none;
  z-index: 3; }

.carousel-indicators {
  bottom: 60px; }
  .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #CAAD6C;
    margin: 0 5px; }
    .carousel-indicators button.active {
      background: #CAAD6C; }

.btns {
  color: #ffffff;
  font-family: ivyjournal, sans-serif;
  font-weight: 400;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btns:hover {
    color: #ffffff; }
    .btns:hover span {
      background: #CAAD6C;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .btns span {
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #CAAD6C; }

.bicolor__1 {
  background: #223b34;
  background: -webkit-gradient(linear, left top, left bottom, from(#223b34), color-stop(80%, #223b34), color-stop(80%, white));
  background: linear-gradient(180deg, #223b34 0%, #223b34 80%, white 80%); }

.bicolor__2 {
  background: #DFDCD4; }

.poss {
  position: relative;
  z-index: 2; }

.textura__1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 67%; }

.dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #CAAD6C;
  margin: 0 8px 2px 0; }

.w__salide .flickity-prev-next-button.previous {
  left: 8px; }
.w__salide .flickity-prev-next-button.next {
  left: 82%; }
.w__salide .flickity-prev-next-button {
  top: 50%;
  width: 54px;
  height: 54px; }
.w__salide .flickity-button {
  position: absolute;
  background: #DFDCD4;
  border: 5px solid #fff;
  color: #ffffff; }
  .w__salide .flickity-button:hover {
    background: #DFDCD4; }
.w__salide .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 34%;
  top: 20%;
  width: 33%;
  height: 60%;
  fill: #223B34; }

.carousel-cell {
  width: 70%;
  height: 550px;
  margin-right: 10px; }
  .carousel-cell img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }

.nav-pills .nav-link {
  background: #ffffff;
  border-radius: 30px; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #CAAD6C;
  color: #ffffff; }

.nav-pills .nav-link.sub-boton {
  border-radius: 30px;
  color: #999; }

.nav-pills .nav-link.sub-boton.active, .nav-pills .show > .nav-link.sub-boton {
  color: #223B34;
  background: none;
  outline: none; }

.boton {
  border: 1px solid #CAAD6C;
  display: inline-block;
  padding: 8px 30px;
  color: #666;
  border-radius: 30px;
  font-family: ivyjournal, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .boton:hover {
    background: #CAAD6C;
    color: #ffffff; }
  .boton.active {
    background: #CAAD6C;
    color: #ffffff; }

.borders {
  border-top: 1px solid #DFDCD4;
  border-bottom: 1px solid #DFDCD4; }

.sub-boton {
  font-family: ivyjournal, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #999;
  border: 0; }
  .sub-boton:hover {
    color: #223B34; }
  .sub-boton.active {
    color: #223B34; }

.amenidades {
  background: url(../images/vidalta-textura2.jpg) no-repeat center/cover; }

.contacto {
  background: url(../images/vidalta-textura3.jpg) no-repeat center/cover; }

.fancybox__fit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

.pos__puente {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%; }

.input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #CAAD6C; }

.input2 {
  width: 100%;
  position: relative; }
  .input2 .input__label {
    position: absolute;
    left: 0;
    top: 10px;
    background: #ffffff;
    white-space: nowrap;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: -webkit-transform 120ms ease-in;
    transition: -webkit-transform 120ms ease-in;
    transition: transform 120ms ease-in;
    transition: transform 120ms ease-in, -webkit-transform 120ms ease-in;
    line-height: 1.2;
    color: #223B34; }
  .input2 textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #CAAD6C; }
  .input2 .input__field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border: none;
    color: #223B34;
    background: #ffffff;
    width: 100%;
    border-bottom: 1px solid #CAAD6C; }
    .input2 .input__field:focus + .input__label, .input2 .input__field:not(:placeholder-shown) + .input__label {
      -webkit-transform: translate(0.25rem, -90%) scale(0.8);
              transform: translate(0.25rem, -90%) scale(0.8); }

select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #CAAD6C;
  background: #ffffff; }

input[type="submit"] {
  background: #223B34;
  color: #ffffff;
  border: 0;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  input[type="submit"]:hover {
    background: #CAAD6C;
    color: #223B34; }

.footer--nav a {
  color: #ABABAB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .footer--nav a:hover {
    color: #CAAD6C; }

footer .datos {
  font-family: ivyjournal, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px; }
  footer .datos a {
    color: #CAAD6C;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
footer .derechos {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 10px; }
  footer .derechos a {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 10px;
    display: block; }

#arrow {
  border: 0; }

figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid; }

figure > img {
  grid-row: 1/-1;
  grid-column: 1; }

.cc {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 10px;
          column-gap: 10px; }

.ancla {
  position: absolute;
  left: 0;
  top: -80px;
  width: 1px;
  height: 1px; }

.anim--img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0 0%);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }
  .anim--img.show {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
    -webkit-transform: scale(1);
            transform: scale(1); }

.whatss {
  background: #CAAD6C;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  -webkit-animation: pulso 1.5s ease 0s infinite;
          animation: pulso 1.5s ease 0s infinite;
  -webkit-transform: scale(1);
          transform: scale(1); }
  .whatss a {
    color: #fff; }

@-webkit-keyframes pulso {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulso {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.plantas__img {
  display: block; }
  .plantas__img img {
    opacity: 0.5;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .plantas__img:hover img {
    padding: 0px;
    opacity: 1; }

.bg__qr--1 {
  height: 370px;
  background: url(../images/vidalta--qr1.jpg) no-repeat center/cover; }

.bg__qr--2 {
  height: 370px;
  background: url(../images/vidalta--qr2.jpg) no-repeat center/cover; }

.titulo__qr {
  font-family: ivypresto-display, serif;
  font-weight: 100;
  font-style: normal;
  font-size: 38px; }

.boton__qr {
  display: inline-block;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 30px;
  font-family: ivyjournal, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #223B34; }
  .boton__qr:hover {
    background: #ffffff;
    color: #CAAD6C; }

.boton__qr--regresar {
  display: inline-block;
  padding: 10px 30px;
  color: #223B34;
  border-radius: 30px;
  font-family: ivyjournal, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #DFDCD4; }
  .boton__qr--regresar:hover {
    background: #CAAD6C;
    color: #223B34; }

.caption--qr {
  position: absolute;
  z-index: 3;
  color: #ffffff;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 80%;
  margin: auto; }
  .caption--qr h1 {
    font-size: 50px;
    font-family: ivypresto-display, serif;
    font-weight: 100;
    font-style: normal; }

.qr__list li {
  border-bottom: 1px dotted #ccc;
  padding: 15px;}
  
.qr__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1024px) {
  .titulo__qr {
    font-size: 48px; }

  .bg__qr--1 {
    height: 400px; }

  .bg__qr--2 {
    height: 400px; }

  .cc {
    -webkit-column-count: 4;
            column-count: 4; }

  .navbar .navbar-brand {
    width: 280px; }

  .carousel-cell {
    width: 70%;
    height: 450px; }

  .slide--home .carousel-item .caption {
    width: 580px; }
    .slide--home .carousel-item .caption h1 {
      font-size: 90px; }

  .slide--qr .carousel-item .caption {
    width: 580px; }
    .slide--qr .carousel-item .caption h1 {
      font-size: 90px; }

  .titulo {
    font-size: 65px; }

  .bicolor__2 {
    background: #dfdcd4;
    background: -webkit-gradient(linear, left top, right top, from(#dfdcd4), color-stop(72%, #dfdcd4), color-stop(72%, white));
    background: linear-gradient(90deg, #dfdcd4 0%, #dfdcd4 72%, white 72%); }

  .w__salide .flickity-prev-next-button.previous {
    left: -70px; }
  .w__salide .flickity-prev-next-button.next {
    left: -18px; } }
@media (min-width: 1624px) {
  .carousel-cell {
    width: 70%;
    height: 650px; } }
@media (min-width: 1800px) {
  .carousel-cell {
    width: 70%;
    height: 850px; } }

/*# sourceMappingURL=estilos.css.map */