/*---------------------------------------------------------------- 
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;
	font-family: 'Nunito', sans-serif;
	font-weight:300;
	height: auto;
	min-height:100vh;
	line-height:1.3em;	
	position: relative;
	width:100%;
	}


html, body { 
	font-size:20px;
	}
	@media only screen and (max-width:1500px) {
	html, body {
	font-size:16px;
	}}


div.contenedor {
	padding:40px 0px;
	}

section {
	height: auto;
	}
	

article {
	height: auto;
	width:100%;
	}
	
aside{
	height: auto;
	}
	

h1, h2, h3, h4, h5, h6{
	font-family: 'Nunito', sans-serif; /* Fuente secundaria */
	}

body#index section.simple-banner-h div.in h3 {
	font-family: 'Handlee', cursive;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	height:auto;
	margin:0px;
	padding:5px 0px;
	line-height:1.4em;
	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;}


img{
	display:block;
	padding:0px;
	margin: 0px;
	max-width:100%;
	padding: 0px;
	}

a, a:visited{
	color:inherit;
	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{
	font-weight:700;
	}


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 section.panels div.in a img{
 	transition:all 0.12s;
 	}


/*---------------------------------------------------------------- 
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 {
	/* background-color:#dedede; /* not necesary */
	overflow:visible;/*necesary */
	z-index:100;
	}
	@media only screen and (max-width:620px) {
	header{
	position:fixed;
	}}

/*----------*/

header div.in {
	align-items:center;
	justify-content:space-between;
	padding:8px 0px ;
	}
	@media only screen and (max-width:820px) {
	header div.in{
	padding-bottom: 0px;
	justify-content:center;
	}}
	@media only screen and (max-width:620px) {
	header div.in{
	padding-bottom: 8px;
	justify-content:space-between!important;
	}}

/*----------*/
header a.logotipo{
	display:block;
	height:auto;
	margin:0px;
	padding:0px;
	width:220px; /* set */
	}
	@media only screen and (max-width:1500px) {
	header a.logotipo{
	width:140px;	/* set */
	}}
	@media only screen and (max-width:820px) {
	header a.logotipo{
	width:130px;	/* set */
	padding-bottom: 5px;
	}}
	@media only screen and (max-width:620px) {
	header a.logotipo{
	width:100px;	/* 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 {
	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{
	background-color:#fff; /* no necesary */
	margin-left:10px;
	text-align: center;
	width:auto;
	}
	@media only screen and (max-width:1500px) {
	nav ul li{
	margin-left:5px;
	}}
	@media only screen and (max-width:720px) {
	nav ul li{
	justify-content:space-around;
	margin-left:0px;
	}}

nav ul li:first-child{margin-left:0px;}


/*----------*/

nav ul li a{
	display:block;
	height:40px;
	font-weight: 600;
	line-height:40px;
	text-decoration:none;
	padding:0px 11px;
	width: auto;
	}

nav ul li a:hover{
	font-weight: 600;
	padding:0px 11px;
	text-decoration:none;
	}


/*----------*/
	@media only screen and (max-width:620px) {
	header a.logotipo.movil{
	display:block;
	margin-bottom:30px;
	margin-top:-40px;
	width:50%;
	}
	nav {
	align-items:center;
	background-color:#fff; /* set */
	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 #f3f2ed; /* set */
	background-color:transparent; /* no necesary */
	margin-left:1px;
	}
	nav ul li:last-child{
	border-bottom:0px solid #fff; /* set */
	}
}


/*---------------------------------------------------------------- 
PATRONES /////////////////////////////////////////////////////////
----------------------------------------------------------------*/
/* Box info  ----------------------------*/
.box-info {
	font-size:0.9em;
	height:auto;
	padding:20px;
	margin:5px 0px; /* set */
	width:100%;
	}



/* Simple Banner H  ----------------------------*/
.simple-banner-h{
	height:30vh;
	overflow:hidden;
	position:relative;
	}
	@media only screen and (max-width:620px) {
	.simple-banner-h{
	height:40vh;
	}}


.simple-banner-h picture{
	height:auto;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	top:0px;
	width:auto;
	}

.simple-banner-h picture img{
	height:100%;
	width:100%;
	object-fit:cover;
	}

.simple-banner-h div.in {
	align-items:center;
	justify-content:center;
	height:100%;
	z-index:10;
	}


.simple-banner-h::before,
.simple-banner-h::after{
	background-color:#fff;
	border-radius:100%;
	content:"";
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	width:150%;
	z-index:11;
	}

.simple-banner-h::before{
	height:300px;
	top:-260px;
	}
	@media only screen and (max-width:620px) {
	.simple-banner-h::before{
	height:200px;
	top:-160px;
	}}

.simple-banner-h::after{
	height:300px;
	bottom:-260px;
	}
	@media only screen and (max-width:620px) {
	.simple-banner-h::after{
	height:200px;
	bottom:-160px;
	}}


/* Section Panels  ----------------------------*/
section.panels div.in{
	align-items:stretch; /*usar si se quiere forzar misma altura a todos los paneles en caso de no tener altura fija*/
	justify-content:space-between;/* or center */
	}


section.panels div.in > *{
	height:auto; /* set */
	margin-bottom:20px; /* set */
	width:30%; /* determina cuantos paneles hay en un renglon*/
	}
	@media only screen and (max-width:720px) {
	section.panels div.in > *{
	width:100%;
	}}




/* lazy load  ----------------------------*/
.lazyload,
.lazyloading {
	opacity: 0;
	}

.loading,
.lazyload,
.lazyloaded,
.image  {
	opacity: 1;
	transition: opacity 1000ms;
	}

/* Zig Zag  ----------------------------*/
ul.zigzag {
	display:flex;
	flex-direction:column;
	flex-wrap: wrap;
	justify-content:center;
	list-style: none;
	margin:20px 0px;
	padding:0px;
	width:100%;
	}


ul.zigzag li {
	align-items:center;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style:none;
	min-height:100px; /* not necessary */
	margin-bottom:50px; /* not necessary */
	padding:0px 0px;
	width:100%;
	}


ul.zigzag div.info {
	padding:40px;
	width:48%;
	}
ul.zigzag div.imagen {
	width:48%;
	}

ul.zigzag li:nth-child(even) div.info{
	order:2;
	}
ul.zigzag li:nth-child(even) div.imagen{
	order:1;
	}


ul.zigzag li div.info {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	align-items:center;
	text-align:justify;
	}


@media only screen and (max-width:620px) {
	ul.zigzag div.info,
	ul.zigzag div.imagen {
	width:100%;
	}
	ul.zigzag li:nth-child(odd) div.info{
	order:2;
	}
	ul.zigzag li:nth-child(odd) div.imagen{
	order:1;
	}
	ul.zigzag li:nth-child(even) div.info{
	order:2;
	}
	ul.zigzag li:nth-child(even) div.imagen{
	order:1;
	}
}

/* Masonary-simple   ----------------------------*/
ul.wall-masonry-simple {
	align-items: start;
	display:block!important;
	columns:3!important;
	justify-content:space-between; /*set*/
	margin:0px;
	padding:0px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	ul.wall-masonry-simple{
	columns:2!important;
	}}

ul.wall-masonry-simple li{
	display:inline-block;
	list-style:none;
	height:auto;
	margin:0px;
	margin-bottom:20px!important;
	padding:0px; /*set*/
	text-align: center;
	width:100%;/* con ancho determinamos cantos items por renglon */
	}


ul.wall-masonry-simple li > * {
	height:auto;
	width:100%;
	}


ul.wall-masonry-simple li > * img {
	height:auto;
	width:100%;
	}



/* BTN Call   ----------------------------*/
a.btn-call {
	color:#367535;
	font-weight:700;
	font-size:1.6em;
	text-decoration: none;
	width:auto;
	}
	@media only screen and (max-width:620px) {
	a.btn-call{
	display:block;
	color:#d7e4d8;
	font-size:1.2em;
	height:42px;
	line-height:42px;
	text-align: center;
	padding:0px 20px; 
	background-color:#367535;
	width:80%;
	}}

/*---------------------------------------------------------------- 
INDEX ///////////////////////////////////////////////////////////
----------------------------------------------------------------*/
body#index section {
	padding:40px 0px;
	}
/* --------------------------------------------- INDEX  > BANNER H */
body#index .simple-banner-h{
	height:70vh;
	}
	@media only screen and (max-width:620px) {
	body#index .simple-banner-h{
	height:70vh;
	}}


body#index .simple-banner-h > picture img{
	object-position: 50% 0%;
	}

body#index .simple-banner-h div.in {
	align-items:flex-start;
	flex-direction:column;
	justify-content:center;
	}


body#index section.simple-banner-h div.in *{
	text-shadow:4px 4px 4px rgba(0, 0, 0, 0.4);
	margin:0px;
	padding:0px;
	width:60%;
	}
	@media only screen and (max-width:1020px) {
	body#index section.simple-banner-h div.in *{
	width:70%;
	}}
	@media only screen and (max-width:820px) {
	body#index section.simple-banner-h div.in *{
	width:90%;
	}}
	@media only screen and (max-width:720px) {
	body#index section.simple-banner-h div.in *{
	text-align:center;
	width:100%;
	}}




body#index section.simple-banner-h div.in h3{
	font-size:2.2em;
	line-height:1.2em;
	margin:10px 0px 5px 0px;
	}
	@media only screen and (max-width:620px) {
	body#index section.simple-banner-h div.in h3{
	font-size:2em;
	margin-top:120px;
	}}


body#index section.simple-banner-h div.in h3 span{
	font-style: normal;
	font-size:0.6em;
	}

body#index section.simple-banner-h div.in p{
	font-weight:300;
	font-size:1.1em;
	margin:12px 0px;
	}


/* --------------------------------------------- INDEX  > PANELS */
body#index section.panels div.in a{
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	align-items:center;
	text-align:center;
	text-decoration:none;
	}
	@media only screen and (max-width:620px) {
	body#index section.panels div.in a{
	border-bottom:1px solid #e9e9e9;
	padding:0px 20px;
	}}
	@media only screen and (max-width:620px) {
	body#index section.panels div.in a:last-child{
	border-bottom:0px solid #e9e9e9;
	}}

body#index section.panels div.in a h1,
body#index section.panels div.in a h4 {
	font-size:1.2em;
	text-align: center;
	margin:0px;
	padding:0px;
	width:100%;
	}

body#index section.panels div.in a p{
	text-align: center;
	padding-top:6px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	body#index section.panels div.in a p{
	padding-top:0px;
	}}
	@media only screen and (max-width:620px) {
	body#index section.panels div.in a p b{
	font-size:1.2em;
	}}
body#index section.panels div.in a img{
	display:block;
	height: auto;
	transform: scale(0.9);
	opacity:0.8;
	width:160px;
	}
	@media only screen and (max-width:1500px) {
	body#index section.panels div.in a img{
	width:50%;
	}}
	@media only screen and (max-width:620px) {
	body#index section.panels div.in a img{
	width:40%;
	}}

body#index section.panels div.in a:hover img{
	opacity:1.0;
	transform: scale(1); 
	}


/* --------------------------------------------- INDEX  > MA */
img.ma {
	height: auto;
	margin-bottom:-30px;
	position:relative;
	width:600px;
	z-index:13;
	}
	@media only screen and (max-width:1500px) {
	img.ma {
	margin-bottom:-20px;
	width:500px;
	}}
	@media only screen and (max-width:620px) {
	img.ma {
	margin-bottom:-20px;
	width:90%;
	}}

/* --------------------------------------------- INDEX  > PANEL CONTACTO */
body#index section.panel-contacto img.ls {z-index:1;}
body#index section.panel-contacto div.formulario {z-index:2;}
body#index section.panel-contacto h3 {z-index:2;}
body#index section.panel-contacto h2 {z-index:2;}

body#index section.panel-contacto{
	position:relative;
    background:
	linear-gradient(
	-45deg,
	transparent,
	#d7e4d8
	),
	linear-gradient(
	15deg,
	#a1c4a3,
	transparent
	),
	linear-gradient(
	0deg,
	#a1c4a3,
	transparent
	);
	background-blend-mode:screen;
	}
	@media only screen and (max-width:620px) {
	body#index section.panel-contacto{
    background-color:#a1c4a3;
	}}

body#index section.panel-contacto div.in {
	align-items: center;
	padding:60px 0px;
	}
	@media only screen and (max-width:620px) {
	body#index section.panel-contacto div.in {
	justify-content: center;
	}}



body#index section.panel-contacto img.ls{
	display:block;
	height:100%;
	max-width:200%;
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
	}
	@media only screen and (max-width:620px) {
	body#index section.panel-contacto img.ls{
	height:auto;
	width:100%;
	}}


body#index section.panel-contacto h3 {
	margin:0px 0px 0px 0px;
	}
	@media only screen and (max-width:620px) {
	body#index section.panel-contacto h3{
	margin:160px 0px 0px 0px;
	text-align:center;
	}}

body#index section.panel-contacto h2 {
	font-size:1em;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	@media only screen and (max-width:620px) {
	body#index section.panel-contacto h2{
	margin:0px 0px 16px 0px;
	text-align:center;
	}}



div#f-rapido {
	position:relative;
	width:60%;
	}
	@media only screen and (max-width:920px) {
	div#f-rapido{
	width:70%;
	}}
	@media only screen and (max-width:820px) {
	div#f-rapido{
	width:80%;
	}}
	@media only screen and (max-width:720px) {
	div#f-rapido{
	width:90%;
	}}
	@media only screen and (max-width:620px) {
	div#f-rapido{
	padding:0px 10px;
	width:100%;
	}}


div#f-rapido textarea {
	height:120px;
	}

/*---------------------------------------------------------------- 
INTERIORES  //////////////////////////////////////////////////////
----------------------------------------------------------------*/
article img {
	border-radius:8px;
	}

div.container {
	margin-top:40px;
	padding-bottom:40px;
	}

/* --------------------------------------------- INTERIOR  > BANNER H */
section.titulo{
	position:relative;
	margin-top:-120px;
	z-index:20;
	}
	@media only screen and (max-width:620px) {
	section.titulo{
	margin-top:-140px;
	}}


section.titulo div.in {
	justify-content:center;
	}

section.titulo div.in span{
	border-radius:50%;
	display:block;
	height:160px;
	padding:10px;
	width:160px;
	}
	@media only screen and (max-width:1500px) {
	section.titulo div.in span{
	height:140px;
	width:140px;
	}}


section.titulo div.in span img{
	height:auto;
	width:100%;
	}
section.titulo div.in h3{
	height:auto;
	margin:0px;
	padding:0px;
	text-align: center;
	width:100%;
	}

/* --------------------------------------------- PANEL CONTACTANOS */
section.panel-contactanos {
	padding:30px 0px;
	}

section.panel-contactanos div.in{
	justify-content: center;
	}

section.panel-contactanos h2 {
	border-radius:36px;
	font-size:1.2em;
	font-weight:300;
	height:72px;
	line-height:1.2em;
	padding:10px 20px!important;
	text-align:center;
	width: auto;
	}

section.panel-contactanos ul.actions{
	justify-content: center;
	}

/* --------------------------------------------- CONTACTO */
body#contacto div.container div.in{
	justify-content:center;
	}

body#contacto div.container div.in h2 {
	font-size:1em;
	margin:0px 0px 16px 0px;
	padding:0px;
	text-align:center;
	}
	@media only screen and (max-width:620px) {
	body#contacto div.container div.in h2{
	margin:0px 0px 16px 0px;
	text-align:center;
	}}


body#contacto div.formulario {
	width:80%;
	}
	@media only screen and (max-width:720px) {
	body#contacto div.formulario{
	width:90%;
	}}

body#contacto div.formulario ul.actions{
	justify-content:center;
	}
body#contacto div.container p{
	text-align:center;
	}

/* --------------------------------------------------------------- < FOOTER > */
footer {
	border-top:10px solid #a1c4a3;
	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;
	margin-top: 20px;
	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;
	}
	@media only screen and (max-width:720px) {
	a.firma span{
	margin:5px 0px 0px 0px;
	}}


a.firma span img{
	height:100%;
	width:auto;
	}


/*---------------------------------------------------------------- 
VARIOS
----------------------------------------------------------------*/
.first {
	}
	@media only screen and (max-width:620px) {
	.first{
	margin-top:70px;
	}}


.txt-small {
	font-size:0.8em;
	}




/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FLEXBOX >>>>>>>>>> */

.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  */
	}

