/*===================================================================================*/
/*  RESET                                                                            */ 
/*===================================================================================*/

* { 
	outline: 0; 
	box-sizing: content-box;
}

body {
line-height: 1;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

input[type=submit] {
-webkit-appearance: none;
}

table {
border-collapse: separate;
border-spacing: 0;
}

caption,th,td {
text-align: left;
font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
content: "";
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
display: block;
}
/**, *:before, *:after {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}

section {
position: relative;
}

::-webkit-scrollbar
{
  width: 4px;  /* for vertical scrollbars */
  height: 4px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: #ccc;
}

::-webkit-scrollbar-thumb
{
  background: #808080;
}

/*===================================================================================*/
/*  BASIC                                                                            */ 
/*===================================================================================*/
body {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;

	-webkit-text-size-adjust: 100%;
	  -webkit-font-smoothing: antialiased;
	  -webkit-text-rendering: optimizelegibility;
}


::selection{ color: #ffffff; background-color: #004499; }
::-moz-selection{ color: #ffffff; background-color: #004499; }




.scrollToTop {
	width: 75px;
	height: 75px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	top: 40px;
	right: 40px;
	display: none;
	background: url(../images/gototop.png);
	z-index: 99;
	cursor: pointer;
}



.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px 35px;
	width: 650px;
	max-width: 650px;
	margin: 20px auto;
	border: 1px solid #f4f3f1;
}


.white-popup-chico {
	position: relative;
	background: #FFF;
	padding: 20px 35px;
	width: 430px;
	max-width: 430px;
	margin: 20px auto;
	border: 1px solid #f4f3f1;
}

.burbujas1
{
	position: absolute;
	background-image: url(../images/burbujas1.png);
	background-repeat: no-repeat;
	width: 183px;
	height: 140px;
}

.burbujas2
{
	position: absolute;
	background-image: url(../images/burbujas2.png);
	background-repeat: no-repeat;
	width: 309px;
	height: 207px;
}

.header
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}


/*===================================================================================*/
/*  TYPOGRAFIA                                                                       */ 
/*===================================================================================*/


h1 {
	margin-top: 30px;
	color: #333;
	font-weight: 400;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
}

h1  span{
	color: #666666;
	font-weight: 100;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #666666;
}

h2 {	
	margin-top: 5px;
	color: #727272;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}


p { 
	line-height: 22px;
	margin-bottom: 20px; 
}

* p:last-child {  margin-bottom: 0; }
p:empty { display: none; }


b, strong { font-weight: 600; }
small { font-size: 80%; }
cite { font-style: normal; }
em { font-style: italic; }


/*------------------------------------------
	links       
------------------------------------------*/
a { 
	/*color: #ff3333; */
	text-decoration: none; 

	webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	   -ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		   transition: all 0.2s ease;
}

a:after {
	webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	   -ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		   transition: all 0.2s ease;
}

/*a:hover { color: #444; }*/
p a, p a:visited { line-height: inherit; }





a img { 
	border: none; 
	vertical-align: middle;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }







/*===================================================================================*/
/*  FORM                                                                             */ 
/*===================================================================================*/

input[type="text"], 
input[type="email"], 
input[type="password"],
textarea { 
	color: #666666;
	padding: 10px 15px;
	border: none;
	font-size: 12px;
	vertical-align: middle;
	margin: 0;
	background-color: #ffffff;
	border: 1px solid #f8f7f6;
	font-family: 'Open Sans', sans-serif;
}

textarea { width: 100%; }

input[type="text"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus { 
	background-color: #fff;
	border-color: #e9e9e9;
}

label,
select,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 12px;
	color: #666666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 12px;
	color: #666666;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 12px;
	color: #666666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
	font-size: 12px;
	color: #666666;
}



/*------------------------------------------
	clearfix        
------------------------------------------*/

.clearfix:before, 
.clearfix:after { 

	display: table; 
	content: ""; 
	line-height: 0; 
}

.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear:both; }




/*===================================================================================*/
/*  CONSTRUCCION			                                                         */
/*===================================================================================*/

#construccion .redes
{
	position: absolute;
	right: 15px;
	top: 25px;
}

#construccion .redes span
{
	margin-top: 35px;
	margin-left: 10px;
}

#construccion .redes .red
{
	line-height: 62px;
}

#construccion .redes .red span
{
	margin: 6px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}

#construccion .redes .facebook span
{
	background-image: url(../images/facebook.png);
}

#construccion .redes .youtube span
{
	background-image: url(../images/youtube.png);
}



#construccion .cartel
{
	position: absolute;
	top: 130px;
	left: 220px;
	z-index: 15;
	width: 460px;
	padding: 0 30px;
	-webkit-border-radius: 34px;
	   -moz-border-radius: 34px;
		-ms-border-radius: 34px;
		 -O-border-radius: 34px;
			border-radius: 34px;
}

#construccion .cartel .titulo
{
	position: relative;
	margin-bottom: 15px;
}

#construccion .cartel .desc
{
	padding: 30px 0px;
}


#construccion .cartel2
{
	position: absolute;
	top: 330px;
	left: 190px;
	z-index: 15;
	width: 585px;
}

#construccion .cartel2 .water_icon
{
	background-image: url(../images/icono.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 104px;
	height: 102px;
	margin: 25px 30px 25px 0;
}

#construccion .cartel2 .desc
{
	width: 450px;
	padding: 30px 0px;
}

#construccion .cartel2 .titulo
{
	margin: 15px 0;
}

.whatsapp-1{
    color: #333333;
    font-size: 21px;
    font-weight: 700;
    background-image: url(../images/002-whatsapp-1.png);
    background-repeat: no-repeat;
    padding: 14px 0px 12px 57px;
    background-size: contain;
    margin: 50px auto;
    display: block;
    width: 190px;
	
}

/*===================================================================================*/
/*  SECTION                                                                          */
/*===================================================================================*/

.seccion {
	position: relative;
	display: block;
}

.container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
	
.blanco
{
	background-color: #fff; 
}

.gris 
{
	background-color: #f8f8f8; 
}

.oscuro 
{ 
	background-image: url(../images/pattern2.png);		
}

.inline
{
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.inblock
{
	display: block;
}	

.azul
{
	background-color: #024490;
}

.naranja_alpha
{
	background: -moz-linear-gradient(top, rgba(231,111,14,0.85) 0%, rgba(231,111,14,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,111,14,0.85)), color-stop(100%,rgba(231,111,14,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(231,111,14,0.85) 0%,rgba(231,111,14,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(231,111,14,0.85) 0%,rgba(231,111,14,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(231,111,14,0.85) 0%,rgba(231,111,14,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(231,111,14,0.85) 0%,rgba(231,111,14,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e76f0e', endColorstr='#d9e76f0e',GradientType=0 ); /* IE6-9 */
}

.azul_alpha
{
	background: -moz-linear-gradient(top, rgba(0,68,153,0.85) 0%, rgba(0,68,153,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,68,153,0.85)), color-stop(100%,rgba(0,68,153,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,68,153,0.85) 0%,rgba(0,68,153,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,68,153,0.85) 0%,rgba(0,68,153,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,68,153,0.85) 0%,rgba(0,68,153,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,68,153,0.85) 0%,rgba(0,68,153,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9004499', endColorstr='#d9004499',GradientType=0 ); /* IE6-9 */
}


/*===================================================================================*/
/*  MENU                                                                             */
/*===================================================================================*/

	.logo
	{
		position: relative;
		display: block;
		background-image: url(../images/logo.png);
		background-repeat: no-repeat;
		padding: 28px 0;
		background-position: center;
		width: 320px;
		height: 70px;
		    margin: 0 auto;
	}

	.menu {
		position: absolute;
		top: 0px;
		right: 30px;
		height: 126px;
	}

	.menu li {
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
	}

	.menu li a,
	.mobile-menu li a {
		position: relative;
		display: block;
		color: inherit;
		padding: 60px 25px 55px 25px;
	}
	
	.menu .current a,
	.menu a:hover,
	.mobile-menu a:hover,
	.mobile-menu .current a {
		color: #fff;
		background-color: #004499;
	}
			


/*------------------------------------------
	mobile menu        
------------------------------------------*/

	.mobile-btn {
		display: none;
		height: 80px;
		margin-bottom: 0;
		vertical-align: middle;
	}

		.mobile-btn i {
			color: #444;
			width: 35px;
			height: 35px;
			cursor: pointer;
			text-align: center;
			font-size: 28px;
			line-height: 35px;
			float: right;
			position: relative;
			display: block;
			left: 30px;
		}

	.mobile-menu {
		display: none;
		float: right;
		width: 100%;
		margin-bottom: 5px;
		padding-top: 65px;
	}

		.mobile-menu li {
			width: 70%;
			text-align: center;
			margin: 0 auto 5px auto;
			padding-top: 5px;
			border-top: 1px dotted #333333;
			display: block;
			font-family: 'Montserrat', sans-serif;
		}


/*===================================================================================*/
/*  BANNER                                                                           */
/*===================================================================================*/

#banner
{
	position: relative;
	height: 550px;
	width: 100%;
}

#banner .flex-viewport {
	margin: 0 auto;
	display: block;
	/*left: 50%;
	margin-left: -960px;*/
	height:550px;
}

#banner .flex-viewport  li {
	background-size: cover;
	height:550px;
}

#banner .flex-viewport  .slides img {
	width: 100%;
}


#banner .cartel
{
	position: absolute;
	top: 275px;
	z-index: 15;
	width: 520px;
	-webkit-border-radius: 34px;
	   -moz-border-radius: 34px;
		-ms-border-radius: 34px;
		 -O-border-radius: 34px;
			border-radius: 34px;
}

#banner .cartel .water_icon
{
	background-image: url(../images/water_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 104px;
	height: 102px;
	margin: 25px 30px;
}

#banner .cartel .desc
{
	width: 300px;
	padding: 30px 0px;
}

#banner .cartel .titulo
{
	position: relative;
	margin-bottom: 15px;
}


#banner .flex-viewport ul li
{
	position: relative;
}

#banner .flex-viewport ul li a
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
}




/*===================================================================================*/
/*  COMPLEJOS                                                                       */
/*===================================================================================*/


#complejos
{
	padding: 25px 0;
}

#complejos .burbujas1
{
	top: -75px;
	left: 10px;
}

#complejos .burbujas2
{
	top: -80px;
	right: 0;
	width: 220px;
}

#complejos .imagen
{
	background-image: url(../images/complejos.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 301px;
	height: 127px;
}

#complejos .desc
{
	margin: 10px 25px;
}

#complejos .desc .titulo
{
	margin: 15px 0;
}


/*===================================================================================*/
/*  NOSOTROS                                                                       */
/*===================================================================================*/

#nosotros
{
	padding: 60px 0;
}

#nosotros .item
{
	margin-right: 60px;
}

#nosotros .item:last-child
{
	margin-right: 0px;
}

#nosotros .item span
{
	display: block;
	background-image: url(../images/nosotros_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 28px;
	height: 29px;
	margin: 0 auto 30px auto;
}

#nosotros .item .titulo
{
	margin-bottom: 15px;
}


/*===================================================================================*/
/*  NOSOTROS                                                                       */
/*===================================================================================*/

#acerca-de
{
	padding: 60px 0;
}


#acerca-de .desc
{
	margin-left: 75px;
}

/*===================================================================================*/
/*  CARACTERISTICAS                                                                       */
/*===================================================================================*/

#caracteristicas
{
	padding: 60px 0;
}

#caracteristicas .item
{
	padding: 20px 0;
	border-bottom: 2px dashed #e9e9e9;
}

#caracteristicas .item:last-child
{
	border-bottom: none;
}

#caracteristicas .item .titulo
{
	position: relative;
	background-color: #f8f8f8;
	width: 135px;
	height: 75px;
	padding-top: 60px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -O-border-radius: 50%;
			border-radius: 50%;
}


#caracteristicas .item .texto
{
	margin: 50px 0 0 35px;
}

#caracteristicas .imagen span
{
	display: block;
	background-image: url(../images/caracteristicas.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 296px;
	height: 550px;
	margin-left: 35px;
}


/*===================================================================================*/
/*  INFO                                                                             */
/*===================================================================================*/


#info
{
	padding: 60px 0;
	border-top: 1px solid #e1e1e1;
}

#info .logo_pie
{
	position: relative;
	display: block;
	background-image: url(../images/logo_pie.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 259px;
	height: 54px;
}

#info .redes
{
	margin: 10px 0;
}

#info .red
{
	margin: 6px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
}

#info .facebook
{
	background-image: url(../images/facebook.png);
}

#info .youtube
{
	background-image: url(../images/youtube.png);
}

#info .items
{
	margin-top: 20px;
}

#info .item
{
	margin-top: 5px;
}


#info .item img
{
	margin-right: 5px;
}

#info .normas
{
	margin-left: 30px;
}


/*===================================================================================*/
/*  PRODUCTOS                                                                        */
/*===================================================================================*/
#productos .items
{
	margin-bottom: 20px;
}

#productos .item
{
	position: relative;
	width: 295px;
	height: 235px;
	display: inline-block;
	vertical-align: top;
	margin: 30px 50px 20px 0;
	overflow: hidden;
	cursor: pointer;
	
	webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	   -ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		   transition: all 0.2s ease;
		   
	background-color: #f3f3f3;
}

#productos .item:nth-child(3n+0) {
    margin-right: 0;
}

#productos .item .info
{
	position: absolute;
	left: 0; 
	right: 0;
	bottom: -40px;
	height: 60px;
	padding: 20px 15px;
	webkit-transition: all 0.2s ease;
	  -moz-transition: all 0.2s ease;
	   -ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		   transition: all 0.2s ease;
}

#productos .item:hover .info
{
	bottom: 0px;
}

#productos .item .info span
{
	margin-top: 20px;
	display: none;
}

#productos .item:hover .info span
{
	display: block;
}

#productos .item .info .lupa
{
	position: absolute;
	top: 20px;
	right: 25px;
	width: 21px;
	height: 21px;
	background-image: url(../images/lupa.png);
}

#productos .item img
{
	position: absolute;
	left: 0; 
	right: 0;
	bottom: 0;
	top: 0;
	transform: scale(1);
	webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	   -ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		   transition: all 0.3s ease;
}

#productos .item:hover img
{
	transform: scale(1.15);
}

#productos .item a.link
{
	position: absolute;
	left: 0; 
	right: 0;
	bottom: 0;
	top: 0;
}

/*===================================================================================*/
/*  PRODUCTO DETALLE                                                                 */
/*===================================================================================*/

#producto .pv60-70
{
	padding: 60px 0 70px 0;
}


#producto .izquierda
{
	width: 648px;
}

#producto .izquierda img
{
	width: 100%;
}

#producto .derecha
{
	width: 292px;
	margin-left: 60px;
}

#producto .derecha .ficha
{
	line-height: 28px;
	margin: 10px 0;
}

#producto .derecha .ficha span
{
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/tuerca.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	margin-right: 15px;
}

#producto .derecha .item_h
{
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}


/*===================================================================================*/
/*  CLIENTES                                                                         */
/*===================================================================================*/

#clientes .pv60-70
{
	padding: 65px 0 0px 0;
}

#clientes .cliente
{
	width: 500px;
	margin-bottom: 70px;
}

#clientes .cliente .c_info
{
	margin: 25px 40px 0 20px;
}

#clientes .cliente .c_logo
{
	width: 175px;
	height: 100px;
	background-color: #f3f3f3;
	background-position: top center;
}

#clientes .cliente:hover .c_logo
{
	background-position: bottom center;
}

/*===================================================================================*/
/*  POST-VENTA                                                                       */
/*===================================================================================*/

#post-venta .pv60-90
{
	padding: 65px 0 90px 0;
}

#post-venta .item
{
	position: relative;
	display: block;
	padding: 15px 0 15px 60px;
	line-height: 29px;
}

#post-venta .item span
{
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/nosotros_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 28px;
	height: 29px;
	margin-right: 15px;
}


/*===================================================================================*/
/*  CONTACTO                                                                         */
/*===================================================================================*/

#contacto
{
	border-top: 1px solid #ccc;
	padding: 60px 0;
}

#contacto .izquierda
{
	margin-right: 50px;
	margin-bottom: 60px;
} 
#contacto #map_canvas
{
	width: 608px;
	height: 445px;
}

#contacto .item
{
	margin: 40px 0 5px 0;
}
#contacto .item span
{
	display: inline-block;
	vertical-align: top;
	background-position: center;
	background-repeat: no-repeat;
	width: 56px;
	height: 53px;
	margin-right: 15px;
}

#contacto .item.direccion span { background-image: url(../images/dir_ico.jpg); }
#contacto .item.telefono span { background-image: url(../images/tel_ico.jpg); }
#contacto .item.mail span { background-image: url(../images/mail_ico.jpg); }

#contacto  input[type=text]
{
	padding: 12px 20px;
	border: 1px solid #ccc;
	width: 265px;
	margin-right: 15px;
	margin-top: 30px;
}
#contacto  textarea
{
	padding: 12px 20px;
	border: 1px solid #ccc;
	width: 916px;
	height: 100px;
	margin: 30px 0;
	resize: none;
}

#contacto  input[type=submit]
{
	background-color: #e66801;
	border: 1px solid #f2b380;
	border-left: none;
	border-right: none;
	padding: 12px 20px;
	margin-right: 42px;
}

/*===================================================================================*/
/*  FOOTER                                                                           */
/*===================================================================================*/

#footer			
{
	border-top: 1px solid #bfd0e2;
	padding: 20px;
}


#footer a
{
	margin: 0 10px;
}

#footer .bl
{
	border-left: 1px solid #fff;
	padding-left: 10px;
}






[class*="alert-box-"] {
	padding: 15px 30px 15px 15px;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid transparent; 
	width: 911px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


	/*
	 * Notice alert box color
	 */

	.alert-box-notice {
		color: #7f8c8d;
		border-color: #e1e1e1;
		background-color: #fcfcfc;
	}


	/*
	 * Geeral alert box color
	 */

	.alert-box-warning {
		color: #d69a2a;
		border-color: #ffdc7d;
		background-color: #fffce5;
	}


	/*
	 * Error alertbox color
	 */

	.alert-box-error {
		color: #ab6464;
		border-color: #e89494;
		background-color: #ffebe8;
	}


	/*
	 * Success alert box color
	 */

	.alert-box-success {
		color: #598760;
		border-color: #acd6b3;
		background-color: #edfff0;
	}


	/*
	 * Info alert box color
	 */

	.alert-box-info {
		color: #1891a8;
		border-color: #cee1ef;
		background-color: #f0f8ff;
	}


	/*
	 * Alert box close button
	 */
	 
	.alert-close {
		top: 5px;
		right: 5px;
		position: absolute;
		padding: 10px;
		cursor: pointer;
		font-weight: bold;
	}



