/**************************************************************************************
Defaults 
***************************************************************************************/
html {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	overflow-x:hidden;
	background:#1a1a1a;
	
	color:white;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
}

a, button	{
	cursor:pointer;
	/*text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
}
a:hover, a:focus, button:focus{
	text-decoration: none;
	outline:none;
}
a:hover{
	color:black;
	text-decoration: none;
}
p, li{}
p{
	line-height:23px;
	display:block;
	margin: 0 0 15px 0;
	text-align: left;
}
p a{
    color: #0078ff;
	text-decoration:underline;
}

hr{
	margin:30px 0;
	background:#aaa !important;
}
hr.hrcorta{
	width: 100px;
	margin:30px 0;
	border:solid 2px #6db8a6;
}

h1, h2, h3, h4, h5, h6{
	color:#aaaaaa;
	font-family: 'DM Serif Display', serif;
	font-size: 30px;
}

.volanta{
	margin-bottom: 30px;
	
	color:#93b746;
	font-size: 12px;
	font-weight: 600;
	letter-spacing:1px;
	line-height:22px;
	text-transform:uppercase;
}
.volanta a{
	color:#7c529b;
	font-size: 12px;
	font-weight: 700;
	letter-spacing:1px;
}
.volanta a:hover{
	text-decoration:underline;
}
.volantablanca{
	color:white;
}

figure{
	margin:0 !important;
}

input, select.custom-select{
	font-size: 14px !important;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control,
select.form-control {
	color:#777;
	text-shadow: 0;
	font-size: 13px;
}

button{
	border:none;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/


/**************************************************************************************
Custom Classes
***************************************************************************************/
.relativo{
	position: relative;
}

/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.pr{
	position:relative;
}
.bl{
	display:block;
	width: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft	{
	padding-left: 0 !important;
}
.noright	{
	padding-right: 0 !important;
}
.no-vert{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.espacio{
	padding:7rem 0;
}
.espacio-top{
	padding-top:6rem;
}
.espacio-bottom{
	padding-bottom:6rem;
}

.espaciomin{
	padding:4.5rem 0;
}

.full-height, .half-height{
	position: relative;
}
.col5{
	float: left;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}

.imgfull	{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.half{
	width: 50%;
}
.imgbordershadow	{
	box-shadow:0px 0px 40px 0px rgba(50, 50, 50, 0.2);
}
.nobo{
	border:none !important;
}
.border-top{
    border-top: 1px solid #eee;	
}
.redondeada{
	border-radius:5px;
}

.limit{
	display:block;
	width: 100%;
	overflow:hidden;
}
.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.table-responsive-wrapper{
	display:block;
	width: 100%;
	overflow-x:none;
}

.boton{
	display:inline-block;
	padding:10px 25px;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a9246+0,6eb853+100 */
	background: #5a9246; /* Old browsers */
	background: -moz-linear-gradient(left,  #5a9246 0%, #6eb853 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #5a9246 0%,#6eb853 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #5a9246 0%,#6eb853 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9246', endColorstr='#6eb853',GradientType=1 ); /* IE6-9 */
	
	border-radius:15px;
	
	color:white;
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	text-transform:uppercase;
}
.boton:hover{
	background:#48a292;
	color:white;
}

.blanco{
	background:white;
}
.azul{
	background:#201a3d;
}

.indicador{
	position: absolute;
	top:6px;
	left:-15px;
	
	display:block;
	width: 10px;
	height: 10px;
	background:url(../_img/indicador.png) no-repeat 0px 0px;
	background-size: 10px;
}

/**************************************************************************************
Cerro Blanco
***************************************************************************************/
#footer{
	background:white;
	color:black;
}
#footer h6{
	color:#1a1a1a;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
}
#footer nav a{
	display:block;
	color:#1a1a1a;
	line-height:2rem;
	text-decoration: none;
}
#footer a,
#footer p a{
	color:#1a1a1a;
	text-decoration: none;
}

#footer nav a:hover,
#footer p a:hover{
	text-decoration:underline;
}

#footer a#facebook:hover,
#footer a#instagram:hover,
#footer a#siete:hover{
	opacity:0.5;
}

a#reserve-mobile{
	display:none;
}

#comodidades{
	padding:48px 0 38px 0;
	background:#eee;
}
#comodidades span{
	display:inline-block;
	margin:0 5px 10px 0;
	padding:5px 10px;
	
	background:white;
	border-radius:15px;
	
	color:#555;
	font-size: 14px;
	font-weight: 700;
}

#habitaciones{
	background:#282828;
}
.habitacion-thumb a{
	display:block;
	background:white;
	text-align: center;
	text-decoration: none;
}
.habitacion-thumb a span{
	display:block;
	padding:40px 0;
	color:#1a1a1a;
	font-size: 18px;
	font-weight: 700;
}
.habitacion-thumb a:hover span{
	color:#f7941d;
	text-decoration: underline;
}

.habitacion-thumb a figure{
	position: relative;
}
.habitacion-thumb a figure em{
	position: absolute;
	top:0;
	left:0;
	
	display:none;
	width: 100%;
	height: 100%;
	
	background:rgba(0,111,255,0.8);
	
	color:white;
	font-size: 48px;
	font-style:normal;
	font-weight: 400;
	line-height:200px;
	text-align: center;
}
.habitacion-thumb a:hover figure em{
	display:block;
}

h3.texto-principal{
	color:white;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height:32px;
}

#figure-home{
	position: relative;
}
#figure-home h1{
	position: absolute;
	top:408px;
	left:0;
	
	display:block;
	width: 100%;
	
	color:white;
	font-size: 45px;
	text-align: center;
}
#figure-home h1 span{
	display:block;
	
	color:#d3fbff;
	font-size: 36px;
}

#menu{
	z-index: 2;
	position:fixed;
	
	display:block;
	width: 100%;
	
	background:#1a1a1a;
	box-shadow: 0 10px 10px -2px rgba(0,0,0,0.125);
}
li.nav-item{
	margin:0 1.5rem;
}
a.nav-link{
	color:white !important;
}
a.nav-link:hover{
	color:#f7941d !important;
}

a#reserve, 
button.enviar{
	display:inline-block;
	margin:0 0 0 15px;
	padding:7px 21px;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
	background: #ffd65e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
	
	border-radius:15px;
	
	color:#1a1a1a;
	font-weight: 700;
	letter-spacing:-0.0125rem;
	text-decoration: none;
}
button.enviar{
	margin:0px;
}
a#reserve:hover,
button.enviar:hover{
	background:#f7941d;
	color:white;
}


.contenido{
	padding:73px 0 6rem 0;
}

/*hotel*/
body.hotel .contenido{
	margin:75px 0 0 0;
}
.hotel h1{
	margin-top: 200px;
	color:white;
	font-size: 45px;
}
.hotel h2{
	color:#d3fbff;
	font-size: 26px;
}

.galeria{
	padding:0 15px;
}
.galeria figure{
	float: left;
	width: auto !important;
}
.galeria img {
	height: 425px !important;
	width: auto !important;
}
.galeria figcaption{
	display:block;
	padding:30px 0;
	font-size: 18px;
}

.servicios{
	background:#222;
}
.servicios img{
	width: 30px;
	margin: 15px;
}
.servicios span{
	font-size: 18px;
}
.servicios span em{
	font-style:normal;
}

.habitacion .contenido{
	margin:90px 0 0 0;
}
.habitacion h1{
	font-size: 26px;
	color:white;
}
.habitacion h2{
	margin-top: 10px;
	
	color:#d3fbff;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 400;
}

#formulario ul{
	padding:0;
}
#formulario ul li{
	clear: both;
	display:block;
	list-style:none;
}
#formulario ul li input,
#formulario ul li textarea{
	display:block;
	height: 36px;
	width: 100%;
	
	border:0;
	border-radius:5px;
}
#formulario ul li textarea{
	height: 180px;
}
#formulario ul li label{
	display:block;
	margin-top: 15px;
}






















