@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext');
body {
	background-color: #ffffff;
	font-family: "Lato", Arial, serif;
	font-size: 16px;
	color: #536692;
	line-height: 1.5em;
	position:relative;
	font-weight:400;
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}



p { margin-bottom:10px; line-height: 1.5em; } 
a { 
	color:#2caab5; 
	text-decoration:none; 
}
a:hover {
	color:#ccc;
	text-decoration:none;
}

h1 {
	color:#ac836f;
	font-size:46px;
	font-weight:700;
	margin-bottom:50px;
	line-height:1.2em;
}

h1 span { font-weight:300; }





header {
	background-image: url("../img/header.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height:600px;
	z-index:1;
}
header h2 { display:block; width:100%; background-color: #fff; font-size:20px; margin:0 !important; padding: 10px; font-weight: normal; }
header h2 strong { font-weight: bold; }
header h2 a { 	color:#536692; text-decoration:none; }
/*
h3 { display:block; margin:0; padding: 10px 20px; font-weight: bold; background-color:#fff; z-index:2; margin-top:-10%; }
*/
.about { padding-top: 50px; padding-bottom: 50px; }
.gallery { padding-top: 50px; padding-bottom: 50px; }
.gallery p {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:10px 0;
}
.gallery-thumb {
	display:block;
	width:100%;
	padding-top:70%;
	background-color:#ccc;
	position:relative;
	overflow:hidden;
}
.gallery-thumb span {
	display:block;
	position:absolute;
	top:20px; left:20px;
	text-align:left;
	color:#fff;
	font-size:30px;
}
.gallery-thumb img {
	display:block;
	position:absolute;
	left:50%; top:50%;
	width:100%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.gallery-thumb:hover img {
	width:120%;
}

.gallery-thumb:hover span { color: #fff; }




.features { padding-top: 50px; padding-bottom: 50px; }
.features p {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:10px 0;
	color:#ac836f;
}
.features p.font-blue {
	font-size:16px;
	font-weight:normal;
	text-align:center;
	margin:10px 0;
	color:#536692;
}
.features div.pikto-wrapper {
	min-height:450px;
}

.features div.pikto {
	display:block;
	position:relative;
	width:80%;
	padding-top:80%;
	height:0;
	margin:0 auto;
	border-radius:50%;
	border: 2px solid #ac836f !important;
	background-color:#fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.features div.pikto span {
	display:block;
	position:absolute;
	left:50%; top:50%;
}

.features div.pikto img {
	display:block;
	position:absolute;
	left:50%; top:50%;
	width:75%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.features div.pikto:hover {
	background-color:#e2dad6;
}
.features div.pikto:hover img {
	width:90%;
}
.features ul {
	list-style:none;
	padding:0;
	margin-bottom:10px;
}



@media(min-width:992px) {
	.features div.pikto-wrapper {
		min-height:300px;
	}
}




.plan p {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:10px 0;
	color:#ac836f;
}

.mapa p {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:10px 0;
	color:#ac836f;
}




footer p {
	color:#fff;
}

footer p.tel {
	color:#fff;
	font-size:50px;
}

footer p a, footer a span { color:#fff; text-decoration:none; }
