@charset "utf-8";

/* Fuentes */

@font-face {
    font-family: "Lato-Light";
    src: url(fonts/Lato-Light.ttf) format("TrueType");
}

@font-face {
    font-family: "Lato-Regular";
    src: url(fonts/Lato-Regular.ttf) format("TrueType");
}

@font-face {
    font-family: "Geosans-Light";
    src: url(fonts/Geosans-Light.ttf) format("TrueType");
}

/* Cargador */

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/load.gif') 50% 50% no-repeat rgb(255,255,255);
}

body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

#boton {
	padding: 0.5em 1em 0.5em 1em;
	margin: 1em 0 2em 0;
	border: 2px solid #79980d;
	text-align: center;
	font-weight: bold;
	font-family: Geosans-Light, sans-serif;
	font-size: 1em;
	color: #fff;
	transition: .5s;
	cursor: pointer;
	background: #79980d;
}

#boton:hover {
	border: 2px solid #79980d;
	background: #fff;
	color: #555;
}

#black {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.2em;
	margin-top: -1em;
	vertical-align: top;
	color: #555;
	transition: .5s;
}

#white {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.2em;
	margin-top: -1em;
	vertical-align: top;
	color: #fff;
	transition: .5s;
}

#whitefrase {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.2em;
	margin-top: 1em;
	vertical-align: top;
	color: #fff;
	transition: .5s;
	max-width: 60%
}

#textoinicio {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.4em;
	color: #444;
	transition: .5s;
}

p {
	text-align: justify;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.4em;
	color: #444;
	transition: .5s;
}

em {
	font-family: Geosans-Light, sans-serif;
	text-align: center;	
	font-size: 1.4em;
	color: #fff;
	font-style: normal;
}

span {
	font-family: Geosans-Light, sans-serif;
	text-align: center;	
	font-size: 1em;
	color: #fff;
	margin-top: 1em;
}

h1 {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.3em;
	color: #333;
	letter-spacing: 0.05em;
	transition: .5s;
	margin-top: -1em;
}

h2 {
	text-align: center;
	font-family: Lato-Light, sans-serif;
	margin-top: 1em;
	font-size: 1.7em;
	color: #333;
	transition: .5s;
}

h3 {
	text-align: center;
	font-family: Lato-Light, sans-serif;
	margin: -1.5em 0 2em 0;
	font-size: 1.7em;
	color: #fff;
	transition: .5s;
}

a {
	color: #fff
}

strong {
	vertical-align: middle;
	font-family: Lato-Light	, sans-serif;
	color: #fff;
	font-size: .65em;
	letter-spacing: 0.05em;
	display: inline-block;
}

h4 {
	vertical-align: middle;
	font-family: Lato-Light	, sans-serif;
	color: #fff;
	margin: 0 5em .7em .5em;
	font-size: .65em;
	letter-spacing: 0;
	display: inline-block;
}

h5 {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.2em;
	color: #333;
	margin-top: -2em;
	transition: 0.5s;
}

h6 {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.3em;
	color: #fff;
	letter-spacing: 0.05em;
	transition: .5s;
	margin-top: -1em;
}

#titulo {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.3em;
	color: #fff;
	letter-spacing: 0.05em;
	transition: .5s;
}

#seccionest {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.5em;
	color: #fff;
	letter-spacing: 0.05em;
	transition: .5s;
	margin: 0.05em 0 1em 0;
}

#seccionest2 {
	text-align: center;
	font-family: Geosans-Light, sans-serif;
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.05em;
	transition: .5s;
	margin: -1em 0 1em 0;
}

hr {
	width: 18em;
	margin: 1em auto 2em auto;
	border: 0;
    border-bottom: 0.2em dashed #fff;
    background: #3498DB;
}

/* Arrow */

#arrow {
	background: url('images/arrow.png') no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	left:50%; 
    margin-left: -50px;
	margin-top: -3.5em;
	transition: .8s;
}

#arrow:hover {
	background: url('images/arrow02.png') center center;
}

#arrow2 {
	background: url('images/arrow.png') no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	left:50%; 
    margin-left: -50px;
	margin-top: -3.5em;
	transition: .8s;
}

#arrow2:hover {
	background: url('images/arrow2.png') center center;
}

#arrow3 {
	background: url('images/arrow3.png') no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	left:50%; 
    margin-left: -50px;
	margin-top: -3.5em;
	transition: .8s;
}

#arrow3:hover {
	background: url('images/arrow4.png') center center;
}

#arrow4 {
	background: url('images/arrow5.png') no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	left:50%; 
    margin-left: -50px;
	margin-top: -3em;
	transition: .8s;
}

#arrow4:hover {
	background: url('images/arrow6.png') center center;
}

#arrow5 {
	background: url('images/arrow4.png') no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	left:50%; 
    margin-left: -50px;
	margin-top: -3em;
	transition: .8s;
}

#arrow5:hover {
	background: url('images/arrow8.png') center center;
}

#arrow6 {
	background: url('images/arrow8.png') no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	left:50%; 
    margin-left: -50px;
	margin-top: -3em;
	transition: .8s;
}

#arrow6:hover {
	background: url('images/arrow.png') center center;
}

/* Top */

#top {
	width: 100%;
	background: #444;
	text-align: right;
}

#phone {
	margin: 0.5em 0 0 0;
	width: 15px;
	height: 15px;
}

#centrar {
  	display: flex;
  	justify-content: center;
}

.active, #menu ul li a:hover  {
    color: #3498DB;

}

#menu {
	width: 100%;
	position: fixed;
	background: rgba(255,255,255,0.85);
	z-index: 2;
}

#menu ul {
	text-align:center;
}

#menu li {
	display: inline-block;
}

#menu li a {
	text-decoration: none;
	font-family: Lato-Regular, sans-serif;
	font-size: 0.85em;
	color: #333;
	margin: 0.7em;
	text-transform: uppercase;
	transition: .3s;
}

#menu li a:hover {
	color: #3498DB;
}

/* Banner */

#banner {
	    background: url('images/banner.jpg') no-repeat fixed;
	    background-position: center center;
	    background-size: cover;
	    padding: 15em 15em 8em 15em;
}

/* About */

#about-contenido {
	padding: 5em 22em 5em 22em;
}

#final-contenido {
	padding: 5em 22em 5em 22em;
}

#final-contenido2 {
	padding: 5em 20em 0em 20em;
}

/* it */

#it-contenido {
	padding: 5em 2em 5em 2em;
	background: #97bf0d;
}

#optimizado-contenido {
	padding: 5em 2em 5em 2em;
	background: #E74C3C;
}

#continuidad-contenido {
	padding: 5em 2em 5em 2em;
	background: #2C3E50;
}



/* Info */

.mascara {
	background: rgba(0, 0, 0, 0.1);
	background-image: url('images/mascara.png');
}

#contenedor {
	padding: 5em 10em 5em 10em;	
}

#info-contenido {
	background: url("images/banner2.jpg") no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

/* Servicios */

#servicios {
	padding: 1em 2em 5em 2em;
}

#servicios-contenido {
	text-align: center;	
}

#servicios2 {
	padding: 1em 2em 5em 2em;
}

#servicios-contenido2 {
	text-align: center;	
}

.container {
	display: inline-block;
  	width: 250px;
 	height: 250px;
	margin: 0.5em;
}

.div-img.hidden {
 	 overflow: hidden;
}

.div-img .img {
 	 display: block;
 	 margin-left: auto;
 	 margin-right: auto;
 	 width: 100%;
 	 transform: translate(0px, 0px);
 	 transition: all 500ms ease-in-out;
}

.div-img .text {
 	 font-family: Lato-Light, sans-serif;
 	 color: #333;
 	 font-size: 1.1em;
 	 position: relative;
 	 z-index: -1;
 	 bottom: 7.5em;
 	 width: 100%;
 	 text-align: center;
}

.div-img:hover .img {
 	 transform: translate(0px, -200px);
}

/* Cloud */

#cloud {
	padding: 3em 18em 5em 18em;
	background: #3498DB;
	background: url("images/cloud.jpg") no-repeat fixed;
    background-position: center center;
    background-size: cover;
}

/* Clientes */

#clientes {
	padding: 5em 15em 2em 15em;
}

/* Contacto */

#contacto-contenido {
	padding: 5em 20em 3em 20em;
}

textarea:focus, input[type=text]:focus, input[type=number]:focus,  input[type=email]:focus{
    outline: none;
	color: #444;
	border: 2px dashed #2980B9;
}

input[type=text] {
	width: 28%;
	margin: 2em auto 0.5em auto;
	padding: 0.5em;
	border: 2px solid #2980B9;
	font-family: Geosans-Light, sans-serif;
	text-align: center;	
	font-size: 1.3em;
}

input[type=number] {
	width: 28%;
	margin: 2em auto 0.5em auto;
	padding: 0.5em;
	border: 2px solid #2980B9;
	font-family: Geosans-Light, sans-serif;
	text-align: center;	
	font-size: 1.3em;
}

input[type=email] {
	width: 28%;
	margin: 2em auto 0.5em auto;
	padding: 0.5em;
	border: 2px solid #2980B9;
	font-family: Geosans-Light, sans-serif;
	text-align: center;	
	font-size: 1.3em;
}

textarea {
	width: 95%;
	display: block;
	margin: 0.5em auto 0.5em auto;
	padding: 0.5em;
	border: 2px solid #2980B9;
	font-family: Geosans-Light, sans-serif;
	text-align: center;	
	font-size: 1.3em;
	resize: none;
}

input[type=submit] {
	width: 99%;
	margin: 1em auto 0.5em auto;
	padding: 0.5em;
	background: #2980B9;
	display: block;
	color: #fff;
	border: 2px solid #2980B9;
	font-family: Geosans-Light, sans-serif;
	text-align: center;	
	font-size: 1.3em;
	transition: .4s;
}

input[type=submit]:hover {
	cursor: pointer;
	background: #E74C3C;
	color: #fff;
	border: 2px solid #E74C3C;
}

iframe {
	margin-bottom: -.20em;
}

/* Footer */

#footer {
	padding: 3em 20em 3em 20em;
	background: #222;
}

#facebook {
	background: url('images/facebook.png') center center no-repeat;
	width: 40px;
	height: 40px;
	transition: .8s;
	display: inline-block;
	margin: 0.25em;
}

#facebook:hover {
	background: rgba(91,117,185,1) url('images/facebook.png') center center no-repeat;
}

#instagram {
	background: url('images/instagram.png') center center no-repeat;
	width: 40px;
	height: 40px;
	transition: .8s;
	display: inline-block;
	margin: 0.25em;
}

#instagram:hover {
	background: rgba(201,61,88,1) url('images/instagram.png') center center no-repeat;
}

#youtube {
	background: url('images/youtube.png') center center no-repeat;
	width: 40px;
	height: 40px;
	transition: .8s;
	display: inline-block;
	margin: 0.25em;
}

#youtube:hover {
	background: rgba(218,59,53,1) url('images/youtube.png') center center no-repeat;
}

/* Secciones */

#seccion1 {
	background: url("images/seccion1.jpg") no-repeat fixed;
    background-position: center center;
    background-size: cover;
    padding: 15em 0 4.5em 0;
}

#about1 {
	padding: 5em 22em 5em 22em;
}

.productos {
	display: inline-block;
}

.productos li {
	display: inline-block;
	margin: auto;
	opacity: 1;
	transition: 0.8s;
	padding: 0em 1em 2em 1em;
	max-width: 40em;
	vertical-align: top;
}

.productos li:hover {
	background: rgba(0,0,0,0.05);
}

li span {
	font-family: lato-light, sans-serif;
	text-align: justify;	
	font-size: 1.1em;
	color: #525252;
}

.productos img {
	display: block;
	margin: auto;
	margin-bottom: 1.5em;
}

.pro {
	display: inline-block;
}

.prod li {
	display: inline-block;
	margin: auto;
	opacity: 1;
	transition: 0.8s;
	padding: 4em 1em 2em 1em;
	max-width: 15em;
	vertical-align: top;
	background: rgba(0,0,0,0.05);
}

.prod li:hover {
	background: rgba(121,152,13,1);
}

.prod2 li {
	display: inline-block;
	margin: auto;
	opacity: 1;
	transition: 0.8s;
	padding: 4em 1em 2em 1em;
	max-width: 15em;
	vertical-align: top;
	background: rgba(0,0,0,0.05);
}

.prod2 li:hover {
	background: rgba(52,152,219,1);
}

.prod2 li {
	display: inline-block;
	margin: auto;
	opacity: 1;
	transition: 0.8s;
	padding: 4em 1em 2em 1em;
	max-width: 15em;
	vertical-align: top;
	background: rgba(0,0,0,0.05);
}

.prod2 li:hover {
	background: rgba(52,152,219,1);
}

.productos2 {
	display: inline-block;
}

.productos2 li {
	display: inline-block;
	margin: auto;
	opacity: 1;
	transition: 0.8s;
	padding: 0em 1em 2em 1em;
	max-width: 20em;
	vertical-align: top;
}

.productos2 li:hover {
	background: rgba(0,0,0,0.05);
}