html {
	background: url(../../images/background.jpg);
	height: 100%;
	min-height: 100%;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	background: url(../../images/body-background.jpg) left top repeat-x;
	height: 100%;
	min-height: 100%;
	margin: 0;
	font-family: 'Maven Pro', sans-serif;
}

input, textarea {
	font-family: 'Maven Pro', sans-serif;
}

.fonelateral {
	position: fixed;
	right: 0px;
	top: 50%;
	color: white;
	background: #31A46D;
	font-family: 'Maven Pro',sans-serif;
	text-transform: uppercase;
	padding: 10px;
	font-size: 12px;
  font-weight: 700;
	cursor: pointer;
}

.fonelateral strong, .fonelateral span {
	float: left;
	clear: both;,
	margin:  4px 0px;
	text-align: center;
	width: 100%;
}

/* @group header */

#header {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
}

#header .logo {
	width: 208px;
	height: 65px;
	float: left;
	background: url(../../images/header-logo.png) left top no-repeat;
	text-indent: -999px;
	margin-top: 20px;
	margin-left: 20px;
}

#header .menu {
	float: right;
	background: white;
	margin-top: 10px;
}

#header .menu ul {
	float: left;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
	box-shadow: 0 0 6px rgba(0,0,0,.16);
	font-size: 15px;
	*padding-bottom:10px;
}

#header .menu ul li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px;
	margin-left: 0px;
}

#header .menu ul li a {
	color: #31A46D;
	padding: 3px;
	padding-left: 13px;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #A0D3B8;
}

#header .menu ul :first-child a {
	border-left: 0px;
}

#header .menu ul li a:hover {
	color: #008ED2;
}

#header .top-options {
	float: right;
	width: 530px;
	background: url(../../images/header-opt-background.png) left bottom repeat-x;
	margin-bottom: 10px;
}

#header .top-options ul {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	font-weight: 700;
}

#header .top-options ul li {
	float: left;
	color: #fff;
	text-transform: uppercase;
	list-style: none;
	margin-right: 15px;
	font-size: 12px;
}

#header .top-options ul li a {
	color: #fff;
	text-decoration: none;
}

#header .top-options ul li a:hover {
	text-decoration: underline;
}

#header .top-options .chat {
	float: right;
	background: url(../../images/header-chat.png) right center no-repeat #31A46D;
	text-align: left;
	padding: 8px;
	padding-right: 30px;
	text-transform: uppercase;
	color: white;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
}

#header .top-options .flags {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}


/* @end */




/* @group wrapper */

#wrapper {
	width: 1000px;
	margin: 0 auto;

}

#wrapper #main {
	width: 720px;
	float: left;
}


.package-list {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}

.package-list:last-child {
	margin-bottom: 0px;
}

.package-list h3 {
	float: left;
	color: #fff;
	letter-spacing: -2px;
	font-weight: normal;
	font-size: 35px;
	text-shadow: 0 1px 2px rgba(0,0,0,.41);
	margin: 0;
	margin-bottom: 15px;
}

.package-list .content {
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
	box-shadow: 0 0 6px rgba(0,0,0,.16);
	float: left;
}

.package-list .content .item {
	width: 215px;
	margin-left: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	float: left;
	*padding-bottom:18px;
}

.package-list .content .item .pic {
	width: 100%;
	float: left;
}

.package-list .content .item h4 {
	color: #3fa367;
	font-size: 23px;
	font-weight: bold;
	margin: 0;
	margin-top: 15px;
	float: left;
	margin-bottom: 10px;
}

.package-list .content .item a {
	text-decoration: none;
}

.package-list .see-all {
	float: right;
	color: #fff;
	background: url(../../images/button-blue.jpg) left top repeat-x #007FC3;
	padding: 6px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

.package-list .content .item a {
	color: #333;
}

.package-list .content .item p {
	font-size: 13px;
	float: left;
	width: 100%;
	*padding-bottom:10px;
	margin-bottom: 0px;
}

.package-list .content .item span {
	float: left;
	width: 100%;
	letter-spacing: -1px;
}


.package-list .content .item span strong {
	color: #007ec7;
	font-size: 23px;
	font-weight: bold;
}

.package-list.wide .content .item {
	margin-left: 27px;
	*margin-left:27px;
}


#main #banners {
	width: 720px;
	height: 360px;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
	box-shadow: 0 0 6px rgba(0,0,0,.16);
	background: white;
	position: relative;
}

#banners .item {
	position: absolute;
	width: 700px;
	height: 340px;
	overflow: hidden;
	left: 10px;
	top: 10px;
	display: none;
}

#banners .item .info {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #fff;
	width: 250px;
	padding-bottom: 10px;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);

}

#banners .item .info h2 {
	color: #007ec6;
	font-size: 39px;
	font-weight: bold;
	background: url(../../images/dot-blue.png) left bottom no-repeat;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}


#banners .item .info ul {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 15px;
}


#banners .item .info ul li {
	list-style: none;
	color: #08476c;
	font-size: 16px;
	margin-bottom: 5px;
}

#banners .item .info hr {
	float: left;
	width: 100%;
	border: none;
	height: 1px;
	background: #e5e5e5;
}

#banners .item .info span {
	float: left;
	width: 230px;
	margin-left: 10px;
	color: #08476c;
font-size: 14px;
text-shadow: 0 1px 0 #fff;

}

#banners .item .info h4 {
	color: #3fa367;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#banners .next {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 40px;
	z-index: 1;
	background: url(../../images/banners-nav.png) right top no-repeat;
	cursor: pointer;
}

#banners .next:hover {
	background-position: right bottom;
}


#banners .prev {
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 90px;
	z-index: 1;
	background: url(../../images/banners-nav.png) left top no-repeat;
	cursor: pointer;
}

#banners .prev:hover {
	background-position: left bottom;
}


#wrapper #sidebar {
	width: 250px;
	float: right;
}

#sidebar .box {
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);
	float: left;
	width: 250px;
	padding: 10px;
	margin-bottom: 30px;
}

#sidebar .box .ad {
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);
	float: left;
	width: 230px;
  height:210px;
	padding: 0px;
  margin-top: 10px;
  margin-left: 10px;
	margin-bottom: 0px;
}


#sidebar .box.atendimento .title {
	float: left;
	width: 100%;
	background: url(../../images/sidebar-chat.png) center top no-repeat;
	padding-top: 40px;
}

#sidebar .box.atendimento .title h3 {
	color: #3fa367;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

#sidebar .box.atendimento .title h5 {
	color: #007ec7;
	font-size: 13px;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}


#sidebar .box.atendimento ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}


#sidebar .box.atendimento ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 8px;
	margin-left: 5px;
}

#sidebar input[type=text] {
	width: 220px;
	height: 37px;
	border: 1px solid #dbdbdb;
	background-color: rgba(143,143,143,.06);
	-moz-box-shadow: inset 0 4px 5px rgba(0,0,0,.04);
	-webkit-box-shadow: inset 0 4px 5px rgba(0,0,0,.04);
	box-shadow: inset 0 4px 5px rgba(0,0,0,.04);
	line-height: 37px;
	color: #8e8e8e;
	font-size: 14px;
	outline: none;
}

#sidebar textarea {
	width: 220px;
	height: 50px;
	border: 1px solid #dbdbdb;
	background-color: rgba(143,143,143,.06);
	-moz-box-shadow: inset 0 4px 5px rgba(0,0,0,.04);
	-webkit-box-shadow: inset 0 4px 5px rgba(0,0,0,.04);
	box-shadow: inset 0 4px 5px rgba(0,0,0,.04);
	color: #8e8e8e;
	font-size: 14px;
	outline: none;
	resize: none;
}

#sidebar input[type=submit] {
	float: right;
	color: #fff;
	background: url(../../images/button-blue.jpg) left top repeat-x #007FC3;
	padding: 8px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

#sidebar .box.newsletter {
	background: url(../../images/sidebar-newsletter.png) center top no-repeat #fff;
}

#sidebar .box.newsletter .title {
	float: left;
	width: 100%;
	padding: 15px 0px 15px 0px;
	margin-bottom: 20px;
}

#sidebar .box.newsletter .title h3 {
	float: left;
	width: 100%;
	color: #3fa367;
	font-size: 23px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}

#sidebar .box.newsletter .title span {
	color: #007ec7;
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#sidebar .box.newsletter p {
	color: #8e8e8e;
	text-align: center;
	font-size: 12px;
}

#sidebar .box.newsletter ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#sidebar .box.newsletter ul li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px
}

#sidebar .box.newsletter ul li .remove {
	width: 60px;
	float: left;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
	margin-left: 5px;
	text-decoration: none;
}

#sidebar h2 {
	color: #3fa367;
	font-size: 26px;
	font-weight: normal;
	background: url(../../images/dot-green.png) left bottom no-repeat;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-bottom: 10px;
}

#sidebar h2 a{
	color: #3fa367;
  text-decoration: none;
}

#sidebar .box.tarifario ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	margin-top: 20px;
}

#sidebar .box.tarifario ul li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

#sidebar .box.cambio ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	margin-top: 20px;
}

#sidebar .box.cambio ul li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #007ec7;
	font-size: 15px;
	font-weight: bold;
	list-style: none;
	margin-bottom: 5px;
}

#sidebar .box.cambio ul li a {
	color: #007ec7;
  text-decoration: none;
}

#sidebar .box.tarifario ul li a {
	color: #666;
	text-decoration: none;
}

#sidebar .box.tarifario ul li a:hover {
	text-decoration: underline;
}


#sidebar .box.exchange dl {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

#sidebar .box.exchange dl dt {
	float: left;
	width: 115px;
	margin: 0;
	padding: 0;
	color: #646464;
	font-size: 18px;
	text-transform: uppercase;
	clear: left;
	margin-bottom: 3px;
}

#sidebar .box.exchange dl dd {
	float: left;
	width: 115px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #007dc7;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

#sidebar .box.exchange span {
	background: url(../../images/sidebar-exchange-clock.png) left center no-repeat;
	color: #7d7d7d;
	font-size: 11px;
	padding: 5px 0px 5px 25px;
	margin-top: 10px;
	float: left;
}

/* @end */







/* @group footer */

#footer {
	width: 100%;
	float: left;
	height: 287px;
	margin: 0 auto;
	margin-top: 40px;
	background: url(../../images/footer-background.jpg) left top repeat-x #042743;
}

#footer .content {
	width: 1000px;
	height: 287px;
	margin: 0 auto;
}

#footer .content .holder {
	width: 100%;
	float: left;
	height: 230px;
}

#footer .content .box {
	width: 200px;
	float: left;
	height: 160px;
	margin-top: 30px;
	margin-right: 20px;
	border-right: 1px solid #136876;
}

#footer .content h4 {
	margin: 0;
	padding: 0;
	color: #59a5d1;
	font-size: 27px;
	background: url(../../images/footer-dot.png) left bottom no-repeat;
	padding-bottom: 20px;
	letter-spacing: -1px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#footer .content .box ul {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	width: 150px;
}

#footer .content .box ul li {
	width: 100%;
	list-style: none;
	font-size: 13px;
	margin-bottom: 5px;
}

#footer .content .box ul li a {
	color: #fff;
	text-decoration: none;
}

#footer .content .box ul li a:hover {
	text-decoration: underline;
}

#footer .content .box.about {
	width: 350px;
}

#footer .content .box.social {
	width: 100px;
}

#footer .content .box.social li {
	width: auto;
	float: left;
	margin-right: 10px;
}


#footer .content .box.address {
	float: right;
	margin: 0px;
	border: none;
	color: #fff;
	width: 285px;
	font-size: 13px;
	margin-top: 30px;
	text-align: right;
}

#footer .content .box.address .tel {
	font-size: 15px;
	font-weight: 700;
	float: right;
}

#footer .content .box.address address {
	width: 100%;
	float: left;
	font-style: normal;
	color: #9bdaff;
	margin-bottom: 20px;
}

#footer .content .ending {
	width: 100%;
	height: 55px;
	line-height: 55px;
	float: left;
	color: #2f7ba6;
	font-size: 12px;
}

#footer .content .ending a {
	float: right;
	color: #2f7ba6;
	background: url(../../images/footer-fw.png) right center no-repeat;
	text-decoration: none;
	padding-right: 50px;
}

#footer .content .ending em {
	font-style: normal;
}


/* @end */




/* @group pacote-detail */

#package-detail {
	width: 980px;
	float: left;
	margin-bottom: 30px;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
	box-shadow: 0 0 6px rgba(0,0,0,.16);
	background: #fff;
	padding: 10px;
	*padding-bottom:20px;
}

#package-detail .pictures {
	width: 960px;
	height: 380px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

#package-detail .pictures img {
	max-width: 100%;
	height: auto;
}

#package-detail .pictures .item {
	position: absolute;
	width: 980px;
	height: 380px;
	overflow: hidden;
	display: none;
}

#package-detail .pictures .info {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	background: url(../../images/package-detail-info-shade.png) left bottom repeat-x;
	width: 100%;
	padding-top: 240px;
	top: 0px;
	left: 0px;
	right: 0px;
}

#package-detail .pictures .info h1 {
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	text-shadow: 0 2px 3px rgba(0,0,0,.75);
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
	line-height: 58px;
	float: left;
	margin-left: 15px;
}

#package-detail .pictures .info h2 {
	color: #fff;
	font-weight: normal;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	margin-left: 15px;
	letter-spacing: -1px;
}

#package-detail .pictures .info span {
	color: white;
	float: left;
	clear: left;
	margin-left: 15px;
}

#package-detail .pictures .info h2 strong {
	color: #41DD7E;
}

#package-detail .pictures .info .nav {
	position: absolute;
	right: 20px;
	bottom: 30px;
	height: 20px;
}

#package-detail .pictures .info .nav a {
	background:url(../../images/package-detail-nav.png)  center center no-repeat;
	padding: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	*float:left;
}

#package-detail .pictures .info .nav a.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


#package-detail .contents {
	float: left;
	width: 460px;
	margin-bottom: 20px;
	color: #2786b7;
	font-size: 14px;
	margin-left: 10px;
}

#package-detail .contents ul {
	float: left;
	width: 100%;
	padding-left: 15px;
	*margin:0;
	*margin-bottom:10px;
}

#package-detail .contents ul li {
	float: left;
	width: 100%;
	margin-bottom: 4px;
	*float:none;
}

#package-detail .contents h4 {
	color: #3fa367;
	font-size: 22px;
	font-weight: bold;
	background: url(../../images/dot-green.png) left bottom no-repeat;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	letter-spacing: -1px;
}



#package-detail .payment {
	float: right;
	width: 460px;
	margin-bottom: 20px;
	color: #444;
	font-size: 14px;
	margin-left: 10px;
}

#package-detail .payment h4 {
	color: #3fa367;
	font-size: 22px;
	font-weight: bold;
	background: url(../../images/dot-green.png) left bottom no-repeat;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	letter-spacing: -1px;
}

/* @end */

/* @group pacote listagem */

#package-grid .package-list {
	margin-bottom: 0px;
}

#package-grid .package-list .content {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

#package-grid .holder {
	float: left;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);

}

#package-grid h1 {
	color: #fff;
	font-size: 38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.41);
	float: left;
	width: 100%;
	letter-spacing: -1px;
	font-weight: normal;
	*margin-bottom:20px;
}

#package-grid hr {
	float: left;
	width: 100%;
	border: none;
	*border:0;
	height: 1px;
	background: #e5e5e5;
	margin-top: 10px;
	margin-bottom: 10px;
	*border-color:#e5e5e5;
	 filter : alpha(opacity=50);
}


.pagination {
	float: left;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.pagination a {
	border: 1px solid #e5e5e5;
	padding: 7px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	color: #444;
}

.pagination a.active {
	background: url(../../images/pagination-active.png) left top repeat-x;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 8px;
	padding-left: 13px;
	padding-right: 13px;
}

/* @end */

/* @group depoimentos */

#depoimentos h1 {
	color: #fff;
	font-size: 38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.41);
	float: left;
	width: 100%;
	letter-spacing: -1px;
	font-weight: normal;
	*margin-bottom:20px;
}

#depoimentos .holder {
	float: left;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);
	padding-bottom: 20px;
}

#depoimentos .depoimento-item {

	width: 30%;
	display: inline-block;
	margin:1%;
	vertical-align: top;
}

#depoimentos .depoimento-item p {
	float: left;
	width: 260px;
	padding-left: 40px;
	background: url(../../images/depoimentos-quote.png) left top no-repeat;
	color: #31A46D;
	font-size: 15px;
	line-height: 21px;
	font-weight: 100;
}

#depoimentos .depoimento-item .info {
	float: left;
	width: 100%;
	background: url(../../images/depoimentos-dot.png) right top no-repeat;
	padding-top: 5px;
	margin-top: 5px;
}

#depoimentos .depoimento-item .info h3 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #3b91c3;
	font-size: 13px;
	font-weight: bold;
}

#depoimentos .depoimento-item .info h4 {
	font-weight: normal;
	float: left;
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
}

/* @end */


/* @group fale conosco */

#fale-conosco h1 {
	color: #fff;
	font-size: 38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.41);
	float: left;
	width: 100%;
	letter-spacing: -1px;
	font-weight: normal;
	*margin-bottom:20px;
}

#fale-conosco .holder {
	float: left;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);
	padding-bottom: 20px;
}


#fale-conosco p {
	color: #32779f;
	font-size: 14px;
	float: left;
	width: 940px;
	margin: 20px;
	margin-top: 40px;
}

#fale-conosco .forms {
	float: left;
	width: 440px;
	margin-left: 20px;
}

#fale-conosco .forms dl {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#fale-conosco .forms dl dt {
	float: left;
	width: 100%;
	color: #3fa367;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}

#fale-conosco .forms dl dd {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}

#fale-conosco .forms dl dd input[type=text] {
	width: 420px;
height: 39px;
border: 1px solid #d9d9d9;
background-color: #fff;
-moz-box-shadow: inset 0 3px 10px rgba(0,0,0,.11);
-webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,.11);
box-shadow: inset 0 3px 10px rgba(0,0,0,.11);
	float: left;
	outline: none;
	color: #226B94;
	padding-left: 10px;
	font-size: 13px;
}

#fale-conosco .forms dl dd textarea {
	width: 420px;
height: 200px;
border: 1px solid #d9d9d9;
background-color: #fff;
-moz-box-shadow: inset 0 3px 10px rgba(0,0,0,.11);
-webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,.11);
box-shadow: inset 0 3px 10px rgba(0,0,0,.11);
	float: left;
	outline: none;
	padding-left: 10px;
	color: #226B94;
	font-size: 13px;
}

#fale-conosco .forms dl dd input[type=submit] {
	float: right;
	color: #fff;
	background: url(../../images/button-blue.jpg) left top repeat-x #007FC3;
	padding: 8px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	cursor: pointer;
}


#fale-conosco .address {
	float: right;
	width: 440px;
	margin-left: 20px;
	margin-right: 40px;
	margin-top: 20px;
}


#fale-conosco .address .phones {
	float: left;
	width: 100%;
}

#fale-conosco .address .phones .main-tel {
	float: right;
	color: #3fa367;
	font-size: 28px;
	font-weight: bold;
	background: url(../../images/contact-phone.png) left center no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #e5e5e5;
}

#fale-conosco .address .phones .sub-tels {
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 10px;
	color: #3fa367;
	font-size: 15px;
	font-weight: bold;

}

#fale-conosco .address address {
	font-size: 13px;
	font-style: normal;
	color: #555;
}

#fale-conosco .address .map {
	float: left;
	width: 430px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	margin-top: 25px;
	margin-bottom: 25px;
}

#fale-conosco .address .map img {
	float: left;
}

/* @end */

/* @group pag texto */

#pag-texto h1 {
	color: #fff;
	font-size: 38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.41);
	float: left;
	width: 100%;
	letter-spacing: -1px;
	font-weight: normal;
	*margin-bottom:20px;
}

#pag-texto .holder {
	float: left;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);
	padding-bottom: 20px;
	padding-top: 20px;
}


#pag-texto .holder p {
	color: #32779f;
	font-size: 14px;
	padding: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
}

#pag-texto .holder .left {
	float: left;
	margin: 20px;
}

#pag-texto .holder .right {
	float: right;
	margin: 20px;
}

/* @end */


/* @group pag texto */

#eventos h1 {
	color: #fff;
	font-size: 38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.41);
	float: left;
	width: 100%;
	letter-spacing: -1px;
	font-weight: normal;
	*margin-bottom:20px;
}

#eventos .holder {
	float: left;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);
	padding-bottom: 20px;
}

#eventos .holder .event-item {
	float: left;
	width: 960px;
	margin: 20px;
}

#eventos .holder .event-item .pic {
	float: right;
}

#eventos .holder .event-item .info {
	float: left;
	width: 630px;
}

#eventos .holder .event-item .info h2 {
	color: #3fa367;
	font-size: 23px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../../images/dot-blue.png) left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#eventos .holder .event-item .info a {
	color: #31A46D;
	text-decoration: none;
}

#eventos .holder .event-item .info span {
	float: left;
	width: 100%;
	font-size: 13px;
}

#eventos .holder .event-item .info p {
	font-size: 13px;
	float: left;
	width: 100%;
}

#eventos .holder hr {
	float: left;
	width: 100%;
	border: none;
	*border:0;
	height: 1px;
	background: #e5e5e5;
	margin-top: 10px;
	margin-bottom: 10px;
	*border-color:#e5e5e5;
	 filter : alpha(opacity=50);
}

/* @end */



/* @group pag texto */

#informacoes h1 {
	color: #fff;
	font-size: 38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.41);
	float: left;
	width: 100%;
	letter-spacing: -1px;
	font-weight: normal;
	*margin-bottom:20px;
}

#informacoes .holder {
	float: left;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);
	padding-bottom: 20px;
}

#informacoes .holder .info-item {
	float: left;
	width: 960px;
	margin: 20px;
}



#informacoes .holder .info-item h2 {
	color: #3fa367;
	font-size: 28px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../../images/dot-blue.png) left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

#informacoes .holder .info-item .pic {
	float: left;
}

#informacoes .holder .info-item .info {
	float: right;
	width: 600px;
	font-size: 13px;
}

#informacoes .holder .info-item .info p {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 13px;
}

#informacoes .holder hr {
	float: left;
	width: 100%;
	border: none;
	*border:0;
	height: 1px;
	background: #e5e5e5;
	margin-top: 10px;
	margin-bottom: 10px;
	*border-color:#e5e5e5;
	 filter : alpha(opacity=50);
}

/* @end */


/* @group parceiros */

#parceiros h1 {
	color: #fff;
	font-size: 38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.41);
	float: left;
	width: 100%;
	letter-spacing: -1px;
	font-weight: normal;
	*margin-bottom:20px;
}

#parceiros .holder {
	float: left;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);
	padding-bottom: 20px;
	padding-top: 30px;
}

#parceiros .holder .parceiro-item {
	float: left;
	float: left;
	width: 300px;
	margin-left: 32px;
	margin-bottom: 42px;
}

#parceiros .holder .parceiro-item .pic {
	width: 258px;
	height: 174px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

#parceiros .holder .parceiro-item h3 {
	color: #3fa367;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#parceiros .holder .parceiro-item span {
	font-size: 13px;
	float: left;
	width: 100%;
}

#parceiros .holder .parceiro-item a {
	font-size: 14px;
	font-weight: bold;
	color: #2485b5;
	text-decoration: none;
}

/* @end */


/* @group parceiros */

#tarifario h1 {
	color: #fff;
	font-size: 38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.41);
	float: left;
	width: 100%;
	letter-spacing: -1px;
	font-weight: normal;
	*margin-bottom:20px;
}

#tarifario .holder {
	float: left;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.16);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
box-shadow: 0 0 6px rgba(0,0,0,.16);
	padding-bottom: 20px;
	padding-top: 20px;
}


#tarifario .holder p {
	float: left;
	width: 960px;
	margin: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #3d93c3;
	font-size: 13px;

}

#tarifario .holder hr {
	float: left;
	width: 100%;
	border: none;
	*border:0;
	height: 1px;
	background: #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
	*border-color:#e5e5e5;
	 filter : alpha(opacity=50);
}

#tarifario .holder .item {
	float: left;
	width: 300px;
	padding-top: 260px;

	margin-bottom: 40px;
	margin-top: 20px;
	margin-left: 23px;
}

#tarifario .holder .item h3 {
	color: #3fa367;
	font-size: 16px;
	font-weight: bold;
	float: left;
	text-align: center;
	width: 100%;
	background: url(../../images/dot-slim-gray.jpg) top center no-repeat;
	padding-top: 10px;
}

#tarifario .holder .item a {
	background: url(../../images/button-blue-2.jpg) left top repeat-x #3180BA;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	padding: 8px;
	margin-left: 100px;
	float: left;
	*margin-top:20px;
}

#tarifario .holder .item.nacional {
	background: url(../../images/tarifario-1.jpg) center top no-repeat;
}

#tarifario .holder .item.veiculos {
	background: url(../../images/tarifario-2.jpg) center top no-repeat;
}


#tarifario .holder .item.internacional {
	background: url(../../images/tarifario-3.jpg) center top no-repeat;
}

#main-nav {
	display: none;
}

.instagram-fotos a {
	float: left;
	width: 48%;
	margin: 1%;
}

.instagram-fotos a img {
	float: left;
	width: 100%;
	height: auto;
}

.tel-handler {
	float: left;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	    justify-content: flex-end;
}

.tels {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.text-video {
	float: left;
	width: 100%;
	padding: 10px 0px;
}

.new-phones-contact span {
	font-weight: bold;
	font-size: 16px;
	color: #3EA366;
}

.new-phones-contact {
	float: left;
	width: 100%;
}
.new-phones-contact .row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.new-phones-contact .row .item {
	float: left;
	width: 50%;
	padding-left: 40px;
	color: #3EA366;
	font-size: 22px;
	font-weight: bold;
}

.new-phones-contact .row .item.tel {
	background: url(../../images/contact-phone.png) left center no-repeat;
}

.new-phones-contact .row .item.whatsapp {
	background: url(../../images/whats-contact.png) left center no-repeat;
}

@media (max-width: 600px) {
	.new-phones-contact .row .item  {
		width: 100%;
	}
}

.package-list .content .item span .parcelamento {
	font-size: 14px;
	margin-top: -10px;
}

/* @end */
