@charset "utf-8";
@font-face{font-family:'PTSans-Regular';src:url('../fonts/PTSans-Regular.eot?#iefix')format('embedded-opentype'),url('../fonts/PTSans-Regular.woff')format('woff'),url('../fonts/PTSans-Regular.ttf')format('truetype'),url('../fonts/PTSans-Regular.svg#PTSans-Regular')format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'PTSans-Bold';src: url('../fonts/PTSans-Bold.eot?#iefix')format('embedded-opentype'), url('../fonts/PTSans-Bold.woff')format('woff'),url('../fonts/PTSans-Bold.ttf')format('truetype'),url('../fonts/PTSans-Bold.svg#PTSans-Bold')format('svg');font-weight:normal;font-style:normal;}
html{
	margin:0 !important;
	padding:0 !important;
	-webkit-box-sizing: border-box !important;
   	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
*,*:before,*:after{
   -webkit-box-sizing: inherit !important;
   	-moz-box-sizing: inherit !important;
	box-sizing: inherit !important;
} 
body {
	margin: 0 !important;
	padding: 0 !important;
	overflow:auto;
	height: 100%;
	min-width: 300px;
	font: normal 16px 'PTSans-Regular';
	color: #333;
}
html, body {
    min-height:100% !important;
}
a:link{
	color: #404a52;
	text-decoration: none;
	border: none;
	outline:none;
}
a:hover{
	color: #525e69;
	text-decoration: none;
	border: none;
	outline:none;
}
a:active{
	color: #404a52;
	text-decoration: none;
	border: none;
	outline:none;
}
a:visited {
	color: #404a52;
	text-decoration: none;
	border: none;
	outline:none;
}
label{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
small{
	font-size: 12px;
	color: #999;
}
h1{
	margin: 6px 0 20px 0; 
	color:#000;
	font-size: 26px;
	text-shadow: #ccc 1px 1px 2px;
}
h2{
	margin: 6px 0 2px 0; 
	color:#000;
	font-size: 22px;
	text-shadow: #ccc 1px 1px 2px;
}
h3{
	margin: 6px 0 2px 0; 
	color:#000;
	font-size: 18px;
	text-shadow: #ccc 1px 1px 2px;
}
.TwuBoxContainer{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10000000;
}
.TwuBoxMsg{
	position: absolute;
	top: 50%;
	left: 50%;	
	width: 260px;
	height: 120px;
	margin-left: -130px;
	margin-top: -100px;
	background: #ff6347;
	background-color: #fff1a1;
	border: solid 2px orange;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	text-shadow: #ffffff .1em 0.1em 0.1em;
	color:#000000;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
	box-shadow: 0 0 10px rgba(0,0,0,.8);
	font-size: 14px;
}
.TwuBoxHeader{
	width: 250px;
	height: 24px;
	background: orange;
	background-image: url(../_icons/error.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	text-align: right;
	padding: 4px 10px 0 0;
	color: #fff;
	text-shadow:none;
}
.TwuBoxDiv{
	width: 240px;
	height:auto;
	padding: 10px;
	text-align: center;
}
.TwuBtn{
	font-size: 18px;
	height: 42px;
	width: auto;
	padding: 0 30px 0 30px;
	cursor: pointer;
	background: #ff8c00;
	border: none;
	color: #fff;
	outline: none;	
}
.TwuBtn:hover{
	background: #ff9b20;
	outline: none;
}
.twu-logo{
	position: absolute;
	top: -80px;
	left: 12px;
	background-image: url(../images/logo-160.png);
	width: 160px;
	height: 160px;
	z-index: 9999;
}
#twu-container{
   width: 100%;
   overflow: hidden;
   min-height: 100%;
   max-width: 1560px;
   height: auto !important;
   margin: 0 auto;
   text-align:center;
   position:relative;
   display:block;
}
#twu-header{
	clear: right;
}
#twu-nav{
	position:relative;
	display:block;
	height: 100px;
	/*min-height: 60px;*/
	background-image: url(../images/frame.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: top;
}
.twu-container-menu{
	position:relative;
	display:block;
	height: auto;
}
#twu-content{
	position:relative;
	display:block;
	width:  100%;
	max-width: 1020px;
	height: auto;	
	margin: 0 auto !important;
	overflow: hidden;
	padding: 40px 20px 40px 20px;
}
#twu-div{
	padding: 10px 0 10px 0;	
	overflow: hidden;
	height: auto;
	clear:left;
}
#twu-section{
	float: left;
	width: 260px;
	padding: 20px;
	margin: 20px;
	background: #eee;
	height: 400px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
#twu-space{
   width: auto;
   margin: 10px auto;
   position: relative;
   overflow: hidden;
   height: 20px;
   border-bottom: dashed 3px #c6c6c6;
}
#twu-footer{
	height:auto;
	overflow:hidden;
	background: #2e8cab;
	font-size: 14px;
	text-align:center; 
	padding:20px 80px;
	color: #fff!important;
}
#twu-footer a{
	color: #fff!important;
}
#twu-footer strong{
	font-size: 16px;
}
#twu-footer small{
	color:#d8f7fc;
}
#tooltip, #ttip, #tool{
	font-size: 0.875em;
	text-align: center;
	text-shadow: 0 1px rgba( 0, 0, 0, .5 );
	line-height: 1.5;
	color: #fff;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
	background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	position: absolute;
	z-index: 1000000;
	padding: 15px;
}
#tooltip:after, #ttip:after, #tool:after{
	width: 0;
   height: 0;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
	border-top: 10px solid #333;
   border-top-color: rgba( 0, 0, 0, .7 );
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after, #ttip.top:after, #tool.top:after{
	border-top-color: transparent;
	border-bottom: 10px solid #333;
   border-bottom-color: rgba( 0, 0, 0, .6 );
	top: -20px;
	bottom: auto;
}
#tooltip.left:after, #ttip.left:after, #tool.left:after{
	left: 10px;
	margin: 0;
}
#tooltip.right:after, #ttip.right:after, #tool.right:after{
	right: 10px;
	left: auto;
	margin: 0;
}
#help{
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: rgba( 0, 0, 0, .4 );
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 5px;
	margin: 0 auto;
}
#help:hover{
	background-color: rgba( 0, 0, 0, .2 );
}
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 22px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	background: transparent;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.banner ul {
	list-style: none;
	width: 300%;
}
.banner ul li {
	display: block;
	float: left;
	width: 33%;
	min-height: 400px;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}
.banner .inner {
	padding: 160px 0 110px;
}
.banner .box {
	padding: 20px;
	background: rgba(0,0,0,.4);
	height: auto;
	width: auto;
	overflow: hidden;
}
.banner h1, .banner h2 {
	font-size: 48px;
	line-height: 52px;
	color: #fff;
}
.banner .btn {
	clear: both;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 18px;
	height: 42px;
	width: auto;
	padding: 10px 30px 10px 30px;
	cursor: pointer;
	background: #ffa500;
	border: none;
	color: #fff;
	outline: none;
}
.banner .btn:hover {
	outline: none;
	background: #ff8c00;
}
.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
}
.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 100%;
	padding: 0;
}
.banner .dots li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	*text-indent: 0;
	border: 2px solid #ffa500;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #ffa500;
	opacity: 1;
}
.banner .arrows {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #ffa500;
}
.banner .arrow {
	display: inline;
	padding-left: 10px;
	cursor: pointer;
}
#twu-pacotes{
	width: 80%;
	min-width: 300px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align:center;	  
}
#twu-pacotes .foto{
	width: 100%;
	max-width: 800px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.4);
	box-shadow: 0 2px 10px rgba(0,0,0,.4);
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.twu-logo-min{
	top: 2px!important;
	left: 20px!important;
	background-image: url(../images/logo-80.png)!important;
	width: 80px!important;
	height: 80px!important;
}
@media screen and (min-width:1200px){
	.twu-logo{
		top: -140px;
		background-image: url(../images/logo-220.png);
		width: 220px;
		height: 220px;
	}
	#twu-nav{
		-webkit-box-shadow: none; 
		-moz-box-shadow: none; 
		box-shadow: none;
		height: 140px;
	}
	#twu-pacotes{
		float: left;
		width: 48%;
		margin: 1%;
	}
	#twu-pacotes .foto{
		width: 100%;
		max-width: 800px;
	}
}
@media screen and (max-width: 960px){
	.left{
		text-align:center;
	}
	.center{
		text-align:center;
	}
	.right{
		text-align:center;
	}
	.twu-logo{
		top: 2px;
		left: 10px;
		background-image: url(../images/logo-80.png);
		background-repeat: no-repeat;
		width: 80px;
		height: 80px;
	}
	#twu-nav{
		width: 100%;
		background-image: none;
		background: #fff;
		height: 44px;
		z-index: 999999;
		-webkit-box-shadow: 0 5px 8px rgba(0,0,0,.4); 
		-moz-box-shadow: 0 5px 8px rgba(0,0,0,.4); 
		box-shadow: 0 5px 8px rgba(0,0,0,.4);
	}
	.banner ul li {
		-o-background-size: auto;
		-ms-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	#twu-footer{ 
		padding:20px 20px;
	}
}