:root {
	--color-primario: #252822;
	--color-secundario: #AFAFA7;

	--color-secundario-light: #DADADA;
	--color-primario-light: #2E2D2C;
	/* #52524C;*/
	--color-primario-dorado: #a98d4b;


	--color-bg-image: #000000b8;

	--color-aprobado: #23B120;
	--color-aprobado-light: #E3FCE2;
	--color-error: #E92828;
	--color-error: #FFE0E0;

	--transition150: all 150ms;
	--transition230: all 230ms;
}


* {
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif !important;
}



.font-weight-bold-footer {
	font-weight: 100 !important;
}


img {
	width: 100%;
	display: block;
	margin: none;
	transition: var(--transition150);
}

p {
	margin: 0;
}

body {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	transition: var(--transition150);
	color: var(--color-primario);
}


body::-webkit-scrollbar {
	width: 15px;
	/* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
	background: var(--color-secundario);
	/* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
	background: var(--color-primario);
	/* color of the scroll thumb */
	border-radius: 20px;
	/* roundness of the scroll thumb */
	/*  border: 3px solid orange;  /* creates padding around scroll thumb */
	*/
}


.awesome-modal::-webkit-scrollbar {
	width: 15px;
	/* width of the entire scrollbar */
}

.awesome-modal::-webkit-scrollbar-track {
	background: var(--color-secundario);
	/* color of the tracking area */
}

.awesome-modal::-webkit-scrollbar-thumb {
	background: var(--color-primario);
	/* color of the scroll thumb */
	border-radius: 20px;
	/* roundness of the scroll thumb */
	/*  border: 3px solid orange;  /* creates padding around scroll thumb */
	*/
}












/*NEW*/
.bt-home1 {
	/* background: var(--color-secundario-light);
    color: var(--color-primario);*/
	background: var(--color-primario-dorado);
	color: #000;
	font-weight: 400;
	padding: 10px 40px;
	display: inline-block;
	transition: var(--transition230);
	border-radius: 50px;
}

.bt-home1:hover {
	background: var(--color-primario-light);
	color: var(--color-secundario-light);
	transform: scale(1.04);
	box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, .5);
}

.bt-item-hosp {
	width: 31%;
	margin: 24px 0px;
	transition: var(--transition230);
}

.bt-item-hosp:hover img {
	opacity: 1;
}

.bt-item-hosp:hover .title {
	color: var(--color-primario);
	padding: 0px 0px 0px 15px;
}

.bt-item-hosp img {
	border-radius: 5px;
	opacity: .7;
	margin: 0px 0px 10px 0px;
	transition: var(--transition230);
}

.title {
	color: var(--color-primario-light);
	font-size: 25px;
	transition: var(--transition230);
	display: block;
}

.creamos {
	margin-top: 50px;
	width: 100%;
	height: 100vh;
	background-image: url(images/bn1.webp);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.sombra-creamos {
	width: 100%;
	height: 100%;
	background: var(--color-bg-image);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 220px;
}

.wrap-creamos {
	width: 50%;
	text-align: center;
	color: white;
	margin: -56px 0px 0px 0px;
}


/*NEW*/

















.cl-page {
	background-colorw: #999;
	width: 100%;
}


.cl-normal {
	width: 1200px;
	margin: auto;
}

.ctro {
	width: 100%
}


header {
	/* width: 1200px; */
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid transparent;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 30px;
	margin: 0px auto 0px auto;
	/*background: rgb(125 125 125 / 50%);*/
	background: rgb(0 0 0 / 51%);
	transition: var(--transition150);
	z-index: 5;

	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);

	display: flex;
	justify-content: space-between;
	align-items: center;

	animation: header .4s forwards;
	animation-delay: 1.9s;
	opacity: 0;
}

.marquee-int {
	width: 22000px;
	padding: 40px 0px;
	font-size: 120px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;

	animation: marq 60s linear infinite;
}

@keyframes marq {
	0% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(-13000px);
	}
}

.vaway-mob {
	display: none;
}

body.fixed header {
	top: 0px !important;
	left: 0 !important;
	right: 0 !important;
	/*top: 1px;
	background: var(--color-primario);*/
	z-index: 5 !important;
}

body.fixed .vaway {
	display: none;
}

body.fixed .vaway-mob {
	display: block;
	width: 120px;
	margin: 0px 0px 0px 50px;
}

body.fixed .bt-restaurante {
	background: var(--color-primario-light);
	color: var(--color-primario-dorado);
	font-size: 16px;
	padding: 18px 15px 16px 15px;
	transition: var(--transition230);

	display: flex;
	align-items: center;
}

body.fixed .bt-restaurante:hover {
	background: var(--color-primario-dorado);
	color: var(--color-primario-light);
}

body.fixed .icoterra {
	font-size: 25px;
	margin: 0px 0px 0px 10px;
}

body.fixed .ico-hedrgh {
	color: var(--color-secundario-light);
	margin: -2px 8px 0px 8px;
}

body.fixed .bt-header {
	/*color: var(--color-secundario-light);*/
	color: #ffffffdb;
	font-size: 16px;
	padding: 0px 12px 0px 12px;
	border-bottom: 0px;

	display: flex;
	justify-content: center;
	align-items: center;

	transition: var(--transition230);
}

body.fixed .bt-header:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	padding: 20px 12px 20px 12px;
	box-shadow: inherit;
	border-bottom: 0px;
	text-shadow: 0px 0px 30px var(--color-secundario-light);
	border-bottom: 0px;
}


.header-left {
	display: flex;
	align-items: center;
}

.vaway {
	width: 150px;
	margin: 0px 0px 0px 25px;
}

nav {
	display: flex;
	align-items: center;
}

.bt-header {
	color: #ffffffdb;
	font-size: 17px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	padding: 4px 12px 3px 12px;
	font-weight: 400;

	display: flex;
	justify-content: center;
	align-items: center;

	transition: var(--transition230);
}

.bt-header:hover {
	color: var(--color-primario-dorado);
	background-color: var(--color-primario-light);
	padding: 12px;
	margin: 10px;
	border-radius: 40px;
	box-shadow: 0px 0px 20px 0px var(--color-secundario-light);
}

.ico-hedrgh {
	color: var(--color-primario);
	margin: -2px 8px 0px 8px;
}

.bt-restaurante {
	color: var(--color-primario-dorado);
	background-color: var(--color-primario-light);
	font-size: 17px;
	padding: 12px;
	margin: 10px;
	border-radius: 40px;
	transition: var(--transition230);

	display: flex;
	align-items: center;
}

.icoterra {
	font-size: 30px;
	margin: 0px 0px 0px 10px;
}

.bt-restaurante:hover {
	background: var(--color-primario-dorado);
	color: var(--color-primario-light);
}

.menav {
	display: none !important;
}








/*SLIDER*/

.slider,
.slider>div {
	/* Images default to Center Center. Maybe try 'center top'? */
	background-position: center center;
	display: block;
	width: 100%;
	height: 100vh;
	/* height: 100vh; */
	/* If you want fullscreen */
	position: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	overflow: hidden;
	-moz-transition: transform .4s;
	-o-transition: transform .4s;
	-webkit-transition: transform .4s;
	transition: transform .4s;

}

.slider>div {
	position: absolute;
}


.slider:hover>div {
	transform: scale(1.01);
}

.hoverZoomOff:hover>div {
	transform: scale(1);
}

.bn-txt1 {
	width: 100%;
	height: 100vh;

	display: flex !important;
	justify-content: center;
	align-items: flex-end;

	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 60%,
			rgba(0, 0, 0, 0.8));

	padding: 0px 0px 220px 0px;
	font-size: 60px;
	color: white;
	text-align: center;
	line-height: 1;
	text-shadow: 0px 8px 9px rgba(0, 0, 0, .8);
}

.bn-txt2 {
	width: 100%;
	height: 100vh;

	display: flex !important;
	justify-content: center;
	align-items: flex-end;

	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 60%,
			rgba(0, 0, 0, 0.8));

	padding: 0px 0px 220px 0px;
	font-size: 60px;
	color: white;
	text-align: center;
	line-height: 1;
	text-shadow: 0px 8px 9px rgba(0, 0, 0, .8);
}

.bn-txt3 {
	width: 100%;
	height: 100vh;

	display: flex !important;
	justify-content: center;
	align-items: flex-end;

	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 60%,
			rgba(0, 0, 0, 0.8));

	padding: 0px 0px 220px 0px;
	font-size: 60px;
	color: white;
	text-align: center;
	line-height: 1;
	text-shadow: 0px 8px 9px rgba(0, 0, 0, .8);
}



/*SLIDER*/




.reserva-home {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 3;
	padding: 0px 0px 50px 0px;

	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}

.wrap-search {
	display: flex;
	background-color: var(--color-primario);
	font-size: 17px;
	box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, .6);
}

.title-reserva-home {
	color: white;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
}

.filter-search {
	color: var(--color-secundario-light);
	padding: 15px 15px;
	transition: var(--transition150);

	display: flex;
	align-items: flex-start;
}

.filter-search:hover {
	color: var(--color-primario);
	background: var(--color-secundario);
}

.filter-search:hover .day-int {
	color: var(--color-primario);
	border-bottom: 1px solid var(--color-primario);
}

.line-search {
	width: 1px;
	height: 50px;
	background: var(--color-secundario-light);
	margin: 0px 15px;
}

.wrap-hues {
	margin: 0px 8px;
}

.day-int {
	color: white;
	font-weight: 500;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid white;
	padding: 0px 0px 3px 0px;
}

.bt-buscar {
	font-size: 18px;
	padding: 0px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	cursor: pointer;

	font-weight: 400;
	align-items: center;
	background: var(--color-secundario-light);
	border: 0;
	color: var(--color-primario);
	transition: var(--transition230);
}

.ico-srh {
	font-size: 25px;
	margin: 0px 0px 5px 0px;
}

.bt-buscar:hover {
	transform: scale(1.03);
	box-shadow: 0px 0px 20px 0px var(--color-secundario-light);
}


/*TRANSITION*/
.loading {
	opacity: 0;
}

/*TRANSITION*/



.hospe {
	width: 100%;
	height: 100vh;
	background: var(--color-primario);
	color: var(--color-secundario-light);

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.btregresar {
	font-size: 20px;
	color: var(--color-secundario-light);

	display: flex;

	border: 1px solid whitesmoke;
	padding: 30px;
}




main {
	background: var(--color-secundario-light);
	margin: 0px 0px 230px 0px;
	padding: 0px 0px 120px 0px;
}

.header-int {
	width: 100%;
	height: 400px;
	margin: 0px 0px 50px 0px;

	overflow: hidden;
}

.img-int {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.img-fluid {
	/*width: 80px !important;
	height: 80px !important;*/
	object-fit: contain;
	object-position: center;
}

.wrap-ruta-header {
	margin: -37px auto 0px auto;
	;
	position: relative;

	display: flex;
}

.ruta-header {
	background: rgba(0, 0, 0, .6);
	padding: 10px 15px;
	display: flex;
	align-items: center;
}

.link-ruta {
	font-size: 15px;
	color: white;
}

.link-ruta:hover {
	text-decoration: underline;
}

.link-ruta2 {
	font-size: 15px;
	color: white;
}

.ico-rght {
	font-size: 15px;
	color: white;
	margin: 0px 5px;
}

.hos-present {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.hos-imgintro {
	width: 50%;
}

.hos-text {
	width: 50%;
}

h1 {
	font-weight: 300;
	font-size: 65px;
	line-height: 1;
	margin: 0;
}

.line-hos {
	width: 80px;
	height: 1px;
	background: var(--color-primario);
	display: block;
	/*margin: 20px 0px 30px -30px;*/
	margin: 20px 0px 30px 1px;
}

.hos-home {
	font-size: 20px !important;
}

.video-int {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hos-txt {
	width: 500px;
	font-size: 16px;
	text-align: justify;
}

.img-hos-present {
	width: 670px;
	height: 400px;
	box-shadow: 30px 40px 60px -10px rgba(0, 0, 0, .3);
	margin-bottom: 70px !important;
}

.incluye {
	width: 200px;
	position: sticky;
	top: 120px;
	margin: 0px 0px 30px 0px;
}

.local {
	width: 200px;
	position: sticky;
	top: 130px;
	margin: 0px 0px 30px 0px;
	font-size: 40px;
}

.services {
	/*width: 900px;*/
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.wrap-prev {
	color: #dddada;
	width: 100%;
	margin-top: 30px;
	/*display: flex;
	flex-wrap: wrap;*/
	align-items: flex-start;
	justify-content: space-between;
}

h3 {
	font-size: 30px;
	margin: 40px 0px 20px 0px;
	width: 100%;
}

.item-incluye {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}

.ico-inc {
	font-size: 20px;
	margin: -2px 5px 0px 0px;
}

.item-serv {
	width: 20%;
	margin: 0px 40px 20px 0px;
	transition: var(--transition230);
	color: var(--color-primario);
}

.img-serv {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.marco1 {
	width: 92%;
	height: 218px;
	margin: -234px auto 0px auto;
	;
	position: relative;
	display: block;
	transition: var(--transition150);
}

.subtitle-serv {
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	transition: var(--transition150);
}

.title-serv {
	font-size: 15px;
	margin: 10px 0px 0px 0px;
	transition: var(--transition150);
}

.item-serv:hover {
	transform: scale(1.04);
}

.item-serv:hover .marco1 {
	width: 100%;
	height: 250px;
	margin: -250px auto 0px auto;
	;
	position: relative;
	display: block;
}

.item-serv:hover .title-serv {
	font-size: 15px;
	margin: 10px 0px 0px 20px;
}

.copy-med {
	margin: 40px 0px 50px 0px;
	text-align: center;
}

.cuenca {
	text-transform: uppercase;
	font-size: 130px;
	font-weight: bold;
	text-align: center;
	opacity: .08;
	position: absolute;
	width: 100%;
	left: 0;
	margin: -65px 0px 0px 0px;
}

.img-fluid {
	position: relative;
	margin: 0px 0px 60px 0px;
}


.others-hos {
	margin: 50px 0px 0px 0px;
	position: relative;
	z-index: 6;
	background: var(--color-secundario-light);

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.item-other {
	width: 31%;
	color: var(--color-primario);
	font-size: 22px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 20px 0px;
	transition: var(--transition230);
}

.item-other:hover {
	padding: 10px;
	transform: scale(1.1);
	margin: 0px 0px 50px 0px;
	box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, .5);
}

.bold-others {
	font-weight: bold;
}

.img-others {
	margin: 0px 0px 10px 0px;
}

.others {
	font-size: 35px;
	font-weight: 500;
}



.bt-reserv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--color-primario);
	color: var(--color-secundario-light);
	border: 1px solid var(--color-primario);
	font-size: 20px;
	padding: 12px 15px;
	width: 300px;
	z-index: 2;

	position: sticky;
	top: 95%;
	margin: 0px auto 0px auto;
	transition: var(--transition230);


}

.bt-reserv:hover {
	transform: scale(1.03);
	color: white;
	box-shadow: 0px 15px 20px -8px rgba(0, 0, 0, .8);
}

.btmain {
	transform: translateY(-50px);
}

.wrap-btnes {
	width: 100%;
	padding: 0px 0px 100px 0px;

	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.bt-instalation {
	width: 32%;
	background: var(--color-primario);
	color: var(--color-secundario-light);
	text-align: center;
	padding: 10px 0px;
	margin: 0px 0px 30px 0px;
	transition: var(--transition230);
}

.bt-instalation:hover {
	transform: scale(1.02);
	box-shadow: 0px 10px 25px 0px var(--color-primario);
}

.item-wrap-instalation {
	width: 24%;
}

.instalation-view1 {
	width: 100%;
	height: 340px;
	display: block;
	margin: 0px 0px 18px 0px;
}

.instalation-view2 {
	width: 100%;
	height: 300px;
	display: block;
	margin: 0px 0px 18px 0px;
}

.instalation-view3 {
	width: 100%;
	height: 440px;
	display: block;
	margin: 0px 0px 18px 0px;
}

.instalation-view4 {
	width: 100%;
	height: 215px;
	display: block;
	margin: 0px 0px 18px 0px;
}

.hov-img {
	transition: var(--transition230);
	opacity: .8;
}

.hov-img:hover {
	transform: scale(1.07);
	opacity: 1;
	box-shadow: 0px 30px 60px -10px rgba(0, 0, 0, .6);
	position: relative;
	z-index: 1;
}

.map-int {
	width: 700px;
	height: 680px;
	margin: -90px auto 0px auto;
}

.img-plus {
	width: 380px;
	height: 450px;
	margin: -80px 0px 90px 0px;
}

.img-home {
	width: 380px;
	height: 450px;
	margin: 0px;
}

.pludg {
	position: relative;
	box-shadow: 0px -20px 60px -7px rgba(0, 0, 0, .45);
}


.line-local {
	display: block;
	width: 80px;
	height: 1px;
	background: var(--color-primario);
	margin: 30px 0px 0px -30px;
}

.title-local-int {
	font-size: 22px;
	font-weight: 500;
	margin: 5px 0px;
}

.ico-mtr {
	margin: 0px 4px 0px 0px;
}

.mtros {
	font-weight: 600;
}

.contact {
	width: 100%;
	height: 80vh;
	background-image: url(images/terra2.webp);
	background-size: cover;
	background-position: top;

	display: flex;
	align-items: center;
	justify-content: center;
}

.wrap-contact {
	display: inline-block;
}

.contact-left {
	width: 420px;
	padding: 20px;
	background: rgba(255, 255, 255, .5);
	margin: 0px 0px 0px 0px;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.bt-contact {
	width: 100%;
	background: var(--color-primario);
	color: var(--color-secundario-light);
	padding: 15px 14px;
	margin: 14px 0px 0px 0px;
	font-size: 18px;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.redes {
	background: var(--color-secundario-light);
	color: var(--color-primario);
	font-size: 22px;
	width: 30%;
	padding: 15px 0px;
	margin: 60px 0px 0px 0px;

	display: flex;
	align-items: center;
	justify-content: center;

	transition: var(--transition230);
}

.redes:hover {
	box-shadow: 0px 0px 20px 0px var(--color-secundario-light);
	transform: scale(1.03);
}



.container-room {
	animation: container .4s forwards;
	animation-delay: 1.5s;
	opacity: 0;

	position: relative;
	z-index: 1;
}


.load {
	width: 100%;
	height: 100vh !important;
	background: white;

	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;

	animation: load 2s forwards;
}

.wrap-load {
	width: 210px;
	height: 210px;
	background: var(--color-secundario);
	opacity: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	animation: wrap-load 2s forwards;
	animation-delay: .6;
}

.ico-vw {
	color: var(--color-secundario-light);
	font-size: 90px;
}




.intro {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100vh;
	background: white;

	display: flex;
	justify-content: center;
	align-items: center;

	animation: intro 1s forwards;
}

.wrap-intro {
	width: 500px;
	text-align: center;
}

.ico-intdrf {
	color: var(--color-secundario-light);
	font-size: 110px;
	animation: intd 2s forwards;
	animation-delay: .3s;
	opacity: 0;
}

.ture {
	font-weight: 600;
	font-size: 55px;
	margin: 20px 0px;
	color: var(--color-secundario-light);
	animation: ture 2s forwards;
	animation-delay: .3s;
	opacity: 0;
}







/*ANIMATIONS*/

@keyframes container {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes header {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes load {
	0% {
		background: white;
	}

	20% {
		background: white;
	}

	40% {
		background: var(--color-secundario-light);
	}

	100% {
		background: var(--color-secundario-light);
	}
}

@keyframes wrap-load {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	20% {
		opacity: 0;
		transform: translateY(50px);
	}

	50% {
		opacity: 1;
		transform: translateY(0px);
	}

	60% {
		opacity: 1;
		width: 210px;
		height: 210px;
		transform: translateY(0px);
	}

	70% {
		opacity: 1;
		width: 100%;
		height: 100vh;
	}

	100% {
		opacity: 0;
		width: 100%;
		height: 100vh;
	}
}

@keyframes intro {
	0% {
		opacity: 1;
		background: white
	}

	5% {
		opacity: 1;
		background: white
	}

	35% {
		opacity: 1;
		background: var(--color-primario);
	}

	94% {
		opacity: 1;
		background: var(--color-primario);
	}

	100% {
		opacity: 0;
		z-index: -99;
	}
}

@keyframes intd {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}

	30% {
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes ture {
	0% {
		transform: translateY(-20px);
		opacity: 0;
	}

	30% {
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

/*ANIMATIONS*/





.extStudio .itmStudio {
	display: none;
}



.ico-clspop {
	color: white;
	display: block;
	font-size: 50px;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 5;
	opacity: 0;

	animation: bgcls .4s forwards;
	animation-delay: .5s;
}

@keyframes bgcls {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.wrap-hospedaje {
	width: 1200px;
	height: 100vh;
	min-height: 900px;
	margin: 0px auto 0px auto;

	text-align: center;
	color: white;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.title-hosp {
	font-size: 60px;
	opacity: 0;
	transition: var(--transition230);
	animation: txtpop .4s forwards;
	animation-delay: .8s;
}

.subtitle {
	font-weight: 500;
	font-size: 31px;
	margin: 4px 0px 30px 0px;
	opacity: 0;
	transition: var(--transition230);
	animation: txtpop .4s forwards;
	animation-delay: .8s;
}

.wrap-view-hosp1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap-view-hosp2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.bt-hops-int1 {
	width: 32%;
	height: 330px;
	overflow: hidden;
	margin: 10px 0px;
	color: white;
	font-size: 25px;
	opacity: 0;
	transition: var(--transition230);
	animation: bt1 .4s forwards;
	animation-delay: .8s;
}

.bt-hops-int2 {
	width: 23.5%;
	height: 330px;
	overflow: hidden;
	margin: 10px 0px;
	color: white;
	font-size: 25px;
	opacity: 0;
	transition: var(--transition230);
	animation: bt2 .4s forwards;
	animation-delay: .8s;
}

.sombra-btpop1 {
	width: 100%;
	height: 90px;
	background: var(--color-secundario);
	margin: -90px 0px 0px 0px;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 0px 15px;
	transition: var(--transition230);
}

.bld2 {
	font-weight: 600;
}


@keyframes bt1 {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes bt2 {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes txtpop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



.bt-hops-int1:hover {
	transform: scale(1.03);
	text-shadow: 5px 5px 8px rgba(0, 0, 0, 1);
}

.bt-hops-int1:hover .sombra-btpop1 {
	width: 100%;
	height: 330px;
	background: rgba(0, 0, 0, .3);
	margin: -330px 0px 0px 0px;
	text-align: left;
	display: flex;
	align-items: flex-start;
	padding: 15px 15px;
}

.bt-hops-int2:hover {
	transform: scale(1.03);
	text-shadow: 5px 5px 8px rgba(0, 0, 0, 1);
}

.bt-hops-int2:hover .sombra-btpop1 {
	width: 100%;
	height: 330px;
	background: rgba(0, 0, 0, .3);
	margin: -330px 0px 0px 0px;
	text-align: left;
	display: flex;
	align-items: flex-start;
	padding: 15px 15px;
}

.wrap-nav-int {
	width: 100%;
	height: 90vh;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bt-link-int {
	font-size: 40px;
	color: white;
	font-weight: 300;
	margin: 10px 0px;
	position: relative;
	top: 30px;
	opacity: 0;

	transition: var(--transition230);
	animation: bglnk .4s forwards;
	animation-delay: .3s;
}

@keyframes bglnk {
	0% {
		opacity: 0;
		top: 30px;
	}

	100% {
		opacity: 1;
		top: 0px;
	}
}


.bt-link-int:hover {
	color: var(--color-secundario);
}

.linnav {
	width: 50px;
	height: 1px;
	background: white;
	margin: 20px auto;
	position: relative;
	top: 30px;
	opacity: 0;

	animation: bglnk .4s forwards;
	animation-delay: .3s;
}










/*HABITACIONES INFO*/

.atribs {
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.item-hab1 {
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0px 0px 40px 0px;
	align-items: flex-start;
}

.item-hab2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0px 0px 40px 0px;
	align-items: flex-start;
}

.title-hab {
	background: var(--color-primario-light);
	color: var(--color-secundario-light);
	padding: 10px 15px 8px 15px;
	font-size: 20px;
	font-weight: 400;
	margin: 0px 0px 5px 0px;
	width: 100%;
}

.item-atribs {
	display: flex;
	align-items: flex-start;
	font-size: 20px;
	margin: 3px 0px 0px 0px;
	color: var(--color-primario);
}

.ico-sjw7u {
	font-size: 17px;
	margin: 2px 4px 0px 0px;
}

.title-hab span {
	font-weight: 600;
}

/*HABITACIONES INFO*/
































@media screen and (max-width: 1400px) {
	.cl-normal {
		background-colors: #999;
		width: 900px;
		margin: auto;
	}

	.wrap-hospedaje {
		width: 900px;
		height: 100vh;
		min-height: 900px;
		margin: 0px auto 0px auto;

		text-align: center;
		color: white;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	header {
		/* width: 900px; */
		width: 100%;
		padding: 0px 0px 0px 0px;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 30px;
		margin: 0px auto 0px auto;
		transition: var(--transition150);
		z-index: 5;

		-webkit-backdrop-filter: blur(7px);
		backdrop-filter: blur(7px);

		display: flex;
		justify-content: space-between;
		align-items: center;

		animation: header .4s forwards;
		animation-delay: 1.9s;
		opacity: 0;
	}

	h1 {
		font-weight: 300;
		font-size: 50px;
		line-height: 1;
		margin: 0;
	}

	.hos-txt {
		width: 100%;
		font-size: 16px;
		margin: 0px 0px 25px 0px;
	}

	.img-hos-present {
		width: 100%;
		height: 440px;
		box-shadow: 30px 40px 60px -10px rgba(0, 0, 0, .3);
	}

	.services {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	h2 {
		text-align: center;
		width: 100%;
		font-weight: 300;
		font-size: 40px;
		padding: 0px 0px;
	}

	.cuenca {
		text-transform: uppercase;
		font-size: 109px;
		font-weight: bold;
		text-align: center;
		opacity: .08;
		position: absolute;
		width: 100%;
		left: 0;
		margin: -45px 0px 0px 0px;
	}

	.map-int {
		width: 700px;
		height: 680px;
		margin: -50px auto 0px auto;
	}

	.img-plus {
		width: 280px;
		height: 360px;
		margin: -80px 0px 90px 0px;
	}

	.img-home {
		width: 480px;
		height: 360px;
		margin: 0px;
	}



	.atribs {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	.item-hab1 {
		width: 30%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0px 0px 40px 0px;
		align-items: flex-start;
	}

	.title-hab {
		background: var(--color-primario-light);
		color: var(--color-secundario-light);
		padding: 10px 15px 8px 15px;
		font-size: 20px;
		font-weight: 400;
		margin: 0px 0px 5px 0px;
		width: 100%;
	}

	.bt-item-hosp {
		width: 47%;
		margin: 24px 0px;
		transition: var(--transition230);
	}


	.item-serv {
		width: 33%;
		margin: 0px 20px 5px 0px;
		transition: var(--transition230);
		color: var(--color-primario);
	}

}







































@media screen and (max-width: 960px) {

	.creamos {
		width: 100%;
		height: 755px;
		background-image: url(images/bn1.webp);
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
		margin: -6px 0px 0px 0px;
	}

	.video-int {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.cl-normal {
		background-colors: #999;
		width: 600px;
		margin: auto;
	}

	.wrap-hospedaje {
		width: 88%;
		height: inherit;
		min-height: inherit;
		margin: 0px auto 0px auto;
		padding: 80px 0px;

		text-align: center;
		color: white;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.wrap-view-hosp2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 0px 0px 100px 0px;
	}

	.bt-hops-int1 {
		width: 100%;
		height: 330px;
		overflow: hidden;
		margin: 10px 0px;
		color: white;
		font-size: 25px;
		opacity: 0;
		transition: var(--transition230);
		animation: bt1 .4s forwards;
		animation-delay: .8s;
	}

	.bt-hops-int2 {
		width: 100%;
		height: 330px;
		overflow: hidden;
		margin: 10px 0px;
		color: white;
		font-size: 25px;
		opacity: 0;
		transition: var(--transition230);
		animation: bt2 .4s forwards;
		animation-delay: .8s;
	}

	.sombra-btpop1 {
		width: 100%;
		height: 90px;
		background: var(--color-secundario);
		margin: -90px 0px 0px 0px;
		text-align: left;
		display: flex;
		align-items: center;
		padding: 0px 15px;
		transition: var(--transition230);
	}

	.bt-hops-int1:hover {
		transform: scale(1.03);
		text-shadow: 5px 5px 8px rgba(0, 0, 0, 1);
	}

	.bt-hops-int1:hover .sombra-btpop1 {
		width: 100%;
		height: 330px;
		background: rgba(0, 0, 0, .3);
		margin: -330px 0px 0px 0px;
		text-align: left;
		display: flex;
		align-items: flex-start;
		padding: 15px 15px;
	}

	.bt-hops-int2:hover {
		transform: scale(1.03);
		text-shadow: 5px 5px 8px rgba(0, 0, 0, 1);
	}

	.bt-hops-int2:hover .sombra-btpop1 {
		width: 100%;
		height: 330px;
		background: rgba(0, 0, 0, .3);
		margin: -330px 0px 0px 0px;
		text-align: left;
		display: flex;
		align-items: flex-start;
		padding: 15px 15px;
	}



	.sale960 {
		display: none !important;
	}

	header {
		/* width: 600px; */
		width: 100%;
		padding: 0px 0px 0px 0px;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 30px;
		margin: 0px auto 0px auto;
		transition: var(--transition150);
		z-index: 5;

		-webkit-backdrop-filter: blur(7px);
		backdrop-filter: blur(7px);

		display: flex;
		justify-content: space-between;
		align-items: center;

		animation: header .4s forwards;
		animation-delay: 1.9s;
		opacity: 0;
	}

	.menav {
		display: flex !important;
	}

	.vaway {
		width: 120px;
		margin: 0px 0px 0px 18px;
	}

	.bt-header {
		font-size: 17px;
		padding: 4px 12px 3px 12px;
		font-weight: 400;

		display: flex;
		justify-content: center;
		align-items: center;

		transition: var(--transition230);
	}

	.bt-header:hover {
		box-shadow: 0px 0px 20px 0px var(--color-secundario-light);
	}

	.bt-restaurante {
		color: var(--color-primario-dorado);
		background-color: var(--color-primario-light);
		font-size: 17px;
		padding: 12px;
		margin: 10px;
		border-radius: 40px;
		transition: var(--transition230);

		display: flex;
		align-items: center;
	}

	.icoterra {
		font-size: 30px;
		margin: 0px 0px 0px 10px;
	}

	.bt-restaurante:hover {
		background: var(--color-primario-dorado);
		color: var(--color-primario-light);
	}

	.bn-txt1 {
		width: 100%;
		height: 100vh;

		display: flex !important;
		justify-content: center;
		align-items: flex-end;

		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0) 60%,
				rgba(0, 0, 0, 0.8));

		padding: 0px 0px 35% 0px;
		font-size: 60px;
		color: white;
		text-align: center;
		line-height: 1;
		text-shadow: 0px 8px 9px rgba(0, 0, 0, .8);
	}

	.bn-txt2 {
		width: 100%;
		height: 100vh;

		display: flex !important;
		justify-content: center;
		align-items: flex-end;

		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0) 60%,
				rgba(0, 0, 0, 0.8));

		padding: 0px 0px 35% 0px;
		font-size: 60px;
		color: white;
		text-align: center;
		line-height: 1;
		text-shadow: 0px 8px 9px rgba(0, 0, 0, .8);
	}

	.bn-txt3 {
		width: 100%;
		height: 100vh;

		display: flex !important;
		justify-content: center;
		align-items: flex-end;

		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0) 60%,
				rgba(0, 0, 0, 0.8));

		padding: 0px 0px 35% 0px;
		font-size: 60px;
		color: white;
		text-align: center;
		line-height: 1;
		text-shadow: 0px 8px 9px rgba(0, 0, 0, .8);
	}

	.reserva-home {
		width: 100%;
		height: 100vh;
		position: relative;
		z-index: 3;
		padding: 0px 0px 100px 0px;

		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: column;
	}

	.hos-txt {
		width: 100%;
		font-size: 16px;
		margin: 0px 0px 25px 0px;
	}

	.img-hos-present {
		width: 100%;
		height: 310px;
		box-shadow: 30px 40px 60px -10px rgba(0, 0, 0, .3);
	}

	.services {
		/*width: 390px;*/

		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.item-serv {
		width: 100%;
		margin: 0px 0px 40px 0px;
		transition: var(--transition230);
		color: var(--color-primario);
	}

	.cuenca {
		text-transform: uppercase;
		font-size: 74px;
		font-weight: bold;
		text-align: center;
		opacity: .08;
		position: absolute;
		width: 100%;
		left: 0;
		margin: -15px 0px 0px 0px;
	}

	.item-other {
		width: 47%;
		color: var(--color-primario);
		font-size: 22px;
		margin: 0px 0px 40px 0px;
		padding: 0px 0px 20px 0px;
		transition: var(--transition230);
	}

	.item-other:hover {
		padding: 10px;
		transform: scale(1.1);
		margin: 0px 0px 50px 0px;
		box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, .5);
	}

	.item-wrap-instalation {
		width: 48.5%;
	}

	.map-int {
		width: 100%;
		height: 500px;
		margin: 50px auto 0px auto;
	}

	.img-plus {
		width: 100%;
		height: 660px;
		margin: 10px 0px 50px 0px;
	}

	.img-home {
		width: 100%;
		height: 660px;
		margin: 0px;
	}


	.item-hab1 {
		width: 48%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0px 0px 40px 0px;
		align-items: flex-start;
	}



	.bt-home1 {
		font-size: 15px;
		width: max-content;
		margin-left: -25%;
	}

}


.txtjustify {
	text-align: justify !important;
}


p.mb-4.txtjustify {
	text-align: justify !important;
}




.float {
	z-index: 1000;
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 40px;
	right: 40px;
	background-color: #35a954;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

.my-float {
	margin-top: 12px;
	font-size: 25px;
}





.float-language-button {
	position: fixed;
	bottom: 30px;
	right: 20px;
	animation: fadeIn 700ms ease-in-out 1s both;
	cursor: pointer;
	z-index: 20;
}

.float-language-button .icon {
	height: 45px;
	width: 95px;
	text-align: center;
	line-height: 45px;
	background-color: #2e2d2ce6;
	color: #a88d4b;
    font-weight: 500;
	border-radius: 40px;
}

.float-language-button .icon>a {
	color: #a88d4b;
}

.float-social-button {
	position: fixed;
	bottom: 30px;
	right: 120px;
	animation: fadeIn 700ms ease-in-out 1s both;
	cursor: pointer;
	z-index: 20;
}

.float-social-button .icon {
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #2e2d2ce6;
	color: #a88d4b;
    font-weight: 500;
	border-radius: 50%;
}

.float-social-button .icon>a {
	color: #a88d4b;
}


.float-restaurant-button {
	position: fixed;
	bottom: 30px;
	right: 170px;
	animation: fadeIn 700ms ease-in-out 1s both;
	cursor: pointer;
	z-index: 20;
}

.float-restaurant-button .icon {
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #2e2d2ce6;
	color: #a88d4b; 
    font-weight: 500;
	border-radius: 50%;
}

.float-restaurant-button .icon>a {
	color: #a88d4b;
}





























@media screen and (max-width: 650px) {
	.video-int {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.cl-normal {
		background-colors: #999;
		width: 320px;
		margin: auto;
	}

	.bt-item-hosp {
		width: 100%;
		margin: 24px 0px;
		transition: var(--transition230);
	}


	.reserva-home {
		width: 100%;
		height: 100vh;
		position: relative;
		z-index: 3;
		padding: 0px 0px 0px 0px;

		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-direction: column;
	}


	.sale320 {
		display: none !important;
	}

	header {
		/* width: 320px; */
		width: 100%;
		padding: 0px 0px 0px 0px;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 30px;
		margin: 0px auto 0px auto;
		transition: var(--transition150);
		z-index: 5;

		-webkit-backdrop-filter: blur(7px);
		backdrop-filter: blur(7px);

		display: flex;
		justify-content: space-between;
		align-items: center;

		animation: header .4s forwards;
		animation-delay: 1.9s;
		opacity: 0;
	}


	.bt-restaurante {
		color: var(--color-primario-dorado);
		background-color: var(--color-primario-light);
		font-size: 16px;
		/* padding: 17px 12px 15px 12px; */
		transition: var(--transition230);

		display: flex;
		align-items: center;

	}

	.icoterra {
		font-size: 30px;
		margin: 0px 0px 0px 5px;
	}

	.bt-restaurante:hover {
		background: var(--color-primario-dorado);
		color: var(--color-primario-light);
	}

	.bt-header {
		font-size: 15px;
		font-weight: 400;
		padding: 21px 10px 17px 10px;

		display: flex;
		justify-content: center;
		align-items: center;

		transition: var(--transition230);
	}

	.bt-header:hover {
		box-shadow: 0px 0px 20px 0px var(--color-secundario-light);
	}

	.vaway {
		width: 120px;
		margin: 0px 19px 0px 18px;
	}

	body.fixed .bt-header {
		color: #ffffffdb;
		font-size: 16px;
		padding: 0px 12px 0px 12px;
		border-bottom: 0px;
		box-shadow: 0px 0px 0px 0px var(--color-secundario-light);

		display: flex;
		justify-content: center;
		align-items: center;

		transition: var(--transition230);
	}

	body.fixed .bt-header:hover {
		/*padding: 0px 12px 0px 12px;*/
		padding: 34px 12px 31px 12px;
		box-shadow: inherit;
		border-bottom: 0px;
		text-shadow: 0px 0px 0px var(--color-secundario-light);
		border-bottom: 0px;
	}


	.wrap-search {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		background-color: var(--color-primario);
		font-size: 17px;
		box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, .6);
	}

	.filter-search {
		color: var(--color-secundario-light);
		padding: 15px 15px;
		transition: var(--transition150);
		width: 100%;

		display: flex;
		align-items: flex-start;
		justify-content: space-around;
	}

	.filter-search:hover {
		color: var(--color-primario);
		background: var(--color-secundario);
	}

	.line-search {
		width: 1px;
		height: 50px;
		background: var(--color-secundario-light);
		margin: 0px 0px;
	}

	.wrap-hues {
		margin: 0px 0px;
	}

	.bt-buscar {
		width: 100%;
		font-size: 18px;
		padding: 10px 0px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;

		cursor: pointer;

		font-weight: 400;
		align-items: center;
		background: var(--color-secundario-light);
		border: 0;
		color: var(--color-primario);
		transition: var(--transition230);
	}

	.ico-srh {
		font-size: 25px;
		margin: 0px 3px 0px 0px;
	}

	.bt-buscar:hover {
		transform: scale(1.03);
		box-shadow: 0px 0px 20px 0px var(--color-secundario-light);
	}

	.bn-txt1 {
		width: 100%;
		height: 100vh;

		display: flex !important;
		justify-content: center;
		align-items: flex-end;

		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0) 60%,
				rgba(0, 0, 0, 0.8));

		padding: 0px 0px 60% 0px;
		font-size: 41px;
		color: white;
		text-align: center;
		line-height: 1;
		text-shadow: 0px 8px 9px rgba(0, 0, 0, .8);
	}

	.bn-txt2 {
		width: 100%;
		height: 100vh;

		display: flex !important;
		justify-content: center;
		align-items: flex-end;

		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0) 60%,
				rgba(0, 0, 0, 0.8));

		padding: 0px 0px 60% 0px;
		font-size: 41px;
		color: white;
		text-align: center;
		line-height: 1;
		text-shadow: 0px 8px 9px rgba(0, 0, 0, .8);
	}

	.bn-txt3 {
		width: 100%;
		height: 100vh;

		display: flex !important;
		justify-content: center;
		align-items: flex-end;

		background: linear-gradient(to bottom,
				rgba(0, 0, 0, 0) 60%,
				rgba(0, 0, 0, 0.8));

		padding: 0px 0px 60% 0px;
		font-size: 41px;
		color: white;
		text-align: center;
		line-height: 1;
		text-shadow: 0px 8px 9px rgba(0, 0, 0, .8);
	}

	.img-hos-present {
		width: 100%;
		height: 220px;
		box-shadow: 30px 40px 60px -10px rgba(0, 0, 0, .3);
	}

	.incluye {
		width: 200px;
		position: relative;
		top: 20px;
		margin: 0px 0px 30px 0px;
	}


	.cuenca {
		text-transform: uppercase;
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		opacity: .08;
		position: absolute;
		width: 100%;
		left: 0;
		margin: 14px 0px 0px 0px;
	}

	.img-fluid {
		position: relative;
		margin: 0px 0px 20px 0px;
	}

	.item-other {
		width: 100%;
		color: var(--color-primario);
		font-size: 22px;
		margin: 0px 0px 40px 0px;
		padding: 0px 0px 20px 0px;
		transition: var(--transition230);
	}

	.item-other:hover {
		padding: 0px 0px 20px 0px;
		transform: scale(1);
		margin: 0px 0px 40px 0px;
		box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, .5);
	}

	body.fixed .vaway-mob {
		display: block;
		width: 120px;
		margin: 0px 0px 0px 50px;
	}

	.bt-instalation {
		width: 100%;
		background: var(--color-primario);
		color: var(--color-secundario-light);
		text-align: center;
		padding: 10px 0px;
		margin: 0px 0px 15px 0px;
		transition: var(--transition230);
	}

	.bt-instalation:hover {
		transform: scale(1.02);
		box-shadow: 0px 10px 25px 0px var(--color-primario);
	}

	.item-wrap-instalation {
		width: 100%;
	}

	.img-plus {
		width: 100%;
		height: 450px;
		margin: 10px 0px 20px 0px;
	}

	.img-home {
		width: 100%;
		height: 450px;
		margin: 0px;
	}

	.local {
		width: 200px;
		position: relative;
		top: 0px;
		margin: 0px 0px 30px 0px;
		font-size: 40px;
	}

	.contact-left {
		width: 100%;
		padding: 30px;
		background: rgba(255, 255, 255, .5);
		margin: 80px 0px 0px 0px;

		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.bt-contact {
		width: 100%;
		background: var(--color-primario);
		color: var(--color-secundario-light);
		padding: 15px 14px;
		margin: 14px 0px 0px 0px;
		font-size: 16px;

		display: flex;
		align-items: center;
		justify-content: space-between;
	}



	.item-hab1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin: 0px 0px 40px 0px;
		align-items: flex-start;
	}




}









































@media screen and (max-width: 460px) {}



















@media screen and (max-width: 340px) {}






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

.footer-section {
	background: #151414;
	position: relative;
}

.footer-cta {
	border-bottom: 1px solid #373636;
}

.single-cta i {
	color: var(--color-primario-dorado);
	font-size: 30px;
	float: left;
	margin-top: 8px;
}

.text-dorado {
	color: var(--color-primario-dorado) !important;
}

.cta-text {
	padding-left: 15px;
	display: inline-block;
}

.cta-text h4 {
	color: var(--color-primario-dorado);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}

.cta-text span {
	color: #757575;
	font-size: 15px;
}

.footer-content {
	position: relative;
	z-index: 2;
}

.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-logo img {
	max-width: 600px;
}

.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: #7e7e7e;
	line-height: 28px;
}


.footer-social-icon span {
	color: #fff;
	/*display: block;*/
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}

.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}

.facebook-bg {
	background: #3B5998;
}

.twitter-bg {
	background: #55ACEE;
}

.booking-bg {
	background: #0e0437;
}

.google-bg {
	background: #DD4B39;
}

.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}

.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: var(--color-primario-dorado);
}

.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}

.footer-widget ul li a:hover {
	color: var(--color-primario-dorado);
}

.footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
}

.subscribe-form {
	position: relative;
	overflow: hidden;
}

.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
}

.subscribe-form button {
	position: absolute;
	right: 0;
	background: var(--color-primario-dorado);
	padding: 13px 20px;
	border: 1px solid var(--color-primario-dorado);
	top: 0;
}

.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}

.copyright-area {
	background: #202020;
	padding: 25px 0;
}

.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
}

.copyright-text p a {
	color: var(--color-primario-dorado);
}

.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}

.footer-menu li:hover a {
	color: var(--color-primario-dorado);
}

.footer-menu li a {
	font-size: 14px;
	color: #878787;
}







.topnav {
	display: none;
	overflow: hidden;
	background: rgb(0 0 0 / 51%);
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}


.topnav .icon {
	display: none;
}

.topnav a:hover {
	background-color: #555;
	color: white;
}


body.fixed .topnav.responsive {
	top: 80px !important;
}

@media screen and (max-width: 600px) {

	.topnav a:not(:first-child),
	.dropdown .dropbtn {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 960px) {
	.topnav.responsive {
		display: block;
		padding: 20px;
		top: 105px !important;
		left: 0 !important;
		right: 0 !important;
		z-index: 5 !important;
		position: fixed;
	}

	.topnav.responsive .icon {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .dropdown {
		float: none;
	}

	.topnav.responsive .dropdown-content {
		position: relative;
	}

	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}