@import url("reset.css");
@import url("select.css");

/*--------------------------------------------------\
|													||
|													|||
|   Nome do cliente                                 |||
|										Em Nov/2011	|||
|													|||
 \--------------------------------------------------\||
  \--------------------------------------------------*/


* {margin: 0;padding: 0;}
nav, aside, header, footer, article, section, figure {display: block;}
fieldset, a img {border: none;}
body{
}
body, .ipt, select, textarea{
	color:#646464;
	font-family: 'museo_sans100';
	font-size:14px;
}
a:hover{ text-decoration:none;}
p{ margin:0 0 11px 0;}
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.show { display:block; }
.hide { display:none; }
.fl { float:left;display:inline; }
.fr { float:right;display:inline; }
.cb { clear: both; }
.inside{ margin: 0 auto; position: relative; width: 960px;}
ul{ list-style: none;}
h1, h2, h3, h4, h5, h6{color: #000}
img{max-width: 100%}
.container-fluid{
	position: relative;
}
.fa{padding-left: 5px;}

/*===================================================
	Rejeita Browser
==================================================*/

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 200;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 300;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	text-align: left;
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	margin: 0 0 0 50px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

/*==========================================
	Header
=========================================*/

header{
	position: relative;
	z-index: 3;
}
header.headerDesk .logo{
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 2
}
header.headerDesk .topoDir{
	position: absolute;
	right: 0;
	top: 48px;
	z-index: 2
}
header.headerDesk .topoDir .en{
	background: url(images/bandeira-br.png) no-repeat 0 0;
	float: right;
	height: 20px;
	margin-right: 40px;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;
}
header.headerDesk .topoDir .telTop{
	color: #000;
	float: right;
}
header.headerDesk .topoDir .telTop:hover,
header.headerDesk .topoDir .telTop:focus{
	color: #636363;
	text-decoration: none;
}
header.headerDesk .container{
	min-height: 110px;
}
header.headerDesk .mainMenu{
	padding: 105px 0 0;
	text-align: center;
}
header.headerDesk .mainMenu ul li{
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
}
header.headerDesk .mainMenu ul li a{
	color: #000;
}
header.headerDesk .mainMenu ul li a:hover,
header.headerDesk .mainMenu ul li a:focus,
header.headerDesk .mainMenu ul li a.ativo{
	color: #636363;
	text-decoration: none;
}
header.headerDesk .mainMenu ul li ul.sub1{
	background: #fff;
	border: 1px solid #636363;
	visibility: hidden;
	opacity: 0
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	left: -20px;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
header.headerDesk .mainMenu ul li ul.sub1 li{
	display: block;
	line-height: normal;
	text-align: left;
}
header.headerDesk .mainMenu ul li ul.sub1 li a{
	display: block;
	padding: 5px 20px;
	white-space: nowrap;
}
header.headerDesk .mainMenu ul li:hover ul.sub1{
	visibility: visible;
	opacity: 1
}

header.headerDesk .mainMenu ul.sub1 li ul.sub2{
	background: #fff;
	border: 1px solid #636363;
	visibility: hidden;
	opacity: 0
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	top: -11px;
	right: -100%;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
header.headerDesk .mainMenu ul.sub1 li ul.sub2 li{
	display: block;
	line-height: normal;
	text-align: left;
}
header.headerDesk .mainMenu ul.sub1 li ul.sub2 li a{
	display: block;
	padding: 5px 20px;
	white-space: nowrap;
}
header.headerDesk .mainMenu ul.sub1 li:hover ul.sub2{
	visibility: visible;
	opacity: 1
}

/*----------------- Header Mobile ----------------*/

.headerMobile{
	border-bottom: 1px solid #c2c1c1;
	background: #fff;
	height: 93px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}
.headerMobile .logo img{
	margin: 10px 0;
}
.headerMobile .telTop{
	color: #000;
	float: right;
	font-size: 16px;
	margin: 10px 0;
}
.headerMobile .telTop:hover,
.headerMobile .telTop:focus{
	color: #636363;
	text-decoration: none;
}
.headerMobile .en{
	background: url(images/bandeira-en.png) no-repeat 0 0;
	float: right;
	height: 20px;
	margin: 6px 20px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;
}
.btMenu {
	background-color: #fff;
	border: 1px solid #000;
	clear: both;
	float: right;
	padding: 3px 0 7px;
	width: 40px
}
.btMenu .icon-bar {
	border-radius: 1px;
	background-color: #000;
	display: block;
	height: 2px;
	margin: 4px auto 0;
	width: 22px
}
.btMenu:hover,
.btMenu:focus{
	border: 1px solid #636363;
}
.btMenu:hover .icon-bar,
.btMenu:focus .icon-bar{
	background-color: #636363;
}

/*=====================================
	Footer
=====================================*/

footer{
	background: #000;
	padding-top: 50px;
	position: relative;
	z-index: 2
}
footer .btTopo{
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
}
footer .container{overflow: hidden;}
footer .redes{
	position: relative;
	z-index: 2;
}
footer .redes a{
	background: #fff;
	border-radius: 15px;
	color: #000;
	float: left;
	font-size: 22px;
	height: 30px;
	line-height: 32px;
	margin-right: 7px;
	text-align: center;
	width: 30px;
}
footer .menuFooter{
	padding-top: 50px;
}
footer .menuFooter a{
	color: #fff;
}
footer .menuFooter a:hover,
footer .menuFooter a:focus{
	color: #a5a4a4;
	text-decoration: none;
}
footer .menuFooter ul{ margin-bottom: 0}
footer .menuFooter a.mainFooter{
	display: inline-block;
	font-size: 20px;
	margin-bottom: 10px;
}
footer .menuFooter .sub2{
	padding-left: 20px;
}
footer .menuFooter p{
	color: #fff;
}
footer .menuFooter label{
	color: #fff;
	font-weight: normal;
}
footer .menuFooter .campo{
	padding-bottom: 10px;
}
footer .menuFooter .ipt{
	border: none;
	background: #3d3d3d;
	color: #fff;
	height: 27px;
	padding: 0 10px;
	line-height: 27px;
	width: 100%;
	max-width: 300px;
}
footer .menuFooter .btEnviar{
	background: #000;
	border: none;
	color: #fff;
	font-family: 'museo_sans100';
	font-size: 14px;
	float: right;
}
footer .fim{
	clear: both;
	color: #595959;
	font-size: 12px;
	overflow: hidden;
	padding: 20px 15px;
}
footer .fim a{
	color: #595959;
}
footer .fim a:hover,
footer .fim a:focus{
	color: #fff;
	text-decoration: none;
}
footer .logosFooter{
    padding-bottom: 30px;
    text-align: center;
}
footer .logosFooter img{
    margin: 0 20px;
}

/*========================================
	Home
=======================================*/

.prl-1 {
    height: 100%;
    min-height: 700px;
}
.prl-1 .prlx{
    max-height: 100%;
    min-height: 700px;
    padding-top: 83px;
    position: relative;
}
.prl-1 .prlx h1, .prl-1 .prlx h2{
	background: #fff;
	color: #424242;
	float: left;
	font-size: 40px;
	margin: 0 0 23px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.prl-1 .prlx .descBox{
	background: #fff;
	clear: both;
	color: #646464;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 15px 20px;
	max-width: 600px;
}
.prl-1 .prlx .descBox p:last-child{
	margin-bottom: 0;
}
.prl-1 .prlx .boxEncontre{
	background:rgba(255,255,255, 0.8);
	clear: both;
	color: #646464;
	display: block;
	padding: 15px 20px;
	max-width: 300px;
}
.prl-1 .prlx .boxEncontre .campo{
	padding-bottom: 10px
}
.prl-1 .prlx .boxEncontre .btBuscar{
	background: #000;
	border: none;
	color: #fff;
	font-family: 'museo_sans500';
	font-size: 14px;
	height: 27px;
	width: 100%
}
.prl-1 .prlx .btDescer{
	color: #fff;
	font-size: 36px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -20.5px;
}
.aboutHome{
	padding: 45px 15px;
}
.aboutHome img{
	display: block;
	margin: 0 auto 45px;
}
.aboutHome p{
	font-size: 17px;
	margin: 0 0 40px;
}
.linkMais{
	border: 1px solid #000;
    clear: both;
    color: #000;
    float: left;
    font-size: 19px;
    padding: 3px 10px;
}
.linkMais span{
	font-size: 16px;
}
.linkMais:hover,
.linkMais:focus{
	background: #000;
    color: #fff;
	text-decoration: none;
}
.homeDestinos{
	padding-bottom: 40px;
}
.imgFull{
	background-position: center center;
	height: 514px;
	margin-bottom: 45px;
	padding-top: 83px;
}
.imgFull h1, .imgFull h2{
	background: #fff;
	color: #424242;
	float: left;
	font-size: 40px;
	margin: 0 0 23px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.imgFull .descBox{
	background: #fff;
	clear: both;
	color: #646464;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 20px;
	max-width: 600px;
}
.imgFull .descBox p:last-child{
	margin-bottom: 0;
}
.destinosFirstImg{
	margin-bottom: 30px;
}
.blocoTexto .titulo{
	color: #000;
	font-size: 26px;
	padding: 0;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.blocoTexto p{
	margin-bottom: 30px;
}
.boxDestinos{
	clear: both;
}
.boxDestinos .destino{margin-bottom: 40px;}
.boxDestinos .destino a h3{
	color: #000;
	font-size: 19px;
	margin: 25px 0 15px;
	text-transform: uppercase;
}
.boxDestinos .destino a:hover,
.boxDestinos .destino a:focus{text-decoration: none;}
.boxDestinos .destino a p{
	color: #646464;
}
.boxDestinos .destino a:hover h3,
.boxDestinos .destino a:focus h3{
	color: #646464;
}


.boxDestinos .destinoModelo{margin-bottom: 40px;}
.boxDestinos .destinoModelo a h3{
	color: #000;
	font-size: 19px;
	margin: 25px 0 15px;
	text-transform: uppercase;
}
.boxDestinos .destinoModelo a:hover,
.boxDestinos .destinoModelo a:focus{text-decoration: none;}
.boxDestinos .destinoModelo a p{
	color: #646464;
}
.boxDestinos .destinoModelo a:hover h3,
.boxDestinos .destinoModelo a:focus h3{
	color: #646464;
}


.destinoMaior a h3{
	color: #000;
	font-size: 19px;
	margin: 25px 0 15px;
	text-transform: uppercase;
}
.destinoMaior a:hover,
.destinoMaior a:focus{text-decoration: none;}
.destinoMaior a p{
	color: #646464;
}
.destinoMaior a:hover h3,
.destinoMaior a:focus h3{
	color: #646464;
}
.destinoMaior a:hover p,
.destinoMaior a:focus p{
	color: #000;
}

.homeEstilos{
	padding-bottom: 40px;
}
.boxEstilos .estilo{
	padding-bottom: 30px;
}
.boxEstilos .estilo a:hover,
.boxEstilos .estilo a:focus{
	text-decoration: none;
}
.boxEstilos .estilo a h3{
	color: #000;
	font-size: 26px;
	margin: 25px 0 15px;
	text-transform: uppercase;
}
.boxEstilos .estilo a h4{
	color: #000;
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.boxEstilos .estilo a:hover h3,
.boxEstilos .estilo a:focus h3,
.boxEstilos .estilo a:hover h4,
.boxEstilos .estilo a:focus h4{
	text-decoration: none;
	color: #646464
}
.boxEstilos .estilo a p{
	color: #646464;
}
.boxEstilos .estilo a:hover p,
.boxEstilos .estilo a:focus p{
	text-decoration: none;
}
.boxEstilos .imgEstilo{
	margin-bottom: 40px;
}
#parallax-nav {
    padding: 0;
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateZ(0px);
    transition: opacity 0.3s linear 0s;
    z-index: 52;
}
#parallax-nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#parallax-nav ul li {
    cursor: pointer;
    margin: 0;
    padding: 10px 0 10px 15px;
}
#parallax-nav ul li a, #parallax-nav ul li a:visited {
    border-radius: 50%;
    display: block;
    height: 18px;
    text-decoration: none;
    transition: background-color 0.1s linear 0s, border-color 0.1s linear 0s;
    width: 18px;
}
#parallax-nav ul li.active a {
    height: 18px;
    margin-left: -1px;
    width: 18px;
}
.hide-parallax-nav #parallax-nav, .ie8 #parallax-nav, .ie9 #parallax-nav {
    display: none;
}
.image-overlay .image-overlay-wrapper {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateZ(0px);
    z-index: 9;
}
.image-overlay img:not([src]) + .image-overlay-wrapper {
    display: none;
    visibility: hidden;
}
.color-weight-dark.scroll-arrow {
    color: #fff;
}
#parallax-nav.color-weight-dark ul li a, #parallax-nav.color-weight-dark ul li a:visited {
    background-color: #fff;
}
#parallax-nav.color-weight-dark ul li.active a {
    background-color: transparent;
    border: 2px solid #fff;
}
#parallax-nav.color-weight-dark ul li .nav-title {
    color: #fff;
}
.color-weight-light.scroll-arrow {
    color: #000;
}
#parallax-nav.color-weight-light ul li a, #parallax-nav.color-weight-light ul li a:visited {
    background-color: #000;
}
#parallax-nav.color-weight-light ul li.active a {
    background-color: transparent;
    border: 2px solid #000;
}
#parallax-nav.color-weight-light ul li .nav-title {
    color: #000;
}
.nav-title {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 32px;
    margin-top: -9px;
    opacity: 0;
    padding: 0 0 5px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    visibility: hidden;
    white-space: nowrap;
}
#parallax-nav li:hover span.nav-title {
    opacity: 1;
    padding-right: 15px;
    right: 20px;
    visibility: visible;
    z-index: 51;
}

/*========================================
	Estilos
=======================================*/

.breadcrumb a{
	color: #646464;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
	color: #000;
	text-decoration: none;
}
.listaDestinos li{
	border-bottom: 1px solid #e4e4e4;
}
.listaDestinos li:last-child{
	border-bottom: none;
}
.listaDestinos li a{
	color: #646464;
	display: block;
	font-size: 15px;
	overflow: hidden;
	padding: 5px 0;
}
.listaDestinos li a:hover,
.listaDestinos li a:focus{color: #000; text-decoration: none;}
.listaDestinos li a [class^="icon-"]::before, .listaDestinos li a [class*=" icon-"]::before{
	float: right;
	padding-top: 4px;
}
.listaDestinos li a.linkDatas{
    border: 1px solid #000;
    clear: both;
	color: #646464;
    display: block;
	font-size: 15px;
	text-align: center;
}
.listaDestinos li a.linkDatas:hover,
.listaDestinos li a.linkDatas:focus{
    background: #000;
    color: #fff;
	text-decoration: none;
}
.linkMostrarMais{
    overflow: hidden;
	padding: 0 15px 50px !important;
}
.linkMostrarMais a{
	border: 1px solid #000;
    clear: both;
	color: #000000;
    float: left;
	font-size: 19px;
    padding: 4px 10px;
}
.linkMostrarMais a:hover,
.linkMostrarMais a:focus{
	background: #000;
    color: #fff;
	text-decoration: none;
}

/*=============================================
	Destinos
============================================*/

.descBox2{
	max-width: 480px !important;
}
.teaserMundi{
	background: url(images/mapa-mundi.jpg) no-repeat center top;
	height: 871px;
}
.containerMundi{
	position: relative;
}
.containerMundi .boxMundi{
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 10px;
	position: absolute;
	width: 170px;
}
.containerMundi .boxMundi h3{
	font-family: 'museo_sans500';
	font-size: 12px;
	margin: 0;
}
.containerMundi .boxMundi li{
	line-height: 13px;
}
.containerMundi .boxMundi li ul{
	padding-left: 15px;
}
.containerMundi .boxMundi li a{
	color: #fff;
	font-size: 12px;
}
.containerMundi .boxMundi li a:hover{
	color: #fff;
}
.containerMundi .boxAmericaCentral{
	top: 282px;
	left: 23px;
}
.containerMundi .boxAmericaSul{
	left: 23px;
    top: 410px;
}
.containerMundi .boxEuropa{
	left: 596px;
    top: 70px;
}
.containerMundi .boxAfrica{
	left: 596px;
    top: 371px;
}
.containerMundi .boxAntartica{
	left: 596px;
    top: 724px;
}
.containerMundi .boxAsia{
	left: 783px;
    top: 464px;
}
.colunaDestinos{
	-moz-column-count: 4;
	-moz-column-gap: 15px;
	-webkit-column-count: 4;
	-webkit-column-gap: 15px;
	-ms-column-count: 4;
	-ms-column-gap: 15px;
	column-count: 4;
	column-gap: 15px;
}
.colunaDestinos h3{
	font-family: 'museo_sans500';
	font-size: 14px;
	margin: 0;
}
.colunaDestinos ul{
	padding-bottom: 10px;
}
.colunaDestinos ul li a{
	color: #646464;
}
.colunaDestinos ul li a:hover,
.colunaDestinos ul li a:focus{
	color: #000;
	text-decoration: none;
}
.colunaDestinos ul li ul{
	padding: 0 0 0 15px;
}
.linkEncontreDatas{
	padding: 50px 30px
}
.linkEncontreDatas a{
	border: 1px solid #000;
    clear: both;
    color: #000;
    float: left;
    font-size: 26px;
    padding: 3px 10px;
}
.linkEncontreDatas a:hover,
.linkEncontreDatas a:focus{
	background: #000;
    color: #fff;
	text-decoration: none;
}

/*========================================
	Roteiros
=======================================*/

.listaRoteiros{
	float: right !important;
	padding: 0 !important;
}
.btSonhos{
	background: #005b7f;
	color: #fff;
	display: block;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 17px;
	max-width: 234px;
	padding: 15px;
	position: relative;
}
.btSonhos span{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}
.btSonhos:hover,
.btSonhos:focus{
	background: #01425b;
	color: #fff;
	text-decoration: none;
}
.btSonhos2{
	margin-top: 30px;
}
.colunaLateral .box{
	border-top: 1px solid #cbcbcb;
	max-width: 234px;
}
.colunaLateral .box h3{
	font-size: 17px;
	padding: 15px 0 5px;
	text-transform: uppercase;
}
.listaRoteiros .roteiro{
	padding-bottom: 30px;
}
.listaRoteiros .roteiro h3{
	font-size: 17px;
	margin: 15px 0 0;
	text-transform: uppercase;
}
.listaRoteiros .roteiro .linkRoteiro{
    border: 1px solid #000;
    clear: both;
	color: #646464;
    float: left;
	font-size: 17px;
	margin: 12px 0 0;
    padding: 4px 10px;
}
.listaRoteiros .roteiro .linkRoteiro:hover,
.listaRoteiros .roteiro .linkRoteiro:focus{
	background: #000;
    color: #fff;
	text-decoration: none;
}
.listaRoteiros .roteiro .linkRoteiro [class^="icon-"]::before, .listaRoteiros .roteiro .linkRoteiro [class*=" icon-"]::before{
	padding-left: 5px;
}
.listaRoteiros .roteiro p{
	clear: both;
	padding-top: 10px;
}

/*===================================================
	Viagens por Data
===================================================*/

#datas h2{
	float: left;
	font-size: 19px;
	line-height: 36px;
	margin: 0 100px 0 0;
}
#datas .divSelect{
	border: 1px solid #9e9e9e;
	cursor: pointer;
	float: left;
	font-size: 18px;
	margin-right: 12px;
	position: relative;
	width: 200px;
	height: 36px;
}
#datas .divSelect .text{
	position: absolute;
	line-height: 34px;
	padding: 0 0 0 10px;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 87%;
	z-index: 2
}
#datas .divSelect [class^="icon-"]::before, #datas .divSelect [class*=" icon-"]::before{
	float: right;
	line-height: 36px;
	margin-right: 6px;
}
#datas .divSelect .listaSel{
	background: #e9e9e9;
	border: 1px solid #9e9e9e;
	display: none;
	font-size: 14px;
	line-height: 17px;
	padding: 10px 22px 10px 10px;
	position: absolute;
	left: -1px;
	top: 34px;
	z-index: 2;
}
#datas .selLocal .listaSel{
	max-height: 300px;
	overflow: auto;
}
#datas .selMes .listaSel{
	width: 200px
}
#datas .divSelect .listaSel a{
	color: #000;
	white-space: nowrap;
}
#datas .divSelect .listaSel a.selPais{
	text-transform: uppercase;
}
#datas .divSelect .listaSel ul li ul{
	padding-left: 10px;
}

.listaDatas{
	clear: both;
	padding-top: 20px;
}
.listaDatas .item{
	border-bottom: 1px solid #cbcbcb;
	padding: 10px 0;
}
.listaDatas .item a{
	color: #646464;
	display: block;
	overflow: hidden;
}
.listaDatas .item a:hover,
.listaDatas .item a:focus{
	background: #ededed;
	color: #646464;
	text-decoration: none;
}
.listaDatas .item .itemSeta{text-align: right;}
.linkMostrarMais2{
	padding: 30px 15px 50px !important;
}

/*==========================================
	Institucionais
==========================================*/

#institucional .blocoTexto{padding-bottom: 50px;}
#institucional .blocoTexto .titulo {
	font-size: 19px;
    margin: 0 0 20px;
}
#institucional .blocoTexto img.foto{margin-bottom: 20px;}
#institucional .blocoTexto p{
	margin: 0 0 15px;
}
#institucional .blocoTexto p a{
	color: #646464
}
#institucional .blocoTexto p a:hover,
#institucional .blocoTexto p a:focus{
	color: #000;
	text-decoration: none;
}
#institucional .blocoTexto .linkLogo{text-align: center;}
.tituloCertificacoes{
	padding-bottom: 0 !important;
}
.tituloCertificado{
	font-size: 14px;
	margin: 0 0 3px;
	text-align: center;
}
#institucional .tituloNews .titulo {
    font-size: 19px;
    margin: 0 0 20px;
}
.thumbRevista{
	margin-bottom: 30px;
	text-align: center;
}
.thumbRevista img{
	border: 1px solid #c0c0c0;
}
.certificacao img{
	border: none;
}

/*=============================================
	Formulários
===========================================~*/

.boxForm .campo{
	clear: both;
	padding-bottom: 3px;
}
.boxForm .campo .ipt{
	background: #3d3d3d;
	border: none;
	color: #fff;
	height: 27px;
	padding: 0 10px;
	width: 100%;
}
.boxForm .campo textarea{
	background: #3d3d3d;
	border: none;
	color: #fff;
	font-family: 'museo_sans100';
	font-size: 14px;
	height: 150px;
	padding: 5px 10px;
	width: 100%;
}
::-webkit-input-placeholder {
   opacity: 1
}
:-moz-placeholder { /* Firefox 18- */
   opacity: 1 
}
::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1  
}
:-ms-input-placeholder {  
   opacity: 1  
}
.boxForm .campo .check{
	float: left;
	margin: 3px 5px 15px 0;
}
.boxForm .campo .btEnviar{
	background: none;
	border: none;
	color: #000;
	float: right;
	font-family: 'museo_sans500';
	font-size: 14px;
}
.boxForm .camposNews{
	padding-bottom: 20px;
}
.colunaLateral .boxForm{
	padding: 20px 0 65px;
	max-width: 234px;
}
.colunaLateral .boxForm h3{
	font-family: 'museo_sans500';
	font-size: 17px;
	margin: 0 0 5px;
}

/*--------- FALE CONOSCO -------------*/

.textoContato h3{
	font-family: 'museo_sans500';
	font-size: 15px;
	margin-bottom: 0;
}
.textoContato .redesContato{
	overflow: hidden;
	padding: 10px 0 60px;
}
.textoContato .redesContato a{
	border-radius: 20px;
	color: #fff;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	width: 40px;
}
.textoContato .redesContato a.face{
	background: #3a5795;
	font-size: 26px;
	text-align: right;
}
.textoContato .redesContato a.insta{
	background: #125688;
	font-size: 25px;
	text-align: center;
}
.textoContato .redesContato a.plus{
	background: #d73d32;
	font-size: 31px;
	line-height: 47px;
	overflow: hidden;
}
.textoContato .redesContato a.blog{
	background: #0085be;
	font-size: 29px;
	text-align: center;
}
.textoContato .redesContato a:hover,
.textoContato .redesContato a:focus{
	background: #000;
}

.textoContato .linkNewsletter a{
	border: 1px solid #000;
    clear: both;
    color: #646464;
    float: left;
    font-size: 19px;
    margin: 0;
    padding: 4px 10px;
}
.textoContato .linkNewsletter a:hover,
.textoContato .linkNewsletter a:focus{
    background: #000;
	color: #fff;
	text-decoration: none;
}

/*------------ Formulario Lateral ----------------*/

.boxProposta {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -100px;
    z-index: 60;
}
.boxProposta .btContato {
    background: #000;
    width: 45px;
    height: 42px;
    float: left;
    cursor: pointer;
}
.boxProposta .btContato span{
    color: #ffffff;
    font-size: 28px;
    padding: 0 0 0 2px;
}
.boxProposta .active {
    background: url(images/bt-fecha-lateral.png) no-repeat center center #000 !important;
}
.boxProposta .active span{display: none}
.boxProposta .btFecharForm{
    background: url(images/bt-fecha-lateral.png) no-repeat center center;
    color: #fff;
    display: block;
    font-family:newsgoth_cn_btregular;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    left: 0;
    bottom: 0;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
}
.boxProposta .formContato h3 {
    font-family: 'museo_sans100';
	font-size: 14px;
    color: #000;
    font-weight: normal;
    margin: 0 0 6px 0;
}
.boxProposta .formContato {
    background: #fff;
    float: right;
    width: 250px;
    padding: 20px 9px;
}
.boxProposta .ipt {
    background: #3d3d3d;
	border: none;
	color: #fff;
	font-family: 'museo_sans100';
	font-size: 14px;
	height: 27px;
    margin-bottom: 10px;
	padding: 0 10px;
	width: 100%;
}
.boxProposta button {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    height: 27px;
    margin-bottom: 10px;
	padding: 0 10px;
    text-align: center;
	width: 100%;
}

.aberto {
    display: block !important;
}

/*============================================
	Na Mídia
============================================*/

span.data{
	font-size: 18px;
}
.listaDatas .item h3{
	font-family: 'museo_sans500';
	font-size: 14px;
	margin: 0;
}
.contatoImprensa{
	padding: 5px 0 40px;
	text-align: right;
}
.contatoImprensa a{
	color: #646464;
}
.contatoImprensa a:hover, .contatoImprensa a:focus{
	color: #000;
	text-decoration: none;
}

/*===============================================
	Trabalhe Conosco
==============================================*/

.boxLeft{
	float: left;
}
.boxTrabalhe{
	background: rgba(255, 255, 255, 0.8);
	float: right;
	max-width: 500px;
	padding: 20px;
	width: 100%;
}

/*==============================================
	Navegar é preciso
=============================================*/

.btNavegar{
	margin: 0 auto 40px;
}

/*==================================================
	Templates
==================================================*/

.listaRoteirosTemplate .roteiro{
	padding-bottom: 30px;
}
.listaRoteirosTemplate .roteiro h3{
	font-size: 17px;
	margin: 15px 0 0;
	text-transform: uppercase;
}
.listaRoteirosTemplate .roteiro .linkRoteiro{
	color: #646464;
	font-size: 17px;
	margin: 12px 0 0;
}
.listaRoteirosTemplate .roteiro .linkRoteiro:hover,
.listaRoteirosTemplate .roteiro .linkRoteiro:focus{
	color: #000;
	text-decoration: none;
}
.listaRoteirosTemplate .roteiro .linkRoteiro [class^="icon-"]::before, .listaRoteirosTemplate .roteiro .linkRoteiro [class*=" icon-"]::before{
	padding-left: 5px;
}
.listaRoteirosTemplate .roteiro p{
	clear: both;
	padding-top: 10px;
}

/*=================================================
    Brasil
===============================================*/

.linkRoteiroBrasil{
    color: #646464;
}
.linkRoteiroBrasil:hover{
    color: #000000;
    text-decoration: none;
}


/*==========================================
    Destaques Home
==========================================*/

#destaques{
    background: #ebebeb;
    border-top: 1px solid #cccccc;
    margin-top: 40px;
    padding: 40px 0;
}
#destaques h3{
    margin: 20px 0 30px;
}
#destaques .sliderDestaques .destino a{
    display: block;
    margin: 0 15px;
}
#destaques .sliderDestaques .destino a h3{
	color: #000;
	font-size: 19px;
	margin: 25px 0 15px;
	text-transform: uppercase;
}
#destaques .sliderDestaques .destino a:hover,
#destaques .sliderDestaques .destino a:focus{text-decoration: none;}
#destaques .sliderDestaques .destino a p{
	color: #646464;
}
#destaques .sliderDestaques .destino a:hover h3,
#destaques .sliderDestaques .destino a:focus h3{
	color: #646464;
}

/*==========================================
    Resultado de Busca
==========================================*/

.faixaBuscaAvancada{
    padding: 20px 0 50px;
}
.faixaBuscaAvancada h1{
    border-bottom: 1px solid #cbcbcb;
    color: #424242;
    font-size: 40px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.filtrosSelecionados{
    display: none;
    max-width: 234px;
    margin-bottom: 30px;
}
#resultados .box{
    border-top: none;
    margin-bottom: 30px;
    max-width: 234px;
}
.filtrosSelecionados button{
    border: none;
    border-radius: 0;
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
}
.filtrosSelecionados button span{
    float: left;
    font-size: 14px;
}
.filtrosSelecionados button .fa{
    float: right;
    font-size: 21px;
}
.filtrosSelecionados button.limpaTodos{
    background: #cbd4da;
    color: #3d3d3d;
}
.filtrosSelecionados button.limpaTodos:hover,
.filtrosSelecionados button.limpaTodos:focus{
    background: #acb4b9
}
.filtrosSelecionados button.limpaFiltro{
    background: #ffffff;
    color: #3d3d3d;
}
.filtrosSelecionados button.limpaFiltro:hover,
.filtrosSelecionados button.limpaFiltro:focus{
    background: #cbd5dc
}
.filtrosSelecionados button.limpaFiltro .fa{
    color: #cbd4da;
}
.filtrosSelecionados button.limpaFiltro:hover .fa,
.filtrosSelecionados button.limpaFiltro:focus .fa{
    color: #3d3d3d;
}
.colunaLateral{
    padding-bottom: 40px;
}
.colunaLateral .formBusca .input-group{
    border: 1px solid #868383;
    border-radius: 0
}
.colunaLateral .formBusca .input-group input{
    background: #fff;
    color: #636363;
}
.colunaLateral .formBusca .input-group .btn{
    background: #fff;
    color: #636363;
    border-left: none;
}
.colunaLateral .formBusca .input-group .btn:hover,
.colunaLateral .formBusca .input-group .btn:focus{
    background: #636363;
    color: #fff;
}
.boxFiltro{
    
}
.boxFiltro .abreFiltro{
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    padding: 0 10px;
}
.boxFiltro .abreFiltro span{
    float: left;
    line-height: 34px;
}
.boxFiltro .abreFiltro .fa{
    float: right;
    line-height: 34px;
}
.boxFiltro .itensFiltro{
    padding: 0 10px;
    color: #424242;
}
.boxFiltro .itensFiltro ul{
    margin: 0;
}
.boxFiltro .itensFiltro ul li{
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    font-size: 14px;
}
.boxFiltro .itensFiltro ul li:last-child{
    border-bottom: none;
}
.boxFiltro .itensFiltro ul li label{
    margin-bottom: 0;
}
.tituloResultado{
    border-bottom: 1px solid #cbcbcb;
    margin: 0 0 10px;
}
.tituloResultado h2{
    margin: 0;
    padding-bottom: 10px;
}

#filtroMobile{
    background: #fff !important;
}
#filtroMobile .box{
    margin-bottom: 5px;
}
#filtroMobile .box .mm-listview > li{
    border-color: rgba(255, 255, 255, 0) !important;
}
#filtroMobile .formBusca .input-group{
    border: 1px solid #868383;
    border-radius: 0
}
#filtroMobile .formBusca .input-group input{
    background: #fff;
    color: #636363;
}
#filtroMobile .formBusca .input-group .btn{
    background: #fff;
    color: #636363;
    border-left: none;
}
#filtroMobile .formBusca .input-group .btn:hover,
#filtroMobile .formBusca .input-group .btn:focus{
    background: #636363;
    color: #fff;
}
#filtroMobile .mm-listview > li:not(.mm-divider):after{
    border-bottom-style: hidden !important;
}
#filtroMobile.mm-menu .mm-navbar > *, #filtroMobile.mm-menu .mm-navbar a{
    color: #000
}
#div-roteiros, #div-continentes, #div-paises,
#div-regioes, #div-estilos{
    padding-bottom: 50px;
}
#div-roteiros .listaDatas .item a{padding: 10px 0}
#div-roteiros .listaDatas .item a span span{padding-right: 20px;}
#div-roteiros .listaDatas .item a strong{
    font-size: 16px;
    font-weight: normal;
}

/*============================================
    Sobre Nós
============================================*/

#sobreNos2{
    padding-top: 0;
}
.titulo3{
    margin: 20px 0 30px;
}
.imgQuemSomos img{
    margin-bottom: 30px;
}
.sliderSobre .item a{
    display: block;
    margin: 0 15px;
}
.sliderSobre .item a h3{
	color: #000;
	font-size: 19px;
	margin: 25px 0 15px;
	text-transform: uppercase;
}
.sliderSobre .item a:hover,
.sliderSobre .item a:focus{text-decoration: none;}
.sliderSobre .item a p{
	color: #646464;
}
.sliderSobre .item a:hover h3,
.sliderSobre .item a:focus h3{
	color: #646464;
}
.sliderSobre_3{
    margin-bottom: 40px !important;
}
.sliderSobre_3 .item{
    padding: 0 15px;
}
.quemSomos .redes a{
	color: #131313;
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
    margin-bottom: 30px;
}
.quemSomos .redes a span{
	background: #131313;
	border-radius: 15px;
	color: #ffffff;
	float: left;
	font-size: 22px;
	height: 30px;
	line-height: 32px;
	margin-right: 7px;
	text-align: center;
	width: 30px;
}
.imgBorda{
    border: 1px solid #646464;
}

/*===========================================
    Faixa Contato
==========================================*/

.faixaContato{
    padding: 50px 0 60px;
}
.faixaContato .boxContato{
    border: 1px solid #fff;
    display: table;
    min-height: 150px;
    text-align: center;
}
.faixaContato .boxContato a{
    color: #fff;
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle
}
.faixaContato .boxContato a h4{
    font-size: 23px;
    margin: 0 0 15px;
}
.faixaContato .boxContato a p{
    margin: 0;
}

/*============================================
	QUERYS
===========================================*/

@media screen and (max-width: 480px) {
	.headerMobile .telTop{
		font-size: 14px;
	}
	.content{
		padding-top: 93px;
	}
	.imgAboutHome{width: 50% !important;}

	.aboutHome img{
		margin: 0 auto 30px;
	}
	.imgAboutHome2 img{
		margin: 0 auto 45px;
	}
	.imgFull .container-fluid, .prl-1 .prlx .container-fluid{margin: 0 30px;}
	.boxEstilos .imgEstilo{width: 100%}
	.boxDestinos .destino{width: 100%;}
	.imgFull, .prl-1 .prlx{
		padding-top: 30px;
	}
    .prl-1, .prl-1 .prlx{
        min-height: auto;
    }
    .prl-1 .prlx{padding-bottom: 30px}
	.imgFull h2, .prl-1 .prlx h2{ font-size: 28px}
	.prl-1 .prlx h1, .prl-1 .prlx h2 {
	    font-size: 28px;
	}
	footer .redes{
		text-align: center;
	}
	footer .redes a{
		display: inline-block;
		float: none;
		margin: 0 4px;
	}
	footer .menuFooter .ipt{
		max-width: 100%
	}
	.btSonhos{
		max-width: 100%;
	}
	.colunaLateral .box{
		max-width: 100%;
	}
	.textoContato{
		text-align: center;
	}
	.textoContato .redesContato{
		float: left;
		position: relative;
		left: 50%;
		margin-left: -100px;
	}
	.textoContato .redesContato a{
		margin: 0 5px;
	}
	.textoContato .linkNewsletter{
		clear: both;
		text-align: center;
	}
	.textoContato .linkNewsletter a{font-size: 16px;}
	span.data{
		font-size: 17px;
	}
	.teaserMundi{
		background: none;
		height: 100%;
	}
	.colunaDestinos{
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-ms-column-count: 1;
		-ms-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	.linkEncontreDatas a {
	    font-size: 19px;
	}
	.colunaLateral .boxForm{
		max-width: 100%;
	}
	.listaMidia .imgMidia,
	.listaMidia .textoMidia{
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
    .tituloResultado{
        overflow: hidden;
    }
    .tituloResultado h2{
        float: left;
        font-size: 27px;
    }
    .tituloResultado .linkFiltro{
        border: 1px solid #000;
        color: #000;
        float: right;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
        padding: 0 10px;
    }
    .aboutHome .redes .col-xs-6{width: 100%;}
    .faixaContato .col-xs-6{width: 100%;}
    .faixaContato .boxContato{
        margin-bottom: 30px;
    }
    .hidden-mobile{display: none !important;}
}

/*==================================================*/

@media screen and (min-width : 481px) and (max-width : 767px) {
    
	.content{
		padding-top: 93px;
	}
	.aboutHome img{
		margin: 0 auto 30px;
	}
	.imgAboutHome2 img{
		margin: 0 auto 45px;
	}
	.imgFull .container-fluid, .prl-1 .prlx .container-fluid{margin: 0 30px;}
	footer .redes{
		text-align: center;
	}
	footer .redes a{
		display: inline-block;
		float: none;
		margin: 0 4px;
	}
	footer .menuFooter{
		margin: 0 auto;
		width: 300px
	}
	footer .fim .fr,
	footer .fim .fl{
		display: block;
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	.btSonhos{
		max-width: 100%;
	}
	.colunaLateral .box{
		max-width: 100%;
	}
	.textoContato{
		text-align: center;
	}
	.textoContato .redesContato{
		float: left;
		position: relative;
		left: 50%;
		margin-left: -100px;
	}
	.textoContato .redesContato a{
		margin: 0 5px;
	}
	.textoContato .linkNewsletter{
		clear: both;
		text-align: center;
	}
	.teaserMundi{
		background: none;
		height: 100%;
	}
	.colunaDestinos{
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-ms-column-count: 2;
		-ms-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
	.linkEncontreDatas a {
	    font-size: 23px;
	}
	.colunaLateral .boxForm{
		max-width: 100%;
	}
    .tituloResultado{
        overflow: hidden;
    }
    .tituloResultado h2{
        float: left;
    }
    .tituloResultado .linkFiltro{
        border: 1px solid #000;
        color: #000;
        float: right;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
        padding: 0 10px;
    }
}

/*==================================================*/

@media screen and (min-width : 768px) and (max-width : 991px) {
	.container-fluid{margin: 0;}
	header.headerDesk .logo{
		left: 7%;
	}
	header.headerDesk .topoDir{
        top: 20px;
		right: 7%;
	}
	header.headerDesk .mainMenu ul li{
		padding: 0 7px;
	}
    header.headerDesk .mainMenu ul li a{
        font-size: 13px;
    }
	.imgFull .container-fluid{margin: 0 5%;}
	.containerMundi .boxEuropa {
	    left: 484px;
	}
	.containerMundi .boxAfrica {
	    left: 463px;
	}
	.containerMundi .boxAsia {
	    left: 629px;
	}
	.containerMundi .boxAntartica {
	    left: 460px;
	}
	.containerMundi .boxAmericaSul {
	    left: 23px;
	    top: 370px;
	}
	.containerMundi .boxAmericaCentral {
	    top: 274px;
	}
	.colunaDestinos{
		-moz-column-count: 3;
		-moz-column-gap: 15px;
		-webkit-column-count: 3;
		-webkit-column-gap: 15px;
		-ms-column-count: 3;
		-ms-column-gap: 15px;
		column-count: 3;
		column-gap: 15px;
	}
}

/*==================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
	.container-fluid{margin: 0 7%;}
    header.headerDesk .topoDir {
        top: 20px;
    }
}

/*==================================================*/

@media screen and (min-width: 1200px) {
	.container-fluid{margin: 0 7%;}
    header.headerDesk .topoDir {
        top: 20px;
    }
}
@media screen and (min-width: 1300px) {
	.container-fluid{margin: 0 7%;}
	header.headerDesk .topoDir{
		top: 28px;
	}
	header.headerDesk .mainMenu{
		padding: 68px 0 0;
	}
}



