/*

*/
@font-face {
	font-family: BrandonGrotesqueBold;
	src: url(../fonts/Brandon_bld.otf);
	font-style: bold;
}

@font-face {
	font-family: BrandonGrotesqueBlack;
	src: url(../fonts/Brandon_blk.otf);
}

@font-face {
	font-family: BrandonGrotesqueLight;
	src: url(../fonts/Brandon_light.otf);
}

@font-face {
	font-family: CanterOutline;
	src: url(../fonts/Canter_outline.otf);
}

/* ======= BASE ==========*/
* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

textarea {
	resize: none;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
	text-decoration: none;
}

ul {
	list-style: none;
}

/* =================
		FONTS
====================*/
.bold {
	font-weight: 700;
}

.light {
	font-weight: 300;
}

::selection {
	background: #111416;
	color: #ffffff;
}

::-webkit-selection {
	background: #111416;
	color: #ffffff;
}

::-moz-selection {
	background: #111416;
	color: #ffffff;
}

/* ==================
		COLORS
===================== */
/*
	gray-header: #616365;
	pink-header: #ff7174;
*/

/* ==================
	MAGNIFIC POPUP
==================== */
/* Styles for dialog window */
.small-dialog {
	background: rgba(0, 0, 0, 0.9);
	padding: 20px 30px;
	text-align: left;
	max-width: 615px;
	margin: 40px auto;
	position: relative;
}

.small-dialog h3 {
	text-align: center;
	color: #fff;
	font-family: BrandonGrotesqueBlack;
	font-size: 27px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.small-dialog p {
	color: #fff;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* .mfp-bg {
	background: transparent;
} */

/* ===================
		GENERAL
======================*/
body {
	position: relative !important;
	font-family: BrandonGrotesqueLight;
}

header {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
}

footer {
	background: #3b3d40;
}

.bg-black {
	background: #131416;
}

.fullscreen {
	height: 100vh;
}

.flex {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex-center {
	align-self: center;
}

.btn-purple {
	color: #fff;
	background-color: #901884;
	border: 0px;
	border-radius: 5px;
	padding: 0px 7px;
	font-size: 24px;
	font-family: BrandonGrotesqueBold;
}

.btn-purple .fa {
	background: #b96db1;
	border-radius: 50%;
	font-size: 21px;
	margin-left: 5px;
	padding: 2px 7px;
	align-content: middle;
	line-height: 15px;
	letter-spacing: -3px;
	font-weight: 200;
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
	color: #eee;
}

.btn-calendar {
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	font-size: 24px;
}

.btn-calendar .fa {
	color: #fff;
	background: transparent;
	border-radius: 0px;
	font-size: 21px;
	align-content: middle;
}

.btn-calendar:hover,
.btn-calendar:active,
.btn-calendar:focus {
	color: #eee;
}

.btn-transparent {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0px;
	font-size: 11px;
	padding: 5px 15px;
	transition: color 1s ease;
	transition: background 1s ease;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
	color: #333;
	background: #fff;
}

.link-pink {
	color: rgb(144, 24, 132);
}

.link-pink:hover,
.link-pink:focus {
	color: rgb(144, 24, 132);
	border-bottom: 1px solid rgba(144, 24, 132);
}

.bg-lines {
	background-image: url(../img/lines-bg.png);
	background-repeat: repeat;
}

/*
.bg-home
{
	height: 400px;
	background-image: url(../img/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center -115%;
	background-size: 100%;
	background-attachment: fixed;
}
*/
.bg-home {
	height: 400px;
	background-image: url(../img/hospedaje.png);
	background-position: 0 0;
	background-size: cover;
	margin-bottom: 50px;
}

.bg-rooms {
	height: 300px;
	background-image: url(../img/bistro-desayuno.png);
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-bistro-garden {
	background-image: url(../img/bistro-2025.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

/* datepicker */
.ui-datepicker {
	z-index: 1600 !important;
}

/* wrapper */
.section-wrapper {
	margin-top: 60px;
	padding-left: 0px;
	padding-right: 0px;
}

/* ================
	TEMPLATE
================== */
.navbar-brand {
	/*background-color: rgba(84, 6, 71, 0.7);*/
	width: 115px;
	height: 60px;
	padding: 11px 15px;
	position: absolute;
	left: 0;
}

.navbar-brand:hover {
	background-color: rgba(84, 6, 71, 0.7) !important;
}

.navbar-right {
	position: absolute;
	right: 0;
	top: 0;
	/*background-color: rgba(84, 6, 71, 0.7);*/
	height: 60px;
}

.navbar-right li a {
	margin-right: 15px !important;
}

.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	border: 0px;
	/*background-color: rgba(144, 24, 132, 0.7);*/
	background-color: #363635;
	height: 60px;
}

.nav > li > a {
	display: block;
	padding: 20px 13px;
	font-size: 10px;
	color: #fff !important;
	letter-spacing: 2px;
}

.nav > li.active > a {
	text-decoration: underline;
	background-color: transparent !important;
}

/* "X" effect */
.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.navbar-default .navbar-toggle {
	position: relative;
	z-index: 100;
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: 10% 10%;
	-webkit-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}

.nav-social a .fa {
	background-color: #fff;
	color: #3b5998;
	padding: 4px 5px;
	border-radius: 50%;
	vertical-align: middle;
	padding-left: 5px;
}

.navbar-gray {
	position: relative;
	background-color: #e1e2e0;
	margin: 0 auto;
	width: 700px;
	padding: 5px 0px;
	height: 35px;
}

.navbar-gray::before {
	content: '';
	position: absolute;
	top: 0;
	left: -35px;
	width: 0;
	height: 0;
	border-right: 0px solid transparent;
	border-left: 35px solid transparent;
	border-top: 35px solid #e1e2e0;
}

.navbar-gray::after {
	content: '';
	position: absolute;
	top: 0;
	right: -35px;
	width: 0;
	height: 0;
	border-right: 35px solid transparent;
	border-left: 0px solid transparent;
	border-top: 35px solid #e1e2e0;
}

.navbar-gray p {
	font-family: BrandonGrotesqueLight;
	font-size: 12px;
	color: #140c08;
	margin-top: 3px;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
}

.navbar-gray p img {
	width: 14px;
}

.navbar-gray p img.lang {
	width: 16px;
}

.navbar-gray p span {
	color: #901884;
	font-weight: 700;
	padding: 0px 10px;
}

.navbar-gray p a:first-child {
	color: #140c08;
	font-weight: 300;
}

.navbar-gray p a {
	color: #901884;
	font-weight: 700;
}

.navbar-header .btn-book {
	position: absolute;
	left: 0;
	right: 0;
	top: 18px;
	text-align: center;
}

.navbar-header .btn-book a {
	color: #fff;
	font-size: 10px;
	font-weight: 300;
}

.footer-wrapper {
	padding: 30px 0px;
}

.footer-wrapper .col-sm-6 p,
.footer-wrapper .col-sm-6 p a {
	margin-bottom: 0px;
	color: #fff;
	font-family: BrandonGrotesqueLight;
	font-size: 16px;
}
/* ================
	HOME
================== */
#inicio,
#home {
	position: relative;
	overflow: hidden;
}

#reserve-now {
	position: absolute;
	z-index: 100;
	bottom: 50px;
}

#reserve-now .justify-content-center {
	display: flex;
	justify-content: center;
}

#reserve-now .navbar-form {
	background: #AC2A86;
	color: #fff;
	padding: 2rem;
}

#reserve-now form input {
	height: 32px;
}

#reserve-now .navbar-form .btn{
	background-color: #445a67;
	color: #fff;
	border-top-right-radius: 2rem ;
	border-bottom-right-radius: 2rem ;
	border-top-left-radius: 2rem ;
	border-bottom-left-radius: 2rem ;
}

#reserve-now .navbar-form .d-inline-block {
	display: inline-block;
}
#reserve-now .navbar-form .d-inline-block .title-reserve {
	font-size: 11px;
}

#reserve-now .navbar-form .d-inline-block .mx-2 {
	margin-left: 20px;
	margin-right: 20px;
}

#reserve-now .navbar-form .d-inline-block .ml-2 {
	margin-left: 20px;
}

#reserve-now .navbar-form .d-inline-block .w-65 {
	width: 50px;
}

#reserve-now .navbar-form .d-inline-block .w-90 {
	width: 108px;
}

#reserve-now .navbar-form .d-inline-block .d-block {
	display: block;
}

#reserve-now .navbar-form .d-inline-block .d-inline {
	display: inline;
}

#reserve-now .navbar-form .d-inline-block .mt-100 {
	margin-top: -100px;
}

#reserve-now .navbar-form .d-inline-block .d-inline i {
	font-size: 4rem;
}

#reserve-now .navbar-form input {
	color: #000;
}

@media (min-width: 931px) {
	#reserve-now .d-inline-block-lg {
		display: inline-block;
	}

	#reserve-now .d-inline-block .text-center {
		text-align: initial;
	}

}

@media (max-width: 931px) {
	#reserve-now .d-block-sm {
		display: block!important;
	}

	#reserve-now .d-inline-sm {
		display: inline!important;
		align-items: center!important;
	}

	#reserve-now .mt-3-sm {
		margin-top: 2rem;
	}

	#reserve-now .mt-2-sm {
		margin-top: 1.5rem;
	}

	#reserve-now .navbar-form .d-inline-block .w-65 {
		width: 100%;
	}

	#reserve-now .navbar-form .d-inline-block .w-90 {
		width: 100%;
	}

	#reserve-now .navbar-form .d-inline-block .w-89 {
		width: 89%!important;
	}
	#reserve-now .navbar-form .d-inline-block .mx-2 {
		margin-left: 0px;
		margin-right: 0px;
	}


}

.fill {
	width: 100%;
	height: 100vh;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* carousel fade */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;

	backface-visibility: visible !important;
	-webkit-backface-visibility: visible !important;
	transform: none !important;
	-webkit-transform: none !important;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
}

.carousel-control.left .fa,
.carousel-control.right .fa {
	padding-top: 75%;
	font-size: 50px;
}

.in-carousel-content {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	padding-top: 13%;
	width: 60%;
	margin: 0 auto;
}

.in-carousel-content img {
	margin-bottom: 50px;
}

.in-carousel-content h5 {
	margin-bottom: 50px;
	font-weight: 300;
	font-size: 40px;
	color: #fff;
	letter-spacing: 10px;
}

.in-carousel-content a .fa,
#reserve-now a .fa {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	padding: 19px 0px;
	border: 1px solid #fff;
	font-size: 60px;
	line-height: 0px;
	color: #fff;
}

.in-carousel-widgets .dollar {
	position: absolute;
	bottom: 0;
	left: 5%;
	z-index: 1;
	padding: 18px;
	color: #000;
	font-size: 10px;
	font-family: sans-serif;
	background-color: rgba(255, 255, 255, 0.5);
}

.in-carousel-widgets .weather {
	position: absolute;
	bottom: 0;
	left: 250px;
	z-index: 1;
	padding: 1px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}

.in-widgets {
	background: #fff;
	padding: 10px;
}

.in-widgets .col-xs-12:first-child {
	height: 48px;
}

.in-widgets .col-xs-12:first-child p {
	line-height: 48px;
	margin-bottom: 0px;
}

.in-widgets .col-xs-12 > div {
	margin: 0 auto;
}

.in-home {
	font-size: 25px;
}

.in-home.wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}

.in-home .col-sm-12 h4 {
	color: #901884;
	font-family: BrandonGrotesqueBold;
	margin-bottom: 20px;
	font-size: 25px;
}

.in-home .col-sm-10 p {
	margin-bottom: 20px;
}

.in-home .col-sm-12 p {
	margin-bottom: 0px;
}

/* ================
	CARD
================== */
.card {
	margin-bottom: 30px;
}

.card h4,
.card .img-wrapper,
.card p {
	margin-bottom: 16px !important;
	overflow: hidden;
}

.card .img-wrapper img {
	transition: all 0.3s ease-in-out;
}

.card .img-wrapper img:hover {
	transform: scale(1.1);
}

.card p {
	font-size: 16px;
}

/* ================
	ROOMS
================== */
.bg-room {
	height: auto;
	min-height: 340px;
	max-height: 400px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	margin-top: 50px;
}

.bg-room.right {
	background-position: right !important;
}

.bg-room.left {
	background-position: left !important;
}

.in-rooms .col-md-4 h2 {
	color: #5b5b5f;
	border-left: 6px solid #901884;
	font-family: BrandonGrotesqueBold;
	font-size: 32px;
	padding-left: 10px;
	letter-spacing: 5px;
	margin-bottom: 50px;
	margin-top: 10px;
}

.in-rooms .col-md-4 p {
	font-family: BrandonGrotesqueLight;
	font-size: 25px;
	line-height: 27px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.in-rooms .col-md-4 div {
	margin-bottom: 10px;
}

.in-rooms .col-md-4 a img {
	margin-bottom: 20px;
}

.bg-rooms.wrapper {
	margin-top: 50px;
}

/* ================
	INSTALLATIONS
================== */
.in-install.wrapper {
	padding-top: 50px;
	padding-bottom: 70px;
}

.in-install .col-sm-12 h4 {
	color: #901884;
	font-family: BrandonGrotesqueBold;
	margin-bottom: 50px;
	font-size: 25px;
}

.in-install .col-sm-6 {
	margin-bottom: 30px;
}

.in-install .col-sm-6 a {
	position: relative;
	display: block;
	height: 100%;
}

.in-install-black {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	transition: background-color 1s ease;
}

.in-install-black:hover {
	background-color: rgba(0, 0, 0, 0);
}

.in-install-black h3 {
	color: #fff;
	font-size: 20px;
	font-family: BrandonGrotesqueBlack;
	width: 50%;
	margin: 0 auto;
	line-height: 30px;
	background-color: transparent;
	transition: background-color 1s ease;
}

.in-install-black:hover h3 {
	background-color: rgba(0, 0, 0, 0.8);
}

/* ================
	BISTRO GARDEN
================== */
.in-bistro.wrapper {
	padding-top: 55px;
	padding-bottom: 85px;
}

.in-bistro-bg-black {
	background-color: rgba(172, 46, 133, 1); 
	padding: 60px 95px;
	margin: 55px 40px 80px 40px;
}

.in-bistro-bg-black h5 {
	color: #fff;
	font-size: 25px;
	font-family: BrandonGrotesqueLight;
	letter-spacing: 14px;
	margin-bottom: 55px;
	font-weight: 700;
}

.in-bistro-bg-black p {
	padding: 0px 50px;
	color: #fff;
	font-size: 20px;
	font-family: BrandonGrotesqueLight;
}

.in-bistro-dish {
	background-color: rgba(214, 155, 157, .9);
	border-radius: 18px;
	/*border: 5px solid #ba9e6f;*/
	margin: 0px 40px 0px 40px;
	padding: 7px 7px 15px 7px;
	transition: margin 1s ease;
}

.in-bistro-dish:hover {
	margin: -16px 32px 0px 32px;
}

.in-bistro-dish p {
	color: #fff;
	font-size: 20px;
	font-family: BrandonGrotesqueBlack;
	margin: 0 auto;
	margin-bottom: 5px;
	max-width: 256px;
}

.in-bistro-dish img {
	margin-bottom: 15px;
}

.in-bistro-dish p:last-child {
	font-family: BrandonGrotesqueLight;
	line-height: 20px;
	height: 40px;
}

/* ================
	SERVICIOS
================== */
.in-services.wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

.in-services .col-sm-10 h4 {
	color: #901884;
	font-family: BrandonGrotesqueBold;
	margin-bottom: 35px;
	font-size: 25px;
}

.in-services #carousel-services {
	margin-bottom: 25px;
}

.carousel-indicators .active {
	background-color: #901884;
}

.in-services-list p {
	color: #646464;
	font-size: 20px;
	font-family: BrandonGrotesqueLight;
	margin-bottom: 0px;
}

.in-services-list p img {
	margin-top: -5px;
}

/* ================
RECORRIDO VIRTUAL
================== */
.virtualtour-content-wrapper {
	margin-top: 60px;
	padding-left: 0px;
	padding-right: 0px;
	height: calc(100vh - 143px);
}

.virtualtour {
	position: relative;
	height: 100%;
}

.virtualtour .col-sm-5,
.virtualtour .col-sm-5 .carousel,
.virtualtour .col-sm-5 .carousel .carousel-inner,
.virtualtour .col-sm-5 .carousel .carousel-inner .item,
.virtualtour .col-sm-7,
.virtualtour .col-sm-7 .row {
	height: 100%;
	overflow: hidden;
}

.virtualtour .col-sm-7 .row .col-sm-4 {
	position: relative;
	height: 33.33%;
}

.virtualtour .col-sm-5 .announcement {
	position: absolute;
	top: 50px;
	left: 0;
	width: 75%;
	background: linear-gradient(
		to right,
		rgba(100, 9, 87, 0.7) 45%,
		rgba(100, 9, 87, 0.3) 60%,
		rgba(100, 9, 87, 0) 100%
	);
}

.virtualtour .col-sm-5 .announcement p {
	padding: 15px 25px;
	font-family: BrandonGrotesqueLight;
	font-size: 37px;
	color: #fff;
	line-height: 30px;
	max-width: 300px;
	margin-bottom: 0px;
}

.virtualtour,
.virtualtour .col-sm-7 .row {
	margin: 0px;
}

.virtualtour .col-sm-5,
.virtualtour .col-sm-7,
.virtualtour .col-sm-7 .row .col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}

.virtualtour-imgs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #AC2A86;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease;
}

.virtualtour-imgs:hover {
	opacity: 1;
}

.virtualtour-imgs h3 {
	padding-top: 14%;
	color: #fff;
	font-size: 24px;
	font-family: BrandonGrotesqueBlack;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 3px solid #901884;
}

/* ================
ROOM - INTEIROR
================== */
.room-first-wrapper {
	padding-top: 120px;
}

.room.wrapper {
	padding-top: 25px;
	padding-bottom: 80px;
}

.room .col-sm-7 h2 {
	color: #5b5b5f;
	border-left: 6px solid #901884;
	font-family: BrandonGrotesqueBold;
	font-size: 28px;
	padding-left: 10px;
	letter-spacing: 5px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.room .col-sm-7 div {
	position: relative;
}

.room .col-sm-7 div p {
	font-family: BrandonGrotesqueLight;
	font-size: 20px;
	color: #555555;
}

.room .col-sm-7 div p:nth-child(2) {
	font-size: 14px;
	color: #555;
}

.room .col-sm-7 div .btn-purple {
	position: absolute;
	right: -140px;
	bottom: 0;
}

/* ======================
INSTALLATIONS - INTEIROR
======================= */
.installation-first-wrapper {
	padding-top: 120px;
}

.installation.wrapper {
	padding-top: 25px;
	padding-bottom: 80px;
}

.installation .col-sm-7 h2 {
	color: #5b5b5f;
	border-left: 6px solid #901884;
	font-family: BrandonGrotesqueBold;
	font-size: 28px;
	padding-left: 10px;
	letter-spacing: 5px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.installation .col-sm-7 div {
	position: relative;
}

.installation .col-sm-7 div p {
	font-family: BrandonGrotesqueLight;
	font-size: 20px;
	color: #555555;
}

.installation .col-sm-7 div .btn-purple {
	position: absolute;
	right: -140px;
	bottom: 0;
}

/* ======================
	AVISO DE PRIVACIDAD
======================= */
.privacy-advice.wrapper {
	padding-top: 110px;
	padding-bottom: 50px;
}

.privacy-advice .col-sm-12 h2 {
	color: #901884;
	font-family: BrandonGrotesqueBold;
	margin-bottom: 50px;
	font-size: 25px;
}

/* ======================
	MODAL RESERVACIONES
======================= */
.booking {
	position: absolute;
	left: -200px;
	top: 20vh;
	position: fixed;
	z-index: 1500;
	max-width: 200px;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.booking.open {
	position: absolute;
	left: 0;
	top: 20vh;
	position: fixed;
	z-index: 1500;
	margin: 0 auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.booking .switch {
	font-size: 2em;
	position: absolute;
	top: 0px;
	right: -30px;
	width: 30px;
	height: 100%;
	padding: 7px 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: rgba(144, 24, 132, 0.6);
}

.booking .switch i {
	vertical-align: middle;
	transform: rotate(180deg);
}

.booking.open .switch i {
	transform: rotate(0deg);
}

.booking .switch p {
	transform: rotate(-100grad);
	width: 250px;
	position: absolute;
	left: -110px;
	font-size: 16px;
	text-align: center;
	top: 160px;
	letter-spacing: 2px;
}

.booking .purple {
	background: rgba(144, 24, 132, 0.8);
	padding: 5px 0px;
}

.booking .purple p {
	color: #fff;
	font-size: 9px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	line-height: 1.2;
}

.booking .black {
	padding: 0px 20px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.8);
}

.booking .black .close {
	position: absolute;
	right: 5px;
	z-index: 2;
}

.booking .black > img {
	max-width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.booking-form {
	position: relative;
	padding-top: 20px;
	z-index: 1;
}

.booking-form .form-group {
	margin-bottom: 0px;
}

.booking-form .form-group label {
	color: #fff;
	font-size: 10px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	line-height: 1.2;
	font-weight: 300;
}

.booking-form .form-group .input-group .input-transparent {
	background: transparent;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	border: 0px;
	padding: 5px 0px;
}

.booking-form .form-group .input-group .input-transparent:focus {
	outline: none;
	box-shadow: none;
}

.booking-form .form-group > input {
	margin: 10px 0px;
	border-radius: 0px;
}

.booking-form .form-group > input:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(125, 31, 104, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(125, 31, 104, 0.6);
	border: 0px;
}
