/* alls css */
.btn-primary {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #e07e38 !important;
    --bs-btn-border-color: #e07e38 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #e07e38 !important;
    --bs-btn-hover-border-color: #e07e38 !important;
    --bs-btn-focus-shadow-rgb: 130,101,244 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #e07e38 !important;
    --bs-btn-active-border-color: #e07e38 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #e07e38 !important;
    --bs-btn-disabled-border-color: #e07e38 !important;
}

a {
	color: #6c747d ;
}

p {
	margin-bottom: 0 !important;
}

.cursor-pointer {
	cursor: pointer;
}

/* a:hover p{
	color: #e07e38 !important;
} */

.btn-primary {
	color: #ffffff;
	background-color: #e07e38;
}

.btn-primary:hover {
	background-color: #e07e38 !important;
}

.btn-white:hover {
    background-color: #fff;
    color: #e07e38;
}

.bg-primary {
	background-color: #e07e38 !important;
	border: 0px solid white;
}

.bg-primary:hover {
	background-color: #e07e38;
	border: 0px solid white;
}

.text-primary {
	color: #fba920 !important;
}

.text-primary:hover {
	color: #fba920 !important;
}

.d-flex .col-8, .d-flex .col-7, .d-flex .col-5, .d-flex .col-4 {
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}


/* scroll bar */

::-webkit-scrollbar {
	width: 8px; 
	border-radius: 10px;
}
  
::-webkit-scrollbar-thumb {
	background-color: #e07e38;
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}


/* header nav  */
.menu-fixed .navbar-brand .img-white{
	filter: invert(1);
}

.list-cart-trips {
	display: flex;
    background-color: #004fc7;
    margin-bottom: 0px !important;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    color: white;
    position: absolute;
    top: -4px;
    left: -4px;
    align-items: center;
    justify-content: center;
}

.nav-item-btns {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	height: 100% !important;
	padding: 0 !important;
}

.nav-block-btns {
	position: absolute;
    right: 0;
    top: calc(50% - 21px);
}

@media screen and (max-width: 991px) {
	.nav-header .navbar-collapse {
		top: 82px !important;
	}

	.nav-block-btns {
		position: relative;
		right: auto;
		width: auto;
		top: auto;
	}

	.nav-item-btns {
		padding: 10px !important;
	}

	.profileExite {
		position: fixed !important;
		top: 264px !important;
	}

	.profileExite div {
		height: 40px !important;
	}

	.profileExite a {
		width: 100%;
		height: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.profileExite button {
		width: 100%;
		height: 100% !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.profileExite i {
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		position: relative !important;
	}

	.profileExite img {
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		position: relative !important;
	}

	.notf-block {
		position: fixed !important;
		top: 264px !important;
	}

	.select-trigger {
		color: #212529 !important;
	}
	.select-trigger i{
		color: #212529 !important;
	}
}

@media (max-width: 767.98px) {
	.nav-header .navbar-collapse {
		overflow: visible !important;
	}
}


.dropdown-menu {
	max-height: 186px;
	overflow: auto;
}

/* footer */
.popup-whats {
	opacity: 0;
	z-index: -1;
	position: fixed;
	right: 50px;
	bottom: 90px;
	padding: 5px;
	border-radius: 10px;
	transform: rotate(30deg);
	transition: all 0.2s ease-in-out;
	width: auto;
	background-color: white;
	box-shadow: 1px 2px 5px 2px rgba(109, 109, 109, 0.514);
}

.popup-whats p {
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 700;
}

.navbar-expand-lg{
	height: 80px;
}
@media screen and (max-width: 1000px){
	.navbar-expand-lg{
		height: auto;
	}
}

.btn-whats-global {
	z-index: 1030;
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.btn-whats-global button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: none;
	background-color: #349407;
}

.btn-whats-global button i {
	font-size: 36px;
	color: white;
}

.apps-footer-col {
	display: flex;
	flex-direction: column;
	align-items: self-start;
}

.apps-footer-col .app-store {
	width: 120px;
	height: auto;
	margin-bottom: 10px;
}

.apps-footer-col .play-store {
	height: auto;
	width: 120px;
}

.apps-footer-col .logo-website {
	max-height: 56px;
	max-width: 200px;
	position: relative;
	margin-bottom: 20px;
}


.apps-footer-col h5 {
	color: white;
}

.line-socials-directs {
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.line-socials-directs .space-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.line-socials-directs .space-icons a {
	margin: 0px 10px;
}

.line-socials-directs .space-icons a i{
	color: #6c747d;
	transition: all 0.2s ease-in-out;
	font-size: 16px;
}

.line-socials-directs .space-icons a i:hover{
	color: white;
}

.reach-item {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.reach-item i{
	font-size: 12px;
}

.reach-item p{
	color: #6c747d !important;
}
@media screen and (max-width: 700px){
	.block-reach-us {
		order: -1;
		width: 100% !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.block-reach-us h4 {
		text-align: center;
	}

	.block-reach-us .reach-item {
		justify-content: center;
	}
}

@media screen and (max-width: 514px){
	.line-socials-directs {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 480px){
	.footer .container .row {
		display: flex;
		flex-direction: column !important;
		align-items: center;
	}

	.footer .container .row .col-6 {
		width: 100%;
	}
}


/* pop sair do perfil */

.profileExite {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
	box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 0.39);
	top: -132px;
	right: 0;
	opacity: 0;
	position: absolute;
	z-index: -1;
	background-color: white;
	border-radius: 15px;
	width: 140px;
	height: auto;
}

.profileExite div{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 100%;
}

.profileExite a{
	border-bottom: 1px solid #ece9e9;
}

.profileExite a:last-child{
	border-bottom: 0px solid #ece9e900;
}

.profileExite button{
	font-size: 14px;
	color: #3d3d3d;
	background-color: transparent;
	border: none;
	outline: none;
}

.profileExite div i {
	margin-right: 6px;
	color: #3d3d3d;
}

.profileExite div img {
	opacity: 0.7;
	height: 11px;
	width: auto;
	position: absolute;
	left: 10px;
	top: 5px;
}

.profileExite a {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #3d3d3d;
}

.profileExite a:hover {
	color: #3d3d3d;
}

/* popup notificações */

.header-notifications {
	position: relative;
	margin-right: 10px;
	height: 100%;
	width: auto;
}
.header-notifications i {
	font-size: 18px;
}

.menu-fixed #btn-icon-notf, .nav-header-fixed #btn-icon-notf{
	color: #212529 ;
}

#btn-icon-notf {
	cursor: pointer;
}

.notf-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
	box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 0.39);
	top: -132px;
	right: -4px;
	opacity: 0;
	position: absolute;
	z-index: -1;
	background-color: white;
	border-radius: 15px;
	width: 140px;
	height: auto;
}

.notf-block div{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 100%;
}


.notf-block button{
	font-size: 14px;
	color: #3d3d3d;
	background-color: transparent;
	border: none;
	outline: none;
}

.notf-block div i {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #3d3d3d;
}

.notf-block div img {
	opacity: 0.7;
	height: 11px;
	width: auto;
	position: absolute;
	left: 10px;
	top: 5px;
}

.notf-block a {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	color: #3d3d3d;
}

.notf-block a:hover {
	color: #3d3d3d !important;
}


/* info warning  */
.block-info-warning {
    transition: all 0.4s ease-in-out;
	background-color: #444;
	opacity: 0;
	position: fixed;
	z-index: -1;
	height: 100vh;
}

.box-warning {
	box-shadow: 0 0 12px 6px rgb(231 231 231 / 39%);
    transition: all 0.4s ease-in-out;
    opacity: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	border-radius: 10px;
	background-color: white;
	position: fixed;
	padding: 15px;
	top: calc(50% - 100px);
	left: calc(50% - 250px);
	z-index: -1;
	width: 500px;
	height: 200px;
}

.box-warning .title p{
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 700;
}

.box-warning .confirm p{
	font-size: 14px;
	font-weight: normal;
}

.box-warning .submit {
	display: flex;
	flex-direction: row;
	align-items: end;
	justify-content: right;
	width: 100%;
	height: 100%;
}
.box-warning .submit .btn:last-child {
	margin-left: 10px;
}

.box-warning .submit .btn{
    transition: 0.2s all ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 32px;
}

.box-warning .submit .btn:hover {
    transform: translateY(-2px);
    border: transparent;
}

.box-warning .submit .btn-red {
	background-color: #FF512F;
	color: white;
}

.box-warning .submit .btn-gray {
	background-color: #ddd;
	border: 2px solid #ddd;
	color: black;
}

@media screen and (max-width: 600px){
	.box-warning {
		width: 320px;
		left: calc(50% - 160px);

	}
}
/* bloco das viagens css global  */
.block-trips {
	margin: 16px 8px 0px 8px;
	padding: 10px;
	border-radius: 10px;
	transition: 0.2s all ease-in-out;
}

.block-trips:hover {
	box-shadow: 1px 4px 10px 4px #00000017;
	transform: translateY(-6px);
}

.free-tag {
	background-color: #349407; 
	padding: 0px 5px; 
	border-radius: 3px; 
	color: white; 
	font-size: 10px; 
	margin-left: 8px;
}

/* popup home  */
.block-popup-home {
	transition: 0.4s all ease-in-out;
	width: 70vw;
	max-height: 76vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-popup-home .first-popup {
	position: relative;
	border-radius: 16px;
	background-color: white;
	width: 100%;
	height: 100%;
}


.block-popup-home .first-popup .info-poup {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.block-popup-home .first-popup .info-poup h2 {
	text-align: center;
	color: black;
	font-weight: 700;
}

.block-popup-home .first-popup .description-popup {
	max-height: 50vh;
	overflow: auto;
}


.block-popup-home .first-popup .info-poup p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #acacac;
	margin-bottom: 0px;
}

.block-popup-home .first-popup .info-poup a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
	min-width: 180px;
	min-height: 50px;
	padding: 8px 16px;
	background-color: #e07e38;
	border-radius: 10px;
}

.block-popup-home .first-popup .info-poup a p{
	color: white;
	margin-bottom: 0px;
	font-size: 16px;
}

.block-popup-home .first-popup img {
	max-height: 86vh;
	max-width: 32vw;
}

.block-popup-home .first-popup .close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
}

.block-popup-home .first-popup .close-popup i {
	color: black;
	font-size: 16px;
}

.block-popup-home .first-popup .close-popup i:hover {
	cursor: pointer;
}

.brightness {
	z-index: -1;
	position: fixed;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s all ease-in-out;
	background-color: rgba(0, 0, 0, 0.233);
}

@media screen and (min-width: 1440px) {
	.block-popup-home .first-popup .info-poup {
		width: 550px;
	}

	.block-popup-home {
		height: 600px;
		width: min-content !important;
	}

	.block-popup-home .img-poup img{
		height: 100%;
	}

}

@media screen and (max-width: 1199px) {
	.block-popup-home .first-popup img {
		max-width: 42vw;
	}

	.block-popup-home {
		max-height: 86vh;
		width: 80vw;
	}
}

@media screen and (max-width: 991px) {
	.block-popup-home .first-popup .description-popup h2 {
		font-size: 18px;
	}

	.block-popup-home .first-popup .description-popup p {
		font-size: 14px;
	}
	
	.block-popup-home .first-popup img {
		max-width: 70vw;
		max-height: 56vh;
	}

	.block-popup-home {
		max-height: 86vh;
		width: min-content;
	}
}

@media screen and (max-height: 725px) {
	.first-popup.first-popup {
		flex-wrap: nowrap !important;
	}

	.block-popup-home {
		width: 90vw;
	}
}

@media screen and (max-height: 725px) and (max-width: 740px) {
	.block-popup-home .first-popup img {
		width: 251px;
		min-height: 100%;
	}
}

@media screen and (max-height: 725px) and (max-width: 513px) {
	.first-popup.first-popup {
		flex-wrap:wrap !important;
	}

	.block-popup-home .first-popup .info-poup {
		height: 320px;
	}

	.img-poup {
		width: 100%;
	}

	.block-popup-home .first-popup img {
		min-width: 100%;
		height: 290px;
	}
}

/* select idioma */
.custom-select {
	margin-right: 10px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: none;
  	background: transparent;
	position: relative;
	cursor: pointer;
}

.menu-fixed .select-trigger {
	color: black !important;
}

.menu-fixed .select-trigger i{
	color: black !important;
}
.header-white-logo{
	display: block;
}
.header-main-logo{
	display: none;
}
.menu-fixed .header-main-logo{
	display: block;
}
.menu-fixed .header-white-logo{
	display: none;
}
.select-trigger:hover {
	border-radius: 6px;
	background-color: rgba(139, 139, 139, 0.596);
}

.select-trigger {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 5px;
	width: 80px; 
	font-size: 14px ;
	font-weight: 700;
	color: white;
}


.select-trigger i{
	position: absolute;
	bottom: 9px;
	right: 9px;
	z-index: 30;
}

.select-trigger .image-flag {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.options  .image-flag {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.options {
	display: none;
	transition: 0.4s all ease-in-out;
	opacity: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -1px;
	right: 1px;
	width: 80px;
	background-color: white;
	border-radius: 6px;
	z-index: -1;
}

.options li {
	transition: all 0.4s ease-in-out;
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 6px;
	border-top: 1px solid #ccc;
	color: black;
	font-size: 14px;
	font-weight: 700;
}

.options li:hover {
	background-color: rgba(139, 139, 139, 0.596);
}

.options li:first-child {
	border-radius: 6px 6px 0px 0px;
	border-top: none;
}

.options li:last-child {
	border-radius:  0px 0px 6px 6px;
}

.nav-header-classic.shadow .select-trigger {
	color: black;
}

.nav-header-classic.shadow .select-trigger i {
	color: black !important;
}

/* faq section */
.section-faq {
	margin-bottom: 100px;
	min-height: 200px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-direction: column;
}

.section-faq .slides-faq {
	position: relative;
	cursor: pointer;
	transition: all ease-in-out 0.4s;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}

.section-faq .slides-faq:last-child {
	border-bottom: 0px solid transparent;
}

.section-faq .slides-faq .quest {
	width: 100%;
	font-size: 24px;
	font-weight: 600;
	color: #1f1f1f;
}

.section-faq .slides-faq  i {
	transition: all ease-in-out 0.4s;
}

.section-faq .slides-faq .answer {
	transition: all ease-in-out 0.4s;
	position: absolute;
	opacity: 0;
	line-height: 170%;
	font-size: 18px;
	color: #ffffff;
}

.section-faq .slides-faq.active i {
	transform: rotate(180deg);
}

.section-faq .slides-faq.active  .answer{
	color: #949494;
	position: relative;
	opacity: 1;
}

/* feed do instagram css */
#instafeed {
	gap: 10px;
	position: relative;
}

#instafeed span {
	position: relative;
}

.insta-feed-block {
	position: relative;
}

#instafeed a:first-child .img-instafeed {
	margin-left: 0;
}

#instafeed a:last-child .img-instafeed {
	margin-right: 0;
}

#instafeed .img-instafeed {
	height: 200px;
	width: 212px;
	background-position: center;
	display: inline-block;
	border-radius: 10px;
	background-size: cover;
}
.img-logo-insta {
	cursor: pointer;
	left: 0px;
    top: -45px;
    position: absolute;
}

.img-logo-insta p {
	color: #757575;
	font-size: 15px;
	display: inline-block;
	text-transform: lowercase;
	margin-bottom: 0px;
	font-weight: bold;
}


.img-logo-insta img{
	margin-right:8px ;
	width: 30px;
    height: 30px;
	display: inline-block;
}

.folow-insta {
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 8px;
	background-color: #004fc7;
	right: 0;
    top: -45px;
    position: absolute;
}

.folow-insta i{
	margin-right:15px ;
	font-size: 20px;
	display: inline-block;
	color: white;
}

.folow-insta p {
	color: white;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 0px;
}

@media screen and (max-width: 400px){
	.folow-insta {
		opacity: 0;
		z-index: -1;
	}
}

/* popup cookies */
.popup-cookies {
    position: fixed !important;
    width: 340px;
    height: 80px;
    z-index: 1030;
    bottom: 20px;
    left: 20px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 7px 3px rgb(42 42 42 / 18%);
    padding: 20px;
}

.popup-cookies p {
    text-align: left;
    line-height: 120%;
    margin-bottom:  0;
    font-size: 11px;
    font-weight: 400;
}

.popup-cookies .btn {
	padding: 0;
    min-width: 0 !important;
    height: 32px;
    width: 120px;
    border: none !important;
    color: #ffffff;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
	background-color: #004fc7;
}
.popup-cookies  .btn:hover {
    color: #ffffff;
}

.popup-cookies  .btn i {
    transition: all ease-in-out 0.4s;
    margin-left: -8.75px;
    opacity: 0;
    font-size: 10px;
}

.popup-cookies  .btn:hover i {
    margin-left: 4px;
    opacity: 1;
}

@media screen and (max-width: 360px) {
	.popup-cookies {
		left: 5px;
		width: calc(100vw - 10px);
		flex-direction: column;
		gap: 10px;
	}
}

/* logos personalizadas footer */
.perso-logo {
	max-height: 45px;
	max-width: 100px;
	height: auto;
	width: auto;
}
  
.perso-logo[width][height] {
max-width: unset;
}

input::placeholder,
textarea::placeholder {
  color: #676c718e !important; /* Altere para a cor que quiser */
  opacity: 1; /* Opcional: garante que a cor apareça com total opacidade */
}

/* banner */
.banner {
	transition: all ease-in-out 0.4s;
	height: 300px;
	width: 100%;
	border-radius: 18px;
	background-color: rgba(0, 0, 0, 0.116);
}

.banner:hover .banner-img-default, .banner:hover .banner-img-mobile {
	transform: scale(1.05);
}

.banner h3 {
	font-size: 30px;
    text-shadow: 0px 1px 5px black;
}

.banner-text-shadow {
	bottom: -1.5rem;
    left: -1.5rem;
    height: calc(100% + 3rem);
    width: calc(100% + 3rem);
    background: linear-gradient(0deg, #000000bd, transparent);
    border-radius: 6px;
}

.banner-img-default {
	transform: scale(1);
	transition: all ease-in-out 0.4s;
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-img-mobile {
	transform: scale(1);
	transition: all ease-in-out 0.4s;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px){
	.banner {
		height: 500px;
	}

	.banner h3 {
		font-size: 26px;
	}

	.banner-img-mobile {
		opacity: 1;
	}

	.banner-img-default {
		opacity: 0;
	}

	.banner .btn {
		margin-top: 10px !important;
		margin-left: 0 !important;
		width: 100%;
	}
}