.single-viagem .img_destaque {
	position: relative;
}

.single-viagem .img_destaque img {
	position: relative;
	width: 100vw;
	height: auto;
}

.single-viagem .img_destaque .informacao_1 {
	position: absolute;
    top: 100px;
    display: flex;
	width: 20%;
	height: 15%;
	padding: 19px 49px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: rgba(13, 30, 54, 0.52);
}

.single-viagem .img_destaque .informacao_1 p {
	color: #8DE752;
	font-family: Rajdhani;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .img_destaque .informacao_2 {
	position: absolute;
    top: 100px;
    right: 0;
    display: flex;
	width: 20%;
	height: 15%;
	padding: 19px 49px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: rgba(13, 30, 54, 0.52);
}

.single-viagem .img_destaque .informacao_2 p {
	color: #8DE752;
	font-family: Rajdhani;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .img_destaque .informacao_3 {
	position: absolute;
    bottom: 100px;
    display: flex;
	width: 20%;
	height: 15%;
	padding: 19px 49px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: rgba(13, 30, 54, 0.52);
}

.single-viagem .img_destaque .informacao_3 p {
	color: #8DE752;
	font-family: Rajdhani;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .img_destaque .informacao_4 {
	position: absolute;
    bottom: 100px;
    right: 0;
    display: flex;
	width: 20%;
	height: 15%;
	padding: 19px 49px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: rgba(13, 30, 54, 0.52);
}

.single-viagem .img_destaque .informacao_4 p {
	color: #8DE752;
	font-family: Rajdhani;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}


.single-viagem .gravata {
	width: 100vw;
	height: 28px;
	background: #BC78FF;
}

.single-viagem .marco .gravata {
	background: #0E9BC8;
}

.single-viagem .gravata p {
	color: #FFF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	line-height: 28px;
}

.single-viagem .tit-header {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 1.875rem;
	margin-top: 2rem;
}

@media (min-width: 64rem) {
    .single-viagem .tit-header {
        -ms-grid-columns: 1fr 21.875rem;
        grid-template-columns: 1fr 21.875rem;
    }
}


.single-viagem h1 {
	color: #FFF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

@media (min-width: 64rem) {
	.single-viagem h1 {
		text-align: right;
	}
}

.single-viagem .tit-header .left p {
	color: #FFF;
	text-align: right;
	font-family: Rajdhani;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .tit-header .right {
	border-radius: 0px 0px 23.358px 0px;
	border: 1px dashed #FFF;
}

.single-viagem .tit-header .right .chamada {
	display: flex;
	width: 100%;
	height: 40px;
	padding: 4px 50px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	background: #FFF;
	color: #0D1E36;
	text-align: center;
	font-family: Rajdhani;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .tit-header .right .dias {
	color: #BC78FF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .marco .tit-header .right .dias {
	color: #0E9BC8;
}

.single-viagem .tit-header .right p {
	color: #FFF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


.single-viagem .conteudo {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	gap: 1.875rem;
	margin-top: 2rem;
}

@media (min-width: 64rem) {
    .single-viagem .conteudo {
        -ms-grid-columns: 1fr 21.875rem;
        grid-template-columns: 1fr 21.875rem;
    }
}


.single-viagem .conteudo .left {
	max-width: 100%;
	margin: 0 auto;

}

@media (min-width: 64rem) {
	.single-viagem .conteudo .left {
		max-width: 83.125rem;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
}

.single-viagem .conteudo .destino {
	color: #FFF;
	font-family: "source-sans-pro";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	border-bottom: 1px #fff dashed;
    padding-bottom: 2rem;
    text-align: justify;
}

.single-viagem .conteudo .destino h2 {
	color: #BC78FF;
	font-family: Rajdhani;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .marco .conteudo .destino h2 {
	color: #0E9BC8;
}

.single-viagem .conteudo .roteiro {
	color: #FFF;
	font-family: "source-sans-pro";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-top: 2rem;
    border-bottom: 1px #fff dashed;
    padding-bottom: 2rem;
}

.single-viagem .conteudo .roteiro h2 {
	color: #B7F7F6;
	font-family: Rajdhani;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .conteudo .roteiro .linha {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 7% 93%;
	grid-template-columns: 7% 93%;
	margin-bottom: 2rem;
}


.single-viagem .conteudo .roteiro .linha .left {
	color: #0D1E36;
	font-family: Rajdhani;
	font-size: clamp(16px, 1.597vw, 23px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	width: 100%;
	height: 40px;
	justify-content: center;
	align-items: center;
	background: #B7F7F6;
}

.single-viagem .conteudo .roteiro .linha .left p {
	width: 100%;
	text-align: center;
}

.single-viagem .conteudo .roteiro .linha .right {
	padding-left: 1rem;
}

.single-viagem .conteudo .roteiro .linha .right p {
	text-align: justify;
}


.single-viagem .conteudo .maiores_informacoes {
	color: #FFF;
	font-family: "source-sans-pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
    margin-top: 2rem;
}

.single-viagem .conteudo .maiores_informacoes h3 {
	background: #B7F7F6;
	width: 100%;
	height: 55px;
	line-height: 55px;
	flex-shrink: 0;	
	color: #0D1E36;
	font-family: Rajdhani;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 2rem;
	position: relative;
}

.single-viagem .conteudo .maiores_informacoes h3:before {
	content: '+';
	position: absolute;
	display: block;
	right: 10px;
	font-size: 45px;
	font-weight: 500;
}

.single-viagem .conteudo .maiores_informacoes .hide:before {
	content: '-' !important;
}

.single-viagem .conteudo .maiores_informacoes div {
	padding: 20px 25px;
}

.single-viagem .conteudo .maiores_informacoes .incluso {
	background: #0D1E36;
}

.single-viagem .conteudo .maiores_informacoes .incluso li {
	list-style: disc;
}

.single-viagem .conteudo .maiores_informacoes .nao_incluso {
	background: #0D1E36;
}

.single-viagem .conteudo .maiores_informacoes .nao_incluso li {
	list-style: disc;	
}

.single-viagem .conteudo .avisos_importantes {
	color: #FFF;
	font-family: "source-sans-pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
    margin-top: 2rem;
    text-align: justify;
    padding: 20px 25px;
}

.single-viagem .conteudo .right .form-viagem {
	color: #0D1E36;
	text-align: center;
	font-family: "source-sans-pro";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 100%;
	position: relative;
}

.single-viagem .conteudo .right .form-viagem p {
	color: #0D1E36;
	text-align: center;
	font-family: "source-sans-pro";
	font-size: 1.063rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-viagem .conteudo .right .form-viagem label {
	color: #0D1E36;
	text-align: left;
	font-family: "source-sans-pro";
	font-size: 1.063rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
	margin-top: 15px;
}

.single-viagem .conteudo .right .form-viagem .wpcf7-submit {
	display: flex;
	height: 60px;
	padding: 22px 93px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #8DE752;
	color: #0D1E36;
	font-family: Rajdhani;
	font-size: 1.313rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.313rem;
}

.single-viagem .conteudo .right .form-viagem .wpcf7-list-item-label {
	color: #0D1E36;
	font-family: "source-sans-pro";
	font-size: 1.063rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-viagem .conteudo .right .form-viagem h4 {
	background: #BC78FF;
	color: #FFF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .marco .conteudo .right .form-viagem h4 {
	background: #0E9BC8;
}

.single-viagem .conteudo .right .form-viagem input, .single-viagem .conteudo .right .form-viagem textarea {
	max-width: 100%;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 12px;
}

.single-viagem .conteudo .right .form-viagem input::placeholder, .single-viagem .conteudo .right .form-viagem textarea::placeholder {
	color: #85888D;
	font-family: "source-sans-pro";
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}

.single-viagem .conteudo .right .form-viagem > div {
	background: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 10px 20px;
}


.single-viagem .valores, .single-viagem .galeria {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}



.single-viagem .galeria ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 1.875rem;
	margin: 2rem 0;
}

@media (min-width: 64rem) {
	.single-viagem .galeria ul {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		margin: 2rem;
	}
}


.single-viagem .galeria li > img {
	aspect-ratio: 16 / 9;
}

.single-viagem .galeria .txtgaleria {
	color: #FFF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .valores {
	background: transparent;
	background: linear-gradient(90deg,rgba(75, 141, 134, 1) 0%, rgba(75, 141, 134, 1) 80%, transparent 80%, transparent 100%);
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: min(1.25rem + 1.25 * ((100vw - 20rem) / 70), 2.5rem);
	padding-right: min(1.25rem + 1.25 * ((100vw - 20rem) / 70), 2.5rem);
	margin: 50px 0;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.single-viagem .valores .grid {
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-top: 2rem;
	margin: 0 auto;
}

@media (min-width: 64rem) {
	.single-viagem .valores .grid {
		-ms-grid-columns: auto 1fr !important;
		grid-template-columns: auto 1fr !important;
	}
}



.single-viagem .valores .titulo {
color: #FFF;
text-align: left;
font-family: Rajdhani;
font-size: 44px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: uppercase;
margin-left: 20px;
}

.single-viagem .valores .texto {
color: #FFF;
text-align: left;
font-family: "source-sans-pro";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-left: 20px;
}

.single-viagem .valores h3 {
	color: #0D1E36;
	text-align: center;
	font-family: Rajdhani;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background: #FFF;
    margin: 0 20px;
    padding: 10px;
}

.single-viagem .valores .grid div {
	background: #0D1E36;
	background: linear-gradient(90deg, transparent 0%, transparent 3%, rgba(13, 30, 54, 1) 3%, rgba(13, 30, 54, 1) 97%, transparent 97%, transparent 100%);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.single-viagem .valores .grid div > div {
	background: #0D1E36;
	margin: 0 20px;
}

.single-viagem .valores table {
	width: 100%;
	margin: 30px 0;
}

.single-viagem .valores table tr {
	width: 100%;
	padding: 0 40px;
    display: inline-flex;
}

.single-viagem .valores table td {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: "source-sans-pro";
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.single-viagem .valores table td span {
	color: var(--Verde-Limo, #8DE752);
	font-family: "source-sans-pro";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}


.single-viagem .valores table .verde {
	color: #8DE752;
	font-family: "source-sans-pro";
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 23.1px */
}

.single-viagem .valores table {
	color: #FFF;
	font-family: "source-sans-pro";
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
}

.single-viagem .valores .descricao_terreste {
	color: var(--Verde-Limo, #8DE752);
	text-align: center;
	font-family: "source-sans-pro";
	font-size: clamp(20px, 1.597vw, 30px);
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 33px */
}

.single-viagem .valores .descricao_apartamento_terreste {
	color: #FFF;
	font-family: "source-sans-pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
	text-align: center;
}

.single-viagem .valores .aviso_previo {
	color: #FFF;
	text-align: center;
	font-family: "source-sans-pro";
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 110%; /* 17.6px */
}

.single-viagem .whatsapp {
	display: flex;
    text-align: center;
    margin: 40px auto;
    justify-content: space-evenly;
}

.single-viagem .form {
	margin: 40px auto;
	text-align: center;
	display: table;
}

.single-viagem .form .form-viagem {
	color: #0D1E36;
	text-align: center;
	font-family: "source-sans-pro";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 100%;
	position: relative;
}

.single-viagem .form .form-viagem p {
	color: #0D1E36;
	text-align: center;
	font-family: "source-sans-pro";
	font-size: 1.063rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-viagem .form .form-viagem label {
	color: #0D1E36;
	text-align: left;
	font-family: "source-sans-pro";
	font-size: 1.063rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: block;
	margin-top: 15px;
}

.single-viagem .form .form-viagem .wpcf7-submit {
	display: flex;
	height: 60px;
	padding: 22px 93px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #8DE752;
	color: #0D1E36;
	font-family: Rajdhani;
	font-size: 1.313rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.313rem;
}

.single-viagem .form .form-viagem .wpcf7-list-item-label {
	color: #0D1E36;
	font-family: "source-sans-pro";
	font-size: 1.063rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.single-viagem .form .form-viagem h4 {
	background: #BC78FF;
	color: #FFF;
	text-align: center;
	font-family: Rajdhani;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.single-viagem .marco .form .form-viagem h4 {
	background: #0E9BC8;
}

.single-viagem .form .form-viagem input, .single-viagem .form .form-viagem textarea {
	max-width: 100%;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 12px;
}

.single-viagem .form .form-viagem input::placeholder, .single-viagem .form .form-viagem textarea::placeholder {
	color: #85888D;
	font-family: "source-sans-pro";
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}

.single-viagem .form .form-viagem > div {
	background: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 10px 20px;
}