@font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url('../_fonts/MuseoSansCyrl-700.eot');
    src: url('../_fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/MuseoSansCyrl-700.woff2') format('woff2'),
         url('../_fonts/MuseoSansCyrl-700.woff') format('woff'),
         url('../_fonts/MuseoSansCyrl-700.ttf') format('truetype'),
         url('../_fonts/MuseoSansCyrl-700.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../_fonts/Montserrat.eot');
    src: url('../_fonts/Montserrat.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Montserrat.woff2') format('woff2'),
         url('../_fonts/Montserrat.woff') format('woff'),
         url('../_fonts/Montserrat.ttf') format('truetype'),
		 url('../_fonts/Montserrat.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#main-content
{
	display:none;
}

a:link
{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	color: #46a6af;
	text-decoration: none;
}
a:active
{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	color: #46a6af;
	text-decoration:none;
}
a:visited
{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	color: #46a6af;
	text-decoration:none;
}
a:hover
{
	color: #000000;
	text-decoration:none;
}

h1
{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 40px;
	font-weight: normal;
	color:#29B2E7;
	line-height:50px;
	letter-spacing:-1px;
}

h2
{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size:25px;
	font-weight: normal;
	color:#275a95;
	letter-spacing:0px;
	line-height:30px;
}

h3
{
	color:#555555;
	font-family: 'Montserrat Light', "Arial Unicode MS", Arial;
	font-size:17px;
	font-weight:normal;
	letter-spacing:0px;	
	text-decoration:none;
	line-height:24px;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:20px;
	letter-spacing:0px;
	text-decoration:none;
}

h5 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height:15px;
	letter-spacing:0px;
}

.links_white
{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size:20px;
	font-weight: normal;
	color:#ffffff !important;
	letter-spacing:0px;
	line-height:30px;
}

.input[type="text"]
{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
    border: 1px solid #cccccc;
	border-radius:3px;
	font-size: 17px;
	color: #000000;
	width: 100%;
	height: 28px;
	padding: 10px;
	font-weight: normal;
	background: #f5f5f5;
}

.input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
	color: #bbbbbb;
}

.datepicker {
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
    border: 1px solid #cccccc;
	border-radius:0px;
	font-size: 17px;
	color: #888888;
	width: 100%;
	height: 28px;
	background: #fff;
	padding-left: 10px;
	font-weight: normal;
}

.select {
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
    border: 1px solid #cccccc;
	border-radius:0px;
	font-size: 17px;
	color: #888888;
	width: 100%;
	height: 30px;
	background: #fff;
	padding-left: 10px;
	font-weight: normal;
}

.textarea
{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
    border: 1px solid #cccccc;
	border-radius:3px;
	font-size: 17px;
	color: #888888;
	width: 100%;
	min-height: 50px;
	background: #f5f5f5;
	padding: 10px;
	font-weight: normal;
}

.button
{
	font-family: 'Montserrat';
	color: #ffffff;
	border-radius:5px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:13px;
	padding-bottom:12px;
	font-size:15px;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
	font-weight:normal;
	letter-spacing:0px;
	background-color: #29B2E7;
	border:0px; 
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.button:hover
{
	color: #ffffff;
	background-color: #275a95;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}

.button_transparent
{
	font-family: 'Montserrat';
	font-size:12px;
	font-weight:bold;
	color: #46a6af;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:12px;
	text-transform: uppercase;
	text-decoration:none !important;
	cursor:pointer;
	letter-spacing:0px;
	border:1px #46a6af solid;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}
.button_transparent:hover
{
	background-color: #46a6af;
	color:#ffffff;
	text-decoration:none !important;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}

.button_transparent_white
{
	font-family: 'Montserrat';
	color: #ffffff;
	border:1px #ffffff solid;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none !important;
	cursor:pointer;
	letter-spacing:0px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}
.button_transparent_white:hover
{
	background-color: #46a6af;
	color:#ffffff;
	text-decoration:none !important;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}



.button_social_networks
{
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:30px;
	border:0px #cccccc solid;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	padding:10px;
	background-color:#cccccc;	
}
.button_social_networks:hover
{
	background-color:#777777;	
}

.input_transparent 
{
	font-family: 'Montserrat';
	background-color:rgba(0,0,0,0);
	color: #ffffff;
	border:1px #ffffff solid;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none !important;
	cursor:pointer;
	letter-spacing:0px;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;	
}
.input_transparent::-webkit-input-placeholder
{
	color: #ffffff;
}
.input_transparent:-moz-placeholder
{
	color: #ffffff;
}
.input_transparent::-moz-placeholder
{
	color: #ffffff;
}
.input_transparent:-ms-input-placeholder
{
	color: #ffffff;
}


.fade
{
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.zoomin
{
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
	
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}
.zoomin:hover
{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
	 
	 -webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
}

.divmove {
    /*width: 100px;
    height: 100px;
    background: red;*/
    position: relative;
    -webkit-animation: mymove 2s 0; /* Chrome, Safari, Opera */
    animation: mymove 2s 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
	/*from {top: -50px; opacity: 0;}*/
    from {top: 0px; opacity: 0;}
    to {top: 0px; opacity: 1;}
}

@keyframes mymove {
	/*from {top: -50px; opacity: 0;}*/
    from {top: 0px; opacity: 0;}
    to {top: 0px; opacity: 1;}
}

.overlay
{
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}

#top-link
{ 
	display:none;
	position:fixed; 
	right:20px; 
	bottom:20px; 
	color:green; 
	font-weight:bold; 
	text-decoration:none;  
	background:#2A2A2A; 
	padding:10px; 
	border-radius:0px;
	z-index:1999999999;
}





@media screen and (min-width: 1051px)
{
	.header_logo
	{
		position:relative;
		width:100%;
		height:100px;
		padding-top:50px;	
	}
	
	.header_headline
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:1050px;
		height:300px;
		border:0px #cccccc solid;	
		text-align:center;
		margin-top:20%;
		z-index:9;
		margin-top:50px;
	}
	
	.slider
	{
		position:relative; 
		width:100%;
		height:170px;
		background-position:center;
		background-repeat:no-repeat;
		background-position:top;
	}	
	
	.links_footer
	{
		font-family: 'Montserrat', "Arial Unicode MS", Arial;
		font-size: 12px;
		font-weight: normal;
		line-height: 14px;
		letter-spacing: 0px;
		color: #ffffff !important;
		text-decoration: none !important;
		text-indent: 0px;
	}
	.links_footer:visited
	{
		color: #000000;
	}
	.links_footer:active
	{
		color: #000000;
	}
	.links_footer:hover
	{
		color:#000000 !important;
	}
	
	.caixa_imagem
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		max-width:400px;
		text-align:left;
		margin-right:50px;
		margin-bottom:50px;
		border:0px #cccccc solid;	
	}
	.caixa_texto
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		float:left;
		border:0px #cccccc solid;	
		text-align:left;
		border:0px #cccccc solid;
		margin-bottom:50px;
	}	

	.footer_site_map
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		min-height:150px;
		margin-top:50px;
		margin-right:40px;
		border:0px solid;
		text-align:left;
	}

	.footer_contact_us
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		min-height:150px;
		margin-top:50px;
		margin-right:40px;
		border:0px solid;
		text-align:left;
	}	
	
	.footer_follow_us
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:300px;
		min-height:150px;
		margin-top:50px;
		border:0px solid;
		text-align:left;
	}
	
	.footer_direitos
	{
		float:right;
		width:350px;
		height:40px;
		border:0px solid;
		text-align:right;
	}		
}




@media screen and (max-width:1050px)
{
	.header_logo
	{
		position:relative;
		width:90%;
		height:100px;
		padding-top:50px;	
	}
	
	.header_headline
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:150px;
		border:0px #cccccc solid;	
		text-align:center;
		margin-top:10%;
		z-index:9;
	}
		
	.footer_site_map
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:150px;
		margin-top:50px;
		border:0px solid;
		text-align:center;
	}

	.footer_contact_us
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:150px;
		margin-top:50px;
		border:0px solid;
		text-align:center;
	}	
	
	.footer_follow_us
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:150px;
		margin-top:50px;
		border:0px solid;
		text-align:center;
	}
	
	.footer_rights
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:20px;
		border:0px solid;
		text-align:center;
	}

	.footer_powered
	{
		position:relative;
		display:inline-block;
		vertical-align:top;
		width:90%;
		min-height:20px;
		border:0px solid;
		text-align:center;
	}		
}