/*---------------------------------------------------------------- 
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: 'Montserrat', 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: 'Montserrat', 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{
	color:initial;
	margin:0px;
	padding: 0px;
	text-decoration:underline;
	}

a:hover {	
	color:initial;
	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: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;
	/*
	overflow-wrap: break-word;
 	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
	hyphens: auto;
	*/
	}


nav ul li a,
body#index section.panels-full div.in a.item img,
body#index section.panels-full div.in a.item span,
body#index .banner-cover div.box .btn{
 	transition:all 0.12s;
 	}

.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%;
	}}

div.in.plus{
	max-width:100%;
	width:100%;
	}

/* --------------------------------------------------------------- < HEADER > */
header {
	padding:12px 0px 12px 0px;
	overflow:visible;/*necesary*/
	z-index:100;
	}
	@media only screen and (max-width:720px) {
	header{
	padding:20px 0px 0px 0px;
	}}
	@media only screen and (max-width:620px) {
	header{
	padding:2px 0px 2px 0px;
	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{
	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:180px;/* set */
	}}
	@media only screen and (max-width:920px) {
	header a.logotipo{
	width:140px;/* set */
	}}
	@media only screen and (max-width:820px) {
	header a.logotipo{
	width:120px;/* set */
	}}
	@media only screen and (max-width:720px) {
	header a.logotipo{
	width:180px;/* set */
	}}
	@media only screen and (max-width:620px) {
	header a.logotipo{
	width:150px;/* 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;
	}}

nav ul li:first-child{margin-left:0px;}

/*----------*/

nav ul li > *{
	cursor:pointer;
	display:block;
	font-weight:700;
	font-size:0.9em;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 12px;
	position:relative;
	width: auto;
	}
	@media only screen and (max-width:920px) {
	nav ul li > *{
	font-size:0.8em;
	padding:0px 10px;
	}}
	@media only screen and (max-width:820px) {
	nav ul li > *{
	font-size:0.7em;
	}}
	@media only screen and (max-width:620px) {
	nav ul li > *{
	font-weight:300;
	font-size:1.2em;
	}}



nav ul li > *:hover{
	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:#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 #dedede; /* set */
	background-color:transparent; /* no necesary */
	margin-left:1px;
	}
	nav ul li:last-child{
	border-bottom:0px solid #fff; /* set */
	}
	}


/*---------------------------------------------------------------- 
TODO  ////////////////////////////////////////////////////////////
----------------------------------------------------------------*/
.titulo {
	position:relative;
	text-transform:uppercase;
	width:auto!important;
	}	 
.titulo:after {
	background-color:#fff;
	content:"";
	height:6px;
	position:absolute;
	bottom:0px;
	top:auto;
	left:0px;
	width:100px;
	}
.titulo.center:after {
	margin-left:-50px;
	left:50%;
	width:100px;
	}

.titulo.color:after {
	background-color:#7cacd8;
	}	


/*----- CONTACTO -----*/

section.panel-contacto{
	margin-top:-80px;
	}
	@media only screen and (max-width:620px) {
	section.panel-contacto{
	margin-top:-60px;
	}}



section.panel-contacto div.formulario{
	border-radius:16px;
	padding:40px 80px;
	}
	@media only screen and (max-width:920px) {
	section.panel-contacto div.formulario{
	padding:40px 40px;
	}}
	@media only screen and (max-width:620px) {
	section.panel-contacto div.formulario{
	padding:30px 30px;
	}}

section.panel-contacto div.formulario h3{
	font-weight:400;
	margin-bottom:16px;
	text-align: center;
	}
	@media only screen and (max-width:620px) {
	section.panel-contacto div.formulario h3{
	font-size:1.4em;
	}}


section.panel-contacto div.formulario ul.actions{
	justify-content:center;
	}



/*---------------------------------------------------------------- 
INDEX  //////////////////////////////////////////////////////////
----------------------------------------------------------------*/
body#index .banner-cover {z-index:5;}
body#index .panels-full {z-index:6;}
body#index section.productos-descripcion {z-index:5;}
body#index section.panel-contacto {z-index:6;}



body#index .banner-cover {
	height:84vh;
	position:relative;
	}
	@media only screen and (max-width:620px) {
	body#index .banner-cover{
	height:300px;
	margin-bottom:140px;
	overflow:visible;
	}}
	@media only screen and (max-width:620px) {
	body#index .banner-cover div.in{
	position:relative!important;
	overflow:visible;
	}}


body#index .banner-cover div.box{
	align-items:center;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	background-color:rgba(87, 75, 76, 0.5);
	height:auto;
	margin:0px 0px 60px 0px;
	padding:40px;
	width:40%;
	}
	@media only screen and (max-width:1500px) {
	body#index .banner-cover div.box{
	width:45%;
	}}
	@media only screen and (max-width:1200px) {
	body#index .banner-cover div.box{
	padding:36px;
	width:50%;
	}}
	@media only screen and (max-width:1020px) {
	body#index .banner-cover div.box{
	padding:30px;
	width:55%;
	}}
	@media only screen and (max-width:920px) {
	body#index .banner-cover div.box{
	width:60%;
	}}
	@media only screen and (max-width:820px) {
	body#index .banner-cover div.box{
	width:65%;
	}}
	@media only screen and (max-width:720px) {
	body#index .banner-cover div.box{
	width:70%;
	}}
	@media only screen and (max-width:620px) {
	body#index .banner-cover div.box{
	background-color:rgba(87, 75, 76, 0.9);
	margin-bottom:-140px;
	padding:12px;
	position:absolute!important;
	bottom:0px;
	top:auto;
	left:0px;
	right:auto;
	width:100%;
	}}





body#index .banner-cover div.box .imagen{
	border:6px solid #fff;
	height:200px;
	width:40%;
	}
	@media only screen and (max-width:1020px) {
	body#index .banner-cover div.box .imagen{
	height:190px;
	}}
	@media only screen and (max-width:920px) {
	body#index .banner-cover div.box .imagen{
	height:180px;
	}}
	@media only screen and (max-width:620px) {
	body#index .banner-cover div.box .imagen{
	height:100px;
	width:80px;
	}}




body#index .banner-cover div.box .imagen img{
	height:100%;
	object-fit:cover;
	width:100%;
	}

body#index .banner-cover div.box .info{
	height:auto;
	text-transform:uppercase;
	width:56%;
	}
	@media only screen and (max-width:620px) {
	body#index .banner-cover div.box .info{
	width:calc(100% - 100px);
	}}




body#index .banner-cover div.box .info h1{
	font-size:1.4em;
	font-weight:400;
	}
	@media only screen and (max-width:1200px) {
	body#index .banner-cover div.box .info h1{
	font-size:1.4em;
	}}
	@media only screen and (max-width:1020px) {
	body#index .banner-cover div.box .info h1{
	font-size:1.4em;
	}}
	@media only screen and (max-width:920px) {
	body#index .banner-cover div.box .info h1{
	font-size:1.2em;
	}}
	@media only screen and (max-width:620px) {
	body#index .banner-cover div.box .info h1{
	font-size:1em;
	}}


body#index .banner-cover div.box .btn{
	font-size:0.8em;
	}


body#index .banner-cover div.box .btn:hover{
	border-color:#f5a975;
	}


	@media only screen and (max-width:620px) {
	body#index .banner-cover div.box .btn{
	border:2px solid #fff;
	height:32px;
	line-height:28px;
	font-size:0.7em!important;
	}}


/*----------*/
body#index section.panels-full{
	overflow:visible;
	}


body#index section.panels-full div.in .item.nosotros,
body#index section.panels-full div.in .item.ropezza {
	align-items:flex-start;
	flex-direction:column;
	}


body#index section.panels-full div.in a.item{
	font-size:1.2em;
	}




body#index section.panels-full div.in a.item img{
	opacity:1.0;
	}
	@media only screen and (max-width:620px) {
	body#index section.panels-full div.in a.item img{
	opacity:0.8;
	}}


body#index section.panels-full div.in a.item:hover img{
	opacity:0.6;
	}


body#index section.panels-full div.in .item.nosotros {
	padding-top:0px;
	}


body#index section.panels-full div.in .item.nosotros:before{
	border-radius:0px 12px 0px 0px;
	content:"";
	height:50px;
	background-color:#fff;
	position:absolute;
	bottom:auto;
	top:-50px;
	left:0px;
	right:auto;
	width:calc(100% + 2px);
	}
	@media only screen and (max-width:620px) {
	body#index section.panels-full div.in .item.nosotros:before{
	display:none;
	}}


body#index section.panels-full div.in a.item.impregnaciones picture img{
	object-position:right center;
	}




/*----------*/
body#index section.productos-descripcion {
	padding:0px 0px 80px 0px;
	}

body#index section.productos-descripcion div.in{
	flex-direction:row!important;
	justify-content:flex-start;
	}


body#index section.productos-descripcion div.in > div.item{
	padding:80px;
	}

body#index section.productos-descripcion div.in > div.item.uno{
	width:50%;
	}
	@media only screen and (max-width:820px) {
	body#index section.productos-descripcion div.in > div.item.uno{
	width:60%;
	}}
	@media only screen and (max-width:720px) {
	body#index section.productos-descripcion div.in > div.item.uno{
	padding:40px;
	order:2;
	width:100%;
	}}





body#index section.productos-descripcion div.in > div.item.dos{
	border-radius:0px 0px 0px 12px;
	padding:80px;
	width:50%;
	}
	@media only screen and (max-width:820px) {
	body#index section.productos-descripcion div.in > div.item.dos{
	padding:60px;
	width:40%;
	}}
	@media only screen and (max-width:720px) {
	body#index section.productos-descripcion div.in > div.item.dos{
	border-radius:0px 0px 14px 14px;
	order:1;
	padding:40px;
	width:100%;
	}}


body#index .list-icon-box{
	margin:40px 0px 0px 0px;
	}


body#index .list-icon-box div.item{
	padding-bottom:10px;
	}

body#index .list-icon-box div.item p a{
	display:block;
	font-weight:bold;
	text-transform: uppercase;
	font-size:0.8em;
	text-decoration:none;
	}


body#index section.productos-descripcion div.in > div.item.dos p{
	padding:0px 0px;
	}




/*---------------------------------------------------------------- 
INTERIORES  //////////////////////////////////////////////////////
----------------------------------------------------------------*/
div.container{
	padding:40px 0px;
	}

div.container div.in {
	justify-content:space-between;
	}

article {
	padding:40px;
	width:60%;
	}
	@media only screen and (max-width:620px) {
	article {
	width:100%;
	}}


aside {
	padding:20px;
	width:35%;
	}
	@media only screen and (max-width:620px) {
	aside {
	width:100%;
	}}

section.banner-cover.ls{
	border-left:20px solid #fff;
	border-right:20px solid #fff;
	overflow:visible;
	}


section.banner-cover.ls div.in{
	justify-content: flex-end;
	}

.banner-cover.ls div.box {
	background-color:#444;
	border-radius:8px 8px 0px 0px;
	height: auto;
	margin:0px 0px -40px 0px;
	padding:20px 40px;		
	width:48%;
	}
	@media only screen and (max-width:1020px) {
	.banner-cover.ls div.box {
	margin:0px 0px -80px 0px;
	padding:20px 30px;
	width:60%;
	}}
	@media only screen and (max-width:620px) {
	.banner-cover.ls div.box {
	padding:20px 30px;
	width:100%;
	}}
	@media only screen and (max-width:420px) {
	.banner-cover.ls div.box {
	padding:20px 20px;
	}}

.banner-cover.ls div.box h1.titulo {
	font-size:1.5em;
	font-weight:700;
	margin-bottom:6px;
	text-transform:uppercase;
	width:100%;
	}
	@media only screen and (max-width:1200px) {
	.banner-cover.ls div.box h1.titulo{
	font-size:1.4em;
	}}
	@media only screen and (max-width:920px) {
	.banner-cover.ls div.box h1.titulo{
	font-size:1.3em;
	}}
	@media only screen and (max-width:620px) {
	.banner-cover.ls div.box h1.titulo{
	font-size:1.2em;
	}}

.banner-cover.ls div.box h1.titulo:after {
	background-color:#7cacd8;
	width:120px;
	}

.banner-cover.ls div.box h2 {
	display:block;
	height:28px;
	line-height:28px;
	font-size:1.2em;
	font-weight:500;
	margin-bottom:2px;
	text-align:left;
	}



.banner-cover.ls div.box h2 .svg-icons{
	display:inline-block;
	float:left;
	fill:#7cacd8;
	height:28px;
	width:28px;
	}

section.descripcion{
	padding:80px 0px 0px 0px!important;
	}

section.descripcion p{
	font-size:2em;
	text-align:center;
	}
	@media only screen and (max-width:720px) {
	section.descripcion p{
	font-size:1.8em;
	}}
	@media only screen and (max-width:620px) {
	section.descripcion p{
	font-size:1.4em;
	}}

/*---------------------------------------------------------------- 
MALLAS //  //////////////////////////////////////////////////////
----------------------------------------------------------------*/

/*----- CIRCULOS -----*/

body#mallas section.circulos{
	background-color:transparent;
	}

body#mallas section.circulos{
	padding:90px 0px 0px 0px;
	}

body#mallas section.circulos ul{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	}


body#mallas section.circulos ul li{
	display:block;
	border-radius:50%;
	border:5px solid #f5a975;
	height:140px;
	list-style:none;
	margin:12px;
	overflow:hidden;
	width:140px;
	}
	@media only screen and (max-width:720px) {
	body#mallas section.circulos ul li{
	height:120px;
	margin:8px;
	width:120px;
	}}
	@media only screen and (max-width:620px) {
	body#mallas section.circulos ul li{
	height:100px;
	margin:6px;
	width:100px;
	}}
	@media only screen and (max-width:520px) {
	body#mallas section.circulos ul li{
	height:80px;
	margin:3px;
	width:80px;
	}}
	@media only screen and (max-width:420px) {
	body#mallas section.circulos ul li{
	height:70px;
	margin:2px;
	width:70px;
	}}
	@media only screen and (max-width:320px) {
	body#mallas section.circulos ul li{
	height:60px;
	margin:1px;
	width:60px;
	}}



/*----- DESCRIPCION -----*/
body#mallas section.descripcion{ 
	padding:100px 0px 80px 0px;
	margin:-90px 0px 0px 0px;
	}
	@media only screen and (max-width:620px) {
	body#mallas section.descripcion{
	margin:-80px 0px 0px 0px;
	}}
	@media only screen and (max-width:520px) {
	body#mallas section.descripcion{
	margin:-60px 0px 0px 0px;
	}}
	@media only screen and (max-width:340px) {
	body#mallas section.descripcion{
	padding:160px 0px 80px 0px;	
	margin:-130px 0px 0px 0px;
	}}

body#mallas section.descripcion div.in > *{ 
	text-align:center;
	}

body#mallas section.descripcion h3 {
	font-size:1.6em;
	}
	@media only screen and (max-width:640px) {
	body#mallas section.descripcion h3{
	font-size:1.4em;
	}}


body#mallas section.descripcion div.in p{ 
	font-size:1.2em;
	}

/*----- GALERIA -----*/

body#mallas section.galeria{
	padding:80px 0px;
	}

body#mallas ul.wall-simple li:last-child {
	display:none;
	}
	@media only screen and (max-width:620px) {
	body#mallas ul.wall-simple li:last-child {
	display:block;
	}}






/*----- VENTAJAS -----*/
section.ventajas div.in{
	justify-content: center;
	}


section.ventajas .titulo{
	text-align:center;
	}

section.ventajas .titulo.center:after {
	background-color:#7cacd8;
	margin-left:-100px;
	left:50%;
	width:200px;
	}

/*----- PANEL TECNICO -----*/
body#mallas section.panel-tecnico{
	padding:80px 0px;
	}

body#mallas section.panel-tecnico ul.zigzag div.info{
	padding:10px 40px;
	}
	@media only screen and (max-width:1020px) {
	body#mallas section.panel-tecnico ul.zigzag div.info{
	padding:10px 30px;
	}}
	@media only screen and (max-width:920px) {
	body#mallas section.panel-tecnico ul.zigzag div.info{
	padding:10px 20px;
	}}
	@media only screen and (max-width:620px) {
	body#mallas section.panel-tecnico ul.zigzag div.info{
	padding:20px 20px;
	}}

body#mallas section.panel-tecnico ul.zigzag div.info h3{
	font-size:1em;
	text-transform:uppercase;
	}


body#mallas section.panel-tecnico ul.zigzag li.aplicacion  div.info h4{
	background-color:rgba(255, 255, 255, 0.2);
	display:inline-block;
	font-size:1em;
	height:auto;
	font-weight:400;
	margin:0px 6px 6px 0px;
	padding:4px 8px;
	width:auto;
	}
	@media only screen and (max-width:1020px) {
	body#mallas section.panel-tecnico ul.zigzag li.aplicacion  div.info h4{
	font-size:0.9em;
	}}
	@media only screen and (max-width:920px) {
	body#mallas section.panel-tecnico ul.zigzag li.aplicacion  div.info h4{
	font-size:0.8em;
	}}

/* Aqui se determina la altura de cada bloque */
body#mallas ul.zigzag div.swiper-slide{
	height:420px;
	overflow:hidden;
	}
	@media only screen and (max-width:1500px) {
	body#mallas ul.zigzag div.swiper-slide{
	height:320px;
	}}
	@media only screen and (max-width:1200px) {
	body#mallas ul.zigzag div.swiper-slide{
	height:340px;
	}}
	@media only screen and (max-width:1020px) {
	body#mallas ul.zigzag div.swiper-slide{
	height:370px;
	}}
	@media only screen and (max-width:920px) {
	body#mallas ul.zigzag div.swiper-slide{
	height:360px;
	}}
	@media only screen and (max-width:820px) {
	body#mallas ul.zigzag div.swiper-slide{
	height:370px;
	}}
	@media only screen and (max-width:720px) {
	body#mallas ul.zigzag div.swiper-slide{
	height:420px;
	}}
	@media only screen and (max-width:620px) {
	body#mallas ul.zigzag div.swiper-slide{
	height:280px;
	}}


body#mallas ul.zigzag div.swiper-slide img{
	height:100%;
	object-fit:cover;
	width:100%;
	}


/*----- SWIPER PLUGIN PATRONES -----*/
body#mallas .swiper-button-prev,
body#mallas .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#mallas .swiper-button-prev,
body#mallas .swiper-container-rtl .swiper-button-next {
	background-image:url(../swiper/arrow-prev.svg);
	left:0px;
	}


body#mallas .swiper-button-next,
body#mallas .swiper-container-rtl .swiper-button-prev{
	background-image:url(../swiper/arrow-next.svg);
	left:80px;
	right:auto;
	}

body#mallas ul.zigzag li:nth-child(even) div.imagen
.swiper-button-next,
body#mallas ul.zigzag li:nth-child(even) div.imagen
.swiper-container-rtl .swiper-button-prev {
	left:auto!important;
	right:0px!important;
	}


body#mallas ul.zigzag li:nth-child(even) div.imagen
.swiper-button-prev,
body#mallas ul.zigzag li:nth-child(even) div.imagen
.swiper-container-rtl .swiper-button-next {
	left:auto!important;
	right:80px!important;
	}


/*---------------------------------------------------------------- 
FILA ////////////////////////////////////////////////////////
----------------------------------------------------------------*/
body#productos-fila section.descripcion,
body#productos-fila section.descargas,
body#productos-fila section.container{
	padding:60px 0px;
	}

body#productos-fila section.descargas ul.actions{
	justify-content:center;
	}

body#productos-fila ul.wall-simple{
	align-items:stretch;
	justify-content:center;
	margin:40px 0px 100px 0px;
	}


/*---------------------------------------------------------------- 
WALPAPER ////////////////////////////////////////////////////////
----------------------------------------------------------------*/
body#wallpaper section.descripcion{
	padding:60px 0px 80px 0px;
	}

/*----------*/
body#wallpaper section.panels-full{
	margin:40px 0px 120px 0px;
	}

body#wallpaper section.panels-full div.in .item{
	height:400px; 
	margin-bottom:12px;
	padding:20px;
	width:calc(50% - 6px);
	}
	@media only screen and (max-width:1500px) {
	body#wallpaper section.panels-full div.in .item{
	height:320px;
	}}
	@media only screen and (max-width:1200px) {
	body#wallpaper section.panels-full div.in .item{
	height:300px;
	}}
	@media only screen and (max-width:920px) {
	body#wallpaper section.panels-full div.in .item{
	height:380px;
	width:100%;
	}}	
	@media only screen and (max-width:820px) {
	body#wallpaper section.panels-full div.in .item{
	height:340px;
	}}
	@media only screen and (max-width:620px) {
	body#wallpaper section.panels-full div.in .item{
	padding:16px 0px;
	}}

body#wallpaper section.panels-full div.in .item div.in{
	align-items:flex-start;
	justify-content:flex-end;
	}


body#wallpaper section.panels-full .item div.box{
	align-items:center;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	background-color:#fff;
	height:auto;
	padding:12px;
	width:auto;
	}

body#wallpaper section.panels-full .item div.box .imagen{
	height:80px;
	width:100px;
	}
	@media only screen and (max-width:1500px) {
	body#wallpaper section.panels-full .item div.box .imagen{
	height:60px;
	width:80px;
	}}
	body#wallpaper section.panels-full .item div.box .imagen img{
	height:100%;
	object-fit:cover;
	width:100%;
	}



body#wallpaper section.panels-full .item div.box h2{
	font-size:1em;
	margin-left:10px;
	width:150px;
	}
	body#wallpaper section.panels-full .item div.box h2{
	font-size:0.8em;
	width:120px;
	}

/*---------------------------------------------------------------- 
GALERIA  ////////////////////////////////////////////////////////
----------------------------------------------------------------*/
body#galeria h1.titulo,
body#productos-fila  h1.titulo{
	text-align:center;
	width:100%!important;
	}


body#galeria h1.titulo:after,
body#productos-fila  h1.titulo:after {
	margin-left:-100px;
	width:200px;
	}


body#galeria ul.wall-simple{
	align-items:stretch;
	justify-content:center;
	margin:40px 0px;
	}

body#galeria ul.wall-simple li,
body#productos-fila ul.wall-simple li{
	border-bottom:1px solid #d3d9e4;
	height:auto;
	margin:20px;
	width:380px;
	}	 
	@media only screen and (max-width:1500px) {
	body#galeria ul.wall-simple li,
	body#productos-fila ul.wall-simple li{
	width:320px;
	}}
	@media only screen and (max-width:1020px) {
	body#galeria ul.wall-simple li,
	body#productos-fila ul.wall-simple li{
	width:260px;
	}}
	@media only screen and (max-width:620px) {
	body#galeria ul.wall-simple li,
	body#productos-fila ul.wall-simple li{
	width:80%;
	}}


body#galeria ul.wall-simple li a,
body#productos-fila ul.wall-simple li a{
	text-decoration:none;
	}	

body#galeria ul.wall-simple li img,
body#productos-fila ul.wall-simple li img{
	display:block;
	height:auto!important;
	object-fit:initial;
	width:100%!important;
	}

body#galeria ul.wall-simple li h3,
body#productos-fila ul.wall-simple li h3{
	font-size:1em;
	font-weight:300;
	text-transform:uppercase;
	padding:10px 0px 4px 0px;
	}	 

/*---------------------------------------------------------------- 
VIDEO ////////////////////////////////////////////////////////
----------------------------------------------------------------*/
body.post-video h1.titulo {
	text-align:center;
	margin-bottom:40px;
	width:100%!important;
	}

body.post-video div.video {
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2);
	height:auto;
	padding:40px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	body.post-video div.video{
	padding:20px
	}}


body.post-video div.video iframe{
	min-height:380px;
	width:100%;
	}
	@media only screen and (max-width:620px) {
	body.post-video div.video iframe{
	min-height:280px;
	}}

body.post-video.fila section.panel-contacto,
body#productos-fila section.panel-contacto{
	background-color:#fed432;
	}

body.post-video.fila .titulo.color:after{
	background-color:#fed432;
	}	

body.post-video.fila section.panel-contacto div.formulario{
	padding:40px 60px;
	}
	@media only screen and (max-width:620px) {
	body.post-video.fila section.panel-contacto div.formulario{
	padding:40px 20px;
	}}




body.post-video.fila ul.actions li a,
body.post-video.fila ul.actions li span,
body#productos-fila ul.actions li a,
body#productos-fila ul.actions li span{
	background-color:rgba(0, 0, 0, 1.0);
	}

body.post-video.fila ul.actions li a:hover,
body.post-video.fila ul.actions li span:hover,
body#productos-fila ul.actions li a:hover,
body#productos-fila ul.actions li span:hover{
	background-color:rgba(0, 0, 0, 1.0);
	}



/* --------------------------------------------------------------- < 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%;
	}}

footer div.logotipos{
	align-items:center;
	display:flex;
	height:auto;
	justify-content:flex-start;
	height:auto;
	width:100%;
	}

footer div.logotipos img{
	height:auto;
	max-height:80px;
	max-width:180px;
	margin:0px 10px 10px 0px;
	width:auto;
	}

/*  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 > *,
body#index section.panels-full div.in a span,
body#index section.panels-full div.in a:hover span{
	display:block;
	color:inherit;
	cursor: pointer;
	font-size:1em;
	font-weight:500;
	height:36px;
	line-height:36px;
	margin:0px;
	padding:0px 16px; 
	position: relative;
	text-decoration: none!important;
	text-transform:uppercase;
	text-align:center;
	width:auto;
	}
	@media only screen and (max-width:1500px) {
	ul.actions li > *,
	ul.actions li label > *{
	height:38px;
	line-height:38px;
	}}
	@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;
	}



a.btn {
	border:3px solid #fff;
	display:inline-block;
	cursor: pointer;
	font-size:1em;
	font-weight:500;
	height:40px;
	line-height:36px;
	margin:0px;
	padding:0px 16px; 
	position: relative;
	text-decoration: none!important;
	text-transform:uppercase;
	text-align:center;
	width:auto;
	}
	@media only screen and (max-width:1500px) {
	a.btn{
	height:38px;
	line-height:38px;
	}}
	@media only screen and (max-width:620px) {
	a.btn{
	height:50px;
	line-height:50px;
	padding:0px 0px; 
	text-align: center;
	width:100%; 
	}}


/*---------------------------------------------------------------- 
VARIOS ///////////////////////////////////////////////////////////
----------------------------------------------------------------*/
.first {
	}
	@media only screen and (max-width:620px) {
	.first{
	margin-top:52px;
	}}


.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  */
	}

