html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Lato, sans-serif;

}
div{
	box-sizing: border-box;
	position: relative;
}
.maxW{
	max-width: 1024px;
}
.header{
	background-color: #00acd4;
	min-height: 60px;
	color: rgba(255,255,255,1.00);
	padding: 15px;
	font-size: 24px;
}
.headerLine{
	background-color: #ffffff;
	width: 100%;
	height: 1px;
	z-index: 8;
	position: absolute;
	top: 50%;
	left: 0px;
}
.headerBox{
	vertical-align: middle;
	background-color: #00acd4;
	display: inline-block;
	padding: 5px;
	margin-right: 100px;
	width: auto;
	border: thin solid #ffffff;
	z-index: 10;
}
.headerBox img{
	height: 25px;
	margin-left: 15px;
	margin-right: 15px;
}
.headerBox a{
	color: #ffffff;
	text-decoration: none;
}
.mobileMenuBtm{
	display: none;
}
.menu{
	height: 175px;
	vertical-align: middle;
}
.menu img{
	vertical-align: middle;
	display:inline-block;
	margin: 10px;
	margin-right: 100px;
	height: 100%;
}
.menu a{
	vertical-align: middle;
	display:inline-block;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 22px;
}
.slideShow{
	border-bottom: 5px solid #00acd4;
	border-top: 5px solid #00acd4;
	min-height: 100px;
}
.slideShow img{
	width: 100%;
	margin-bottom: -5px;
}
.mySlides{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: auto;
	top: 0px;
}
.albumContent{
	min-height: 300px;
}
.content{
	min-height: 300px;
}
.box4{
	display: inline-block;
	width: 20%;
	margin: 2%;
}
a{
	color: #000000;
}
.box4 h2::first-letter{
	color: #00acd4;
}
.box4 img{
	width: 100%;
	height: auto;
}
.foot{
	background-color: #00acd4;
	color: #00acd4;
	padding-top: 40px;
	padding-bottom: 40px;
}
.box20P{
	width: 20%;
	display: inline-block;
	background-color: #ffffff;
	margin: 20px;
	padding: 20px;
	vertical-align: middle;

}
.box20P p{
	margin-top: 0px;
	padding-top: 0px;
}
.foot a{
	color: #00acd4;
	text-decoration: none;
}
.box50P{
	width: 50%;
	max-width: 650px;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
}
/* Contact pagina
*/
.maxW input, .maxW textarea{
	display: block;
	width: 70%;
	box-sizing: border-box;
	padding: 5px;
	margin: 5px;
	margin-left: 0px;
}
.maxW iframe{
	margin-top: 50px;
}
