@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
/* tipografia */
@font-face {
	font-family: opensans-li;
	src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
	font-family: opensans-re;
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: opensans-bo;
	src: url(../fonts/OpenSans-Semibold.ttf);
}
/* end tipografia*/



.contenedor {
	width: 100%;
	overflow: hidden;
}
.contenedor-centro {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
}
.columna-1 {
	width: 100%;
	overflow: hidden;
}
.columna-2 {
	width: 50%;
	overflow: hidden;
}
.columna-3 {
	width: 33.3%;
	overflow: hidden;
}
.columna-4 {
	width: 40%;
	margin-left: 7%;
	overflow: hidden
}
.box {
	float: left;
}
.dos {
	float: right;
	overflow: hidden;
}
.lower {
	padding: 5% 0 6% 0;
}
.lower-2 {
	float: left;
	margin-bottom: 3%;
}
.fondo {
	width: 100%;
	height: 130px;
	border-top: solid 2px #666;
	background-image: url("../images/fondo-01.png");
	margin-top: 50px;
}
/* hover para a */
.bot-caja:hover, .volver-1 a:hover {
	color: #247bba;
	text-decoration: underline;
}
/* ---- ICONOS SUPERIOR ---- */
.barra-superior {
	height: 50px;
	background-color: #515151;
	box-shadow: 2px 2px 5px #999;
}
.iconos-sup {
	width: 100%;
}
.iconos-sup {
	width: 40%;
	float: right;
}
.ico-sup-1 {
    margin-top: 1.5%;
}
.ico-sup-1 a {
	color: #fff;
	float: left;
	margin: 1% 0 0 2%;
	text-decoration: none;
	font-family: opensans-re;
	letter-spacing: 1.2px;
}
.ico-sup-2 p {
	color: #fff;
	float: left;
	font-size: 1.5em;
	margin-left: 2%;
	font-family: opensans-re;
}
.ico-sup-1 i {
	color: #fff;
	float: left;
	margin-left: 5%;
}
.ico-sup-2 i {
	color: #fff;
	float: left;
	margin-left: 5%;
}
.ico-sup-1:hover a {
	color: #aee83d;
	text-decoration: underline;
}
.ico-sup-1:hover i {
	color: #aee83d;
}
/* ---- END ICONOS SUPERIOR ---- */
/* ---- LOGO ---- */
.logo-pri img {
	width: 70%;
	margin: 4% 0 4% 0;
}
/* ---- END LOGO ---- */
/* ----  MENU ---- */
.nav {
	width: 50%; /* al agregar a los clientes cambiar a 85%*/
	position: absolute;
	z-index: 1;
}
.nav li {
	width: 25%; /* al agregar a los clientes restar o sumar  un 1%*/
	height: 80px;
	float: left;
	list-style: none;
	text-align: center;
	background: #f2f2f2;
	border-bottom: solid #ea424a;
}
.nav a {
	text-decoration: none;
	color: #4d4d4d;
	font-family: opensans-li;
	font-size: 0.7em;
}
.nav .fa {
	width: 100%;
	font-size: 30px;
	margin: 7% 0 7% 0;
}
.nav li:hover {
	height: 100px;
	background-color: #fff;
	border-top: solid 1px #b3b3b3;
	border-left: solid 1px #b3b3b3;
	border-right: solid 1px #b3b3b3;
	border-bottom: solid 5px #e42021 !important;
	margin-top: -7px;
	box-sizing: border-box;
}
.nav li:hover .ca-icon {
	color: #e42021;
	font-size: 13px;
	margin-top: 15%;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
#nav-mobile {
	display: none;
	background: url(../images/nav.png) no-repeat center center;
	float: right;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: -80px;
}
/* ---- END MENU ---- */
/* ----  BOTON HOME BAJO DEL HEADER ---- */
.botones {
	width: 100%;
	/*margin-top: 4%;*/
	float: left;
}
.bot-1 {
	width: 50%;
	float: left;
	border: none;
	background-color: #f2f2f2;
	color: #4d4d4d;
	padding: 1% 0 1% 0;
	box-shadow: 2px 2px 5px #ccc;
	font-family: opensans-re;
	margin-bottom: 4%;
	text-decoration: none;
	text-align: center;
}
.bot-1:hover {
	background-color: #247bba;
	color: #fff;
}
/* ---- END BOTON HOME BAJO DEL HEADER ---- */
/* ---- POR QUE ELEGIRNOS  ---- */
/* cajas del home */
.aling {
	/*color: #4d4d4d;*/
	color: #8ebd4b;
	font-family: opensans-re;
	text-align: center;
	width: 100%;
	margin-top: 5%;
}
.al-uno {
	margin-top: 4%;
}
.all-cajas {
	margin: 4% 0 10% 0;
	float: left;
}
.all-cajas a {
	text-decoration: none;
	color: #000;
}
.caja {
	text-align: center;
	margin-top: 10%;
	margin-bottom: 10%;
}
.caja-1{
	text-align: center;

}
.caja-alt {
	height: 320px;
}
.ico-por {
	font-size: 4em;
	color: #8cc63f;
}
.caja h2, .caja-1 h2 {
	font-family: opensans-re;
	/*color: #4d4d4d;*/
	color: #666666;
	padding: 1.5em 0 .5em 0;
}
.caja p, .caja-1 p {
	font-family: opensans-li;
	color: #4d4d4d;
	padding: .5em 1em;
	margin-bottom: 8%;
}
.caja a {
	color: #4d4d4d;
}
.bot-caja {
	background-color: #fff;
}
.box-ho:hover {
	border: solid 1px #999;
	box-sizing: border-box;
	font-size: 1.1em;
	box-shadow: 2px 2px 2px #ccc;
	margin-top: -1%;
}
/* end cajas del home */
/* tabs */
.tabs {
	position: relative;
	margin-bottom: 5%;
	width: 100%;
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 33.3%;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2 {
	left: 410px;
}
.tabs input#tab-3 {
	left: 810px;
}
.tabs label {
	width: 30%;
	height: 40px;
	float: left;
	display: block;
	position: relative;
	padding: 0 20px;
	background: #f3f3f1;
	color: #4d4d4d;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	font-family: opensans-re;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}
.int-tab {
	width: 10%;
	margin: -2% 3%;
}
.tabs label:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}
.tabs input:hover {
	background: #237db9;
	color: #fff;
}
.tabs label:first-of-type {
	z-index: 4;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}
.tab-label-2 {
	z-index: 3;
}
.tab-label-3 {
	z-index: 2;
}
.tabs input:checked + label {
	background: #237db9;
	color: #fff;
	z-index: 6;
}
.clear-shadow {
	clear: both;
}
.content {
	background: #fff;
	position: relative;
	width: 75%;
	height: 300px;
	z-index: 5;
	margin: 4% 12%;
	color: #4d4d4d;
}
.content div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 40px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity linear 0.1s;
	-moz-transition: opacity linear 0.1s;
	-o-transition: opacity linear 0.1s;
	-ms-transition: opacity linear 0.1s;
	transition: opacity linear 0.1s;
}
.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3 {
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: opacity ease-out 0.2s 0.1s;
	-moz-transition: opacity ease-out 0.2s 0.1s;
	-o-transition: opacity ease-out 0.2s 0.1s;
	-ms-transition: opacity ease-out 0.2s 0.1s;
	transition: opacity ease-out 0.2s 0.1s;
}

.content-1 ul li, .content-2 ul li, .content-3 ul li {
	list-style: none;
	height: 400px;
}
.content-1 ul img, .content-2 ul img, .content-3 ul img {
	width: 100%;
}
.dist {
	list-style: none;
}
.content h3 {
	text-align: center;
	font-family: opensans-re;
	margin-bottom: 5%;
}
.content p {
	margin-left: 6%;
	font-family: opensans-li;
}
.ico-por-int {
	font-size: 1.5em;
	margin-right: 5%;
}
.volver {
	width: 100%;
	text-align: center;
	margin-top: 15%;
}
.uno {
	margin-bottom: 10%;
}
.volver a {
	color : #4d4d4d;
	text-decoration: none;
}
.volver i, .volver-1 i {
	margin-right: 1%;
}
/* end tabs */
/* cuadro porque elegirnos */
.eli-ima{
	width: 50%; 	
	float: left;
}
.eli-text{
width: 50%; 
	float:left;
}
/* ---- END POR QUE ELEGIRNOS  ---- */
/* ---- QUINES SOMOS  ---- */
.info-quienes p {
	width: 90%;
	margin-left: 5%;
	font-family: opensans-li;
	padding: 1% 0 1% 0;
}
/* imagen quienes somos */
.fondo2 {
	width: 100%;
	height: 680px;
	background-image: url("../images/slider.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
/* nuestras ventas */
.list {
	width: 100%;
	float: left;
	padding: 8% 0 10% 0;
}
.qui-tit {
	margin-top: 5%;
}
.qui-li i {
	color: #e42021;
	font-size: 18px;
	float: left;
	margin-right: 3%;
}
.list p {
	font-family: opensans-li;
	height: 80px;
	width: 90%;
	font-size: 1em;
}
.list img {
	width: 6%;
	margin: -2% 3%;
}
.air {
	background-color: #f2f2f2;
}
.info2-quienes h3 {
	margin: 10% 0 10% 0;
	font-family: opensans-re;
	list-style: none;
	color: #4d4d4d;
	text-align: center;
}
.info2-quienes img {
	width: 70%;
	margin: 10% 0 5% 25%;
}
.tam {
	width: 90%;
	float: left;
}
.tam i {
	width: 5%;
	float: left;
}
.tam p {
	width: 90%;
	float: left;
}
/* ---- END QUIENES SOMOS  ---- */
/* ---- CLIENTES  ---- */
.cont {
	width: 80%;
	margin: 0 0 10% 20%;
}
.cli {
	width: 85%;
	margin-left: 10%;
	line-height: 2;
	font-family: opensans-li;
	color: #4d4d4d;
}
.cli-2 {
	width: 85%;
	margin-left: 10%;
	line-height: 2;
	font-family: opensans-li;
	color: #fff;
}
/*
.cli li:hover {
	color: #8dbf43;
	text-decoration: underline
}
/* ---- END CLIENTES  ---- */
/* ---- LINEA BLANCA   ---- */
.ima-int img {
	width: 100%;
}
.ima img {
	width: 70%;
	margin-left: 20%;
}
.al-int, .al-int-uno, .al-int-dos {
	color: #8ebd4b;
}
.al-int {
	margin: 6% 0 6% 0;
}
.al-int-uno {
	margin: 5% 0 0 0;
}
.al-int-dos {
	margin: 0 0 3% 0;
}
.servi-uno, .servi-dos {
	height: 300px;
	float: left;
	color: #fff;
}
.servi-uno {
	background-color: #20a3dc;
}
.servi-dos {
	background-color: #237db9;
}
.servi-uno h3, .servi-dos h3 {
	margin-top: 3%;
	margin-bottom: 5%;
	font-family: opensans-re;
	text-align: center;
}
.servi-uno ul, .servi-dos ul {
	font-family: opensans-li;
}
.servi-uno li, .servi-dos li {
	list-style: none;
	margin-left: 30%;
	margin-bottom: 5%;
	letter-spacing: 1px;
}
.servi-uno i, .servi-dos i {
	margin-right: 8%;
}
.al-venta {
	margin-top: 10%;
	float: left;
}
.al-tit {
	padding-top: 6%;
}
.al-log1 img {
	width: 50%;
	padding-left: 50%;
}
.al-log2 img {
	width: 45%;
	padding-top: 3%;
}
.al-texto p {
	margin-top: 5%;
	margin-bottom: 10%;
	color: #4d4d4d;
	font-family: opensans-li;
}
.contact {
	margin-top: 3%;
	padding: 3%;
	text-align: center;
}
.cotizar {
	margin-bottom: 10%;
	text-align: center;
}
.cotizar-2 {
	margin-top: 10%;
	text-align: center;
}
.cotizar-3 {
	margin: 13%;
}
.regis, .regis-2 {
	padding: 1.5% 2%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/*background-color: #009ee2;
	border: solid #009ee2;*/
	background-color: #8ebd4b;
	border: solid #8ebd4b;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 0.8em;
}
.regis-2 {
	margin-top: 2%;
}
.regis-4 {
	padding: 1.5% 5%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/*background-color: #009ee2;
	border: solid #009ee2;*/
	background-color: #fff;
	border: solid #fff;
	color: #8ebd4b;
	text-transform: uppercase;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 0.8em;
}
.regis:hover, .regis-2:hover {
	color: #e42021;
	border: solid #e42021 1px;
	background-color: #fff;
	
}
.regis-3:hover {
	color: #e42021;
	border: solid #e42021;
	background-color: #fff;
	
}
.regis-4:hover{
	color: #e42021;
	background-color: #fff;
}
/* ---- END LINEA BLANCA   ---- */
/* ----  CLIMATIZACION   ---- */
/* seccion venta  */
.cuadro img {
	border-bottom: solid #1d70b7 1px;
}
.cuadro {
	border: solid #ccc 1px;
	width: 90%;
	margin-left: 5%;
	float: left;
}
.cuadro-2 {
	width: 90%;
	margin-left: 5%;
	float: left;
}
.cuadro h3, .cuadro-2 h3 {
	text-align: center;
	font-family: opensans-re;
	color: #8ebd4b;
	margin-top: 4%;
	margin-bottom: 8%;
}
.cuadro p, .cuadro-2 p {
	width: 90%;
	margin-left: 5%;
	font-family: opensans-li;
	margin-top: 3%;
	color: #4d4d4d;
	font-size: 14px;
	margin-bottom: 3%;
}
.cuadro li, .cuadro-2 li {
	margin-left: 8%;
	font-family: opensans-li;
	color: #4d4d4d;
	font-size: 0.8em;
}
.cuad-1 p {
	height: 40px;
	font-size: 0.8em;
}
.spam {
	color: red;
}
.cuad-2 ol {
	font-size: 1em;
	color: #4d4d4d;
	margin-bottom: 8%;
}
.boton {
	border-top: solid #f4f3f1 1px;
}
.bot-mar {
	width: 51%;
	float: right;
}
.bot-mar-1 {
	text-align: center;
	padding: 4%;

}
.boton a {
	text-decoration: none;
	font-size: 12px;
	margin-right: 5%;
	color: #fff;
	/*background-color: #73c9ea;
	border: solid 1px #73c9ea;*/
	background-color: #8ebd4b;
	border: solid 1px #8ebd4b;
	padding: 2% 5%;
}
.boton a:hover {
	box-sizing: border-box;
	/*color: #73c9ea;
	border: solid 1px #73c9ea;*/
	color: #e42021;
	border: solid 1px #e42021;
	background-color: #fff;
	padding: 2% 5%;
}
.proyect {
	margin-top: 8%;
	background-color: #8ebd4b;
}
.proyect h2 {
	margin: 5%;
	text-align: center;
	color: #fff;
	font-family: opensans-re;
}
.proyect h3 {
	text-align: right;
	color: #fff;
	font-family: opensans-re;
	margin-top: 6%;
}
/* seccion proyectos */
.aling-pro {
	color: #fff;
}
#contenedor3 {
	background: url("../images/proyectos2.png") fixed;
	max-height: 100%;
	position: relative;
	margin: 5% 0 0 0;
	padding: 5% 0;
	background-size: cover;
}
.proyect p {
	color: #fff;
	font-family: opensans-li;
}
.boton-1 {
	width: 15%;
	background-color: #fff;
	border: solid 1px #e6e6e6;
	float: right;
	font-size: 12px;
	margin-top: 4%;
}
.boton-1 a {
	text-decoration: none;
	color: #1d70b7;
	margin-left: 7%;
}
.boton-1 i {
	background-color: #73c9ea;
	border: solid 1px #73c9ea;
	color: #fff;
	padding: 5% 10%;
	margin-left: 5%;
}
.boton-1 i:hover {
	box-sizing: border-box;
	color: #73c9ea;
	background-color: #fff;
}
/* seccion mantenimientos (faltantes en climatizacion) */
.cuad-3 .este {
	margin-bottom: 18%;
}
/* seccion servicios */
.serv h4 {
	font-family: opensans-li;
	float: left;
	margin: 10% 0 0 5%;
	color: #fff;
}
.serv i {
	float: left;
	font-size: 3em;
	color: #fff;
	border: solid #fff;
	border-radius: 100%;
	padding: 5%;
	margin-left: 20%;
}
/* ---- END CLIMATIZACION  ---- */
/* ---- PURIFICADOR   ---- */
.pu-ima img {
	width: 100%;
}
.pu-ca {
	margin-bottom: 8%;
}
.pu-tit {
	text-align: center;
	color: #4d4d4d;
	font-family: opensans-re;
	margin-bottom: 8%;
}
.coti-uno {
	padding-top: 8%;
}
.coti-uno p {
	margin-top: 2%;
	color: #4d4d4d;
	font-size: 12px;
	font-family: opensans-re;
}
.cont-fondo {
	background-color: #000;
}
video {
	width: 98%;
	margin-left: 1%;
	margin-top: 1%;
	border: solid 1px #ccc;
}
.vid h2 {
	text-align: center;
	font-family: opensans-re;
	padding: 0 0 2% 0;
	color: #4d4d4d;
}
/* ---- END PURIFICADOR   ---- */

/* ---- CONTACTO  ---- */
.aling-1 {
	margin-top: 5%;
}
.caja-co h2 {
	font-family: opensans-li;
}
.caja-co i {
	color: #8ebd4b;
}
.form-2 {
	width: 100%;
	margin: 5% 25%;
}
.borde-2 {
	width: 50%;
	display: block;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 2%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.borde-3 {
	width: 50%;
	display: block;
	margin: .5em 0 0 0;
}
.borde-uno input:hover {
	color: #1b9e89;
	border: solid 1px #1b9e89;
	background-color: #fff;
}
.regis-3 {
	padding: 0.5% 4%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #8ebd4b;
	border: solid #8ebd4b;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
	margin: 2% 0 5% 18%;
}
.asunto {
	width: 52%;
	margin-bottom: 2%;
	float: left
}
.asu {
	float: left;
	width: 60%;
	margin-bottom: 2%;
	color: #555;
}
/* mensaje gracias */
.gra-text {
	text-align: center;
	margin-top: 8%;
	margin-bottom: 3%;
}
.gra-text h2 {
	color: #247bba;
	font-family: opensans-li;
}
.volver-1 {
	width: 100%;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 5%;
}
.volver-1 a {
	color: #4d4d4d;
	text-decoration: none;
}
/* ---- END CONTACTO  ---- */

/* ---- FOOTER  ---- */

.footer {
	position: absolute;
	bottom: 0;
}
.cont-foo {
	background-color: #8ebd4b;
}
.info {
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	color: #fff;
	margin: 2% 0 2% 0;
}
.info a {
	color: #fff;
	text-decoration: none;
}
.info a:hover {
	color: #aee83d;
}
/* ---- TERMINA FOOTER  ---- */

/******************* COMIENZA RESPONSIVO *******************/

@media only screen and (max-width: 768px) {
.contenedor-centro {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.columna-1 {
	width: 100%;
	overflow: hidden;
}
.columna-2 {
	width: 100%;
	overflow: hidden;
}
.columna-3 {
	width: 100%;
	overflow: hidden;

}
.logo-pri img {
	width: 30%;
	margin: 4% 0 4% 4%;
}
/* menu hambuegueza */
#menu {
	width: 100%;
	padding: 0;
	padding-top: -20px;
}
#nav-mobile {
	display: block;
	height: 30px;
	top: -50px;
}
.nav .fa {
	width: 21% !important;
	   margin: 3% 0 7% 0;
}

#menu ul {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	max-height: 0;
	overflow: hidden;
}
#menu li {
	width: 100%;
	background: #f2f2f2;
	border-bottom: solid 2px #ea424a !important;
	float: none;
	font-size: 1.2em;
}
#menu li:hover {
	height: 90px;
	background-color: #fff;
	border-bottom: solid 2px #ea424a !important;
}
#menu li:hover .ca-icon {
	color: #ea424a;
	font-size: 1.5em;
	margin-top: 15%;
}
#menu ul.open-menu {
	max-height: 550px;
	-webkit-transition: max-height .4s;
	-moz-transition: max-height .4s;
	-ms-transition: max-height .4s;
	-o-transition: max-height .4s;
	transition: max-height .4s;
}
/* slider */
.botones {
	margin-top: 0;
}

/* header suoerior */
.ico-sup-1 i {
	margin-left: 1%;
}
#nav-mobile {
	top: -90px;
}
/* footer */
.info2-quienes img {
	margin: 5% 0 5% 30%;
}
.info {
	font-size: 12px;
}
/* quienes somos */
.fondo {
	margin-top: 0px;
	height: 80px;
}
.fondo h1 {
	font-size: 1.5em;
}
.fondo2 {
	height: 400px;
}
.tam {
	margin-left: 4%;
}
/* climatizacion */
.columna-4 {
	width: 100%;
	margin-left: 1%;
}
.cuadro {
	margin-bottom: 7%;
}
.serv {
	float: left;
	width: 100%;
	margin-bottom: 3%;
}
#contenedor3 {
	max-height: 950px;
}
.proyect h3 {
	text-align: center;
}
.cotizar-3 {
	margin: 11% 30%;
}
.regis-4 {
	padding: 7% 16%;
}
.regis {
	padding: 2.5% 2%
}
/* linea blanca */
.ima img {
	width: 100%;
	margin-left: 7%;
}
.al-log1 img, .al-log2 img {
	padding-left: 25%;
}
.servi-uno, .servi-dos {
	height: 200px;
}
.servi-uno li, .servi-dos li {
	margin-left: 8%;
	margin-bottom: 8%;
}
.servi-uno h3, .servi-dos h3 {
	margin-bottom: 10%;
}
.bot-mar-1 {
	    margin: 10% 0 10% 0;
}
/* purificador */
.al-texto p {
	margin: 5%;
}
.coti-uno {
    padding-top: 20%;
}
.coti-uno p {
	margin-top: 25%;
}
.cotizar {
    margin-bottom: 10%;
}
.vid h2 {
    padding: 10% 0 7% 0;
}
/* contacto */
.form-2 {
	margin: 6% 4%;
}
.borde-2 {
	width: 90%;
	margin-bottom: 6%;
}
.asunto {
	width: 90%;
	margin-bottom: 5%;
}
.borde-3 {
	width: 90%;
}
.enviar.borde-dos {
	width: 90%;
	text-align: center;
}
.regis-3 {
	margin: 0%;
}
iframe {
	height: 400px;
}
/* porque elegirnos */
.tabs label {
    width: 100%
}
.eli-ima{
	width: 100%; 	
	float: left;
}
.eli-text{
width: 100%; 
	float:left;
}



}

@media only screen and (max-width: 630px) {
/* telefono , ubicacion , logo */
.contenedor-centro {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.columna-1 {
	width: 100%;
	overflow: hidden;
}
.columna-2 {
	width: 100%;
	overflow: hidden;
}
.columna-3 {
	width: 60%;
	overflow: hidden;
	margin-left: 20%;
}
.logo-pri img {
	width: 50%;
	margin: 4% 0 4% 4%;
}
/* menu hambuegueza */
#menu {
	width: 100%;
	padding: 0;
	padding-top: -20px;
}
#nav-mobile {
	display: block;
	height: 30px;
	top: -50px;
}
.nav .fa {
	width: 21% !important;
}
#menu ul {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	max-height: 0;
	overflow: hidden;
}
#menu li {
	width: 100%;
	background: #f2f2f2;
	border-bottom: solid 2px #ea424a !important;
	float: none;
	font-size: 1.2em;
}
#menu li:hover {
	height: 90px;
	background-color: #fff;
	border-bottom: solid 2px #ea424a !important;
}
#menu li:hover .ca-icon {
	color: #ea424a;
	font-size: 1.5em;
	margin-top: 15%;
}
#menu ul.open-menu {
	max-height: 550px;
	-webkit-transition: max-height .4s;
	-moz-transition: max-height .4s;
	-ms-transition: max-height .4s;
	-o-transition: max-height .4s;
	transition: max-height .4s;
}
/* slider */
.botones {
	margin-top: 0;
}
}


/**** comienza responsivo movil 600 ****/ 
 @media only screen and (max-width: 600px) {

.columna-3 {
	width: 100%;
	overflow: hidden;
}

#nav-mobile {
	top: -90px;
}
/* footer */
.info2-quienes img {
	margin: 5% 0 5% 30%;
}
.info {
	font-size: 12px;
}
/* titulos */
.fondo {
	height: 70px;
}
/* quienes somos */
.fondo {
	margin-top: 0px;
	height: 80px;
}
.fondo h1 {
	font-size: 1.5em;
}
.fondo2 {
	height: 130px;
}
.tam {
	margin-left: 4%;
}
/* climatizacion */
.columna-4 {
	width: 100%;
	margin-left: 1%;
}
.cuadro {
	margin-bottom: 7%;
}
.serv {
	float: left;
	width: 100%;
	margin-bottom: 3%;
}
#contenedor3 {
	max-height: 950px;
}
.proyect h3 {
	text-align: center;
}
.cotizar-3 {
	margin: 11% 30%;
}
.regis-4 {
	padding: 7% 16%;
}
.regis {
	padding: 2.5% 2%
}
/* linea blanca */
.ima img {
	width: 100%;
	margin-left: 7%;
}
.al-log1 img, .al-log2 img {
	padding-left: 25%;
}
.servi-uno, .servi-dos {
	height: 220px;
}
.servi-uno li, .servi-dos li {
	margin-left: 8%;
	margin-bottom: 8%;
}
.servi-uno h3, .servi-dos h3 {
	margin-bottom: 10%;
}
.bot-mar-1 {
	margin: 3% 0 3% 0;
}
/* purificador */
.al-texto p {
	margin: 5%;
}
.coti-uno p {
	margin-top: 10%;
}
/* contacto */


.form-2 {
	margin: 6% 4%;
}
.borde-2 {
	width: 90%;
	margin-bottom: 6%;
}
.asunto {
	width: 90%;
	margin-bottom: 5%;
}
.borde-3 {
	width: 90%;
}
.enviar.borde-dos {
	width: 90%;
	text-align: center;
}
.regis-3 {
	margin: 0%;
}
iframe {
	height: 400px;
}

 /**** termina responsivo movil 600 ****/ 	 
 }
 
/**** comienza responsivo movil 568 ****/ 
 @media only screen and (max-width: 568px) {
.columna-3 {
	width: 60%;
	overflow: hidden;
	margin-left: 20%;
}

#nav-mobile {
	top: -60px;
}
/* footer */
.info2-quienes img {
	margin: 5% 0 5% 30%;
}
.info {
	font-size: 12px;
}
/* titulos */
.fondo {
	height: 70px;
}
/* quienes somos */
.fondo {
	margin-top: 0px;
	height: 80px;
}
.fondo h1 {
	font-size: 1.5em;
}
.fondo2 {
	height: 280px;
}
.tam {
	margin-left: 4%;
}
/* climatizacion */
.columna-4 {
	width: 100%;
	margin-left: 1%;
}
.cuadro {
	margin-bottom: 7%;
}
.serv {
	float: left;
	width: 100%;
	margin-bottom: 3%;
}
#contenedor3 {
	max-height: 950px;
}
.proyect h3 {
	text-align: center;
}
.cotizar-3 {
	margin: 11% 30%;
}
.regis-4 {
	padding: 7% 16%;
}
.regis {
	padding: 2.5% 2%
}
/* linea blanca */
.ima img {
	width: 100%;
	margin-left: 7%;
}
.al-log1 img, .al-log2 img {
	padding-left: 25%;
}
.servi-uno, .servi-dos {
	height: 220px;
}
.servi-uno li, .servi-dos li {
	margin-left: 8%;
	margin-bottom: 8%;
}
.servi-uno h3, .servi-dos h3 {
	margin-bottom: 10%;
}
.bot-mar-1 {
	margin: 3% 0 3% 0;
}
/* purificador */
.al-texto p {
	margin: 5%;
}
.coti-uno {
    padding-top: 20%;
}
.coti-uno p {
	margin-top: 25%;
}
.cotizar {
    margin-bottom: 10%;
}
.vid h2 {
    padding: 10% 0 7% 0;
}	
/* contacto */
.form-2 {
	margin: 6% 4%;
}
.borde-2 {
	width: 90%;
	margin-bottom: 6%;
}
.asunto {
	width: 90%;
	margin-bottom: 5%;
}
.borde-3 {
	width: 90%;
}
.enviar.borde-dos {
	width: 90%;
	text-align: center;
}
.regis-3 {
	margin: 0%;
}
iframe {
	height: 400px;
}

 /**** termina responsivo movil 568 ****/ 
 }
 
/**** comienza responsivo movil 480 ****/ 
 @media only screen and (max-width: 480px) {
/* telefono , ubicacion , logo */
.contenedor-centro {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.columna-1 {
	width: 100%;
	overflow: hidden;
}
.columna-2 {
	width: 100%;
	overflow: hidden;
}
.columna-3 {
	width: 100%;
	overflow: hidden;

}
.logo-pri img {
	width: 50%;
	margin: 4% 0 4% 4%;
}
/* menu hambuegueza */
#menu {
	width: 100%;
	padding: 0;
	padding-top: -20px;
}
#nav-mobile {
	display: block;
}
.nav .fa {
	width: 21% !important;
}
#menu ul {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
	max-height: 0;
	overflow: hidden;
}
#menu li {
	width: 100%;
	background: #f2f2f2;
	border-bottom: solid 2px #009ee2 !important;
	float: none;
	font-size: 1.2em;
}
#menu li:hover {
	height: 90px;
	background-color: #fff;
	border-bottom: solid 2px #ea424a !important;
}
#menu li:hover .ca-icon {
	color: #ea424a;
	font-size: 1.5em;
	margin-top: 15%;
}
#menu ul.open-menu {
	max-height: 550px;
	-webkit-transition: max-height .4s;
	-moz-transition: max-height .4s;
	-ms-transition: max-height .4s;
	-o-transition: max-height .4s;
	transition: max-height .4s;
}
.botones {
	margin-top: 0%;
}
.aling {
	font-size: 1.2em;
}
/* porque elegirnos */
.box {
	margin-bottom: 0%;
}
.caja h2 {
	font-size: 1em;
}
.caja p {
	margin-bottom: 2%;
	font-size: .8em;
}
.bot-caja {
	font-size: .8em;
}
.info2-quienes h3 {
	text-align: center;
	margin: 5% 0 0 2%;
}
.caja {
	text-align: center;
	height: 220px;
}
.box-ho:hover {
	border: solid 1px #999;
	box-sizing: border-box;
	font-size: 1.1em;
	box-shadow: 2px 2px 2px #ccc;
	margin-left: 5%;
	width: 90%;
}
.serv i {
	margin-left: 0%;
}
/**** termina responsivo movil 480 ****/ 
}



/**** comienza responsivo movil 414 ****/ 
 @media only screen and (max-width: 414px) {
.columna-3 {
	width: 100%;
	overflow: hidden;
}
#nav-mobile {
	top: -70px;
}
#menu li {
	border-bottom: solid 2px #009ee2 !important;
}
#menu li:hover {
	border-bottom: solid 2px #ea424a !important;
}
#menu li:hover .ca-icon {
	color: #ea424a;
}
/* footer */
.info2-quienes img {
	margin: 5% 0 5% 30%;
}
.info {
	font-size: 12px;
}
/* titulos */
.fondo {
	height: 70px;
}
/* quienes somos */
.fondo {
	margin-top: 0px;
	height: 80px;
}
.fondo h1 {
	font-size: 1.5em;
}
.fondo2 {
	height: 200px;
}
.tam {
	margin-left: 4%;
}
/* climatizacion */
.columna-4 {
	width: 100%;
	margin-left: 1%;
}
.cuadro {
	margin-bottom: 7%;
}
.serv {
	float: left;
	width: 100%;
	margin-bottom: 3%;
}
#contenedor3 {
	max-height: 950px;
}
.proyect h3 {
	text-align: center;
}
.cotizar-3 {
	margin: 11% 30%;
}
.regis-4 {
	padding: 7% 16%;
}
.regis {
	padding: 2.5% 2%
}
/* linea blanca */
.ima img {
	width: 100%;
	margin-left: 7%;
}
.al-log1 img, .al-log2 img {
	padding-left: 25%;
}
.servi-uno, .servi-dos {
	height: 220px;
}
.servi-uno li, .servi-dos li {
	margin-left: 8%;
	margin-bottom: 8%;
}
.servi-uno h3, .servi-dos h3 {
	margin-bottom: 10%;
}
.bot-mar-1 {
	margin: 3% 0 3% 0;
}
/* purificador */
.al-texto p {
	margin: 5%;
}
.coti-uno {
    padding-top: 20%;
}
.coti-uno p {
	margin-top: 25%;
}
.cotizar {
    margin-bottom: 10%;
}
.vid h2 {
    padding: 10% 0 7% 0;
}
/* contacto */
.form-2 {
	margin: 6% 4%;
}
.borde-2 {
	width: 90%;
	margin-bottom: 6%;
}
.asunto {
	width: 90%;
	margin-bottom: 5%;
}
.borde-3 {
	width: 90%;
}
.enviar.borde-dos {
	width: 90%;
	text-align: center;
}
.regis-3 {
	margin: 0%;
}
iframe {
	height: 400px;
}
/* porque elegirnos 
.tabs label {
    width: 100%
}
.eli-ima{
	width: 100%; 	
	float: left;
}
.eli-text{
width: 100%; 
	float:left;
}
.serv i {
	margin-left: 0%;
}
*/
/**** termina responsivo movil 414  ****/ 
}


/**** comienza responsivo movil 375  ****/ 
 @media only screen and (max-width: 375px) {
.columna-3 {
	width: 100%;
	overflow: hidden;
}
#nav-mobile {
	top: -70px;
}
#menu li {
	border-bottom: solid 2px #009ee2 !important;
}
#menu li:hover {
	border-bottom: solid 2px #ea424a !important;
}
#menu li:hover .ca-icon {
	color: #ea424a;
}
/* footer */
.info2-quienes img {
	margin: 5% 0 5% 30%;
}
.info {
	font-size: 12px;
}
/* titulos */
.fondo {
	height: 70px;
}
/* quienes somos */
.fondo {
	margin-top: 0px;
	height: 80px;
}
.fondo h1 {
	font-size: 1.5em;
}
.fondo2 {
	height: 130px;
}
.tam {
	margin-left: 4%;
}
/* climatizacion */
.columna-4 {
	width: 100%;
	margin-left: 1%;
}
.cuadro {
	margin-bottom: 7%;
}
.serv {
	float: left;
	width: 100%;
	margin-bottom: 3%;
}
#contenedor3 {
	max-height: 950px;
}
.proyect h3 {
	text-align: center;
}
.cotizar-3 {
	margin: 11% 30%;
}
.regis-4 {
	padding: 7% 16%;
}
.regis {
	padding: 2.5% 2%
}
/* linea blanca */
.ima img {
	width: 100%;
	margin-left: 7%;
}
.al-log1 img, .al-log2 img {
	padding-left: 25%;
}
.servi-uno, .servi-dos {
	height: 220px;
}
.servi-uno li, .servi-dos li {
	margin-left: 8%;
	margin-bottom: 8%;
}
.servi-uno h3, .servi-dos h3 {
	margin-bottom: 10%;
}
.bot-mar-1 {
	margin: 3% 0 3% 0;
}
/* purificador */
.al-texto p {
	margin: 5%;
}
.coti-uno {
    padding-top: 20%;
}
.coti-uno p {
	margin-top: 25%;
}
.cotizar {
    margin-bottom: 10%;
}
.vid h2 {
    padding: 10% 0 7% 0;
}
/* contacto */
.form-2 {
	margin: 6% 4%;
}
.borde-2 {
	width: 90%;
	margin-bottom: 6%;
}
.asunto {
	width: 90%;
	margin-bottom: 5%;
}
.borde-3 {
	width: 90%;
}
.enviar.borde-dos {
	width: 90%;
	text-align: center;
}
.regis-3 {
	margin: 0%;
}
iframe {
	height: 400px;
}
/* porque elegirnos */
.tabs label {
    width: 100%
}
.eli-ima{
	width: 100%; 	
	float: left;
}
.eli-text{
width: 100%; 
	float:left;
}
.serv i {
	margin-left: 0%;
}

/**** termina responsivo movil 375  ****/ 
}


/**** comienza responsivo movil 320  ****/ 
 @media only screen and (max-width: 320px) {
/* header suoerior */
.columna-3 {
	width: 100%;
	overflow: hidden;

}
.ico-sup-1 i {
	margin-left: 1%;
}
#nav-mobile {
	top: -60px;
}
#menu li {
	border-bottom: solid 2px #009ee2 !important;
}
#menu li:hover {
	border-bottom: solid 2px #ea424a !important;
}
#menu li:hover .ca-icon {
	color: #ea424a;
}
/* footer */
.info2-quienes img {
	margin: 5% 0 5% 30%;
}
.info {
	font-size: 12px;
}
/* quienes somos */
.fondo {
	margin-top: 0px;
	height: 80px;
}
.fondo h1 {
	font-size: 1.5em;
}
.fondo2 {
	height: 130px;
}
.tam {
	margin-left: 4%;
}
/* climatizacion */
.columna-4 {
	width: 100%;
	margin-left: 1%;
}
.cuadro {
	margin-bottom: 7%;
}
.serv {
	float: left;
	width: 100%;
	margin-bottom: 3%;
}
#contenedor3 {
	max-height: 950px;
}
.proyect h3 {
	text-align: center;
}
.cotizar-3 {
	margin: 11% 30%;
}
.regis-4 {
	padding: 7% 16%;
}
.regis {
	padding: 2.5% 2%
}
/* linea blanca */
.ima img {
	width: 100%;
	margin-left: 7%;
}
.al-log1 img, .al-log2 img {
	padding-left: 25%;
}
.servi-uno, .servi-dos {
	height: 200px;
}
.servi-uno li, .servi-dos li {
	margin-left: 8%;
	margin-bottom: 8%;
}
.servi-uno h3, .servi-dos h3 {
	margin-bottom: 10%;
}
.bot-mar-1 {
	    margin: 10% 0 10% 0;
}
/* purificador */
.al-texto p {
	margin: 5%;
}
.coti-uno {
    padding-top: 20%;
}
.coti-uno p {
	margin-top: 25%;
}
.cotizar {
    margin-bottom: 10%;
}
.vid h2 {
    padding: 10% 0 7% 0;
}
/* contacto */
.form-2 {
	margin: 6% 4%;
}
.borde-2 {
	width: 90%;
	margin-bottom: 6%;
}
.asunto {
	width: 90%;
	margin-bottom: 5%;
}
.borde-3 {
	width: 90%;
}
.enviar.borde-dos {
	width: 90%;
	text-align: center;
}
.regis-3 {
	margin: 0%;
}
iframe {
	height: 400px;
}
/* porque elegirnos */
.tabs label {
    width: 100%
}
.eli-ima{
	width: 100%; 	
	float: left;
}
.eli-text{
width: 100%; 
	float:left;
}
.serv i {
	margin-left: 0%;
}

/**** termina responsivo movil 320  ****/ 
}
.cort{
	color: #666666 !important;
    border: solid 2px;
    margin-bottom: 0;
    width: 5%;
    margin-left: 47%;
    padding: 0px;
}
.text{
	text-align: center;
}
.ima-3{
	width:50%;
	display:block;
    margin:auto;
}
