@import url("weather.css");
@import url("fonts.css");
@import url("jquery.mCustomScrollbar.sd.css");

/* GLOBAL STYLES
-------------------------------------------------- */

html, body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.43;
	color: #333;
}

.relative{position: relative;}

.main{
	min-height: 250px;
}

.bgBranco{background-color: #fff;}

.border-bottom{
	border-bottom: 1px solid #DDD;
}
.border-left{
	border-left: 1px solid #DDD;
}
.border-right{
	border-right: 1px solid #DDD;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar {padding-bottom: 0.2rem;}
.nav-item .nav-link {
    font-family: 'GothamMedium';
    font-size: 1rem;
    text-transform: uppercase;
    color: #777;
    padding: 1rem 0 !important;
	margin: 0 1.5rem;
}


.nav-item .dropdown-menu {
	background-color: rgba(217,216,216,0.70);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	margin: 0.25rem 0 0;
}

.navbar-nav .nav-item.dropdown .dropdown-menu{
	border-left: 10px solid #D59EBF;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    background: url('../img/images/bg-menu.png') repeat;
	padding: 0.7rem;
}

.navbar-nav .nav-item.dropdown.show {
    background: url('../img/images/icon-menu-slice.png') bottom left #fff no-repeat !important;
}

.dropdown-item {
    font-size: 0.8rem;
    font-family: 'GothamMedium';
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    color: #777;
}
.dropdown-item:hover {border-bottom: 1px solid #bbb;}



.formBusca .btn-busca{
	background: #F2F2F2;
	border: 1px solid #ccc;
	border-left: 0;
	font-size: 0.85rem;
	color: #666;
	border-radius: 0;
	box-shadow: none !important;
}
.formBusca .btn-busca:hover{color: #000;}

.formBusca .buscado{
	background: #F2F2F2;
	border: 1px solid #ccc;
	border-right: 0;
	font-size: 0.85rem;
	color: #888787;
	font-family: 'GothamLight';
	border-radius: 0;
	text-transform: uppercase;
	box-shadow: none !important;
	min-width: 200px;
}

.navbar-brand-ssa img{max-width: 270px;}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel-principal {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    overflow-y: hidden;

}
.carousel-principal .bg-right {
    background: url(../img/images/carousel-bg-right.png) repeat;
    width: 159px;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
}
.carousel-principal .bg-left {

    background: url('../img/images/carousel-bg-left.png') repeat;
    width: 159px;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;

}
.carousel-principal .carousel-item{
	max-height: 500px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-principal .carousel-caption {
    font-family: 'Museoslab500';
    color: #fff;
    width: 40%;
    font-size: 32px;
    line-height: 32px;
    top: 20px;
    bottom: inherit !important;
    left: 0;
    z-index: 0;
    text-align: left;
    background: url('../img/images/bg-caption-principal.png') repeat;
    padding: 20px 15px;
    display: block;
    height: auto;
}

.carousel-caption > p {
    margin: 0 !important;
    font-size: 16px !important;
    text-align: right;
}

.carousel-principal .youtube, .carousel-principal .carousel-item{
	max-height: 500px;
}

.video_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 25;
    opacity: 0;
}


img.flag{ filter: grayscale(100%);}
img.flag.active{ filter: grayscale(0);}


/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
footer{background: url('../img/images/footer-bg.png') #B373A6 left repeat-y; padding-left: 40px;}

footer .formBusca .buscado{
	text-transform: none;
}

footer .redesSociais a{
	color: #000;
	text-decoration: none;
}

#barraMarcas img{
	max-height: 80px;
	max-width: 175px;
}

#navInferior .nav-link{
	font-family: GothamMedium;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
}
#navInferior .nav-link.nav-principal{
	text-transform: uppercase;
}

#navInferior .nav-link:hover{
	text-decoration: underline;
}
#navInferior .nav-link.nav-principal:hover{
	text-decoration: none;
}

/* HOME
-------------------------------------------------- */
.row.box-ssa {
    background: url('../img/images/bg-ssa-grad2.png') #B373A6 65px top no-repeat;
	font-family: 'GothamBook';
}
.box-ssa a{
	color:#fff;
	text-decoration: none;
}
.box-ssa ul {
    padding: 0 0 0 17px;
    margin-bottom: 40px;
}
.box-ssa ul li {
    color: #fff;
    font-family: 'GothamMedium';
    font-size: 1rem;
	margin-top: 10px;
}
.box-ssa h2, .box-api h2, .box-roteiros h2{
    color: #fff;
    font-size: 3.58rem;
    font-family: 'Museoslab700';
    margin: 0;
}
.box-api {
	background: url('../img/images/bg-api-grad.png') #EFBC00 top left no-repeat;
}
.box-api>.row{
	background: url('../img/images/bg-api-grad2.png') top right no-repeat;
}

#como_chegar{
	margin-bottom: 20px;
	margin-top: 40px;
	padding-left: 0;
}

.box-api .col-md-7 .nav-tabs .nav-item .nav-link {
    display: block;
	color: #fff;
	text-align: center;
	text-transform: none;
	margin-left: 0;
	padding: 10px;
	width: 100%;
	min-width: 70px;
}

.box-api .col-md-7 .nav-tabs .nav-item .nav-link span{
    background: url('../img/images/api-sprite.png') no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    width: 42px;
	height: 42px;
    display: block;
	margin-left: auto;
	margin-right: auto;
}
.box-api .col-md-7 .nav-tabs .nav-item .nav-link.active {background-color: #FFF;color: #E69300;}

/*.box-api  .col-md-7 .nav-tabs .nav-item:nth-child(1) a {
    margin-left: 0;
}*/
.box-api  .col-md-7 .nav-tabs .nav-item:nth-child(1) a span {
    background-position: center -44px;
}

.box-api  .col-md-7 .nav-tabs .nav-item:nth-child(1) a.active span {
    background-position: center -1px;
}
.box-api  .col-md-7 .nav-tabs .nav-item:nth-child(2) a span {
    background-position: center -128px;
}

.box-api  .col-md-7 .nav-tabs .nav-item:nth-child(2) a.active span {
    background-position: center -86px;
}
.box-api  .col-md-7 .nav-tabs .nav-item:nth-child(3) a span {
    background-position: center -232px;
}

.box-api  .col-md-7 .nav-tabs .nav-item:nth-child(3) a.active span {
    background-position: center -180px;
}

.box-api .col-md-7 .tab-content .tab-pane {padding: 5px 15px;}

.bgChumbo{background-color: #333;}
.bgVerdeClaro{background-color: #BCD801;}
.bgVerde{background-color: #90C401;}

.box-roteiros a{
	color: #fff;
}
.box-roteiros h2{
    color: #fff;
    font-size: 2.7rem;
    font-family: 'Museoslab700';
    margin: 0;
	line-height: 2.8rem;
}
.box-roteiros .rot5diastxt{
	color: #ccc;
	font-family: GothamBook;
	font-size: 15px;
	border-left: 1px solid #777;
	padding: 20px 15px;
}
.border-white{
	border: 1px solid #f00;
}
.border-left{
	border-left: 1px solid #777;
}
.box-outros-roteiros .slideRot{position:relative; width: 100%; height: 360px; overflow: hidden;}
.box-outros-roteiros .slideRot>a>img{position:relative;}
.box-outros-roteiros .slideRot .box{
	width: 100%;
	height: 150px;
	padding: 15px;
	position: absolute;
	bottom: 2px;
	cursor: pointer;
}
.box-outros-roteiros .slideRot .box a {
	opacity: 0.5;
	color: #fff;
	font-family: 'GothamBook'; 
	font-size: 1.1rem;
	line-height: 1.2rem;
	text-decoration: none;
}
.box-outros-roteiros .slideRot .box a:hover {opacity: 1;}
.box-outros-roteiros .slideRot .box .out-rot-txt {opacity: 1;}
.box-outros-roteiros .slideRot .box h3 {
    font-family: 'Museoslab700';
	font-size: 2rem;
	line-height: 2.1rem;
}
.box-outros-roteiros .bgLaranja{background-color: #E69300;}
.bgAzul{background-color: #69B4E2;}
.bgLilas{background-color: #B373A6;}
.bgVerde{background-color: #9ABF11;}
.bgAmarelo{background-color: #EFBC00;}
.evenNegoc a {font-family: 'GothamBook'; font-size: 1.1rem; color:#fff; text-decoration: none;}
.evenNegoc a h2{font-family: 'Museoslab700'; font-size: 2.7rem;}

.box-mais-roteiros .boxes img { border: 3px solid #fff;}
.box-mais-roteiros .boxes:hover img { border: 3px solid #9ABF11;}
.box-mais-roteiros .boxes a h2{ font-family: 'Museoslab500';font-size: 1.8rem;color: #333;}

.box-mais-roteiros .boxes:hover a h2 {
	color: #9ABF11;
	text-decoration: underline;
}
.box-mais-roteiros h5{
	font-family: 'GothamBlack';
	font-size: 0.9rem;
	color: #99BF11;
	margin: 0.8rem 0;
}
.box-mais-roteiros .txt{
	color: #777;
	font-size: 14px;
	font-family: 'GothamBook';
	line-height: 18px;
	text-decoration: none;
}


/* Declare heights because of positioning of img element */
#hoteis .carousel-item {
	max-height: 460px; 
	overflow: hidden;
}

#hoteis .carousel-item img{
	min-width: 100%;
}

#hoteis .carousel-caption {
	min-height: 159px;
	max-width: 737px;
	left: 0;
	bottom: 50px;
	background: url('../img/images/banner-bg-caption.png') repeat;
	text-align: left;
	padding: 0;	
}
#hoteis .carousel-caption .hot-categ{
	color: #9ABF11;
	font-family: GothamBlack;
	text-transform: uppercase;
	font-size: 0.9rem;
}
#hoteis .carousel-caption .hot-tit{
	font-family: Museoslab700;
	font-size: 3rem;
	margin: 8px 0 4px 0;
	line-height: 3rem;
}
#hoteis .carousel-caption p{font-family: GothamBook;font-size: 1.1rem;}

#hoteis .carousel-caption .icon {
    float: right;
    background: url('../img/images/icon-categ-hotel.png') #9ABF11 center no-repeat;
    width: 72px;
    height: 190px;
}

.box-eventos  {
    background: url('../img/images/bg-form-evento-grad.png') top right no-repeat;
	color: #fff;
	font-family: GothamBook;
	padding: 0;
}
.box-eventos .form-evento {
	padding: 1.5rem;
	color: #fff;
	font-family: GothamBook;
	background-color: #69B4E2;
}

.box-eventos h3 {
	font-family: GothamMedium;
	font-size: 1rem;
	margin-bottom: 10px;
}
.box-eventos input.search {
    font-size: 1.3rem;
    color: #fff;
    font-family: Museoslab500;
    display: block;
    width: 100%;
    border: 0;
    padding-left: 30px;
    padding-top: 3px;
    background: url('../img/images/icon-pencil.png') left no-repeat;
}


/* Placeholder não funciona se agrupar com vírgulas */
.box-eventos input.search::-webkit-input-placeholder {
	color: #fff !important;
    font-family: Museoslab500;
	opacity: 0.7;
}

.box-eventos input.search:-moz-placeholder { /* Firefox 18- */
	color: #fff !important;
    font-family: Museoslab500;
	opacity: 0.7;
}

.box-eventos input.search::-moz-placeholder {  /* Firefox 19+ */
	color: #fff !important;
    font-family: Museoslab500;
	opacity: 0.7;
}

.box-eventos input.search:-ms-input-placeholder {  
	color: #fff !important;
    font-family: Museoslab500;
	opacity: 0.7;
}

.box-eventos input.search::placeholder {  
	color: #fff !important;
    font-family: Museoslab500;
	opacity: 0.7;
}
.indic a{color: #fff; text-decoration: none;}
.indic .bgVerde{padding: 25px;}
.assoc{
	background: url('../img/images/icon-associado.png') #C3D000 8% center no-repeat !important;
	padding: 40px 0px 0px 130px !important;
	font-family: 'Museoslab700';
	font-size: 1.8rem;
	line-height: 1.8rem;
}

.box-eventos .form-evento .mCustomScrollbar {
    height: 220px;
    color: #fff;
    margin-top: 11px;
}

.box-eventos .form-evento .mCustomScrollbar a {
    color: #fff;
    font-family: GothamBook;
    font-size: 1.1rem;
    margin-bottom: 5px;
    padding: 8px 20px;
    display: block;
    width: 100%;
    line-height: 1.3rem;
    text-decoration: none;
}

.box-eventos .form-evento .mCustomScrollbar a:hover {
    color: #68B3E1;
    text-decoration: none;
    background: url('../img/images/icon-add-azul.png') #fff 98% center no-repeat;
}

.box-carouseis h4{
	font-size: 2.1rem;
	font-family: 'Museoslab700';
	color: #333;
	margin: 0;
}

.owl-carousel .item{max-width: 200px;}
.owl-carousel .item .img{
	max-width: 150px;
	height: 100px;
	overflow: hidden;
}
.owl-carousel .item .img img{
	max-width: 180px;
	min-height: 100px;
	object-fit: cover;
}
.dataPost{
	text-align: center;
	color:#fff;
	font-family: GothamBook;
	font-size: 1.7rem;
}
.dataPost span{
	display: block;
	font-family: GothamBlack;
	font-size: 2.2rem;
	line-height: 2.2rem;
}
.titPost a {
    color: #333;
    font-size: 1.2rem;
    font-family: Museoslab700;
    margin-top: 5px;
    line-height: 1.3rem;
}


/* INTERNAS
-------------------------------------------------- */
#galeriaDeFotos.carousel{
	background-color: #000;
}
#galeriaDeFotos .carousel-item{
	max-height: 500px;
	min-height: 500px;
}#galeriaDeFotos .carousel-caption{
	background-color: rgba(0,0,0,0.60);
	font-size: 1.2rem;
    font-family: Museoslab700;
}

.txt table td img{
	max-width: 310px;
}
.iniciar-tour{
	position: absolute;
	display: inline;
    right: 0;
    bottom: 0;
    color: #fff !important;
    font-family: 'GothamBlack';
    font-size: 0.9rem;
    text-transform: uppercase;
    background: url('../img/images/bg-saibamais.png') repeat;
    padding: 10px;
}
.tit360{
	font-family: 'Museoslab700';
	font-size: 2.3rem;
	color: #fff;
}
.bgLaranja{background-color: #E69300;}
.bgPreto{background-color: #000;}

.bgImgRoxo, .bgImgAzul{
	background: url(../img/images/interna-titulo-slice.png) no-repeat right;
	background-color: #B373A6;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	z-index: 0;
}

.bgImgAzul{background-color: #6AB4E3;}

.bgTitBase{
	height: 120px;
	background: url(../img/images/interna-titulo-slice.png) no-repeat right;	
}

.bgTitBase .breadcrumb{
	background: none;
	color: #fff;
	font-family: 'GothamBookItalic';
	font-size: 1.1rem;
	margin-bottom: 1.1rem;
	padding: 5px 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}

.bgTitBase h1{
	color: #fff;
	font-family: 'Museoslab700';
	margin-top: 1.1rem;
}

.txt{
	display: table; 
	padding: 1rem 0;
	font-family: 'GothamBook';
	color: #333;
	line-height: 1.5rem;
}
.txt p img{
	display: inline;
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.listagem a{
	display: block;
	padding: 0.8rem 0;
	width: 100%;
	color: #68B3E1;
	font-size: 1.8rem;
	font-family: 'GothamBook';
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}

.txt h1,.txt h2,.txt h3,.txt h4,.txt h5{
	font-family: 'Museoslab700';
	color: #E69300;
}


.max-img{
	max-width: 200px;
}

.legendaImgSuperior{
	display: inline;
	background: #B373A6;
	font-family: 'Museoslab700';
	font-size: 2.5rem;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	padding: 20px 15px 20px 15px;
}
