@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
body {
	font-family: 'Lato', sans-serif;
}

.color1 { color: #F89E1E; }
.color1bg { background-color: #F89E1E; color: #FFFFFF; }
.btn-rounded {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Lato', sans-serif;
}
.container-fluid {
	padding: 0;
}
.nopadding {
   padding: 0;
   margin: 0;
}
a:hover { text-decoration: none; }
.center {
	text-align: center;
	margin: auto;
}
.center .img-responsive {
	margin: auto;
}
header {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#00000000',GradientType=0 );
	position: fixed;
	padding-top: 15px;
	z-index: 2;
	padding-bottom: 100px;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
header * {
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
header .logo  {
	display: block;
	padding: 20px;
}
header .tr_vermenu {
	display: none;
}
.miniatura {
	background: transparent;
	background-color: rgba(0,0,0,0.8);
	padding-bottom: 0;
}
.miniatura .logo {
	padding: 10px;
}
.miniatura .logo img {
	max-width: 100px;
}
header .menuprin {
	display: block;
	text-align: right;
	margin: 0;
	padding: 20px;
	list-style: none;
}
header .menuprin li {
	display: inline-block;
	padding: 3px 5px;
	border-left: 1px solid #FFF;
}
header .menuprin li a {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
header .menuprin li a:hover, header .menuprin li .active {
	background-color: #F89E1E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #000;
	}
header .menuprin li:first-child {
	border-left: none;
}
header .menuprin .tr_reservas {
	display: none;
}

.spaciado {
	padding: 40px 0;
}
.maintitle {
	color: #F89E1E;
	font-family: 'Lato', sans-serif;
}
.maintitle strong {
    font-weight: 900;

}#carro-quotes {
	max-width: 900px;
	margin: auto;
}
#carro-quotes .carousel-indicators {
	bottom: 0;
}
#carro-quotes .carousel-indicators li {
	background-color: #F89E1E;
}
#carro-quotes .cita {
  display:inline-block;
  padding: 20px 45px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
}

#carro-quotes .cita::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}
#carro-quotes .cita::after{
  content: "\201D"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  right: 0;
  top:5px;
}
#carro-quotes .cita span {
	display: block;
	text-align: center;
	padding: 15px;
	color: #F89E1E;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}
.videolink {
	display: block;
	padding: 20px;
	background-color: #F89E1E;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.videolink h2 {
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 15px 0;
}
.videolink:hover {
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
	z-index: 2;
}

/*Carrusel*/
.carrohome .carousel-caption {
	right: 50px;
	left: 50px;
	padding-bottom: 70px;
	text-align: left;
}
.carrohome .carousel-caption .tit1 {
	font-family: 'Lato', sans-serif;
	display: block;
	font-size: 60px;
	text-shadow: 1px 1px 1px #000;
}
.carrohome .carousel-caption .tit2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	display: block;
	font-size: 60px;
	line-height: 10px;
	text-shadow: 1px 1px 1px #000;
}
.carrohome .carousel-caption .tit3 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	display: block;
	font-size: 60px;
	color:  #F89E1E;
	text-shadow: 1px 1px 1px #000;
}

.picbox {
	display: block;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	text-align: center;
	min-height: 400px;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.picbox * {
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.picbox .super {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #FFFFFF;
	overflow: hidden;
}
.picbox:hover .super {
	background-color: rgba(0,0,0,0.6);
}
.picbox .super .tr-mas {
	text-align: center;
	width: 100%;
	margin-top: 150px;
	position: absolute;
}
.picbox .super .btn {
	background-color: #F89E1E;
	border: 1px solid #FFFFFF;
}
.picbox:hover .super .tr-mas {
	margin-top: 20px;
	margin-bottom: -83px;
}
.picbox .super .uno {
	padding: 25px;
	text-align: left;;
}
.picbox .super .uno h1 {
	color: #F89E1E;
	font-family: 'Lato', sans-serif;
    font-weight: 900;
	font-size: 25px;
	text-align: left;
}
.picbox .super .uno h1 span {
	font-weight: 300;
	display: block;
	font-size: 40px;
}
.picbox .super .uno:hover {
	background-color: #F89E1E;
}
.picbox .super .uno:hover h1 {
	color: #000000;
}
.picbox .super .uno:hover p {
	color: #FFFFFF;
}
.empty {
	background-color: #F89E1E;
	background-image: url(/img/bg-sun.png);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: 100px -100px;
}
.picbox .super .uno p {
	color: #333333;
}
.picbox .info {
	display: block;
	margin: 20px;
	border: 1px solid #FFFFFF;
	padding: 60px 15px 15px 15px;
	opacity: 0;
}
.picbox:hover .info {
	opacity: 1;
}

/* BLOG */
.post {
	background-color: #FFFFFF;
}
.post h3 {
	display: block;
	background-color: #F89E1E;
	padding: 15px;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0;
	text-align: left;
	font-weight: bold;
}
.post h3 .info {
	display: block;
	font-size: 11px;
	padding: 5px 0 0 0;
	font-weight: normal;
}
.post h1 {
	font-family: 'Lato', sans-serif;
	display: block;
	font-size: 40px;
	font-weight: 900;
	text-shadow: 1px 1px 1px #000;
	color: #F89E1E;
}
footer {
	margin-top: 60px;
}
footer .bgprimary {
	background-color: #EEEEEE;
	color: #666666;
}
footer .bgprimary .info i {
	display: block;
	float: left;
	margin: 5px 20px 20px 0;
	font-size: 50px;
}
footer .bgprimary ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
footer .bgprimary ul li a {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000;
	border: 1px solid #FFFFFF;
	padding: 8px 16px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-bottom: 15px;
}
footer .bgprimary ul li .invert {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000;
	border: 1px solid #FFFFFF;
	padding: 8px 16px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin-bottom: 15px;
}
footer .black {
	background-color: #231F20;
	background-image: url(/img/bg-sun.png);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: -100px -10px;
	padding: 80px 0 120px 0;
	color: #FFFFFF;
}
footer .copy {
	display: block;
	padding: 15px;
}
footer .copy a {
	color: #FF0000;
}

.sq-info {
	display: block;
	border: 1PX solid #F89E1E;
	padding: 20px; 
}
.mark-title {
	background-color: #F89E1E;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	color: #414042;
}
.reservas {
	display: block;
	position: fixed;
	background-color: rgba(0, 0, 0,0.8);
	top: 100px;
	right: 0;
	z-index: 5;
	color: #FFFFFF;
	width: 550px;
	height: auto;
	padding: 20px 30px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.reservarcolapsado {
	overflow: hidden;
	width: 100px;
	height: 100px;
	padding: 15px;
}
.reservas .cerrar_reservas {
	display: block;
	cursor: pointer;
	float: right;
	font-size: 50px;
	color: #F89E1E;
}
.reservas .bigicon {
	font-size: 50px;
	float: left;
	margin: 5px 10px 20px 10px;
	cursor: pointer;
}
.reservas h2 {
	font-size: 25px;
	display: block;
	margin: 0;
	padding: 18px 0 0 0;
}
.reservas h3 {
	font-size: 20px;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
}
.reservas form label {
	color: #F89E1E;
}
.reservas form label i {
	color: #FFFFFF;
	font-size: 18px;
}
.reservas form .form-control {
	background-color: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #333333;
	padding: 3px 10px;
}
.reservas .info {
	font-size: 11px;
}
/*RESPONSIVE SUARES */
.servicios {
}
.servicios .cuadro .foto-serv {
	display: none;
}
.servicios .cuadro {
	display: inline-block;
	background-color: #FFFFFF;
    float:left;
    position: relative;
    width: 20%;
    overflow: hidden;
    padding-bottom : 20%; /* = width for a 1:1 aspect ratio */
    margin:0;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}
.servicios .ini {
	background-color: #27B987;
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
    font-weight: 900;
	font-size: 40px;
	text-align: right;
}
.servicios .cuadro .content {
	position: absolute;
	padding: 25px;
	padding-top: 5%;
	width: 100%;
}
.servicios .cuadro .content h3 {
	color: #F89E1E;
	font-family: 'Lato', sans-serif;
    font-weight: 900;
	font-size: 40px;	
}
.servicios .cuadro .content h3 span {
	display: block;
	font-weight: 400;
}
/* HABITACIONES */
.habitacion h3 {
	color: #F89E1E;
	font-family: 'Lato', sans-serif;
    font-weight: 900;
	font-size: 25px;
	text-align: left;
}
.habitacion h3 strong {
	font-weight: 900;
	display: block;
	font-size: 40px;
	color: #000000;
}
.habitacion h3 span {
	font-weight: 300;
	display: block;
	font-size: 40px;
	color: #000000;
}
.habitacion .btn-vermas {
	display: block;
	float: right;
	background-color: #F89E1E;
	color: #FFFFFF;
	padding: 7px 10px;
	margin-top: 40px;
	font-size: 15px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	-webkit-transition: all 0.5s ease;
	-moz-transition:  all 0.5s ease;
	-o-transition:  all 0.5s ease;
}
.habitacion .btn-vermas:hover {
	background-color: #231F20;
}

.habitainfo1 h1 {
	font-family: 'Lato', sans-serif;
	display: block;
	font-size: 50px;
	font-weight: 900;
	text-shadow: 1px 1px 1px #000;
	color: #F89E1E;
}

.habitainfo1 p { font-size:18px; text-align:justify; margin-bottom:-1%;}

.habitainfo1 p em {text-align:right; font-size:14px;}

.habitainfo2 {
	margin-top:2%;
	background-color: #F2F2F2;
	border:1px solid #F89E1E;
	font-size: 18px;
}
.habitainfo2 h3 {
	font-family: 'Lato', sans-serif;
	display: block;
	font-size: 30px;
	font-weight: 400;
	color: #F89E1E;
	margin-bottom:-1%;
}
.inlinebox {
	white-space: nowrap;
	display: block;
	overflow-x: hidden;
	text-align: center;
	overflow: auto;
}
.inlinebox .inline {
	display: inline-block;
	width: 19%;
}
.inlinebox .inline .habitacion h3 {
	font-size: 15px;
}
.inlinebox .inline .habitacion h3 strong {
	font-size: 20px;
}
.inlinebox .inline .habitacion h3 span {
	font-size: 20px;
}

/*Estilo lista de servicios Leo*/
.List-Service {background-color:#333; padding-top:2%; padding-bottom:2%;}

.Serivios-ListT {text-align:center; color:#F89E1E;}

.Serivios-ListT hr {
	height: 30px;
    border-style: solid;
    border-color: #F89E1E;
    border-width: 1px 0 0 0;
    border-radius: 20px;}

.Serivios-ListT hr:before {
	display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #F89E1E;
    border-width: 0 0 1px 0;
    border-radius: 20px;}

.Serivios-List {color:white;}

.btn-float {
	position: absolute;
	padding: 10px;
	font-size: 20px;
	right: 30px;
	top: 30px;
	background-color: #ff5722;
    color: rgba(255,255,255,.84);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	z-index: 2;
}


@media only screen and (max-width: 992px) {
	header {
		top: 0;
		width: 100%;
		height: auto;
		background: transparent;
		background-color: rgba(0,0,0,0.8);
		padding-bottom: 0;
	}
	header .logo {
		padding: 5px;
		display: inline-block;
	}
	header .logo img {
		max-width: 100px;
	}
	header .tr_vermenu {
		display: block;
		position: relative;
		float: right;
		color: #FFFFFF;
		padding: 15px;
		font-size: 20px;
		z-index: 10;

	}
	header .menuprin {
		position: relative;
		display: none;
		margin: 0;
		padding: 0;
		z-index: 10;
	}
	header .menuprin li {
		display: block;
		border-left: none;
	}
	header .menuprin li a {
		margin: 0;
		padding: 15px;
		text-align: center;
		font-size: 16px;
	}
	header .menuprin .tr_reservas {
		display: block;
	}
	.miniatura {
		padding-bottom: 0;
	}
	.miniatura .logo {
		display: inline-block;
		padding: 5px;
	}
	.miniatura .logo img {
		max-width: 50px;
	}
	.reservas {
		display: block;
		position: relative;
		width: 100%;
		top: 0;
	}
	.reservarcolapsado {
		display: none !important;
	}
	.gallery {
	  -moz-column-count:    2;
	  -webkit-column-count: 2;
	  column-count:         2;
	}
	.servicios .cuadro .foto-serv {
		display: block;
	}
  .servicios .cuadro {
	width: 100%;
	padding-bottom: 0; /* = width for a 1:1 aspect ratio */
	height: auto;
	overflow: inherit;
  }
  .servicios .cuadro .content {
  	padding-top: 15px;
  	position: relative;
  }

	.carrohome .carousel-caption {
		right: 20px;
	    left: 20px;
	    padding-bottom: 10px;
	}
	.carrohome .carousel-caption .tit1 {
		font-size: 30px;
	}
	.carrohome .carousel-caption .tit2 {
		font-size: 30px;
	}
	.carrohome .carousel-caption .tit3 {
		font-size: 30px;
	}
	.inlinebox .inline {
		width: 250px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
	.picbox { min-height: 350px; }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width:992px) {
	.picbox { min-height: 300px; }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width:1200px) {
	.picbox { min-height: 300px; }

	.servicios .cuadro .content { padding-top: 0; }
	.servicios .cuadro .content h3 { font-size: 30px; }
	.servicios .cuadro { width: 33%; padding-bottom : 33%; /* = width for a 1:1 aspect ratio */	}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.picbox { min-height: 400px; }
}