/* CSS Document */
@charset "UTF-8";

/* GENERAL (Extra small resolution - mobile first) */

html {
	height: 100%;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

body {
	font-size: 62.5%; /* 1em = 10px*/
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	height: inherit;
	padding: inherit;
	margin: inherit;
}


/* HOME */

#banner {
	width: 100%;
	height: 600px;
	background: #000;
	background-image: url('../images/banner.jpg');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 60px;
}

.clear {
	float: none;
	clear: both;
}

#banner #lang a {
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	font-size: 1.3em;
	color: #ffd400;
	font-weight: 500;
}

#banner #socialmedia {
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#banner #socialmedia .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	font-size: 1.15em;
	text-align: center;
	margin-left: 3px;
	margin-right: 3px;
	color: #007991;
	transition: background-color 0.5s ease, color 0.5s ease;
	-webkit-transition: background-color: 0.5s ease, color 0.5s ease;/* Safari */
	-moz-transition: background-color: 0.5s ease, color 0.5s ease;/* Firefox*/
	-o-transition: background-color: 0.5s ease, color 0.5s ease;/* Opera*/
}

#banner #socialmedia .icon:hover {
	background-color: #ffd400;
	color: #000;
}

#banner #socialmedia .icon i {
	margin-top: 10px;
}

#banner #lang a:hover {
	text-decoration: underline;
}

#banner #callus {
	margin-top: 15px;
	font-weight: 500;
	color: #fff;
	font-size: 2em;
	text-align: center;
}

#banner #logo {
	width: 280px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#banner #logo img,
#banner #copy img {
	width: 100%;
}

#banner #copy {
	width: 80%;
	max-width: 615px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	text-align: center;
}

a.boton,
input[type=submit] {
	width: 160px;
	cursor: pointer;
	border-radius: 8px;
	background-color: #fff;
	padding: 14px 25px 14px 25px;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #035867;
	transition: background-color 0.7s ease, color 0.7s ease;
	-webkit-transition: background-color 0.7s ease, color 0.7s ease;/* Safari */
	-moz-transition: background-color 0.7s ease, color 0.7s ease;/* Firefox*/
	-o-transition: background-color 0.7s ease, color 0.7s ease;/* Opera*/
}

#banner a.boton {
	display: block;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
}

#banner a.boton.first {
	background-color: #ffd400;
	margin-top: 15px;
	margin-bottom: 7px;
	color: #000;
}

#banner a.boton:hover {
	background-color: #000;
	color: #fff;
}

h4 {
	color: #e95b13;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
}

h1 {
	color: #035867;
	font-size: 3.2em;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0px;
}

.box h1 {
	color: #035867;
	text-transform: uppercase;
	font-weight: 600;
}

h3 {
	color: #7bba44;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	font-style: italic;
	margin-top: 15px;
	padding-left: 22%;
	padding-right: 22%;
}

h1,
h3,
h4 {
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

p {
	color: #000;
	font-weight: 300;
	font-size: 1.8em;
	margin-left: 22px;
	margin-right: 22px;
	text-align: center;
}

.box {
	margin: 15px;
	padding: 15px 10px 10px 10px;
	text-align: center;
	border: 1px solid #cedce1;
	border-radius: 3px;
	box-sizing: border-box;
}

.box.one {
	margin-top: 40px;
}

.box i {
	color: #f1940d;
	font-size: 8em;
}

#content2 i {
	color: #148296;
}

#content2 {
	background-color: #035867;
	margin-top: 35px;
	padding-top: 20px;
	padding-bottom: 35px;
	float: none;
	clear: both;
	height: auto;
}

#content2 .box {
	background-color: #fff;
	text-align: center;
	border: none;
}

#content2 h1,
#content2 p {
	color: #fff; /* blanco */
}

#content2 .box h1 {
	color: #035867; /* azul */
}

#content2 .box p {
	color: #000;
}

#content2 h3 {
	color: #ffb400;
}

hr {
	background-color: #f1940d;
	width: 70px;
	height: 2px;
	border: none;
}

#content2 .box a.boton,
input[type=submit] {
	width: 150px;
	background-color: #f1940d;
	color: #fff;
	font-size: 1.5em;
	border-radius: 3px;
	padding: 14px 20px 14px 20px;
	margin-bottom: 10px;
	border: none;
}

#content2 .box a.boton:hover,
input[type=submit]:hover {
	background-color: #148296;
}

#content2 .box a.boton.sm {
	width: 46px;
	padding: 14px 0px 14px 0px;
	margin-left: 2px;
	margin-right: 2px;
	display: inline-block;
	text-align: center;
}

#content2 .box a.boton.sm i {
	color: #fff;
	font-size: 1.4em;
}

#contact {
	background-image: url('../images/contact_m.jpg');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 50px;
	float: none;
	clear: both;
}

#contact form {
	width: 80%;
	margin-top: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#contact form input[type=text],
#contact form input[type=email],
#contact form textarea {
	width: 100%;
	border: none;
	border-bottom: 1px solid #395163;
	background: none;
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	color: #000;
	padding-top: 50px;
	padding-bottom: 5px;
}

#contact form input[type=submit] {
	margin-top: 20px;
	width: 180px;
}

footer {
	width: 96%;
	color: #000;
	font-size: 1.2em;
	text-align: center;
	border-top: 1px solid #395163;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 40px;
}


.message{ max-width: 800px; margin: 30px auto 0 auto; padding: 15px; background: #c9f9d4; color: #999999; text-align: center; }
.margin0{ margin: 0; }
.padding0{ padding: 0; }
.hidden{ display: none; }

































