@charset "utf-8";
/* CSS Document */
/* Reseteo Universal */
*{
	border:0;
	margin:0;
	padding:0;
}
article, figcaption, figure, footer, header, hgroup, nav, section{
	display:block;
}
/* Fuentes del Documento */
@font-face {
    font-family: 'museo_sans100';
    src: url('../_fonts/museo_slab-webfont.eot');
    src: url('../_fonts/museo_slab-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/museo_slab-webfont.woff2') format('woff2'),
         url('../_fonts/museo_slab-webfont.woff') format('woff'),
         url('../_fonts/museo_slab-webfont.ttf') format('truetype'),
         url('../_fonts/museo_slab-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_condensedmedium';
    src: url('../_fonts/helvetica-condensed-webfont.eot');
    src: url('../_fonts/helvetica-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/helvetica-condensed-webfont.woff2') format('woff2'),
         url('../_fonts/helvetica-condensed-webfont.woff') format('woff'),
         url('../_fonts/helvetica-condensed-webfont.ttf') format('truetype'),
         url('../_fonts/helvetica-condensed-webfont.svg#helvetica_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'museo_sans500';
    src: url('../_fonts/museosans_0-webfont.eot');
    src: url('../_fonts/museosans_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/museosans_0-webfont.woff2') format('woff2'),
         url('../_fonts/museosans_0-webfont.woff') format('woff'),
         url('../_fonts/museosans_0-webfont.ttf') format('truetype'),
         url('../_fonts/museosans_0-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_sans100';
    src: url('../_fonts/museosans-100_3-webfont.eot');
    src: url('../_fonts/museosans-100_3-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/museosans-100_3-webfont.woff2') format('woff2'),
         url('../_fonts/museosans-100_3-webfont.woff') format('woff'),
         url('../_fonts/museosans-100_3-webfont.ttf') format('truetype'),
         url('../_fonts/museosans-100_3-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;

}	
/* 16px = 12pt = 100% = 1em */
body{
	/*background: url(../_img/fondopapel.jpg)  #FFFFFF top center  repeat-x;*/
	color: #808080;
	font-family: Helvetica, Arial, Verdana;
	font-size:1em;
}

a{
	color:#70A63B;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#444444;
} audio, iframe, img, video{
	max-width:100%;
}
footer a{
	color:#A1BC31;
	font-weight:100;
	text-decoration:none;
	font-size: 14px;
}
footer a:hover{
	color:#FFF;
} 
div.datos-presupuesto a{
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	background:#70A63B;
	padding: 10px;
	border-radius: .5em;
		-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
div.datos-presupuesto a:hover{
	color:#70A63B;
	background: #1E6381;
		-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
} 

audio, iframe, img, video{
	max-width:100%;
}
fieldset{
	border: .1em solid #D4D4D4;
	border-radius: .5em;
	padding:  0 5%;
}
figcaption{
	font-size: 14px;
	padding: 0.25em;
	text-align: center;
	font-family:  "museo_sans100", Helvetica, Arial, sans-serif;
}
form{
	max-width: 100%;
}
form div{
	margin: .5em;
}
iframe {
	border-radius: .5em;
}
input[type="email"], input[type="text"],  select, textarea{
	border:1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius:2px;
	color: #888;
	font-size: 12px;
	-moz-transition: padding .25s; 
	-webkit-transition: padding .25s; 
	-o-transition: padding .25s;
	transition: padding .25s;
	padding: 10px;
	margin: 5px 5px 10px 5px;
	width: 95%;
}
select{
	width: 70%;
}
#info-contacto, #info-mapa{
	display:inline-block;
	vertical-align:top;
	width: 60%;
	box-sizing:border-box;
}
	article#info-contacto{
		width: 50%;		
	}
	article#info-mapa{
		margin-top: 12px;
		width: 35%;
	}
		article#servicios-prensa {
		
	}
input[type="email"]:focus, input[type="text"]:focus, textarea:focus, select:focus{
	background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa;
}
input[type="submit"], input[type="reset"]{
	background:#70A63B;
	border-radius: .2em;
	color:#FFFFFF;
	font-family: "museo_sans100";
	font-size: 1em;
	padding: .5em;
}
input[type="submit"]:hover, input[type="reset"]:hover{
	background: #8AC43F;
	border-radius: .2em;
	color:#FFFFFF;
	cursor: pointer;/*aparece la mano*/
}
label{
	cursor: pointer;
}
legend{
	color:#70A63B;
	font-size:1.2em;
	font-weight: bold;	
}
#quienes p{
	text-align:justify;
	}
texarea {
	resize:none;/*bloquea ampliar la texarea*/
}
h2, h3, h4, h5{
	color:#70A63B;
	font-family:  "museo_sans100", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:2em;
	
}
h2{
	margin-bottom: 20px;
}
/*h3{
	background: #FFFFFF;
	box-shadow: .2em .2em .2em #F0B1B2;
	border-radius: 1em;
	margin-bottom:1em;
	padding-left: 1em;
}*/
h4	{
	margin-top: 0.5em;
	font-size: 1.5em;
}
h5	{
	margin-top: 0.5em;
	font-size: 1.5em;
	text-align: center;
}
hr{
	border:1px  dotted #FFFFFF;
	max-width: 1000px;
	margin: 0 auto 1em;
}
ol{
	padding: 0 2em;
}
ol li{
	padding: 1em 0;
} /* aqui nuestra estructura*/
header, section#contenido, footer{
	margin: 0 auto;
	max-width:1400px;
	text-align:center;
}

header h1, nav{
	display: inline-block;
	max-width: 100%;
	vertical-align:middle;
}
/*nav ul{
	list-style: none;
}
nav li{
	display:inline-block;
	padding:0.1em;
	vertical-align: top;
}
nav a{
	color: #FFFFFF;
	display: block;
	font-family: "helvetica_condensedmedium", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight: 100;
	padding: 8px 14px;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
nav a:hover{
	background:#4F8E3A;
	color: #000000;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}*/ .toggleMenu {
    display: block;
    background: #70A63B;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     /*background:#70A63B;*/
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
}
.nav a {
	color:#333333;
	/*background: #70A63B;*/
	display: block;
	font-family: "museo_sans100", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding: 10px 20px;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	margin:  0 3px;
}
.nav a:hover{
	background:#70A63B;
	color:#FFF ;
	font-weight:bold;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    /*border-top: 1px solid #70A63B;*/
}
.nav > li > .parent {
    background-image: url("../_img/downArrow.png");
    background-repeat: no-repeat;
    /*background-position: 95% 50%;*/
	background-position:bottom;
	
}
.nav > li > .parent:hover {
    background-image: url("../_img/downArrowHover.png"); }
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #70A63B ;
    position: relative;
    z-index:100;
    border-top: 1px solid #4F8E3A;
	color: #FFF;
	margin: 0;
}
.nav li li a:hover {
    background:#4F8E3A;
	color: #FFF;
}
.nav li li li a {
    background: #B86B6C;
    z-index:200;
    border-top: 1px solid #70A63B;
}
/*fin de menu*/
section#banner{
		max-width:100%;
		margin: 0 auto;
	}

section#banner_interiores{
		padding-top: 100px;
		max-width:100%;
		margin: 0 auto;
	}

section#quienes, aside{
	display: inline-block;
	margin: 0 auto;
	max-width: 95%;
	vertical-align: top;
	width: 65%;
	box-sizing:border-box;
}
section#quienes{
	margin-top: 20px;
	padding: 20px;
	/*background: #FFF;*/
	border-radius: 0.5em;
	/*border: #BBBBBB solid 2px;*/
	width: 90%;
}
section#productos_zeboli{
	padding: 20px 20px 0 20px;
	/*background: #FFF;
	border-radius: 0.5em;*/
	border-bottom: 1px solid #b0b0b0;
	width: 90%;
	
}
section#quienes hr{
	border:1px  dotted  #BABABA;
	max-width: 100%;
	margin: 0 auto 1em;
}
aside{
	padding: 0 0 0 20px;
	width: 30%;
}
section#quienes figure{
	display: inline-block;
	vertical-align: top;
	padding: 0.5em;
}
section#productos_zeboli figure{
	display: inline-block;
	vertical-align: top;
	padding: 0.5em;
}
section#planos hr{
	border:1px   dashed #BABABA;
	max-width: 100%;
	margin: 0 auto 1em;
}
article#galeria-inicio{
	/*padding: 0.5em;*/
	text-align: left;
	width:100%;
	box-sizing:border-box;
} 
article#galeria-inicio2{
	padding: 26px;
	text-align: center;
	width:100%;
	box-sizing:border-box;
	font-family:  "museo_sans100", Helvetica, Arial, sans-serif;
	background:url(../_img/fondo_productos.jpg) repeat-y top center #326535;
	min-height: 120px;
}
aside img, #img-acerca, #video-acerca, #img-servicios{
	border-radius: 0.5em;
}
article#descripcion-acerca, article#multimedia-acerca{
	background:#9C0;
	border-radius: 0.5em;
	display: inline-block;/* para que se comporten en bloque*/	
	margin: 0 auto;
	max-width: 100%;
	min-height:550px;
	padding: 0.5em;
	text-align: justify;
	vertical-align:top; /* alinea hacia arriba*/
	width:55%;
}
article#multimedia-acerca{
	text-align: center;
	width:40%;
}
/*seccion servicios*/
section#servicios-principal, section#servicios-tipos{
	margin: 0 auto;
	max-width: 95%;
}
#img-servicios, article#nuestros-servicios, article#servicios-prensa{
	display:inline-block;
	vertical-align:top;
	width: 60%;
	box-sizing:border-box;
}
article#nuestros-servicios{
	max-width: 100%;
	/*min-height: 300px;*/
	text-align:justify;
	width:39%;
	padding: 0 20px 0 0;
}
article#nuestros-servicios ul {
	list-style-type: square ;
	line-height: 120%;
	padding-left: 50px;
}
article#bienvenidos p{
	text-align: center;
}
/*fin servicios*/
/*trabajos*/
section#trabajos{
	background:#062083;
	border-radius: .5em;
	margin: 0 auto;
	max-width: 80%;
	padding: .5em;
	text-align: center;
} div.portafolio {
	margin: 2em auto;
}
div.portafolio article{
	display:inline;
	padding: 1em;
}
div.fondonergro{
	margin: 0 auto;
	background: #0070B6;
	margin: 5px 0 0 0;
}
div.fondoazul{
	margin: 0 auto;
	background:#00386B ;
	margin: 5px 0 0 0;
}
div.fondoblanco{
	margin: 0 auto;
	background-color: rgba(255,255,255,0.9);
	  border-top: 6px solid #4F8E3A;
  width: 100%;
  position: fixed;
  z-index: 100;
	
}
div.fondoceleste
{
	margin: 0 auto;
	background-color: #326535;
	margin-top: 20px;
}
/*fin trabajos*/
/*contactos*/
div.datos-presupuesto{
	text-align:center;
	font-size: 1.6em;
	margin: 40px;
}
span.datos-color{
	color: #70A63B;
	text-align:left;
	font-size: 1em;
}
span.titulo-blanco2{
	color: #FFF;
	font-size: 24px;
}
span.titulo-blanco{
	color: #FFF;
	font-size: 42px;
}
span.titulo-celeste{
	color: #A1BE14;
	font-size: 42px;
}
span.nuevo-rojo{
	color: #E81C24;
	text-align:left;
	font-size: 18px;
}
span.entregado-azul{
	color: #4F8E3A;
	text-align:left;
	font-size: 18px;
}
span.datos-contacto{
	font-size: 1em;
	margin-left: 1em;	
}
span.datos-phone{
	color: #A1BE14;
	font-size: 1em;
	margin-left: 1em;	
}
footer{
	color:#fff;
	font-size: 14px;
	padding:0.75em 0;
	font-weight:100;
}
.direccion, .logobajo, .direcionweb{
	display: inline-block;
	padding:10px;
	min-width: 30%;
	vertical-align:top;
}
.fade{
	opacity: 1;	/*Opacidad como en Photoshop 0-1*/
	filter: alpha(opacity=10);/*Opacidad como en Photoshop 0-10 para iexplorer*/
	transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in; }
.fade:hover{
	opacity:0.7;	/*Opacidad como en Photoshop 0-1*/
	filter: alpha(opacity=7);/*Opacidad como en Photoshop 0-10 para iexplorer*/
	transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.redonda {
	border-radius: 9.375em; /* 50px / 16px imagenes de 100px */
	box-shadow: 3px 3px 10px rgba(255,255,255,0.3);
	border:solid #70A63B;
}

.fadex{
	 display:block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;   
        transform:scale(1);
        -ms-transform:scale(1); 
        -moz-transform:scale(1); 
        -webkit-transform:scale(1);  
        -o-transform:scale(1);  
        -webkit-transition: all 500ms ease-in-out; 
        -moz-transition: all 500ms ease-in-out; 
        -ms-transition: all 500ms ease-in-out;  
        -o-transition: all 500ms ease-in-out;   
	 }

.fadex:hover{
	 transform:scale(1.08);
            -ms-transform:scale(1.08);  
            -moz-transform:scale(1.08);  
            -webkit-transform:scale(1.08);  
            -o-transform:scale(1.08); 
}

#img-servicios{
	border-radius: 0.5em;
	border: #E1E1E1 2px solid;
	max-width: 360px;

	margin-right: 30px;
}
#img-prensa{
	border-radius: 0.5em;
	border: #E1E1E1 2px solid;
	max-width: 45%;
}
#img-plano{
	border-radius: 0.5em;
	border: #E1E1E1 2px solid;
	max-width: 20%;
}
#img-postprensa{
	border-radius: 0.5em;
	border: #E1E1E1 2px solid;
	max-width: 92%;
}
.servicios_img{
	border-radius: 10px;
	border:#B7B7B7 2px solid;

}
.contacto_img{
	margin-bottom: 0.3em;
}
.redes_sociales {
	padding: 5px;
}
.principal_img{
	margin-top: .5em;
	border-radius: 0.5em;
}
.datos-de-contacto {
	color: #70A63B;
	font-weight: bolder;
}

/*social*/
.social {
	position: fixed;/* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top: 600px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
.social ul {
	list-style: none;
}
.social ul li a {
	display: inline-block;
	color:#fff;
	background: #000;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
}
.social ul li .icon-facebook2 {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
.social ul li .icon-twitter {background: #00abf0;}
.social ul li .icon-google {background: #d95232;}
.social ul li .icon-pinterest {background: #ae181f;}
.social ul li .icon-mail2 {background: #666666;}
.social ul li .icon-whatsapp {background: #25d366;}

.social ul li a:hover {
	background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
	padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
}	
/*JQuery*/	
@media(max-width: 768px){
.columna_izq .logo . xanimacion{
	width:100%;}
.columna_der{
	width:100%;}
}
@media screen and (min-width: 1300px){
	header h1{
		text-align:left;
		width: 35%;
	}
	header, section#contenido, footer{
	margin: 0 auto;
	max-width: 1400px;
	}	
	article#info-contacto{
	max-width: 80%;
	margin:auto;
	}
}
@media screen and (min-width: 1081px){
	header h1{
		text-align:left;
		width: 35%;
	}
	header, section#contenido, footer{
	margin: 0 auto;
	}
	article#info-contacto{
	max-width: 80%;
	margin:auto;
	}
}
@media screen and (max-width: 1080px){
	nav li{
		font-size:1em;
	}
	article#galeria-inicio{
		width: 100%;
	}
	aside{
		width:30%;
	}
	article#descripcion-acerca, article#multimedia-acerca{
		width: 95%;
	}
	article#servicios1, article#servicios2, article#servicios3 {
		width: 30%;
	}
	section#trabajos{
		max-width: 90%;
	}
	div.portafolio article{
		padding: .5em;	
	}
	article#info-contacto{
		max-width: 90%;
		margin:auto;
	}
	.logobajo{ display:none}
	.direccion, .direcionweb{
	min-width: 45%;
}
#img-plano{
	border-radius: 0.5em;
	border: #E1E1E1 2px solid;
	max-width: 30%;
}
}
@media screen and (max-width: 950px){
	#img-servicios, article#nuestros-servicios, article#servicios-prensa {
		display:inline-block;
		width: 100%;
	}
	article#nuestros-servicios{
		max-width: 100%;
		padding: 0;
	}
	article#servicios-prensa {
		margin-top: 20px;
		max-width: 90%;
	}
	#img-servicios {
		width:100%;
	}
		.direccion, .logobajo, .direcionweb{
	min-width: 90%;
	}
	
}
@media screen and (max-width: 800px){
	body{
		font-size:1em;
	}
	header h1{
		text-align:center;
		width: 100%; 
	}
	section#quienes, aside {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	nav{
		
		text-align:center;
	}
	nav li{
		font-size:1em;
	}

	article#galeria-inicio{
		width: 100%;
	}
	#img-servicios, article#nuestros-servicios, article#servicios-prensa {
		display:inline-block;
		width: 100%;
	}
	article#nuestros-servicios{
		max-width: 100%;
		padding: 0;
	}
	article#servicios-prensa {
		margin-top: 20px;
	}
	#img-servicios {
		width:100%;
	}
	#img-plano{
	border-radius: 0.5em;
	border: #E1E1E1 2px solid;
	max-width: 45%;
	}
	article#servicios2, article#servicios3 {
		margin: 10px 0 0 0 ;
		width: 45.75%;
	}
	section#trabajos{
		max-width: 95%;
	}
	div.portafolio article{
		padding: .2em;	
	}
	Section#contacto, section#mapa{
		display: block;
		width: 95%;
	}
	section#servicios {
		width: 90%;
		margin: 0 auto;
	}
	header, section#contenido, footer{
		max-width:100%;
	}
	aside{
		padding: 0 20px;
	}	
	form{
		width: 100%;
	}
	article#info-contacto{
		display: block;
		width: 95%;	
		margin: 0 auto;
	}
	article#info-mapa{
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
	}
	section#banner{
		padding-top: 140px;
	}
		section#banner_interiores{
		padding-top: 140px;
	}
}
@media screen and (max-width: 600px){ 	
body{
	font-size:.8em;
}
	section#principal, aside, article#descripcion-acerca, article#multimedia-acerca, article#servicios2, article#servicios3 {
		display: block;
		width: 100%;
	}
	
	.social{ /*display:none}
	div.portafolio article{
		display: block;
		margin: .5em auto;
		padding: 0;*/
		top: 200px;
	}
	
	section#servicios {
		width: 100%;
		margin: 0 auto;
	}
	section#quienes{
		margin-top: 1.2em;
	}
	/*section#banner{
		display: none; desaparece la imagen
	}	*/
	
	.redonda {
		width:70%;
	}
		#img-plano{
	border-radius: 0.5em;
	border: #E1E1E1 2px solid;
	max-width: 95%;
	}

} 
@media screen and (max-width: 768px) {
	nav{
		width: 100%;
		display:block;
		
	}
    .active {
        display: block;
    }
	
    .nav > li {
        float: none;
		background: #A1BC31;
		border-top: 1px solid  #39B34A;
		
    }
	    .nav > li li a:hover{
		border-top: 1px solid  #39B34A;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../_img/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
}

/*---------PRODUCTOS----------*/
#productosz p{
	text-align:center;
	padding: 10px 0 ;
	}
section#productosz{
	display: inline-block;
	margin: 0 auto;
	max-width: 95%;
	vertical-align: top;
	width: 65%;
	box-sizing:border-box;
	margin-top: 20px;
	padding: 20px;
	/*background: #FFF;*/
	border-radius: 0.5em;

	width: 90%;
}
section#productosz hr{
	border:1px  dotted  #BABABA;
	max-width: 100%;
	margin: 0 auto 1em;
}
section#productosz figure{
	max-width: 164px;
	display: inline-block;
	vertical-align: top;
	padding: 0.5em;
}
.g-botonxxx {
  padding: 8px 25px;
  color: #666;
  font-family: 'ralewaybold', sans-serif;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #666;
  background: none;
  font-size: 14px;
}
.g-botonxxx:hover {
  color: #fff;
  background: #666;
}

/*---------FINPRODUCTOS----------*/




.b6 {
  background-color: #efefef;
  width: 100%;
  font-size: 0;
  padding-bottom: 15px;
}
.b6 .wancho {
  max-width: 1400px;
	margin: 0 auto;
	text-align: center;
}
.b6-wrapp {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b6-title {
  padding: 30px 0;
  color: #666;
}
.b6-title h2 {
  font-size: 25px;
  margin: 0;
}
.b6-title h2 em {
  color: #003ca7;
  text-transform: uppercase;
  display: block;
}
.b6-figure {
  display: inline-block;
  margin-right: 20px;
}
.b6-figure img {
  display: block;
  -webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
  -o-transition: all 3s linear;
  -ms-transition: all 3s linear;
  transition: all 3s linear;
}
.b6-figure img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.b6-figure.margin-4n {
  margin-right: 0;
}
.b6-img {
  display: inline-block;
  overflow: hidden;
 /* width: 220px;
  height: 150px;*/
}
.b6-text {
 /* max-width: 220px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  display: table;
  margin: auto;
  height: 100%;
  text-align: center;
  padding: 10px 0 30px 0;
}
.b6-text h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  padding-bottom: 10px;
  position: relative;
}
.b6-text h3:after {
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #666;
  width: 46px;
}
@media screen and (max-width: 1024px) {
  .b6-figure {
    margin: 0 5px;
  }
  .b6-figure.margin-4n {
    margin-right: 5px;
  }
  .b6 .wancho {
    text-align: center;
  }
}
@media screen and (max-width: 1014px) {
  .b6 .wancho {
    max-width: 960px;
  }
  .b6-wrapp {
    text-align: center;
  }
  .b6-figure {
    margin: 0 10px;
  }
  .b6-figure.margin-4n {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .b6-title {
    padding: 20px 0;
  }
  .b6-text {
    padding: 10px 0 20px 0;
  }
  .b6 {
    padding-bottom: 0;
  }
  .b6-title h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .b6-figure img {
    display: block;
    width: 100%;
    height: auto;
  }
}


.b4 {
  position: relative;
}
.b4-eventos {
  padding: 34px 0 64px 0;
  display: block;
  border-bottom: 1px solid #b0b0b0;
}
.b4-eventos-bg {
  position: absolute;
  background-position: top left;
  -webkit-background-size: 442px 370px;
  -moz-background-size: 442px 370px;
  background-size: 442px 370px;
  top: 10px;
  left: 0;
  width: 442px;
  height: 370px;
}
.b4-txt h2 {
  font-size: 15px;
  margin-bottom: 10px;
}
.b4-txt p {
  font-size: 14px;
  color: #666;
  font-family: 'ralewayregular', sans-serif;
  margin-bottom: 15px;
}
.b4-cir {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 82px;
  height: 82px;
  background: #ff7800;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'ralewaybold', sans-serif;
}
.b4-cir em {
  font-size: 40px;
}
.b4-cir p {
  font-size: 15px;
}
.b4-box {
  display: block;
  text-align: center;
  padding-top: 18px;
}
.b4-item {
  padding-top: 6px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
  margin-left: 20px;
}
.b4-txt {
  padding-left: 96px;
}
.b4-wan {
  max-width: 1050px;
	margin: 0 auto;
	text-align: center;
}
.b4-clientes {
  padding: 2px 0 0 0;
}
.b4-slider {
  height: 90px;
  text-align: center;
  display: table;
}
.b4-client {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  vertical-align: middle;
  height: 100%;
}
.b4-client a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
  cursor: pointer;
  filter: url("#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray();
}
.b4-client a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
}
.b4-client img {
  max-width: 114px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.b4 .bx-wrapper .bx-controls-direction a {
  background: transparent;
  text-indent: 0px;
}
.b4 .bx-wrapper .bx-controls-direction a:after {
  font-size: 32px;
  color: #b0b0b0;
  font-family: 'icomoon';
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}
.b4 .bx-wrapper .bx-controls-direction a:hover:after {
  color: #666;
}
.b4 .bx-wrapper .bx-controls-direction .bx-prev {
  left: -28px;
  text-indent: 0px;
}
.b4 .bx-wrapper .bx-controls-direction .bx-prev:after {
  content: '\ea44';
}
.b4 .bx-wrapper .bx-controls-direction .bx-next {
  right: -28px;
  text-indent: 13px;
}
.b4 .bx-wrapper .bx-controls-direction .bx-next:after {
  content: '\ea42';
}
@media screen and (max-width: 1850px) {
  .b4-eventos-bg {
    -webkit-background-size: 276px 221px;
    -moz-background-size: 276px 221px;
    background-size: 276px 221px;
    width: 276px;
    height: 221px;
  }
}
@media screen and (max-width: 1550px) {
  .b4-eventos-bg {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .b4-wan {
    max-width: 736px;
  }
  .b4-client {
    display: inline-block;
    width: 120px;
  }
}
@media screen and (max-width: 960px) {
  .b4-cir {
    width: 62px;
    height: 62px;
    padding: 4px 0;
    font-family: 'ralewaybold', sans-serif;
  }
  .b4-cir em {
    font-size: 25px;
  }
  .b4-cir p {
    font-size: 14px;
  }
  .b4-txt {
    padding-left: 74px;
  }
  .b4-item {
    padding-top: 0px;
    margin-left: 15px;
  }
  .b4-eventos {
    padding: 20px 0;
  }
  .b4-clientes {
    padding: 20px 0;
  }
  .b4 {
    padding: 0;
  }
  .b4-client a {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none;
  }
}
@media screen and (max-width: 820px) {
  .b4-wan {
    max-width: 485px;
  }
}
@media screen and (max-width: 768px) {
  .b4-client img {
    height: auto;
  }
  .b4-item {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    margin-left: 0px;
  }
  .b4-txt p {
    margin-bottom: 10px;
  }
  .b4-eventos {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .b4-wan {
    max-width: 242px;
  }
}




.wancho {
  width: 94%;
  max-width: 980px;
  margin: auto;
}
.b1 {
  position: relative;
  overflow: hidden;
  height: 600px;
}
.b1 .bx-controls .bx-controls-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 960px;
  width: 94%;
  margin: auto;
  z-index: 100;
  visibility: hidden;
}
.b1 .bx-controls .bx-prev,
.b1 .bx-controls .bx-next {
  visibility: visible;
  background: none;
  height: 58px;
  width: 35px;
  text-indent: 0px;
  margin-top: -29px;
}
.b1 .bx-controls .bx-prev:before,
.b1 .bx-controls .bx-next:before {
  font-family: 'icomoon';
  font-size: 58px;
  color: #fff;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.b1 .bx-controls .bx-prev:hover:before,
.b1 .bx-controls .bx-next:hover:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1 .bx-controls .bx-prev {
  left: -40px;
}
.b1 .bx-controls .bx-prev:before {
  content: "\ea44";
}
.b1 .bx-controls .bx-next {
  right: -40px;
}
.b1 .bx-controls .bx-next:before {
  content: "\ea42";
}
.b1 .bx-controls .bx-pager {
  width: 94%;
  max-width: 960px;
  margin: auto;
  left: 0;
  right: 0;
  padding-top: 0;
  bottom: 20px;
  z-index: 100;
  text-align: left;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b1 .bx-controls .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.b1 .bx-controls .bx-pager .bx-pager-item a:hover,
.b1 .bx-controls .bx-pager .bx-pager-item a.active {
  background-color: #fff;
}
.b1-slide {
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: table;
  overflow: hidden;
}
.b1-slide >div {
  display: table;
  height: 600px;
}
.b1-centered {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 0 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b1-slide-text {
  display: inline-block;
  vertical-align: middle;
}
.b1-slide-text img {
  display: block;
}
.b1-slide-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 35.7%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
}
.b1-slide-img:before {
  content: "";
  width: 1px;
  height: 600px;
  display: inline-block;
  vertical-align: middle;
}
.b1-slide-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 98%;
  height: auto;
}
.b1-slide-text {
  max-width: 330px;
  width: 100%;
  margin: 0;
  color: #fff;
  /*-background-color: rgba(33,37,24,0.70);-*/
  background-image: url(../css/header-bg.png) ;
  padding: 15px;
}
.b1-slide-text h2 {
  font-size: 39px;
  font-family: "museo_sans100", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
	color: #A1BE14;
	/*text-shadow: 2px 2px 0 #0a0e27, 4px 4px 0 #0a0e27, 8px 2px 0 #0a0e27;*/
}
.b1-slide-text h2:after {
  content: "";
  width: 46px;
  display: block;
  height: 3px;
  background-color: #fff;
  margin: 0;
  margin-top: 20px;
}
.b1-slide-text p {
  font-size: 16px;
  font-family: "museo_sans100", Arial, Helvetica, sans-serif;
  font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 1024px) {
  .b1 .bx-controls .bx-prev {
    left: 0;
  }
  .b1 .bx-controls .bx-next {
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .b1 .bx-controls .bx-pager {
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .b1-centered {
    text-align: center;
    padding: 0 20px;
  }
  .b1-slide-text {
    max-width: 100%;
  }
  .b1-slide-text h2 {
    font-size: 25px;
  }
  .b1-slide-text h2:after {
    margin: auto;
  }
  .b1-slide-text p {
    display: none;
  }
  .b1-slide-img {
    position: relative;
    height: auto;
    display: inline-block;
    width: 40%;
  }
  .b1-slide-img:before {
    display: none;
  }
  .b1 .bx-controls .bx-pager {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .b1-slide-img {
    width: 50%;
  }
}


.f-icon,
.f-text {
  display: table-cell;
  vertical-align: middle;
}
.f-icon i {
  font-size: 45px;
  color: #70A63B;
}
.f-icon i.icon-telefono {
  font-size: 60px;
}