/*---------------------------------------------------------------- 
NORMALIZE ////////////////////////////////////////////////////////
----------------------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px
solid #c0c0c0;margin:0
2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,
html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*---------------------------------------------------------------- 
GENERAL /////////////////////////////////////////////////////////
----------------------------------------------------------------*/
html, body {
	display:flex;
	flex-direction:row; 
	flex-wrap: wrap;
	justify-content:center;
	align-items:flex-start;
	height: auto;
	min-height:100vh;
	line-height:1.3em;	
	position: relative;
	width:100%;
	}

html, body  {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	}
	@media only screen and (max-width:1500px) {
	html, body {
	font-size:16px;
	}}


/* Fuente secundaria  ----------------------------*/
h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', sans-serif; 
	}


div.contenedor {
	padding:40px 0px;
	}


section {
	height: auto;
	}
	

article {
	height: auto;
	width:100%;
	}
	
aside{
	height: auto;
	}
	

img{
	display:block;
	padding:0px;
	margin: 0px;
	max-width:100%;
	padding: 0px;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:900;
	height:auto;
	margin:0px;
	padding:5px 0px;
	line-height:1.2em;
	width:100%;
	}


h1 {font-size:2em;}
h2 {font-size:1.8em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}


a, a:visited{
	margin:0px;
	padding: 0px;
	text-decoration:underline;
	}

a:hover {	
	text-decoration:underline;
	}

p {
	color: inherit;
	height:auto;
	line-height:1.2em;
	margin: 0px;
	padding:20px 0px;
	text-align: justify;
	width:100%;
	}

p strong,
p b{
	font-weight:bold;
	}


ul, ol {
	float: none;
	height: auto;
	margin:15px 0px;
	padding-left:18px;
	width:100%;
	}

ul li, 
ol li{
	float: none;
	height: auto;
	line-height:1.4em;
	margin: 0px;
	padding: 0px;
	width:100%;
	}


ul li {
	list-style:disc;
	}


ol li {
	list-style:decimal;
	}

hr {
	border:0px;
	padding:0px;
	margin:20px 0px;
	height:1px;
	width: 100%;
	}


* {
	box-sizing:border-box!important;
	float: none;

	}


nav ul li a,
body#index .panel-habitaciones div.in a div,
.panel-menu div.in a{
 	transition:all 0.12s;
 	}


.lazyload,
.lazyloading {
	opacity: 0;
	}

.loading,
.lazyload,
.lazyloaded,
.image  {
	opacity: 1;
	transition: opacity 1000ms;
	}

/*---------------------------------------------------------------- 
ESTRUCTURA ///////////////////////////////////////////////////////
----------------------------------------------------------------*/
div.contenedor,
div.container,
header,
section,
footer{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
	height:auto;
	max-width:100%;
	overflow-x:hidden;
	width:100%;
	}



div.in{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	height:auto;
	min-height:auto;
	max-height:auto;
	max-width:1800px;
	min-width:55%;
	position:relative;
	}

div.in{
	width:75%;
	}
	@media only screen and (max-width:1500px) {
	div.in{
	max-width:94%;
	width:1000px;
	}}
	@media only screen and (max-width:1020px) {
	div.in{
	width:800px;
	}}
	@media only screen and (max-width:820px) {
	div.in{
	width:700px;
	}}
	@media only screen and (max-width:720px) {
	div.in{
	width:600px;
	}}
	@media only screen and (max-width:620px) {
	div.in{
	width:92%;
	}}



div.in.thin{
	width:60%;
	}
	@media only screen and (max-width:1500px) {
	div.in.thin{
	width:800px;
	}}
	@media only screen and (max-width:820px) {
	div.in.thin{
	width:700px;
	}}
	@media only screen and (max-width:720px) {
	div.in.thin{
	width:600px;
	}}
	@media only screen and (max-width:620px) {
	div.in.thin{
	width:92%;
	}}

div.in.full{
	width:94%;
	}
	@media only screen and (max-width:620px) {
	div.in.full{
	width:92%;
	}}


/* --------------------------------------------------------------- < HEADER > */
header {
	overflow:visible; /*necesary*/
	padding:5px 0px;
	z-index:100;
	}
	@media only screen and (max-width:620px) {
	header{
	position:fixed;
	left:0px;
	top:0px;
	}}

/*----------*/

header div.in {
	align-items:center;
	justify-content:space-between;
	padding:0px;
	}
	@media only screen and (max-width:720px) {
	header div.in{
	justify-content:center;
	}}
	@media only screen and (max-width:620px) {
	header div.in{
	flex-direction:row;
	justify-content:space-between!important;
	}}

/*----------*/

header a.logotipo{
	display:block;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:220px;/* set */
	}
	@media only screen and (max-width:1500px) {
	header a.logotipo{
	width:180px;/* set */
	}}
	@media only screen and (max-width:720px) {
	header a.logotipo{
	width:160px;/* set */
	}}
	@media only screen and (max-width:620px) {
	header a.logotipo{
	margin:5px 0px 5px 0px;
	width:120px;/* set */
	}}

header a.logotipo.movil:nth-child(2){
	display:none;
	}


header a.logotipo img{
	height:auto;
	margin:0px;
	padding:0px;
	width:100%;	
	}

header a.logotipo.movil {
	display:none;	
	}

/* --------------------------------------------------------------- < NAV > */
nav{
	display:flex;
	height:auto;
	width:auto;
	}
	@media only screen and (max-width:720px) {
	nav {
	margin-top:15px;
	width:100%;
	}}


/*----------*/
nav ul,
nav ul li {
	padding:0px;
	list-style:none;
	margin:0px;	
	}


nav ul{
	display:flex;
	flex-direction:row;
	width:auto;
	}
	@media only screen and (max-width:720px) {
	nav ul{
	justify-content:space-around;
	width:100%;
	}}


/*----------*/
nav ul li{
	text-align: center;
	width:auto;
	}
	@media only screen and (max-width:720px) {
	nav ul li{
	justify-content:space-around;
	margin-left:1px;
	}}

nav ul li:first-child{margin-left:0px;}

/*----------*/

nav ul li > *{
	cursor:pointer;
	display:block;
	height:40px;
	line-height:40px;
	font-weight:700;
	font-size:0.8em;
	text-decoration:none;
	text-transform:uppercase;
	opacity:0.7;
	padding:0px 10px;
	position:relative;
	width: auto;
	}
	@media only screen and (max-width:720px) {
	nav ul li > *{
	padding:0px 10px;
	}}
	@media only screen and (max-width:620px) {
	nav ul li > *{
	padding:0px 0px;
	}}

nav ul li > *:hover{
	opacity:1.0;
	text-decoration:none;
	}

/*----------*/
	@media only screen and (max-width:620px) {
	header a.logotipo.movil{
	display:block;
	margin-bottom:40px;
	width:50%;
	}
	nav {
	align-items:center;
	background-color:rgba(45, 60, 143, 1.0);
	flex-direction:column;
	justify-content: center;
	height:auto;
	margin-top:0px;
	min-height:100vh;
	position:fixed;
	bottom:auto;
	left:0px;
	top:0px;
	right:0px;
	padding:0px 0px 0px 0px;
	width:auto;
	visibility:hidden;
	opacity:0.0;
	transition:all 0.16s;
	}
	nav ul{
	justify-content:center;
	flex-direction:column;
	padding:0px 40px;
	width:100%;
	}
	nav ul li{
	border-bottom:1px solid #647ad8; /* set */
	background-color:transparent; /* no necesary */
	margin-left:1px;
	}
	nav ul li:last-child{
	border-bottom:0px solid #fff; /* set */
	}
	nav ul li > * {
	font-size:1.4em;
	}
	}


/*---------------------------------------------------------------- 
TODO  ////////////////////////////////////////////////////////////
----------------------------------------------------------------*/
.title{
	font-size:1.2em;
	font-weight:700;
	text-align: center;
	text-transform:uppercase;
	margin:20px 0px;
	}


/*---------------------------------------------------------------- 
INDEX ////////////////////////////////////////////////////////////
----------------------------------------------------------------*/

body#index section {
	padding:80px 0px;
	}

/* -------------------- INDEX / GENERAL --- */
body#index footer,
body#index section.cost,
body#index .panel-habitaciones,
body#index .panel-servicios,
body#index .panel-ubicacion,
body#index .panel-menu {z-index:1;}
body#index .banner-cover {z-index:0;}


/* -------------------- INDEX / BANNER --- */
body#index .bannermain {
background:
	linear-gradient(
	-45deg,
	transparent,
	#fcb040
	),
	linear-gradient(
	15deg,
	#ffe5bf,
	transparent
	),
	linear-gradient(
	0deg,
	#fcb040,
	transparent
	);
	background-blend-mode:screen;
	}


body#index .bannermain {
	padding:80px 10%;
	}
	@media only screen and (max-width:1500px) {
	body#index .bannermain{
	padding:40px 10%;
	}}
	@media only screen and (max-width:720px) {
	body#index .bannermain{
	padding:20px 5%;
	}}
	@media only screen and (max-width:620px) {
	body#index .bannermain{
	padding:0px 0%;
	}}


/*----- SWIPER ALTURA-----*/
body#index  div.swiper-slide{
	text-align: center;
	height:620px;
	}
	@media only screen and (max-width:1500px) {
	body#index  div.swiper-slide{
	height:420px;
	}}


/*----- SWIPER IMG-----*/
body#index div.swiper-slide  img{
	display:inline-block;
	height:100%;
	object-fit:cover;
	width:90%;
	}
	@media only screen and (max-width:720px) {
	body#index div.swiper-slide img{
	width:100%;
	}}


/*----- SWIPER FLECHAS -----*/
body#index .swiper-button-prev,
body#index .swiper-button-next  {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: center;
	background-size:50px auto;
	height:40px;
	width:80px;
	}
	@media only screen and (max-width:620px) {
	body#index .swiper-button-prev,
	body#index .swiper-button-next  {
	display:none;
	}}



body#index .swiper-button-prev,
body#index .swiper-container-rtl .swiper-button-next {
	background-image:url(../swiper/arrow-prev.svg);
	left:0px;
	}

body#index .swiper-button-next,
body#index .swiper-container-rtl .swiper-button-prev{
	background-image:url(../swiper/arrow-next.svg);
	right:0px;
	}

/*----- WELCOME -----*/
body#index .welcome {
	background-color:rgba(255, 255, 255, 0.9);
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:200px;
	margin:-100px 0px 0px -200px;
	padding:20px;
	position:absolute;
	bottom:auto;
	left:50%;
	right:auto;
	top:50%;
	z-index:999;
	width:400px;
	}
	@media only screen and (max-width:920px) {
	body#index .welcome {
	margin:-100px 0px 0px -160px;
	width:320px;
	}}
	@media only screen and (max-width:620px) {
	body#index .welcome {
	bottom:0px;
	top:auto;
	}}


body#index .welcome * {
	text-align:center;
	}

body#index .welcome img {
	margin:5px 0px;
	width:240px;
	}

body#index .welcome h2,
body#index .welcome h1 {
	font-size:1em;
	text-transform:uppercase;
	}

body#index .welcome h1 {
	font-size:1.1em;
	}
body#index .welcome h2 {
	font-weight:400;
	font-size:0.9em;
	}



/* -------------------- INDEX / PANEL HABITACIONES --- */
body#index .panel-habitaciones {
	padding:80px 0px 40px 0px!important;
	}


body#index .panel-habitaciones div.in a{
	height:240px; /* set */
	margin-bottom:20px; /* set */
	padding:0px;
	position:relative;
	width:48%; /* determina cuantos paneles hay en un renglon*/
	}
	@media only screen and (max-width:720px) {
	body#index .panel-habitaciones div.in a{
	height:200px;
	}}
	@media only screen and (max-width:620px) {
	body#index .panel-habitaciones div.in a{
	height:240px;
	width:100%;
	}}


body#index .panel-habitaciones div.in a img{
	object-fit:cover;
	object-position:50% 50%;
	height:100%;
	width:100%;
	}


body#index .panel-habitaciones a > div{
	height:auto;
	padding:20px 40px;
	position:absolute;
	bottom:0px;
	left:auto;
	right:0px;
	top:auto;
	width:auto;
	}
	@media only screen and (max-width:620px) {
	body#index .panel-habitaciones a > div{
	padding:16px 20px;
	}}


body#index .panel-habitaciones a > div > *{
	height:auto;
	width:100%;
	}

body#index .panel-habitaciones a > div p{
	font-size:1.2em;
	font-weight:700;
	text-transform:uppercase;
	padding:0px;
	}
	@media only screen and (max-width:620px) {
	body#index .panel-habitaciones a > div p{
	font-size:1em;
	}}
body#index .panel-habitaciones a > div span{
	display:block;
	font-size:1em;
	font-weight:400;
	}
	@media only screen and (max-width:620px) {
	body#index .panel-habitaciones a > div span{
	font-size:0.8em;
	}}


body#index .panel-habitaciones a:hover > div > * {
	color:initial;
	}

/* -------------------- INDEX / DECORADAS --- */


body#index section.decoradas {
	padding:0px 0px 40px 0px!important;
	}




/* -------------------- INDEX / PANEL SERVICIOS --- */
body#index .panel-servicios {
background:
	linear-gradient(
	-45deg,
	transparent,
	#2D3C8F
	),
	linear-gradient(
	30deg,
	#1a2877,
	transparent
	),
	linear-gradient(
	0deg,
	#1a2877,
	transparent
	);
	background-blend-mode:screen;
	}


body#index .panel-servicios {
	padding:40px 0px;
	}

body#index .panel-servicios .title{
	color:initial;
	}


body#index .panel-servicios div.in{
	justify-content:center;
	}


body#index .panel-servicios div.in > div{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:20px;
	width:25%;
	}
	@media only screen and (max-width:920px) {
	body#index .panel-servicios div.in > div{
	width:30%;
	}}
	@media only screen and (max-width:620px) {
	body#index .panel-servicios div.in > div{
	width:48%;
	}}


body#index .panel-servicios div.in > div span{
	border-radius:50%;
	display:block;
	height:90px;
	padding:10px;
	width:90px;
	}

body#index .panel-servicios div.in > div span img{
	display:block;
	height:auto;
	width:100%;
	}


body#index .panel-servicios div.in h3{
	font-size:1.1em;
	margin-top:5px;
	text-align:center;
	}
	@media only screen and (max-width:620px) {
	body#index .panel-servicios div.in h3{
	font-size:1em;
	}}
/* -------------------- INDEX / PANEL UBICACION --- */
body#index .panel-ubicacion iframe {
	min-height:30vh;
	height:50vh;
	max-height:60vh;
	width:100%;
	}

body#index .panel-ubicacion div.in{
	height:auto;
	padding:0px 20px;
	}
body#index .panel-ubicacion div.in:first-child{
	border-radius:12px 12px 0px 0px;
	}
body#index .panel-ubicacion div.in:last-child{
	border-radius:0px 0px 12px 12px;
	}

body#index .panel-ubicacion div.in p{
	font-size:1.1em;
	line-height:1.4em;
	font-weight:300;
	text-align:center;
	text-transform: uppercase;
	}

body#index .panel-ubicacion div.in p b{
	font-weight:700;
	}

/* -------------------- INDEX / PANEL MENU--- */
	@media only screen and (max-width:820px) {
	body#index section.panel-menu div.in{
	justify-content:center;
	}}


body#index section.panel-menu a {
	align-items: stretch;
	display:block;
	font-weight:400;
	height:auto;
	margin:0px 0px 20px 0px;
	padding:20px;
	text-decoration:none;
	width:32%;
	}
	@media only screen and (max-width:820px) {
	body#index section.panel-menu a{
	margin:0px 5px 20px 5px;
	width:46%;
	}}
	@media only screen and (max-width:620px) {
	body#index section.panel-menu a{
	margin:0px 0px 20px 0px;
	width:70%;
	}}


body#index section.panel-menu a > div{
	border:1px solid #fcb040;
	display:flex;
	height:100%;
	flex-wrap: wrap;
	flex-direction:column;
	padding:20px;
	height:auto;
	}

body#index section.panel-menu a > div h4{
	text-align:center;
	font-size:1.2em;
	}
	@media only screen and (max-width:920px) {
	body#index section.panel-menu a > div h4{
	font-size:1em;
	}}


body#index section.panel-menu a > div h4 b{
	font-weight:700;
	text-transform:uppercase;
	}
	@media only screen and (max-width:920px) {
	body#index section.panel-menu a > div h4 b{
	font-size:1.2em;
	}}

/*---------------------------------------------------------------- 
INTERIORES  /////////////////////////////////////////////////////
----------------------------------------------------------------*/
.container h1 {
	font-size:1.6em;
	font-weight:700;
	}

h1.title{
	color: rgba(45, 60, 143, 1.0);
	border:2px solid rgba(45, 60, 143, 1.0);
	font-size:1.4em;
	margin:40px auto 0px auto;
	padding:20px;
	width:auto;
	}
	@media only screen and (max-width:620px) {
	h1.title{
	width:100%;
	}}


/*---------------------------------------------------------------- 
HABITACIONES  /////////////////////////////////////////////////////
----------------------------------------------------------------*/
ul.zigzag.habitaciones li {
	border-bottom:5px solid rgba(252, 176, 64, 0.2);
	padding:100px 0px;
	}
	@media only screen and (max-width:1500px) {
	ul.zigzag.habitaciones li {
	padding:60px 0px;
	}}

/*----- TITULO  -----*/
ul.zigzag.habitaciones li h2{
	display:block;
	text-transform:uppercase;
	font-weight:700;
	font-size:1.2em;
	padding:16px 12px;
	}

/*----- PRECIO PRINCIPAL  -----*/
ul.zigzag.habitaciones li div.info h3{
	font-size:1.2em;
	font-weight:300;
	line-height:20px;
	margin-top:20px;
	}

ul.zigzag.habitaciones li div.info  h3 b{
	font-size:1.2em;
	}

ul.zigzag.habitaciones li div.info  h3 img{
	float:left;
	height:20px;
	margin-right:12px;
	width:20px;
	}


ul.zigzag.habitaciones hr{
	margin:0px 0px;
	}

/*----- ICONS  -----*/
ul.zigzag.habitaciones  ul.icons{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin:0px;
	padding:0px;
	}

ul.zigzag.habitaciones  ul.icons i{
	display:block;
	font-style:normal;
	line-height:50px;
	font-weight:bolder;
	margin-right:6px;
	text-transform:uppercase;
	width:100%;
	}



ul.zigzag.habitaciones  ul.icons li{
	border:0px;
	border-radius:50%;
	height:50px;
	padding:6px;
	margin:0px 4px 4px 0px;
	width:50px;
	}
	@media only screen and (max-width:820px) {
	ul.zigzag.habitaciones  ul.icons li{
	height:40px;
	width:40px;
	}}


ul.zigzag.habitaciones  ul.icons li img{
	display:block;
	height:auto;
	width:100%;
	}


/*----- IMAGEN SIZE  -----*/

body#habitaciones ul.zigzag div.swiper-slide{
	height:420px;
	overflow:hidden;
	}
	@media only screen and (max-width:1500px) {
	body#habitaciones ul.zigzag div.swiper-slide{
	height:320px;
	}}
	@media only screen and (max-width:720px) {
	body#habitaciones ul.zigzag div.swiper-slide{
	height:360px;
	}}
	@media only screen and (max-width:620px) {
	body#habitaciones ul.zigzag div.swiper-slide{
	height:300px;
	}}


body#habitaciones ul.zigzag div.swiper-slide img{
	height:100%;
	object-fit:cover;
	width:100%;
	}


/*----- SWIPER PLUGIN PATRONES -----*/
body#habitaciones .swiper-button-prev,
body#habitaciones .swiper-button-next  {
	background-color:#fff;
	background-repeat:no-repeat;
	background-position: center;
	background-size:50px auto;
	bottom:0px;
	height:40px;
	top:auto;
	width:80px;
	}

body#habitaciones .swiper-button-prev,
body#habitaciones .swiper-container-rtl .swiper-button-next {
	background-image:url(../swiper/arrow-prev.svg);
	left:0px;
	}


body#habitaciones .swiper-button-next,
body#habitaciones .swiper-container-rtl .swiper-button-prev{
	background-image:url(../swiper/arrow-next.svg);
	left:80px;
	right:auto;
	}

body#habitaciones ul.zigzag li:nth-child(even) div.imagen
.swiper-button-next,
body#habitaciones ul.zigzag li:nth-child(even) div.imagen
.swiper-container-rtl .swiper-button-prev {
	left:auto!important;
	right:0px!important;
	}


body#habitaciones ul.zigzag li:nth-child(even) div.imagen
.swiper-button-prev,
body#habitaciones ul.zigzag li:nth-child(even) div.imagen
.swiper-container-rtl .swiper-button-next {
	left:auto!important;
	right:80px!important;
	}

/*---------------------------------------------------------------- 
INSTALACIONES  ///////////////////////////////////////////////////
----------------------------------------------------------------*/
body#instalaciones ul.walls {
	margin:40px 0px;
	}


/*---------------------------------------------------------------- 
UBICACION  //////////////////////////////////////////////////////
----------------------------------------------------------------*/
body#ubicacion iframe {
	height:400px;
	margin:40px 0px 0px 0px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	body#ubicacion iframe{
	height:300px;
	}}


body#ubicacion .datos {
	margin:0px;
	margin-bottom:60px;
	padding:0px;
	}

body#ubicacion .datos > div{
	border-radius:0px 0px 18px 18px;
	text-align:center;
	padding:14px 40px;
	width:auto;
	}


body#ubicacion ul.lugares {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
	list-style:none;
	margin:40px 0px;
	padding:0px;
	width:100%;
	}

body#ubicacion ul.lugares li {
	list-style:none;
	height:auto;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	width:32%;
	}
	@media only screen and (max-width:620px) {
	body#ubicacion ul.lugares li{
	width:49%;
	}}


body#ubicacion ul.lugares li *{
	width:100%;
	}

body#ubicacion ul.lugares li .foto{
	height:280px;
	}
	@media only screen and (max-width:1500px) {
	body#ubicacion ul.lugares li .foto{
	height:200px;
	}}
	@media only screen and (max-width:920px) {
	body#ubicacion ul.lugares li .foto{
	height:160px;
	}}
	@media only screen and (max-width:620px) {
	body#ubicacion ul.lugares li .foto{
	height:140px;
	}}

body#ubicacion ul.lugares li .foto img{
	height:100%;
	object-fit:cover;
	opacity:0.8;
	width:100%;
	}

body#ubicacion ul.lugares li h2,
body#ubicacion ul.lugares li p{
	padding-left:12px;
	padding-right:12px;
	text-align: left;
	}

body#ubicacion ul.lugares li h2{
	font-size:1.6em;
	margin:0px;
	margin-top:8px;
	padding-bottom:0px;
	}
	@media only screen and (max-width:920px) {
	body#ubicacion ul.lugares li h2{
	font-size:1.4em;
	}}
	@media only screen and (max-width:720px) {
	body#ubicacion ul.lugares li h2{
	font-size:1.2em;
	}}
	@media only screen and (max-width:620px) {
	body#ubicacion ul.lugares li h2{
	font-size:1em;
	}}


body#ubicacion ul.lugares li p{
	font-weight:300;
	margin:0px;
	padding-top:0px;
	text-transform:uppercase;
	}
	@media only screen and (max-width:620px) {
	body#ubicacion ul.lugares li p{
	font-size:0.8em;
	}}

/*---------------------------------------------------------------- 
CONTACTO  //////////////////////////////////////////////////////
----------------------------------------------------------------*/
body#contacto div.container {
	padding-bottom:40px;
	}

body#contacto div.container div.in {
	justify-content:space-between;
	}


body#contacto  article,
body#contacto  aside {
	margin-top:40px;
	}

body#contacto  article {
	width:60%;
	}
	@media only screen and (max-width:620px) {
	body#contacto  article {
	width:100%;
	}}


body#contacto  aside {
	padding:0px;
	width:35%;
	}
	@media only screen and (max-width:920px) {
	body#contacto  aside {
	width:39%;
	}}
	@media only screen and (max-width:620px) {
	body#contacto  aside {
	width:100%;
	}}




body#contacto div.formulario {
	padding:20px 40px;
	}
	@media only screen and (max-width:920px) {
	body#contacto div.formulario {
	padding:20px 20px;
	}}


body#contacto div.formulario ul.actions{
	justify-content:center;
	}


body#contacto div.formulario ul.actions li span {
	font-weight:700;
	font-size:1.2em;
	padding:0px 24px;
	}


body#contacto aside p{
	overflow-wrap: break-word;
 	word-wrap: break-word;
	text-align:left;
	padding:20px;
	}


body#contacto aside .tel{
	line-height:1.4em;
	padding:20px;
	font-weight:400;
	}


body#contacto aside .tel i{
	font-style:normal;
	}


body#contacto aside .tel b{
	font-size:2em;
	line-height:1.2em;
	font-weight:normal;
	}
	@media only screen and (max-width:920px) {
	body#contacto aside .tel b{
	font-size:1.6em;
	}}


body#contacto-ok div.container p{
	text-align:center;
	}

/* --------------------------------------------------------------- < FOOTER > */
footer {
	font-size:0.8em;
	padding:10px 0px;
	}

footer div.in {	
	justify-content:space-between;
	}
	@media only screen and (max-width:720px) {
	footer div.in {
	justify-content:center;
	}}

footer p{
	width:45%;
	}
	@media only screen and (max-width:720px) {
	footer p{
	text-align: center;
	width:100%;
	}}


/*  FIRMA */
a.firma,
a.firma:visited,
a.firma:hover{
	display:flex;
	flex-direction:row;
	font-size:0.8em;
	justify-content:center;
	cursor:text;
	float:none;
	height:auto;
	text-decoration:none;
	width:auto;
	}
	@media only screen and (max-width:720px) {
	a.firma,
	a.firma:visited,
	a.firma:hover{
	flex-direction:column;
	text-align: center;
	}}


a.firma b{
	display:block;
	height:22px;
	line-height:20px;
	font-style:normal;
	font-weight:normal;
	width:auto;
	}


a.firma span{
	cursor:pointer;
	display:block;
	height:22px; /*set*/
	margin:0px 0px 0px 5px;
	width:auto;
	}

a.firma span img{
	height:100%;
	width:auto;
	}


/* --------------------------------------------- AREA  > SECCION > ELEMENTO */

/* --------------------------------------------- SECCION  > ELEMENTO */

/* --------------------------------------------- SECCION  > ELEMENTO */

/* --------------------------------------------- SECCION  > ELEMENTO */

/*----------*/



/*---------------------------------------------------------------- 
BOTONES
----------------------------------------------------------------*/
ul.actions {
	color:#fff;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	font-weight:300;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:1px;
	height: auto;
	margin:15px 0px;
	padding:0px;
	width:100%;
	}

ul.actions li {
	list-style:none;
	padding: 0px;
	margin:0px;
	margin-right:8px;
	margin-bottom:8px;
	position:relative;
	width:auto;
	}
	@media only screen and (max-width:620px) {
	ul.actions li{
	margin-right:0px;
	margin-bottom:10px;
	text-align: center;
	width:100%; 
	}}

ul.actions li:last-child{
	margin-right: 0px;
	}


ul.actions li label {
	margin:0px!important;
	padding:0px!important;
	color:inherit;
	}



ul.actions li > *,
ul.actions li label > *{
	display: block;
	border-radius:4px;
	color:inherit;
	cursor: pointer;
	font-size:1em;
	height:36px;
	line-height:36px;
	margin: 0px;
	padding:0px 16px; 
	position: relative;
	text-decoration: none;
	width:auto;
	}
	@media only screen and (max-width:1500px) {
	ul.actions li > *,
	ul.actions li label > *{
	height:36px;
	line-height:36px;
	}}
	@media only screen and (max-width:620px) {
	ul.actions li > *,
	ul.actions li label > *{
	height:50px;
	line-height:50px;
	padding:0px 0px; 
	text-align: center;
	width:100%; 
	}}


ul.actions li input[type="file"],
ul.actions li input[type="submit"]{
	visibility: hidden;
	display:none;
	}


ul.actions li a:hover,
ul.actions li span:hover{
	color:#fff!important;
	}



/*---------------------------------------------------------------- 
VARIOS ///////////////////////////////////////////////////////////
----------------------------------------------------------------*/
.first {
	}
	@media only screen and (max-width:620px) {
	.first{
	margin-top:62px;
	}}


.txt-small {
	font-size:0.8em;
	}


/*--------------------------------------------------------------------------- GUIA (delete) */

.flex-container {
	display: flex;

	/* Dirección de items */
	flex-direction: row; /* → */
	flex-direction: row-reverse; /* ← */
	flex-direction: column; /* ↓ */
	flex-direction: column-reverse; /* ↑ */

	/* Envolvente */
	flex-wrap: wrap; /* Respeta tamaño de flex-items al llegar a limite de espacio*/
	flex-wrap: nowrap; /* Reduce flex-items conforme se reduce wrap al llegar a limite de espacio*/
	flex-wrap: wrap-reverse; /* Reduce flex-items conforme se reduce wrap y los invierte en orden  al llegar a limite de espacio*/

	/* Justificación */
	justify-content:flex-start; /* 1 2 3 4 - - - - - - - */
	justify-content:flex-end; /* - - - - - - -  1 2 3 4 */
	justify-content:center; /* - - - 1 2 3 4 - - - */
	justify-content:space-between; /* 1 - - - 2 - - - 3 - - - 4 */
	justify-content:space-around; /* - 1 - - 2 - - 3 - - 4 - */
	justify-content:space-evenly; /* - 1 - 2 - 3 - 4 - */


	/* Alineación (vertical )*/
	align-items:flex-start; /* top */
	align-items:flex-end; /* bottom */
	align-items:center; /* middle */
	align-items:stretch; /* Modifica altura de .flex-items para adaptarlos a todo lo alto */
	align-items:baseline; /* ???  */
	}	



.flex-items{
	order:1; /* default 0, orden de items  */
	}

