@font-face{
	font-family: rockwell;
	src: url(../fonts/Rockwell.ttf);
}
html, body {margin:0; height: 100%;color: #444;}
body {
	font-family: Century Gothic, Helvetica, Arial, sans-serif
	font-size: 18px;
	overflow-x: hidden;
}
h1{
	font-weight: 300;
}
p{
	margin-top: 40px; font-size: 16px;
}
.background-gray{
	background-color: #f7f7f7;	

}


.bar-nav-up{
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	padding:10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(140,140,140,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(140,140,140,1);
	box-shadow: 0px 0px 10px 0px rgba(140,140,140,1);
	z-index: 2500;
}
.logo{
	position: absolute;
	top:10px;
	left: 10px;
	height: 40px;
	width: auto;
	display: none;
}
.section-1{
	height: calc(100% - 120px);
	min-height: 400px;
	margin-top: 60px;
	background-image: url("../image_site/bg-image-1.jpg");
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-5{
	height: calc(100% - 120px);
	min-height: 900px;
	margin-top: 60px;
	background-image: url("../image_site/bg-image-2.jpg");
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.section1-image {
    display: block;
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transition: opacity 1s;
}
.section{
	padding: 100px 0 ;
}
.bar-nav-up a{
	text-decoration:none;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	top:0;
	line-height: 60px;
	color: #444;
	width: 50%;
	text-align: center;
	left:0;
}
.bar-nav-up a:hover{
	color:#0177AD;
}
.bar-nav-up .button{
	position: absolute;
	right: 0;
	top:0;
	width: 50%;
	text-align: center;
	overflow: hidden;

}
.button{
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	padding: 0 40px;
	color: #fff;
	text-align: center;
	background-color: #0177AD;
	cursor: pointer;
	display: inline-block;

}


.circulo{
     width: 60px;
     height: 60px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #0177AD;
     color: #fff;
     font-size: 22px;
     text-align: center;
     line-height: 70px;
     
}
.ico-rotar{
	-webkit-transform: rotate(0deg);
 	-moz-transform: rotate(0deg);
 	-o-transform: rotate(0deg);
 	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
 	transform: rotate(0deg);

	-webkit-transition: all 1s;
     -moz-transition: all 1s;
     -o-transition: all 1s;
     transition: all 1s;
}
.rotar{
	-webkit-transform: rotate(180deg);
 	-moz-transform: rotate(180deg);
 	-o-transform: rotate(180deg);
 	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
 	transform: rotate(180deg);
}




.circulo-shadow{
	-webkit-box-shadow: 0px 10px 49px 0px rgba(69,64,69,1);
	-moz-box-shadow: 0px 10px 49px 0px rgba(69,64,69,1);
	box-shadow: 0px 10px 49px 0px rgba(69,64,69,1);
}

.circulo-btn{
	position: fixed;
	z-index: 2500;
	right: 30px;
	bottom: 30px;
}
.circulo-btn:hover{
	cursor: pointer;
}
.titulo{
	
}
.content-1{
	position: absolute;
	width: 100%;
	top: 30%;
	text-align: center;

}
.titulo {
	
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
}
.titulo1{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
	
}
.titulo2{
	font-family: rockwell;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 4px;
}

.titulo3{
	font-family: rockwell;
	font-size: 55px;
	color: #008ed6;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 60px;
}
.titulo4{
	font-size: 24px;
	line-height: 44px;
	letter-spacing: 1.1px;
	
}
.highlight{
	font-size:18px;
	font-weight: bold;
	color: #0177AD;
}

.box{
	background-color: #fff;

	border-radius: 18px 18px 18px 18px;
	-moz-border-radius: 18px 18px 18px 18px;
	-webkit-border-radius: 18px 18px 18px 18px;
	border: 10px solid #0177AD;
	height: 280px;
	margin-bottom: 20px;
}
.box p{
	margin-top: 20px;
}
.box h4{
	color: #000;
	font-size: 32px;
}
.form-control{
	border-radius: 0;
	font-size: 16px;
	padding: 7px 16px;
}
.btn-send, .btn-send:hover{
	padding: 7px 16px;
    font-size: 16px;
    border: 0;
    background-color: #0177AD;
    color: #FFF;
    border-radius: 0px;
}
.img-container{
	position: relative;
}
.img-gal{
	position: absolute;
	top: 0;
	left: 0;
}
.section-5{
	padding: 0;
}
@media (min-width: 500px) {
	.logo{
		display: inline-block;
	}
	.bar-nav-up a{
		right: 200px!important;
		left: auto;
		width: 150px;
		text-align: right;
	}
	.bar-nav-up .button{
		width: auto;
	}
	.titulo1{
		font-size: 24px;
		line-height: 22px;
		letter-spacing: 2px;
		
	}
	.titulo2{
		font-size: 56px;
		line-height: 70px;
		letter-spacing: 4px;
	}

	.titulo3{
		font-size: 78px;
		font-weight: 600;
		letter-spacing: 8px;
		line-height: 70px;
	}
	
}

@media (min-width: 768px) {
	.section-5{
		padding:100px 0;
		min-height: 400px;
	}
}
