/* get touch */
.get-in-touch {
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 0px 55% !important;
}

.get-in-touch .block-get {
	z-index: 10;
	position: relative;
}

.get-in-touch span {
	top: 0;
	position: absolute;
    width: 100%;
    background-color: #022d0085;
    height: 100%;
}

/* SWIPER PRINCIPAL */
.box-swiper {
	position: absolute;
	top: 0px;
	width: 100%;
	min-height: 680px;
}

.img-swiper-container {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	min-height: 680px;
}

.home-page-filter {
    background: #01010e70;
    width: 100%;
    height: 100%;
}

.swiper-container-capa{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100% !important;
	min-height: 680px;
}
.swiper-container-capa .swiper-wrapper {
	min-height: 680px;
}

.swiper-container-capa .swiper-slide{
	cursor: auto;
	max-width: 100%;
	height: auto;
	position:relative;
	overflow:hidden;
}
.swiper-container-capa .swiper-slide .imgbox{
	position: relative;
}
.swiper-container-capa .swiper-slide .imgbox img{
	width:100%;
	height: auto;
}
.swiper-container-capa .swiper-pagination {
	bottom: 0px !important;
}


.swiper-head-title{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.swiper-head-title .swiper-slide{
	cursor: auto;
	max-width: 100%;
	height: auto;
	position:relative;
	overflow:hidden;
}
.swiper-head-title .swiper-slide .imgbox{
	position: relative;
}
.swiper-head-title .swiper-slide .imgbox img{
	width:100%;
	height: auto;
}
.swiper-head-title .swiper-pagination {
	bottom: 0px !important;
}

.img-swiper-container.bg_img{
	display: block;
}
.img-swiper-container.bg_img_mobile{
	display: none;
}

@media screen and (max-height: 960px){
	.padding-sliders.padding-sliders {
		padding-top: 26px !important;
	}
}

@media screen and (max-height: 770px) {
	.padding-sliders.padding-sliders {
		padding-top: 12px !important;
	}

	.padding-sliders.padding-sliders h1{
		font-size:46px;
	}
}

@media screen and (max-height: 705px) and (max-width: 1199px) {
	.padding-sliders.padding-sliders {
		padding-top: 0px !important;
	}

	.padding-sliders.padding-sliders h1{
		font-size:42px;
	}
}

@media screen and (max-width: 767px) {
	.padding-sliders.padding-sliders {
		padding-top: 0px !important;
	}

	.padding-sliders.padding-sliders h1{
		font-size:42px;
	}
}

@media screen and (max-height: 767px) and (max-width: 767px) {
	.padding-sliders.padding-sliders {
		padding-top: 0px !important;
	}

	.padding-sliders.padding-sliders h1{
		font-size:32px;
	}
}

@media screen and (max-height: 720px) and (max-width: 575px) {
	.padding-sliders.padding-sliders h1{
		font-size:26px;
	}

	.padding-sliders .btn.btn-primary  {
		width: 116px !important;
		font-size: 12px;
	}

	.padding-sliders.padding-sliders .lead {
		font-size:16px;
	}
}

@media screen and (max-height: 690px) and (max-width: 380px) {
	.padding-sliders.padding-sliders h1{
		font-size:20px;
	}
}

@media screen and (max-height: 730px) and (max-width: 540px) {
	.padding-sliders.padding-sliders h1{
		font-size:20px;
	}
}
@media screen and (max-width: 500px) {
	.img-swiper-container.bg_img{
		display: none;
	}
	.img-swiper-container.bg_img.bg_img_keep{
		display: block !important;
	}
	.img-swiper-container.bg_img_mobile{
		display: block;
	}
}
@media screen and (max-width: 459px) {
	.padding-sliders.padding-sliders h1{
		font-size:20px;
	}

	.padding-sliders.padding-sliders .lead {
		font-size:16px;
	}
}


/* customers */
.theme-carousel .owl-theme .owl-dots .owl-dot.active span {
	color: #e07e38;
	background-color: #e07e38;
}

/* categories trips */
.trips-main-img {
	border-radius: 10px;
	height: 200.25px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.category-trips .category-divisor{
	background-color: #e07e38;
	height: 5px;
	border-radius: 5px;
	width:100px;
	margin: 0px calc(50% - 50px);
}


/* partners container */
.block-company-itens {
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
}

.block-company-itens .line {
	width: 80%;
	height: 1px;
	margin: 5px 0px;
	border-bottom: 1px solid #c7c8c9;
}

.logo-image-partners {
	max-height: 70px;
    max-width: 170px;
    width: auto !important;
}

.name-company {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0px;
	padding: 0 10px;
}

/* bar search */ 
.btn-search {
	display: flex;
	align-items: center;
	text-align: center;
}

.btn-search button{
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
	border-radius: 10px;
	background-color: #e07e38;
	border: 0px solid white;
	color: white;
	height: 40px;
	width: 100%;
}

.btn-search button i {
	font-size: 12px;
	position: relative;
	right: 20%;
	color: white;
}

@media screen and (max-width: 991px) {
	.btn-search button i {
		display: none;
	}
}

.select2-container--default .select2-selection--single .select2-selection__rendered  {
	color: #757575 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	color: #757575 !important;
}

.btn-text {
	border-right: 1px solid #dee2e6;
	display: flex;
	align-items: center;
	text-align: center;
}

.btn-text input{
	color:#6f7880;
	border-radius: 10px;
	border: 0px solid white;
	height: 40px;
	width: 100%;
}

.btn-text input:focus {
	outline: none !important;
}

.btn-text i {
	color:#6f7880;
}

/* staps company */
.bg-img-staps {
	/* background-image: url(../imagens/pedra_gavea.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; */
	position: relative;
}

.bg-img-staps .home-page-filter {
	position: absolute;
	top: 0;
}

.bg-img-staps .title-stap {
	color: white;
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.137);
}

.bg-img-staps .sub-stap {
	color: rgb(167, 167, 167);
	text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.137);
}

/* main offers link */
.box-link-search {
	position: absolute;
	z-index: 100;
	opacity: 0;
	height: 100%;
	width: 100%;
}

.box-link-search input{
	display: none;
}

.box-link-search button{
	width: 100%;
	height: 100%;
}

/* block search icon  */
.block-search-icons {
	top: -40px;
	position: absolute;
	border-radius: 10px;
	margin: 0px calc(50% - 600px);
	z-index: 10;
	max-width: 1200px;
	height: 100px;
	padding: 5px 40px;
	box-shadow: 1px 2px 8px 2px #4242421f;
	background-color: white;
}

.block-search-icons img{
	height: 50px;
	margin-bottom: 5px;
}

.block-search-icons p {
	text-align: center;
    margin-bottom: 0;
    font-size: 12px;
    color: #6f7880;
    line-height: 110%;
}

.swiper-btn-categ {
	height: 24px;
	width: 24px;
	border-radius: 12px;
	border: 1px solid #cdcdcd;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background-color: white
}

.swiper-btn-categ:hover {
	cursor: pointer;
}

.swiper-btn-categ i {
	color: #878787;
    font-size: 8px;
}

.swiper-btn-categ.next {
	position: absolute;
	right: 12px;
	top: calc(50% - 12px);
}

.swiper-btn-categ.prev {
	position: absolute;
	left: 12px;
	top: calc(50% - 12px);
}

.theme-carousel .swiper-btn-categ.prev {
	left: -24px;
	top: calc(50% - 24px);
}

.theme-carousel .swiper-btn-categ.next {
	right: -24px;
	top: calc(50% - 24px);
}

@media screen and (max-width: 636px) {
	.theme-carousel .swiper-btn-categ.prev {
		left: 0;
	}

	.theme-carousel .swiper-btn-categ.next {
		right: 0;
	}
}

.swiper-categ-search{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100% !important;
}
.swiper-categ-search .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: auto;
	width: 100px;
	height: 100% !important;
	position:relative;
	overflow:hidden;
}
.swiper-categ-search .swiper-slide a {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}


@media screen and (max-width: 1280px) {
	.block-search-icons {
		width: 900px;
		margin: 0px calc(50% - 450px);
	}
}

@media screen and (max-width: 940px) {
	.block-search-icons {
		width: 600px;
		margin: 0px calc(50% - 300px);
	}
}

@media screen and (max-width: 620px) {
	.block-search-icons {
		width: 300px;
		margin: 0px calc(50% - 150px);
	}
}

/* estilização da div que simula o widget de pesquisa no home slider */
.simulador-widget {
	border-radius: 15px;
	background-color: red;
	width: 1116px;
	height: 210px;
}

@media screen and (max-width: 1200px){
	.simulador-widget {
		height: 340px;
	}
}

@media screen and (max-width: 1199px){
	.simulador-widget {
		width: 936px;
		height: 340px;
	}
}

@media screen and (max-width: 991px){
	.simulador-widget {
		width: 696px;
		height: 340px;
	}
}

@media screen and (max-width: 768px){
	.simulador-widget {
		width: 696px;
		height: 474px;
	}
}
@media screen and (max-width: 767px){
	.simulador-widget {
		width: 516px;
		height: 474px;
	}
}

@media screen and (max-width: 576px){
	.simulador-widget {
		width: 516px;
		height: 514px;
	}
}

@media screen and (max-width: 575px){
	.simulador-widget {
		width: 100%;
		height: 514px;
	}
}