@charset "utf-8";

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

#arrow {
	display: none;
}

#arrow2 {
	display: none;
}

#arrow3 {
	display: none;
}

#arrow4 {
	display: none;
}

#white {
	font-size: 1.1em;
}

p {
	font-size: 1.1em;
}

em {
	font-size: 1.2em;
}

span {
	font-size: 1em;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

a {
	color: #fff
}

strong {
	font-size: .65em;
}

h4 {
	font-size: .65em;
}

h5 {
	font-size: 0.9em;
	margin-top: -5em;
}

h6 {
	font-size: 1em;
}
	
#menu {
	display: none;
}

#logo {
	height: 250px;
	width: 250px;
	padding: 6em 0 2em 0;
}

hr {
	width: 10em;
}

#logo2 {
	display: none;
}

#centar {
	display: none;
}

#boton {
	padding: 0.5em 1em 0.5em 1em;
	font-size: 1em;
}

#about-contenido {
	padding: 2em;
}

#contenedor {
	padding: 2em;
}

#servicios {
	padding: 2em;
}

#cloud {
	padding: 2em;
}

#ecaldima {
	padding: 2em;
}

#clientes {
	padding: 4em 0 0 0;
}

#contacto-contenido {
	padding: 2em;
}

.container {
  	width: 200px;
 	height: 200px;
}

.div-img .text {
 	 font-size: 1em;
 	 bottom: 7em;
}

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

input[type=text] {
	width: 40%;
	font-size: 1em;
}

input[type=email] {
	width: 40%;
	font-size: 1em;
}

textarea {
	width: 90%;
	font-size: 1em;
}

input[type=submit] {
	width: 95%;
	font-size: 1em;
}

#footer {
	padding: 2em 1em 2em 1em;
	font-size: 1em;
}


/* Menu */

#espaciado {
	display: none;
}

#banner2 {
	display: none;
}

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

#banner-contenido {
	position: relative;
	text-align: center;
}

#logo {
	height: 250px;
	width: 250px;
	padding: 9em 0 6em 0;
}

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

#menu2 ul {
	text-align:center;
}

#menu2 li {
	display: inline-block;
}

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

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

/* Secciones */

#seccion1 {
    padding: 11em 0 3em 0;
}

#about1 {
	padding: 2em 1em 2em 1em;
}

}

/* iPad */

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

#arrow {
	display: none;
}

#arrow2 {
	display: none;
}

#arrow3 {
	display: none;
}

#arrow4 {
	display: none;
}

h4 {
	vertical-align: middle;
	font-family: Lato-Light	, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0 1em .7em .5em;
	font-size: .65em;
}

#logo {
	height: 250px;
	width: 250px;
	padding: 6em 0 2em 0;
}

hr {
	width: 10em;
}

#centar {
	display: none;
}

#boton {
	padding: 0.5em 1em 0.5em 1em;
	font-size: 1em;
}

#about-contenido {
	padding: 4em 2em 2em 2em;
}

#contenedor {
	padding: 2em;
}

#servicios {
	padding: 2em;
}

#cloud {
	padding: 2em;
	background: #3498DB;
}

#ecaldima {
	padding: 2em;
}


#clientes {
	padding: 4em 0 0 0;
}

#contacto-contenido {
	padding: 1em;
}

input[type=text] {
	width: 25%;
	font-size: 1em;
}

input[type=number] {
	width: 25%;
	font-size: 1em;
}

input[type=email] {
	width: 25%;
	font-size: 1em;
}

textarea {
	width: 92%;
	font-size: 1em;
}

input[type=submit] {
	width: 97.5%;
	font-size: 1em;
}

#footer {
	padding: 1em 1em 2em 1em;
	font-size: 1em;
}


/* Menu */

#menu2 {
	width: 100%;
	position: fixed;
	background: rgba(255,255,255,0.85);
	z-index: 1;

}

#menu2 ul {
	margin: 0;
	padding: .5em 0 .5em 0;
}

#menu2 li a {
	margin: 0;
	padding: 0.3em;
	font-size: .7em;
}

/* Secciones */

#seccion1 {
    padding: 11em 0 3em 0;
}

#about1 {
	padding: 2em 1em 2em 1em;
}


}
