@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 #E74C3C;
	text-align: center;
	font-weight: bold;
	font-family: Geosans-Light, sans-serif;
	font-size: 1em;
	color: #fff;
	transition: .5s;
	cursor: pointer;
	background: #E74C3C;
}

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

#white {
	text-align: justify;
	font-family: Geosans-Light, sans-serif;
	font-size: 1.4em;
	color: #fff;
	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;
}

h2 {
	text-align: center;
	font-family: Lato-Light, sans-serif;
	margin-top: -0.5em;
	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;
}

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/arrow2.png') center center;
}

#arrow2 {
	background: url('images/arrow2.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/arrow.png') center center;
}

#arrow3 {
	background: url('images/arrow4.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/arrow3.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;
}

/* Top */

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

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



/* Menu */

@media only screen and (min-width: 737px) {

#menu2 {
  	display: none;
}

/* Banner */

#banner {
	display: none;
}

}

/* iPad */

@media only screen and (min-width: 1024px) {

#menu2 {
  	display: none;
}

}

#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;
}

/* Slider */

#slider {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  width: 100%
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 500px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 1;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

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

/* About */

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

/* 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: 5em 2em 5em 2em;
}

#servicios-contenido {
	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;
}

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

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

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

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

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

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

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

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

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

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

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

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