@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-display:block;
}
@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;
	font-display:block;
}
html{
	margin:0 !important;
	padding:0 !important;
	min-height:100%;
	position:relative;
	-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 {
	min-width: 320px;
	overflow:auto;
	margin: 0 !important;
	padding: 0 !important;
	font: normal 100% 'PTSans-Regular';
	color: #333;
	background: #ccc;
	height:100%;
	/*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
html, body{
    min-height:100vh !important;
}
a:link{
	color: #657482;
	text-decoration: none;
	border: none;
	outline:none;
}
a:hover{
	color: #525e69;
	text-decoration: none;
	border: none;
	outline:none;
}
a:active{
	color: #525e69;
	text-decoration: none;
	border: none;
	outline:none;
}
a:visited {
	color: #525e69;
	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: 36px;
	text-shadow: #ccc 1px 1px 2px;
	font-weight:normal;
}
h2{
	margin: 6px 0 2px 0;
	color:#000;
	font-size: 28px;
	font-weight:normal;
	text-shadow: #ccc 1px 1px 2px;
}
h3{
	margin: 6px 0 2px 0;
	color:#000;
	font-size: 18px;
	font-weight:normal;
	text-shadow: #ccc 1px 1px 2px;
}
.small{
	font-size: 14px;
	color: #666;
}
label{
	display: inline-block;
	font: normal 13px 'PTSans-Regular';
	text-shadow: rgba(0,0,0,0.2) 1px 1px 2px;
	color: #777;
}
.ob::before {
    content: "• ";
	text-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
	color:#990033;
	clear:both;
}
.msg{
	display:block;
	color:#cc0000;
	font-family:'PTSans-Bold';
	margin-bottom: 16px;
}
#twu-logo{
	position: absolute;
	top: 12px;
	left: 80px;
	background-image: url(../images/logo-160.png);
	width: 160px;
	height: 160px;
	z-index: 1041;
}
#twu-associe{
	float: right;
	margin: 16px 68px 0 0;
}
#twu-associe-mobile{
	float: right;
	margin: 10px 10px 0 0;
}
#twu-container{
   	position:relative;
   	width: 100%;
   	max-width: 1560px;
   	margin: 0 auto;
   	overflow: hidden;
   	min-height: 100%;
   	height: auto !important;
   	background: #fff;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#twu-header{
	clear: right;
}
#twu-noheader{
	clear: right;
	height: 40px;
}
#twu-nav{
	position: relative;
	height: 80px;
}
.twu-scroll-nav{
	position: fixed!important;
	top: 0;
	z-index: 999;
}
#twu-logo-scroll{
	position: absolute;
	top: 4px;
	left: 120px;
	background-image: url(../images/logo-60.png);
	width: 60px;
	height: 60px;
	z-index: 1041;
	display:none;
}
#twu-content{
	position:relative;
	width: 90%;
	margin: 0 auto;
	min-height: 600px;
	height: auto;
	overflow: hidden;
	padding: 60px 20px 40px 20px;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#twu-content iframe {
   	border: 0;
   	width: 100%;
   	height: calc(100vw*(315/560));
}
#twu-div{
	width: 100%;	
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	text-align:left;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#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;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#twu-article{
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#twu-space{
   	width: 100%;
   	margin: 10px auto;
   	position: relative;
   	overflow: hidden;
   	height: 20px;
   	border-bottom: dashed 1px #ccc;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#twu-foto-capa{
	float: left;
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin: 0 20px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
/* tooltip */
#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;
}

.twu-footer{
	float: left;
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px;
	background: #6ca7da;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#356ddb),color-stop(1,#6ca7da));
	background: -ms-linear-gradient(bottom,#356ddb,#6ca7da);
	background: -moz-linear-gradient(center bottom,#356ddb 0,#6ca7da 100%);
	border-top: solid 1px #6699cc;
	color: #fff;
	vertical-align:top;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.twu-footer ul{
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	vertical-align:top;
}
.twu-footer a:link, .twu-footer a:active, .twu-footer a:visited{
	color: #fff !important;
}
.twu-footer a:hover{
	color: #eee!important;
}
.twu-footer h2{
	color: #fff !important;
	text-shadow: rgba(0,0,0, 0.4) 1px 1px 2px;
}
.twu-footer li{
	display:inline-block;
	vertical-align:top;
	width: 30%;
	height: auto;
	overflow: hidden;
	padding: 20px;
	margin: 0;
	text-align:left;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.twu-footer .twu-btn{
	width: auto;
	height: 44px;
	overflow: hidden;
	display: inline-block;
	padding-top: auto;
	padding-bottom: auto;
	padding-left: 30px;
	padding-right: 30px;
	margin: 6px 0 0 0;
	border: solid 2pt #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: transparent;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}
.twu-footer .twu-btn:hover{
	background: #fff;
	border: solid 2pt #fff;
	color: #3f74a2; 
}
.twu-footer .twu-input{
	padding: 8px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	margin: 6px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.twu-webtwu{
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding: 10px 5%;
	margin: 0;
	background: #d56901;
	border-top: solid 1px #bf5f03;
	text-align: center;
	font-size: 12px;
	color: #fff;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.up{
	position: fixed;
	right: 20px;
	bottom: 0;
	margin: 0 3px 20px 0;
	cursor: pointer;
	z-index: 999;
}

ul.paginacao{
	list-style: none; 
	*zoom: 1; 
	margin: 0;
	padding: 0 auto; 
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul.paginacao li{
	display: inline-block;
	position: relative;
	padding: 6px 10px;
	margin: 2px;
	background:rgba(100,149,237, 0.2);
	border: 1px solid rgba(100,149,237, 0.3);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color: #417de7;
	cursor: pointer;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul.paginacao li:hover{
	background: #c0d4f8;
}
ul.paginacao li.cur{
	background: #6495ed;
	color: #fff;
	cursor: default;
}
.twu-pdf{
	display:block;
	height:800px;
	width:100%;
	border:none;
}
.twu-list{
	display:block;
	height:auto;
	width:100%;
	overflow: hidden;
	padding:4px 10px;
	margin: 2px 0;
	border: 1px solid #cacaca;
	text-align:left;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.twu-list:hover{
	background: #eee;
}
.twu-list img{
	vertical-align:middle;
	margin: 0 20px 0 0;
}
#twu-list-5,
#twu-list-7,
#twu-list-8,
#twu-list-10,
#twu-list-12,
#twu-list-13,
#twu-list-15,
#twu-list-20,
#twu-list-25,
#twu-list-30, 
#twu-list-33,
#twu-list-35,
#twu-list-40,
#twu-list-45,
#twu-list-50,
#twu-list-55,
#twu-list-60,
#twu-list-65,
#twu-list-70,
#twu-list-75,
#twu-list-80,
#twu-list-85,
#twu-list-90,
#twu-list-95,
#twu-list-100{
	float:left;
	padding: 0 !important;
	margin: 0 !important;
	height: auto;
	overflow: hidden;
	position: relative;
   	-o-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
   	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#twu-list-5{
	width: 5%;
}
#twu-list-7{
	width: 7% !important;
}
#twu-list-8{
	width: 8% !important;
}
#twu-list-10{
	width: 10% !important;
}
#twu-list-12{
	width: 12% !important;
}
#twu-list-13{
	width: 13% !important;
}
#twu-list-15{
	width: 15% !important;
}
#twu-list-20{
	width: 20% !important;
}
#twu-list-25{
	width: 25% !important;
}
#twu-list-30{
	width: 30% !important;
}
#twu-list-33{
	width: 33.33% !important;
}
#twu-list-35{
	width: 35% !important;
}
#twu-list-40{
	width: 40% !important;
}
#twu-list-45{
	width: 45% !important;
}
#twu-list-50{
	width: 50% !important;
}
#twu-list-55{
	width: 55% !important;
}
#twu-list-60{
	width: 60% !important;
}
#twu-list-65{
	width: 65% !important;
}
#twu-list-70{
	width: 70% !important;
}
#twu-list-75{
	width: 75% !important;
}
#twu-list-80{
	width: 80% !important;
}
#twu-list-85{
	width: 85% !important;
}
#twu-list-90{
	width: 90% !important;
}
#twu-list-95{
	width: 95% !important;
}
#twu-list-100{
	width: 100% !important;
}
.twu-load{display:inline-block;position:fixed;top:50%;left:50%;width:64px;height:64px;margin-top:-32px;margin-left:-32px;z-index:1024;} 
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@media screen and (min-width:1200px){
	
}
@media screen and (max-width: 882px){
	
}

@media screen and (min-width: 1440px){
	#twu-nav{
		-webkit-box-shadow: none; 
		-moz-box-shadow: none; 
		box-shadow: none;
	}
	#twu-noheader{
		height: 60px;
	}
}
@media screen and (max-width: 1024px){
	#twu-logo{
		top: 10px;
		left: 10px;
		background-image: url(../images/logo-60.png);
		background-repeat: no-repeat;
		width: 60px;
		height: 60px;
	}
	#twu-noheader{
		height: 20px;
	}
	#twu-nav{
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1040;
	}
}
@media screen and (max-width: 768px){
	.twu-footer li{
		float: left;
		width: 344px;
		min-height: 320px;
	}
	.owl-carousel p{
		padding: 10px;
		font-size: 14px;
	}
	.twu-colunas li{
		width: 100%;
	}
	.twu-footer li{
		display:inline-block;
		width:32%;
		height: auto;
		overflow: hidden;
		padding: 20px;
		margin: 0;
		text-align:left;
		-webkit-box-sizing: border-box;
   		-moz-box-sizing: border-box;
   		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	#twu-content{
		width: 100%;
	}
}
@media screen and (max-width: 425px){
	.twu-footer li{
		float: none;
		width: calc(100% - 20px);
		min-height: auto;
		text-align: center;
	}
	.owl-carousel p{
		display:none !important;
	}
}