/** reset */
*{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; list-style: none; box-sizing: border-box;}
/** max-width */
.mxw{
	width: 100%;
	max-width: 1280px;
	padding-right: 10px;
	padding-left: 10px;
	margin: auto;
}
/* flex */
.flx, .flx-ic{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flx-a{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flx-ic i{
	align-items: center;
}
.flx-c{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flx-row{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
/* clears */
.clear{ clear: both; }
.clr:before{
	display: block;
	content: "";
	clear: both;
	height: 0.1px;
}
/**/
.trns,
.frm_li_check li{
	transition-duration: .2s;-o-transition-duration: .2s;-moz-transition-duration: .2s;-webkit-transition-duration: .2s;
}
.trns-2{
	transition-duration: .4s;-o-transition-duration: .4s;-moz-transition-duration: .4s;-webkit-transition-duration: .4s;
}
.cp{
	cursor: pointer;
}
:focus{
	outline: 0;
}

/* columnas */
.c1{
	width: 100%;	
}
.c2{
	width: 50%;
}
.c3{
	width: 33.333%;
}
.c3a{
	width: 66.667%;
}
.c4{
	width: 25%;
}
.c4a{
	width: 75%;
}
.c5{
	width: 20%;
}
.c5a{
	width: 80%;
}
.c6{
	width: 16.666%;
}
.c6a{
	width: 83.33%;
}
.c6b{
	width: 66.668%;
}
/* blqs */
.blq-1{
	width: 100%;
}
.blq-2{
	width: 49.5117%;
}
.blq-3{
	width: 32.6822%
}
.blq-3a{
	width: 66.3409%;
}
.blq-4{
	width: 24.2675%
}
.blq-4a{
	width: 74.7555%;
}
.blq-5{
	width: 19.2187%
}
.blq-5a{
	width: 79.8043%;
}
.blq-6{
	width: 15.8528%
}
.blq-6a{
	width: 83.17%;
}
/* margenes */
.m{
	margin: 20px;
}
.mt{
	margin-top: 20px;
}
.mt2{
	margin-top: 40px;
}
.mr{
	margin-right: 20px;
}
.mb{
	margin-bottom: 20px;
}
.ml{
	margin-left: 20px;
}
.mm{
	margin: 10px;
}
.mt-m{
	margin-top: 10px;
}
.mr-m{
	margin-right: 10px;
}
.mb-m{
	margin-bottom: 10px;
}
.ml-m{
	margin-left: 10px;
}
/* padding */
.pd{
	padding: 20px;
}
.pd2{
	padding: 40px;
}
.pb3{
	padding-bottom: 60px;
}
.pt{
	padding-top: 20px;
}
.pt2{
	padding-top: 40px;
}
.pt3{
	padding-top: 60px;
}
.pr{
	padding-right: 20px;
}
.pb{
	padding-bottom: 20px;
}
.pb2{
	padding-bottom: 40px;
}
.pb3{
	padding-bottom: 60px;
}
.pl{
	padding-left: 20px;
}
.pd-m{
	padding: 10px;
}
.pt-m{
	padding-top: 10px;
}
.pr-m{
	padding-right: 10px;
}
.pl-m{
	padding-left: 10px;
}
.pb-m{
	padding-bottom: 10px;
}
.pd-mm{
	padding: 5px;
}
.pt-mm{
	padding-top: 5px;
}
.pr-mm{
	padding-right: 5px;
}
.pl-mm{
	padding-left: 5px;
}
.pb-mm{
	padding-bottom: 5px;
}
/* text align */
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.tac{
	text-align: center;
}
.ttu{
	text-transform: uppercase;
}

.img{
	width: 100%;
	vertical-align: top;
}

/* enlaces */
.sl{
	text-decoration: none;
}
.sl i{
	margin-right: 4px;
}
.sl-ro{
	color: #f44336;
}

.sl-v1{
	color: #2D6363;
}
.sl-v2{
		color: #5BBA0D;
}
.sl-g{
	color: #606060;
}
.sl-gc{
	color: #EBEBEB
}
.sl-go{
	color: #292929;
}
.sl-b{
	color: #fff;
}
.sl-n{
	color: #212121;
}
.btn{
	display: inline-block;
	font-size: 13px !important;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	padding: 10px 18px;
	margin-bottom: 1px;
}
.btn i{
	margin-right: 4px;
	color: #fff;
}
.btn-vm{
	color: #A5CC00;
	border: 1px solid #A5CC00;
}
.btn-vm i{
	color: #A5CC00;
	font-size: 10px;
	margin-left: 5px;
}
.btn-vm:hover{
	color:#fff;
	background: #A5CC00;
}
.btn-vm:hover i{
	color: #fff !important;
}
/* backgrounds */
.btn-fw{
	font-size: 16px !important;
}
.bg-b{
	background: #fff;
}
.bg-g{
	background: #606060;
}
.bg-go{
	background: #333333;
}
.bg-m, .btn-m{
	background: #9F840F;
}
.bg-n, .btn-n{
	background: #000000;
}

/* colores 
gris: #999999;
gris oscuro_ #333333;
marron: #9F840F;
negro: #212121;
*/

/* títulos */
.t, .t1{
	position: relative;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin: auto;
	margin-bottom: 60px;
	color:#999999;
}
.t:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 0;
    width: 80%;
    border-bottom: 1px solid #999933;
}
.t:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    right: 0;
    width: 80px;
    height: 20px;
    margin-left: -40px;
    content: '\f005  \f005  \f005';
    font-family: 'FontAwesome', sans-serif;
    font-size: 12px;
    color: #9F840F;
}
.t:after{
	   background: #fff;
}
.tb:after{
	   background: #333333;
}
.tg:after{
	background: #f5f5f5;
}
.tn:after{
	background: #000000;
}
.tb{
	color: #ffffff;
}

/*********************************/
body{
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 15px;
	color: #373737;
	text-align: center;
	line-height: 1.4;
}

h1, h2, h3, h4{
	
}
h1{
	font-size: 22px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
b{
	font-weight: 700;
}

.sec{
	padding-top: 60px;
	padding-bottom: 60px;
}
.sec2{
	padding-top: 30px;
	padding-bottom: 30px;
}
/*********************************/
#logo, #logo a{
	display: block;
	margin:auto;
	width: 221px;
	height: 105px;
	text-indent: -9999px;
	overflow: hidden;
}
#logo a{
	background: url('img/hotel_frasis_logo.png?');
	background-position: center;
	background-repeat: no-repeat;
}
#menu{
	margin-top: 20px;
}
#menu ul{
	display: inline-block;
	margin: auto;
}
#menu li{
	display: block;
	float: left;
	margin-left: 10px;
}
#menu li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 10px;
}
#habitaciones{
	color: #ffffff;
}
#habitaciones .blq-2:first-child p{
	padding-bottom: 40px !important;
}
#hab_tipo{
	background: url('img/bk_habitaciones.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hab_text{
	background: rgba(102,102,102,0.7);
}
.hab_text h3{
	padding-top: 20px;
	font-size: 22px;
	font-weight: 700;
	color: #CCCC99;
}
.hab_text p{
	padding: 20px 40px;
}
#restaurante{
	background: rgba(204, 204, 204, 0.2);
}
#restaurante ul li, #servicios ul li{
padding-bottom: 10px;
}
.text_dist{
	display: flex;
	flex-direction: column;
 /* alineacion vertical */
  align-items: center;
   /* alineacion horizontal */
  justify-content: center;
}
.text_dist h3{
	position: relative;
	padding-top: 5px;
	color: #999999;
	font-weight: 700;
	font-size: 15px;
}
/*
.text_dist h3:before{
	content: '';
	position: absolute;
	top: 1px;
	left: 50%;
	width: 200px;
	height: 1px;
	margin-left: -100px;
	border-bottom: 1px solid #999999;
}
*/
.text_dist p{
	color: #ffffff;
	font-size: 12px;
}

/* Slider */
#slider{
	position: relative;
}
#slider, .item_slider{
	height: 530px;
}
#slider_hab, .item_slider_hab{
	height: 350px;
}
#slider_001{
	background-image: url('img/slider/04.jpg');
}
#slider_002{
	background-image: url('img/slider/01.jpg');
}
#slider_003{
	background-image: url('img/slider/02.jpg');
}
#slider_004{
	background-image: url('img/slider/03.jpg');
}

#slider_005{
	background-image: url('img/habitaciones/hab_001.jpg');
}
#slider_006{
	background-image: url('img/habitaciones/hab_005.jpg');
}
#slider_007{
	background-image: url('img/habitaciones/hab_006.jpg');
}
#slider_008{
	background-image: url('img/habitaciones/hab_002.jpg');
}
#slider_009{
	background-image: url('img/habitaciones/hab_003.jpg');
}
#slider_0010{
	background-image: url('img/habitaciones/hab_004.jpg');
}

.item_slider, .item_slider_hab{
	width: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.owl-prev, .owl-next{
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(159,132,15,.6) !important;
	top: 45%;
}
.owl-prev{
	left: 10px;
}
.owl-next{
	right: 10px;
}
.owl-prev svg, .owl-next svg{
	font-size: 24px;
	margin-top: 5px;
}
/* contacto */
#contacto li{
	display: block;
	padding: 4px 0;
}
.frm input, .frm textarea{
	font-family: 'FontAwesome', 'Roboto Slab';
}
.frm input[type="text"], .frm textarea{
	display: block;
	padding: 10px;
	border-radius: 3px;
	background: rgba(204, 204, 204, 0.2);
	border: 1px solid #dedede;
	color: #373737;
}
.frm textarea{
	resize: vertical;
}
.frm input[type="text"]:focus, .frm textarea:focus{
	border: 1px solid #cccccc;
	box-shadow: 0 0 10px rgba(180,180,180,.2);
}
.frm input[type="submit"]{
	padding: 10px;
	background: #9F840F;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
::-webkit-input-placeholder, :placeholder-shown{
	padding: 2px 2px;
	color: #666666;
}
.input_error{
	border: 1px solid #9F840F !important;
}

.frm_load{
	display:none;
	width: 100%;
	min-height: 200px;
	background: url('img/load.gif') center center no-repeat;
}
.frm_final{
	display: none;
	margin-top: 60px;
}
.frm_final svg{
	font-size: 38px;
	color: #999933;
	margin-bottom: 20px;
}
.frm_final p{
	font-weight: 700;
	color: #373737;
}
#mapa{
	height: 250px;
}
#datos li{
	display: block;
	overflow: hidden;
	
}
#datos span{
	float: left;	
	color: #ffffff;
}

/*********************************/

/*********************************/
.circle{
	background: #999933;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	padding: 6px 9px;
}

.blimpo{padding:20px;text-align:center;font-size:12px;color:#DEDEDE;background:#333333;}
.blimpo a{color:#DEDEDE;font-size:12px;text-decoration:none;}
.blimpo a img{width:80px;height:auto;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}
.blimpo img:hover{-webkit-filter:none;-moz-filter:none;-ms-filter:none;-o-filter:none;filter:none;filter:none;}


/*********************************/

/* */

@media only screen and (max-width: 1024px){
	.text_dist h3{
		font-size: 12px;
	}
}
@media only screen and (max-width: 800px){
	#menu .mxw{
		font-size: 20px;
		padding: 0;
	}
	#menu ul li{
		width: 100%;
		margin-left: 0;
		border-bottom: 1px solid #ffffff;
	}
	#menu ul li:hover a{
		background: #333;
		color: #ffffff;
	}
	#menu ul li:last-child{
		border-bottom: none;
	}
	#servicios h4{
		font-size: 13px;
	}
	#habitaciones .blq-2{
		width: 100%;
	}
	#habitaciones .blq-2:first-child{
		margin-bottom: 20px;
	}
	#desayunador .blq-4{
		width: 49.5117%;
		margin-bottom: 10px;
	}
	#restaurante .blq-3{
		width: 49.5117%;
	}
	#distancias .c3{
		width: 100%;
	}
	#distancias .c2{
		flex-direction:column;

	}
	#distancias .c3:nth-child(2) .c2:first-child,  #distancias .c3:nth-child(5) .c2:first-child, #distancias .c3:nth-child(8) .c2:first-child{
		order: 1;
	}
	#distancias .c3:nth-child(2) .c2:last-child, #distancias .c3:nth-child(5) .c2:last-child, #distancias .c3:nth-child(8) .c2:last-child{
		order: 0;
	}
	#contacto .c2 {
		width: 100%;
	}
	#datos ul{
	padding-top: 10px;
	padding-bottom: 10px;
	}
}
@media only screen and (max-width: 620px){
	#slider, .item_slider{
		height: 400px;
	}
	#servicios .blq-5{
		width: 49.5117%;
	}
}
@media only screen and (max-width: 470px){
	#servicios .blq-5{
		width: 100%;
	} 
	#desayunador .blq-4, #restaurante .blq-3{
		width: 100%;
	}
}
@media only screen and (max-width: 300px){
	#distancias .c2{
		width: 100%;
	}
	#distancias .c3:nth-child(2) .c2:first-child,  #distancias .c3:nth-child(4) .c2:last-child, #distancias .c3:nth-child(6) .c2:first-child, #distancias .c3:nth-child(8) .c2:first-child{
		order: 0;
	}
	#distancias .c3:nth-child(2) .c2:last-child, #distancias .c3:nth-child(4) .c2:first-child, #distancias .c3:nth-child(6) .c2:first-child, #distancias .c3:nth-child(8) .c2:last-child{
		order: 1;
	}
	#distancias .c2{
		padding: 10px 0;
	}
}