@font-face {
    font-family: Hurme;
    src: url("../fonts/HurmeGeometricSans3.otf") format("opentype");
}

@font-face {
    font-family: Hurme;
    font-weight: bold;
    src: url("../fonts/HurmeGeometricSans3Bold.otf") format("opentype");
}

@font-face {
    font-family: Gotham;
    src: url("../fonts/Gotham-Book.otf") format("opentype");
}

@font-face {
    font-family: Gotham;
    font-weight: bold;
    src: url("../fonts/Gotham-Black.otf") format("opentype");
}

body{
	font-family: Hurme;
}

em.has-error{
	display: block;
	color: red;
}

.navbar-brand {
	padding: 0;
}

.navbar-text {
	margin-top: 12.5px;
	margin-bottom: 12.5px;
}

.carousel-control{
	width: 5%;
}

.logo {
	height: 55px;
}

.red-social {
	text-decoration: none;
	color: rgb(74, 91, 88);
	font-size: 1.5em;
	display: inline-block;
	width: 40px;
	text-align: center;
}

#top-menu {
	font-weight: 600;
	font-size: 1.1em;
}

#top-menu li{
	transition: .5s all ease-out;
}

#top-menu li.active {
	box-shadow: inset 0px -3px 0px rgb(145, 85, 81);
}

#top-menu .dropdown-toggle{
	font-size: 0.8em;
}

#texto-idioma{
	text-transform: uppercase;
}

#opciones-cabecera {
	padding: 0 15px;
}

#opciones-cabecera>div {
	margin-top: 10px;
}

.bandera {
	display: inline-block;
}

.bandera img {
	height: 20px;
}

.centrado{
	text-align: center;
	white-space: nowrap;
	position: relative;
	height: 100%;
}

.centrado:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.centrado > div {
	display: inline-block;
	vertical-align: middle;
}

.subrayado{
	position: relative;
	display: inline-block;
}

.subrayado:before{
	content: '';
    display: block;
    position: absolute;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    bottom: 0;
}

.subrayado.centro:before{
	width: 30%;
	left: 35%;
}

.subrayado.izquierda:before{
	width: 25%;
	border-bottom-color: rgb(145, 85, 81);
	border-bottom-width: 2px;
}

section#home {
	height: 100vh;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/main2.jpg);
}

#slogan>div{
	white-space: normal;
}

#slogan>div>h1{
	font-size: 6vmin;
	color: #FFF;
}

#barra-busqueda {
	background-color: rgba(234, 229, 222, 0.85);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
}

#barra-busqueda .titulo {
	text-align: center;
	text-transform: uppercase;
	overflow: auto;
	font-size: 1.7em;
	font-weight: bold;
	color: rgb(145, 85, 81);
	padding-top: 3px;
}

.barra-lateral{
	border-right: 3px solid rgb(74, 91, 88);
}

#barra-busqueda .titulo p {
	font-weight: 600;
}

section#nosotros{
	padding: 75px 0;
}

#nosotros p{
	font-size: 1.2em;
}

#info > div{
	white-space: normal;
}

#info,#mapa,#mapa-xs{
	width: 100%;
	min-height: 350px;
}

section#habitaciones{
	height: 100vh;
}

#habitaciones .carousel-indicators{
	bottom: 0!important;
	margin-bottom: 0;
}

#habitaciones .carousel,#habitaciones .carousel-inner{
	height: 100%;
}

#habitaciones .item{
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#habitaciones .info{
	background-color: rgba(234, 229, 222, 0.85);
	width: 30%;
	position: absolute;
	bottom: 0;
	right: 10%;
	padding: 1.5vw;
	font-family: Gotham;
	z-index: 20;
}

#habitaciones .info img{
	margin: 0 auto;
}

#habitaciones .info h2{
	font-size: 1.3vw;
	text-transform: uppercase;
}

#habitaciones .info .precio{
	font-size: 1vw;
	font-style: italic;
}

.anterior {
	text-decoration: line-through;
	color: #999;
}

#habitaciones .info .descriptores{
	font-size: 0.9vw;
	margin-top: 1em;
}

section#galeria{
	padding: 75px 0;
}

#galeria .imagen{
	margin-bottom: 1.5em;
}

section#contacto{
	background-color: rgb(74,91,88);
	color: #FFF;
	padding: 40px 0;
}

#contacto .row{
	margin-top: 1em;
}

#contacto .red-social{
	color: #FFF;
}

#contacto input,#contacto textarea{
	border-color: #FFF;
	border-width: 2px;
	background: transparent;
	color: #FFF;
}

#contacto textarea{
	resize: none;
}

#imagen-plumas{
	width: 60%;
	margin: 0 auto;
}

footer{
	background-color: rgb(74,91,88);
	color: #FFF;
	padding: 1.5em 0;
}

.bootstrap-datetimepicker-widget{
	background-color: #FFF;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover,.bootstrap-datetimepicker-widget table td span.active{
	background-color: rgb(74,91,88);
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover,.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover{
	color: #efefef;
}

.bootstrap-datetimepicker-widget table td.today::before{
	border-bottom-color: rgb(74,91,88);
}

#cargandoLoader {
	display: none;
}

.loader {
	background-image: url(../images/loader.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 80px;
}

.archivo{
	border: 1px solid #1b1b1b !important;
}

.archivo:hover {
	background-color: #CCC;
}

.vista-previa {
	display: none;
}

.archivo:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.archivo>div {
	display: inline-block;
	vertical-align: middle;
	color: #717574;
}

.archivo .glyphicon,.archivo .fa {
	font-size: 4.5vh;
}

.preview .bloque{
	position: relative;
	margin: 0 auto;
	border: 1px solid #1b1b1b;
	display: inline-block;
}

.dz-image-preview{
	position: relative;
}

.archivo.dz-clickable,.archivo.dz-clickable .dz-message,.archivo.dz-clickable .dz-message * {
	cursor: pointer;
}

.dz-remove {
	font-size: 1.5rem;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 3px;
	cursor: pointer;
}

.preview:hover .dz-remove {
	text-decoration: none;
	font-weight: bold;
	color: #eb1c18;
}

.nuevo{
	margin-bottom: 1em;
}

.tab-content > .tab-pane{
	padding-top: 1em;
}

.cabecera-admin{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	background-color: #eae5de;
}

.cabecera-admin img{
	height: 75px;
}

#wrapper .navbar{
	margin-top:75px;
}

@media (max-width:767px){
	body{
		padding-top: 55px;
	}
	
	.navbar-default{
		background-color: rgba(234,229,222);
	}
	
	.navbar-toggle {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.reservar{
		font-size: 12px;
		margin-right: 5px;
		margin-top: 10.5px;
	}
	
	.carousel-control{
		width: 15%;
	}
	
	section#home{
		height: 40vh;
	}
	
	section#nosotros,section#galeria{
		padding: 30px 0;
	}
	
	section#nosotros h1{
		font-size: 10vmin;
	}
	
	#nosotros p{
		font-size: 3.5vw;
	}
	
	#info{
		height: auto;
	}
	
	#mapa{
		display: none;
	}
	
	#habitaciones .item{
		background-image: none !important;
	}
	
	#habitaciones .fondo-xs{
		height: 65%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#habitaciones .carousel-indicators,#habitaciones .carousel-control{
		margin-bottom: 65%;
	}
	
	#habitaciones .info{
		width: 100%;
		position: relative;
		bottom: 0;
		right: 0;
		padding: 1.5vw;
	}
	
	#habitaciones .info h2{
		font-size: 4.5vmin;
	}
	
	#habitaciones .info .precio{
		font-size: 3vmin;
		text-align: center;
	}
	
	#habitaciones .info .descriptores{
		font-size: 2.5vw;
	}
	
	section#galeria h1{
		font-size: 10vmin;
		margin-left: auto;
		margin-right: auto;
	}
	
	#mapa-xs{
		margin-top: 1em;
	}
	
	#contacto h1{
		font-size: 15vw;
	}
	
	#contacto .datos{
		margin-top: 1em;
		color: #FFF;
	}
	
}
