﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&display=swap');


html, body {
      margin: 0 auto;
      padding: 0;
      width: 100%;
	box-sizing: border-box;
}

body {
      font-family: "ADLaM Display", system-ui;
      font-style: normal;
      font-weight: 400;
      background: #fff;
}
.wrapper{
	width: 100%;
	margin: 0 auto;
}
header {
      width: 100%;
      height: 140px;
	top: 0;
	position: fixed;
	margin: 0 auto;
      background: #fff;
	z-index: 100;
}
.elevador {
	width: 60%;
	margin: 0 15% 0 25%;
}
.content{
	box-sizing: border-box;
	width: 100%;
	margin: 6em auto 2em auto;
    font-size: 20px;
    line-height: 30px;
	z-index: -200;
	text-align: justify;}

.logo{
	position: fixed;
	max-width: 170px;
	float: left;
	margin: 20px 5%	;
}
.logo img{
	width: 100%;
}

.secciones{
	width: 80%;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 10%;
}

.marcas{
	width: 50%;
	margin: 2em 25% 0 25%;
}

.gris {
	background-color: #f1f1f1;
	padding-top: 2em;
}

.white{
	background-color: #fff;
	padding-top: 2em ;
}
nav {
	position: fixed;
	float: left;
	width: 100%;
	background-color: #fff;
}

nav ul{
	list-style: none;
	overflow: hidden;
	color: #7F7F81;
	text-align: right;
	margin: 0;
	transition: 1s;
}

nav ul li{
	display: inline-block;
	font-family: "ADLaM Display", system-ui;
	padding: 60px 20px;
}

nav ul li a{
	text-decoration: none;
	color: #7F7F81;
	font-family: "ADLaM Display", system-ui;
	font-size: 16px;
	font-weight: 400;
	padding: 30px 0;
}

nav ul li a:hover{
	color: #7AC141;
	font-family: "ADLaM Display", system-ui;
}

nav ul li a:active{
	color: #7AC141;
	font-family: "ADLaM Display", system-ui;
}

nav.black ul{
	background: #fff;
}

.menu-icon {
	width: 100%;
	background: #fff;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 24px;
	cursor: pointer;
	color: #7F7F81;
	display: none;
}

.fullvid{
	width: 60%;
	margin: 3em 20%;
}

h1{
	text-align: center;
	margin: 20px auto;
}

h2{
	font-family: 'ADLaM Display', system-ui;
	font-size: 56%;
	line-height: 1.5;
	text-align: center;
}

h3 {
	font-family: 'ADLaM Display', system-ui;
	font-size: 80%;
	text-align: center;
	font-weight: 300;
	margin: 3em 0 3em 0;
	
}

h4{
	font-family: 'ADLaM Display', system-ui;
	font-style: italic;
	text-align: center;
	margin-top: -10%;
	font-size: 80%;
	color: #1c5961;
}
h5 {
	font-family: 'ADLaM Display', system-ui;
	text-align: center;
	margin-top: -1em;
	color: #434343;
	font-size: 80%;
}

h6 {
	font-family: 'ADLaM Display', system-ui;
	text-align: center;
	margin-top: 2em;
	color: #1c5961;
	text-decoration: none;
	font-weight: 800;
	font-size: 70%;
}

.nombre {
	font-family: 'ADLaM Display', system-ui;
	font-style: italic;
	font-size: .7em;
	text-align: center;
	font-weight: 600;
	width: 95%;
	margin: 0 2.5%;
	color: #7F7E83;
}

.piedefoto {
	font-family: 'Open Sans', sans-serif;
	font-size: .6em;
	line-height: 1.5;
	width: 80%;
	margin: 0 10%;
	text-align: justify;
	font-weight: 400;
	color: #7F7E83;
	
}


h8{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	width: 80%;
	font-weight: 400;
	color: #7F7E83;
}


.texts {
	font-family: 'ADLaM Display', system-ui;
	position: relative;
	text-align: center;
	z-index: 100;
	color: #FFFFFF;
}

.tagline {
	font-size: 25px;
	text-align: center;
	font-family: 'ADLaM Display', system-ui;
	color: #1c5961;
	font-weight: 400;
	margin: 4em 0 0 0;
}

.colored {
	color: #1c5961;
}
.encabezados {
	font-size: 25px;
	margin-bottom: -.1em;
	text-align: center;
	font-family: 'ADLaM Display', system-ui;
	color: #1c5961;
	font-weight: 400;
}
.bluesub {
	font-size: 20px;
	text-align: center;
	font-family: 'ADLaM Display', system-ui;
	color: #1c5961;
	font-weight: 400;
}
.mission {
	text-align: justify;
	width: 500px;
	margin:  30px auto;
	font-size: 15px;
	line-height: 2;
}

.contacto{
	color: #7F7E83;
	text-align: center;
	width: 500px;
	margin: 20px auto;
	font-size: 15px;
	line-height: 1.5;
}

.contactohome{
		color: #7F7E83;
		width: 450px;
		margin: 20px auto;
		text-align: center;
		font-size: 15px;
		line-height: 1.5;
	}
	
.desc{
	color: #7F7E83;
	width: 500px;
	margin: 20px auto;
	font-size: 15px;
	line-height: 1.5;
	vertical-align: middle;
}

.desc ul {
  display: inline-block;
  text-align: center;
  text-decoration:none;
}


.desc li{
	margin: .8em;
	list-style: circle;
	text-align: justify;
	text-decoration:none;
}

.soluciones{
	color: #7F7E83;
	text-align: center;
	max-width: 750px;
	margin: 4em auto;
	font-size: 18px;
	line-height: 1.5;
}


.comunicacion {
	width: 90%;
	margin: 0 5%;
	box-sizing: border-box;
}

.monitor {
	color: #7F7E83;
	text-align: center;
	width: 220px;
	margin: 20px auto;
	font-size: 15px;
	line-height: 1.5;
}
.izq{
	box-sizing: border-box;
	width: 40%;
	margin: 2em 5%;
	display: inline-block;
}

.der{
	box-sizing: border-box;
	width: 40%;
	float: right;
	margin: 2em 5%;
	display: inline-block;
}

.der img{
	width: 50%;
}

.energy {
	width: 60%;
	margin: .7em 20% 0 20%;
}

.green{
	font-size: 25px;
	text-align: center;
	font-family: 'ADLaM Display', system-ui;
	color: #7AC141;
	font-weight: 400;
}

.greensub{
	font-size: 20px;
	text-align: center;
	font-family: 'ADLaM Display', system-ui;
	color: #7AC141;
	font-weight: 400;
}

.blue{
	font-size: 25px;
	text-align: center;
	font-family: 'ADLaM Display', system-ui;
	color: #1c5961;
	font-weight: 400;
}


.valores li{
	list-style: none;
	color: #7F7E83;
	text-align: right;
	font-size: 13px;
	line-height: 1.5;
}
.columnval {
  width: 46%;
	margin: 2em 2%;
	float: left;
	display: inline-block;
}
.column {
	width:  50%;
	float: left;
	padding: 2em 0;
}

.ventas {
	width:  50%;
	float: left;
	padding: 5em 0;
}

.teal{
	background: #f4f7f7;
	color: #1c5961;
	font-size: 1em;
	border: none;
	padding: .5em 0.2em;
	width: auto;
	box-sizing: border-box;
}
.col-md-11{
	margin: 0 auto;
}


.col-md-1{
	width: 30%;
	margin: 1em 10%;
	float: left;
	display: inline-block;
}

.col-md-2{
	width: 45%;
	margin: 1em 2.5%;
	float: left;
	display: inline-block;
}

.col-md-2 img{
	width: 100%;
	margin: 1em 0;
}
.col-md-3{
	width: 45%;
	margin: 1em 2.5%;
	display: inline-block;
}

.col-md-3 img{
	width: 100%;
	margin: 1em 0;
}

.col-md-4{
	width: 45%;
	margin-right: 5%;	
	margin-top: 1.5em;
	float: left;
	display: inline-block;
	box-sizing: border-box;
}

.col-md-5{
	width: 45%;
	margin-left: 5%;
	margin-top: 1.5em;
	float: right;
	display: inline-block;
}

.col-md-6{
	width: 80%;
	margin: 1em 10%;
	float: left;
	display: inline-block;
}

.col-md-8 {
	width: 85%;
}

.col-md-9{
	width: 100%;
	padding: 0;
}

.col-md-12{
	width: 90%;
	margin: 1em 5%;
}

.s1{
	width: 19%;
	margin: 1em 0.5%; 
	float: left;
	text-align: center;
	color: #1c5961;
	text-decoration: none;
	font-weight: 800;
	align-content: center;
	display: block;
	box-sizing: border-box;
	
}

.s1 img{
	align-self: center;
	width: 100%;
}

.button{
	color: #fff;
	border: none;
	background-color: #7AC141;
	padding: .6em;
	float: right;
	font-family: 'ADLaM Display', system-ui;
	font-size: 1em;
}

.clientes {
	padding: 2em 10%;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
}

.clientes ul{
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 0 5%;
}

.clientes ul li{
	width: 15%;
	float: left;
	padding: 0 2%;
}

.clientes img{
	width: 75%;
	float: left;
}

/*slider*/

#slider-cont{
  max-width: 1920px;
  position: relative;
  margin: 2em auto -3em auto;
	z-index: -200;
}

/*servicios*/
.servicios {
	width: 60%;
	padding: 1em 20%;
}
.deux {
    width 50%;
    display: inline-block;
    box-sizing; border-box;
}
.deux img {
    width: 100%;
}

.tres {
	width: 32%;
	display: inline-block;
	box-sizing: border-box;
}
.tres img{
	width: 100%;
}

.obras {
	width: 70%;
	margin: 1em 15%;
}

.listado-der{
	width: 30%;
	margin: 2em 0;
	display: inline-block;
	float: left;
	font-size: .8em;
	text-align: left;
	box-sizing: border-box;

}

.listado-der ul li{
	list-style: none;
}

.listado-izq{
	width: 40%;
	margin: 2em 0;
	display: inline-block;
	float: right;
	font-size: .8em;
	text-align: left;

	box-sizing: border-box;
}

.listado-izq ul li{
	list-style: none;
}
/*contacto*/

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.row-prod{
	width: 100%;
	margin-bottom: 1em;
	margin: 0 auto;
}

.form {
	width: 60%;
	margin: -3em 10% 0 30%;
	color: #1c5961;
}

footer{
	background-color: #7ac141;
	width: 100%;
	color: #fff;
	bottom: 0;
}

.container-footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.copyright {
	width: 50%;
	padding: 10px 30px;
}
.diseno {
	width: 40%;
	text-align: right;
	padding: 10px 30px;
}

.productos{
	width: 90%;
	margin: 0 5%;
	padding: 2em 0%;
}


 .row-prod-gris{
	width: 90%;
	margin: 0 auto;
	background-color: #f1f1f1;
	padding: 2em 5%;
}

/*resp*/
@media(max-width:1024px){
	.logo {
		position: fixed;
		top: 0;
		margin: 20px;
	}
	
	nav ul{
		max-height: 0px;
		background: #fff;
	}
	
	.showing {
		max-height: 80em;
	}
	
	nav ul li {
		box-sizing: border-box;
		width: 100%;
		padding: 24px; 
		text-align: center;
	}
	
	.menu-icon {
		display: block;
		padding: 40px 30px 0 0;
	}
	
	.logo img{
		box-sizing: border-box;
		width: 80%;
	}
	.contacto {
		box-sizing: border-box;
		width: 80%;
		margin: 0 10%;
		padding: 0 15%;
	}
	

	.marcas {
		width: 90%;
		margin: 0 5%;
	}
.secciones{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.col-md-12{
	width: 100%;
	margin: 0 auto;
}
.s1{
	width: 80%;
	margin: 0 10%;
	display: inline-block;
}
	
	.s1 img{
		width: 80%;
	}
	
	.s1 h2{
		width: 80%;
		text-align: center;
		padding: 0 10%;
	}
	.tres {
	width: 30%;
	display: inline-block;
	box-sizing: border-box;
}
	.servicios {
	width: 80%;
	padding: 1em 10%;
}
	
	.izq {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	
	.der{
		width: 100%;
		margin: 0 auto;
		display: block;
		
	}
	.der img{
		width: 60%;
		margin: 0 20% 3em 20%;
	}
	
	.column {
		width: 100%;
		margin: 2em 0%;
	}
	
	.form {
		width: 80%;
		margin: 0 10%;
	}
	
	.col-md-2 {
		width: 80%;
		margin: 2em 10%;
	}
	.col-md-3 {
		width: 80%;
		margin: 2em 10%;
	}
	.ventas {
	width:  80%;
	margin: 0 10%;
	float: left;
	padding: 5em 0;
}

	.desc{
		width: 80%;
		margin: 1.2em 10%;
	}
}


@media screen and (max-width:  720px) {
  .column {
    width: 100%;
  }
	.tres {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
	.form{
		width: 80%;
		margin: 0 10%;
	}

	.col-md-2 {
		width: 100%;
		margin: 0 auto;
	}
	.col-md-3 {
	width: 100%;
		margin: 0 auto;
	}
	
	.desc{
		width: 80%
		margin:0 10%;
	}
	.obras {
		display: none;
	}
	.elevador img{
		width: 100%;
	}
	.contactohome{
		width: 80%;
		text-align: left;
		margin: 1em 10%;
		font-size: 15px;
		line-height: 1.5;
		color: #7F7E83;
	}
	.soluciones {
		width: 80%;
		margin: 4em 10%;
		text-align: center;
		font-size: 16px;
	}
	.fullvid{
	width: 80%;
	margin: 3em 10%;
}
}


/*deco*/

.rectangle2 {
  width: 100%;
	margin-top: 5em;
  height: 1.5em;
	z-index: -100;
	position: absolute;
	float: left;
}

/* LISTA ACTIVA*/
.listactive {
	color: #7ac141;
}

/* SLIDESHOW */
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 6.5));
		transform: translateX(calc(-100%));
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 6.5));
		transform: translateX(calc(-100%));
	}
}

.slider {
	background: #f1f1f1;
	height: 240px;
	margin: 3em 10%;
	overflow: hidden;
	position: relative;
	width: 80%;
	display:flex
}

	.slider::before, .slider::after {
		background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(rgba(241, 241, 241, 0)));
		background: linear-gradient(to right, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
		content: "";
		height: 220px;
		position: absolute;
		width: 200px;
		z-index: 2;
	}

	.slider::after {
		right: 0;
		top: 0;
		-webkit-transform: rotateZ(180deg);
		transform: rotateZ(180deg);
	}

	.slider::before {
		left: 0;
		top: 0;
	}	

	.slider .slide-track {
		-webkit-animation: scroll 20s linear infinite;
		animation: scroll 20s linear infinite;
		display: -webkit-box;
		display: flex;
		width: calc(275px * 14);
	}

	.slider .slide {
		height: 100px;
		width: 275px;
		
	}
	.slide img{
		width: 100%;
	}

	
		
	
	::placeholder {
  color: #1c5961 !important;
  font-family: 'ADLaM Display', system-ui;
  font-size: 15px !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #1c5961 !important;
 font-family: 'ADLaM Display', system-ui;
 font-size: 15px !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #1c5961 !important;
 font-family: 'ADLaM Display', system-ui;
 font-size: 15px !important;
}