/*---------------------------------------------------------------- 
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 {

	background-color: #000 ;
	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  {
	color: #1f110e;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	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: 'Jura', sans-serif;
	font-size: 300;
	}


div.contenedor {
	padding:40px 0px;
	}


section {
	height: auto;
	}
	

article {
	height: auto;
	width:100%;
	}
	
aside{
	height: auto;
	}
	

img{
	display:block;
	height:auto;
	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:left;
	width:100%;
	}

p strong,
p b{
	font-weight:bold;
	}


ul, ol {
	float: none;
	height: auto;
	margin:15px 0px;
	padding-left:0px;
	width:100%;
	}

ul li, 
ol li{
	float: none;
	height: auto;
	line-height:1.4em;
	margin: 0px;
	padding: 0px;
	width:100%;
	}


ul li {
	list-style:none;
	}


ol li {
	list-style:decimal;
	}

hr {
	border:0px;
	padding:0px;
	margin:20px 0px;
	height:1px;
	width: 100%;
	}


* {
	box-sizing:border-box!important;
	float: none;
	overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
	}


nav ul li a{
 	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%;
	}}


div.in.plus{
	max-width:100%;
	width:calc(100% - 1px)!important;
	}

/* --------------------------------------------------------------- < HEADER > */
/* --------------------------------------------------------------- < NAV > */
nav{
	display:flex;
	font-family: 'Jura', sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	height:auto;
	width:100%;
	}
	@media only screen and (max-width:1020px) {
	nav{
	font-size: 1.2em;
	}}
	@media only screen and (max-width:820px) {
	nav{
	font-size: 1.1em;
	}}
	@media only screen and (max-width:820px) {
	nav{
	font-size: 1em;
	}}


/*----------*/
nav ul,
nav ul li {
	padding:0px;
	list-style:none;
	margin:0px;	
	}


nav ul{
	display:flex;
	flex-direction:row-reverse;
	width:100%;
	}


/*----------*/
nav ul li{
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	justify-content:center; 
	background-color:#f08f02; /* no necesary */
	margin-left:20px;
	text-align: center;
	width:auto;
	}
	@media only screen and (max-width:720px) {
	nav ul li{
	margin-left:10px;
	}}

nav ul li:first-child{margin-right:0px;}

/*----------*/

nav ul li > *{
	cursor:pointer;
	display:block;
	height:36px;
	line-height:36px;
	text-decoration:none;
	padding:0px 22px;
	position:relative;
	width: auto;
	}

nav ul li > *:hover{
	text-decoration:none;
	}



/* Simple Banner  ----------------------------*/
.simple-banner{
	position:relative;
	text-align: center;
	}

.simple-banner picture,
.simple-banner picture img{
	height:auto;
	width:100%;
	z-index:1;
	}

.simple-banner div.in {
	position:absolute;
	bottom:0px;
	left:50%;
	top:0px;
	transform: translateX(-50%);
	z-index:10;
	}


/* --------------------------------------------- SECCIONES */

/* --------------------------------------------- SECCION > PRODUCTOS 1 */
img.half{
	display: flex;
	justify-content:space-between;
	width: 50%;
	}
	@media only screen and (max-width:620px) {
	img.half{
	width: 100%;
	}}


/* --------------------------------------------- SECCION  > SERVICIOS */
section.servicios{
	position:relative;
	}
	@media only screen and (max-width:620px) {
	section.servicios{
	position: static;
	}}


img.complete{
	display: flex;
	height:auto;
	width: 100%;
	z-index:1;
	}
	@media only screen and (max-width:620px) {
	img.complete{
	display: none;
	}}

img.complete-movil{
	display: none;
	height:auto;
	width: 100%;
	z-index:10;
	}
	@media only screen and (max-width:620px) {
	img.complete-movil{
	display: flex;
	}}

ul.servicios{
	position:absolute;
	bottom:0px;
	left:0%;
	margin: 100px 30px 0px 30px;
	top:0px;
	transform: translateX(0%);
	z-index:10;
	width: 30%;
	}
	@media only screen and (max-width:1020px) {
	ul.servicios{
	margin-top: 80px;
	}}
	@media only screen and (max-width:720px) {
	ul.servicios{
	margin-top: 55px;
	}}
	@media only screen and (max-width:620px) {
	ul.servicios{
	background-color: #f9f9f9;
	position: static;
	width: 100%;
	margin: 0px 0% 0px 0%;
	padding: 0px 10% 10px 10%;
	width:100%;
	}}

ul.servicios li{
	font-weight:bold;
	font-size: 1.4em;
	line-height: 1.4em;
	}
	@media only screen and (max-width:1020px) {
	ul.servicios li{
	font-size: 1.2em;
	line-height: 1.4em;
	}}
	@media only screen and (max-width:820px) {
	ul.servicios li{
	font-size: 1em;
	line-height: 1.4em;
	}}
	@media only screen and (max-width:620px) {
	ul.servicios li{
	font-size: 1.2em;
	line-height: 1.4em;
	}}

div.circulo{
	display: inline-flex;
	background-color: #1f110e;
	height:10px;
	width:10px;
	margin:0px 9px 3px 0px ;
	border-radius: 5px;
	}

ul.servicios li:nth-child(1) div.circulo,
ul.servicios li:nth-child(2) div.circulo,
ul.servicios li:nth-child(3) div.circulo{
	background-color: #019cdf;
	}

ul.servicios li:nth-child(4) div.circulo,
ul.servicios li:nth-child(5) div.circulo,
ul.servicios li:nth-child(6) div.circulo{
	background-color: #db0080;
	}

ul.servicios li:nth-child(7) div.circulo,
ul.servicios li:nth-child(8) div.circulo,
ul.servicios li:nth-child(9) div.circulo{
	background-color: #ffef01;
	}


/* --------------------------------------------- SECCION  > PRODUCTOS 2 */
img.left{
	display: flex;
	width: 59%;
	}
	@media only screen and (max-width:620px) {
	img.left{
	width: 100%;
	}}

img.right{
	display: flex;
	width: 41%;
	}
	@media only screen and (max-width:620px) {
	img.right{
	width: 100%;
	}}


/* --------------------------------------------- SECCION  > MAPA */
iframe{
	height:450px;
	}
	@media only screen and (max-width:1020px) {
	iframe{
	height:400px;
	}}
	@media only screen and (max-width:820px) {
	iframe{
	height:350px;
	}}
	@media only screen and (max-width:720px) {
	iframe{
	height:400px;
	}}


/* --------------------------------------------- CONTACTO */
section.formulario div.in{
	padding:40px 120px;
	}
	@media only screen and (max-width:1020px) {
	section.formulario div.in{
	padding:40px 80px;
	}}
	@media only screen and (max-width:920px) {
	section.formulario div.in{
	padding:40px 60px;
	}}
	@media only screen and (max-width:820px) {
	section.formulario div.in{
	padding:40px 40px;
	}}
	@media only screen and (max-width:620px) {
	section.formulario div.in{
	padding:40px 20px;
	}}


section.formulario div.in h3{
	text-align:center;
	margin-bottom:20px;
	}

section.formulario ul.actions{
	justify-content:center;
	}

/* --------------------------------------------------------------- < FOOTER > */
footer p{
	color: #fff;
	display: flex;
	background-color: #015d8c;
	font-size: 1.25em;
	justify-content:center;
	text-align: center;
	padding:12px 0px;
	line-height: 1.1em;
	height: auto;
	width: 100%;
	}
	@media only screen and (max-width:1020px) {
	footer p{
	padding: 12px 40px;
	font-size: 1.2em;
	line-height: 1.4em;
	}}
	@media only screen and (max-width:820px) {
	footer p{
	padding: 12px 30px;
	font-size: 1.1em;
	}}
	@media only screen and (max-width:720px) {
	footer p{
	font-size: 1em;
	}}
	@media only screen and (max-width:520px) {
	footer p{
	font-size: 0.9em;
	}}
	@media only screen and (max-width:420px) {
	footer p{
	padding: 12px 20px;
	}}

	
/*---------------------------------------------------------------- 
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  */
	}

