@import 'https://web.archive.org/web/20190119175121cs_/https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i';
@import 'https://web.archive.org/web/20190119175121cs_/https://fonts.googleapis.com/css?family=Oswald:400,700';

*{
	margin:0px;
	padding: 0px;
}

body{
	font-family: 'Muli', sans-serif;
	overflow-x: hidden;
}

.alert{
	width: 98%;
	padding:12px 1%;
	color: #070;
	border:solid 1px #070;
	font-weight: 300;
	border-radius: 3px;
	font-size: 14px;
	margin: 15px 0px;
}

.clear{
	clear: both;
}

header{
	position: absolute;
	padding: 10px 10%;
	width: 80%;
	z-index: 9999;
}

header #btn-menu{
	display: none;
}

header label{
	display: none;
	font-size: 40px;
	cursor: pointer;
	display: none;
}

header .logo{
	width: 250px;
	float: left;
}

header .logo img{
	max-width: 100%;
}

/*.menu*/
.menu{
	float: right;
	text-align: right;
	margin-top: 40px;

}

#btn-menu{
	display: none;
}
.menu ul{
	text-align: right;
	z-index: 999999;
	float: right;
}

.menu ul li{	
	float: left;
	list-style: none;

}

.menu ul li a{
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 8px 10px;
	margin: 0px 3px;
	font-size: 14px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.menu ul li a:hover,
.current{
	background-color: #4e9cd2;
	color: #fff;
}

@media(max-width: 768px){
	header label{
		display: block;
		font-size: 40px;
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
		color: #fff;
	}

	header label{
		display: block;
		margin-right: 10px;
	}

	.menu{
		position: absolute;
		top:-40px;
		left: 0;
		width: 70%;
		transform: translateX(-100%);
		transition:all .4s;
	}

	.menu ul{
		display: block;
		background-color: #333;
		line-height: 40px;
	}

	.menu ul li{
		display: block;
		padding: 0px;
		margin: 0px;
		width: 100%;
		border-bottom: solid 1px #666;
		text-transform: uppercase;	
		background-color: #333;
	}

	.menu li a{
		display: block;
		text-align: left;
	}

	.menu ul li:hover ul{
		display: none;
		position: static;
	}

	.menu a span{
		display: block;
		position: absolute;
		font-size: 10px;
		margin-top: -13px;
		right: 5px;
	}

	#btn-menu:checked ~ .menu{
		transform: translateX(0%);
	}

	.menu ul ul{
		background-color: rgba(0,0,0,.4);
	}

	.menu ul ul a{
		padding: 10px 35px;
	}
}

/*home*/
.home{
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	padding: 350px 5% 250px 5%;
	text-align: center;
	color: #fff;
	background-color: #e3ce1c;
}

.home h1{
	font-size: 55px;
}

@media(max-width: 768px){
	.home{
		padding: 180px 5% 40px 5%;
	}

	.home h1{
		font-size: 30px;
	}
}


/*top-banner*/
.top-banner{
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-position: bottom;
	background-size: cover;
	padding: 250px 5% 50px 5%;
	text-align: center;
	color: #fff;
	position: relative;	
	background-color: #e3ce1c;
}

.top-banner .masc{
	position: absolute;	
	width: 100%;
	height: 100%;
	background-image: url(../img/masc.jpg);
	left: 0px;
	top: 0px;
	z-index: 4;
	opacity: .5;
}

.top-banner h1{
	font-size: 55px;
	z-index: 9999;
	position: 	relative;	
	bottom: 5%;
	left: 0px;
	width: 80%;
	padding:0px 10%;
	text-align: right;	
	font-weight: 300;
	font-size: 37px;
}

@media(max-width: 768px){
	.top-banner{
		padding: 250px 5% 20px 5%;
	}

	.top-banner h1{
		text-align: center;
		font-size: 20px;
		font-weight: 300;
	}
}

/*content*/
.content{
	padding: 40px 10%;
}

@media(max-width: 768px){
	.content{
		padding: 15px 10%;
	}
}

/*mosaico*/
.mosaico{
	width: 50%;
	float: left;
	padding: 100px 0px;
}

.mosaico div{
	width: 50%;
	float: left;
}

.mosaico div:nth-child(1){
	text-align: right;
}

.mosaico div:nth-child(1) p:nth-child(1){
	width: 40%;
	float: right;
	margin-bottom: -5px;
}

.mosaico div:nth-child(1) p:nth-child(2){
	margin-top: -10px;
}




.mosaico div:nth-child(2) p:nth-child(2){
	margin-top: -5px;
}

.mosaico div:nth-child(2) p:nth-child(2){
	width: 40%;
	margin-bottom: -5px;
}

.mosaico div p{
	
}

.mosaico div p img{
	max-width: 100%;
	opacity: .9;
}

.mosaico div p img:hover{
	opacity: 1;
}

@media(max-width: 768px){
	.mosaico{
		width: 90%;
		float:none;
		margin-bottom: 20px;
		padding: 50px 5%;
	}
}

/*.wellcome*/
.wellcome{
	width: 45%;
	float: right;	
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	line-height: 65px;
	color: #333;
}

.wellcome span{
	color: #4e9cd2;
	text-transform: uppercase;
}

.wellcome h3{
	margin-top: 150px;
}

@media(max-width: 768px){
	.wellcome{
		width: 100%;
		float: none;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}

	.wellcome h3{
		margin-top: 170px;
		 margin-bottom: 20px;
	}
}

/*banner-bottom*/
.banner-bottom{
	padding: 200px 10%;
	text-align: center;
	color: #fff;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.banner-bottom h3{
	font-size: 50px;
	font-weight: 300;
}

.btns{
	text-align: center;
}

.btns .btn1{
	width: 250px;
	line-height: 60px;
	text-align: center;
	background-color: #333;
	text-transform: uppercase;
	margin: 30px;
	display: inline-block;
	font-weight: 300;
}

.btns .btn1 a{
	display: block;
	text-decoration: none;
	color: #fff;
}

.btns .btn1 a:hover{
	background-color: #444;
}

.btns .btn2{
	width: 250px;
	line-height: 60px;
	text-align: center;
	background-color: #333;
	text-transform: uppercase;
	margin: 30px;
	display: inline-block;
	font-weight: 300;
}

.btns .btn2 a{
	display: block;
	text-decoration: none;
	color: #fff;
}

.btns .btn2 a:hover{
	background-color: #444;
}

.btns .btn1 span, .btns .btn2 span{
	margin-right: 10px;
}

@media(max-width:768px){
	.banner-bottom{
		padding: 40px 10%;
		background-attachment: scroll;
		background-position: top;
	}

	.banner-bottom h3{
		font-size: 30px;
	}

	.banner-bottom .btn1, .banner-bottom .btn2{
		width: 80%;
		margin: 10px auto;
	}
}

/*about*/
.about{
	padding: 50px 0px;
}

.about .text{
	font-size: 20px;
	color: #444;
	font-weight: 300;
	width: 60%;
	float: left;
	text-align: justify;
	margin-top: 90px;
}

.about .image{
	width: 30%;
	float: right;
}

.about .image img{
	max-width: 100%;
	border-radius: 50%;
	border:solid 15px #4e9cd2;
}

@media(max-width: 768px){

	.about .text{
		width: 100%;
		margin-top: 0px;
		float: none;
	}

	.about .image{
	width: 90%;
	float: none;
	margin-top: 20px;
	}
}




/*services*/
.services{

}

.services article{
	width: 31%;
	text-align: center;
	display: inline-table;
	padding: .5%;
	margin: .5%;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services article:hover{
	box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}
.services article img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: left;
	float: left;
	margin-left: 10px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}

.services article h3{
	line-height: 50px;
	background-color: #4e9cd2;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-top:90px;
	text-align: center;
}

.services article ul{
	background-color: #f7f7f7;
}

.services article ul li{
	line-height: 40px;
	border-bottom: solid 1px #f0f0f0;
	font-size: 14px;
	text-transform: uppercase;
	list-style: none;
}

.services article ul li:nth-child(even){
	background-color: #ccc;
}

@media(max-width: 768px){
	.services article{
		width: 100%;
		margin-bottom: 20px;
	}
}

/*contact*/
.contact{
	padding: 40px 0px;
}

.info-contact{
	width: 40%;
	float: left;
	font-size: 22px;
	font-weight: 300;
	color: #555;
	margin-top: 100px;
}

.info-contact p:nth-child(1){
	font-size: 30px;
	color: #4e9cd2;
}

.info-contact p{
	margin-bottom: 15px;
}

.info-contact p a{
	color: #4e9cd2;
	text-decoration: none;
}

.info-contact p a:hover{
	text-decoration: underline;
}

.info-contact p span{
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #555;
	width: 40px;
	border-radius: 50%;
	line-height: 40px;
	font-size: 15px;
	margin-right: 15px;
}

.contact-form{
	width: 50%;
	float: right;
}

.contact-form{
	font-size: 20px;
	font-weight: 300;
	color: #555;
}

.contact-form form{
	margin-top: 20px;
}

.contact-form form label{
	font-size: 16px;
	display: block;
	line-height: 15px;
	margin-bottom: 3px;
}

.contact-form form p{
	margin-bottom: 10px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea{
	font-family: 'Muli', sans-serif;
	width: 98%;
	border:solid 1px #ccc;
	outline: none;
	padding: 12px 1%;
	border-radius: 3px;
	resize:vertical;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-form form input[type="text"]:focus,
.contact-form form input[type="email"]:focus,
.contact-form form textarea:focus{
	box-shadow: 0px 0px 5px #4e9cd2;
	border:solid 1px #4e9cd2;
}

.contact-form form input[type="submit"]{
	font-family: 'Muli', sans-serif;
	padding: 10px 40px;
	border:none;
	background-color: #4e9cd2;
	color: #fff;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
	font-size: 17px;
	font-weight: 300;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-form form input[type="submit"]:focus,
.contact-form form input[type="submit"]:hover{
	background-color: #444444;
}

@media(max-width: 768px){
	.contact{
		padding: 0px 0px;
	}
	.info-contact{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.info-contact p{
		text-align: center;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.info-contact p:nth-child(1){
		font-size: 20px;
	}

	.contact-form{
		width: 100%;
		border-top: solid 1px #ccc;
		padding-top: 20px;
		margin-top: 20px;
	}

	.contact-form p{
		text-align: center;
		font-size: 16px;
	}

	.info-contact p span{
		text-align: center;
		display: block;
		margin:0px auto;
	}
}

/*footer*/
footer{
	font-size: 14px;
	font-weight: 300;
	color: #999;
	background-color: #444;
	padding: 7px 10%;
	text-align: right;
	align-items: center;	
}

footer a{
	text-decoration: none;
	color: #fcfcfc;
}

@media(max-width: 768px){
	footer{
		text-align: center;	
	}

	footer span{
		display: 	none;	
	}
}
/*
     FILE ARCHIVED ON 17:51:21 Jan 19, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:15:48 Jan 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.108
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.054
  esindex: 0.023
  cdx.remote: 10.026
  LoadShardBlock: 140.091 (3)
  PetaboxLoader3.datanode: 281.422 (5)
  PetaboxLoader3.resolve: 233.202 (3)
  load_resource: 455.629 (2)
*/