﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xmqt3f');
  src:  url('../fonts/icomoon.eot?xmqt3f#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xmqt3f') format('truetype'),
    url('../fonts/icomoon.woff?xmqt3f') format('woff'),
    url('../fonts/icomoon.svg?xmqt3f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}




body{
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}


#cintillo{
	background: black;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1200px;
	margin: 0 auto;
}

#cintillo-conten span{
	color: white;
	font-size: 18px;
	float: left;
	margin: 0 50px 0 0;
	padding: 10px 0;
}

#cintillo-conten span a{
	color: white;
}

#cintillo-conten span img{
	width: 25px;
	float: right;
	margin: -4px 0 0 10px;
}

.right{
	float: right !important;
	margin: 0 !important;
}


#cabecera{
	width: 100%;
	float: left;
	padding: 10px 0;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 20%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#logotipo strong{
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
}

#menu{
	width: 70%;
	float: right;
	margin: 37px 0 0 0;
}

#menu-r{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 19px;
	padding: 15px 0;
	cursor: pointer;
	display: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 13.28%;
	float: left;
	margin: 0 0 0 1%;
}

.menu{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 19px;
	float: left;
	padding: 15px 0;
}

.menu:hover, .activo, #menu-r:hover{
	background: #2db24b;
	color: white;
}


#efecto{
	width: 100%;
	float: left;
}


#contenido{
	width: 1200px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.titulo{
	width: 100%;
	color: #2db24b;
	color: blue;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}

.cuadro{
	width: 24%;
	float: left;
}

.enmedio{
	margin: 0 1%;
}

.imagen-cuadro{
	width: 100%;
	text-align: center;
	float: left;
	overflow: hidden;
}
.imagen-cuadro img{
	height: 270px;
}

.titulo-cuadro{
	background: #2db24b;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 12px 0;
}

#anuncio{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: white;
	float: left;
	padding: 12px 0;
}

#anuncio-conten{
	width: 1200px;
	margin: 0 auto;
}


#marcas{
	width: 100%;
	float: left;
}


#anuncio{
	background: #2db24b;
	width: 100%;
	text-shadow: 2px 2px 2px black;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	float: left;
	padding: 20px 0;
}

#anuncio-conten{
	width: 1200px;
	margin: 0 auto;
}

#anuncio img{
	width: 70%;
}


#cabecera-ayuda{
	width: 100%;
	height: 200px;
	float: left;
}

.cabecera-nosotros{
	background: url(../images/cabecera-ayuda-nosotros.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.cabecera-tuberias{
	background: url(../images/cabecera-tuberias.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.cabecera-conexiones{
	background: url(../images/cabecera-conexiones.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.cabecera-valvulas{
	background: url(../images/cabecera-valvulas.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.cabecera-contacto{
	background: url(../images/cabecera-contacto.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.cabecera-incendios{
	background: url(../images/cabecera-incendios.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}


.texto{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 30px 0;
	float: left;
	padding: 12px 0;
}

.parte{
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
}

.seccion{
	width: 62%;
	font-size: 17px;
	line-height: 24px;
	float: left;
}

.mitad{
	width: 50%;
	float: left;
}

.seccion strong{
	color: #2db24b;
	font-size: 23px;
}

.imagen-seccion{
	border: 0px solid red;
	width: 37%;
	text-align: center;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}



#footer{
	background: black;
	width: 100%;
	float: left;
}

#footer a{
	color: white;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	color: white;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 20px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer a{
	color: white;
}

.seccion-footer strong{
	font-size: 23px;
}

.mitad{
	width: 40%;
	float: left;
}

#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
}

@media screen and (max-width: 1200px){
	.d1200, #contacto-mujer{display: none;}

	#cintillo-conten, #cabecera-conten, #contenido, #anuncio-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footer-conten{
		width: 100%;
	}

	#menu{
		width: 80%;
	}

	.imagen-cuadro img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width:1000px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#menu{
		width: 100%;
	}
	#anuncio img{
		width: 100%;
	}
}
@media screen and (max-width:900px){
	.cuadro{
		width: 45%;
		margin: 0 2.5% 30px;
	}
}
@media screen and (max-width:800px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
	#logotipo img{
		width: 50%;
	}
}
@media screen and (max-width:700px){
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width:600px){
	.right{display: none;}
	
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0 !important;
	}

	.cuadro{
		width: 80%;
		margin: 0 10% 30px;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 90%;
	}
}
@media screen and (max-width:500px){
	#logotipo img{
		width: 70%;
	}
	.mitad{
		width: 100% !important;
	}
}
















