/*!
Theme Name:   Blisq Woocommerce
Theme URI:    https://blisq.pt/
Author:       Blisq Creative
Author URI:   https://blisq.pt/
Description:  Tema desenvolvido à medida para a Vefa Travel
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  blisq-woocommerce
Tags:         e-commerce
 */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

::selection {
	background-color: #a8afc7;
	color: #081030;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html.overflow-hidden {
	overflow: hidden;
}

body {
	font-family: "Inter", sans-serif;
	background-color: #edf0fa;
	/* overflow-x: hidden; */
}

input,
textarea {
	font-family: "Inter", sans-serif;
}

h1 {
	color: #111b42;
	font-size: clamp(24px, 2.3vw, 38px);
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

h2 {
	font-size: clamp(22px, 1.6vw, 30px);
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	color: #111b42;
}

h2>span,
h2>em {
	font-style: normal;
	color: #3ebff0;
}

h3 {
	color: #111b42;
	font-size: clamp(18px, 1.4vw, 25px);
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
}

.woocommerce-info,
p {
	color: #474f6f;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
}

blockquote {
	border-radius: 20px;
	border: 1px solid #c7cde6;
	padding: 50px 0;
	display: flex;
}

blockquote>p {
	max-width: 486px;
	color: #111b42;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
	display: flex;
	gap: 5px 30px;
	margin: 0 50px;
}

blockquote>p::before {
	content: "";
	width: 70px;
	height: 52px;
	background-image: url(assets/images/mask-blockquote.svg);
	background-repeat: no-repeat;
	background-size: contain;
	flex: 0 0 auto;
}

ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

.d-block {
	display: block;
}

.form-header-button,
.d-none {
	display: none;
}

.color-white {
	color: #fff;
}

.text-balance {
	text-wrap: balance;
}

.woocommerce-login-message,
.text-center {
	text-align: center;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mx-auto {
	margin: 0 auto;
}

.fit-content {
	max-width: fit-content;
}

address {
	font-style: normal;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

.go-to-main {
	font-size: 12px;
	color: #fff;
	padding: 15px;
	background-color: #111b42;
	display: block;
	width: fit-content;
	position: absolute;
	top: -999999px;
	left: -999999px;
}

.go-to-main:focus {
	left: 0;
	top: 0;
}

#woocommerce-checkout-form-coupon button,
.woocommerce-Button,
#place_order,
.btn {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	border-radius: 30px;
	border: none;
	height: 60px;
	cursor: pointer;
	gap: 13px;
	white-space: nowrap;
}

#place_order {
	font-weight: 600;
}

.btn {
	overflow: hidden;
	flex: 0 0 auto;
}

.btn-sm {
	color: #111b42;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	padding: 10px 30px;
	border-radius: 40px;
	background-color: #e0e4f4;
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-file::after {
	content: "";
	width: 10px;
	height: 10px;
	flex: 0 0 auto;
	background-image: url(assets/images/icons/icone-abrir-externo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn-loader {
	display: flex;
	align-items: center;
	gap: 25px;
}

.btn-loader::after {
	content: '';
	width: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
	0% {
		box-shadow: 12px 0 #fff, -12px 0 #fff2;
		background: #fff
	}

	33% {
		box-shadow: 12px 0 #fff, -12px 0 #fff2;
		background: #fff2
	}

	66% {
		box-shadow: 12px 0 #fff2, -12px 0 #fff;
		background: #fff2
	}

	100% {
		box-shadow: 12px 0 #fff2, -12px 0 #fff;
		background: #fff
	}
}

.btn-profile-secondary::before,
.btn-profile::before {
	content: "";
	width: 27px;
	height: 27px;
	flex: 0 0 auto;
	background-image: url(assets/images/icons/icone-perfil-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.btn-profile-secondary::before {
	background-image: url(assets/images/icons/icone-perfil-1.svg);
}

.btn.btn-newsletter {
	padding: 0 36px;
}

#woocommerce-checkout-form-coupon button,
.woocommerce-Button,
.btn-primary {
	background-color: #111b42;
	transition: all .2s;
}

.btn-primary:hover {
	background-color: #333D62;
}

.btn-light {
	background-color: #d4d9ec;
	color: #111b42;
	width: fit-content;
	transition: all .2s;
}

.btn-light:hover {
	background-color: #c0c6db;
}

.btn-white {
	background-color: #fff;
	color: #111b42;
	transition: all .2s;
}

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

.loop-product-btn {
	color: #111b42;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 60px;
	background: #54cef2;
	height: 50px;
	padding: 10px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
	opacity: 0;
	transition: all 1s;
}

.btn-absolute {
	position: absolute;
	right: 0;
	top: 0;
}

#place_order,
.btn.btn-blue {
	background: #54cef2;
	color: #111b42;
	width: fit-content;
	transition: all .2s;
}

.btn.btn-blue:hover {
	background: #6ad3f1;
}

.btn-travel::after {
	content: "";
	width: 36px;
	height: 26px;
	background-image: url(assets/images/icons/icone-aviao.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 2s;
}

.btn-blue.btn-travel::after {
	content: "";
	width: 36px;
	height: 26px;

	background-color: #111b42;
	background-image: unset;

	-webkit-mask-image: url(assets/images/icons/icone-aviao.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;

	mask-image: url(assets/images/icons/icone-aviao.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
}

.btn-travel:hover::after {
	transform: translate(5px, -5px);
}

.text-lg {
	color: #6b7395;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.container-xxl {
	max-width: 1840px;
	margin: 0 auto;
}

.container-xl {
	max-width: 1640px;
	margin: 0 auto;
}

.container-secondary {
	max-width: 1515px;
	margin: 0 auto;
}

.container-cta,
.container-cards {
	max-width: 1625px;
	margin: 0 auto;
}

.container-md {
	max-width: 1395px;
	margin: 0 auto;
}

.container {
	max-width: 755px;
	margin: 0 auto;
}

.container-404 {
	max-width: 796px;
	margin: 0 auto;
}

.footer-content {
	background-color: #e0e4f4;
	border-radius: 35px;
	padding: 55px 50px;
	background-image: url(assets/images/bg-footer.svg);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: bottom right;
}

.footer-grid {
	display: grid;
	grid-template-columns: auto auto auto;
	max-width: 1605px;
	gap: 35px;
}

.footer-whatsapp {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 2;
	mix-blend-mode: multiply;
	transition: all .2s;
}

.footer-whatsapp>img {
	width: 100%;
	height: auto;
}

.footer-whatsapp:hover {
	scale: 1.05;
}

.footer-title {
	color: #3ebff0;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 160%;
	text-transform: uppercase;
	display: block;
}

.footer-addresses {
	margin-top: 55px;
}

.footer-address {
	font-size: 14px;
	font-style: normal;
	line-height: 160%;
	color: #636b8a;
	font-weight: 400;
	margin-bottom: 10px;
}

.footer-address > a{
	transition: all .2s;
}

.footer-address > a:hover{
	color: #111b42;
}

.footer-address-title {
	color: #111b42;
	font-weight: 700;
}

.footer-newsletter {
	border-radius: 15px;
	background-color: #d4d9ec;
	padding: 30px 25px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: calc(100% - 50px);
}

.footer-newsletter-text {
	color: #293152;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	max-width: 330px;
}

.footer-newsletter-inputs {
	display: flex;
	position: relative;
}

.checkbox-group {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
}

.label-input {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	color: #808080;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.label-as-placeholder:has(~ .form-control:not(:placeholder-shown)),
.label-input:has(~ .form-control:not(:placeholder-shown)) {
	display: none;
}

.form-group {
	flex: 1 0 auto;
	margin-bottom: 15px;
}

.form-group-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}

.input-text,
.form-control {
	color: #808080;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	border: none;
	padding: 0 25px;
	height: 60px;
	border-radius: 30px;
	background-color: #edf0fa;
	width: 100%;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.input-text,
.input-text::placeholder {
	color: #646C8B;
}

.form-textarea.error,
.form-control-secondary.error {
	border-color: #DC3545 !important;
}

.input-text,
.form-control.form-control-secondary {
	background-color: transparent;
	border: 1px solid #c4c9dd;
}

.form-control::placeholder {
	color: transparent;
}

.form-control.form-control-secondary::placeholder {
	color: #646c8b;
}

textarea.input-text,
.form-textarea {
	border-radius: 29px;
	border: 1px solid #c4c9dd;
	resize: none;
	height: 245px;
	width: 100%;
	padding: 25px;
	color: #646c8b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 139%;
	background-color: transparent;
}

.form-textarea-secondary {
	height: 186px;
}

.form-row input[type="checkbox"],
.form-control-checkbox {
	appearance: none;
	border-radius: 5px;
	border: 1px solid #707898;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.form-row input[type="checkbox"]:checked,
.form-control-checkbox:checked {
	background-image: url(assets/images/icons/icone-checked.svg);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center;
	background-color: inherit;
}

.checkbox-label {
	color: #707898;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.form-checkbox-label {
	color: #0e1532;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.checkbox-label>a {
	font-weight: 700;
}

.form-label {
	color: #111b42;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 139%;
	margin-bottom: 10px;
	display: block;
	padding-left: 15px;
}

.btn-newsletter {
	padding-right: 175px;
}

footer {
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}

footer::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #111b42;
	height: 80%;
	width: 100%;
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
	display: block;
	z-index: -1;
}

footer::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(assets/images/mask-footer.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	width: 275px;
	aspect-ratio: 1;
}

.footer-logos {
	margin-top: 140px;
}

.footer-partners {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.footer-partner {
	mix-blend-mode: multiply;
}

.footer-nav-grid {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 40px;
}

.footer-menu {
	grid-row: span 2;
}

.footer-wrap-socials {
	grid-row: 2;
	grid-column: 3;
}

.footer-nav {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 18px;
}

.footer-nav a {
	color: #495170;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	display: block;
}

.footer-nav a:hover {
	color: #111b42;
}

.footer-nav a.footer-contact {
	font-weight: 400;
	line-height: 160%;
}

.footer-nav a.footer-contact>strong {
	font-weight: 700;
	color: #111B42;
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 5px;
}

.footer-socials>a {
	transition: all .2s;
}

.footer-socials>a:hover {
	scale: 1.1;
}

.footer-small {
	white-space: nowrap;
	text-transform: uppercase;
	color: #636B8A;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.rnavt {
	color: #a8afc7;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
	text-transform: uppercase;
	align-self: flex-end;
}

.footer-nav-bottom {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-top: 50px;
	grid-column: span 2;
}

.footer-nav-bottom a {
	white-space: nowrap;
	color: #636b8a;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.footer-nav-bottom a:hover {
	color: #111b42;
}

.footer-mail {
	margin-top: 13px;
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 36px;
}

header {
	padding: 40px 0 20px 0;
	position: relative;
	z-index: 3;
}

.custom-logo {
	width: 100%;
	height: auto;
}

.nav-header {
	display: flex;
	flex: 1;
	align-items: center;
}

.header-secondary,
.menu-header {
	display: flex;
}

.header-secondary {
	gap: 30px;
}

.menu-header {
	margin-right: auto;
	gap: 46px;
}

.menu-header>li:not(:last-child)::after {
	content: "";
	position: relative;
	height: 12px;
	width: 1px;
	background-color: #ccd1e3;
	position: absolute;
	right: -23px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}

.menu-header a {
	color: #495477;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	gap: 9px;
	transition: all .2s;
}

.menu-header a:hover {
	color: #111B42;
}

.menu-header>li,
.form-group {
	position: relative;
}

.label-header-search {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 62px;
	transform: translateY(-50%);
	color: #81879f;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.header-search {
	border: 1px solid #ced2e4;
	background-image: url(assets/images/icons/icone-pesquisa.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 24px;
	padding: 0 24px 0 62px;
}

.form-header-search {
	width: 375px;
	margin-bottom: 0 !important;
}

.btn-myvefa::after {
	content: "";
	background-image: url(assets/images/logo-myvefa.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 74px;
	height: 27px;
}

.common-section {
	padding: 100px 0 120px 0;
}

.woocommerce-terms-and-conditions>h2,
.common-content>h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	color: #111b42;
}

.woocommerce-terms-and-conditions-link {
	text-decoration: underline;
}

.common-content>ul {
	padding-left: 20px;
	list-style: disc;
}

.common-content>ol {
	padding-left: 20px;
}

.woocommerce-terms-and-conditions li,
.common-content li {
	font-size: 17px;
	color: #474f6f;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
}

.common-content>h1~p:first-of-type>strong {
	color: #6b7395;
	font-size: clamp(16px, 1.6vw, 24px);
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.woocommerce-terms-and-conditions,
.common-content>* {
	margin-bottom: 20px;
}

.woocommerce-terms-and-conditions>*{
	margin-bottom: 15px;
}

.sustainability-file {
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
	padding-top: 20px;
	border-top: 1px solid #e0e4f4;
}

.sustainability-file-text {
	color: #111b42;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 165%;
}

.sustainability-meta {
	color: #767e9f;
	font-size: 18px;
	font-style: normal;
	line-height: 165%;
	font-weight: 400;
}

.sustainability-position-wrap {
	display: flex;
	gap: 5px;
}

.sustainability-position {
	font-weight: 700;
	color: #111b42;
	display: flex;
}

.sustainability-vefa {
	font-weight: 600;
}

.content-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.text-404 {
	margin: 7px 0 30px 0;
}

.image-404 {
	width: 100%;
	height: auto;
}

.buttons-wrapper {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.intro-banner {
	max-width: 1840px;
	margin: 0 auto;
	width: 100%;
	min-height: 380px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 35px;
	background-color: #e0e4f4;
	overflow: hidden;
}

.intro-banner-container {
	max-width: 620px;
	margin-left: 120px;
	position: relative;
	z-index: 1;
}

.banner-figure {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 54%;
}

.banner-figure::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(270deg,
			rgba(224, 228, 244, 0) 70.47%,
			rgba(224, 228, 244, 0.6) 78.29%,
			rgba(224, 228, 244, 0.92) 86.02%,
			#e0e4f4 98.03%);
}

.banner-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.intro-banner-content>h2 {
	margin: 4px 0 7px 0;
	color: #6b7395;
	font-size: clamp(16px, 1.5vw, 24px);
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}

.woocommerce-login-message,
.text-content>p {
	color: #757d9d;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.text-content>p>a {
	color: #111b42;
}

.wp-autop>p {
	margin-bottom: 15px;
}

.contact-section {
	padding: 70px 120px;
}

.contact-grid {
	display: grid;
	grid-template-columns: 33% 1fr;
	gap: 13%;
}

.contact-addresses {
	margin: 30px 0;
}

.contact-text-wrapper {
	max-width: 428px;
}

.contact-whatsapp {
	padding: 15px 25px;
	border-radius: 10px;
	background-color: #e0e4f4;
	display: flex;
	gap: 23px;
	align-items: flex-start;
	max-width: 497px;
	height: fit-content;
}

.contact-whatsapp-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.contact-whatsapp-hours {
	color: #757d9d;
	font-size: 17px;
	font-weight: 600;
	line-height: 160%;
}

.contact-whatsapp-icon {
	margin-top: 15px;
}

.contact-whatsapp-icon>img {
	width: 50px;
	aspect-ratio: 1;
}

#form-contact {
	padding: 40px 30px;
	border-radius: 40px;
	background-color: #e0e4f4;
}

.form-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
}

/* select2 */
.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select-filter+.select2-container--default .select2-selection--single {
	all: unset;
	display: flex;
	justify-content: space-between;
}

.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid #c4c9dd;
	border-radius: 30px;
	height: 60px;
	display: flex;
	align-items: center;
	margin: 0;
	justify-content: space-between;
	padding-right: 25px;
}

.select-filter+.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000;
}

.select-filter+.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #808080;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.select-filter+.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 25px;
}

.select-filter+.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: transparent;
	background-size: 15px;
	background-image: url(assets/images/icons/icone-filtro-seta.svg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 28px;
	height: 28px;
	border-radius: 38px;
	background-color: #c7cfea;
	position: relative;
	top: 0;
	right: 0;
	background-image: url(assets/images/icons/icone-select2.svg);
	background-position: center;
	background-size: 9px;
	background-repeat: no-repeat;
}

.select2-results {
	background-color: #EDF0FA;
}

.select2-results__option {
	padding: 8px 20px;
	user-select: none;
	-webkit-user-select: none;
	color: #1C1F21;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.14px;
	border-bottom: 1px solid #CED8E0;
	align-items: center;
	display: flex;
	gap: 13px;
	white-space: nowrap;
}

.select2-results__option:first-child {
	padding-top: 15px;
}

.select2-results__option:last-child {
	padding-bottom: 15px;
	border-bottom: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.select2-container--open .select2-dropdown--below {
	overflow: hidden;
	border-radius: 20px;
}

.select2-results__option::before {
	content: '';
	width: 18px;
	height: 18px;
	aspect-ratio: 1/1;
	border-radius: 4.5px;
	border: 0.9px solid #788696;
}

.select2-dropdown {
	border: none;
}

.select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-results__option[data-selected=true]::before {
	background-color: #E0E4F4;
	mix-blend-mode: multiply;
	background-image: url(assets/images/icons/icone-checked.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px;
	background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #D3D8ED;
	color: #1C1F21;
}

.select2-container--default .select2-results>.select2-results__options {
	scrollbar-width: none;
	max-height: 300px;
}

.page-template-front-page .select2-container--open .select2-dropdown--below {
	min-width: 200px;
	left: -45px;
}

.contact-map-section {
	margin-bottom: 120px;
}

.contact-map {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.intro-banner-buttons {
	display: flex;
	gap: 13px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.customer-card {
	padding: 100px 0;
}

.customer-card-grid {
	display: grid;
	grid-template-columns: 568px 1fr;
	gap: 142px;
}

.customer-card-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.customer-card-content>p {
	color: #767e9f;
}

.customer-card-items {
	position: relative;
}

.customer-card-item {
	padding: 28px 31px;
	border-radius: 15px;
	background-color: #e0e4f4;
	max-width: 365px;
	position: absolute;
}

.customer-card-item:nth-child(1) {
	top: -25px;
	left: 0;
}

.customer-card-item:nth-child(2) {
	right: 0;
	top: 15px;
	background-color: #cdd2e9;
	z-index: 2;
}

.customer-card-item:nth-child(2) .customer-card-item-title {
	color: #36A7D2;
}

.customer-card-item:nth-child(3) {
	bottom: -15px;
	left: 20%;
	background-color: #111b42;
	z-index: 1;
}

.customer-card-item:nth-child(3) .customer-card-item-title::before {
	filter: brightness(0) invert(1);
}

.customer-card-item:nth-child(3) .customer-card-item-text {
	color: #9da2b9;
}

.customer-card-item-title {
	color: #3ebff0;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%;
	display: flex;
	gap: 6px;
	align-items: center;
	margin-bottom: 10px;
}

.customer-card-item-title::before {
	content: "";
	height: 100%;
	aspect-ratio: 1;
	width: 20px;
	background-image: url(assets/images/icons/icone-estrela.svg);
	background-repeat: no-repeat;
	background-size: contain;
	flex: 0 0 auto;
}

.woocommerce-MyAccount-content>p,
.customer-card-item-text {
	color: #586181;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.travel-points {
	padding-bottom: 100px;
}

.travel-points-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 30px;
}

.travel-points-item {
	padding: 30px;
	border-radius: 20px;
	background-color: #fff;
}

.travel-points-image {
	width: 114px;
	height: 74px;
}

.travel-points-title {
	color: #111b42;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 165%;
	margin-top: 13px;
}

.travel-points-text {
	color: #767e9f;
	line-height: 1.3;
}

.travel-points-text>strong {
	color: #111b42;
	font-weight: 600;
}

.travel-points-faq {
	padding-bottom: 100px;
}

.travel-points-faq-container {
	max-width: 840px;
	margin: 0 auto;
}

.travel-points-faq-wrapper {
	max-width: 522px;
	text-align: center;
	margin: 15px auto 30px auto;
}

.travel-points-faq-items {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.travel-points-faq-item {
	width: 100%;
	padding: 22px 30px;
	border-radius: 15px;
	background: linear-gradient(90deg, #fff 20.47%, #edf0fa 147.91%);
	box-shadow: 0 15px 15.8px 0 rgba(0, 0, 0, 0);
	display: flex;
	gap: 10px;
}

.travel-points-faq-item>span {
	font-size: clamp(16px, 1.5vw, 24px);
	font-style: normal;
	font-weight: 700;
	display: flex;
	align-items: center;
	line-height: 125%;
}

.travel-points-faq-item-title {
	color: #3ebff0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.travel-points-faq-item-title::before {
	content: "";
	background-image: url(assets/images/icons/icone-pontos.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 33px;
	aspect-ratio: 1;
}

.travel-points-faq-item-text::before {
	content: "->";
	font-weight: 300;
	margin-right: 10px;
}

.partners-content {
	max-width: 1087px;
	margin: 30px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.partner-logo {
	max-width: 200px;
	height: fit-content;
}

.screen-reader-text {
	position: absolute;
	top: -99999999999999px;
	left: -99999999999999px;
}

.frontpage-destiny {
	padding: 80px 0 150px 0;
}

.frontpage-destiny-wrapper {
	max-width: 640px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.products.columns-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 25px;
}

.products.columns-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.woocommerce-loop-product__link {
	position: relative;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
	justify-content: flex-end;
	padding: 25px;
}

.products.columns-4 .woocommerce-loop-product__link {
	min-height: 378px;
}

.woocommerce-loop-product__link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(17deg,
			rgba(31, 38, 66, 0) 65.42%,
			rgba(31, 38, 66, 0.7) 98.22%),
		linear-gradient(180deg,
			rgba(31, 38, 66, 0) 57.25%,
			rgba(31, 38, 66, 0.6) 70.99%,
			#1f2642 95.73%);
}

.woocommerce-LoopProduct-link img,
.attachment-woocommerce_thumbnail_secondary,
.attachment-woocommerce_thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

.loop-product-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
	transform: translateY(60px);
	transition: all 1s;
}

.woocommerce-loop-product__link:hover .loop-product-content {
	transform: translateY(0);
}

.woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail_secondary+.attachment-woocommerce_thumbnail {
	opacity: 0;
}

.woocommerce-loop-product__link:hover .loop-product-btn {
	opacity: 1;
}

.loop-product-nights {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 6px 7px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
	width: fit-content;
}

.woocommerce-loop-product__title {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.loop-product-locations {
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	display: flex;
	gap: 7px;
}

.loop-product-dates {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	gap: 7px;
}

.loop-product-locations::before,
.loop-product-dates::before {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(assets/images/icons/icone-calendario.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.loop-product-locations::before {
	background-image: url(assets/images/icons/icone-pin.svg);
}

.loop-product-price {
	position: absolute;
	top: 25px;
	right: 0;
	padding: 3px 15px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: 42px 0 0 42px;
	background: rgba(255, 255, 255, 0.3);
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 7px;
}

.loop-product-price.price-request {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.loop-product-price .woocommerce-price-suffix {
	display: none;
}

.loop-product-from-label {
	color: #fff;
	text-align: right;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.woocommerce-Price-amount {
	color: #fff;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: inline-flex;
}

del .woocommerce-Price-amount>bdi {
	font-weight: 200;
	display: inline-flex;
	text-decoration: line-through;
	font-size: 14px;
}

.frontpage-banner {
	max-width: 1840px;
	margin: 0 auto;
	position: relative;
	height: 640px;
	border-radius: 35px;
	overflow: hidden;
	padding: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
}

.frontpage-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(30.43% 35.01% at 51.22% 79.43%,
			rgba(17, 27, 66, 0.8) 27.88%,
			rgba(17, 27, 66, 0) 100%),
		linear-gradient(180deg, rgba(31, 38, 66, 0) 53.98%, #111b42 102.73%);
}

.frontpage-banner-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.frontpage-banner-title {
	color: #edf0fa;
	text-align: center;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.frontpage-banner-title>em {
	color: #54cef2;
	font-style: normal;
}

.frontpage-banner-wrapper {
	position: relative;
	z-index: 1;
	max-width: 1060px;
	width: 100%;
}

#archive-search-tools,
#frontpage-search-tools {
	display: flex;
	border-radius: 50px;
	background: #edf0fa;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 12px 12px 30px;
	margin-top: 28px;
}

#archive-search-tools {
	gap: 10px 30px;
}

.search-filters {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 50px;
}

.search-filters.archive-search-filters {
	display: flex;
}

.search-filter {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2px 15px;
	flex: 1;
	position: relative;
	cursor: pointer;
	transition: all .2s;
}

.search-filter:hover {
	background-color: #E0E4F4;
	border-radius: 60px;
	box-shadow: 0px 0px 0px 10px #E0E4F4;
}

.search-filter:not(:last-child)::after {
	content: "";
	right: -25px;
	top: 0;
	width: 1px;
	height: 35px;
	background-color: #a4aac3;
	position: absolute;
}

.search-filter::before {
	content: "";
	height: 100%;
	width: 28px;
	aspect-ratio: 1;
	grid-row: span 2;
	align-self: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.search-filter.filter-destiny::before {
	background-image: url(assets/images/icons/icone-filtro-pin.svg);
}

.search-filter.filter-date::before {
	background-image: url(assets/images/icons/icone-filtro-calendario.svg);
}

.search-filter.filter-cost::before {
	background-image: url(assets/images/icons/icone-filtro-custo.svg);
	width: 23px;
}

.search-filter.filter-type::before {
	background-image: url(assets/images/icons/icone-tipo-de-viagem.svg);
}

.search-filter.filter-duration::before {
	background-image: url(assets/images/icons/icone-duracao.svg);
}

.search-filter-label {
	color: #a4aac3;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 0.33px;
	text-transform: uppercase;
}

.frontpage-cta-container {
	max-width: 1378px;
	margin: 0 auto;
}

.frontpage-cta-content {
	border-radius: 20px;
	position: relative;
	min-height: 382px;
	display: flex;
	align-items: center;
}

.frontpage-cta-content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg,
			rgba(31, 38, 66, 0) 44.62%,
			#1f2642 99.65%);
	border-radius: 20px;
}

.frontpage-cta-bg-image {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.frontpage-cta-title {
	position: relative;
	color: #fff;
	margin-bottom: 30px;
	text-wrap: balance;
}

.frontpage-cta-content-wrapper {
	max-width: 377px;
	margin-left: 115px;
	position: relative;
	z-index: 2;
}

.frontpage-cta-image {
	position: absolute;
	z-index: 2;
	width: var(--w);
	height: auto;
}

.frontpage-cta-image:first-child {
	top: -45px;
	right: 320px;
}

.frontpage-cta-image:nth-child(2) {
	top: -70px;
	right: 147px;
	z-index: 2;
}

.frontpage-cta-image:nth-child(3) {
	top: -30px;
	right: -40px;
}

.frontpage-cta-image:nth-child(4) {
	bottom: 20px;
	right: 390px;
}

.frontpage-cta-image:last-child {
	bottom: -30px;
	right: 235px;
}

.frontpage-anim {
	overflow: hidden;
	padding: 0 40px;
	margin-top: 110px;
	height: fit-content;
}

.frontpage-anim-container {
	max-width: 1750px;
	padding-top: 70px;
	margin: 0 auto;
	width: 100%;
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 115.25%);
	border-radius: 35px;
}

.frontpage-anim-title {
	max-width: 390px;
	text-align: center;
	margin: 0 auto;
	text-wrap: balance;
}

/* .frontpage-anim-content {
	display: flex;
	height: fit-content;
} */

.frontpage-anim-video {
	width: 100%;
	height: auto;
	mix-blend-mode: darken;
	object-fit: contain;
}

#frontpage-lottie svg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.frontpage-testimony {
	padding: 80px 0;
	background: radial-gradient(50% 50% at 50% 50%, #111b42 0%, #0d132e 100%);
	position: relative;
	z-index: 0;
}

.frontpage-testimony::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(assets/images/textura.webp);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.frontpage-testimony::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(179deg, #0D1431 11.38%, rgba(13, 20, 49, 0.50) 58.71%);
	background-repeat: no-repeat;
	z-index: -1;
}


.frontpage-testimony-grid {
	display: flex;
	gap: 42px;
	max-width: 1138px;
	margin: 30px auto 0 auto;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 20px;
	scrollbar-width: none;
	cursor: grab;
}

.frontpage-testimony-grid.active {
	cursor: grabbing
}

.frontpage-testimony-grid::-webkit-scrollbar {
	display: none;
}

.frontpage-testimony-item {
	position: relative;
	cursor: pointer;
	flex: 0 0 calc(33% - 18px);
	z-index: 1;
}

.frontpage-testimony-item.play::after {
	opacity: 0;
}

.frontpage-testimony-item::after {
	content: "";
	display: flex;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.33);
	background-image: url(assets/images/icons/icone-play.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 55%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s;
}

.frontpage-testimony-video-title {
	color: #edf0fa;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	max-width: 260px;
	position: absolute;
	bottom: 54px;
	left: -20px;
	border-radius: 5px;
	z-index: 0;
	overflow: hidden;
	transition: all 0.5s;
	padding: 19px 25px 19px 30px;
}

.frontpage-testimony-item.play .frontpage-testimony-video-title {
	color: transparent;
	left: -6px;
}

.frontpage-testimony-item.play .frontpage-testimony-video-title::before {
	width: 0;
}

.frontpage-testimony-video-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #081030;
	border-left: 6px solid #54cef2;
	z-index: -1;
	transition: all 1s;
	transition-delay: 0.5s;
}

.frontpage-testimony-video {
	width: 100%;
	height: 100%;
	aspect-ratio: 9 / 16;
	border-radius: 20px;
	overflow: hidden;
}

.frontpage-testimony-container {
	max-width: 888px;
	padding: 0 20px;
	margin: 0 auto;
}

.frontpage-testimony-title {
	text-align: center;
	color: #fff;
	font-size: clamp(26px, 2.2vw, 41px);
	text-wrap: balance;
	margin-bottom: 10px;
}

.frontpage-testimony-container>p {
	color: #a1aacd;
	text-align: center;
	text-wrap: balance;
}

.frontpage-why {
	padding: 80px 0;
}

.frontpage-why-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
	margin-top: 40px;
}

.frontpage-why-item {
	border-radius: 20px;
	background: linear-gradient(180deg, #fff -25%, rgba(255, 255, 255, 0) 95%);
	padding: 30px;
}

.frontpage-why-title {
	color: #111b42;
	margin-top: 23px;
	text-wrap: balance;
}

.frontpage-why-text {
	color: #646e96;
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	text-wrap: balance;
	margin-top: 5px;
}

.frontpage-why-text>p {
	color: #9097b4;
}

.frontpage-instagram {
	background-color: #e0e4f4;
	padding: 80px 0;
	background-image: url(assets/images/icons/icone-instagram-xl.svg);
	background-repeat: no-repeat;
	background-size: 12%;
	background-position: 125px 80px;
}

.frontpage-instagram-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 50px;
}

.frontpage-instagram-title {
	font-size: clamp(22px, 1.8vw, 32px);
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 0 13px;
	flex-wrap: wrap;
}

.frontpage-instagram-logo {
	font-size: 0;
	background-image: url(assets/images/logo-vefa-travel.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 50px;
	margin-top: -15px;
	width: 20%;
	min-width: 165px;
}

.frontpage-instagram-image {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 17px;
}

.frontpage-instagram-item {
	display: flex;
	flex-direction: column;
}

.frontpage-instagram-date {
	margin-top: 15px;
	color: #6f789c;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
	display: block;
}

.frontpage-blog {
	padding: 70px 0 80px 0;
	background-image: url(assets/images/blog-mapa.webp);
	background-repeat: no-repeat;
	background-position: -110px top;
	overflow: hidden;
}

.articles-container,
.frontpage-blog-container {
	max-width: 1250px;
	margin: 0 auto;
}

.frontpage-blog-title {
	color: #111b42;
	text-align: center;
	font-size: clamp(26px, 1.8vw, 36px);
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	text-wrap: balance;
}

.blog-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
	margin: 30px 0 20px 0;
}

.blog-grid .blog-card:last-child {
	display: none;
}

.blog-card-image-wrapper {
	display: flex;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.blog-card-image-wrapper:hover>.blog-card-image {
	scale: 1.1;
}

.blog-card-image-wrapper:hover+.blog-card-date {
	color: #3EBFF0;
	font-weight: 600;
}

.blog-card-image {
	display: flex;
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
	transition: all .2s;
}

.blog-card-image.blog-card-image-default {
	object-fit: contain;
	scale: 0.6;
}

.blog-card-image-wrapper:hover>.blog-card-image.blog-card-image-default {
	scale: 0.7;
}

.blog-card-title {
	overflow: hidden;
	color: #111b42;
	text-overflow: ellipsis;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all .2s;
}

.blog-card-date {
	color: #6f789c;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: block;
	text-transform: uppercase;
	margin: 12px 0 5px 0;
	transition: all .2s;
}

.blog-card-content>p {
	color: #9097b4;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cta {
	padding: 80px 0;
}

.cta-content {
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	background-color: #e1e4f0;
	position: relative;
	overflow: hidden;
}

.cta-inner {
	padding: 80px 0;
	max-width: 518px;
	margin-left: 8%;
}

.cta-inner>p {
	color: #757d9d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	max-width: 445px;
}

.cta-buttons {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 15px;
}

.cta-image-wrapper {
	display: flex;
	flex: 0 0 48%;
	position: relative;
}

.cta-image>img,
.cta-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta-detail {
	position: absolute;
	border-radius: 6px;
	background-color: #111b42;
	padding: 14px 15px;
	display: flex;
	align-items: center;
	gap: 5px;
	color: #3ebff0;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%;
	z-index: 1;
}

.cta-detail:nth-of-type(1) {
	top: 120px;
	left: 0;
}

.cta-detail:nth-of-type(2) {
	top: 85px;
	right: 68px;
}

.cta-detail:nth-of-type(3) {
	bottom: 50px;
	left: 65px;
}

.cta-detail::before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url(assets/images/icons/icone-estrela.svg);
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(0) invert(1);
}

.cta-subtitle {
	color: #8790b3;
	font-size: clamp(20px, 1.4vw, 24px);
	font-style: normal;
	font-weight: 300;
	line-height: 125%;
	margin: 4px 0 9px 0;
}

.faq-section {
	padding: 100px 0 120px 0;
}

.faq-container {
	max-width: 1155px;
	margin: 0 auto;
}

.faq-details {
	border-radius: 15px;
	background-color: #e0e4f4;
	padding: 21px 27px;
	border: 1px solid transparent;
	position: relative;
	margin-bottom: 12px;
}

.faq-summary {
	color: #111b42;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	gap: 20px;
}

.faq-details::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	aspect-ratio: 1;
	background-image: url(assets/images/icons/icone-faq-vefa.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.faq-summary::after {
	content: "";
	background-image: url(assets/images/icons/icone-filtro-seta-v2.svg);
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: center;
	background-color: #fff;
	height: 100%;
	width: 28px;
	aspect-ratio: 1;
	border-radius: 50%;
	flex: 0 0 auto;
}

.faq-details::details-content {
	display: block;
	block-size: 0;
	overflow: hidden;
	transition-property: block-size, content-visibility;
	transition-duration: 0.5s;
	transition-behavior: allow-discrete;
}

.faq-details[open]::details-content {
	block-size: auto;
	block-size: calc-size(auto, size);
}

.faq-details[open] {
	border-color: #b4bad1;
	background-color: transparent;
}

.faq-details>p {
	color: #4c526d;
	font-size: 15px;
	font-weight: 400;
	line-height: 125%;
	margin-top: 10px;
}

.faq-bottom-text {
	font-weight: 600;
	margin-top: 30px;
	color: #111b42;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 5px;
}

.faq-bottom-text>em {
	color: #3ebff0;
	font-style: normal;
}

.faq-bottom-link {
	color: #888ea6;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 165%;
	text-decoration-line: underline;
}

.blog-intro {
	max-width: 1920px;
	margin: 0 60px;
	border-radius: 35px;
	background: #111b42;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.blog-content {
	padding: 74px 0;
	max-width: 530px;
	margin-left: 10%;
}

.blog-content>p {
	color: #a0aad0;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-top: 5px;
}

.blog-intro-image {
	display: flex;
	position: relative;
	flex: 0 0 60%;
}

.blog-intro-image::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(assets/images/mask-blog.svg);
	background-repeat: no-repeat;
	width: 127px;
	height: 142px;
	z-index: 1;
}

.blog-intro-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background: linear-gradient(275deg, rgba(17, 27, 66, 0) 0, #111b42 80%);
}

.blog-intro-image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-section {
	padding: 50px 0 120px 0;
}

.blog-container {
	max-width: 1270px;
	margin: 0 auto;
}

.grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 35px;
}

.navigation.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 18px;
}

.page-numbers {
	color: #111b42;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.page-numbers.current {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #d7dbeb;
}

.page-numbers.prev,
.page-numbers.next {
	width: 28px;
	height: 28px;
	background-image: url(assets/images/icons/icone-seta.svg);
	background-repeat: no-repeat;
	background-size: 5px;
	background-position: center;
	background-color: #d7dbeb;
	border-radius: 50%;
	font-size: 0;
}

.page-numbers.prev {
	scale: -1;
}

.blog-category {
	color: #404868;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 165%;
	padding: 5px 8px;
	border-radius: 5px;
	background: #d4d9ec;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}

.single-intro-container {
	max-width: 1063px;
	margin: 0 auto;
	position: relative;
}

.single-intro-wrapper {
	max-width: 736px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.single-date {
	color: #3ebff0;
	font-size: 15px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.single-intro-section {
	padding-top: 40px;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.single-intro-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	width: calc(100% - 80px);
	height: 85%;
	background: linear-gradient(0, #e0e4f4 0%, rgba(224, 228, 244, 0) 100%);
	display: block;
	border-radius: 20px;
	z-index: -1;
}

.single-intro-section.no-thumbnail::before {
	height: 100%;
}

.single-intro-section::after {
	content: "";
	position: absolute;
	top: calc(85% - 128px);
	right: 16%;
	width: 174px;
	height: 134px;
	background-image: url(assets/images/mask-single.svg);
	display: block;
	z-index: -1;
}

.single-intro-section.no-thumbnail::after {
	display: none;
}

.title-secondary,
.single-title {
	font-size: clamp(24px, 2.2vw, 35px);
	text-align: center;
	text-wrap: balance;
}

.blog-categories {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	margin: 8px 0 11px 0;
}

.single-thumbnail {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.single-container {
	max-width: 775px;
	margin: 0 auto;
}

.single-article-section {
	padding-top: 46px;
}

.single-content {
	counter-reset: section;
	padding-bottom: 30px;
	border-bottom: 1px solid #c7cde6;
}

.single-content>ul {
	padding-left: 25px;
	margin: 10px 0;
	list-style: disc;
}

.shortcode-day-date~p,
.term-description>p,
.page-description>p,
.single-content li,
.single-content>p {
	font-size: 17px;
	font-weight: 300;
	line-height: 170%;
	margin-bottom: 12px;
	color: #474f6f;
}

.shortcode-day-date~ul {
	margin-bottom: 16px;
	list-style-type: disc;
	margin-left: 15px;
}

.shortcode-day-date~ul li {
	font-size: 14px;
	font-weight: 300;
	line-height: 170%;
	color: #474f6f;
	margin-bottom: 5px;
}

.shortcode-day-date~ul li strong {
	font-weight: 600;
}

.single-content li {
	margin-bottom: 0;
}

.single-content li>strong {
	color: #111b42;
	font-size: 17px;
	font-weight: 700;
}

.single-content>p>strong {
	color: #474f6f;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 165%;
}

.single-content>h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 130%;
	margin: 40px 0 10px 0;
	counter-increment: section;
}

.single-content>h2::before {
	content: counter(section, decimal-leading-zero) ".";
	color: #3ebff0;
	margin-right: 5px;
}

.single-content>h3 {
	color: #b8c0e0;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin: 10px 0;
}

.wp-caption,
.single-content img {
	width: 100% !important;
	height: fit-content;
	border-radius: 30px;
}

.wp-caption-text {
	color: #636b8a;
	font-size: 14px;
	font-weight: 500;
	line-height: 170%;
	margin: 20px;
}

.others-articles {
	padding: 80px 0 120px 0;
}

.about-intro-section {
	max-width: 1840px;
	margin: 0 auto;
	width: calc(100% - 40px);
	border-radius: 35px;
	position: relative;
	min-height: 360px;
	overflow: hidden;
}

.about-intro-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(0deg, rgba(224, 228, 244, 0) 32.22%, #e0e4f4 81.11%),
		radial-gradient(82.1% 37.13% at 51.47% -9.44%,
			#e0e4f4 0%,
			rgba(224, 228, 244, 0) 99.92%);
	z-index: 0;
}

.about-intro-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-intro-container {
	position: relative;
	z-index: 1;
	max-width: 490px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

.about-bottom-section {
	padding: 100px 0;
	background-color: #0d1431;
}

.about-bottom-container {
	max-width: 1232px;
	margin: 0 auto;
}

.about-bottom-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 100px;
	align-items: center;
}

.title-span {
	color: #3ebff0;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}

.about-group-section {
	padding: 80px 0 70px 0;
}

.about-group-container {
	max-width: 1465px;
	margin: 0 auto;
}

.about-group-grid {
	display: grid;
	grid-template-columns: 40% 1fr;
	align-items: center;
	gap: 70px;
}

.about-group-img {
	width: 100%;
	height: auto;
}

.about-testimony-content {
	margin: 0 auto;
	max-width: 910px;
	border-radius: 20px;
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	padding-top: 80px;
}

.about-testimony-content::after {
	content: "";
	position: absolute;
	bottom: -155px;
	right: 0;
	width: 210px;
	height: 238px;
	background-image: url(assets/images/mask-sobre-vefa.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.about-testimony-image {
	position: absolute;
	border-radius: 20px;
}

.about-testimony-image-left {
	left: -65px;
	bottom: 0;
	rotate: -7deg;
}

.about-testimony-image-right {
	right: -76px;
	top: 50%;
	transform: translateY(-50%);
	rotate: 7deg;
}

.about-testimony-content>p {
	color: #111b42;
	text-align: center;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	max-width: 536px;
	margin: 0 auto;
}

.about-testimony-content>p::before {
	content: "";
	background-image: url(assets/images/mask-blockquote.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 60px;
	height: 45px;
	display: block;
	margin: 0 auto 15px auto;
}

.about-testimony-content>p>strong {
	font-weight: inherit;
	color: #3ebff0;
}

.about-testimony {
	padding-bottom: 145px;
}

.about-bottom-content>p {
	color: #a1aacd;
	font-weight: 400;
	line-height: 164%;
}

.about-bottom-images {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	min-height: 400px;
}

.about-bottom-image {
	border-radius: 16px;
}

.about-bottom-image-center {
	z-index: 1;
	width: 48%;
	height: auto;
}

.about-bottom-image-left {
	position: absolute;
	left: -50px;
	bottom: 0;
	rotate: -8deg;
	z-index: 0;
	width: 38%;
	height: auto;
}

.about-bottom-image-right {
	transform: rotate(3deg);
	position: absolute;
	top: 70px;
	right: 0;
	width: 38%;
	height: auto;
}

.about-info-section {
	padding-top: 80px;
}

.about-info-container {
	max-width: 1036px;
	margin: 0 auto;
}

.about-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.about-info-block {
	min-height: 225px;
	border-radius: 20px;
	background-color: #e0e4f4;
	padding: 45px 30px;
	transition: all 0.8s;
}

.about-info-block-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	transition: all 0.8s;
}

.about-info-block-title {
	color: #3ebff0;
	text-align: center;
	font-size: clamp(32px, 3vw, 55px);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.about-info-block-text {
	color: #111b42;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.about-info-block-button {
	color: #111b42;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.2s;
}

.about-info-block-button::after {
	content: '';
	flex: 0 0 auto;
	width: 14px;
	height: 12px;
	background-size: contain;
	background-image: url(assets/images/icons/icone-viagens-seta.svg);
	background-repeat: no-repeat;
}

.about-info-block:hover {
	background: #fff;
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.1);
}

.about-info-block:hover .about-info-block-content {
	transform: translateY(-20px);
}

.about-info-block:hover .about-info-block-button {
	opacity: 0.6;
	visibility: visible;
}

.about-travel-categories {
	display: flex;
	gap: 25px;
	overflow-x: auto;
	scrollbar-width: none;
	padding: 80px 0 120px 0;
	cursor: grab;
}

.about-travel-categories.active {
	cursor: grabbing;
}

.about-travel-categories.active .about-travel-category {
	user-select: none;
	pointer-events: none;
}

.about-travel-categories::-webkit-scrollbar {
	display: none;
}

.about-travel-category {
	flex: 0 0 312px;
}

.about-travel-category:first-child {
	margin-left: 40px;
}

.about-travel-category:last-child {
	margin-right: 40px;
}

.about-travel-category:hover .about-travel-image {
	transform: scale(1.05);
}

.about-travel-image-wrapper {
	overflow: hidden;
	display: flex;
	border-radius: 20px;
}

.about-travel-title {
	font-size: 28px;
	line-height: normal;
	margin: 18px 0 8px 0;
}

.about-travel-label {
	color: #111B42;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 4px;
	padding: 9.5px 13px;
	background-color: #DEE2F4;
	display: flex;
	align-items: center;
	width: fit-content;
	margin-top: 18px;
	gap: 4px;
}

.about-travel-label.about-travel-star::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(assets/images/icons/icone-estrela-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.about-travel-label+.about-travel-title {
	margin: 8px 0;
}

.about-travel-description {
	color: #646e96;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.about-travel-image {
	transition: all 0.2s;
	width: 100%;
	height: fit-content;
}

.about-travel-container {
	max-width: 1920px;
	margin: 0 auto;
}

.about-certfication-wrapper {
	max-width: 675px;
	margin: 0 auto;
}

.about-certifications-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px 45px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.about-certifications-container {
	max-width: 940;
	margin: 0 auto;
}

.about-certifications-section {
	padding-bottom: 120px;
}

.myvefa-section {
	position: relative;
	max-width: 1920px;
	width: calc(100% - 80px);
	margin: 0 auto 112px auto;
	background-color: #e0e4f4;
	padding: 45px 0;
	border-radius: 40px;
	overflow: hidden;
	min-height: 748px;
	display: flex;
	align-items: center;
}

.myvefa-image {
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-password-strength {
	padding: 10px;
	font-weight: 600;
	font-size: 13px;
	line-height: 150%;
	margin-top: 15px;
	text-align: center;
	transition: all 0.2s;
	color: #111b42;
	background-color: #e0e4f4;
}

.woocommerce-password-strength.short {
	border-bottom: 2px solid rgba(17, 27, 66, 0.15);
}

.woocommerce-password-strength.bad {
	border-bottom: 2px solid rgba(17, 27, 66, 0.3);
}

.woocommerce-password-strength.good {
	border-bottom: 2px solid rgba(17, 27, 66, 0.55);
}

.woocommerce-password-strength.strong {
	border-bottom: 2px solid #111b42;
}

.woocommerce-password-hint {
	font-size: 13px;
	line-height: 1.5;
	max-width: 550px;
}

.woocommerce {
	position: relative;
}

.woocommerce-ResetPassword,
#customer_login {
	border-radius: 20px;
	background-color: #edf0fa;
	box-shadow: 0 10px 50px 0 rgba(17, 27, 66, 0.1);
	padding: 40px;
	max-width: fit-content;
	margin-left: 160px;
}

#customer_login>.col-1 {
	max-width: 470px;
}

#customer_login>.col-2 {
	max-width: 818px;
}

.myvefa-section h2 {
	font-size: clamp(24px, 2vw, 38px);
	text-align: center;
}

.myvefa-section .col-2 h2 {
	display: none;
}

.myvefa-section .col-2 h2.woocommerce-register-heading {
	display: block;
}

.woocommerce-form-login__rememberme {
	display: none !important;
}

.woocommerce-form-row {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
	flex: 1 0 49%;
}

.woocommerce-login-message {
	margin: 5px 0 24px 0;
	max-width: 465px;
}

.woocommerce-form-row>label {
	color: #111b42;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 139%;
	padding-left: 15px;
}

.woocommerce-Input {
	height: 60px;
	padding: 11px 25px;
	border-radius: 29px;
	color: #646c8b;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 139%;
	width: 100%;
	border: none;
	border: 1px solid #98a0c0;
	background-color: transparent;
}

.woocommerce-form-login__submit {
	border: none;
	padding: 16.5px 30px;
	border-radius: 39px;
	background-color: #111b42;
	color: #edf0fa;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin: 27px auto 0 auto;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	white-space: nowrap;
	transition: all .2s;
}

.woocommerce-form-login__submit:hover {
	background-color: #333D62;
}

.woocommerce-form-register__submit::before,
.woocommerce-form-login__submit::before {
	content: "";
	background-image: url(assets/images/icons/icone-login.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 27px;
	height: 27px;
}

.woocommerce-form-register__submit::before {
	background-image: url(assets/images/icons/icone-registar.svg);
}

.password-input {
	position: relative;
}

.show-password-input {
	height: 30px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 15px;
	border: none;
	background-image: url(assets/images/icons/icone-esconder-pass.svg);
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode: luminosity;
}

.show-password-input.display-password {
	background-image: url(assets/images/icons/icone-mostrar-pass.svg);
}

.woocommerce-form-login {
	display: flex;
	flex-direction: column;
}

.woocommerce-form-login .form-row {
	flex: 0;
}

.woocommerce-LostPassword {
	order: 2;
}

.woocommerce-register-login-link,
.woocommerce-custom-login-link {
	color: #707898;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 139%;
	text-align: center;
}

.woocommerce-register-login-link {
	color: #383f5d;
	margin-top: 15px;
}

.woocommerce-register-login-link>a,
.woocommerce-privacy-policy-link,
.woocommerce-custom-login-link>a {
	font-weight: 700;
	color: #111b42;
}

#customer_login .col-2,
.woocommerce-LostPassword {
	display: none;
}

.woocommerce-custom-login-wrapper {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 20px;
}

.woocommerce-form-register__submit {
	display: flex;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	gap: 7px;
	align-self: stretch;
	border: none;
	border-radius: 39px;
	background-color: #fff;
	color: #111b42;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	width: fit-content;
	align-self: flex-end;
	cursor: pointer;
	white-space: nowrap;
}

.woocommerce-register__privacy-policy-text span,
.woocommerce-privacy-policy-text>p {
	color: #0e1532;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	font-family: "Inter", sans-serif;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
	display: none;
}

.woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
}

.woocommerce-form__input-checkbox {
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	border: 1px solid #616b8e;
}

.woocommerce-form__input-checkbox:checked {
	background-color: #616b8e;
}

.woocommerce-form-register__form-bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 15px;
}

.woocommerce-form-register__form-bottom .woocommerce-form-row {
	margin-top: 0;
}

.form-row-flex {
	display: flex;
	gap: 0 15px;
	margin-bottom: 14px;
}

.myvefa-section .woocommerce-notices-wrapper {
	margin-left: 160px;
	margin-bottom: 20px;
	max-width: 570px;
}

.woocommerce-error {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 30px;
}

.woocommerce-message,
.woocommerce-error>li {
	color: #111b42;
	font-size: 16px;
	line-height: 1.5;
	border-left: 2px solid #111b42;
	padding-left: 20px;
}

.woocommerce-message:focus {
	outline: none;
}

.woocommerce-error>li>a {
	text-decoration: underline;
	font-weight: 600;
}

.woocommerce-ResetPassword {
	max-width: 550px;
}

.woocommerce-ResetPassword>p {
	margin-bottom: 15px;
}

.woocommerce-notices-wrapper {
	grid-column: span 2;
}

.woocommerce-products-wrap {
	display: grid;
	grid-template-columns: 284px 1fr;
	gap: 5px 50px;
}

.woocommerce-no-products-found,
.woocommerce-products-container {
	max-width: 1553px;
	margin: 0 auto;
}

.woocommerce-custom-no-products-found {
	max-width: 1553px;
	margin: 20px auto 0 auto;
}

.sidebar-woo-widget-wrapper {
	border-radius: 20px;
	background-color: #e0e4f4;
	padding: 10px 0;
}

.term-description,
.page-description {
	max-width: 1040px;
	margin-bottom: 40px;
}

.woocommerce-products-header {
	padding: 55px 75px 55px 155px;
	max-width: 1840px;
	border-radius: 35px;
	background-color: #e0e4f4;
	margin: 0 auto 25px auto;
}

.sidebar-woo-widget>h3 {
	color: #111b42;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px 20px;
	border-bottom: 1px solid #959aac;
	cursor: pointer;
}

.destino-item-children:has(.active),
.sidebar-woo-widget>h3~ul.active,
.sidebar-woo-widget>ul:has(.chosen),
.sidebar-woo-widget>ul:has(.current-cat) {
	display: block;
}

.sidebar-woo-widget>h3::before {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	flex: 0 0 auto;
}

.destino-item>a::after,
.sidebar-woo-widget>h3::after {
	content: "";
	width: 12px;
	height: 6px;
	background-image: url(assets/images/icons/icone-filtro-seta.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: auto;
	transition: all 0.2s;
}

.destino-item>a.active::after,
.sidebar-woo-widget>h3.active::after {
	transform: rotate(-180deg);
}

.woo-filter-destinos::before {
	background-image: url(assets/images/icons/icone-destino.svg);
	width: 23px;
	height: 21px;
}

.woo-filter-tipo-de-viagem::before {
	background-image: url(assets/images/icons/icone-tipo-de-viagem.svg);
	width: 28px;
	height: 25px;
}

.woo-filter-quando::before {
	background-image: url(assets/images/icons/icone-quando.svg);
	width: 23px;
	height: 21px;
}

.woo-filter-duração::before {
	background-image: url(assets/images/icons/icone-duracao.svg);
	width: 23px;
	height: 23px;
}

.woocommerce-widget-layered-nav-list__item>a,
.destino-item-child>a,
.cat-item>a {
	padding: 8px 20px;
	color: #1c1f21;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.14px;
	display: flex;
	align-items: center;
	gap: 13px;
	border-bottom: 1px solid #ced8e0;
}

.woocommerce-widget-layered-nav-list__item>a:hover,
.destino-item-child.active,
.woocommerce-widget-layered-nav-list__item.chosen>a,
.destino-item-child:hover,
.current-cat>a,
.cat-item>a:hover {
	background-color: #e0e4f4;
	mix-blend-mode: multiply;
}

.destino-item-child>a::before,
.woocommerce-widget-layered-nav-list__item>a::before,
.cat-item>a::before {
	content: "";
	flex: 0 0 18px;
	height: 18px;
	border-radius: 4.5px;
	border: 0.9px solid #788696;
}

.destino-item-child.active>a::before,
.woocommerce-widget-layered-nav-list__item.chosen>a::before,
.current-cat>a::before {
	background-image: url(assets/images/icons/icone-checked.svg);
	background-repeat: no-repeat;
	background-size: 11px;
	background-position: center;
	background-color: #fff;
	border-color: #fff;
}

.destino-item-children,
.woocommerce-widget-layered-nav-list__item>.count {
	display: none;
}

.destino-item>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 20px;
	border-bottom: 1px solid #ced8e0;
	color: #1c1f21;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.14px;
}

.woocommerce-products-header__title {
	font-size: clamp(26px, 2.2vw, 35px);
	text-align: center;
	text-wrap: balance;
}

.woocommerce-products-header__title>em,
.woocommerce-products-header__title>strong {
	font-weight: inherit;
	color: #3ebff0;
	font-style: normal;
}

.woocommerce-result-count {
	color: #0e1532;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
	margin-top: 18px;
}

.woocommerce-result-count>span {
	color: #434960;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: 0.33px;
	text-transform: uppercase;
}

.woocommerce-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	grid-column: span 2;
	margin-top: 74px;
}

.content-area {
	padding-bottom: 80px;
}

.single-product-banner {
	min-height: 700px;
	position: relative;
	margin: 0 40px;
	border-radius: 35px;
	max-width: 1920px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding: 50px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

.single-product-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(190deg,
			rgba(17, 27, 66, 0) 61.17%,
			#111b42 92.47%);
	pointer-events: none;
}

.single-product-info {
	display: flex;
	gap: 5px 20px;
	flex-wrap: wrap;
}

.single-product-banner-info {
	color: #ced2e2;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items: center;
	gap: 10px;
}

.single-product-banner-info::before {
	content: "";
	width: 34px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
}

.single-product-dates::before {
	background-image: url(assets/images/icons/icone-calendario.svg);
}

.single-product-departure::before {
	background-image: url(assets/images/icons/icone-aviao-azul.svg);
}

.single-product-locations::before {
	background-image: url(assets/images/icons/icone-pin.svg);
}

.single-product-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}

.single-product-container {
	max-width: 1530px;
	margin: 0 auto;
	width: 100%;
}

.single-product-banner-left {
	position: relative;
	z-index: 1;
}

.single-product-banner-grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
}

.single-product-custom-form {
	max-width: 1530px;
	margin: 30px auto;
	border-radius: 20px;
	background: #e0e4f4;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.single-product-custom-form>.cart {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: flex-start;
	position: relative;
}

.single-product-custom-form .variations {
	display: none;
}

.single-product-banner-nights {
	color: #111b42;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 5px 6px;
	border-radius: 4.727px;
	background-color: #e0e4f4;
	display: block;
	width: fit-content;
}

.product_title {
	color: #edf0fa;
	font-size: clamp(22px, 2.3vw, 35px);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin: 10px 0 15px 0;
	max-width: 528px;
}

.single-product-info-days {
	color: #ced2e2;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin-top: 10px;
}

.single-product-info-days>span {
	color: rgba(203, 209, 232, 0.5);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}

.btn-download-pdf {
	color: #111b42;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 14px 25px;
	margin-right: 25px;
	border-radius: 60px;
	background-color: #edf0fa;
	border: none;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	order: 2;
	transition: all 0.2s;
}

.btn-download-pdf:hover {
	background-color: #fcfcfc;
}

.btn-download-pdf::after {
	content: "";
	position: absolute;
	right: -30px;
	top: 0;
	background-color: #edf0fa;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	background-image: url(assets/images/icons/icone-pdf.svg);
	transition: all .2s;
}

.btn-download-pdf:hover::after {
	rotate: 12deg;
	background-color: #fcfcfc;
}

.promo-date {
	background-color: #202e4d;
	padding: 15px 20px;
	border-radius: 20px;
	font-size: 12px;
	line-height: 1.4;
	display: block;
	color: #fff;
	font-weight: 500;
}

.single-product-custom-price-text {
	color: #fff;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background-color: #202E4D;
	position: relative;
}

.single-product-custom-price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	min-height: 110px;
	padding: 0 15px;
	position: relative;
}

.single-product-custom-price>del {
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 5px;
}

.single-product-custom-price.is-simple-product>del .woocommerce-Price-amount {
	padding-bottom: 5px;
}

.contact-reservation-image .single-product-custom-price.single-uppon-price,
.single-product-custom-price.single-uppon-price {
	all: unset;
	color: #3EBFF0;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	background-color: #111b42;
	padding: 12px 20px;
	border-radius: 25px;
	justify-content: center;
}

.contact-reservation-image>.single-product-custom-price {
	align-items: flex-start;
	padding: 0;
}

.contact-reservation-image>.single-product-custom-price .woocommerce-Price-amount {
	padding: 2px 30px 2px 16px;
	border-radius: 0px 12px 12px 0;
}


.contact-reservation-image .single-product-custom-price-text:last-child::before {
	left: auto;
	right: -12px;
	rotate: 180deg;
}

.contact-reservation-image .single-product-custom-price-text:first-child::before {
	left: auto;
	bottom: 0;
	right: -12px;
	rotate: 90deg;
}

.single-product-custom-price-text:first-child {
	padding: 6px 16px 0 16px;
	border-radius: 12px 12px 0 0;
}

.single-product-custom-price-text:last-child {
	padding: 0 16px 6px 16px;
	border-radius: 0 0 12px 12px;
}

.single-product-custom-price-text::before {
	content: '';
	position: absolute;
	height: 12px;
	width: 12px;
	background-image: url(assets/images/mask-preco.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.single-product-custom-price-text:first-child::before {
	left: -12px;
	bottom: 0;
}

.single-product-custom-price-text:last-child::before {
	left: -10px;
	top: 0;
	rotate: -90deg;
}

.single-product-custom-price .woocommerce-Price-amount {
	color: #3ebff0;
	text-align: right;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: #202E4D;
	padding: 2px 16px 2px 30px;
	border-radius: 12px 0 0 12px;
}

.single-product-custom-price.is-simple-product .woocommerce-Price-amount {
	padding: 6px 16px 2px 30px;
	border-radius: 12px 12px 0 12px;
}

.contact-reservation-image .single-product-custom-price.is-simple-product .woocommerce-Price-amount {
	border-radius: 12px 12px 12px 0;
}

.single-product-banner-right {
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1;
}

.single-product-content-container {
	max-width: 1320px;
	margin: 0 auto 100px auto;
}

.single-product-grid {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 80px;
}

.single-product-grid-left {
	position: sticky;
	top: 20px;
	height: fit-content;
}

.related.products {
	max-width: 1625px;
	margin: 0 auto;
}

.related.products>h2 {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 30px auto;
}

.woocommerce-tabs {
	display: flex;
	flex-direction: column;
}

.single-product-meta {
	order: 0;
}

.woocommerce-tabs .tabs {
	order: 1;
}

.woocommerce-Tabs-panel {
	order: 2;
}

.woocommerce-Tabs-panel p {
	margin-bottom: 18px;
}

.custom-variation-options {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	gap: 15px;
}

.custom-option {
	border-radius: 10px;
	border: 1px solid #b7bdd2;
	padding: 15px 18px;
	display: flex;
	cursor: pointer;
	height: fit-content;
	flex: 1 0 275px;
	position: relative;
	flex-wrap: wrap;
	transition: all .2s;
}

.custom-option:hover .custom-option-attribute::after,
.custom-option.selected .custom-option-attribute::after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #CBD1E8;
	display: block;
	flex: 0 0 auto;
	align-self: center;
	border: 1px solid transparent;
	transition: all .2s;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.custom-option-attribute::before {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	margin-right: 20px;
	flex: 0 0 auto;
	align-self: center;
	border: 1px solid transparent;
	grid-row: span 2;
	transition: all .2s;
}

.custom-option:hover {
	background-color: #CBD1E8;
	border-color: #CBD1E8;
}

.custom-option.selected:hover {
	background-color: #e0e4f4;
}

.custom-option:hover::before {
	border-color: #8088A8;
	background-color: transparent;
}

.custom-option-title {
	color: #111b42;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.custom-option-subtitle {
	color: #a4a9bd;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 145%;
}

.custom-option-promo-dates {
	flex: 1 0 100%;
	margin-top: 10px;
}

.custom-promo-date {
	font-size: 10px;
	line-height: 1.2;
	display: block;
}

.custom-option-price {
	display: flex;
	flex-direction: column;
}

.custom-option-attribute {
	display: grid;
	grid-template-columns: auto 1fr;
	position: relative;
}

.custom-option-price .woocommerce-Price-amount {
	color: #111b42;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.custom-option-regular-price del .woocommerce-Price-amount>bdi {
	color: #081030;
}

.custom-option-price {
	color: #111b42;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	gap: 5px;
}

.custom-option-price-wrapper {
	margin-left: auto;
}

.woocommerce-variation-add-to-cart {
	display: flex;
	position: relative;
	align-items: flex-start;
	height: 100%;
}

.custom-variation-options+.variations_form.cart {
	width: fit-content;
}

.vefa-qty-label {
	color: #111b42;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 100px;
	margin-right: 11px;
	align-self: center;
}

.vefa-qty-label>span {
	display: block;
}

.vefa-total-info {
	color: #a4a9bd;
	text-align: right;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 145%;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
}

.vefa-total-info-clone {
	color: #a4a9bd;
	text-align: right;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 145%;
	text-transform: uppercase;
	grid-row: 2;
	grid-column: span 2;
}

.single_add_to_cart_button {
	order: 1;
	height: 50px;
	padding: 10px 25px;
	gap: 8px;
	height: 50px;
	padding: 10px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #55d8ff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 59px;
	background: #111b42;
	border: none;
	margin-left: 9px;
	cursor: pointer;
	transition: all .2s;
}

.single_add_to_cart_button:hover {
	background: #11225f;
}

.single_add_to_cart_button::after {
	content: "";
	width: 26px;
	height: 26px;
	background-image: url(assets/images/icons/icone-reservar.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.btn-contact {
	display: flex;
	height: 50px;
	padding: 10px 25px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 59px;
	background-color: #fff;
	color: #111b42;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: all .2s;
}

.btn-contact:hover {
	background-color: #F1F1F1;
}

.btn-contact::after {
	content: "";
	width: 26px;
	height: 26px;
	background-image: url(assets/images/icons/icone-contactar.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.btn-contact-auto {
	margin-left: auto;
}

.single_variation_wrap {
	position: relative;
	height: 100%;
}

.quantity {
	border-radius: 11px;
	background-color: #cbd1e8;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 10px;
	height: 75px;
}

.quantity>.plus,
.quantity>.minus {
	width: 22px;
	height: 22px;
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	font-size: 14px;
	color: #A7B5EF;
	transition: all 0.2s;
	line-height: 1.5;
}

.quantity>.minus:disabled {
	background-color: #e0e4f4;
	cursor: default;
}

.quantity>.minus:disabled:hover {
	color: #A7B5EF;
}

.quantity>.minus:hover,
.quantity>.plus:hover {
	color: #111B42;
}

.quantity>.qty {
	color: #111b42;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background-color: transparent;
	border: none;
	max-width: 74px;
	padding: 0;
	appearance: none;
	border-radius: 10px;
}

.woocommerce-variation-add-to-cart>.quantity {
	margin-right: 23px;
}

.quantity>.qty::-webkit-outer-spin-button,
.quantity>.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.single-product-cta {
	position: relative;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(17, 27, 66, 0) 65.04%, #111b42 100%);
	min-height: 339px;
	padding: 34px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}

.single-product-cta>img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -1;
}

.single-product-cta-text {
	color: #111b42;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
}

.single-product-cta-text>span {
	color: #3ebff0;
}

.btn-cta-contact {
	border-radius: 59px;
	background-color: #54cef2;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 10px 25px;
	color: #111b42;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: all .2s;
}

.btn-cta-contact:hover {
	background-color: #75dfff;
}

.single-product-details {
	margin-bottom: 10px;
}

.single-product-details[open]>.single-product-summary::after {
	rotate: -90deg;
}

.single-product-summary {
	color: #111b42;
	font-size: 15px;
	font-weight: 700;
	line-height: 165%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	background-color: #e0e4f4;
	padding: 15px;
	cursor: pointer;
}

.single-product-summary::after {
	content: "";
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-radius: 50%;
	background-image: url(assets/images/icons/icone-seta.svg);
	background-size: 5px;
	background-position: center;
	background-repeat: no-repeat;
	rotate: 90deg;
	transition: all .2s;
}

.single-product-summary-content {
	padding: 11px 17px;
}

.single-product-summary-content li,
.single-product-summary-content>p {
	color: #474f6f;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 165%;
}

.single-product-meta {
	display: flex;
	gap: 5px 38px;
}

.single-product-meta-text {
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	color: #111b42;
}

.single-product-meta-text>span {
	color: #a4a9bd;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-transform: uppercase;
}

.single-product-meta-ref {
	margin-left: auto;
}

.woocommerce-tabs>.tabs {
	display: flex;
	border-bottom: 1px solid #d1d7ec;
	margin: 28px 0 25px 0;
	padding: 0 20px;
	overflow-x: auto;
	scrollbar-width: none;
}

.woocommerce-variation,
.woocommerce-tabs>.tabs::-webkit-scrollbar {
	display: none !important;
}

.woocommerce-tabs>.tabs li.active a {
	background-color: #fff;
	border-radius: 15px 15px 0 0;
	border-bottom: 3px solid #d1d7ec;
}

.woocommerce-tabs>.tabs a:hover {
	background-color: #E0E4F4;
	border-radius: 15px 15px 0 0;
	border-bottom: 3px solid #D1D7EC;
}

.woocommerce-tabs>.tabs a {
	color: #111b42;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 165%;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	white-space: nowrap;
	gap: 8px;
	cursor: pointer;
	position: relative;
}

.woocommerce-tabs>.tabs li.active a::before {
	opacity: 1;
}

.woocommerce-tabs>.tabs a:hover::before {
	opacity: 0.5;
}

.woocommerce-tabs>.tabs a::before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.2;
	transition: all 0.2s;
}

.description_tab a::before {
	background-image: url(assets/images/icons/icone-itinerario.svg);
}

.included_tab a::before {
	background-image: url(assets/images/icons/icone-incluido.svg);
}

.not_included_tab a::before {
	background-image: url(assets/images/icons/icone-nao-incluido.svg);
}

.gallery_tab a::before {
	background-image: url(assets/images/icons/icone-galeria.svg);
}

.single-product-tab-content>h2,
.shortcode-day-date>h2 {
	padding: 10px 15px;
	border-radius: 10px;
	background-color: #e0e4f4;
	color: #111b42;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 165%;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.single-product-tab-content>h2::before,
.shortcode-day-date>h2::before {
	content: "";
	width: 11px;
	height: 16px;
	background-image: url(assets/images/icons/icone-shortcode.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.shortcode-day-date>h2>span {
	color: #111b42;
	margin-right: 5px;
	white-space: nowrap;
}

.shortcode-day-date~*:not(.shortcode-day-date) {
	padding: 0 22px;
}

.single-product-tab-content ul {
	list-style: disc;
	padding: 0 20px;
	margin-bottom: 25px;
}

.single-product-tab-content li {
	color: #474f6f;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 170%;
}

.single-product-tab-content li>strong {
	color: #474f6f;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 165%;
}

.splide__slide img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 30px;
}

.splide__arrow--prev {
	left: 0;
}

.splide__arrow--next {
	right: 0;
}

.splide__track {
	width: calc(100% - 85px);
	margin: 0 auto;
}

.splide__arrow svg {
	width: 10px;
	height: 10px;
	fill: #111b42;
}

.splide:not(.is-overflow) .splide__pagination {
	display: flex;
	gap: 5px;
	bottom: 0;
	padding: 0;
	margin-bottom: 20px;
}

.splide__pagination__page {
	width: 6px;
	opacity: 1;
	height: 6px;
	background-color: #d9d9d9;
}

.single-product-gallery {
	margin-bottom: 30px;
}

.single-product-form-bottom {
	order: 3;
	border-radius: 20px;
	background: #e0e4f4;
	padding: 20px;
}

.single-product-form-bottom-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.single-product-form-bottom-quantity {
	display: flex;
	align-items: center;
}

.single-product-form-bottom-buttons {
	display: grid;
	row-gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.single-product-form-bottom-buttons .btn-contact,
.single-product-form-bottom-buttons .single_add_to_cart_button {
	padding: 12px 40px;
}

.contact-reservation-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 75px;
}

.contact-reservation-image {
	width: 100%;
	min-height: 290px;
	max-height: 82dvh;
	position: relative;
	border-radius: 35px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 70px 40px 40px 40px;
	position: sticky;
	top: 40px;
}

.contact-reservation-image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(190deg,
			rgba(17, 27, 66, 0) 61.17%,
			#111b42 92.47%);
	overflow: hidden;
	pointer-events: none;
}

.contact-reservation-image>img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.2s;
}

.contact-reservation-grid-right {
	margin-right: 250px;
	margin-top: 70px;
}

#reservation-form {
	border-radius: 40px;
	background-color: #e0e4f4;
	padding: 40px 30px;
	margin-top: 25px;
}

.selected-travel {
	border-radius: 15px;
	background-color: #d4d9ec;
	padding: 20px;
}

.contact-reservation-travel {
	color: #edf0fa;
	font-size: clamp(24px, 2vw, 35px);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	position: relative;
	z-index: 1;
}

.contact-reservation-title {
	color: #111b42;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.contact-reservation-subtitle {
	color: #6b7395;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	margin: 5px 0 10px 0;
}

.contact-reservation-text {
	color: #757d9d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

#contact-reservation-section {
	padding-bottom: 80px;
}

.selected-travel-nights {
	color: #111b42;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px 6px;
	display: flex;
	width: fit-content;
	margin-bottom: 9px;
}

.myvefa-orders-table-title,
.selected-travel-title {
	color: #111b42;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 9px;
}

.myvefa-orders-table-title {
	margin-bottom: 0;
	text-align: start;
}

.myvefa-orders-table-meta-item,
.selected-travel-info {
	color: #111b42;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items: center;
	gap: 6px;
}

.myvefa-orders-table-meta-item::before,
.selected-travel-info::before {
	content: "";
	width: 18px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
}

.selected-travel-info::before {
	filter: brightness(0.85) saturate(0.8) hue-rotate(-5deg);
}

.myvefa-meta-dates::before,
.selected-travel-dates::before {
	background-image: url(assets/images/icons/icone-calendario.svg);
}

.myvefa-meta-locations::before,
.selected-travel-locations::before {
	background-image: url(assets/images/icons/icone-pin.svg);
}

.myvefa-meta-departure::before,
.selected-travel-departure::before {
	background-image: url(assets/images/icons/icone-aviao-azul.svg);
}

.myvefa-meta-quantity::before {
	background-image: url(assets/images/icons/icone-pessoa.svg);
}

.selected-travel-grid {
	display: flex;
	justify-content: space-between;
	gap: 6px;
}

.selected-travel-quantity {
	border-radius: 15px;
	background-color: #edf0fa;
	padding: 13px 10px;
	max-width: 163px;
	display: flex;
	gap: 9px;
}

.reservation-quantity-title {
	color: #111b42;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block;
	margin-bottom: 7px;
}

.selected-travel-btn {
	flex: 0 0 28px;
	height: 28px;
	background-color: #e0e4f4;
	border-radius: 50%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #111b42;
}

.selected-travel-input {
	color: #111b42;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	max-width: 70px;
	border: none;
	background-color: transparent;
}

.selected-travel-input::-webkit-outer-spin-button,
.selected-travel-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.myvefa-orders-table-meta,
.selected-travel-infos {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.checkout-section {
	padding: 70px 0 120px 0;
	overflow-x: hidden;
}

.checkout-container {
	max-width: 930px;
	margin: 0 auto;
}

.checkout-container .woocommerce-notices-wrapper {
	margin: 20px 0;
}

.woocommerce-form-coupon-toggle {
	display: none;
}

#woocommerce-checkout-form-coupon {
	display: flex !important;
	border-radius: 20px;
	background-color: #fff;
	padding: 30px;
	position: relative;
	background-image: url(assets/images/icons/icone-cupao.svg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 20px 0 30px 0;
}

#woocommerce-checkout-form-coupon>.form-row-first {
	width: 100%;
}

#woocommerce-checkout-form-coupon>.form-row.form-row-last {
	margin-top: 45px;
	justify-content: flex-start;
}

.coupon-error-notice {
	font-size: 14px;
	margin-left: 20px;
}

#woocommerce-checkout-form-coupon>.form-row {
	margin: 0;
	flex: auto;
}

#woocommerce-checkout-form-coupon .input-text {
	border-radius: 29px 0 0 29px;
	background-color: #edf0fa;
	padding: 11px 25px;
	border: none;
	width: 100%;
	height: 60px;
	color: #495170;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 139%;
	width: 100%;
}

#woocommerce-checkout-form-coupon button {
	min-width: 270px;
	position: relative;
	z-index: 1;
}

#woocommerce-checkout-form-coupon button::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #edf0fa;
	border-radius: 0 29px 29px 0;
	z-index: -1;
	mix-blend-mode: hue;
	pointer-events: none;
}

#woocommerce-checkout-form-coupon .screen-reader-text {
	position: relative;
	top: 0;
	left: 0;
	color: #111b42;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 10px;
	display: block;
}

.woocommerce-EditAccountForm>fieldset>legend,
.woocommerce-EditAccountForm>h3,
.page-template-page-checkout h3 {
	color: #3ebff0;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 14px;
	width: 100%;
}

.woocommerce-EditAccountForm>fieldset>legend {
	text-transform: capitalize;
}

.form-row {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 0;
	margin-bottom: 14px;
	flex: 1 0 265px;
}

.form-row>label {
	color: #111b42;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 139%;
	padding-left: 15px;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}

#billing_address_1_field,
#billing_address_2_field,
#billing_email_field {
	flex: 1 0 100%;
}

.woocommerce-checkout-review-order-table {
	width: 100%;
	margin-bottom: 20px;
}

.woocommerce-checkout-travel-item {
	border-radius: 15px;
	background-color: #e0e4f4;
	padding: 20px;
	margin-bottom: 15px;
	position: relative;
}

.remove-travel-item {
	position: absolute;
	top: 20px;
	right: 20px;
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-image: url(assets/images/icons/icone-plus-x.svg);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;
	rotate: 45deg;
	opacity: 0.5;
	transition: all 0.2s;
}

.remove-travel-item:hover {
	opacity: 1;
}

.woocommerce-checkout-travel-flex {
	display: flex;
	gap: 20px;
}

.woocommerce-checkout-travel-image {
	border-radius: 10px;
	background: linear-gradient(190deg,
			rgba(17, 27, 66, 0) 61.17%,
			#111b42 92.47%);
	max-width: 198px;
	overflow: hidden;
}

.woocommerce-checkout-travel-image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-checkout-travel-infos {
	margin-top: 9px;
	max-width: 335px;
}

.woocommerce-checkout-review-order-table th {
	color: #111b42;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 139%;
	text-align: start;
	border-bottom: 1px solid #c4c9dd;
	padding-left: 25px;
}

.woocommerce-checkout-review-order-table td>.woocommerce-Price-amount,
.woocommerce-checkout-review-order-table td {
	color: #646c8b;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 139%;
	border-bottom: 1px solid #c4c9dd;
	padding: 15px 25px;
}

.woocommerce-account .clear,
#account_display_name_description,
.form-row.checkbox-policy .checkbox>.required,
.woocommerce-checkout-review-order-table .tax-rate,
.woocommerce-checkout-review-order-table td small {
	display: none;
}

.order-total small .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table td small.woocommerce-checkout-tax {
	display: inline-block;
	color: #111b42;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 139%;
}

.woocommerce-checkout-review-order-table td>.woocommerce-Price-amount {
	padding: 0 !important;
}

.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout-review-order-table td>.woocommerce-Price-amount {
	border: none;
}

.order-total .woocommerce-Price-amount {
	color: #111b42;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 139%;
	display: block;
}

.form-row.checkbox-policy {
	all: unset;
}

.form-row.checkbox-policy .checkbox {
	display: flex;
	align-items: center;
	color: #0e1532;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.form-row.form-row.checkbox-policy input[type="checkbox"] {
	margin-right: 10px;
}

.form-row.checkbox-policy .checkbox>a {
	margin-left: 5px;
	font-weight: 600;
}

.wc_payment_methods {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.wc_payment_method {
	border-radius: 10px;
	border: 1px solid #b7bdd2;
	display: flex;
	align-items: center;
	gap: 10px 20px;
	flex-wrap: wrap;
	padding: 15px 18px;
}

.wc_payment_method>label {
	color: #111b42;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.wc_payment_method>input {
	appearance: none;
	height: 22px;
	flex: 0 0 22px;
	border-radius: 50%;
	background-color: #fff;
}

.wc_payment_method>input:checked {
	background-color: #CBD1E8;
	box-shadow: inset 0px 0px 0px 5px #fff;
}

.payment_box {
	flex: 1 0 100%;
}

.payment_box>p {
	font-size: 12px;
}

.woocommerce-checkout-payment {
	position: relative;
}

.form-row.place-order {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	gap: 20px;
	margin-bottom: 0;
	flex-wrap: wrap;
}

.woocommerce-terms-and-conditions-wrapper .form-row>label {
	padding-left: 0;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 10px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	margin-bottom: 25px;
}

.woocommerce-invalid>label {
	color: #e8003f;
}

.woocommerce-invalid input[type="checkbox"],
.woocommerce-invalid .input-text,
.woocommerce-invalid .form-control.form-control-secondary {
	border-color: #e8003f;
}

.myvefe-banner-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 360px;
}

.myvefa-banner {
	max-width: 1840px;
	margin: 0 auto;
	border-radius: 35px;
	background-color: #111b42;
	position: relative;
	overflow: hidden;
}

.myvefa-banner-content {
	padding-left: 146px;
	position: relative;
	z-index: 1;
	max-width: 42%;
	flex: 1;
}

.myvefa-banner-title {
	position: relative;
	color: #fff;
	display: flex;
	text-wrap: balance;
	max-width: 78%;
}

.myvefa-banner-title::after {
	content: "";
	background-image: var(--bg-banner);
	background-repeat: no-repeat;
	background-size: contain;
	width: 12vw;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.myvefa-area-section {
	overflow-x: hidden;
}

.myvefa-banner-text {
	color: #a0a8c7;
	font-family: Inter;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	max-width: 465px;
	margin-top: 15px;
}

.myvefa-banner-figure {
	display: flex;
	max-width: 56%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.myvefa-banner-figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg,
			rgba(17, 27, 66, 0) 65.34%,
			#111b42 98.56%);
	display: block;
}

.myvefa-banner-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.woocommerce-MyAccount-content {
	max-width: 1530px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 50px 0;
}

.woocommerce-MyAccount-navigation>ul {
	display: flex;
	align-items: center;
	gap: 30px;
	overflow-x: auto;
	scrollbar-width: none;
}

.woocommerce-MyAccount-navigation>ul::-webkit-scrollbar {
	display: none;
}

nav.woocommerce-MyAccount-navigation {
	background: linear-gradient(180deg, rgba(224, 228, 244, 0) 17%, #e0e4f4 91%);
}

nav.woocommerce-MyAccount-navigation>ul {
	max-width: 1530px;
	margin: 0 auto;
}

.woocommerce-MyAccount-navigation-link>a {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	padding: 27px 0;
	display: flex;
	position: relative;
	white-space: nowrap;
}

.woocommerce-MyAccount-navigation-link:hover>a::before,
.woocommerce-MyAccount-navigation-link.is-active>a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 40px;
	background-color: #3ebff0;
}

.woocommerce-MyAccount-quick-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.woocommerce-MyAccount-quick-links>a {
	border-radius: 30px;
	border: 1px solid #d3d8eb;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 160px;
	flex: 0 0 445px;
	color: #111b42;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 125%;
	gap: 12px;
	transition: all .2s;
	flex-direction: column;
}

.woocommerce-MyAccount-navigation-link--customer-logout>a::before {
	display: none;
}

.woocommerce-MyAccount-quick-links>a:hover {
	background-color: #e6eaf7;
}

.woocommerce-MyAccount-quick-links>a::before {
	content: "";
	width: 55px;
	aspect-ratio: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.woocommerce-MyAccount-quick-links-order::before {
	background-image: url(assets/images/icons/icone-myvefa-viagens.svg);
}

.woocommerce-MyAccount-quick-links-cartao::before {
	background-image: url(assets/images/icons/icone-myvefa-cartao.svg);
}

.woocommerce-MyAccount-quick-links-edit::before {
	background-image: url(assets/images/icons/icone-myvefa-conta.svg);
}

.woocommerce-MyAccount-quick-links strong {
	font-weight: 700;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
	margin-left: auto;
}

.woocommerce-MyAccount-navigation-link--customer-logout>a {
	color: #111b42;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	border-radius: 39px;
	background: #fff;
	padding: 9px 30px !important;
	display: flex;
	align-items: center;
	border: 1px solid transparent;
	gap: 7px;
	transition: all .2s;
}

.woocommerce-MyAccount-navigation-link--customer-logout>a:hover {
	border-color: #081030;
}

.woocommerce-MyAccount-navigation-link--customer-logout>a::after {
	content: "";
	width: 21px;
	height: 21px;
	background-image: url(assets/images/icons/icone-myvefa-logout.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.woocommerce-EditAccountForm {
	max-width: 824px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
}

.woocommerce-EditAccountForm>fieldset {
	position: absolute;
	top: 55px;
	right: 0;
	width: calc(100% - 900px);
	border: none;
}

.woocommerce-EditAccountForm #billing_country_field {
	flex: 1 0 100%;
}

.woocommerce-EditAccountForm .woocommerce-Button {
	background-color: #e0e4f4;
	color: #111b42;
	text-transform: capitalize;
}

.woocommerce-MyAccount-content>.woocommerce-notices-wrapper {
	max-width: 50%;
	margin-bottom: 25px;
}

.woocommerce-info {
	display: flex;
	align-items: center;
	gap: 20px;
}

.myvefa-orders-table-wrapper {
	display: flex;
	gap: 20px;
}

.myvefa-orders-table-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.myvefa-orders-table-badge {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 9px;
}

.myvefa-orders-table-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #111b42;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 4.5px;
	background: #fff;
	white-space: nowrap;
	padding: 5px 6px;
	transition: all 0.2s;
}

.myvefa-orders-table-thumbnail {
	max-width: 198px;
	aspect-ratio: 16 / 9;
	display: flex;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.myvefa-orders-table-thumbnail>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myvefa-orders-table-thumbnail::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(190deg,
			rgba(17, 27, 66, 0) 61.17%,
			#111b42 92.47%);
}

.woocommerce-table--order-details .woocommerce-table__product-total,
.woocommerce-orders-table thead {
	display: none;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button {
	display: flex;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	gap: 7px;
	color: #111b42;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	border-radius: 39px;
	background-color: #ccd1e4;
	min-height: 60px;
	white-space: nowrap;
	transition: all 0.2s;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button::after {
	content: "+";
	margin-left: -20px;
	opacity: 0;
	transition: all 0.2s;
}

.woocommerce-table--order-details th,
.woocommerce-orders-table__cell::before,
.myvefa-orders-table-description {
	color: #2da9d8;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	display: block;
	width: fit-content;
	margin-bottom: 9px;
}

.woocommerce-orders-table__row {
	display: grid;
	align-items: center;
	grid-template-columns: 42% 12% 12% 10% auto;
	border-radius: 15px;
	background-color: #e0e4f4;
	gap: 40px;
	padding: 20px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: all 0.2s;
}

.woocommerce-orders-table__row:hover {
	background-color: #fff;
}

.woocommerce-orders-table__row:hover .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-orders-table__row:hover .myvefa-orders-table-label {
	background-color: #e0e4f4;
}

.woocommerce-orders-table__row:hover .woocommerce-orders-table__cell-order-actions .woocommerce-button::after {
	opacity: 1;
	margin-left: 0;
}

.woocommerce-orders-table__cell-order-total,
.woocommerce-orders-table__cell-order-status,
.woocommerce-orders-table__cell-order-date {
	display: flex;
	flex-direction: column;
}

.woocommerce-orders-table__cell-order-total::before,
.woocommerce-orders-table__cell-order-status::before,
.woocommerce-orders-table__cell-order-date::before {
	content: attr(data-title);
}

.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
.woocommerce-orders-table__cell-order-status,
.woocommerce-orders-table__cell-order-date {
	color: #111b42;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.woocommerce-orders-table__cell-order-total {
	font-size: 0;
}

.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
	font-weight: 700;
}

.woocommerce-orders-table__cell:not(:last-child) {
	padding-right: 40px;
	border-right: 1px solid #9fa8c7;
	height: 100%;
	justify-content: center;
	position: relative;
}

.woocommerce-view-order .woocommerce-MyAccount-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.woocommerce-MyAccount-content>.woocommerce-notices-wrapper {
	grid-column: span 2;
}

.woocommerce-table--order-details thead,
.woocommerce-view-order .woocommerce-MyAccount-content>p {
	display: none;
}

.product-name .attachment-woocommerce_thumbnail {
	position: relative;
	aspect-ratio: 16 / 9;
	max-width: 198px;
	border-radius: 15px;
	margin-right: 20px;
}

.woocommerce-customer-details {
	border-radius: 15px;
	border: 1px solid #b8bfd8;
	padding: 25px;
	max-width: 370px;
}

.woocommerce-table--order-details td .woocommerce-Price-amount,
.woocommerce-table--order-details td,
.woocommerce-customer-details p,
.woocommerce-customer-details>address {
	color: #111b42;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
}

.woocommerce-table--order-details .product-quantity {
	margin-left: 10px;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	color: #111b42;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 15px;
}

.woocommerce-order-details {
	border-radius: 15px;
	background: #e0e4f4;
	padding: 20px;
}

.woocommerce-table--order-details .woocommerce-table__product-name {
	display: flex;
	align-items: center;
}

.woocommerce-table--order-details tfoot tr {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.woocommerce-table--order-details tfoot tr:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #b8bfd8;
	display: block;
}

.woocommerce-table--order-details td,
.woocommerce-table--order-details th {
	padding: 10px 0;
	margin-bottom: 0;
	text-align: start;
}

.woocommerce-table--order-details tbody {
	display: flex;
	margin-bottom: 15px;
}

.woocommerce-table--order-details tfoot,
.woocommerce-table--order-details {
	display: block;
}

.myvefa-client-content {
	max-width: 740px;
	margin: 0 auto;
	padding: 35px 20px;
	border-radius: 15px;
	background-color: #e0e4f4;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	position: relative;
}

.myvefa-client-content::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	background-image: url(assets/images/icons/icone-myvefa-pontos-autocarro.svg);
	background-repeat: no-repeat;
	width: 130px;
	height: 84px;
	pointer-events: none;
}

.myvefa-client-content::after {
	content: "";
	position: absolute;
	top: 38%;
	right: 0;
	background-image: url(assets/images/icons/icone-myvefa-pontos-navio.svg);
	background-repeat: no-repeat;
	width: 70px;
	height: 95px;
	pointer-events: none;
}

.myvefa-client-points {
	border-radius: 20px;
	background-color: #fff;
	padding: 20px 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #3ebff0;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.myvefa-client-points::before {
	content: "";
	width: 41px;
	height: 41px;
	background-image: url(assets/images/icons/icone-myvefa-pontos.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.myvefa-client-title {
	color: #111b42;
	text-align: center;
	text-wrap: balance;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	max-width: 340px;
	margin: 14px 0;
}

.btn-myvefa-points {
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-myvefa-points::after {
	content: '';
	width: 31px;
	height: 31px;
	background-image: url(assets/images/icons/icone-vefa-points.svg);
	background-size: contain;
	flex: 0 0 auto;
	background-repeat: no-repeat;
}

.myvefa-client-text {
	color: #111b42;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	max-width: 573px;
}

.myvefa-client-actions {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	flex-wrap: wrap;
	margin-top: 14px;
}

.myvefa-client-message {
	color: #888ea6;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 165%;
	/* 26.4px */
	max-width: 510px;
	margin: 30px auto 0 auto;
}

.dmc-banner-section {
	max-width: 1920px;
	margin: 0 auto;
	width: calc(100% - 40px);
	min-height: 360px;
	position: relative;
	overflow: hidden;
	border-radius: 35px;
	padding: 40px;
}

.dmc-banner-section::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,
			rgba(224, 228, 244, 0) 32.22%,
			#e0e4f4 81.11%);
	display: block;
	z-index: 1;
}

.dmc-banner-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.dmc-banner-content {
	max-width: 556px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	z-index: 1;
	position: relative;
}

.dmc-banner-span {
	color: #3ebff0;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
}

.dmc-section {
	padding: 80px 0;
}

.dmc-container {
	max-width: 1465px;
	margin: 0 auto;
}

.dmc-grid {
	gap: 30px 112px;
	align-items: center;
	display: flex;
	margin: 50px 0;
}

.dmc-grid-content {
	flex: 0 0 535px;
}

.dmc-image {
	width: 56%;
	height: fit-content;
	flex: 0 0 auto;
}

.dmc-grid-content p {
	margin-bottom: 15px;
}

.dmc-group-container {
	max-width: 885px;
	margin: 0 auto;
}

.dmc-group-title {
	font-size: clamp(20px, 1.8vw, 32px);
	text-align: center;
	text-wrap: balance;
}

.dmc-group-items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 25px;
	justify-content: center;
	align-items: center;
}

.dmc-group-item {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 15px;
	background-color: #e0e4f4;
	padding: 15px;
	color: #111b42;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
}

.dmc-pillars-section {
	padding: 120px 0 80px 0;
}

.dmc-content-title {
	font-size: clamp(19px, 1.4vw, 26px);
	color: #111b42;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 10px;
	text-wrap: balance;
}

.dmc-container .dmc-grid:nth-child(even) {
	flex-direction: row-reverse;
}

.dmc-content>h4 {
	color: #111b42;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 164%;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
}

.dmc-content>h4::before {
	content: "";
	width: 27px;
	height: 27px;
	background-image: url(assets/images/icons/icone-dmc.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.dmc-testimonials {
	padding-top: 80px;
}

.dmc-testimony-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 50px;
}

.dmc-testmony-bottom {
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dmc-testimony-content::before,
.dmc-testmony-bottom::after {
	content: '';
	aspect-ratio: 4 / 3;
	width: 75px;
	flex: 0 0 auto;
	background-image: url(assets/images/icons/icon-aspas.svg);
	background-repeat: no-repeat;
	background-size: contain;
	scale: -1;
}

.dmc-testimony-content {
	min-height: 210px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.dmc-testimony-content::before {
	transform: translateX(-50px);
	scale: 1;
}

.dmc-testimony-content>p {
	color: #000;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.dmc-testmony-bottom-content {
	color: #8D95B4;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
}

.dmc-testmony-bottom-content>strong {
	color: #57C7E8;
	font-weight: 700;
}

.dmc-why-section {
	padding: 90px 0;
}

.dmc-why-wrapper {
	max-width: 885px;
	margin: 0 auto;
}

.dmc-why-wrapper>h2 {
	max-width: 495px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.dmc-why-container {
	max-width: 1354px;
	margin: 0 auto;
}

.dmc-why-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	margin-top: 40px;
}

.dmc-why-item {
	padding: 25px 35px;
	border-radius: 20px;
	background: linear-gradient(180deg, #fff -25%, rgba(255, 255, 255, 0) 95.17%);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.dmc-programs-sections {
	background-color: #0d1431;
	padding: 80px 0 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.dmc-categories {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 22px 0 25px 0;
}

.dmc-category {
	color: #edf0fa;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 12px 18px;
	border-radius: 10px;
	border: 1px solid #7c88b1;
	cursor: pointer;
	transition: all 0.2s;
}

.dmc-category:hover {
	background-color: #303C6C;
	border-color: #303C6C;
}

.dmc-category.selected {
	background-color: #e0e4f4;
	color: #0c1431;
}

.dmc-common-container {
	max-width: 1530px;
	margin: 0 auto;
}

.dmc-programs-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 22px;
	margin-top: 30px;
}

.dmc-program {
	overflow: hidden;
	border-radius: 18px;
	min-height: 378px;
	position: relative;
	padding: 23px;
	flex-direction: column;
	justify-content: flex-end;
	display: none;
}

.dmc-program.selected {
	display: flex;
}

.dmc-program::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(17deg,
			rgba(31, 38, 66, 0) 65.42%,
			rgba(31, 38, 66, 0.7) 98.22%),
		linear-gradient(180deg,
			rgba(31, 38, 66, 0) 57.25%,
			rgba(31, 38, 66, 0.6) 70.99%,
			#1f2642 95.73%);
	display: block;
	z-index: 1;
}

.dmc-program-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dmc-program-nights {
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 5px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	margin-bottom: 5px;
	width: fit-content;
	position: relative;
	z-index: 1;
}

.dmc-program-title {
	color: #fff;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	position: relative;
	z-index: 1;
}

.dmc-form {
	padding-bottom: 120px;
}

.dmc-form-grid {
	display: grid;
	grid-template-columns: 368px 1fr;
	gap: 100px;
}

.dmc-form-content>p {
	margin-bottom: 15px;
}

#form-dmc {
	padding: 40px 30px;
	background-color: #e0e4f4;
	border-radius: 40px;
	position: relative;
}

#form-dmc::before {
	content: "";
	position: absolute;
	left: -10%;
	top: 30px;
	width: 230px;
	height: 243px;
	background-image: url(assets/images/icons/icone-formulario.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.dmc-form-content {
	position: sticky;
	top: 40px;
	height: fit-content;
}

.woocommerce-Tabs-panel-dmc>.entry-content {
	display: none;
}

.woocommerce-Tabs-panel-dmc>.entry-content.active {
	display: block;
}

.related-dmc {
	padding-bottom: 120px;
}

.woocommerce-order {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 30px;
	margin-top: 40px;
}

.woocommerce-thankyou-order-details,
.woocommerce-thankyou-order-received {
	grid-column: span 2;
}

.woocommerce-thankyou-order-received {
	background-color: #111b42;
	border-radius: 15px;
	padding: 12px 20px;
	color: #fff;
	text-align: center;
}

.woocommerce-thankyou-order-details>li .woocommerce-Price-amount,
.woocommerce-thankyou-order-details>li {
	font-size: 15px;
	line-height: 1.6;
	color: #111b42;
}

.form-field-error {
	color: #DC3545;
	font-size: 12px;
	padding-left: 25px;
	display: block;
	line-height: 1.5;
	margin-top: 5px;
}

.response-ajax {
	font-size: 14px;
	margin-top: 20px;
	padding: 15px;
	border-radius: 15px;
	color: #0c1431;
	display: none;
}

.quantity-flex {
	display: flex;
	gap: 10px;
	margin-right: 20px;
}

.menu-header .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.menu-header .menu-item-has-children {
	position: relative;
}

.menu-header .menu-item-has-children::before {
	content: '';
	position: absolute;
	width: calc(100% + 40px);
	height: 45px;
	top: 15px;
	left: -20px;
	display: block;
	background-color: transparent;
}

.menu-header .menu-item-has-children>a::after {
	content: "";
	width: 10px;
	height: 5px;
	background-image: url(assets/images/icons/icone-header-dropdown.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.menu-header .sub-menu {
	z-index: 2;
	position: absolute;
	top: 40px;
	left: -20px;
	background-color: #EDF0FA;
	padding: 20px 0;
	border-radius: 15px;
	opacity: 0;
	visibility: hidden;
	min-width: 200px;
	transition: all .2s;
	box-shadow: -2px 2px 20px #00000029;
}

.menu-header .sub-menu a {
	color: #1C1F21;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.14px;
	padding: 8px 20px;
	border-bottom: 1px solid #ced8e0;
}

.menu-header .sub-menu a:hover {
	background-color: #ced8e0;
}

.only-mobile,
.woocommerce-EditAccountForm .woocommerce-form-row:has(> #account_display_name) {
	display: none;
}

@media screen and (max-width: 1840px) {
	footer {
		padding: 0 40px 40px 40px;
	}

	.intro-banner {
		width: calc(100% - 80px);
	}

	.myvefa-banner,
	.frontpage-banner {
		margin: 0 40px;
	}

	.container-xxl {
		padding: 0 40px;
	}

	footer .container-xxl {
		padding: 0;
	}

	.header-secondary {
		gap: 15px;
		align-items: center;
	}

	.woocommerce-products-header {
		margin: 0 40px 25px 40px;
	}

	.contact-reservation-grid-right {
		margin-right: 180px;
	}

	.myvefa-banner-content {
		padding-left: 100px;
	}
}

@media screen and (max-width: 1700px) {
	.woocommerce-loop-product__link {
		min-height: 370px;
	}

	.custom-logo-link {
		max-width: 205px;
	}

	.woocommerce-Button,
	#woocommerce-checkout-form-coupon button,
	.btn {
		font-size: 17px;
		height: 54px;
	}

	.btn-cta-contact,
	.single_add_to_cart_button,
	.btn-contact,
	.woocommerce-form-register__submit,
	.woocommerce-form-login__submit {
		font-size: 17px;
	}

	.btn.btn-contact {
		height: 50px;
	}

	.dmc-container,
	.dmc-common-container,
	.woocommerce-no-products-found,
	.woocommerce-custom-no-products-found,
	.woocommerce-products-container,
	.about-bottom-container,
	.container-secondary,
	.container-xl {
		padding: 0 6%;
	}

	.sidebar-woo-widget>h3,
	.footer-nav a {
		font-size: 15px;
	}

	#woocommerce-checkout-form-coupon .input-text,
	.input-text,
	.select2-container--default .select2-selection--single,
	.form-control {
		height: 54px;
	}

	.contact-whatsapp-icon>img {
		width: 40px;
	}

	.contact-map-section {
		margin-bottom: 100px;
	}

	nav.woocommerce-MyAccount-navigation>ul,
	.about-group-container,
	.single-intro-container,
	.container-cards,
	.container-cta {
		padding: 0 6%;
	}

	.woocommerce-MyAccount-content {
		padding: 30px 6% 50px 6%;
	}

	.single-product-custom-form {
		margin: 30px 6%;
	}

	.frontpage-cta-container {
		padding: 0 10%;
	}

	.products.columns-5 {
		gap: 15px;
	}

	.myvefa-orders-table-title,
	.woocommerce-Price-amount {
		font-size: 19px;
	}

	.loop-product-btn {
		font-size: 15px;
		height: 45px;
	}

	.frontpage-banner-title {
		font-size: 48px;
	}

	.woocommerce-tabs>.tabs a,
	.select-filter+.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 18px;
	}

	.single-content>p>strong,
	.label-header-search,
	.menu-header a {
		font-size: 17px;
	}

	.vefa-qty-label {
		font-size: 15px;
	}

	.form-header-search {
		width: 280px;
	}

	#woocommerce-checkout-form-coupon .screen-reader-text,
	.faq-summary {
		font-size: 18px;
	}

	.partners-content {
		gap: 5px 18px;
	}

	.partner-logo {
		max-width: 175px;
		padding: 0 20px;
	}

	.travel-points-image {
		width: 100px;
		height: 65px;
	}

	.customer-card-grid {
		display: grid;
		grid-template-columns: 40% 1fr;
		gap: 50px;
	}

	.customer-card-item:nth-child(3) {
		bottom: -35px;
	}

	.about-travel-title {
		font-size: 25px;
	}

	.about-bottom-image-left {
		left: -15px;
	}

	.about-bottom-images {
		min-height: 350px;
	}

	.about-bottom-image-right {
		right: -15px;
	}

	.products.columns-4 .woocommerce-loop-product__link {
		min-height: 315px;
	}

	.products.columns-4 {
		gap: 20px;
	}

	.woocommerce-products-wrap {
		grid-template-columns: 260px 1fr;
		gap: 5px 25px;
	}

	.related.products {
		padding: 0 6%;
	}

	.related.products.related-dmc {
		padding: 0 6% 80px 6%;
	}


	.single-product-cta-text {
		font-size: 22px;
	}

	.single-product-cta {
		min-height: 290px;
	}

	.single-product-banner {
		min-height: 620px;
	}

	.woocommerce-orders-table__cell-order-status,
	.woocommerce-orders-table__cell-order-date,
	.single-product-info-days>span {
		font-size: 14px;
	}

	.single-product-banner-info,
	.single-product-info-days {
		font-size: 16px;
	}

	.contact-reservation-grid-right {
		margin-right: 0;
	}

	.woocommerce-MyAccount-quick-links {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.woocommerce-EditAccountForm {
		max-width: 700px;
	}

	.woocommerce-EditAccountForm>fieldset {
		width: 100%;
		right: 6%;
		max-width: 500px;
	}

	.woocommerce-orders-table__cell:not(:last-child) {
		padding-right: 25px;
	}

	.woocommerce-orders-table__row {
		gap: 25px;
	}

	.woocommerce-orders-table__cell-order-actions .woocommerce-button {
		font-size: 15px;
		height: auto;
		min-height: auto;
		padding: 14px 20px;
	}

	.dmc-form-grid {
		gap: 60px;
	}

	.dmc-grid-content {
		flex: 0 0 42%;
	}

	.dmc-image {
		width: 50%;
	}

	.dmc-grid {
		gap: 30px 8%;
		overflow-x: hidden;
	}

	.dmc-group-item {
		font-size: 20px;
	}
}

@media screen and (max-width: 1500px) {

	.woocommerce-info,
	.btn-download-pdf,
	.common-content li,
	.woocommerce-terms-and-conditions li,
	.btn-cta-contact,
	.single-product-cta-text,
	.single-product-tab-content>h2,
	.shortcode-day-date>h2,
	.woocommerce-tabs>.tabs a,
	.woocommerce-form-register__submit,
	.woocommerce-form-login__submit,
	.woocommerce-login-message,
	.text-content>p,
	.about-info-block-button,
	blockquote>p,
	.myvefa-orders-table-title,
	.woocommerce-MyAccount-quick-links>a,
	.single-content li>strong,
	.single-content li,
	.single-content>p,
	.customer-card-item-title,
	.woocommerce-Price-amount,
	.frontpage-testimony-video-title,
	.sustainability-meta,
	.shortcode-day-date~p,
	.single-product-tab-content li>strong,
	p {
		font-size: 16px;
	}

	.woocommerce-MyAccount-quick-links>a::before {
		width: 45px;
	}

	blockquote {
		padding: 40px 0;
	}

	blockquote>p::before {
		width: 60px;
		height: 45px;
	}

	.intro-banner-container {
		max-width: 520px;
		margin-left: 90px;
	}

	.dmc-testmony-bottom-content,
	.single-product-tab-content li,
	.single-product-banner-info,
	.custom-option-title,
	.woocommerce-error>li,
	.woocommerce-login-message,
	.about-travel-description,
	.customer-card-item-text,
	.label-header-search,
	.menu-header a,
	.contact-whatsapp-hours,
	.woocommerce-loop-product__title,
	.text-content>p {
		font-size: 15px;
	}

	.intro-banner {
		min-height: 300px;
	}

	.footer-newsletter-text {
		font-size: 16px;
		text-wrap: balance;
	}

	.select2-container--default .select2-selection--single,
	.form-control,
	.input-text,
	#woocommerce-checkout-form-coupon .input-text,
	#woocommerce-checkout-form-coupon button,
	.woocommerce-Button,
	.btn {
		font-size: 16px;
		height: 50px;
	}

	.select2-container--default .select2-selection--single {
		padding-right: 15px;
	}

	.dmc-why-container,
	.single-product-content-container,
	.blog-container,
	.faq-container,
	.articles-container,
	.frontpage-blog-container,
	.container-md,
	.container-404 {
		padding: 0 6%;
	}

	.text-lg {
		font-size: 19px;
	}

	.frontpage-testimony-grid {
		padding: 0 10%;
	}

	.contact-grid {
		grid-template-columns: 40% 1fr;
		gap: 10%;
	}

	.contact-map-section {
		margin-bottom: 60px;
	}

	.frontpage-why-title {
		margin-top: 10px;
	}

	.footer-nav-grid {
		grid-template-columns: auto auto;
		grid-column: span 2;
	}

	.footer-menu,
	.footer-wrap-socials {
		grid-row: auto;
		grid-column: auto;
	}

	.cta-inner {
		padding: 60px 0;
	}

	.woocommerce-orders-table__cell-order-status,
	.woocommerce-orders-table__cell-order-date,
	.form-row>label,
	.single-product-meta-text,
	.cta-detail {
		font-size: 13px;
	}

	.cta-detail:nth-of-type(1) {
		left: 25px;
	}

	.frontpage-testimony-item::after {
		width: 72px;
		height: 72px;
		background-size: 20px;
	}

	.frontpage-cta-content {
		min-height: 335px;
	}

	.single-product-summary,
	.vefa-qty-label,
	.single-product-meta-text>span,
	.single-date,
	.loop-product-btn {
		font-size: 14px;
	}

	.woocommerce-loop-product__link {
		min-height: 300px;
		padding: 18px;
	}

	.frontpage-banner {
		height: 610px;
	}

	.frontpage-banner-title {
		font-size: 40px;
	}

	.frontpage-banner-wrapper {
		max-width: 925px;
		width: 100%;
	}

	.search-filter::before {
		width: 25px;
	}

	.custom-logo-link {
		max-width: 185px;
	}

	header {
		padding: 25px 0 20px 0;
	}

	.form-header-search {
		width: 250px;
	}

	.menu-header>li:not(:last-child)::after {
		right: -20px;
	}

	.header-search {
		background-size: 20px;
		background-position: 20px;
		padding: 0 24px 0 52px;
	}

	.label-header-search {
		left: 52px;
	}

	.menu-header {
		gap: 40px;
	}

	.customer-card-items {
		min-height: 285px;
	}

	.customer-card-items {
		min-height: 255px;
	}

	.customer-card-grid {
		grid-template-columns: 38% 1fr;
	}

	.blog-content {
		padding: 50px 0;
		margin-left: 65px;
	}

	.single-intro-wrapper {
		max-width: 665px;
	}

	.single-content>h3 {
		font-size: 18px;
	}

	.about-travel-title {
		font-size: 22px;
	}

	.about-travel-category {
		flex: 0 0 290px;
	}

	.myvefa-section .woocommerce-notices-wrapper,
	.woocommerce-ResetPassword,
	#customer_login {
		margin-left: 80px;
	}

	.woocommerce-products-header {
		padding: 55px 70px 55px 70px;
	}

	.products.columns-4 .woocommerce-loop-product__link {
		min-height: 300px;
	}

	.single-product-grid {
		grid-template-columns: 330px 1fr;
		gap: 60px;
	}

	.single-product-cta-text {
		font-size: 21px;
	}

	.quantity>.qty {
		font-size: 19px;
		max-width: 50px;
	}

	.btn-contact::after {
		width: 20px;
		height: 20px;
	}

	.single_add_to_cart_button::after {
		width: 22px;
		height: 22px;
	}

	.single-product-banner {
		min-height: 510px;
	}

	.single-product-banner-info::before {
		width: 30px;
		height: 26px;
	}

	.single-product-banner-nights {
		font-size: 14px;
	}

	.single-product-custom-price .woocommerce-Price-amount {
		font-size: 26px;
	}

	.contact-reservation-grid {
		gap: 40px;
	}

	.contact-reservation-grid-right {
		margin-top: 30px;
	}

	.contact-reservation-subtitle {
		font-size: 20px;
	}

	.checkout-section {
		padding: 50px 0 100px 0;
	}

	.myvefa-banner-title::after {
		width: 11vw;
		right: -10%;
	}

	.myvefe-banner-grid {
		min-height: 315px;
	}

	.myvefa-banner-content {
		max-width: 530px;
	}

	.show-password-input {
		top: 10px;
	}

	.woocommerce-EditAccountForm {
		max-width: 635px;
	}

	.woocommerce-EditAccountForm>fieldset {
		max-width: 410px;
	}

	.myvefa-orders-table-meta-item {
		font-size: 12px;
	}

	.myvefa-orders-table-label {
		font-size: 10px;
	}

	.dmc-program {
		min-height: 310px;
	}

	.dmc-category {
		font-size: 14px;
		padding: 10px 14px;
	}

	.dmc-group-item {
		font-size: 16px;
		padding: 12px;
	}

	.dmc-group-item>img {
		width: 40px;
		height: 100%;
		aspect-ratio: 1;
	}

	.dmc-pillars-section {
		padding: 80px 0;
	}

	.dmc-container {
		padding: 0 10%;
	}

	.dmc-testimony-content>p,
	.dmc-content>h4 {
		font-size: 16px;
	}

	#form-dmc::before {
		display: none;
	}

	.dmc-form {
		padding-bottom: 60px;
	}

	.contact-reservation-image {
		padding: 40px;
	}

	.contact-reservation-image .single-product-custom-price.single-uppon-price,
	.single-product-custom-price.single-uppon-price {
		font-size: 18px;
	}

	.dmc-testimony-content::before,
	.dmc-testmony-bottom::after {
		width: 55px;
	}
}

@media screen and (max-width: 1376px) {
	.search-filter:hover {
		box-shadow: 0px 0px 0px 5px #E0E4F4;
	}

	.frontpage-instagram {
		background-size: 15%;
		background-position: 20px 45px;
	}

	.footer-logos {
		margin-top: 40px;
	}

	.footer-grid {
		grid-template-columns: auto auto;
		gap: 20px 35px;
	}

	.footer-nav {
		grid-column: span 2;
	}

	.footer-nav-grid {
		grid-template-columns: auto auto auto auto;
	}

	.rnavt {
		position: absolute;
	}

	.footer-nav-bottom {
		justify-content: flex-end;
		z-index: 2;
		margin-top: 25px;
	}

	.woocommerce-loop-product__link {
		min-height: 280px;
	}

	.loop-product-btn {
		font-size: 12px;
	}

	.frontpage-banner {
		height: 500px;
		padding: 25px;
	}

	.frontpage-banner-title {
		font-size: 38px;
	}

	.label-header-search,
	.header-search {
		display: none;
	}

	.form-header-button {
		display: flex;
		aspect-ratio: 1;
		width: 48px;
		border-radius: 50%;
		background-image: url(assets/images/icons/icone-pesquisa.svg);
		background-size: 18px;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #edf0fa;
		border: 1px solid #ced2e4;
	}

	.header-secondary {
		gap: 10px;
	}

	.form-header-search {
		width: fit-content;
	}

	.travel-points-title {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 5px;
	}

	.travel-points-image {
		width: 100px;
		height: 65px;
	}

	.customer-card-item {
		max-width: 285px;
	}

	.customer-card-item-text {
		font-size: 14px;
	}

	.customer-card-item:nth-child(2) {
		right: 0;
		top: -10px;
	}

	.customer-card-items {
		max-width: 555px;
	}

	.single-content>h2 {
		font-size: 20px;
	}

	.about-travel-category {
		flex: 0 0 255px;
	}

	.about-info-container {
		padding: 0 6%;
	}

	.about-bottom-container {
		padding: 0 10%;
	}

	.woocommerce-tabs>.tabs a,
	.about-info-block-button {
		font-size: 15px;
	}

	#archive-search-tools {
		border-radius: 25px;
		flex-direction: column;
		overflow: hidden;
	}

	#archive-search-tools .btn {
		width: 100%;
	}

	.products.columns-4 .woocommerce-loop-product__link {
		min-height: 280px;
	}

	.custom-option {
		padding: 12px;
	}

	.custom-option-subtitle {
		font-size: 12px;
	}

	.single-product-custom-form {
		max-width: 1320px;
	}

	.btn.btn-contact {
		margin-left: auto;
	}

	.shortcode-day-date~p {
		font-size: 15px;
	}

	.contact-reservation-grid {
		grid-template-columns: 45% 1fr;
	}

	.myvefa-banner-title::after {
		right: -5%;
	}

	.product-name .attachment-woocommerce_thumbnail,
	.myvefa-orders-table-thumbnail {
		height: 100%;
		max-width: 110px;
		aspect-ratio: 1;
	}

	.dmc-program {
		min-height: 280px;
		padding: 18px;
	}

	.dmc-program-title {
		font-size: 15px;
	}

	.dmc-programs-sections {
		padding: 80px 0;
	}

	.dmc-categories {
		margin: 15px 0 25px 0;
	}

	.custom-variation-options+.variations_form.cart {
		display: block;
	}

	.single-product-meta-ref {
		margin-left: 0;
	}

	.footer-addresses {
		margin-top: 30px;
	}

	.about-travel-label {
		font-size: 10px;
		margin-top: 12px;
		padding: 8px 12px;
	}

	.about-travel-label.about-travel-star::before {
		width: 16px;
		height: 16px;
	}

	.frontpage-blog-container {
		padding: 0 10%;
	}

	.custom-option.selected:hover::after,
	.custom-option.selected::after {
		left: 17px;
	}
}

@media screen and (max-width: 1280px) {
	blockquote {
		padding: 30px 0;
	}

	blockquote>p {
		margin: 0 30px;
		gap: 5px 20px;
	}

	blockquote>p::before {
		width: 55px;
		height: 40px;
	}

	.text-lg {
		font-size: 18px;
	}

	.intro-banner {
		min-height: auto;
		padding: 50px 0;
	}

	.intro-banner-container {
		max-width: 475px;
		margin-left: 65px;
	}

	.contact-section {
		padding: 60px;
	}

	.contact-grid {
		grid-template-columns: 37% 1fr;
		gap: 8%;
	}

	.frontpage-why-grid {
		grid-template-columns: 1fr 1fr;
	}

	.products.columns-4 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.frontpage-why-item {
		display: grid;
		grid-template-columns: auto 1fr;
		column-gap: 20px;
	}

	.frontpage-why-image {
		grid-row: span 2;
	}

	.frontpage-instagram-date {
		font-size: 12px;
	}

	.cta-detail:nth-of-type(2) {
		right: 20px;
	}

	.cta-inner {
		margin-left: 50px;
	}

	.frontpage-cta-image:last-child {
		right: 180px;
	}

	.frontpage-cta-image:nth-child(4) {
		right: 350px;
	}

	.frontpage-cta-image:first-child {
		right: 280px;
	}

	.frontpage-cta-content-wrapper {
		margin-left: 60px;
	}

	.frontpage-cta-image {
		width: calc(var(--w) - 10px);
	}

	.products.columns-5 {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
		margin: 0 -6vw;
		cursor: grab;
		padding: 20px 0;
	}

	.products.columns-5.active {
		cursor: grabbing;
		user-select: none;
	}

	.products.columns-5>.product {
		flex: 0 0 250px;
	}

	.woocommerce-Price-amount {
		font-size: 18px;
	}

	.loop-product-from-label {
		font-size: 9px;
	}

	.woocommerce-loop-product__link {
		min-height: 325px;
	}

	.loop-product-content {
		transform: translateY(50px);
	}

	.products.columns-5>.product:first-child {
		margin-left: 6%;
	}

	.products.columns-5>.product:last-child {
		margin-right: 6%;
	}

	.woocommerce-orders-table__cell-order-status,
	.woocommerce-orders-table__cell-order-date,
	.form-row>label {
		font-size: 12px;
	}

	.products.columns-5::-webkit-scrollbar {
		display: none;
	}

	.custom-logo-link {
		max-width: 155px;
	}

	.dmc-testimonials {
		padding-top: 50px;
	}

	.dmc-testimony-content::before {
		transform: translateX(-25px);
	}

	.dmc-testimony-item {
		padding-left: 25px;
	}

	.dmc-testmony-bottom-content,
	.frontpage-why-text,
	.woocommerce-orders-table__cell-order-actions .woocommerce-button,
	.single-product-banner-info,
	.woocommerce-tabs>.tabs a,
	.menu-header a {
		font-size: 14px;
	}

	.header-content {
		gap: 20px;
	}

	.btn-myvefa::after {
		width: 65px;
		height: 25px;
	}

	.travel-points-faq-container {
		padding: 0 6%;
	}

	.customer-card-item:nth-child(2) {
		top: 8px;
	}

	.customer-card-items {
		max-height: 290px;
		min-height: auto;
	}

	.faq-section {
		padding: 60px 0;
	}

	.blog-intro-image {
		flex: 0 0 55%;
	}

	.blog-intro-image>img {
		object-position: left;
	}

	.blog-intro-image::before {
		width: 100%;
		background: linear-gradient(275deg, rgba(17, 27, 66, 0) 0%, #111b42 90%);
	}

	.blog-intro {
		margin: 0 20px;
	}

	.single-intro-container {
		padding: 0 10%;
	}

	.woocommerce-MyAccount-navigation-link>a,
	.woocommerce-MyAccount-navigation-link--customer-logout>a,
	.single-content>p>strong {
		font-size: 16px;
	}

	.dmc-testimony-content>p,
	.myvefa-orders-table-title,
	.woocommerce-MyAccount-quick-links>a,
	.single-product-info-days,
	.single-content>li,
	.single-content>p {
		font-size: 15px;
	}

	.woocommerce-MyAccount-quick-links>a::before {
		width: 40px;
	}

	.about-certifications-container {
		padding: 0 6%;
	}

	.about-certifications-content>img {
		scale: 0.9;
	}

	.about-info-block {
		min-height: 200px;
	}

	.about-info-block:hover .about-info-block-content {
		transform: translateY(-20px);
	}

	.about-bottom-images {
		min-height: 310px;
	}

	.about-testimony {
		padding: 0 10% 140px 10%;
	}

	.about-testimony-content>p {
		font-size: 18px;
	}

	.about-testimony-content::after {
		width: 180px;
		height: 200px;
	}

	.about-testimony-image-left {
		bottom: -90px;
		width: 25%;
		height: auto;
	}

	.about-testimony-image-right {
		width: 20%;
		height: auto;
		top: 45px;
		right: -20px;
	}

	.woocommerce-products-header {
		padding: 50px;
	}

	.single-product-custom-price-text,
	.single-product-info-days>span,
	.single-product-summary,
	.single-product-meta-text>span {
		font-size: 13px;
	}

	.woocommerce-orders-table__cell-order-actions .woocommerce-button {
		border-radius: 25px;
		font-size: 13px;
	}

	.single-product-grid {
		grid-template-columns: 300px 1fr;
		gap: 55px;
	}

	.single-product-meta {
		flex-wrap: wrap;
	}

	.single-product-meta-ref {
		margin-left: 0;
	}

	.single-product-banner {
		min-height: 460px;
	}

	.contact-reservation-title {
		font-size: 26px;
	}

	.myvefa-banner-title {
		max-width: 78%;
	}

	.myvefe-banner-grid {
		min-height: 285px;
	}

	.woocommerce-EditAccountForm>fieldset {
		max-width: 365px;
	}

	.woocommerce-EditAccountForm {
		max-width: 550px;
	}

	.myvefa-orders-table-thumbnail {
		max-width: 90px;
	}

	.woocommerce-orders-table__cell-order-total::before,
	.woocommerce-orders-table__cell-order-status::before,
	.woocommerce-orders-table__cell-order-date::before {
		position: absolute;
		top: 0;
	}

	.woocommerce-orders-table__row {
		display: grid;
		grid-template-columns: 1fr 12% 12% 12% 12%;
	}

	.dmc-program {
		min-height: 245px;
	}

	.dmc-group-item {
		font-size: 14px;
		padding: 10px;
	}

	.dmc-group-item>img {
		width: 35px;
	}

	.dmc-group-items {
		max-width: 760px;
		margin: 25px auto 0 auto;
	}

	.woocommerce-loop-product__title {
		font-size: 17px;
	}
}

@media screen and (max-width: 1180px) {
	.archive-search-filters {
		flex-wrap: wrap;
		gap: 5px 30px;
	}

	.single-product-grid {
		grid-template-columns: 270px 1fr;
		gap: 40px;
	}

	.single-product-cta {
		padding: 25px;
	}

	.contact-reservation-image {
		aspect-ratio: 1;
		padding: 25px;
		border-radius: 25px;
	}

	#reservation-form {
		border-radius: 25px;
	}

	.contact-reservation-grid {
		grid-template-columns: 40% 1fr;
	}

	.contact-reservation-grid-right {
		margin-top: 0;
	}

	.myvefa-banner-title {
		max-width: 70%;
	}

	.woocommerce-EditAccountForm>fieldset {
		max-width: 325px;
	}

	.frontpage-cta-image:last-child {
		right: 80px;
		bottom: -60px;
	}

	.frontpage-cta-image:nth-child(3) {
		top: -80px;
	}

	.frontpage-cta-image:nth-child(4) {
		right: 245px;
	}

	.frontpage-cta-image:first-child {
		right: 230px;
		top: -50px;
	}

	.frontpage-cta-image {
		width: calc(var(--w) - 30px);
	}

	.frontpage-cta-title {
		font-size: 30px;
		line-height: 1.2;
	}

	.frontpage-cta-content::after {
		background: linear-gradient(210deg, rgba(31, 38, 66, 0) 44.62%, #1f2642 100%);
	}

	.frontpage-cta-image:nth-child(2) {
		top: -30px;
		right: 170px;
	}

	.dmc-container {
		padding: 0 6%;
	}

	.contact-section {
		padding: 60px 0;
	}

	.select-filter+.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 16px;
	}

	.search-filter:not(:last-child)::after {
		right: -15px;
	}
}

@media screen and (max-width: 1080px) {
	.only-mobile {
		display: block;
	}

	.archive-search-filter {
		flex: 1 0 33%;
	}

	.custom-logo-link {
		max-width: 176px;
	}

	.wc_payment_method>label,
	.about-info-block-button {
		font-size: 14px;
	}

	.banner-figure {
		width: 50%;
	}

	.intro-banner-container {
		max-width: 45%;
	}

	.contact-whatsapp {
		gap: 15px;
	}

	.contact-whatsapp-icon>img {
		width: 35px;
	}

	.cta-detail:nth-of-type(2) {
		top: 180px;
	}

	.cta-detail {
		font-size: 12px;
	}

	.cta-detail::before {
		width: 16px;
		height: 16px;
	}

	.menu-header {
		flex-direction: column;
		width: 100%;
		gap: 0;
	}

	.menu-header>li:not(:last-child)::after {
		right: auto;
		bottom: 0px;
		top: auto;
		width: 100%;
		height: 1px;
	}

	.menu-header a {
		font-size: 20px;
		display: block;
		width: 100%;
	}

	.header-secondary {
		width: 100%;
	}

	.menu-header a {
		font-size: 20px;
		padding: 15px 0;
	}

	.nav-header {
		display: flex;
		flex-direction: column;
		position: fixed;
		height: calc(100dvh - 79px);
		z-index: 2;
		background-color: #fff;
		border-left: 10px solid #3ebff0;
		top: 79px;
		right: -100vw;
		padding: 40px;
		width: 50vw;
		gap: 20px;
		align-items: flex-start;
		background-image: url(assets/images/mask-footer.svg);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 34%;
		transition: all .8s;
	}

	.hamburger.open+.nav-header {
		right: 0;
	}

	header {
		padding: 20px 0 10px 0;
	}

	.hamburger {
		width: 30px;
		height: 25px;
		position: relative;
		z-index: 4;
	}

	.hamburger .bar {
		padding: 0;
		width: 100%;
		height: 3px;
		background-color: #081030;
		display: block;
		border-radius: 3px;
		transition: all 0.4s ease-in-out;
		position: absolute;
	}

	.bar1 {
		top: 0;
	}

	.bar2,
	.bar3 {
		top: 11px;
	}

	.bar3 {
		right: 0;
	}

	.bar4 {
		bottom: 0;
	}

	.hamburger2.open>.bar1 {
		transform: translateX(40px);
		background-color: transparent;
	}

	.hamburger2.open>.bar2 {
		transform: rotate(45deg);
	}

	.hamburger2.open>.bar3 {
		transform: rotate(-45deg);
	}

	.hamburger2.open>.bar4 {
		transform: translateX(-40px);
		background-color: transparent;
	}

	.partner-logo {
		max-width: 155px;
	}

	.customer-card-item {
		max-width: 255px;
	}

	.customer-card-item-text {
		font-size: 13px;
	}

	.woocommerce-MyAccount-navigation-link>a,
	.woocommerce-MyAccount-navigation-link--customer-logout>a,
	.customer-card-item-title {
		font-size: 15px;
	}

	.woocommerce-MyAccount-navigation-link>a {
		padding: 20px 0;
	}

	.customer-card-grid {
		grid-template-columns: 46% 1fr;
		align-items: center;
	}

	.customer-card-item {
		position: relative;
	}

	.customer-card-item:nth-child(2) {
		top: 0;
		margin-left: auto;
	}

	.customer-card-item:nth-child(1) {
		top: 15px;
	}

	.customer-card-item:nth-child(3) {
		left: 0;
		bottom: 15px;
	}

	.customer-card-items {
		max-height: none;
		min-height: auto;
		display: flex;
		flex-direction: column;
	}

	.customer-card {
		padding: 60px 0;
	}

	.blog-intro-image {
		flex: 0 0 50%;
	}

	.blog-content>p {
		font-size: 15px;
	}

	.single-container {
		padding: 0 10%;
	}

	.wp-caption-text {
		font-size: 12px;
		margin: 10px 20px;
	}

	.single-content>h2 {
		font-size: 18px;
	}

	.single-content>h3 {
		font-size: 17px;
	}

	.single-intro-container::after {
		display: none;
	}

	.about-info-block-text {
		font-size: 12px;
	}

	.about-bottom-container {
		padding: 0 6%;
	}

	.myvefa-image {
		width: 100%;
	}

	.myvefa-section {
		justify-content: center;
		flex-direction: column;
		max-width: 750px;
		width: 100%;
		padding: 0;
		margin: 0 auto 90px auto;
		min-height: auto;
	}

	.myvefa-image {
		width: 100%;
		position: relative;
		aspect-ratio: 15 / 7;
	}

	#customer_login>.col-1 {
		max-width: 100%;
	}

	.woocommerce-ResetPassword,
	#customer_login {
		max-width: 100%;
		width: calc(100% - 60px);
		margin: 30px;
	}

	.myvefa-section .woocommerce-notices-wrapper {
		margin: 20px;
		max-width: 100%;
	}

	.woocommerce-Input {
		height: 48px;
	}

	.form-row-flex {
		gap: 0 10px;
	}

	.form-row {
		gap: 5px 10px;
	}

	/* .woocommerce-form-row {
		margin-top: 10px;
	} */

	/* .show-password-input {
		top: 14px;
	} */

	.woocommerce-notices-wrapper {
		grid-column: auto;
	}

	.woocommerce-products-wrap {
		grid-template-columns: 100%;
	}

	.products.columns-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.woocommerce-pagination {
		grid-column: auto;
		margin-top: 20px;
	}

	.content-area {
		padding-bottom: 40px;
	}

	.label-header-search,
	.header-search {
		display: flex;
	}

	.sidebar-woo-widget-wrapper,
	.single-product-form-bottom,
	.form-header-button {
		display: none;
	}

	.form-header-search {
		width: 50%;
		flex: 0 0 auto;
		margin-left: auto;
	}

	.single-product-grid {
		grid-template-columns: 100%;
	}

	.single-product-grid-left {
		order: 1;
		display: grid;
		grid-template-columns: 250px 1fr;
		gap: 20px;
		position: relative;
		top: 0;
	}

	.single-product-content-container {
		max-width: 730px;
		padding: 0;
	}

	.single-product-cta {
		min-height: auto;
		height: 250px;
	}

	.checkout-container {
		padding: 0 6%;
	}

	.checkout-section {
		padding: 30px 0 90px 0;
	}

	.myvefa-banner-title {
		max-width: 65%;
	}

	.myvefa-banner-title::after {
		width: 125px;
	}

	.woocommerce-EditAccountForm>fieldset {
		position: relative;
		top: 0;
		max-width: 100%;
		right: 0;
		order: 1;
	}

	.woocommerce-EditAccountForm>p:last-child {
		order: 2;
	}

	.woocommerce-EditAccountForm {
		max-width: 590px;
		margin: 0 auto;
	}

	.woocommerce-orders-table__row {
		grid-template-columns: repeat(4, 1fr);
	}

	.woocommerce-orders-table__cell-order-number {
		grid-column: span 4;
	}

	.woocommerce-orders-table__cell-order-total::before,
	.woocommerce-orders-table__cell-order-status::before,
	.woocommerce-orders-table__cell-order-date::before {
		position: relative;
	}

	.woocommerce-orders-table__cell:first-child {
		padding-right: 0;
		border: none;
	}

	.myvefa-orders-table-thumbnail {
		max-width: 150px;
		aspect-ratio: 16 / 9;
	}

	.woocommerce-customer-details {
		max-width: 100%;
	}

	.woocommerce-view-order .woocommerce-MyAccount-content {
		display: grid;
		grid-template-columns: 55% 1fr;
		gap: 20px;
	}

	.dmc-form-grid {
		grid-template-columns: 305px 1fr;
	}

	.dmc-programs-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 20px;
	}

	.dmc-program {
		min-height: 270px;
	}

	.single-dmc-banner.single-product-banner {
		min-height: 360px;
		padding: 25px 45px;
	}

	.single-product-custom-form {
		flex-direction: column;
	}

	.custom-variation-options+.variations_form.cart {
		width: 100%;
	}

	.related.products>h2 {
		margin: 0 auto;
	}

	.single-product-content-container {
		margin: 0 auto 35px auto;
	}

	.woocommerce-tabs>.tabs a {
		font-size: 16px;
		padding: 10px 12px;
	}

	.menu-header .sub-menu {
		z-index: 1;
		position: relative;
		top: 0;
		left: 0;
		background-color: transparent;
		padding: 0;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		min-width: 100%;
		transition: all .2s;
		box-shadow: unset;
		display: none;
	}

	.menu-header .menu-item-has-children:hover .sub-menu {
		display: block;
	}

	.menu-header .sub-menu a {
		font-size: 15px;
		padding: 10px 15px;
	}

	.select-filter+.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 18px;
	}

	.search-filter:hover {
		box-shadow: unset;
		background-color: unset;
	}
}

@media screen and (max-width: 1024px) {
	.footer-grid {
		grid-template-columns: 100%;
		gap: 30px;
	}

	.footer-addresses .footer-title {
		flex: 1 0 100%;
	}

	.single-product-info-days {
		font-size: 14px;
	}

	.footer-nav,
	.footer-nav-bottom,
	.footer-nav-grid {
		grid-column: auto;
	}

	.footer-addresses {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 30px;
	}

	.footer-address {
		flex: 1 0 200px;
	}

	.rnavt {
		position: relative;
		order: 1;
	}

	.footer-nav-bottom {
		justify-content: flex-start;
		margin-top: 0;
		flex-wrap: wrap;
		gap: 20px;
	}

	.footer-newsletter {
		width: 100%;
	}

	.blog-card-title {
		font-size: 20px;
	}

	.frontpage-cta-content {
		min-height: 300px;
	}

	.frontpage-testimony-grid {
		gap: 25px;
	}

	.frontpage-banner-title {
		font-size: 34px;
	}

	.search-filter-label {
		font-size: 10px;
	}

	.travel-points-grid {
		gap: 15px;
	}

	.travel-points-image {
		width: 85px;
		height: 55px;
	}

	.travel-points-item {
		padding: 25px;
	}

	.about-travel-category {
		flex: 0 0 215px;
	}

	.about-travel-title {
		font-size: 20px;
		margin: 12px 0 7px 0;
	}

	.about-travel-categories {
		gap: 18px;
	}

	.single-product-banner-nights,
	.about-info-block-button {
		font-size: 12px;
		bottom: 0;
	}

	.about-bottom-images {
		min-height: 280px;
	}

	.about-group-grid {
		grid-template-columns: 45% 1fr;
		gap: 45px;
	}

	.single-product-banner-info::before {
		width: 20px;
		height: 18px;
	}

	.single-product-banner-info {
		font-size: 13px;
	}

	.single-product-banner {
		min-height: 430px;
	}

	.contact-reservation-grid {
		grid-template-columns: 35% 1fr;
	}

	.myvefa-banner-figure {
		max-width: 45%;
	}

	.myvefe-banner-grid {
		min-height: auto;
		padding: 50px 0;
	}

	.myvefa-banner-content {
		max-width: 485px;
		padding-left: 50px;
	}

	.woocommerce-orders-table__cell-order-actions .woocommerce-button::after {
		margin-left: 0;
		opacity: 1;
	}

	.dmc-why-items {
		display: flex;
		overflow-x: auto;
		width: 100vw;
		margin: 0 -6vw;
		padding-top: 40px;
		scrollbar-width: none;
		cursor: grab;
	}

	.dmc-why-items.active {
		cursor: grabbing;
	}

	.dmc-why-section {
		padding: 50px 0;
	}

	.dmc-why-items::-webkit-scrollbar {
		display: none;
	}

	.dmc-why-item:first-child {
		margin-left: 6vw;
	}

	.dmc-why-item:last-child {
		margin-right: 6vw;
	}

	.dmc-why-item {
		flex: 0 0 355px;
	}

	.dmc-category {
		font-size: 13px;
		padding: 9px 13px;
	}

	.dmc-grid {
		gap: 30px;
		justify-content: space-between;
		align-items: flex-start;
	}

	.dmc-image {
		width: 48%;
	}

	.dmc-grid-content {
		flex: 0 0 50%;
	}

	.dmc-image {
		position: sticky;
		top: 20px;
	}

	.dmc-group-container {
		padding: 0 6%;
	}

	.frontpage-cta-bg-image {
		position: relative;
		border-radius: 20px 20px 0 0;
	}

	.frontpage-cta-content {
		min-height: auto;
		flex-direction: column;
	}

	.frontpage-cta-content-wrapper {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
		padding: 0 30px 40px 30px;
		border-radius: 20px;
		background-color: #1F2642;
		border-radius: 0 0 20px 20px;
	}

	.frontpage-cta-bg {
		width: 100%;
		position: relative;
		display: flex;
		border-radius: 20px 20px 0 0;
		height: 260px;
	}

	.frontpage-cta-title {
		margin-bottom: 15px;
	}

	.frontpage-cta-bg::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg,
				rgba(31, 38, 66, 0) 44.62%,
				#1f2642 99.65%);
	}

	.frontpage-cta-content::after {
		display: none;
	}

	.frontpage-cta-image {
		width: calc(var(--w) - 60px);
	}

	.frontpage-cta-image:nth-child(3) {
		top: 30px;
		right: -30px;
	}

	.frontpage-cta-image:first-child {
		right: auto;
		top: 24px;
		left: 30px;
	}

	.frontpage-cta-image:last-child {
		right: 115px;
		bottom: 0;
		top: -30px;
	}

	.frontpage-cta-image:nth-child(4) {
		right: 0;
		width: 115px;
		left: -20px;
		top: 115px;
	}

	.frontpage-destiny {
		padding: 80px 0;
	}

	.frontpage-anim {
		margin-top: 70px;
	}

	.frontpage-cta-image:nth-child(2) {
		top: 160px;
		right: 185px;
	}

	.footer-logo {
		max-width: 188px;
		display: block;
	}

	.footer-logo>img {
		width: 100%;
		height: auto;
	}

	.cta-detail:nth-of-type(2) {
		top: 20px;
		right: auto;
		left: 65px;
	}
}

@media screen and (max-width: 900px) {
	.intro-banner {
		padding: 0;
		flex-direction: column;
	}

	.intro-banner-container {
		max-width: 100%;
		order: 1;
		padding: 35px 50px;
		margin-left: 0;
	}

	.banner-figure {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
	}

	.banner-figure::before {
		display: none;
	}

	.contact-grid {
		grid-template-columns: 100%;
		gap: 40px;
	}

	.contact-grid-left {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 0 35px;
		gap: 20px 50px;
	}

	.contact-section {
		padding: 40px 0;
	}

	.contact-addresses {
		margin: 0;
		grid-row: span 2;
	}

	.footer-nav-grid {
		grid-template-columns: auto auto auto;
	}

	.footer-menu {
		grid-row: span 2;
	}

	.footer-wrap-socials {
		grid-row: 2;
		grid-column: 3;
	}

	.cta-content {
		flex-direction: column;
	}

	.cta-inner {
		order: 1;
		padding: 35px 0;
		margin: 0 35px;
	}

	.cta-detail:nth-of-type(2) {
		left: auto;
		right: 20px;
		top: 180px;
	}

	.container-cta {
		padding: 0 15%;
	}

	.search-filter::before {
		width: 20px;
	}

	.select-filter+.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 16px;
	}

	.search-filters {
		gap: 30px;
	}

	.search-filters.archive-search-filters {
		gap: 5px 30px;
	}

	.blog-intro-image {
		flex: 0 0 45%;
	}

	.about-bottom-grid {
		gap: 60px;
	}

	.about-bottom-section {
		padding: 80px 0;
	}

	.about-testimony-content::after {
		width: 150px;
		height: 175px;
	}

	.products.columns-4 {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}

	.dmc-form-grid {
		grid-template-columns: 100%;
		gap: 20px;
	}

	.dmc-form-content {
		position: relative;
		top: 0;
		max-width: 370px;
	}

	.dmc-program {
		min-height: 215px;
	}

	.cta-image-wrapper::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(225, 228, 240, 0.00) 48.15%, #E1E4F0 91.28%);
		display: block;
	}

	.cta-inner {
		padding-top: 0;
	}

	.cta-detail:nth-of-type(1) {
		top: 70px;
	}

	.cta-detail:nth-of-type(3) {
		bottom: 20px;
	}
}

@media screen and (max-width: 820px) {
	.woocommerce-products-header {
		padding: 40px;
	}

	.nav-header {
		width: 100vw;
	}

	.myvefa-banner-text,
	.single-content>h3,
	.faq-summary,
	.text-lg {
		font-size: 16px;
	}

	.single-article-section {
		padding-top: 30px;
	}

	.woocommerce-form-register__submit,
	.woocommerce-form-login__submit,
	.single-content li>strong,
	.single-content>p>strong,
	.form-control,
	.btn,
	.woocommerce-Button,
	.sustainability-meta,
	.form-textarea,
	.woocommerce-terms-and-conditions li,
	.common-content li,
	p {
		font-size: 15px;
	}

	.btn {
		padding: 0 20px;
		flex: 1 0 auto;
	}

	.btn-travel::after {
		width: 30px;
		height: 20px;
	}

	.container {
		padding: 0 6%;
	}

	.common-content>h2 {
		font-size: 20px;
	}

	.contact-map-section {
		margin-bottom: 40px;
	}

	.frontpage-why-item {
		grid-template-columns: 100%;
	}

	.frontpage-why-image {
		grid-row: auto;
	}

	.frontpage-instagram-grid {
		display: flex;
		margin: 20px -6vw;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.frontpage-instagram-grid::-webkit-scrollbar {
		display: none;
	}

	#btn-dmc {
		display: flex;
	}

	.frontpage-instagram-item {
		display: flex;
		flex-direction: column;
		flex: 0 0 300px;
	}

	.frontpage-instagram-item:first-child {
		margin-left: 20px;
	}

	.frontpage-instagram-item:last-child {
		margin-right: 20px;
	}

	.frontpage-instagram {
		background-size: 40%;
		background-position: -20px 45px;
	}

	.frontpage-blog {
		padding: 35px 0 50px 0;
	}

	.frontpage-testimony-item {
		flex: 0 0 300px;
	}

	.frontpage-testimony-grid,
	.frontpage-blog-container {
		padding: 0 6%;
	}

	.frontpage-testimony-grid::-webkit-scrollbar {
		display: none;
	}

	#archive-search-tools,
	#frontpage-search-tools {
		margin-top: 20px;
		flex-wrap: wrap;
		padding: 12px;
		border-radius: 35px;
	}

	.frontpage-banner-title {
		font-size: 30px;
		text-wrap: balance;
	}

	.woocommerce-table--order-details td,
	.woocommerce-MyAccount-quick-links>a,
	.woocommerce-error>li,
	.single-content>p,
	.single-content li,
	.faq-bottom-link {
		font-size: 14px;
	}

	.woocommerce-MyAccount-quick-links {
		gap: 15px;
	}

	.woocommerce-MyAccount-quick-links>a {
		border-radius: 25px;
		height: 145px;
	}

	.blog-card-title {
		font-size: 18px;
	}

	.single-content>h2 {
		font-size: 16px;
		margin: 25px 0 10px;
	}

	.others-articles {
		padding: 50px 0 70px 0;
	}

	.about-info-grid {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
		padding: 30px 0;
	}

	.about-info-grid::-webkit-scrollbar {
		display: none;
	}

	.about-info-grid.active {
		cursor: grabbing;
		user-select: none;
	}

	.about-info-section,
	.about-info-container {
		padding: 0;
	}

	.about-info-block {
		flex: 0 0 196px;
	}

	.about-info-grid.active .about-info-block {
		pointer-events: none;
	}

	.about-info-block:first-child {
		margin-left: 20px;
	}

	.about-info-block:last-child {
		margin-right: 20px;
	}

	.about-group-container {
		max-width: 675px;
		margin: 0 auto;
	}

	.about-group-grid {
		grid-template-columns: 100%;
		gap: 25px;
	}

	.about-group-content {
		text-align: center;
	}

	.about-group-section {
		padding: 50px 0 70px 0;
	}

	.about-travel-categories {
		padding: 40px 0 60px 0;
	}

	.myvefa-section {
		margin: 0 20px 60px 20px;
		width: calc(100% - 40px);
	}

	.single-product-content-container {
		padding: 0 20px;
	}

	.single-product-banner-right {
		position: absolute;
		top: 15px;
		right: 30px;
	}

	.single-dmc-banner-right.single-product-banner-right {
		position: relative;
		top: 0;
		right: 0;
	}

	.single-product-banner-grid {
		flex-wrap: wrap;
		gap: 5px 20px;
	}

	.single-product-custom-price .woocommerce-Price-amount {
		font-size: 24px;
	}

	.single-product-banner {
		padding: 35px;
		background-attachment: unset;
	}

	.single-product-custom-price {
		padding: 0 10px;
	}

	.single-product-custom-price-text,
	.single-product-banner-nights {
		font-size: 10px;
	}

	.single-product-info-days {
		font-size: 13px;
	}

	.contact-reservation-grid {
		grid-template-columns: 100%;
		gap: 0;
	}

	.contact-reservation-image {
		position: relative;
		top: 0;
		max-height: 100%;
		aspect-ratio: 16 / 9;
	}

	.container-xxl-secondary {
		padding: 0 10%;
	}

	.contact-reservation-subtitle {
		font-size: 18px;
	}

	.contact-reservation-title,
	.contact-reservation-subtitle,
	.contact-reservation-text {
		text-align: center;
	}

	.dmc-programs-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.dmc-program {
		min-height: 245px;
	}

	.frontpage-destiny {
		padding: 45px 0 55px 0;
	}

	.contact-reservation-image>.single-product-custom-price {
		min-height: auto;
	}

	.contact-reservation-grid-right {
		display: contents;
	}

	.contact-reservation-title,
	.contact-reservation-subtitle {
		order: 0;
	}

	.contact-reservation-image {
		order: 1;
		margin: 20px 0;
	}

	#reservation-form,
	.contact-reservation-text {
		order: 2;
	}

	#contact-reservation-section {
		padding-top: 20px;
	}

	textarea.input-text,
	.form-textarea {
		padding: 20px;
	}

	.single-product-custom-price.single-uppon-price {
		font-size: 16px;
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px) {
	.woocommerce-MyAccount-content {
		padding: 20px 6%;
	}

	.single-product-tab-content li>strong {
		font-size: 15px;
	}

	.contact-whatsapp {
		flex-direction: column;
		gap: 12px;
	}

	.contact-grid-left {
		padding: 0;
	}

	.grid-3,
	.blog-grid {
		grid-template-columns: 1fr 1fr;
	}

	.blog-grid .blog-card:last-child {
		display: block;
	}

	.cta-detail:nth-of-type(1) {
		top: 50px;
	}

	.cta-detail:nth-of-type(3) {
		bottom: 20px;
	}

	.faq-details>p {
		font-size: 14px;
		line-height: 1.5;
	}

	.travel-points-grid {
		display: flex;
		overflow-x: auto;
		width: 100vw;
		margin: 30px -6vw;
	}

	.travel-points-item {
		flex: 0 0 240px;
	}

	.travel-points-item:first-child {
		margin-left: 6%;
	}

	.travel-points-item:last-child {
		margin-right: 6%;
	}

	.travel-points {
		padding-bottom: 35px;
	}

	.travel-points-faq {
		padding-bottom: 60px;
	}

	.blog-intro {
		flex-direction: column;
	}

	.blog-content {
		order: 1;
		margin: 0;
		padding: 30px;
	}

	.blog-intro-image::before {
		display: none;
	}

	.blog-section {
		padding: 40px 0 80px 0;
	}

	.blog-intro-image::after {
		width: 100px;
		height: 120px;
	}

	.single-date {
		font-size: 12px;
	}

	.single-intro-section::before {
		width: calc(100% - 40px);
		left: 20px;
	}

	.selected-travel-title,
	.about-travel-title {
		font-size: 18px;
	}

	.woocommerce-MyAccount-navigation-link>a,
	.woocommerce-MyAccount-navigation-link--customer-logout>a,
	.single-product-tab-content li,
	.woocommerce-Tabs-panel .shortcode-day-date~p,
	.about-travel-description {
		font-size: 14px;
	}

	.about-bottom-grid {
		grid-template-columns: 100%;
		gap: 35px;
	}

	.about-bottom-images {
		min-height: auto;
		max-width: 440px;
		margin: 0 auto;
	}

	.about-bottom-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.about-bottom-image-right {
		position: relative;
		right: 20px;
		top: 30px;
	}

	.about-bottom-image-left {
		left: 20px;
		bottom: 0;
		top: 30px;
		position: relative;
	}

	.about-testimony {
		padding: 0 6% 140px 6%;
	}

	.about-testimony-image-left {
		left: -20px;
	}

	.about-testimony-image-right {
		right: 0;
	}

	.vefa-qty-label {
		font-size: 13px;
	}

	.woocommerce-Tabs-panel p {
		margin-bottom: 10px;
		font-size: 15px;
	}

	#woocommerce-checkout-form-coupon button {
		min-width: 220px;
	}

	.dmc-programs-sections {
		padding: 55px 0 65px 0;
	}

	.dmc-container .dmc-grid:nth-child(even),
	.dmc-grid {
		flex-direction: column;
	}

	.dmc-grid-content {
		flex: 1;
	}

	.dmc-image {
		width: 100%;
		position: relative;
		top: 0;
	}

	.dmc-container {
		padding: 0 14%;
	}

	.dmc-section {
		padding: 0;
	}

	.dmc-pillars-section {
		padding: 80px 0 60px 0;
	}

	.dmc-group-item {
		font-size: 12px;
	}

	.dmc-group-item>img {
		width: 28px;
	}

	.woocommerce-order {
		display: flex;
		flex-direction: column;
	}

	.frontpage-cta-bg {
		height: 360px;
	}

	.frontpage-cta-image:nth-child(3) {
		top: 85px;
		right: -35px;
	}

	.frontpage-cta-image:nth-child(4) {
		top: 214px;
	}

	.frontpage-cta-image:nth-child(2) {
		top: 105px;
		right: 0;
		left: 15px;
	}

	.footer-whatsapp {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 720px) {
	.footer-nav-grid {
		grid-template-columns: auto auto;
	}

	.woocommerce-MyAccount-content>.woocommerce-notices-wrapper,
	.footer-wrap-socials {
		grid-row: auto;
		grid-column: auto;
	}

	.container-cta {
		padding: 0 6%;
	}

	.about-testimony-content {
		padding: 60px 30px 0 30px;
	}

	.about-testimony-image-right {
		top: 20px;
	}

	.myvefe-banner-grid {
		flex-direction: column;
		padding: 0;
	}

	.myvefa-banner-content {
		max-width: 510px;
		order: 1;
		padding: 35px;
	}

	.myvefa-banner-figure {
		max-width: 100%;
		position: relative;
	}

	.woocommerce-view-order .woocommerce-MyAccount-content {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 650px) {
	.customer-card-grid {
		grid-template-columns: 100%;
		gap: 30px;
	}

	.customer-card-content {
		max-width: 460px;
	}

	.customer-card-items {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
	}

	.customer-card-item {
		position: relative;
		flex: 1 0 40%;
		max-width: 100%;
	}

	.customer-card-item:nth-child(1) {
		top: 0;
	}

	.customer-card-item:nth-child(3) {
		bottom: 0;
		max-width: 60%;
		margin: 0 auto;
	}

	.customer-card-item-title::before {
		width: 15px;
	}

	.single-intro-container,
	.single-container {
		padding: 0 20px;
	}

	.woocommerce-variation-add-to-cart {
		display: grid;
		grid-template-columns: 100%;
	}

	.quantity-flex {
		width: 100%;
		margin-right: 0;
		justify-content: space-between;
	}

	.woocommerce-variation-add-to-cart>.quantity {
		margin-right: 0;
		width: fit-content;
		height: fit-content;
		justify-self: flex-end;
	}

	.vefa-qty-label {
		font-size: 16px;
		margin-right: 0;
		max-width: fit-content;
	}

	.vefa-qty-label>span {
		display: inline;
	}

	.single_add_to_cart_button,
	.btn.btn-contact {
		grid-column: span 2;
		width: 100%;
		margin: 0;
	}

	.btn.btn-contact {
		margin: 15px 0 7px 0;
	}

	.single-product-custom-form {
		gap: 15px;
		margin-bottom: 0;
	}

	.single-product-custom-form>.cart {
		flex-direction: column;
	}

	.vefa-total-info {
		position: relative;
		order: 2;
		margin-top: 10px;
		grid-column: span 2;
	}

	.single-product-meta {
		margin: 20px;
		gap: 8px 30px;
	}

	.single-product-meta-text {
		font-size: 13px;
	}

	.container-xxl-secondary {
		padding: 0 20px;
	}

	footer .container-xxl {
		padding: 0;
	}

	#woocommerce-checkout-form-coupon {
		padding: 20px;
	}

	.woocommerce-checkout-travel-image {
		max-width: 150px;
		height: 100%;
		aspect-ratio: 1;
	}

	.woocommerce-MyAccount-content {
		padding: 30px 20px 50px 20px;
	}

	.dmc-program {
		min-height: 220px;
	}

	.dmc-program-title {
		font-size: 14px;
	}

	.single-product-banner {
		min-height: 462px;
	}

	.quantity {
		height: 50px;
	}

	.dmc-why-section {
		padding: 45px 0;
	}

	.dmc-form {
		padding-bottom: 30px;
	}

	.footer-whatsapp {
		right: 15px;
		bottom: 25px;
	}
}

@media screen and (max-width: 600px) {
	body {
		overflow-x: hidden;
	}

	.menu-header a {
		font-size: 18px;
	}

	.nav-header {
		height: calc(100dvh - 122px);
		background-color: #edf0fa;
		border-left: none;
		top: 122px;
	}

	.myvefa-banner {
		margin: 0 20px;
		border-radius: 25px;
	}

	.header-search {
		background-size: 17px;
	}

	.label-header-search {
		left: 46px;
	}

	.splide__track {
		width: 100%;
	}

	.splide__arrow {
		display: none;
	}

	.order-total small .woocommerce-Price-amount,
	.woocommerce-checkout-review-order-table td small.woocommerce-checkout-tax {
		font-size: 10px;
	}

	.form-header-search {
		order: 1;
		width: 100%;
	}

	.form-group {
		flex: auto;
	}

	.bar2,
	.bar3 {
		top: 7.5px;
	}

	.hamburger {
		width: 26px;
		height: 16px;
	}

	.header-content {
		flex-wrap: wrap;
		gap: 5px;
	}

	.hamburger .bar {
		height: 1.5px;
	}

	h1 {
		text-wrap: balance;
	}

	.woocommerce-info,
	.woocommerce-login-message,
	.text-content>p {
		font-size: 14px;
	}

	.common-content>h2 {
		font-size: 18px;
	}

	.common-section {
		padding: 30px 0 60px 0;
	}

	.text-404 {
		margin: 10px 0;
	}

	.form-control,
	#place_order,
	.woocommerce-Button,
	.btn {
		font-size: 14px;
		height: 45px;
		line-height: 1;
	}

	.form-textarea,
	.woocommerce-form-register__submit,
	.woocommerce-form-login__submit {
		font-size: 14px;
	}

	textarea.input-text,
	.form-textarea {
		line-height: 1.6;
		border-radius: 25px;
	}

	.intro-banner {
		width: calc(100% - 40px);
	}

	.intro-banner-container {
		padding: 25px 40px;
	}

	.frontpage-why-grid {
		display: flex;
		gap: 15px;
		margin: 20px -20px 0 -20px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.frontpage-why-item {
		flex: 0 0 270px;
		padding: 25px;
	}

	.frontpage-why-item:first-child {
		margin-left: 20px;
	}

	.frontpage-why-item:last-child {
		margin-right: 20px;
	}

	.single-product-grid-left,
	.footer-nav-grid,
	.contact-grid-left {
		grid-template-columns: 100%;
	}

	.footer-nav-grid {
		gap: 20px;
	}

	.frontpage-why {
		padding: 40px 0;
	}

	.contact-whatsapp {
		flex-direction: row;
		gap: 20px;
	}

	.form-group-flex {
		flex-direction: column;
		gap: 0;
	}

	.contact-map-section {
		height: 450px;
	}

	.contact-map,
	.contact-map-section>.container-xl {
		height: 100%;
		object-fit: cover;
	}

	.contact-map {
		object-position: 40%;
	}

	.frontpage-instagram-grid {
		margin: 20px -20px;
	}

	.footer-funding>img {
		width: 100%;
		height: auto;
	}

	.footer-content {
		padding: 35px;
	}

	footer {
		padding: 0 20px 20px 20px;
	}

	.footer-menu {
		display: none;
	}

	.footer-nav-bottom {
		flex-direction: column;
		align-items: flex-start;
		order: 4;
		gap: 15px;
	}

	.myvefa-client-points {
		font-size: 30px;
	}

	.container-cards,
	.woocommerce-products-container,
	.dmc-group-container,
	.dmc-container,
	.dmc-programs-sections>h2,
	.travel-points-faq-container,
	.dmc-why-container,
	.container-md,
	.related.products,
	.about-group-container,
	.about-bottom-container,
	.about-certifications-container,
	.container-secondary,
	.dmc-common-container,
	.blog-container,
	.frontpage-anim,
	.container-xxl,
	.frontpage-cta-container,
	.container-cta {
		padding: 0 20px;
	}

	.related.products.related-dmc {
		padding: 0 20px 40px 20px;
	}

	footer::after {
		width: 170px;
		bottom: 20px;
	}

	.cta-detail:nth-of-type(1) {
		top: 20px;
		left: 20px;
	}

	.cta-buttons {
		flex-wrap: wrap;
		gap: 10px 20px;
	}

	.cta {
		padding: 0;
	}

	.frontpage-testimony {
		padding: 50px 0;
		margin-bottom: 40px;
	}

	.frontpage-cta-image:nth-child(3) {
		width: 96px;
		height: 120px;
	}

	.frontpage-cta-image:first-child {
		width: 120px;
		height: 88px;
	}

	.frontpage-cta-image:nth-child(2) {
		top: -30px;
		right: 115px;
		left: auto;
		height: 77px;
	}

	.frontpage-cta-image:last-child {
		right: 0;
		left: 40px;
		width: 100px;
		height: 118px;
		top: 180px;
	}

	.frontpage-cta-image:nth-child(4) {
		top: 200px;
	}

	.frontpage-cta-image {
		width: auto;
	}

	.frontpage-cta-title {
		font-size: 26px;
	}

	.frontpage-anim-container {
		padding-top: 40px;
	}

	.frontpage-banner {
		margin: 0 20px;
		padding: 20px;
	}

	#archive-search-tools,
	#frontpage-search-tools {
		border-radius: 28px;
		padding: 16px;
		gap: 20px;
	}

	.select-filter+.select2-container--default .select2-selection--single .select2-selection__arrow {
		background-size: 12px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		width: 22px;
		height: 22px;
	}

	.search-filters {
		gap: 10px 30px;
		flex-wrap: wrap;
	}

	.filter-cost {
		flex: 1 0 100%;
	}

	.search-filter.filter-date::after {
		display: none;
	}

	.travel-points-grid {
		margin: 30px -20px;
	}

	.dmc-why-item:first-child,
	.travel-points-item:first-child {
		margin-left: 20px;
	}

	.dmc-why-item:last-child,
	.travel-points-item:last-child {
		margin-right: 20px;
	}

	.dmc-why-items {
		margin: 0 -20px;
	}

	.customer-card {
		padding: 30px 0 40px 0;
	}

	.woocommerce-checkout-review-order-table td>.woocommerce-Price-amount,
	.woocommerce-checkout-review-order-table td,
	.page-numbers {
		font-size: 14px;
		padding: 10px 15px;
	}

	.page-numbers.current {
		width: 35px;
		height: 35px;
	}

	.about-certifications-content>img {
		scale: 0.8;
	}

	.about-certifications-content {
		gap: 15px 30px;
	}

	.about-travel-category:first-child {
		margin-left: 20px;
	}

	.about-travel-category:last-child {
		margin-right: 20px;
	}

	.about-bottom-image-left {
		left: 50px;
	}

	.about-bottom-image-right {
		right: 50px;
	}

	.about-testimony-image-right {
		width: 25%;
	}

	.about-testimony-image-left {
		left: 0;
		bottom: -125px;
		width: 30%;
	}

	.about-testimony-content::after {
		width: 125px;
		height: 140px;
		bottom: -125px;
	}

	.about-testimony {
		padding: 0 20px 140px 20px;
	}

	#customer_login {
		width: calc(100% - 40px);
		margin: 20px;
	}

	.woocommerce-products-header {
		margin: 15px 20px;
		padding: 25px 15px;
		border-radius: 20px;
	}

	.products.columns-4 {
		grid-template-columns: 1fr 1fr;
		border-radius: 20px;
		gap: 8px;
	}

	.footer-nav a,
	.term-description>p,
	.page-description>p {
		font-size: 16px;
	}

	.page-description>p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		position: relative;
	}

	.page-description.open>p {
		display: block;
	}

	.page-description.open>p::after {
		display: none;
	}

	.page-description>p::after {
		content: 'Ver Mais...';
		position: absolute;
		bottom: 0;
		right: 0;
		color: #474F6F;
		font-weight: 600;
		background-color: #edf0fa;
		box-shadow: -10px 0 16px 10px #edf0fa;
	}

	.products.columns-4 .woocommerce-loop-product__link {
		min-height: 230px;
		padding: 10px 14px;
		border-radius: 15px;
	}

	.woocommerce-loop-product__link:hover .loop-product-content {
		transform: translateY(50px);
	}

	.woocommerce-loop-product__link:hover .loop-product-btn {
		opacity: 0;
	}

	.loop-product-price {
		top: 15px;
	}

	.woocommerce-result-count {
		margin-left: 10px;
	}

	.products.columns-4 .woocommerce-loop-product__link .woocommerce-loop-product__title {
		font-size: 12px;
	}

	.products.columns-4 .woocommerce-loop-product__link .loop-product-dates,
	.products.columns-4 .woocommerce-loop-product__link .loop-product-locations {
		font-size: 9.5px;
		gap: 4px;
		font-weight: 500;
	}

	.loop-product-locations::before,
	.loop-product-dates::before {
		width: 13px;
		height: 13px;
	}

	.products.columns-4 .loop-product-nights {
		font-size: 8.5px;
	}

	.products.columns-4 .loop-product-from-label {
		font-size: 6.5px;
	}

	.woocommerce-table--order-details td,
	.products.columns-4 .woocommerce-Price-amount {
		font-size: 13px;
	}

	.term-description,
	.page-description {
		margin-bottom: 20px;
	}

	.single-product-cta {
		height: 298px;
		max-width: 362px;
		margin: 0 auto;
	}

	.single-product-cta-text {
		font-size: 25px;
	}

	.myvefa-client-text,
	.single-product-summary {
		font-size: 15px;
	}

	.woocommerce-tabs>.tabs {
		padding: 0;
		margin: 25px -20px;
		padding: 0 20px;
		border-bottom: none;
	}

	.woocommerce-tabs>.tabs li.active a,
	.woocommerce-tabs>.tabs a {
		border-bottom: 1px solid #a9b2d3;
	}

	.woocommerce-tabs>.tabs li.active a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #a9b2d3;
	}

	.single-product-banner {
		margin: 0 20px;
	}

	.single-product-banner {
		min-height: 462px;
		border-radius: 15px;
	}

	.single-product-banner-right {
		top: 10px;
		right: 20px;
	}

	.shortcode-day-date~* {
		padding: 0;
	}

	#reservation-form {
		padding: 25px;
	}

	.selected-travel-input {
		max-width: 50px;
	}

	.woocommerce-checkout-review-order-table th {
		padding-left: 15px;
	}

	.order-total .woocommerce-Price-amount {
		font-size: 18px;
	}

	.myvefa-banner-title {
		max-width: 285px;
	}

	.woocommerce-MyAccount-content {
		padding: 30px 20px 50px 20px;
	}

	.woocommerce-MyAccount-quick-links {
		display: flex;
		overflow-x: auto;
		margin: 0 -20px;
		scrollbar-width: none;
	}

	.woocommerce-MyAccount-quick-links::-webkit-scrollbar {
		display: none;
	}

	.woocommerce-MyAccount-quick-links>a {
		border-radius: 20px;
		height: 140px;
		flex: 0 0 250px;
	}

	.woocommerce-MyAccount-quick-links>a:first-child {
		margin-left: 20px;
	}

	.woocommerce-MyAccount-quick-links>a:last-child {
		margin-right: 20px;
	}

	.woocommerce-orders-table__cell-order-number {
		grid-column: span 2;
	}

	.woocommerce-orders-table__row {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}

	.myvefa-orders-table-wrapper {
		border-bottom: 1px solid #9fa8c7;
		padding-bottom: 15px;
	}

	.woocommerce-orders-table__cell:nth-child(3) {
		padding-right: 0;
		border: none;
	}

	.myvefa-client-title {
		font-size: 20px;
	}

	.dmc-programs-grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}

	.dmc-program {
		min-height: 270px;
	}

	.single-dmc-banner.single-product-banner {
		min-height: 320px;
		padding: 30px;
	}

	.frontpage-cta-bg {
		height: 330px;
	}

	.footer-nav {
		order: 2;
		margin-top: 0;
	}

	.rnavt {
		order: 4;
	}

	.footer-newsletter-logo {
		order: 3;
	}

	.frontpage-instagram-item {
		flex: 0 0 224px;
	}

	.heading-mobile-lg {
		font-size: 26px;
	}

	.single-product-custom-form {
		margin: 30px 20px;
	}

	.related.products {
		margin-bottom: 20px;
	}

	.select2-results__option {
		font-size: 12px;
	}

	.select2-results__option::before {
		width: 15px;
		height: 15px;
	}

	.form-row-flex {
		flex-wrap: wrap;
	}

	.single-product-banner::after {
		background: linear-gradient(180deg, rgba(17, 27, 66, 0) 30%, #111b42 100%);
	}

	.btn-download-pdf {
		background-color: #E0E4F4;
		padding: 16px 25px !important;
		width: calc(100% - 50px);
		margin-top: 15px;
	}

	.btn-download-pdf::after {
		right: -45px;
		background-color: #E0E4F4;
	}

	.contact-reservation-title,
	.contact-reservation-subtitle,
	.contact-reservation-text {
		text-align: start;
	}

	.form-label {
		margin-bottom: 8px;
	}

	.wc_payment_methods {
		gap: 10px;
	}

	.archive-search-filter:nth-child(odd)::after {
		display: flex;
	}

	.archive-search-filter:nth-child(even)::after {
		display: none;
	}

	.promo-dates-wrapper {
		margin-top: 15px;
	}

	.woocommerce-terms-and-conditions>*,
	.common-content>* {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 520px) {
	.customer-card-item {
		flex: 1 0 100%;
	}

	.customer-card-item:nth-child(3) {
		max-width: 100%;
	}

	.blog-intro-image::after {
		width: 85px;
		height: 105px;
	}

	.myvefa-section .woocommerce-notices-wrapper {
		margin: 0;
		max-width: 570px;
	}

	.woocommerce-error {
		padding: 20px;
	}

	.woocommerce-checkout.woocommerce-error {
		padding: 0;
	}

	.woocommerce-ResetPassword,
	#customer_login {
		margin: 0;
		width: 100%;
		border-radius: 0;
		padding: 30px;
	}

	.myvefa-section {
		margin: 0;
		width: 100%;
		border-radius: 0;
		background-color: transparent;
	}

	.selected-travel-grid {
		gap: 20px;
		flex-direction: column;
	}

	.selected-travel-quantity {
		max-width: 100%;
		justify-content: space-between;
	}

	#woocommerce-checkout-form-coupon {
		flex-direction: column;
		gap: 10px;
	}

	#woocommerce-checkout-form-coupon .input-text {
		border-radius: 29px;
	}

	#woocommerce-checkout-form-coupon>.form-row.form-row-last {
		margin-top: 0;
	}

	.myvefa-banner-title::after {
		width: 110px;
	}

	.myvefa-banner-title {
		max-width: 260px;
		font-size: 22px;
	}

	.myvefa-banner-text {
		font-size: 15px;
	}

	.myvefa-orders-table-thumbnail {
		max-width: 100px;
		aspect-ratio: 1;
	}

	.dmc-program {
		min-height: 220px;
	}

	.about-intro-section {
		min-height: 260px;
	}

	.about-intro-container {
		padding: 25px 0;
	}

	.dmc-banner-section {
		min-height: 300px;
	}

	.dmc-banner-section {
		padding: 25px;
	}

	.footer-addresses {
		margin-top: 20px;
		gap: 0;
	}

	.footer-grid {
		gap: 20px;
	}

	.woocommerce-loop-product__title {
		font-size: 17px;
	}

	#form-contact {
		padding: 30px 20px;
		border-radius: 30px;
	}

	.dmc-categories {
		justify-content: start;
		padding: 0 20px;
		overflow-x: auto;
		width: 100vw;
	}
}

@media screen and (max-width: 475px) {
	.woocommerce-terms-and-conditions li,
	.common-content li,
	p {
		font-size: 16px;
	}

	.search-filter::before {
		width: 26px;
	}

	.search-filter.filter-cost::before {
		width: 21px;
	}

	.articles-container,
	.frontpage-blog-container {
		padding: 0 20px;
	}

	.frontpage-blog {
		padding: 70px 0 50px 0;
	}

	.frontpage-banner {
		height: 412px;
		border-radius: 25px;
	}

	.blog-grid {
		display: flex;
		margin: 30px -20px;
		overflow: auto;
		scrollbar-width: none;
	}

	.blog-grid .blog-card {
		flex: 0 0 300px;
	}

	.blog-grid .blog-card:first-child {
		margin-left: 20px;
	}

	.blog-grid .blog-card:last-child {
		margin-right: 20px;
	}

	.frontpage-testimony-grid {
		gap: 30px;
	}

	.frontpage-testimony-item {
		flex: 0 0 240px;
	}

	.cta-detail:nth-of-type(2) {
		top: 40px;
		right: 0;
	}

	.cta-detail:nth-of-type(1) {
		top: 60px;
		left: -30px;
	}

	.cta-detail:nth-of-type(3) {
		bottom: 20px;
		left: auto;
		right: 0;
	}

	.products.columns-5 {
		margin: 0 -20px;
	}

	.products.columns-5>.product:first-child {
		margin-left: 20px;
	}

	.products.columns-5>.product:last-child {
		margin-right: 20px;
	}

	.frontpage-destiny {
		padding: 40px 0 50px 0;
	}

	.frontpage-instagram {
		background-size: 134px;
		background-position: -10% 108%;
		padding: 40px 0;
	}

	.travel-points-faq-item-title::before {
		width: 25px;
	}

	.frontpage-anim {
		margin: 40px 0 70px 0;
	}

	.travel-points-faq-item {
		padding: 20px;
	}

	.about-testimony-image-right {
		width: 30%;
	}

	.about-testimony-image-left {
		width: 40%;
	}

	.single-product-meta {
		flex-direction: column;
		margin: 15px 20px 20px 20px;
	}

	.single-product-banner {
		padding: 20px;
	}

	.single-product-info-days {
		flex-direction: column;
		gap: 5px;
		display: flex;
	}

	.single-product-custom-form {
		margin: 0 20px;
	}

	.product_title {
		margin: 5px 0;
	}

	.single-product-info {
		gap: 5px;
		flex-direction: column;
	}

	.single-product-banner-right {
		top: 0;
		right: 10px;
		gap: 0;
	}

	.promo-date {
		padding: 10px 15px;
		border-radius: 15px;
		font-size: 10px;
	}

	.single-product-banner-info::before {
		width: 16px;
		height: 14px;
	}

	.woocommerce-checkout-travel-image {
		max-width: 130px;
	}

	#place_order {
		width: 100%;
		font-size: 16px;
		height: 50px;
	}

	.page-template-page-checkout h3 {
		font-size: 16px;
	}

	.myvefa-orders-table-badge {
		flex-direction: column;
		align-items: flex-start;
	}

	.myvefa-orders-table-meta-item {
		font-size: 11px;
	}

	.dmc-program-title {
		font-size: 13px;
	}

	.search-filters {
		display: none;
	}

	#frontpage-search-tools {
		padding: 0;
		background-color: transparent;
	}

	.frontpage-banner-title {
		font-size: 32px;
		text-wrap: balance;
	}

	.btn.btn-hero {
		font-size: 17px;
		padding: 15px 30px;
		border-radius: 59px;
		background-color: #3EBFF0;
		color: #111B42;
		width: fit-content;
		height: 60px;
		flex: 0 0 auto;
		margin: 0 auto;
	}

	.frontpage-banner {
		padding: 30px;
	}

	.frontpage-destiny-wrapper {
		margin: 0 auto;
	}

	.blog-card-content>p {
		font-size: 14px;
	}

	.single_add_to_cart_button,
	.woocommerce-Button,
	.btn {
		font-size: 16px;
		height: 50px;
	}

	.frontpage-testimony-video {
		border-radius: 16px;
	}

	.frontpage-testimony {
		padding: 35px 0;
	}

	.frontpage-testimony-video-title {
		font-size: 12px;
		padding: 13px 20px;
		max-width: 180px;
		left: -12px;
	}

	.frontpage-testimony-video-title::before {
		border-left-width: 4px;
	}

	.cta-inner {
		padding: 0 0 35px 0;
		margin: 0 35px;
	}

	.cta-image-wrapper {
		position: relative;
		flex: auto;
		height: 298px;
	}

	.footer-newsletter-inputs>label {
		top: 22px;
	}

	.footer-newsletter-inputs {
		flex-direction: column;
		gap: 10px;
	}

	.btn.btn-newsletter {
		min-height: 45px;
	}

	.btn-absolute {
		position: relative;
	}

	.footer-newsletter {
		padding: 20px;
	}

	.footer-partners {
		gap: 35px;
		margin-bottom: 35px;
	}

	.blog-card-date {
		font-size: 12px;
	}

	.frontpage-instagram-date {
		font-size: 9px;
		margin-top: 10px;
	}

	.archive-search-filter {
		flex: 1 0 100%;
		border-bottom: 1px solid #C9CEE1;
		padding-bottom: 11px;
		column-gap: 10px;
	}

	.archive-search-filter:last-child,
	.archive-search-filter:nth-last-child(2) {
		flex: 1 0 30%;
		border-bottom: none;
		padding-bottom: 0;
	}

	.search-filter:not(:last-child)::after {
		display: none;
	}

	.archive-search-filter:nth-last-child(2)::after {
		display: flex;
		right: -16px;
		background-color: #C9CEE1;
	}

	.select-filter+.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 14px;
	}

	.cta-detail {
		font-size: 10px;
		padding: 9.8px;
	}

	.dmc-grid {
		margin: 30px 0;
	}

	.dmc-image {
		width: calc(100% + 40px);
		top: 0;
		left: -20px;
	}

	.woocommerce-checkout-review-order-table {
		table-layout: fixed;
	}
}

@media screen and (max-width: 420px) {
	.blog-intro-image>img {
		min-height: 175px;
	}

	.footer-content {
		padding: 30px;
		border-radius: 20px;
	}

	.frontpage-anim-title {
		text-wrap: balance;
		padding: 0 40px;
	}

	.grid-3 {
		grid-template-columns: 100%;
	}

	.blog-intro-image::after {
		display: none;
	}

	.myvefa-client-text,
	.blog-content>p {
		font-size: 14px;
	}

	blockquote {
		padding: 20px 0;
	}

	blockquote>p {
		margin: 0 20px;
		gap: 5px 20px;
		font-size: 14px;
	}

	blockquote>p::before {
		width: 45px;
		height: 35px;
	}

	.single-intro-section {
		padding-top: 30px;
	}

	.others-articles {
		padding: 30px 0 55px 0;
	}

	.about-testimony-image-right {
		width: 30%;
	}

	.about-testimony-image-left {
		width: 40%;
	}

	.btn.btn-sm-wrap {
		white-space: wrap;
		text-align: center;
		line-height: 1.5;
		padding: 30px 20px;
	}

	.about-testimony-content::after {
		width: 108px;
		height: 120px;
		bottom: -120px;
	}

	.woocommerce-form-register__submit {
		width: 100%;
	}

	.myvefa-image {
		aspect-ratio: auto;
	}

	.woocommerce-checkout-travel-flex {
		flex-direction: column;
	}

	.woocommerce-checkout-travel-image {
		max-width: 100%;
		aspect-ratio: 16 / 9;
	}

	.remove-travel-item {
		position: absolute;
		top: 30px;
		right: 30px;
		opacity: 1;
	}

	.myvefa-banner-content {
		padding: 25px;
	}

	.myvefa-orders-table-thumbnail {
		max-width: 85px;
	}

	.myvefa-client-title {
		font-size: 18px;
	}

	.dmc-category {
		font-size: 12px;
		padding: 8px 12px;
	}

	#dmc-form {
		margin: 0;
		border-radius: 0;
	}
}

@media screen and (max-width: 380px) {
	h2 {
		font-size: 20px;
	}

	.frontpage-cta-title {
		font-size: 24px;
	}

	.single-content>h3 {
		font-size: 15px;
	}

	.single-content li>strong,
	.single-content>p>strong,
	.travel-points-faq-item>span {
		font-size: 14px;
	}

	.intro-banner-container {
		padding: 20px;
	}

	.single-date {
		font-size: 11px;
	}

	.myvefa-banner-title {
		max-width: 245px;
		font-size: 20px;
	}

	.product-name .attachment-woocommerce_thumbnail,
	.myvefa-orders-table-thumbnail {
		max-width: 80px;
	}

	.myvefa-orders-table-wrapper {
		flex-direction: column;
	}

	.myvefa-orders-table-thumbnail {
		max-width: 100%;
		aspect-ratio: 16 / 9;
	}

	.dmc-programs-grid {
		gap: 10px;
	}

	.banner-image,
	.dmc-program {
		min-height: 190px;
	}

	#form-dmc {
		padding: 30px 25px;
	}
}