.general .header {
	background:none;
}

.general .access-portal {
	padding-top:0!important;
}

.general .banner {
	background:#000 url(../../images/sections/home/preloader.gif) no-repeat center center;
	height:695px;
	position:relative;
	width:100%;
}

.general .banner .list-banner {
	display:none;
	height:695px;
	overflow:hidden;
	position:relative;
	width:100%;
}

.general .banner .list-banner > li {
	display:none;
	height:695px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

.general .banner .list-banner > li .center-banner {
	height:465px;
	margin:0 auto;
	padding:230px 0 0 0;
	position:relative;
	width:980px;
}

.general .banner .list-banner > li .center-banner h2 {
	color:#fff;
	font:48px museo300;
	line-height:48px;
	text-align:center;
	text-transform:uppercase;
}

.general .banner .list-banner > li .center-banner h2 strong {
	font-family:museo900;
	font-weight:normal;
}

.general .banner .list-banner > li .center-banner p {
	color:#fff;
	font:24px Times, "Times New Roman";
	font-style:italic;
	line-height:32px;
	padding:35px 100px 50px 100px;
	text-align:center;
}

.general .banner .list-banner > li .center-banner .info-banner {
	display:block;
	margin:0 auto;
	overflow:hidden;
	padding:15px 0 0 0;
	width:690px;
}

.general .banner .list-banner > li .center-banner .info-banner li {
	float:left;
	text-align:center;
	width:225px;
}

.general .banner .list-banner > li .center-banner .info-banner li .text {
	color:#fff;
	display:block;
	font:18px Times, "Times New Roman";
	font-style:italic;
	line-height:18px;
	padding:10px 15px 0 15px;
	width:195px;
}

.general .banner .list-banner > li .center-banner .btn-banner {
	background:url(../../images/sections/home/btn-banner.png) no-repeat;
	color:#fff;
	display:block;
	font:19px museo300;
	height:49px;
	line-height:45px;
	margin:22px auto 0;
	overflow:hidden;
	text-align:center;
	text-transform:uppercase;
	width:191px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.general .banner .list-banner > li .center-banner .btn-banner strong {
	font-family:museo900;
	font-weight:normal;
}

.general .banner .list-banner > li .center-banner .btn-banner:hover {
	filter: alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}

.general .banner .list-banner > li.banner-01 {
	background:url(../../images/sections/home/banner-01.jpg) no-repeat center top;
}

.general .banner .list-banner > li.banner-02 {
	background:url(../../images/sections/home/banner-02.jpg) no-repeat center top;
}

.general .banner .list-banner > li.banner-03 {
	background:url(../../images/sections/home/banner-03.jpg) no-repeat center top;
}

.general .banner .list-banner > li.banner-03 img {
	float:left;
}

.general .banner .list-banner > li.banner-03 h2 {
	float:left;
	font-size:30px;
	line-height:30px;
	padding:0 0 0 45px;
	text-align:left;
	width:605px;
}

.general .banner .list-banner > li.banner-03 h2 strong {
	font-size:44px;
	line-height:44px;
}

.general .banner .list-banner > li.banner-03 p {
	clear:right;
	float:left;
	font-size:20px;
	line-height:28px;
	padding:35px 10px 22px 45px;
	text-align:left;
	width:595px;
}

.general .banner .list-banner > li.banner-03 .center-banner .btn-banner {
	background:url(../../images/sections/home/btn-banner2.png) no-repeat;
	clear:right;
	float:left;
	margin:0 0 0 45px;
}

.general .pagination {
	/*background:url(../../images/sections/home/bg-pagination.png) repeat-x;*/
	bottom:0;
	height:51px;
	left:0;
	position:absolute;
	width:100%;
}

.general .pagination ul {
	display:block;
	float:left;
	overflow:hidden;
	padding:16px 0 0 0;
}

.general .pagination ul li {
	background:url(../../images/sections/home/bullet.png) no-repeat;
	cursor:pointer;
	float:left;
	height:18px;
	margin:0 6px;
	width:18px;
}

.general .pagination ul li:hover {
	background-position:0 bottom;
}

.general .pagination ul li.on {
	background-position:0 bottom;
}

.general .home {
	background:url(../../images/sections/home/bg-home.png) no-repeat center top;
	padding:0 0 50px 0;
}

.general .home .video {
	background:url(../../images/sections/home/bg-video.png) no-repeat;
	float:left;
	height:318px;
	margin:40px 0 0 30px;
	padding:5px 0 0 6px;
	width:491px;
}

.general .home .video iframe {
	height:310px;
	width:482px;
}

.general .home .gallery-units {
	float:left;
	padding:50px 0 0 80px;
	width:485px;
}

.general .home .fR {
	padding:80px 0 0 30px;
	width:420px;
}

.general .home .fR h3 {
	color:#438693;
	font:42px museo300;
	line-height:42px;
	padding:0 0 22px 0;
	text-transform:uppercase;
}

.general .home .fR h3 strong {
	display:block;
	font-family:museo900;
	font-weight:normal;
}

.general .home .fR p {
	color:#4e4e4e;
	font:20px Times, "Times New Roman";
	font-style:italic;
	padding:0 10px 25px 0;
}

.general .home .fR a {
	background:url(../../images/sections/home/btn-home.png) no-repeat;
	color:#fff;
	display:block;
	float:right;
	font:15px museo300;
	height:38px;
	line-height:35px;
	margin:0 20px 0 0;
	overflow:hidden;
	text-align:center;
	text-transform:uppercase;
	width:147px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.general .home .fR a strong {
	font-family:museo900;
	font-weight:normal;
}

.general .home .fR a:hover {
	filter: alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}

.general .home .highlights {
	clear:both;
	width:980px;
}

.general .home .highlights ul {
	display:block;
	margin:0 auto;
	overflow:hidden;
	padding:32px 0 0 0;
	width:940px;
}

.general .home .highlights ul li {
	float:left;
	height:230px;
	margin-right:18px;
	position:relative;
	text-align:center;
	width:295px;
}

.general .home .highlights ul li:last-child {
	margin-right:0;
}

.general .home .highlights ul li a {
	display:block;
}

.general .home .highlights ul li img {
	margin-top:10px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.general .home .highlights ul li span {
	bottom:20px;
	color:#438693;
	display:block;
	font:18px museo300;
	left:0;
	position:absolute;
	text-transform:uppercase;
	width:295px;
}

.general .home .highlights ul li span strong {
	font-family:museo900;
	font-weight:normal;
}

.general .home .highlights ul li a:hover {
	text-decoration:none;
}

.general .home .highlights ul li a:hover img {
	margin-top:0;
}

.general .home .motivos {
	background:url(../../images/sections/home/bg-motivos.png) no-repeat center top;
	padding:62px 0 0 0;
	width:980px;
}

.general .home .motivos h3 {
	border-right:1px dashed #b7b4b0;
	color:#438693;
	float:left;
	font:42px museo300;
	line-height:42px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	padding:0 20px 0 30px;
	width:365px;
}

.general .home .motivos h3 strong {
	font-family:museo900;
	font-weight:normal;
}

.general .home .motivos .lista-motivos {
	color:#4e4e4e;
	display:none;
	float:left;
	font:20px Times, "Times New Roman";
	font-style:italic;
	height:100px;
	padding:45px 0 0 180px;
	position:relative;
	width:370px;
}

.general .home .motivos .lista-motivos span {
	color:#438693;
	display:block;
	font:116px museo900;
	left:25px;
	letter-spacing:-6px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:140px;
}

.general .home .motivos a {
	background:url(../../images/sections/home/btn-home.png) no-repeat;
	clear:right;
	color:#fff;
	display:block;
	float:right;
	font:15px museo300;
	height:38px;
	line-height:35px;
	margin:0 40px 0 0;
	overflow:hidden;
	text-align:center;
	text-transform:uppercase;
	width:147px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.general .home .motivos a strong {
	font-family:museo900;
	font-weight:normal;
}

.general .home .motivos a:hover {
	filter: alpha(opacity=80);
	opacity:0.8;
	text-decoration:none;
}

@media screen and (max-width: 800px) {
	.general .banner .list-banner > li .center-banner {
		width:768px;
	}
	
	.general .banner .list-banner > li.banner-03 img {
		width:230px;
	}
	
	.general .banner .list-banner > li.banner-03 h2 {
		width:490px;
	}
	
	.general .banner .list-banner > li.banner-03 p {
		width:480px;
	}
	
	.general .home .video {
		background:url(../../images/sections/home/bg-video768.png) no-repeat;
		height:226px;
		margin:40px 0 0 15px;
		padding:3px 0 0 4px;
		width:346px;
	}
	
	.general .home .video iframe {
		height:219px;
		width:340px;
	}
	
	.general .home .fR {
		padding:45px 0 0 15px;
		width:375px;
	}
	
	.general .home .fR h3 {
		font:36px museo300;
		line-height:36px;
		padding:0 0 15px 0;
	}
	
	.general .home .fR p {
		font:18px Times, "Times New Roman";
		font-style:italic;
		padding:0 10px 15px 0;
	}
	
	.general .home .highlights {
		width:768px;
	}
	
	.general .home .highlights ul {
		padding:120px 0 0 0;
		width:768px;
	}
	
	.general .home .highlights ul li {
		width:242px;
	}
	
	.general .home .highlights ul li span {
		width:242px;
	}
	
	.general .home .motivos {
		width:768px;
	}
	
	.general .home .motivos h3 {
		font:36px museo300;
		line-height:36px;
		width:310px;
	}
	
	.general .home .motivos .lista-motivos {
		font:18px Times, "Times New Roman";
		font-style:italic;
		padding:35px 0 0 155px;
		width:235px;
	}
	
	.general .home .motivos .lista-motivos span {
		font:100px museo900;
	}
}

@media screen and (max-width: 736px) {
	.general .header {
		background:#000;
	}
	
	.general .banner {
		height:510px;
	}
	
	.general .banner .list-banner {
		height:510px;
	}
	
	.general .banner .list-banner > li {
		height:510px;
	}
	
	.general .banner .list-banner > li .center-banner {
		height:480px;
		padding:30px 0 0 0;
		width:100%;
	}
	
	.general .banner .list-banner > li .center-banner h2 {
		font:25px museo300;
		line-height:25px;
	}
	
	.general .banner .list-banner > li .center-banner p {
		font:20px Times, "Times New Roman";
		font-style:italic;
		line-height:28px;
	}
	
	.general .banner .list-banner > li .center-banner .info-banner {
		width:320px;
	}
	
	.general .banner .list-banner > li .center-banner .info-banner li {
		float:none;
		height:86px;
		margin-bottom:12px;
		text-align:left;
		width:auto;
	}
	
	.general .banner .list-banner > li .center-banner .info-banner li img {
		float:left;
		height:86px;
		margin:0 14px 0 0;
		width:86px;
	}
	
	.general .banner .list-banner > li .center-banner .info-banner li .text {
		padding:14px 0 0 0;
		width:auto;
	}
	
	.general .banner .list-banner > li .center-banner .btn-banner {
		margin:12px auto 0;
	}
	
	.general .banner .list-banner > li.banner-01 {
		background:url(../../images/sections/home/banner-01.jpg) no-repeat center top;
		background-size:1550px 510px;
	}
	
	.general .banner .list-banner > li.banner-02 {
		background:url(../../images/sections/home/banner-02.jpg) no-repeat center top;
	}
	
	.general .banner .list-banner > li.banner-03 {
		text-align:center;
	}
	
	.general .banner .list-banner > li.banner-03 img {
		float:none;
		width:170px;
	}
	
	.general .banner .list-banner > li.banner-03 h2 {
		float:none;
		font-size:18px;
		line-height:18px;
		padding:0 0 0 0;
		text-align:center;
		width:auto;
	}
	
	.general .banner .list-banner > li.banner-03 h2 strong {
		font-size:34px;
		line-height:34px;
	}
	
	.general .banner .list-banner > li.banner-03 p {
		clear:right;
		float:none;
		font-size:18px;
		line-height:22px;
		padding:15px 0 15px 0;
		text-align:center;
		width:auto;
	}
	
	.general .banner .list-banner > li.banner-03 .center-banner .btn-banner {
		float:none;
		margin:0 auto;
	}
	
	.general .home {
		background:#fff url(../images/structure/bg-content.png) no-repeat center top;
		padding:0 0 50px 0;
	}
	
	.general .home .video {
		background:url(../../images/sections/home/bg-video.png) no-repeat 0 225px;
		float:none;
		height:318px;
		margin:0 auto;
		padding:230px 0 0 6px;
		width:491px;
	}
	
	.general .home .video iframe {
		height:310px;
		width:482px;
	}
	
	.general .home .fR {
		float:none!important;
		padding:0 0 0 0;
		position:absolute;
		left:0;
		top:0;
		width:100%;
	}
	
	.general .home .fR h3 {
		font:30px museo300;
		line-height:30px;
		padding:14px 0 14px 0;
		text-align:center;
	}
	
	.general .home .fR p {
		font:16px Times, "Times New Roman";
		font-style:italic;
		margin:0 auto;
		padding:0 0 14px 0;
		text-align:center;
		width:320px;
	}
	
	.general .home .fR a {
		float:none;
		margin:0 auto;
	}
	
	.general .home .highlights {
		margin:0 auto;
		width:320px;
	}
	
	.general .home .highlights ul {
		display:block;
		margin:0 auto;
		overflow:hidden;
		padding:32px 0 0 0;
		width:300px;
	}
	
	.general .home .highlights ul li {
		float:none;
		height:86px;
		margin-bottom:14px;
		margin-right:0;
		position:relative;
		text-align:left;
		width:100%;
	}
	
	.general .home .highlights ul li:last-child {
		margin-right:0;
	}
	
	.general .home .highlights ul li a {
		display:block;
	}
	
	.general .home .highlights ul li img {
		margin-top:0;
		height:86px;
		width:86px;
	}
	
	.general .home .highlights ul li span {
		bottom:20px;
		color:#438693;
		display:block;
		font:18px museo300;
		left:105px;
		position:absolute;
		text-transform:uppercase;
		width:auto;
	}
	
	.general .home .motivos {
		height:250px;
		padding:32px 0 0 0;
		width:100%;
	}
	
	.general .home .motivos h3 {
		border-right:none;
		float:none;
		font:30px museo300;
		line-height:30px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		text-align:center;
		width:100%;
	}
	
	.general .home .motivos .lista-motivos {
		float:none;
		font:16px Times, "Times New Roman";
		font-style:italic;
		height:70px;
		padding:110px 0 0 0;
		position:relative;
		text-align:center;
		width:100%;
	}
	
	.general .home .motivos .lista-motivos span {
		left:50%;
		margin-left:-70px;
	}
	
	.general .home .motivos a {
		float:none;
		margin:0 auto;
	}
}

@media screen and (max-width: 480px) {
	.general .banner .list-banner > li .center-banner p {
		padding:35px 50px 50px 50px;
	}
	
	.general .banner .list-banner > li.banner-03 img {
		float:none;
		width:150px;
	}
	
	.general .banner .list-banner > li.banner-03 h2 {
		padding:0 0 0 0;
	}
	
	.general .banner .list-banner > li.banner-03 p {
		padding:15px 0 15px 0;
	}
	
	.general .home .video {
		background-size:476px 311px;
		height:306px;
		width:471px;
	}
	
	.general .home .video iframe {
		height:299px;
		width:463px;
	}
}

@media screen and (max-width: 384px) {
	.general .banner .list-banner > li .center-banner p {
		padding:35px 30px 50px 30px;
	}
	
	.general .banner .list-banner > li.banner-03 img {
		width:120px;
	}
	
	.general .banner .list-banner > li.banner-03 h2 {
		font-size:15px;
		line-height:15px;
	}
	
	.general .banner .list-banner > li.banner-03 h2 strong {
		font-size:25px;
		line-height:25px;
	}
	
	.general .banner .list-banner > li.banner-03 p {
		font-size:14px;
		line-height:18px;
		padding:15px 0 15px 0;
	}
	
	.general .home .video {
		background-size:356px 233px;
		height:228px;
		width:351px;
	}
	
	.general .home .video iframe {
		height:220px;
		width:343px;
	}
}

@media screen and (max-width: 320px) {
	.general .banner .list-banner > li .center-banner p {
		padding:35px 15px 50px 15px;
	}
	
	.general .home .video {
		background-position:0 240px;
		background-size:316px 206px;
		height:201px;
		padding:245px 0 0 6px;
		width:311px;
	}
	
	.general .home .video iframe {
		height:194px;
		width:303px;
	}
	
	.general .home .motivos h3 {
		font:26px museo300;
	}
}