html {
	font-family: 'Montserrat', sans-serif;
}
body {
	font-family: 'Montserrat', sans-serif;
    font-size: 15px;
	font-weight: 300;
    color: #9F9F9F;
    background-color: #FFF;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}
strong {
	font-weight: 600;
}
.navbar-default {
    background-color: transparent;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}
.navbar-default .navbar-nav > li > a {
	font-size: 13px;
	font-weight: 600;
    color: #444;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #444;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #444;
    background-color: transparent;
}
.navbar-toggle {
    float: none;
    border: none;
	margin-right: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #444;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.btn {
	height: 40px;
}
.form-control {
	height: 40px;
	border-radius: 0;
}
.form-control:focus {
  border-color: #0C1314;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(12, 19, 20, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(12, 19, 20, .6);
}
.btn-formulario {
	padding: 6px 15px;
	background-color: #0C1213;
	border-color: #0C1213;
	border-radius: 0;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
}
.btn-formulario:hover {
	background-color: #0C1213;
	border-color: #0C1213;
	color: #FFF;
}
.sombra {
	-webkit-box-shadow:4px 4px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:4px 4px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}
.gradient {
	background: rgb(84, 142, 110);
	background: -moz-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: -webkit-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: -o-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: -ms-linear-gradient(30deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
	background: linear-gradient(120deg, rgb(84, 142, 110) 0%, rgb(130, 181, 153) 100%);
}

.pagination > li > a, .pagination > li > span {
    padding: 0;
    color: #0C1213;
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-size: 13px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FFF;
    background-color: transparent;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #FFF;
    background-color: transparent;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-pag {
    padding: 5px 8px;
    background-color: transparent;
    border: none;
    color: #0C1213;
    outline: none;
}
.pagination > .active .btn-pag, .pagination > .active .btn-pag:hover, .pagination > .active .btn-pag:focus {
    color: #FFF;
    background-color: #0C1213;
}
@media (max-width: 991px) {
	.input-alinhado {
		margin-bottom: 15px;
	}
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
	margin-bottom: 0;
	font-size: 12px;
	color: #22330E;
	font-weight: 400;
}
.breadcrumb > .active {
    color: #BEBEBE;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #BEBEBE;
    content: ">";
}
.busca {
	padding: 30px 10px;
	background-color: #162021;
}
.busca label {
	font-size: 20px;
	color: #fff;
	padding-top: 6px;
}
.busca .form-control {
	border: none !important;
	box-shadow: none !important;
}
.btn-busca {
	background-color: #0C1314;
	border-color: #0C1314;
	border-radius: 0;
	color: #FFF !important;
	font-size: 15px;
}
.guia-hoteis {
	border: 1px solid #EAEBEB;
	border-width: 0 1px 1px 1px;
	padding: 20px 15px;
}
.tipo-hotel {
	padding: 0 1px;
	font-size: 13px;
	text-align: center;
}
@media (max-width: 991px) {
	.tipo-hotel + .tipo-hotel {
		margin-top: 15px;
	}
	.sugestao + .sugestao {
		margin-top: 15px;
	}
	.destinos + .destinos {
		margin-top: 15px;
	}
}
.foto-sugestao {
	position: relative;
}
.mascara-sugestao {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.btn-conhecer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 6px 12px;
	font-weight: 400;
	background-color: #FFF;
	color: #040404 !important;
}
.foto-sugestao:hover > .mascara-sugestao {
	display: block;
}
.titulo-sugestao {
	margin-top: 15px;
}
.titulo-sugestao > a {
	font-size: 14px;
	font-weight: 400;
	color: #505050;
}
.titulo-sugestao > a:hover {
	color: #FF0000;
}
.fundo-circuitos {
	background: url('../img/fundo-circuitos.jpg') no-repeat center top;
	padding: 210px 0 90px;
}
.circuitos {
	padding-left: 15px;
	color: #A1A896;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.circuitos > li + li {
	margin-top: 5px;
}
@media (max-width: 991px) {
	.fundo-circuitos {
		background-attachment: fixed;
		background-size: cover;
	}
}
.noticia-destaque {
	position: relative;
}
.info-destaque {
	position: absolute;
	right: 35px;
	bottom: 15px;
	max-width: 250px;
	text-align: right;
	color: #fff;
	font-size: 18px;
	background-image:url(../img/mascara.png);
	
    
}
.mais-buscados > li + li {
	margin-left: 0;
}
.mais-buscados > li {
    margin: 0 2px 2px 0;
}
.mais-buscados > li > a {
	padding: 8px 12px;
	border-radius: 0;
	background-color: #0C1314;
	border-color: #0C1314;
	font-size: 12px;
	color: #A1A1A1;
}
.mais-buscados > li > a:hover, .mais-buscados > li > a:focus {
    text-decoration: none;
    background-color: #1B2425;
}
.mais-buscados > li.active > a, .mais-buscados > li.active > a:hover, .mais-buscados > li.active > a:focus {
    color: #A1A1A1;
    background-color: #1B2425;
}
.form-newsletter {
	height: 33px;
	background-color: #11191A;
	border-color: #11191A;
}
.btn-newsletter {
	height: 33px;
	background-color: #11191A;
	border-color: #11191A;
	color: #6E7171 !important;
	outline: none !important;
}
.media {
	border: 1px solid #E0E0E0;
	padding: 5px;
}
.media + .media {
	margin-top: 5px;
}
.media .media-left {
	padding-right: 10px;
}
.media .media-body {
	font-size: 12px;
	color: #ACACAC;
	position: relative;
}
.media .media-heading {
	font-size: 15px;
	color: #0C1213;
	font-weight: 400;
}
.media-heading small {
	color: #ACACAC;
	font-weight: 300;
}
.media-chamada {
	margin-bottom: 45px;	
}
.media-infos {
	position: absolute;
	bottom: 0;
}
.media-infos > a:hover {
	color: #0C1213;
}
@media (max-width: 991px) {
	.media .media-left {
		display: block;
		padding: 0 0 10px 0;
	}
	.col-pagina {
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media (min-width: 992px) {
	.media .media-object {
		max-width: 250px;
	}
	.col-noticia {
		padding: 0 5px;
	}
	.foto-destino{ height:100px; overflow:hidden}
	.foto-hotel{height:100px; overflow:hidden}
}
.parceiros > img + img {
	margin-left: 10px;
}
@media (min-width: 992px) {
                .mapa-hotel {
                               padding-bottom: 34%;
                }
                .form-hotel.input-esquerda {
                               padding-right: 2.5px;
                }
                .form-hotel.input-direita {
                               padding-left: 2.5px;
                }
                .form-esquerda {
                               padding-right: 25px;
                }
                .form-direita {
                               padding-left: 25px;
                }
}
.parceiros > img + img {
                margin-left: 10px;
}
.form-hotel {
                margin-bottom: 5px;
}
.form-hotel > .form-control {
                height: 33px;
                font-size: 13px;
                background-color: #F5F5F5;
                border-color: #F5F5F5;
                color: #999;
                box-shadow: none;
}
.form-hotel > textarea.form-control {
                height: auto;
                resize: none;
}
.form-hotel > .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.caixa-hotel{transition:all .3s linear ;background-color:#FDFDFD; border:1px solid #E0E0E0; font-size:12px; padding:30px 15px; color:#ACACAC;}
.caixa-hotel:hover{
		background-color:#E0E0E0;
		color:#696969;
	}
	
/*# sourceMappingURL=bootstrap.css.map */