/*
Theme Name:Celhex
Author:Paula Villanueva
Author URI:http://www.paulavillanueva.cl
*/
body{
	overflow-x:hidden !important;
	background:#fff;
	animation:myfadeInAnimation 3s;
}
.body{
	overflow-x:hidden !important;
}
.overlay{
	background:#000;
	opacity:0;
	position:fixed;
	width:100%;
	height:100%;
	z-index:95;
	visibility:hidden;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
body.open-pop .overlay{
	opacity:.55;
	visibility:visible;
}
a,object{
	outline:none !important;
}
*:focus{
	outline:none !important;
}
.nopd{
	padding-right:0;
	padding-left:0;
}
.nopdl{
	padding-left:0;
}
.nopdr{
	padding-right:0;
}
.nopdb{
	padding-bottom:0 !important;
}
.nopdt{
	padding-top:0 !important;
}
.gutter > [class*='col-']{
    padding-right:8px;
    padding-left:8px;
}
.row.gutter{
	margin-left:-8px;
	margin-right:-8px;
}
.gutt > [class*='col-']{
    padding-right:10px;
    padding-left:10px;
}
.row.gutt{
	margin-left:-10px;
	margin-right:-10px;
}
.gu > [class*='col-']{
    padding-right:60px;
    padding-left:60px;
}
.row.gu{
	margin-left:-60px;
	margin-right:-60px;
}
.modal-header, .modal-footer{
	border:none;
	padding:0 15px;
}
.modal{
  overflow-y:auto;
}
.modal-content{
	border-color:#79f6cc;
	background:#79f6cc;
	border-radius:0 !important;
}
.modal .close{
	opacity:1 !important;
}
.modal .close .ico{
	width:18px;
	margin-top:15px;
}
.modal-lg{
	max-width:1200px;
}
.modal-backdrop{
	background-color:#fff;
}
.modal-backdrop.show{
    opacity:.9;
}
.cS-hidden{
	height:1px;
	opacity:0;
	filter:alpha(opacity=0);
	overflow:hidden;
}
.alignleft{
	float:left;
	margin-right:30px;
	padding-top:15px;
}
.alignright{
	float:right;
	margin-left:30px;
	padding-top:15px;
}
.aligncenter{
	margin:auto;
	display:block;
}
.os-animation, .staggered-animation{
	opacity:0;
}
.os-animation.animated, .staggered-animation.animated{
	opacity:1;
}
.mobile{
	display:none;
}
.tablet{
	display:block;
}
.desktop{
	display:block;
}
.swiper-container1,.swiper-container2,
.swiper-container3,.swiper-container4,
.swiper-container5,.swiper-container6,
.swiper-container7,.swiper-container8{
	margin:0 auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
}
.fancybox__counter, .fancybox__counter span{
	font-size:11px !important;
	color:#fff;
}
.fancybox__caption{
	font-size:300;
	font-size:14px;
	color:#fff;
}
.responsive-container{
	position:relative;
	overflow:hidden;
	width:100%;
	padding-top:56.25%;
}
.responsive-container iframe{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
}
.grecaptcha-badge{
	visibility:hidden;
}
/***************************/

/* CABECERA ****************/
header{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	top:0;
	padding:20px 0;
	z-index:94 !important;
	display:block;
	background:#fff;
	border-bottom:1px solid #dbdcdc;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
	transform:translateY(0);
    -webkit-transform:translateY(0);
}
header.avanzando{
	padding:8px 0;
}
header .logo{
	display:inline-block;
	position:relative;
	top:10px;
}
header .logo .img-fluid{
	width:200px;
	transition:width 0.25s ease;
}
header.avanzando .logo{
	top:4px;
}
header.avanzando .logo .img-fluid{
	width:150px;
}
header .inn{
	position:relative;
}
.menu{
	float:right;
	margin-bottom:0;
	position:relative;
	top:15px;
}
header.avanzando .menu{
	top:7px;
}
.menu li{
	padding:0;
	position:relative;
	display:inline-block;
	padding-left:30px;
}
.menu li.ultimo{
	padding-right:15px;
}
.menu li::before{
	display:none;
}
.menu a{
	font-weight:600;
	font-size:14px;
	color:#721512;
	text-transform:uppercase;
	letter-spacing:normal;
	position:relative;
	text-decoration:none !important;
}
.menu li.current-menu-item a, .menu a:hover{
	color:#EF3640;
}
.menu a:focus{
	color:#721512;
}
.menu li.pan > a{
	padding-right:25px;
}
.menu li.pan > a::after{
	position:absolute;
	top:32%;
	right:0;
	width:10px;
	height:10px;
	border-bottom:1px solid #721512;
	border-right:1px solid #721512;
	content:'';
	transform:rotate(45deg) translateY(-50%);
	transition:border-color 0.2s ease;
}
.menu li.pan > a:hover::after{
	border-bottom:1px solid #EF3640;
	border-right:1px solid #EF3640;
}
.menu li.pan.current-menu-item > a::after{
	border-bottom:1px solid #EF3640;
	border-right:1px solid #EF3640;
	transform:rotate(225deg) translateY(-18%);
	right:-5px;
}
header .correo{
	color:#EF3640;
	font-size:0.69vw;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	display:block;
	padding:5px 8px;
	text-decoration:none !important;
	position:relative;
	top:11px;
}
header .correo:hover, header .correo:focus{
	color:#721512;
}
header .tel{
	background:#EF3640;
	color:#fff;
	font-size:10px;
	font-weight:600;
	text-decoration:none !important;
	text-transform:uppercase;
	float:right;
	display:block;
	padding:8px 10px;
	position:relative;
	top:16px;
	margin-left:8px;
}
header .tel:hover, header .tel:focus{
	color:#fff;
	background:#721512;
}
header .tel::before{
	content:'';
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	border-style: solid;
    border-width:10px 15px 0 0;
    border-color:#fff transparent transparent transparent;
}
header .tel::after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	border-style: solid;
    border-width:0 0 10px 15px;
    border-color:transparent transparent #fff transparent;
}
header.avanzando .tel{
	top:5px;
}
header .certificado{
	width:75px;
	float:right;
	margin-left:5px;
}
header.avanzando .certificado{
	/*width:50px;*/
}
header .subpanel{
	position:absolute;
	left:0;
	top:96px;
	background:#fff;
	box-shadow:0px 4px 4px 0px rgba(0,0,0,0.25);
	width:100%;
	transform:scaleY(0);
  	transform-origin:top;
	transition:transform .55s cubic-bezier(.19,1,.22,1);
}
header .subpanel.activo{
	transform:scaleY(1);
}
header.avanzando .subpanel{
	top:57px;
}
.categorias{
	opacity:0;
	transition:all .2s ease-out;
	transition-delay:0s;
	padding:0 30px;
}
.subpanel.activo .categorias{
	opacity:1;
	transition:all .2s ease-in;
	transition-delay:.25s;
}
.categorias .tabla{
	height:100%;
	width:95%;
	display:table;
	min-height:40px;
}
.categorias .celda{
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.categorias a{
	font-size:13px;
	line-height:18px;
	font-weight:700;
	color:#EF3640;
	text-transform:uppercase;
	display:block;
	background:#fff;
	text-decoration:none !important;
	height:100%;
	position:relative;
	padding-top:20px;
	margin-bottom:10px;
}
.categorias a.ultimo{
	margin-right:0;
}
.categorias a:hover, .categorias a.seleccionado{
	background:#fff;
	color:#721512;
}
.categorias a::before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	transform:scaleX(0);
	transform-origin:left;
	transition:transform 1s cubic-bezier(.19,1,.22,1);
	width:90%;
	height:2px;
	background:#EF3640;
}
.categorias a.seleccionado::before{
	transform:scaleX(100%);
}
.subpanel .abajo{
	padding:35px 30px;
	min-height:240px;
	position:relative;
	opacity:0;
	transition:all .1s ease-out;
	transition-delay:0s;
}
.subpanel.activo .abajo{
	opacity:1;
	transition:all .1s ease-in;
	transition-delay:.25s;
}
.subpanel .imagen{
	opacity:0;
	position:absolute;
	left:25px;
	top:0;
	height:120%;
	width:14.65%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.subpanel .imagen.activo{
	opacity:1;
}
.subpanel .grp{
	width:100%;
	margin-left:0;
	position:relative;
	display:none;
}
.subpanel .grp.activo{
	display:block;
	animation:myfadeInAnimation 1s;
}
.submenu{
	margin:0;
}
.submenu li{
	padding:0;
	padding-bottom:10px;
}
.submenu li::before{
	display:none;
}
.submenu a{
	color:#721512;
	font-weight:400;
	font-size:14px;
	text-decoration:none !important;
	transition:none;
}
.submenu a:focus{
	color:#721512;
}
.submenu a:hover{
	font-weight:700;
	color:#EF3640;
}
.contenedor-formulario{
	background:#EF3640;
	position:fixed;
	top:0;
	left:0;
	width:40%;
	height:100%;
	z-index:96;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
 	transform:translateX(-100%);
}
.contenedor-formulario.activo{
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
}
.contenedor-formulario .pos{
	position:relative;
	height:100%;
	overflow:hidden;
}
.contenedor-formulario .pos::after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	right:0;
	bottom:0;
	z-index:-1;
	background:#721512;
	transform-origin:0 100%;
	transform:skew(118deg);
}
.contenedor-formulario .interior{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:48%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.contenedor-formulario .formulario{
	position:relative;
	padding:0 30px;
	z-index:2;
}
.contenedor-formulario .descripcion{
	margin-bottom:10px;
}
.contenedor-formulario .descripcion p{
	font-size:14px;
	color:#fff;
}
.contenedor-formulario .wpcf7-form-control-wrap{
	margin-bottom:10px;
}
.contenedor-formulario .form-group.ultimo{
	margin:30px 0;
}
.contenedor-formulario textarea.form-control{
	height:180px;
}
.contenedor-formulario .wpcf7-submit{
	background:#EF3640;
	border:1px solid #EF3640;
	padding:0 40px;
	float:right;
}
.contenedor-formulario .wpcf7-submit:hover,.contenedor-formulario .wpcf7-submit:focus{
	background:#EF3640 !important;
	border:1px solid #EF3640 !important;
	outline:none;
	box-shadow:none !important;
}
.contenedor-formulario .wpcf7-response-output{
	margin-top:40px !important;
	clear:both;
}
.contenedor-formulario h2{
	font-family:'grotzec_condultralight';
	font-size:3.69vw;
	line-height:4.62vw;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:20px;
}
.menu-trigger{
	position:relative;
	z-index:999;
	-webkit-transition:top ease-in-out 0.35s;
	-moz-transition:top ease-in-out 0.35s;
	-o-transition:top ease-in-out 0.35s;
	transition:top ease-in-out 0.35s;
	cursor:pointer;
	display:none;
	float:right;
	top:5px;
}
.menu-trigger .icon{
	display:inline-block;
	width:30px;
	height:2px;
	position:relative;
	top:-8px;
	background:#721512;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:2px;
	background:#721512;
	position:absolute;
	top:-8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:2px;
	background:#721512;
	position:absolute;
	top:8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span{
	background:none;
	color:#721512;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#721512;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	width:100%;
}
.menu-trigger.close-menu span:after{
	width:100%;
	top:0 !important;
	background-color:#721512;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.contenedor-submenu{
	position:fixed;
	top:0;
	right:0;
	width:100%;
	z-index:12;
	opacity:0;
	visibility:hidden;
	background:#fff;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.contenedor-submenu.activo{
	opacity:1;
	visibility:visible;
}
.contenedor-submenu .pos{
	position:relative;
	height:100%;
}
.contenedor-submenu .grupo{
	padding:90px 0 40px 0;
}
.contenedor-submenu .despliegues{
	display:none;
}
.desplegador{
	cursor:pointer;
	border-bottom:1px solid #EF3640;
	padding:15px 0;
}
.desplegador h3{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	position:relative;
	color:#EF3640;
	padding-right:30px;
}
.desplegador h3 .icon{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:20px;
}
.desplegador h3 .icon.v2{
	opacity:0;
	visibility:hidden;
	width:18px;
}
.desplegador.ui-state-active h3 .icon.v1{
	opacity:0;
	visibility:hidden;
}
.desplegador.ui-state-active h3 .icon.v2{
	opacity:1;
	visibility:visible;
}
.desplegable{
	display:none;
}
/***************************/

/* CUERPO ******************/
#main{
	min-height:600px;
	position:relative;
	padding-top:95px;
}
section{
	padding:65px 0;
}
.paginas{
	padding:0 35px;
}
.slide h2{
	font-size:5.78vw;
	line-height:5.95vw;
	color:#fff;
	margin-bottom:20px;
}
.slide{
	position:relative;
}
.slide .inn{
	padding:0 60px;
}
.slide .modulo{
	position:relative;
}
.slide .modulo .leyenda{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
	z-index:11;
}
.slide .modulo .boton{
	height:42px;
}
.slide .modulo .boton span{
	line-height:42px;
}
.flechas{
	left:0;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    z-index:5;
}
.flechas .atras{
	float:left;
}
.flechas .adelante{
	float:right;
}
.flechas .ico{
	width:20px;
}
.inicio{
	padding:0;
	background-image:url(img/bg/bginicio1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:relative;
}
.inicio::after{
	content:'';
	width:90%;
	height:160%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:#EF3640;
	transform-origin:100% 0;
	transform:skew(114deg);
}
.inicio .modulo{
	padding:60px 95px 95px 60px;
	position:relative;
	z-index:2;
}
.inicio .modulo p{
	font-family:'grotzec_condultralight';
	font-weight:normal;
	font-size:2.25vw;
	line-height:2.75vw;
	letter-spacing:-0.02em;
	color:#fff;
}
.inicio .modulo.ultimo{
	background-image:url(img/bg/bginicio1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding:0;
	height:100%;
}
.medioambiente{
	padding:100px 0 80px 0;
	background-image:url(img/bg/bginicio2.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.medioambiente .descripcion{
	padding-right:45px;
}
.medioambiente p{
	font-family:'grotzec_condultralight';
	font-weight:normal;
	font-size:2.25vw;
	line-height:2.75vw;
	letter-spacing:-0.02em;
	color:#fff;
	margin-bottom:0;
}
.medioambiente .certificaciones{
	position:absolute;
	right:15px;
	bottom:0;
}
.medioambiente .certificaciones .ico{
	width:180px;
	margin-right:30px;
}
.producto h1{
	margin-bottom:45px;
}
.producto .imagen{
	position:relative;
}
.producto .imagen.activo{
	animation:myfadeInAnimation .85s;
}
.producto .grupo{
	padding-right:45px;
	margin-bottom:45px;
}
.producto .modulo{
	padding-right:30px;
}
.producto .modulo.ultimo .descripcion{
	margin-bottom:40px;
}
.producto .modulo .descripcion p{
	font-family:'grotzec_condultralight';
	font-weight:normal;
	font-size:1.96vw;
	line-height:2.42vw;
	letter-spacing:-0.02em;
	color:#721512;
	margin-bottom:20px;
}
.producto ul li{
	color:#EF3640;
	padding:10px 0;
	line-height:1.65vw;
	border-bottom:1px solid #EF3640;
}
.producto ul li::before{
	display:none;
}
.producto ul li span{
	color:#EF3640;
}
.producto ul li a{
	color:#EF3640;
	font-weight:400 !important;
	text-decoration:underline;
}
.producto .modulo p{
	color:#EF3640;
	margin-bottom:20px;
}
.producto .modulo p a{
	color:#EF3640;
	font-weight:400 !important;
	text-decoration:underline;
}
.producto .grp{
	margin-bottom:50px;
}
.producto .grp h3{
	font-size:0.92vw;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:normal;
	margin-bottom:20px;
}
.producto .grp p{
	line-height:1.45vw;
	color:#EF3640;
}
.producto .grp p a{
	color:#EF3640;
	text-decoration:underline;
	font-weight:400;
}
.producto .nota p{
	line-height:1.45vw;
	color:#EF3640;
	margin-bottom:12px;
}
.producto .nota p span{
	color:#EF3640;
	font-weight:300 !important;
}
.producto .nota p a{
	color:#EF3640;
	font-weight:400 !important;
	text-decoration:underline;
}
.producto .bajada{
	margin:40px 0 50px 0;
}
.producto .boton{
	float:none;
}
.producto .galeria .img-fluid{
	margin-bottom:12px;
}
.relacionados{
	padding-top:15px;
}
.relacionados h2{
	margin-bottom:45px;
	text-align:center;
}
.relacionados .modulo h3{
	text-transform:uppercase;
}
.relacionados .modulo{
	display:block;
	text-decoration:none !important;
	position:relative;
}
.relacionados .modulo .contenido{
	position:absolute;
	width:100%;
	left:0;
	bottom:25px;
	z-index:4;
	opacity:0;
	transition:all 0.35s ease;
}
.relacionados .modulo::after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,.7);
	opacity:0;
	z-index:3;
	transition:all 0.35s ease;
}
.relacionados .modulo:hover::after{
	opacity:1;
}
.relacionados .modulo:hover .contenido{
	opacity:1;
}
.relacionados .modulo .inn{
	padding:0 12px;
}
.relacionados .modulo h3{
	font-size:12px;
	line-height:16px;
}
.nosotros{
	padding:0;
	position:relative;
}
.nosotros .leyenda{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:45%;
	transform:translateY(-50%);
}
.nosotros p{
	font-family:'grotzec_condultralight';
	font-size:2.25vw;
	line-height:2.85vw;
	font-weight:normal;
	letter-spacing:-0.02em;
	color:#000;
	margin:0;
}
.experiencia{
	padding:0;
	position:relative;
}
.experiencia .leyenda{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.experiencia p{
	font-family:'grotzec_condultralight';
	font-size:3.98vw;
	line-height:4.18vw;
	font-weight:normal;
	letter-spacing:-0.02em;
	color:#fff;
	margin:0;
}
.experiencia .icon{
	width:50px;
	position:absolute;
	right:40px;
	top:50px;
}
.planta{
	padding-top:0;
}
.planta h2{
	font-family:'grotzec_condultralight';
	font-size:2.25vw;
	line-height:2.85vw;
	font-weight:normal;
	letter-spacing:-0.02em;
	color:#EF3640;
	margin-bottom:30px;
}
.planta .bajada{
	padding-right:45px;
}
.planta .bajada p{
	font-size:1.15vw;
	line-height:1.95vw;
}
.planta .certificaciones{
	position:absolute;
	right:15px;
	bottom:30px;
}
.planta .certificaciones .ico{
	width:95px;
}
.contacto .formulario{
	background:#ef3640;
	padding:60px 50px;
	position:relative;
}
.contacto .formulario::after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	border-style: solid;
    border-width:0 0 80px 120px;
    border-color:transparent transparent #fff transparent;
}
.contacto h1{
	font-family:'grotzec_condultralight';
	font-size:3.69vw;
	line-height:4.62vw;
	color:#fff;
	margin-bottom:40px;
}
.contacto .descripcion p{
	font-size:1.05vw;
	color:#fff;
	margin-bottom:30px;
}
.contactos .tel{
	background:#fff;
	color:#EF3640;
	font-size:1.04vw;
	font-weight:500;
	text-decoration:none !important;
	text-transform:uppercase;
	padding:8px 20px;
	border:1px solid #EF3640;
	display:inline-block;
	margin-bottom:30px;
	letter-spacing:0.05em;
}
.contactos .tel:hover, .contactos .tel:focus{
	color:#fff;
	background:#EF3640;
}
.contactos .correo{
	color:#EF3640;
	font-size:1.04vw;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	text-decoration:none !important;
	position:relative;
	letter-spacing:0.05em;
	float:right;
}
.contactos .correo:hover, .contactos .correo:focus{
	color:#721512;
}
.contacto .ubicacion{
	text-align:right;
	margin-top:30px;
}
.contacto .ubicacion .imagen{
	margin-bottom:20px;
	margin-left:40px;
}
.contacto .ubicacion .icon{
	width:42px;
	margin-bottom:20px;
}
.contacto .ubicacion p, .contacto .ubicacion p a{
	color:#EF3640;
}
.contacto .redes{
	position:absolute;
	right:15px;
	bottom:0;
	text-align:right;
}
.contacto .redes .ico{
	width:38px;
	margin-left:18px;
}
.formulario p{
	margin-bottom:0;
}
.formulario br{
	display:none;
}
/***************************/

/* PIE *********************/
footer{
	padding:60px 0 45px 0;
	background:#721512;
	position:relative;
}
footer::after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	border-style: solid;
    border-width:0 0 60px 120px;
    border-color:transparent transparent #EF3640 transparent;
}
footer .logo{
	display:inline-block;
	margin-bottom:65px;
}
footer .logo .img-fluid{
	width:170px;
}
footer .marcas{
	margin-bottom:65px;
}
.menu-footer{
	float:right;
	position:relative;
	top:3px;
}
.menu-footer li{
	display:inline-block;
	padding:0;
	padding-right:35px;
}
.menu-footer li.ultimo{
	padding-right:20px;
}
.menu-footer li::before{
	display:none;
}
.menu-footer a{
	font-size:1.02vw;
	color:#fff;
	font-weight:500;
	text-decoration:none !important;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
.menu-footer a:focus{
	color:#fff;
}
.menu-footer a:hover{
	color:#EF3640;
}
footer p{
	font-size:1.02vw;
	font-weight:normal;
	color:#fff;
	text-align:right;
	margin-bottom:0;
}
footer p a{
	font-size:1.02vw;
	color:#fff;
}
footer p a:hover, footer p a:focus{
	color:#fff;
}
footer a{
	font-size:1.02vw;
	letter-spacing:normal;
	color:#fff;
}
footer a:hover, footer a:focus{
	color:#fff;
}
footer a.especial{
	text-decoration:underline;
}
footer span{
	font-size:1.02vw;
	letter-spacing:normal;
	color:#fff;
}
footer .redes{
	float:right;
}
footer .redes .ico{
	width:25px;
	margin-left:15px;
}
footer .grupo a{
	margin-left:30px;
}
/***************************/

/* TEXTOS ******************/
@font-face{
    font-family:'grotzec_condultralight';
    src:url('fonts/grotzeccond-ultralight-webfont.woff2') format('woff2'),
        url('fonts/grotzeccond-ultralight-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
	font-display:swap;
}
h1,h2,h3,h4,h5{
	margin:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
h1:hover,h2:hover,h3:hover,h4:hover,h5:hover{
	cursor:default;
}
h1{
	font-family:'grotzec_condultralight';
	font-weight:normal;
	font-size:3.85vw;
	line-height:3.95vw;
	color:#721512;
	letter-spacing:-0.02em;
}
h2{
	font-family:'grotzec_condultralight';
	font-weight:normal;
	font-size:2.77vw;
	line-height:3.46vw;
	color:#EF3640;
	letter-spacing:-0.02em;
}
h3{
	font-family:'Sora',sans-serif;
	font-weight:500;
	font-size:1.04vw;
	line-height:1.45vw;
	color:#EF3640;
	letter-spacing:0.05em;
}
h4{
	font-weight:normal;
	font-size:2.03vw;
	line-height:2.45vw;
	color:#151617;
}
p, a, span{
	font-family:'Sora',sans-serif;
	font-weight:300;
	font-size:0.92vw;
	letter-spacing:-0.02em;
}
p, span{
	color:#000;
	line-height:1.27vw;
}
p:hover, span:hover{
	cursor:default;
}
p, ul, ol{
	margin-bottom:30px;
}
p em{
	font-style:normal;
}
a{
	color:#151617;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#151617;
}
ul{
	padding:0;
}
ul li{
	font-family:'Sora',sans-serif;
	font-weight:300;
	font-size:0.92vw;
	padding-left:12px;
	padding-bottom:8px;
	color:#151617;
	list-style:none;
	position:relative;
} 
ul li::before{
	content:'';
	width:6px;
	height:6px;
	border-radius:100%;
	position:absolute;
	left:0;
	top:0.78vw;
	background:#151617;
}
ol{
	padding:0;
	padding-left:20px;
}
ol li{
	font-family:'Sora',sans-serif;
	font-weight:300;
	font-size:0.92vw;
	padding-left:0;
	padding-bottom:8px;
	color:#151617;
	position:relative;
} 
strong, b{
	 font-family:'freightdisppfreightdispproSBd';
	 font-weight:normal;
}
blockquote{
	border:none;
	padding:0;
	margin:0;
}
blockquote p{
	font-weight:normal;
	font-size:2.75vw !important;
	color:#151617 !important;
	line-height:3.44vw !important;
	margin-bottom:30px;
}
/* TABLAS ******************/
.table-responsive{
	border:none !important;
	margin-bottom:30px;
	font-size:14px;
}
.table th{
	font-weight:normal;
	background:#fff;
	color:#414042;
	border:none;
	padding:20px 8px !important;
	text-align:center;
}
.table td{
	text-align:center;
	color:#414042;
	padding:20px 8px !important;
}
.table tr.par{
	border-bottom:1px solid #ddd;
}
/***************************/
/* FORMULARIOS *************/
label{
	font-size:16px;
	font-weight:700;
	color:#1a1a1a;
}
.form-group{
	margin-bottom:20px;
}
.wpcf7-form-control-wrap{
	display:block;
	margin-bottom:20px;
}
.form-group.ultimo{
	margin-top:80px;
	margin-bottom:40px;
}
.form-control{
	font-family:'Sora',sans-serif;
	font-weight:300;
	font-size:15px;
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	box-shadow:none;
	color:#fff;
	height:45px;
	padding:8px 0;
	border-radius:0;
	letter-spacing:-0.02em;
}
textarea.form-control{
	height:250px;
	position:relative;
	padding:12px 15px;
	color:#fff;
	background:none;
	border:1px solid #fff;
	margin-top:15px;
}
.form-control:focus{
	background:none;
	box-shadow:none;
	color:#fff;
	border-bottom:1px solid #fff;
}
.form-control::placeholder{
	color:#fff;
}
textarea.form-control:focus{
	background:none;
	box-shadow:none;
	color:#fff;
	border:1px solid #fff;
}
textarea.form-control::placeholder{
	color:#fff;
}
input[type="radio"],input[type="checkbox"]{
	accent-color:#EF3640;
}
.boton{
	background:#EF3640;
	border:1px solid #EF3640;
	text-decoration:none !important;
	float:left;
	line-height:45px;
	text-align:center;
	display:block;
	position:relative;
	padding:0 30px;
	border-radius:0;
	text-transform:uppercase;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.boton:hover{
	background:#721512;
	border:1px solid #721512;
}
.boton span{
	font-family:'Sora',sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
	line-height:45px;
	letter-spacing:0.05em;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
	position:relative;
	top:0;
	z-index:1;
}
.boton:hover span{
	color:#fff;
	cursor:pointer;
}
.boton.inverso{
	background:#721512;
	border:1px solid #721512;
}
.wpcf7-submit{
	font-family:'Sora',sans-serif;
	background:#721512;
	border:1px solid #721512;
	font-size:18px;
	font-weight:500;
	color:#fff;
	text-align:center;
	padding:0 80px;
	height:45px;
	cursor:pointer;
	border-radius:0;
	box-shadow:none;
	float:none;
	letter-spacing:0.05em;
	text-transform:uppercase;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.wpcf7-submit:hover, .wpcf7-submit:focus{
	background:#721512 !important;
	border:1px solid #721512 !important;
	outline:none;
	box-shadow:none !important;
}
.wpcf7-spinner{
	display:block !important;
	margin:auto !important;
	margin-top:10px !important;
}
.wpcf7-not-valid-tip{
	font-family:'Sora',sans-serif;
	font-weight:400 !important;
	font-size:12px !important;
	line-height:15px !important;
	color:#721512 !important;
}
.wpcf7-response-output{
	background:none !important;
	border:none !important;
	padding:0 !important;
	margin:0 !important;
	text-align:center;
	font-family:'Sora',sans-serif;
	font-weight:400;
	color:#fff;
	font-size:14px;
	line-height:18px;
	margin-top:0 !important;
}
.centrar{
	text-align:center;
}
.centrar .boton{
	float:none;
	display:inline-block;
}
/***************************/
.swiper-pagination-bullets{
	bottom:15px !important;
	text-align:left !important;
	padding:0 60px;
}
.swiper-pagination-bullet{
	width:12px !important;
	height:12px !important;
	opacity:1 !important;
	background:#fff !important;
	border:1px solid #fff;
	margin:0 3px !important;
}
.swiper-pagination-bullet-active{
	background:#721512 !important;
	border:1px solid #721512;
	opacity:1 !important;
}
@keyframes myfadeInAnimation{
from{opacity:0;}
to{opacity:1;}
}
@keyframes e{
0%{background-position:-120px 0;}
to{background-position:120px 0;}
}
/***************************/
@media (min-width:992px){
.w-20{
  -webkit-box-flex:0;
      -ms-flex:0 0 20% !important;
          flex:0 0 20% !important;
  max-width:20%;
}
}
@media (min-width:2000px){
.inicio{
	overflow:hidden;
}
}
@media (min-width:1600px){
.container-fluid{
	max-width:1480px;
}
section, .slide{
	max-width:1480px;
	margin:auto;
}
.subpanel .abajo{
	min-height:240px;
}
.subpanel .imagen{
	height:120%;
}
.subpanel .inn{
	max-width:1480px;
	margin:auto;
}
header{
	max-width:1480px;
	margin:auto;
}
body.home #main{
	max-width:1480px;
	margin:auto;
	overflow:hidden;
}
.slide h2{
	font-size:85px;
	line-height:85px;
}
.slide .modulo .boton span{
	top:-2px;
}
.inicio .modulo{
	padding:75px 180px 75px 60px;
}
.inicio::after{
	height:150%;
	transform:skew(116deg);
}
.inicio .modulo p{
	font-size:40px;
	line-height:50px;
}
.medioambiente .descripcion{
	padding-right:80px;
}
.medioambiente p{
	font-size:40px;
	line-height:50px;
}
.contenedor-formulario .form-group{
	margin-bottom:20px;
}
.contenedor-formulario .form-group.ultimo{
	margin:40px 0;
}
.contenedor-formulario textarea.form-control{
	height:250px;
}
.contenedor-formulario h2{
	font-size:60px;
	line-height:70px;
	margin-bottom:38px;
}
.contenedor-formulario .descripcion{
	margin-bottom:30px;
}
.contenedor-formulario .descripcion p{
	font-size:18px;
	color:#fff;
}
.producto .modulo .descripcion p{
	font-size:30px;
	line-height:38px;
}
.producto .grp p{
	line-height:24px;
}
.producto .nota p{
	line-height:24px;
}
.producto ul li{
	line-height:24px;
}
.nosotros p{
	font-size:32px;
	line-height:40px;
}
.experiencia p{
	font-size:60px;
	line-height:68px;
}
.experiencia .icon{
	width:70px;
}
.planta h2{
	font-size:32px;
	line-height:40px;
}
.planta .bajada p{
	font-size:18px;
	line-height:28px;
}
.contacto h1{
	font-size:60px;
	line-height:70px;
}
.contacto .formulario{
	padding:70px;
}
.contacto .descripcion p{
	font-size:16px;
}
.contacto .tel{
	font-size:16px;
}
.contactos .correo{
	font-size:16px;
}
.contacto .ubicacion{
	margin-top:12vw;
	margin-left:35px;
}
.menu-footer a{
	font-size:16px;
}
footer{
	max-width:1480px;
	margin:auto;
}
footer span{
	font-size:16px;
}
footer p{
	font-size:16px;
	line-height:20px;
}
footer p a{
	font-size:16px;
}
footer a{
	font-size:16px;
}
footer .redes .ico{
	width:28px;
}
h1{
	font-size:55px;
	line-height:65px;
}
h2{
	font-size:45px;
	line-height:55px;
}
p, a, span{
	font-size:15px;
}
p, span{
	color:#000;
	line-height:22px;
}
ul li{
	font-size:15px;
}
ol li{
	font-size:15px;
}
}
@media screen and (min-width:992px) and (max-width:1200px){
.paginas{
	padding:0 5px;
}
.producto .modulo{
	padding-right:0;
}
}
@media screen and (min-width:992px) and (max-width:1280px){
.menu-footer li.ultimo{
	padding-left:30px;
}
.nosotros .descripcion{
	padding:60px 50px 60px 30px;
}
.nosotros .descripcion p{
	font-size:2.39vw;
	line-height:3.38vw;
}
.boton span{
	font-size:15px;
}
}
@media screen and (min-width:300px) and (max-width:992px){
.desktop{
	display:none;
}
header.avanzando{
	padding:12px 0;
}
.menu-trigger{
	display:block;
}
.menu{
	float:none;
	top:0;
}
.menu li{
	display:block;
	padding:10px 0;
	border-bottom:1px solid #721512;
}
.menu a{
	font-size:18px;
	display:block;
}
.menu li.desplegar{
	position:relative;
}
.menu li.desplegar .icon{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:20px;
}
.menu li.desplegar .icon.v2{
	opacity:0;
	visibility:hidden;
	width:18px;
}
.menu li.desplegar.activo .icon.v1{
	opacity:0;
	visibility:hidden;
}
.menu li.desplegar.activo .icon.v2{
	opacity:1;
	visibility:visible;
}
.contenedor-formulario{
	width:75%;
}
.contenedor-formulario h2{
	font-size:40px;
	line-height:50px;
	 margin-bottom:15px;
}
.contenedor-formulario .descripcion{
	margin-bottom:20px;
}
.contenedor-formulario .pos::after{
	transform:skew(135deg);
}
.contenedor-submenu .tel{
	background:#EF3640;
	color:#fff;
	font-size:12px;
	text-decoration:none !important;
	text-transform:uppercase;
	float:right;
	display:block;
	padding:8px 10px;
	position:relative;
	top:8px;
}
.contenedor-submenu .tel:hover, .contenedor-submenu .tel:focus{
	color:#fff;
	background:#721512;
}
.contenedor-submenu .tel::before{
	content:'';
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	border-style: solid;
    border-width:10px 15px 0 0;
    border-color:#fff transparent transparent transparent;
}
.contenedor-submenu .tel::after{
	content:'';
	width:0;
	height:0;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	border-style: solid;
    border-width:0 0 10px 15px;
    border-color:transparent transparent #fff transparent;
}
.contenedor-submenu .certificado{
	width:50px;
	float:left;
	position:relative;
	left:-10px;
}
.contenedor-submenu .modulo{
	margin-top:30px;
}
header{
	border-bottom:1px solid #EAEAEA;
	padding:25px 0;
}
header .logo{
	top:0;
}
header .logo .img-fluid{
	width:140px;
}
header.avanzando .logo{
	top:0;
}
header.avanzando .logo .img-fluid{
	width:120px;
}
header .certificado{
	display:none;
}
header .tel{
	display:none;
}
header .menu{
	display:none;
}
.submenu li{
	padding:12px 0;
	border-bottom:1px solid #721512;
}
.submenu a{
	font-size:14px;
}
.paginas{
	padding:0 5px;
}
section{
	padding:40px 0;
}
.slide h2{
	font-size:45px;
	line-height:50px;
}
.slide .modulo .boton{
	height:35px;
}
.slide .modulo .boton span{
	font-size:12px;
	line-height:35px;
	top:-3px;
}
.inicio .modulo{
	padding:40px 45px 55px 30px;
}
.inicio .modulo p{
	font-size:24px;
	line-height:32px;
}
.inicio::after{
	transform:skew(120deg);	
}
.medioambiente p{
	font-size:24px;
	line-height:32px;
}
.producto .modulo{
	padding-right:0;
}
.producto .grupo{
	padding-right:0;
}
.producto .modulo .descripcion p{
	font-size:25px;
	line-height:30px;
}
.producto .grp{
	margin-bottom:25px;
}
.producto .grp h3{
	font-size:12px;
	margin-bottom:5px;
}
.producto ul li{
	line-height:18px;
}
.producto .grp p{
	line-height:18px;
}
.producto .nota p{
	line-height:18px;
}
.producto .bajada{
	margin:20px 0 40px 0;
}
.relacionados h2{
	margin-bottom:15px;
	text-align:left;
}
.relacionados .inn{
	display:none;
}
.nosotros p{
	font-size:25px;
	line-height:30px;
}
.experiencia p{
	font-size:42px;
	line-height:48px;
}
.planta h2{
	font-size:25px;
	line-height:32px;
}
.planta .bajada p{
	font-size:12px;
	line-height:20px;
}
.contacto .formulario{
	padding:30px 20px;
}
.contacto h1{
	font-size:40px;
	line-height:50px;
}
.contacto .descripcion p{
	font-size:12px;
}
.contactos .correo{
	font-size:14px;
}
footer .logo{
	margin-bottom:40px;
}
footer span{
	font-size:12px;
}
footer a{
	font-size:12px;
}
.menu-footer{
	text-align:right;
}
.menu-footer a{
	font-size:12px;
}
footer p{
	font-size:12px;
	line-height:16px;
	position:relative;
	z-index:3;
}
footer p a{
	font-size:12px;
}
footer .redes{
	text-align:right;
}
footer .redes .ico{
	margin-right:0;
	margin-left:12px;
}
footer .marcas{
	margin-bottom:40px;
}
footer .grupo a{
	margin-left:20px;
}
h1{
	font-size:35px;
	line-height:45px;
}
h2{
	font-size:30px;
	line-height:38px;
}
h3{
	font-size:14px;
	line-height:18px;
}
p, span{
	line-height:18px;
}
p, a, span{
	font-size:12px;
}
ul li{
	font-size:12px;
}
.form-control{
	font-size:12px;
	height:38px;
}
.wpcf7-submit{
	font-size:16px;
	height:38px;
}
.boton{
	line-height:40px;
}
.boton span{
	font-size:12px;
	line-height:40px;
}
}
@media screen and (min-width:300px) and (max-width:576px){
.mobile{
	display:block;
}
.tablet{
	display:none;
}
.contenedor-formulario{
	width:90%;
}
.contenedor-formulario .formulario{
	padding:0 10px;
}
.contenedor-formulario .pos::after{
	transform:skew(145deg);
}
.slide .modulo{
	height:480px;
	background-repeat:no-repeat;
	background-position:65% center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.slide h2{
	font-size:45px;
	line-height:50px;
}
.flechas{
	top:35%;
}
.slide .inn{
	padding:0;
}
.slide .modulo .leyenda{
	top:62%;
}
.swiper-pagination-bullets{
	padding:0 20px;
}
.inicio{
	background:none;
}
.inicio::after{
	display:none;
}
.inicio .modulo{
	background:#EF3640;
	padding:40px 20px;
}
.inicio .modulo p{
	font-size:30px;
	line-height:38px;
}
.medioambiente{
	padding:45px 0;
}
.medioambiente .descripcion{
	padding-right:0;
}
.medioambiente p{
	font-size:30px;
	line-height:38px;
}
.medioambiente .certificaciones{
	position:relative;
	right:15px;
	margin-top:30px;
}
.medioambiente .certificaciones .ico{
	width:90px;
	margin-right:15px;
}
.producto h1{
	margin-bottom:15px;
}
.producto .grupo{
	padding-right:0;
}
.producto .galeria .img-fluid{
	margin-top:15px;
	margin-bottom:0;
}
.producto .modulo.ultimo .descripcion{
	margin-bottom:25px;
}
.producto .nota{
	margin-bottom:25px;
}
.nosotros .leyenda{
	position:relative;
	top:0;
	transform:none;
	margin:35px 0;
}
.experiencia p{
	font-size:50px;
	line-height:55px;
	margin-top:20px;
}
.planta .bajada{
	padding-right:0;
}
.planta .bajada p{
	margin-bottom:20px;
}
.planta .certificaciones{
	position:relative;
	right:15px;
	bottom:0;
	margin-top:30px;
}
.contacto h1{
	margin-bottom:20px;
}
.contactos{
	text-align:center;
	margin-top:30px;
}
.contacto .ubicacion{
	text-align:center;
	margin-top:40px;
}
.contacto .ubicacion .imagen{
	margin-left:0;
}
.contacto .ubicacion p{
	max-width:200px;
	margin:auto;
}
.contacto .redes{
	position:relative;
	right:0;
	text-align:center;
	margin-top:20px;
}
.contacto .redes .ico{
	width:35px;
	margin:0 4px;
}
footer{
	padding:40px 0;
}
footer .logo{
	margin-bottom:20px;
}
.menu-footer{
	float:left;
}
footer p{
	text-align:center;
}
footer .marcas{
	margin-bottom:30px;
}
footer .redes{
	margin-bottom:45px;
}
footer .grupo{
	text-align:center;
	margin:30px 0 0 0;
}
footer .grupo a{
	display:block;
	margin:8px 0 0 0;
}
footer span{
	display:block;
}
footer::after{
	border-width:0 0 65px 85px;
}
}
@media screen and (min-width:300px) and (max-width:320px){
}