* {
	box-sizing: border-box;
}
body {
	background: #FFFFFF;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	font-variant-numeric: lining-nums proportional-nums;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.center {
	padding: 0 8vw;
	position: relative;
}
.page {
	margin: 0;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}

/* --- header */
#masthead {
	background: white;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 80px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
#masthead .center {
	height: 80px;
	display: flex;
	align-content: center;
}
#masthead .site-branding {
	align-self: center;
	margin-right: 50px;
}
#masthead .custom-logo {
	width: 240px;
}
#masthead .main-navigation {
	align-self: center;
}
#masthead .main-navigation {
	display: none;
}
body.home #masthead .main-navigation {
	display: flex;
}
#masthead .nav-menu li {
	font-size: 16px;
	margin-right: 48px;
}
#masthead .nav-menu li.link-3 {
	position: relative;
	padding: 0 28px 0 24px;
}
#masthead .nav-menu li.link-3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../images/ico-br.png) no-repeat;
	background-size: contain;
}
body.page-home #masthead .nav-menu li.link-3:before {background-image: url(../images/ico-en.png);}

#masthead .nav-menu li.link-3:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(../images/ico-submenu.png) no-repeat;
	background-size: contain;
}
#masthead .nav-menu li.link-4 {
	position: relative;
	padding-left: 24px;
}
#masthead .nav-menu li.link-4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../images/ico-en.png) no-repeat;
	background-size: contain;
}
body.page-home #masthead .nav-menu li.link-4:before {background-image: url(../images/ico-br.png);}

#masthead .nav-menu li a {
	color: #190459;
	cursor: pointer;
	border-bottom: 1px dotted white;
}
#masthead .nav-menu li:not(.link-3, .link-4) a:hover {
	border-bottom: 1px dotted #190459;
}
#masthead .cta {
	border: 1px solid #190459;
	border-radius: 16px;
	cursor: pointer;
	position: absolute;
	right: 8vw;
	top: 50%;
	height: 32px;
	padding: 0 16px;
	transform: translateY(-50%);
	color: #190459;
	font-size: 14px;
	font-weight: 600;
	line-height: 32px;
	display: none;
}
body.home #masthead .cta {
	display: block;
}

.main-navigation ul ul {
	box-shadow: none;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}
.main-navigation ul ul a {
	width: auto;
}

/* --- home */
body.home .entry-title {
	display: none;
}
.entry-title {
	padding-top: 5vw;
}

/* --- introducao */
.intro {
	background: #FF6347 url(../images/bg.png) no-repeat center bottom;
	padding: calc(7.4404vw + 80px) 0 26.7857vw;
	margin-bottom: -14.8809vw;
	position: relative;
}
.intro .video-container {
	position: absolute;
	z-index: 1;
	right: 10.375vw;
	top: 0;
	width: 38.1875vw;
	height: 27.875vw;
}
.intro .video1 {
	position: relative;
	z-index: 2;
	width: 38.1875vw;
	height: 27.875vw;
	overflow: hidden;
	border-radius: 8px;
}
.intro .video1:before {
	background: url(../images/ico-mic.png) no-repeat;
	background-size: contain;
	content: '';
	width: 1.3125vw;
	height: 1.25vw;
	position: absolute;
	z-index: 6;
	left: 5.109375vw;
	bottom: .75vw;
}
.intro .video1:after {
	background: url(../images/label-fernanda.png) no-repeat;
	background-size: contain;
	content: '';
	width: 3.84375vw;
	height: 1.25vw;
	position: absolute;
	z-index: 7;
	left: .75vw;
	bottom: .75vw;
}
.intro .video2 {
	position: absolute;
	z-index: 3;
	right: .75vw;
	bottom: .75vw;
	width: 4.75vw;
	height: 6.75vw;
	overflow: hidden;
	border-radius: 3px;
}
.intro .video2:before {
	background: url(../images/ico-mic.png) no-repeat;
	background-size: contain;
	content: '';
	width: 1.3125vw;
	height: 1.25vw;
	position: absolute;
	z-index: 8;
	right: .25vw;
	bottom: .25vw;
	opacity: .4;
}
.intro .video1 video,
.intro .video2 video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	min-width: 100%;
	height: 100%;
	display: block;
}
.intro .video-container .line {
	background: url(../videos/line.png) no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 4;
	left: -7.125vw;
	top: -.544375vw;
	width: 44.9375vw;
	height: 23.875vw;
}
.intro .video-container .book {
	background: url(../videos/agenda.png) no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 5;
	left: -5.4375vw;
	top: -.1875vw;
	width: 20.8125vw;
	height: 13.175vw;
}
body.page-home .intro .video-container .book {background-image: url(../videos/bookings.png);}

.intro .video-container .local {
	background: url(../videos/local.png) no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 5;
	left: -5.4375vw;
	bottom: 1.1875vw;
	width: 10.625vw;
	height: 10.625vw;
}
.intro .video-container .pgto {
	background: url(../videos/pagto.png) no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 5;
	right: -5.375vw;
	top: 0;
	width: 11.375vw;
	height: 14.34375vw;
}
body.page-home .intro .video-container .pgto {background-image: url(../videos/paid.png);}

.intro .ini {
	margin: 0;
	color: rgba(25, 4, 89, 0.70);
	font-size: 1.0714vw;
	font-weight: 600;
}
.intro .title {
	margin: .9523vw 0 0;
	width: 35.2380vw;
	color: #190459;
	font-size: 2.3809vw;
	font-weight: 700;
}
body.page-home .intro .title {
	font-size: 3.8095vw;
	line-height: 1.2;
}
.intro .title + .ini {
	color: #190459;
	font-size: 1.1904vw;
	font-weight: 500;
}
.intro .obs {
	margin: 0;
	width: 19.3452vw;
	color: #190459;
	font-size: .6547vw;
	font-weight: 700;
}
.wpcf7 {
	padding: 2.8571vw 0 0;
	position: relative;
}
.wpcf7 p {
	margin: 0;
	display: flex;
}

.wpcf7 .wpcf7-email {
	border-radius: 2.0833vw 0 0 2.0833vw;
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select{
	border-radius: 2.0833vw;
}

.wpcf7 .wpcf7-email, .wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select {
	background: white;
	border: 1px solid #E5E5E5;
	color: #190459;
	width: 21.4285vw;
	padding: 0 1.4285vw;
	font-size: .9523vw;
	line-height: 4.1666vw;
	font-family: 'Raleway', sans-serif;
}
.wpcf7 .wpcf7-email:focus, .wpcf7 .wpcf7-text:focus, .wpcf7 .wpcf7-select:focus {
    outline: none;
}

.wpcf7-form:not(.initial-form) input, .wpcf7-form:not(.initial-form) select {
	width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none!important;
}
.wpcf7 form .wpcf7-response-output {
	max-width: 35.2380vw;
    padding: .75rem;
    margin: 2em 0 0;
	font-weight: 600;
	font-size: .8333vw;
	line-height: 2.8571vw;
    text-align: center;
    border: 1px solid transparent;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.wpcf7 form.spam .wpcf7-response-output {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.wpcf7 .wpcf7-spinner {
	align-self: center;
}
.wpcf7 .wpcf7-submit {
	background: #0121C9;
	border: none;
	border-radius: 2.0833vw;
	position: relative;
	cursor: pointer;
	padding: 0;
	color: white;
	font-size: .9523vw;
	line-height: 4.1666vw;
	width: 13.9285vw;
	height: 4.1666vw;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

/* Estilos específicos para o Contact Form 7 */
.wpcf7-form p {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wpcf7-form .wpcf7-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #120336;
}

/* Estilos para o formulário inicial */
.initial-form {
    display: flex;
}

.initial-form p {
    display: flex;
    width: 100%;
}

.initial-form p .wpcf7-submit {
    left: -2.0833vw;
}

/* --- como-funciona */
.como-funciona .itens-titulo {
	margin: 0 auto;
	color: #190459;
	font-size: 2.3809vw;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	width: 35.7142vw;
	padding-bottom: 3.8095vw;
}
.como-funciona .itens {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}
body.page-home .como-funciona .itens {
	gap: 8px;
	justify-content: center;
}
.como-funciona .item {
	border-radius: 8px;
	background: white;
	width: calc(50% - 16px);
	display: flex;
	gap: 2.8571vw;
	padding: 4.2857vw;
}
body.page-home .como-funciona .item {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.08) 100%);
	backdrop-filter: blur(4px);
	width: calc(25% - 6px);
	gap: 3.125vw;
	padding: 1.4285vw;
	flex-direction: column;
}
body.page-home .como-funciona .item:nth-child(1) {width: calc(33% - 6px);}
body.page-home .como-funciona .item:nth-child(2) {width: calc(33% - 6px);}
body.page-home .como-funciona .item:nth-child(3) {width: calc(17% - 6px);}
body.page-home .como-funciona .item:nth-child(4) {width: calc(17% - 6px);}
body.page-home .como-funciona .item:nth-child(6) {width: calc(50% - 4px);}

.como-funciona .item img {
	width: 4.7619vw;
	height: 4.7619vw;
}
body.page-home .como-funciona .item img {
	position: relative;
	top: 0;
	opacity: .2;
	transition: all .25s;
}
body.page-home .como-funciona .item:hover img {
	top: -3.80945vw;
	opacity: 1;
}
.como-funciona .item h2 {
	margin: 0 0 .9523vw;
	color: #190459;
	font-size: 1.4285vw;
	font-weight: 600;
	text-transform: capitalize;
}
body.page-home .como-funciona .item h2 {
	font-size: 1.1904vw;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
}
.como-funciona .item p {
	margin: 0;
	color: rgba(25, 4, 89, 0.70);
	font-size: .9523vw;
}

/* --- viajantes */
.viajantes {
	padding-top: 10vw;
}
.viajantes-titulo {
	margin: 0 auto;
	width: 35.7142vw;
	color: #190459;
	font-size: 2.3809vw;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	padding-bottom: 3.8095vw;
}
.viajantes-lista {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}
.viajantes-item {
	position: relative;
	border-radius: 8px;
	background: white;
	color: #190459;
	font-size: 1.1904vw;
	width: calc(50% - 4px);
	display: flex;
	padding: 10vw 1.4285vw 1.4285vw;
}
.viajantes-item:nth-child(3),
.viajantes-item:nth-child(4),
.viajantes-item:nth-child(5) {width: calc(33% - 2px);}

.viajantes-item img {
	position: absolute;
	left: .5vw;
	top: 0;
	width: 7vw;
	height: 7vw;
}

/* --- depoimentos */
.depoimentos {
	padding: 8.9285vw 0 0;
}
.depoimentos-titulo {
	margin: 0 auto;
	width: 35.7142vw;
	color: #190459;
	font-size: 1.9047vw;
	font-weight: 700;
	text-align: center;
}
body.page-home .depoimentos-titulo {
	width: 26.7857vw;
	font-size: 2.3809vw;
	line-height: 1.2;
}
.depoimentos-texto {
	color: #190459;
	font-size: 1.1904vw;
	text-align: center;
	margin-bottom: 0;
}
.depoimentos-mensagens {
	padding-top: 7.4404vw;
	width: 64.2857vw;
	margin: 0 auto;
	position: relative;
}
.depoimentos-mensagens .slick-dots {
	position: absolute;
	top: 3vw;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}
.depoimentos-mensagens .slick-dots li {
	height: 16px;
	line-height: 1;
}
.depoimentos-mensagens .slick-dots li button {
	background: none;
	font-size: 0;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
	border-radius: 8px;
	border: 3px solid rgba(25, 4, 89, 0.50);
}
.depoimentos-mensagens .slick-dots .slick-active button {
	border-color: #190459;
}
.depoimentos-mensagens .item {
	padding: 0 .9523vw;
}
.depoimentos-mensagens .item .box {
	border-radius: 8px;
	background: white;
	width: 19.5238vw;
	padding: 1.9047vw;
}
.depoimentos-mensagens .item p {
	margin: 0;
	color: #190459;
	font-size: .9523vw;
	font-weight: 600;
}
.depoimentos-mensagens .img-perfil {
	display: flex;
	gap: .7142vw;
	margin: 1.4285vw 0 0;
}
.depoimentos-mensagens .img-perfil img {
	width: 1.9047vw;
	height: 1.9047vw;
}
.depoimentos-mensagens .img-perfil p {
	margin: 0;
	font-size: .7142vw;
	font-weight: 500;
	line-height: 1;
}
.depoimentos-mensagens .img-perfil p strong {
	display: block;
	padding: 0 0 .4761vw;
	font-size: .9523vw;
	font-weight: 500;
}

/* --- etapas */
.etapas {
	padding: 31.25vw 0 12.6190vw 42.9761vw;
	position: relative;
}
.etapas:before {
	content: '';
	background: url(../images/img-etapas.png) no-repeat;
	background-size: contain;
	width: 38.9285vw;
	height: 38.9285vw;
	position: absolute;
	left: 0;
	top: 19.8809vw;
}
.etapas:after {
	content: '';
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	width: 2.5vw;
	height: 10.9523vw;
	position: absolute;
	left: 50%;
	top: 6.9047vw;
	transform: translateX(-50%);
}
.etapas-titulo {
	padding: .4761vw 0 0;
	margin: 0;
	color: #190459;
	font-size: 1.9047vw;
	font-weight: 700;
}
.etapas .item {
	color: #0D0C0C;
}
.etapas .item p {
	position: relative;
	margin: 1.9047vw 0 0;
	font-size: 1.0714vw;
	padding-left: 3.5714vw;
	line-height: 2.8571vw;
}
.etapas .item p strong {
	border-radius: 1.4285vw;
	background: #ADFCF8;
	position: absolute;
	left: 0;
	top: 0;
	width: 2.8571vw;
	height: 2.8571vw;
	color: #0E09B0;
	font-weight: 600;
	line-height: 2.8571vw;
	text-align: center;
}
.etapas .item a {
	background: #0121C9 url(../images/arrow.svg) no-repeat right 2.8571vw center;
	border-radius: 2.0833vw;
	display: inline-block;
	padding-left: 2.8571vw;
	margin-left: 3.5714vw;
	margin-top: 1.1904vw;
	width: 18.5714vw;
	height: 4.1666vw;
	color: white;
	font-size: .9523vw;
	line-height: 4.1666vw;
	cursor: pointer;
}

/* --- footer */
#secondary {
	background: #05032B;
	color: white;
	padding: 11.3095vw 0;
}
#secondary .widget {
	margin-bottom: 2.8571vw;
}
#secondary .widget.widget_nav_menu {
	margin-bottom: 0;
}
#secondary .textwidget p {
	font-size: .7142vw;
}
#secondary img {
	width: 11.9047vw;
}
#secondary a {
	color: white;
}
#secondary #menu-pages,
#secondary #menu-pages-en {
	display: flex;
}
#secondary #menu-pages li,
#secondary #menu-pages-en li {
	font-size: .7142vw;
	margin-right: .7142vw;
}
#secondary .textwidget a:hover,
#secondary #menu-pages a:hover,
#secondary #menu-pages-en a:hover {
	border-bottom: 1px dotted white;
}
#menu-social {
	position: absolute;
	right: 8vw;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
}
#menu-social li {
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: .9523vw;
	width: 3.3333vw;
	height: 3.3333vw;
	font-size: 0;
	text-indent: -9999px;
}
#menu-social .ico-instagram {background-image: url(../images/instagram.svg);}
#menu-social .ico-facebook {background-image: url(../images/facebook.svg);}

#menu-social li a {
	display: block;
	width: 3.3333vw;
	height: 3.3333vw;
}

/* Modal */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 4, 89, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 2.0833vw;
    border-radius: 1.0416vw;
    max-width: 90%;
    width: 35.7142vw;
    position: relative;
}

.modal-close {
    position: absolute;
    right: 1.0416vw;
    top: 1.0416vw;
    cursor: pointer;
    font-size: 1.5rem;
    color: #190459;
}

.modal-overlay.active {
    display: flex;
}

/* Estilo para campo com erro */
.initial-form input.error {
    border-color: #dc3232;
    background-color: rgba(220, 50, 50, 0.1);
}

/* Animação de shake para feedback visual */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.initial-form input.error {
    animation: shake 0.6s ease-in-out;
}