@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@300;400;700&family=Crete+Round&family=Domine&family=Khula&family=Neuton&family=Nunito&family=Open+Sans&family=Playfair+Display&family=Roboto&display=swap");

/* ROOT VARS */
:root {
 --font-bitter: "Bitter";
 --font-creteRound: "Crete Round";
 --font-domine: "Domine";
 --font-khula: "Khula";
 --font-neuton: "Neuton";
 --font-nunito: "Nunito";
 --font-openSans: "Open Sans";
 --font-playfair: "Playfair Display";
 --font-roboto: "Roboto";

 --color-default-light: #cdcbc9;
 --color-default: #494949;
 --color-default-dark: #000000;

 --color-primary-light: #8f7460;
 --color-primary: #5f4d39;
 --color-primary-dark: #4d433d;

 --color-white: #ffffff;
 --color-light: #f3f5fa;
 --color-dark: #000000;

 --regular-shaodw: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

 --regular-shaodw: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

 scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family: var(--font-default);
 color: var(--color-default);
 font-weight: 600;
}

a {
 color: var(--color-primary);
 text-decoration: none;
}

a:hover {
 color: var(--color-primary-light);
 text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: var(--font-default);
 color: var(--color-default-dark);
}

p {
 font-size: 14px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 9999;
 overflow: hidden;
 background: var(--color-dark);
}
#preloader img {
 width: 100px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
 position: fixed;
 visibility: hidden;
 opacity: 0;
 right: 15px;
 bottom: 15px;
 z-index: 996;
 background: #25d366;
 width: 60px;
 height: 60px;
 border-radius: 50px;
 transition: all 0.4s;
}

.back-to-top i {
 font-size: 24px;
 color: #fff;
 line-height: 0;
}

.back-to-top:hover {
 background: #075e54;
 color: #fff;
}

.back-to-top.active {
 visibility: visible;
 opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.topbar {
 background-color: var(--color-primary);
 height: 40px;
 font-size: 14px;
 transition: all 0.5s;
 color: var(--color-white);
 font-family: "Open Sans", sans-serif;
 font-weight: 300;
 padding: 0;
}

.topbar .contact-info a i {
 font-style: normal;
 color: var(--color-white);
 line-height: 0;
}

.topbar .contact-info a {
 padding-left: 5px;
 color: var(--color-white);
 transition: 0.3s;
}

.topbar .contact-info a:hover {
 color: --colo-white !important;
}

@media (max-width: 575px) {
 .topbar .contact-info a {
  font-size: 10px;
 }
}

.topbar .contact-info a:hover,
.topbar .contact-info a:hover i {
 color: --colo-white !important;
 transition: 0.3s;
}

.topbar .social-links a {
 color: var(--color-white);
 line-height: 0;
 transition: 0.3s;
 margin-left: 10px;
 font-size: 18px;
}

/* .topbar .social-links .ingles{
  border-left: 2px solid var(--color-white);
} */

#header {
 transition: all 0.5s;
 z-index: 997;
 padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
 background: var(--color-white);
 position: fixed;
 top: 0;
 right: 0;
 left: 0;
 box-shadow: var(--regular-shaodw);
}

#logo {
 max-height: 70px;
}

.btn-main {
 --bs-btn-color: #fff;
 --bs-btn-bg: var(--color-secondary-light);
 --bs-btn-border-color: var(--color-secondary-light);
 --bs-btn-hover-color: #fff;
 --bs-btn-hover-bg: var(--color-secondary-dark);
 --bs-btn-hover-border-color: var(--color-secondary-dark);
 --bs-btn-focus-shadow-rgb: 217, 164, 6;
 --bs-btn-active-color: #fff;
 --bs-btn-active-bg: var(--color-secondary-dark);
 --bs-btn-active-border-color: var(--color-secondary-dark);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: #fff;
 --bs-btn-disabled-bg: var(--color-secondary-light);
 --bs-btn-disabled-border-color: var(--color-secondary-light);
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 1pt;
 font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
 padding: 0;
}

.navbar ul {
 margin: 0;
 padding: 0;
 display: flex;
 list-style: none;
 align-items: center;
}

.navbar li {
 position: relative;
}

.navbar a,
.navbar a:focus {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 10px 0 10px 20px;
 font-size: 12px;
 letter-spacing: 0.5pt;
 font-weight: normal;
 color: var(--color-default);
 font-family: var(--font-openSans);
 white-space: nowrap;
 transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
 font-size: 12px;
 line-height: 0;
 margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
 color: var(--color-primary);
}

.bkbtn {
 background: #5e4c39;
 border-radius: 20px;
 color: var(--color-white) !important;
 padding: 8px 15px 8px 15px !important;
 border: 1px solid #5e4c39;
}

.bkbtn:hover {
 background-color: var(--color-primary-dark);
 color: var(--colo-white);
}

@media (max-width: 1366px) {
 .navbar .dropdown .dropdown ul {
  left: -90%;
 }

 .navbar .dropdown .dropdown:hover > ul {
  left: -100%;
 }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
 color: var(--color-primary);
 font-size: 28px;
 cursor: pointer;
 display: none;
 line-height: 0;
 transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
 color: #fff;
}

@media (max-width: 1109px) {
 .logoNavbar {
  display: block !important;
 }
 .ajusteNavbar {
  justify-content: space-between !important;
 }
 .mobile-nav-toggle {
  display: block;
 }

 .navbar ul {
  display: none;
 }
}

.navbar-mobile {
 position: fixed;
 overflow: hidden;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 background: rgb(77, 67, 61, 0.7);
 transition: 0.3s;
 z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
 position: absolute;
 top: 15px;
 right: 15px;
}

.navbar-mobile ul {
 display: block;
 position: absolute;
 top: 55px;
 right: 15px;
 bottom: 15px;
 left: 15px;
 padding: 10px 0;
 border-radius: 10px;
 background-color: #fff;
 overflow-y: auto;
 transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
 padding: 10px 20px;
 font-size: 15px;
 color: var(--color-dark);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
 color: var(--color-primary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
 margin: 15px;
 color: var(--color-dark);
}

.navbar-mobile .dropdown ul {
 position: static;
 display: none;
 margin: 10px 20px;
 padding: 10px 0;
 z-index: 99;
 opacity: 1;
 visibility: visible;
 background: #fff;
 box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
 min-width: 200px;
}

.navbar-mobile .dropdown ul a {
 padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
 font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
 color: var(--color-primary);
}

.navbar-mobile .dropdown > .dropdown-active {
 display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
 padding: 40px 0;
 overflow: hidden;
}
.bg-cover {
 background-position: center;
 background-size: cover;
 width: 100%;
}

.bg-cover-cuadrado {
 background-position: center;
 background-size: cover;
 width: 100%;
 content: "";
 padding-bottom: 100%;
 border-radius: 0 3rem 3rem 3rem;
 height: 100px;
}

/*--------------------------------------------------------------
# Section Principal
--------------------------------------------------------------*/
.sectionPrincipal {
 position: relative;
 background-position: top;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
 padding-top: 10%;
 padding-bottom: 18%;
}
.sectionPrincipal::after {
 content: "";
 position: absolute;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.17);
 z-index: 0;
}

.textContainerPrincipal {
 z-index: 1;
}

.textPrincipa1 {
 color: var(--color-white);
 font-family: var(--font-playfair);
 font-weight: 600;
 font-style: normal;
 font-size: 65px;
 letter-spacing: -0.03em;
 line-height: 1em;
 text-transform: none;
}

.textPrincipa2 {
 color: var(--color-white);
 font-family: var(--font-playfair);
 font-size: 30px;
}

.bb_resBtn {
 background: #4d433d;
 border: 1px solid #4d433d;
 color: #fff;
 font-family: var(--font-khula);
 font-size: 14px;
 font-weight: 500;
 font-style: normal;
 text-transform: uppercase;
 letter-spacing: 0.2em;
 padding: 25px 46px 22px 46px;
 border-radius: 300px;
}

.bb_resBtn:hover {
 background-color: var(--color-white);
 color: var(--color-primary-dark);
}

@media (max-width: 768px) {
 .textPrincipa1 {
  font-size: 40px;
 }

 .textPrincipa2 {
  font-size: 20px;
 }

 .bb_resBtn {
  padding: 20px 40px 20px 40px;
 }
}

/*--------------------------------------------------------------
# Nuestro Hotel
--------------------------------------------------------------*/

.nuestroHotel h4 {
 margin: 30px 0 0 0;
 font-weight: 600;
 font-style: normal;
 font-size: 17px;
 letter-spacing: 0.22em;
 line-height: 1.5em;
 text-transform: uppercase;
 color: #4d433d;
 font-family: var(--font-playfair);
}

.nuestroHotel h5 {
 margin: 10px 0 16px 0;
 font-family: var(--font-playfair);
 font-weight: 500;
 font-style: normal;
 font-size: 17px;
 letter-spacing: 0.22em;
 line-height: 1.5em;
 text-transform: uppercase;
 color: #4d433d;
}

.nuestroHotel p {
 font-weight: 400;
 font-family: var(--font-openSans);
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
 margin-bottom: 35px;
}

.btn-nuestroHotel {
 font-family: var(--font-openSans);
 padding: 12px 22px 12px 22px;
 font-size: 10px;
 font-weight: 700;
 font-style: normal;
 text-transform: uppercase;
 letter-spacing: 0.2em;
 border: 2px solid #4d433d;
 color: #4d433d;
 border-radius: 300px;
}

.btn-nuestroHotel:hover {
 background-color: var(--color-primary);
 color: var(--color-white);
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.calltoaction {
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
 padding-top: 40%;
}
.calltoaction:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.17);
 z-index: 0;
}

/*--------------------------------------------------------------
# Disfrutar
--------------------------------------------------------------*/
.disfrutar {
 font-family: var(--font-openSans);
}

.disfrutar p {
 font-weight: 400;
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0.01em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
 padding: 0 40px 0 0;
 margin: 0 0 20px;
}

/*--------------------------------------------------------------
# Promotion
--------------------------------------------------------------*/
.promotion {
 position: relative;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
 padding-top: 12%;
 padding-bottom: 12%;
 padding-left: 30%;
 padding-right: 30%;
}
.promotion:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.47);
 z-index: 0;
}

.promo h2 {
 color: #fff;
 font-family: var(--font-playfair);
 font-weight: 600;
 font-style: normal;
 font-size: 70px;
 letter-spacing: -0.04em;
 line-height: 1em;
 text-transform: none;
}

.promo p {
 color: var(--color-white);
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
}

.promo-text {
 z-index: 1;
}

.btn-promo {
 font-family: var(--font-openSans);
 background: transparent;
 border: 2px solid #fff;
 color: #fff;
 font-size: 14px;
 font-weight: 600;
 font-style: normal;
 text-transform: uppercase;
 letter-spacing: 0.2em;
 padding: 12px 26px 12px 26px;
 border-radius: 300px;
}

.btn-promo:hover {
 background-color: var(--color-white);
 color: var(--color-primary-light);
}

@media (max-width: 768px) {
 .promotion {
  padding-left: 15px;
  padding-right: 15px;
 }
 .promo h2 {
  font-size: 30px;
 }
}

/*--------------------------------------------------------------
# Conozca Salta
--------------------------------------------------------------*/
.about-sal h2 {
 color: #4d433d;
 font-family: var(--font-playfair);
 font-weight: 600;
 font-style: normal;
 font-size: 70px;
 letter-spacing: -0.04em;
 line-height: 1em;
 text-transform: none;
}

.about-sal h3 {
 color: #8f7460;
 font-family: var(--font-playfair);
 font-weight: 400;
 font-style: normal;
 font-size: 30px;
 letter-spacing: 0em;
 line-height: 1.2em;
 text-transform: none;
}

.about-sal p {
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
 padding: 0 50px;
}

@media (max-width: 768px) {
 .about-sal h2 {
  font-size: 30px;
 }
 .about-sal h3 {
  font-size: 25px;
 }
 .about-sal p {
  padding-right: 15px;
  padding-left: 15px;
 }
}

/*--------------------------------------------------------------
# Mejor Tarifa
--------------------------------------------------------------*/
.mejorTarifa {
 position: relative;
 background-position: top;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
 padding-top: 12%;
 padding-bottom: 12%;
}

.mejorTarifa::after {
 content: "";
 position: absolute;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.47);
 z-index: 0;
}
.mejorTarifa h2 {
 color: #fff;
 font-family: var(--font-playfair);
 font-weight: 600;
 font-style: normal;
 font-size: 70px;
 letter-spacing: -0.04em;
 line-height: 1em;
 text-transform: none;
}
.mejorTarifa p {
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 color: var(--color-white);
}

@media (max-width: 768px) {
 .mejorTarifa h2 {
  font-size: 30px;
 }
}

/*--------------------------------------------------------------
# Ubicacion
--------------------------------------------------------------*/
.ubicacion {
 font-family: var(--font-openSans);
}
.map-k p {
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 text-align: start;
}
.map-k b {
 font-style: normal;
 font-size: 15px;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
}

/*--------------------------------------------------------------
# Nuestros Huespedes
--------------------------------------------------------------*/

.nuestrosHuespedes .swiper {
 width: 100%;
 height: 100%;
}

.nuestrosHuespedes-slide {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 50%;
}

.huespedesTitle {
 text-align: center;
 color: #8f7460;
 font-family: var(--font-playfair);
 font-weight: 400;
 font-style: normal;
 font-size: 30px;
 letter-spacing: 0em;
 line-height: 1.2em;
 text-transform: none;
}

.swiper-testimonios .swiper {
 width: 100%;
 height: 100%;
}

.swiper-testimonios h4 {
 font-family: var(--font-openSans);
 margin-top: 10px;
 font-weight: normal;
 font-size: 19px;
}

.swiper-testimonios p {
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
}
.btn-testimonio {
 background: #5f4d39;
 font-family: var(--font-openSans);
 color: var(--color-white);
 font-size: 14px;
 border: 1px solid transparent;
 border-radius: 300px;
 padding: 12px 26px 12px 26px;
}

/*--------------------------------------------------------------
# HEADER PAGES
--------------------------------------------------------------*/
.header-pages {
 position: relative;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
}
.header-pages::after {
 position: absolute;
 content: "";
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 background-color: rgb(0, 0, 0, 0.47);
 z-index: 0;
}
.title-pages {
 z-index: 1;
}
.title-pages h2 {
 position: relative;
 padding: 120px 50px;
 margin: 0;
 text-align: left;
 color: #ffffff;
 text-transform: uppercase;
 font-family: "Playfair Display", serif;
 font-weight: 600;
 font-style: normal;
 font-size: 70px;
 letter-spacing: -0.04em;
 line-height: 1em;
 text-transform: none;
 z-index: 1;
}
@media (max-width: 768px) {
 .title-pages h2 {
  padding-top: 100px;
  font-size: 40px;
  text-align: center;
 }
}

/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.contacto p {
 font-weight: 400;
 font-style: normal;
 letter-spacing: 0em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

.contacto label {
 font-family: var(--font-openSans);
 font-weight: normal !important;
 color: #7a777f;
}

.bkbtn_send {
 font-family: var(--font-openSans);
 color: white !important;
 padding: 7px 20px 7px 20px !important;
 background: #5f4d39;
 border-radius: 0px;
 border-bottom: none;
 border: 1px solid transparent;
}

/*--------------------------------------------------------------
# Tarifas
--------------------------------------------------------------*/
.tarifas h2 {
 font-family: var(--font-playfair);
 color: #8f7460;
 font-family: "Playfair Display", serif;
 font-weight: 400;
 font-style: normal;
 font-size: 30px;
 letter-spacing: 0em;
 line-height: 1.2em;
 text-transform: none;
}
.tarifas p {
 font-family: var(--font-openSans);
 padding: 0px 70px 0px 0px;
 font-weight: 400;
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
}
.tarifas a {
 font-family: var(--font-openSans);
 padding: 12px 22px 12px 22px;
 font-size: 10px;
 font-weight: 700;
 font-style: normal;
 text-transform: uppercase;
 letter-spacing: 0.2em;
 border: 2px solid #4d433d;
 color: #4d433d;
 border-radius: 300px;
 transition: 0.3s ease;
}
.tarifas a:hover {
 background-color: #4d433d;
 color: var(--color-white);
}

@media (max-width: 768px) {
 .tarifas h2 {
  font-size: 20px;
 }
 .tarifas p {
  padding: 0;
 }
}

/*--------------------------------------------------------------
# Servicios
--------------------------------------------------------------*/
.entry-content {
 padding-top: 40px;
 min-height: 650px;
}
.entry-content p {
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
}
.services-ic {
 margin: 0 auto;
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 padding: 0 50px;
 margin-bottom: 20px;
}
.services-in {
 width: calc(100% - 30px);
 margin: 0 15px 30px;
 padding: 25px 10px;
 align-items: center;
}
.services-in ul {
 list-style-type: disc;
 margin: 20px 0;
 padding: 0;
 font-weight: 400;
 font-style: normal;
 font-size: 14px;
 letter-spacing: 0em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
 margin: 0 auto;
 display: block;
 width: 70%;
}
.services-in li {
 font-family: var(--font-openSans);
 float: left;
 text-align: left;
 width: 50%;
 display: list-item;
 margin-right: 0px;
 list-style-type: disc;
 padding: 0 0px;
}
.services-ic h2 {
 color: #8f7460;
 font-family: "Playfair Display", serif;
 font-weight: 400;
 font-style: normal;
 font-size: 30px;
 letter-spacing: 0em;
 line-height: 1.2em;
 text-transform: none;
}
.services-ic p {
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 letter-spacing: 0em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
}
.btn_other2 {
 font-family: var(--font-openSans);
 padding: 12px 22px 12px 22px;
 font-size: 10px;
 font-weight: 700;
 font-style: normal;
 text-transform: uppercase;
 letter-spacing: 0.2em;
 border: 2px solid #4d433d;
 color: #4d433d;
 border-radius: 300px;
 transition: 0.3s ease;
}
.btn_other2:hover {
 background-color: #4d433d;
 color: var(--color-white);
}
@media (max-width: 767px) {
 .services-ic {
  padding: 0;
 }
 .services-ic h2 {
  font-size: 25px;
 }
 .services-in {
  width: calc(100% - 30px);
 }
 .services-in ul {
  width: 100%;
 }
 .services-in li {
  width: 100%;
 }
}

/*--------------------------------------------------------------
# Galeria
--------------------------------------------------------------*/
.galeria .swiper {
 width: 100%;
 height: 100%;
}
.galeria .swiper-slide {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 40%;
}
.galeria h2 {
 color: #4d433d;
 font-family: "Playfair Display", serif;
 font-weight: 600;
 font-style: normal;
 font-size: 70px;
 letter-spacing: -0.04em;
 line-height: 1em;
 text-transform: none;
}
.galeria h3 {
 color: #8f7460;
 font-family: "Playfair Display", serif;
 font-weight: 400;
 font-style: normal;
 font-size: 30px;
 letter-spacing: 0em;
 line-height: 1.2em;
 text-transform: none;
}
.galeria p {
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
 padding: 0 50px;
}
.img-gal-salta {
 position: relative !important;
}
.text-gal-salta {
 position: absolute !important;
 color: #ffffff !important;
}
@media (max-width: 767px) {
 .galeria h2 {
  font-size: 30px;
 }
 .galeria h3 {
  font-size: 22px;
 }
 .galeria .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30%;
 }
}

/*--------------------------------------------------------------
# Habitaciones
--------------------------------------------------------------*/
.habitaciones h2 {
 color: #8f7460;
 font-family: "Playfair Display", serif;
 font-weight: 400;
 font-style: normal;
 font-size: 30px;
 letter-spacing: 0.03em;
 line-height: 1.2em;
 text-transform: none;
}
.habitaciones p {
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 letter-spacing: 0em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
}
.habitaciones ul {
 list-style-type: none;
 line-height: 30px;
 margin: 0px 20px 9px 20px;
 padding: 0;
 font-size: 14px;
 display: inline-block;
}
.habitaciones li {
 font-family: var(--font-openSans);
 font-weight: 500;
 float: left;
 text-align: left;
 width: 50%;
 display: list-item;
 list-style-type: disc;
 margin-right: 0px;
}
.habitaciones a {
 font-family: var(--font-openSans);
 padding: 12px 22px 12px 22px;
 font-size: 10px;
 font-weight: 700;
 font-style: normal;
 text-transform: uppercase;
 letter-spacing: 0.2em;
 border: 2px solid #4d433d;
 color: #4d433d;
 border-radius: 300px;
}
.habitaciones .swiper {
 width: 100%;
 height: 100%;
}
.hab-title {
 font-size: 20px;
 line-height: 1.68em;
 padding: 20px 0 10px 0;
 margin: 0;
 color: #4d433d;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 0.03em;
 font-family: var(--font-openSans);
}
.hab-img {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 65%;
}
.swiper-hab .swiper-button-next,
.swiper-hab .swiper-button-prev {
 background-color: #a6a19e;
 color: var(--color-white);
 width: 40px;
 height: 40px;
}
.swiper-hab .swiper-button-next::after,
.swiper-hab .swiper-button-prev::after {
 font-size: 12px;
 font-weight: 800;
}
.swiper-hab .swiper-button-prev {
 border-radius: 50%;
}
.swiper-hab .swiper-button-next {
 border-radius: 50%;
}
.swiper-hab .swiper-button-next:hover,
.swiper-hab .swiper-button-prev:hover {
 background-color: #4d433d;
 color: var(--color-white);
 transition: 0.3s;
}
@media (max-width: 768px) {
 .habitaciones h2 {
  font-size: 25px;
 }
 .habitaciones li {
  width: 100%;
 }
}

/*--------------------------------------------------------------
# Habitaciones detalle
--------------------------------------------------------------*/
.hab_det h2 {
 color: #4d433d;
 font-family: var(--font-playfair);
 font-weight: 600;
 font-style: normal;
 font-size: 45px;
 letter-spacing: 0.04em;
 line-height: 1em;
 text-transform: none;
 text-align: center;
}
.hab_det h3 {
 color: #8f7460;
 font-family: var(--font-playfair);
 font-weight: 400;
 font-style: normal;
 font-size: 30px;
 letter-spacing: 0em;
 line-height: 1.2em;
 text-transform: none;
 margin: 40px 0;
 text-align: center;
}
.hab_det p {
 font-family: var(--font-openSans);
 font-weight: 400;
 font-style: normal;
 letter-spacing: 0.03em;
 line-height: 1.9em;
 text-transform: none;
 color: #4d433d;
}
.hab_det .swiper {
 width: 100%;
 height: 100%;
}
.img_hab_det {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 30%;
}

.swiper-pagination-bullet-active {
 background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 font-size: 12px;
 background-color: var(--color-primary-dark);
 font-family: var(--font-openSans);
}

.linksFooter {
 font-size: 12px;
 color: var(--color-white) !important;
 font-weight: 300;
}

.textFooter1 {
 font-weight: 300;
 color: var(--color-default-light);
 text-align: center;
}

.btn-footer {
 padding: 12px 26px 12px 26px;
 font-size: 11px;
 font-weight: 700;
 font-style: normal;
 text-transform: uppercase;
 letter-spacing: 0.2em;
 border: 2px solid #fff;
 color: #fff;
 border-radius: 300px;
}

.btn-footer:hover {
 background-color: var(--color-white);
 color: var(--color-primary);
}

.textFooter2 {
 font-weight: 300;
 text-align: center;
}

.textFooter2 a {
 color: var(--color-white);
 text-align: center;
}

.logo_f {
 width: 15%;
}

.btn-contacto {
  background-color: #4d433d;
 border: 1px solid #4d433d;
 color: #ffffff;
 font-family: var(--font-khula);
 font-size: 18px;
 font-weight: 500;
 font-style: normal;
 letter-spacing: 0.2em;
 padding: 8px 35px 8px 35px;
 transition: .3s ease;
}

.btn-contacto:hover{
  background-color: #ffff;
  color: #4d433d;
}

@media (max-width: 768px) {
 .logo_f {
  width: 30%;
 }
}

@media (max-width: 768px) {
}
