/*
Theme Name: Voe Tranquilo
Text Domain: voetranquilo
Version: 1.0.27
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Tema da Voe Tranquilo.
Tags: blog
Author: Renato Haidamous Rampazzo
*/
/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*END RESET*/

/*GENERAL*/
html{
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
	color:#003c64;
}
a {
	font-family: "Lato", sans-serif;
	color: #333;
}
body, p, span, p > a, p a, small > a, label{
	font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6, p, span, a{
	word-wrap: break-word;
}
b,strong{
	font-weight: 700
}
.transition-img{
	margin-bottom:-50px;
	width:100%;
	max-width:100% !important;
	display:none;
}
.vt_container{
	width: 1000px;
	margin: 0 auto;
}
.vt_primary_button, .vt_blog_pager a{
	display:inline-block;
    background: #4fbaca;
    text-decoration: none;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
	border-radius: 50px;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding:8px 16px;
	text-transform: uppercase;
}
.vt_white_button{
	box-shadow: none !important;
	background-color: rgba(0,0,0,0);
	border:1px solid #fff;
}
.vt_large_button{
	display:block;
	font-size: 16px;
	padding:16px 16px;
}
.vt_primary_button:hover, .vt_blog_pager a:hover{
	transition: all .1s;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24), 0px 0px 4px rgba(0, 0, 0, 0.12);
	background-color: rgba(79, 186, 202,.95);
}
h1 {
	font-size:32px;
	font-weight: 700;
	padding:36px 0 16px 0;
}
h2 {
	font-size:24px;
	font-weight: 700;
	padding:24px 0 16px 0;
}
h3 {
	font-size:22px;
	font-weight: 700;
	padding:16px 0 12px 0;
}
p {
	padding-bottom: 8px;
}
a {
	text-decoration: none;
}
p > a {
	text-decoration: underline;
}
small {
	font-size:12px;
}
.vt_checklist li{
	display:flex;
	margin-bottom:24px;
}
.vt_checklist li i {
	margin-right:8px;
}
.vt_logo{
	height:32px;
}

/*HEADER*/
.vt_header{
	width:100%;
	background-color: #ffffff;
	box-shadow: 0px 3px 16px 0px rgba(153,153,153,.3);
	position:fixed;
	top:0;
	z-index:5;
}
.vt_header_container{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:16px 0;
}
.vt_header_logo_nav{
	display:flex;
	align-items: center;
}
.vt_header_nav{
    display:flex;
}
.vt_header_nav > li {
    margin-left:15px;
}
.vt_header_nav a {
	cursor:pointer;
	font-size:16px;
	display: flex;
	font-weight: 500;
    align-items: center;
}
.vt_dropdown {
  position: relative;
  display: inline-block;
  margin-left:24px;
}
.vt_dropdown_content {
  display: none;
  position: absolute;
  left:-5px;
  border-radius:5px;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
  z-index: 1;
}
.vt_dropdown_content a {
  color: #333;
  font-weight: 500;
  padding: 12px 16px;
  text-decoration: none;
  border-radius:5px;
}
.vt_dropdown_content_no_icons a{
	padding:16px;
}
.vt_dropdown_content i {
	margin-right:8px;
}
.vt_dropdown_content a:hover {
    background-color: #eee;
}
.vt_dropdown:hover .vt_dropdown_content {
    display: block;
}
.vt_dropdown_btn {
	color:#003c64;
}
.vt_dropdown_blog_menu{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.vt_dropdown_blog_menu:hover{
	background-color: #eee;
}
.vt_dropdown_blog{
	color: #333;
	font-weight: 500;
	padding: 16px;
	border-radius:5px;
	font-weight: 500;
	font-size: 16px;
	font-family: "Lato", sans-serif;
}
.vt_dropdown_blog_menu:hover .vt_dropdown_categories{
	display: block;
}
.vt_dropdown_categories{
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #ffffff;
	margin: 96px 0px 0px 246px;
    width: 200px;
    border-radius: 5px;
}
.vt_dropdown_cat:hover{
	background-color: #eee;
	cursor: pointer;
}
.vt_main {
	margin-top:61px;
	min-height: calc(100vh - 180px);
}
.vt_header_ctas{
	display:flex;
	align-items: center;
}
.vt_header_email, .vt_header_whatsapp{
	margin-right:16px;
}
.vt_header_email {
	color:#003c64;
}
.vt_header_email:hover {
	text-decoration: underline;
}
.vt_header_whatsapp{
	display:flex;
	align-items: center;
}
.vt_header_whatsapp img{
	height:30px;
	margin-right:8px;
}
.vt_header_whatsapp span{
	color:#4fbaca;
}
.vt_header_email i:hover, .vt_header_whatsapp:hover{
	opacity: .9;
	transition:.3s all;
}

/*SECTIONS*/
	/*BLOG*/
	.vt_blog {
		display:flex;
		flex-wrap:wrap;
	}
	.vt_blog_content{
		width:750px;
	}
	.vt_blog_sidebar{
		width:250px;
	}
	.vt_blog_pager {
		margin: 24px 52px 48px 0;
		display:flex;
		justify-content: space-between;
	}
	.vt_blog_pager a {
		margin:24px 24px 0 0;
	}
	.vt_post_preview img {
		width:350px;
		height:250px;
		object-fit: cover;
		border-radius: 10px 10px 0 0;
	}
	.vt_post_card{
		cursor:pointer;
		width:350px;
		margin:24px 24px 0 0;
		text-align: center;
		-webkit-box-shadow: 0 0 20px 0 #ccc;
		-moz-box-shadow: 0 0 20px 0 #ccc;
		box-shadow: 0 0 20px 0 #ccc;
		border-radius: 10px;
	}
	.vt_post_card_content{
		padding:8px 24px 24px 24px;
	}
	.vt_blog_posts_container{
		display:flex;
		flex-wrap: wrap;
	}
	.vt_post_card:hover{
		opacity: .9;
		transform: scale(1.01);
		transition: all .3s;
	}
	.vt_sidebar_card{
		position: sticky;
		top:100px;
		width: 100%;
		margin:24px 0 64px 0;
	}
	.vt_sidebar_card span:first-child{
		font-family: "Lato",sans-serif;
		font-size:24px;
		font-weight: 700;
		color:#003c64;
		line-height: 26px;
		display:inline-block
	}
	.vt_sidebar_card span:last-of-type{
		font-family: "Open Sans",sans-serif;
		font-size:16px;
		padding:16px 0;
		display:block
	}
	.vt_post_banner_container{
		margin: 20px 0px 40px;
	}
	.vt_post_banner, .vt_post_banner img {
		height: 300px;
	}
	.vt_post_banner img{
		object-fit: cover;
		width:100%;
	}
	.obscured{
		position: relative;
	}
	.obscured::before{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color:rgba(0,0,0,0.3);
		content: " ";
	}
	.vt_post_title, .vt_post_text h2, .vt_post_text h3, .vt_post_text h4 {
		vertical-align: baseline;
		font-size: 25px;
		color: #161616;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 1.5;
		padding-bottom:0;
	}
	.vt_post_content h3, .vt_post_content h4 {
		font-size: 22px;
	}
	.vt_post_subtitle {
		margin: 0;
		padding: 0;
		color: #161616;
		margin-bottom: 1em;
		letter-spacing: normal;
		line-height: 1.5;
		font-size: 16px;
		font-weight: 400;
		margin-top: 10px;
	}
	.vt_post_meta {
		display:flex;
		margin:24px 0 32px 0;
	}
	.vt_post_meta img {
		width: 60px;
		height: 60px;
		min-width: 60px;
		top: -8px;
	    position: relative;
		margin-right: 10px;
	}
	.vt_post_content{
		padding: 0 32px 0 0;
	}
	.vt_post_text h2, .vt_post_text h3 {
		margin-bottom:16px;
	}
	.vt_post_content p, .vt_post_content li, .vt_lp .vt_page_content li{
		letter-spacing: -.025em;
		color: #454545;
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		line-height: 2;
		margin-bottom: 16px;
	}
	.vt_post_content li, .vt_lp .vt_page_content li{
		list-style: inside;
		padding-left: 24px;
	}
	.vt_post_text a {
		color:#318892;
		font-weight: 700;
	}
	.vt_post_text a:hover {
		opacity: .9;
	}
	.vt_post_text{
		margin-bottom:24px;
	}
	.vt_post_share{
		display:flex;
		justify-content: center;
		margin-bottom: 64px;
	}
	.vt_blog_compartilhar, .vt_blog_comentar{
		text-align: center;
		font-weight: 700;
		font-family: "Lato",sans-serif;
		font-size: 20px;
		margin-top:36px;
	}
	.vt_post_comments {
		margin-bottom:24px;
	}
	.vt_post_share img, .vt_post_share i{
		height: 24px;
		font-size: 24px;
	}
	.vt_post_share a {
		max-width: 150px;
		text-align: center;
		flex-grow: 1;
		flex-basis: 0;
		padding:5px;
	}
	.vt_share_whatsapp_btn{
		background-color: #00e676;
	}
	.vt_share_facebook_btn{
		background-color: #4267b2;
	}
	.vt_share_email_btn{
		background-color: #efefef;
	}
	.post_list_container{
		width: calc(100% - 62px);
		margin: 60px 36px 40px;
	}
	.post_list{
		margin-top: 12px;
	}
	.post_list_title{
		font-family: var(--sub-fontfamily);
		color: #011233;
		font-style: normal;
		font-weight: 600;
		font-size: 21px;
		line-height: 26px;
	}
	.post_item{
		margin-bottom: 4px;
		margin-right: 8px;
		display: inline-block;
		width: calc(50% - 8px);
	}
	.post_item_title{
		font-family: var(--sub-fontfamily);
		color: #B7BFC7;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 24px;
	}
	.post_item_title:hover{
		color:#67717A;
		text-decoration-color: #67717A;
	}

	/* WHATSAPP CTA */
	.vt_whatsapp_cta {
		background-color: #00e676;
		padding: 12px;
		border-radius: 50px;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
	}
	.vt_whatsapp_cta img {
		height: 36px;
	}

	/* HEADED PAGE */
	.vt_page_banner_wrapper{
		background: rgb(255,244,214);
		background: linear-gradient(0deg, rgba(255,244,214,1) 20%, rgba(79,186,202,1) 100%);
	}

	.vt_atrasado{
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		text-align: center;
		padding-top: 60px;
		font-size: 54px;
		z-index: 4;
	}
	/* DIREITOS TEMPLATE */
	.voo_cancelado_banner_container{
		background-image: url('./assets/page-banners/voo-cancelado.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 150px 220px 150px;
	}
	.bagagem_extraviada_banner_container{
		background-image: url(./assets/page-banners/ext-bagagem.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 150px 220px 150px;
	}
	.perda_conexao_banner_container{
		background-image: url(./assets/page-banners/perda-conexao.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 150px 220px 150px;
	}
	.embarque_negado_banner_container{
		background-image: url(./assets/page-banners/embarque-negado.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 150px 220px 150px;
	}
	.direitos_passageiro_banner_container{
		background-image: url('./assets/page-banners/direitos-aviao.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 150px 220px 150px;
	}
	.direitos_template_content_wrapper {
		background-color: #F3F8F8;
	}
	.direitos_template_landing_page_banner {
		background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
	}
	/* SHould multiply with different banners */
	.direitos_template_banner_container{
		/* background-image: url(./assets/imgs/atrasado/banner-full.jpg); */
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 150px 220px 150px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.direitos_template_title{
		text-align: center;
		padding-top: 60px;
		font-size: 54px;
		max-width: 800px;
	}
	.direitos_template_subtitle {
		margin-top: 16px;
		font-weight: 400;
		font-size: 26px;
		line-height: 22px;
	}
	.direitos_template_content {
		margin: auto;
		max-width: 630px;
	}
	.direitos_template_content nav {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		padding: 10px 0px;
	}
	.direitos_template_content h1 {
		font-family: Open Sans;
		font-weight: 600;
		font-size: 2rem;
		line-height: 45px;
		color: #003c64;
		margin-bottom: 2rem;
	}
	.direitos_template_content h2{
		line-height: 45px;
		margin: 20px 0;
		font-size: 38px;
		font-weight: 600;
	}
	.direitos_template_content h3 strong {
		font-family: Open Sans;
		font-weight: 600;
		font-size: 20px;
		color: #4FBACA;
	}
	.direitos_template_content h3 {
		font-family: Open Sans;
		font-weight: 600;
		font-size: 1.25rem;
		line-height: 28px;
		color: #003c64;
		margin: 0 0 2rem 0;
	}
	.direitos_template_content h5 {
		font-family: Open Sans;
		font-weight: 600;
		font-size: 1.15rem;
		line-height: 36px;
		color: #003c64;
		margin: 1rem 0;
	}

	.direitos_template_content label {
		font-family: Open Sans;
		font-weight: 600;
		font-size: 16px;
		color: #4FBACA;
	}
	.direitos_template_content ol {
		margin: 1rem 0 4rem;
		padding: 0 0 0 4px;
	}
	.direitos_template_content ol li {
		margin: 0px 16px;
		list-style-type: decimal;
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 32px;
		color: #494949;

	}
	.direitos_template_content ol li a {
		padding-left: 0.5rem;
		color: #4fbaca;
	}
	.direitos_template_content ul {
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 26px;
		color: #494949;
		list-style-type: disc;
		padding-left: 1rem;
	}
	.direitos_template_content ul li {
		margin-bottom: 26px;
	}
	.direitos_template_content ul a{
		line-height: 26px;
	}
	.direitos_template_content p{
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 26px;
		color: #494949;
		margin-bottom: 24px;
	}
	.direitos_template_content em, .direitos_template_content p em {
		font-style: italic;
	}
	.direitos_template_content a, .direitos_template_content p a {
		font-family: Open Sans;
		font-weight: 400;
		color: #4FBACA;
		font-size: 16px;
		line-height: 32px;
		text-decoration: none;
		cursor: pointer;
	}
	.direitos_template_content a:hover, .direitos_template_content p a:hover {
		text-decoration: underline;
	}
	.direitos_template_footer_button{
		background-color: #4fbaca;
		border-radius: 40px;
		display: flex;
		padding: 20px 0;
		margin-top: 24px;
		max-width: 400px;
		max-height: 50px;
		cursor: pointer;
		justify-content: center;
		color: #ffffff;
		align-items: center;
		transition: all 0.2s;
		border: solid 1px #ffffff;
	}
	.direitos_template_button_link{
		color: inherit;
	}
	.direitos_template_footer_button:hover {
		color: #4fbaca;
		background-color: #ffffff;
		box-shadow: 0px 4px 12px rgba(186, 199, 213, 0.5);
	}
	.direitos_template_button_top {
		display: none;
	}
	.direitos_template_button_top:hover {
		color: #003c64;
		background-color: #F3F8F8;
		opacity: 0.7;
	}
	/* VOO ATRASADO LANDING */
	.vt_page_landing_container{
		width: 100vw;
		height: 70vh;
	}
	.voo_atrasado_banner_container{
		background-image: url(./assets/imgs/atrasado/banner-full.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 80px 150px 220px 150px;
		margin-top: 40px;
	}
	.voo_atrasado_landing_page{
		width: 100vw;
		background-color: #F3F8F8;
	}
	.voo_atrasado_landing_page_banner{
		background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
	}
	.voo_atrasado_banner_container a {
		display: none;
	}
	.voo_atrasado_page_content_container{
		margin: auto;
		max-width: 630px;
	}
	.voo_atrasado_page_content_index{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		padding: 10px 0px;
	}
	.vt_subtitle_atras {
		margin-top: 16px;
		font-weight: 400;
		font-size: 26px;
		line-height: 22px;
	}
	.voo_atrasado_page_content_index label {
		font-family: Open Sans;
		font-weight: 600;
		font-size: 16px;
		color: #4FBACA;
	}
	.voo_atrasado_ulist_content {
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 26px;
		color: #494949;
		list-style-type: disc;
	}
	.voo_atrasado_ulist_content li{
		margin: 20px 16px;
	}
	.voo_atrasado_page_content_index a, .voo_atrasado_text_content a {
		font-family: Open Sans;
		font-weight: 400;
		color: #4FBACA;
		font-size: 16px;
		line-height: 32px;
		text-decoration: none;
	}
	.voo_atrasado_page_content_index a:hover, .voo_atrasado_text_content a:hover {
		text-decoration: underline;
	}

	.voo_atrasado_page_content_index_table{
		margin: 1em 0;
		padding: 0 0 0 16px;
	}
	.voo_atrasado_page_content_index_table li {
		list-style-type: decimal;
	}
	.voo_atrasado_text_content{
		font-family: Open Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 26px;
		color: #494949;
	}
	.voo_atrasado_banner_link {
		display: block;
		background-image: url("./assets/imgs/atrasado/desktop.gif");
		background-position: bottom center;
	    background-repeat: no-repeat;
		background-size: contain;
		height: 90px;
		margin: 20px 0;
	}
	.voo_atrasado_contato{
		margin-bottom: 32px;
	}
	.voo_atrasado_text_content i {
		font-style: italic;
	}
	.voo_atrasado_subtitle_content{
		font-weight: 700;
		font-size: 24px;
		line-height: 28.8px;
	}
	.voo_atrasado_footer_cta {
		background-color: #4FBACA;
		padding: 40px 20%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
		margin-top: 80px;
	}
	.voo_atrasado_footer_cta_description{
		display: flex;
		max-width: 400px;
		flex-direction: column;
		justify-content: center;
	}
	.voo_atrasado_title_content{
		line-height: 43px;
		margin: 20px 0;
	}
	.voo_atrasado_footer_cta_description h1, .voo_atrasado_footer_cta_description p  {
		padding: 0 !important;
		color: #FFFFFF;
		margin-bottom: 16px;
	}
	.voo_atrasado_footer_cta_image {
		margin: 16px;
		background-image: url("./assets/imgs/atrasado/verifique.png");
	    background-repeat: no-repeat;
	    background-size: contain;
		width: 300px;
		height: 300px;
	}
	.voo_atrasado_footer_button{
		background-color: #4fbaca;
		border-radius: 40px;
		display: flex;
		padding: 20px 0;
		margin-top: 24px;
		max-width: 400px;
		max-height: 50px;
		cursor: pointer;
		justify-content: center;
		color: #ffffff;
		align-items: center;
		transition: all 0.2s;
		border: solid 1px #ffffff;
	}
	.voo_atrasado_button_link{
		color: inherit;
	}
	.voo_atrasado_footer_button:hover {
		color: #4fbaca;
		background-color: #ffffff;
		box-shadow: 0px 4px 12px rgba(186, 199, 213, 0.5);
	}
	.voo_button_top:hover {
		color: #003c64;
	}
	.vt_nonheadedpage_title{
		font-size:36px;
	}
	.vt_page_subtitle{
		text-align: center;
		font-weight: 500;
		font-size:20px;
		padding-top:16px;
		max-width: 450px;
		margin: 0px auto;
	}
	.vt_page_content{
		padding:0px 96px 32px 96px;
		margin: -44px 0px 44px;
	}
	.vt_page_content p{
		font-size:16px;
		margin-bottom:26px;
		line-height: 1.8666;
		color: #494949;
	}
	.vt_page_content p a {
		color:#318892;
		font-weight: 700;
		text-decoration: underline;
	}
	.vt_page_content p a:hover {
		opacity: .9;
	}

	/*HOMEPAGE*/
	.vt_homepage .vt_page_banner {
		height:510px
	}
	.vt_page_banner_link {
		color:#e06e83;
		font-weight: 700;
		text-decoration: underline;
	}
  #btn_verificar_lpbanner_b {
    margin-bottom: 8px;
  }
	.vt_page_banner {
		background-image: url("./assets/imgs/clouds.png");
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
        height:400px;
	}
	.vt_page_title{
		text-align: center;
		padding-top: 60px;
		font-size: 54px;
	}
	.vt_page_banner_content{
		display:flex;
		flex-wrap: wrap;
	}
	.vt_page_banner_content .vt_hero_img{
		margin: 24px 0 48px 48px;
	    width: calc(100% - 48px);
	}
	.vt_page_banner_content > div{
		flex-basis:0;
		flex-grow:1;
	}
	.vt_homepage .vt_page_title{
		padding: 80px 0 24px 0;
		text-align: left;
		line-height: 1;
		font-size: 52px;
	}
	.vt_homepage .vt_page_subtitle{
		padding:0 0 32px 0;
		font-family: "Open Sans", sans-serif;
		color: rgba(0,60,100,.75);
		font-size:17px;
		line-height: 30px;
		text-align: left;
		margin: 0px 0px;
		max-width:unset;
	}
	.vt_banner_cta{
		text-align:center;
		max-width:400px;
	}
	.vt_banner_cta p {
		padding:14px 0 0 0;
	}
	.vt_page_list {
		list-style-type: disc;
		list-style-position: inside;
	 }
	 .vt_page_index {
		list-style-type: decimal;
		list-style-position: inside;
	 }
	.vt_badges{
		padding-left:8px;
		margin-top:8px;
		display:flex;
		justify-content: center;
		align-items: center;
		opacity:.9;
	}
	.vt_badges img{
		padding-right:8px;
	}
	.vtr_midia_logos{
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.vt_news{
		padding: 36px 0 24px 0;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
	}
	.vtr_midia_logos img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		opacity: 0.5;
		margin:0px 15px 10px 15px;
	}
	.vtr_midia_logos img:first-child {
		margin-left:0;
	}
	.vtr_midia_logos img:last-child {
		margin-right:0;
	}
	/* .vtr_midia_logos img:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 1;
		transition:all .5s;
	} */
	.vt_values{
		margin: 30px 0px 30px;
		border-bottom:1px solid #eee;
		padding-bottom:8px;
	}
	.vt_checklist {
		display:flex;
		flex-wrap:wrap;
	}
	.vt_checklist li {
		flex-grow:1;
		flex-basis:0;
		min-width:220px;
		padding-right:24px;
		align-items: center;
	}
	.vt_checklist li span{
		font-size:16px;
		line-height: 20px;
		font-weight: 700;
		opacity: .8;
	}
	.vt_checklist i{
		color:#357a5f;
	}
	.vt_how_it_works{
		text-align:center;
		margin-bottom: 20px;
		/* background: rgba(79,186,202,.1);
		background: linear-gradient(0deg, rgba(79,186,202,.1) 0%, rgb(255,255,255) 100%); */
	}
	.vt_how_it_works h2,.vt_testimonials h2, .vt_claims h2, .vt_experience h2, .vt_fale_conosco h3 {
		text-align:center;
		margin:0;
		padding:64px 0 36px 0;
		font-size:36px;
	}
	.vt_how_it_works_steps {
		display:flex;
		flex-wrap:wrap;
	}
	.vt_how_it_works_steps > div {
		flex-grow: 1;
		flex-basis: 0;
		padding:0 16px;
		min-width:250px;
	}
	/* .vt_how_it_works_steps img {
		max-width:120px;
		opacity: .7;
	} */
	.vt_how_it_works_steps h3 {
		line-height: 24px;
		font-size: 18px;
	}
	.vt_how_it_works_steps p {
		font-weight: 400;
		font-family: "Open Sans", sans-serif;
		color: rgba(0,60,100,.75);
		font-size: 16px;
		line-height: 20px;
	}
	.vt_how_it_works_cta {
		width: 300px;
		margin: 24px auto 0 auto;
		padding-bottom:64px;
	}
	.vt_how_it_works_cta a {
		margin: 0 0 8px 0;
	}
	.vt_testimonials {
		text-align: center;
	}
	.vt_testimonials h2 {
		padding: 90px 0 12px 0;
	}
	.vt_google_testimonials{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		padding-bottom:90px;
	}
	.vt_google_testimonial_card{
		border:1px solid #ddd;
		border-radius: 4px;
		max-width: 250px;
		margin:12px;
		padding:24px;
	}
	.vt_middle_testimonial{
		transform: scale(1.07);
	}
	.vt_google_reviews_img{
		width:140px;
		margin:16px 0;
	}
	.vt_google_testimonial_card_header {
		display:flex;
		margin-bottom: 8px;
	}
	.vt_google_testimonial_card_header > img{
		height: 40px;
		width: 40px;
		margin-right: 8px;
	}
	.vt_google_testimonial_card_header p{
		padding-bottom: 0px;
	}
	.vt_google_testimonial_card{
		line-height: 20px;
		text-align: left;
	}
	.vt_easy_content{
		display:flex;
	}
	.vt_easy_content > div {
		flex-basis:0;
		flex-grow: 1;
	}
	.vt_easy_content > div > img{
		max-width: 80%;
		padding: 0 48px 48px 48px;
	}
	.vt_easy_content h3 {
		padding-top:32px;
		line-height: 30px;
	}
	.vt_easy_content .vt_checklist {
		display:block;
	}
	.vt_easy_content p, .vt_easy_content .vt_checklist li {
		padding:24px 24px 0 0;
		margin:0
	}
	.vt_claims ul{
		display:flex;
		position:relative;
		flex-wrap: wrap;
	}
	.vt_claims ul li{
		flex-grow: 1;
		flex-basis: 0;
		margin:0 36px 36px 0;
		min-width:250px;
	}
	.vt_claims h3 i {
		color:#6ED5DF;
		font-size:36px;
	}
	.vt_claims_conheca:hover, .vt_claims h3:hover{
		text-decoration: underline;
	}
	.vt_claims_conheca{
		display:flex;
		align-items: center;
	}
	.vt_claims h3, .vt_claims h3 a{
		line-height: 24px;
		font-size: 20px;
		text-decoration: none;
		padding:8px 0 16px 0;
		display: flex;
		align-items: center;
	}
	.vt_claims h3, .vt_claims h3 i{
		margin-right: 6px;
	}
	.vt_claims p {
		margin: 0;
		color: #697077;
		font-size: 16px;
		line-height: 20px;
	}
	.vt_claims img {
		position: absolute;
		width: 350px;
		top: -40px;
		right: 60px;
	}
	.vt_experience{
		background-color: #4fbaca;
	}
	.vt_experience h2{
		text-align:left;
		color:#fff;
		font-weight: 400;
	}
	.vt_experience_content{
		padding:0 0 64px 0;
		display:flex;
		flex-wrap: wrap;
	}
	.vt_experience_content > div{
		flex-basis:0;
		flex-grow:1;
		min-width: 300px;
	}
	.vt_experience_content img {
		width:400px;
	}
	.vt_experience_content p {
		color: #fff;
		line-height: 24px;
		text-align: left;
		font-size: 16px;
		margin-bottom: 26px;
	}
	.transition4{
		margin:-50px 0;
		width:100%;
	}
	.vt_fale_conosco{
		background-color: #5FC7D4;
	}
	.vt_fale_conosco h3 {
		color:#fff;
		font-weight: 400;
		font-size:36px;
	}
	.vt_lp .vt_page_content{
		margin-top:80px;
	}
	.vt_lp .vt_page_content h2{
		line-height: 24px;
	}
	.vt_lp h1{
		padding-top:64px;
	}
	.vt_fale_conosco .vt_form {
		max-width: 400px;
		margin: 0 auto;
		padding-bottom:64px;
		color: #003c64;
	}
	.vt_fale_conosco .vt_form input, .vt_fale_conosco .vt_form textarea{
		width:calc(100% -  16px);
		border:0px;
		border-radius: 5px;
		padding:8px;
		margin-top:8px;
	}
	.vt_lp .vt_banner_cta{
		margin:0 auto;
	}

/* CIAS AEREAS */
.vt_breadcrumbs ul {
	display:flex;
	font-family: "Lato",sans-serif !important;
	font-size: 17px;
	align-items: center;
	cursor: default;
}

.vt_breadcrumbs a:hover {
	text-decoration: underline;
}
.vt_pre_title {
	font-size:18px;
	font-weight: 400;
	text-transform: uppercase;
	padding:0;
}

/* VOO CANCELADO PAGE */
.voo-cancelado-hero{
	margin-top: 66px;
	background-image: url("./assets/imgs/voetranquilo-10.svg");
	background-repeat: repeat-x;
	position: relative;
	z-index: 0;
}
.voo-cancelado-hero-background{
	background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
	position: absolute;
	height: 180px;
	width: 100%;
}
.voo-cancelado-hero-container{
	max-width: 430px;
	margin-left: 810px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
}
.voo-cancelado-hero-avaliacao{
	width: 304px;
	display: flex;
	margin: 32px 0px 70px;
	justify-content: space-around;
}
.voo-cancelado-title{
	padding-top: 40px;
    position: relative;
    z-index: 2;
}
.voo-cancelado-como-funciona-title{
	text-align: center;
	line-height: 60px;
	font-size: 54px;
}
.voo-cancelado-subtitle{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #003C64;
	text-align: center;
	margin: 36px 0px 40px;
}
.voo-cancelado-button{
	padding: 13px 44px;
}
.voo-cancelado-show-on-mobile{
	display: none;
}
.voo-cancelado-nota{
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
}
.voo-cancelado-nota-span{
	color: #EB4A3C;
}
.voo-cancelado-item-container{
	display: flex;
	max-width: 966px;
	margin: 40px auto 86px;
	justify-content: space-around;
	position: relative;
	z-index: 2;
}
.voo-cancelado-item{
	display: flex;
	align-items: center;
}
.voo-cancelado-item img{
	margin-right: 11px;
}
.voo-cancelado-compensacao-container{
	max-width: 770px;
	margin: 0px auto -40px;
	position: relative;
	z-index: 2;
}
.voo-cancelado-compensacao-title{
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 43px;
	text-align: center;
}
.voo-cancelado-compensacao{
	background: linear-gradient(180deg, #FFFFFF 30.21%, #B1E1E9 100%);
	padding-bottom: 100px;
}
.voo-cancelado-text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #003C64;
}
.voo-cancelado-span{
	font-weight: bold;
}
.voo-cancelado-list{
	list-style-type: circle;
    max-width: 738px;
    margin: 0px auto;
}
.voo-cancelado-container-text{
	margin: 56px 0px 24px;
}
.voo-cancelado-como-subtitle{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #003C64;
	margin: 27px 0px 5px;
}
.voo-cancelado-cards{
	display: flex;
	max-width: 1030px;
	margin: 42px auto 48px;
	justify-content: space-around;
	flex-wrap: wrap;
}
.voo-cancelado-card{
	text-align: center;
	width: 303px;
	margin: 12px;
}
.voo-cancelado-button-container{
	text-align: center;
}
.voo-cancelado-que-fazer{
	background: linear-gradient(180deg, #FFFFFF 30.21%, #B1E1E9 100%);
	padding-bottom: 40px;
}
.voo-cancelado-fazer-container{
	max-width: 770px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	margin-bottom: -40px;
}
.voo-cancelado-title-small{
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 43px;
	text-align: center;
	margin-bottom: 56px;
	padding-top: 80px;
    position: relative;
    z-index: 2;
}
.voo-cancelado-direito{
	margin-bottom: 66px;
}
.voo-cancelado-direito-container{
	max-width: 770px;
	margin: 0px auto 64px;
}
.voo-cancelado-faq{
	background: linear-gradient(0deg, rgba(255,244,214,1) 20%, rgba(79,186,202,1) 100%);
}
.voo-cancelado-faq-title{
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 54px;
	line-height: 65px;
	color: #FFFFFF;
	margin-bottom: 86px;
	padding-top: 80px;
}
.voo-cancelado-faq-container{
	max-width: 1170px;
	display: flex;
	justify-content: space-around;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	flex-wrap: wrap;
	margin-bottom: -90px;
}
.voo-cancelado-faq-card{
	background-color: #FFFFFF;
	box-shadow: 0px 4px 12px rgba(186, 199, 213, 0.5);
	border-radius: 10px;
	padding: 24px 31px;
	max-width: 303px;
	margin: 8px 8px 36px 8px;
}
.voo-cancelado-faq-borderless-card{
	padding: 24px 31px;
	max-width: 303px;
}
.voo-cancelado-faq-card-title{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #003C64;
	margin-bottom: 16px;
}
.voo-cancelado-faq-card-link{
	text-decoration: none;
	color: #003C64;
	font-weight: bold;
}
.voo-cancelado-quem-somos{
	background: linear-gradient(0deg, rgba(255,244,214,1) 20%, rgba(79,186,202,1) 100%);
	margin-top: 50px;
}
.voo-cancelado-quem-somos-container{
	max-width: 1170px;
	display: flex;
	margin: 0px auto;
	padding: 90px 0px 88px;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.voo-cancelado-somos-text-container{
	max-width: 430px;
	text-align: center;
	margin: 10px;
}
.voo-cancelado-somos-title{
	font-style: normal;
	font-weight: bold;
	font-size: 54px;
	line-height: 60px;
	padding-top: 0px;
}
.voo-cancelado-caso{
	margin-bottom: 126px;
}
.voo-cancelado-caso-title-container{
	max-width: 765px;
	margin: 10px auto;
	text-align: center;
}
.voo-cancelado-caso-title{
	font-style: normal;
	font-weight: bold;
	font-size: 54px;
	line-height: 65px;
	margin-bottom: 56px;
}
.voo-cancelado-caso-cards-container{
	max-width: 1170px;
	display: flex;
	margin: 0px auto;
	justify-content: space-around;
	flex-wrap: wrap;
}
.voo-cancelado-caso-card{
	max-width: 370px;
	margin: 8px 8px 88px 8px;
}
.voo-cancelado-caso-card-link{
	color: #003C64;
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height:  27px;
	margin-bottom: 17px;
}
.voo-cancelado-caso-card-link i{
	color: #33A0B5;
	padding-right: 8.5px;
	font-size: 28.5px;
}
.voo-cancelado-caso-card-img{
	margin: -63px 0px;
}
.voo-cancelado-cloud{
	width: 100%;
    position: absolute;
	z-index: 1;
}
.cloud1{
	margin: -330px 0px;
}
.cloud2{
	margin: -178px 0px;
    position: relative;
}
.cloud3{
	margin: -245px 0px -94px;
	position: relative;
}
.cloud-svg{
	margin-top: 50px;
}
.cloud4{
	margin: -235px 0px 0px;
    position: relative;
}
.cloud5{
	transform: rotateY(180deg) rotateX(180deg);
	margin: -70px 0px 0px;
}
.cloud5-home{
	margin: -40px 0px 0px;
}
.cloud6{
	margin: -330px 0px;
	z-index: 3;
}
.voo-cancelado-show-clouds-mobile{
	display:none;
}
.voo-cancelado-show-points{
	display:none;
}
.voo-cancelado-hide-points-mobile{
	display: block;
}

/*FOOTER*/
footer{
	border-top:1px solid rgba(0,0,0,.1);
	padding:60px 0 0 0;
}
footer .vt_container{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:24px;
	border-bottom: solid 1px #E0E0E0;
}
footer .vt_container > div{
	margin-right:24px;
}
.vt_social{
	margin-right:8px;
	height:32px;
}
.vt_social:hover{
	opacity: .7;
}
.vt_social_container .vt_social:last-child{
	margin-right:12px;
}
.vt_social_container{
	display:flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 48px;
}
.vt_footer{
	background: linear-gradient(0deg, rgba(79,186,202,.1) 0%, rgb(255,255,255) 100%);
}
.vt_footer_razao_social_text{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 160%;
	color: #76838B;
}
.vt_footer p{
	padding-bottom:12px;
	color:#3A3B3C;
}
.vt_footer a{
	color:#3A3B3C;
	text-decoration: none;
}
.vt_footer .vt_primary_button{
	color: white;
}
.vt_footer .vt_primary_button:hover{
	text-decoration: none;
}
.vt_footer a:hover{
	text-decoration: underline;
}
.vt_footer p b{
	color:#4FBACA;
	font-size: 16px;
	line-height: 26px;
}
.vt_footer ul li {
	font-size: 14px;
	line-height: 26px;
}
.vt_footer_stamps_container{
	display: flex;
	align-items: center;
}
.vt_footer_stamp{
	margin-right: 16px;
}

.vt_copyright_container{
	flex-wrap: nowrap !important;
	padding-bottom: 62px !important;
}
.vt_contact, .vt_copyright{
	margin:24px 0 16px 0 !important;
	color:rgba(0,0,0,0.6) !important;
}
.vt_contact_container{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.vt_contact_container i, .vt_contact_container img{
	font-size:22px;
	color:#4FBACA;
	margin-right: 8px;
}
.vt_contact p{
	padding:0;
}
.wpcf7-submit{
	width:100% !important;
	font-family: "Open Sans",sans-serif;
}
.vt_razao_social{
    background: linear-gradient(0deg, rgba(255,244,214,1) 20%, rgba(79,186,202,1) 100%);
}
.vt_razao_social_container{
	max-width: 580px;
	padding: 40px 0px 80px;
	margin: 0px auto;
	text-align: center;
}

/* RESPONSIVENESS */
/*
WIDTHS:
	desktop: > 1016px
	tablet: > 700px && < 1015px
	mobile: > 350px && < 699px
	xs_mobile: < 350px
*/
.vt_show_desktop, .vt_show_tablet, .vt_show_mobile, .vt_show_xs_mobile{
	display:none;
}

/*DESKTOP*/
@media only screen and (min-width:1016px){
	.vt_show_desktop{
		display:block;
	}
	.vt_hide_desktop{
		display:none;
	}
}

/*TABLET*/
@media only screen and (min-width:700px) and (max-width:1015px){
	.vt_show_tablet{
		display:block;
	}
	.vt_hide_tablet{
		display:none;
	}
}

/*MOBILE*/
@media only screen and (min-width:350px) and (max-width:699px){
	.vt_show_mobile{
		display:block;
	}
	.vt_hide_mobile{
		display:none;
	}
	.vt_dropdown_categories{
		display: block;
		margin: 160px 0px 0px 0px;
		width: 230px;
		padding-left: 20px;
	}
	.voo_atrasado_banner_link {
		background-image: url("./assets/imgs/atrasado/mobile.gif");
	}

}

/*XS_MOBILE*/
@media only screen and (max-width:349px){
	.vt_show_xs_mobile{
		display:block;
	}
	.vt_hide_xs_mobile{
		display:none;
	}
	.vt_dropdown_categories{
		display: block;
		margin: 160px 0px 0px 0px;
		width: 230px;
		padding-left: 20px;
	}
}

/*CUSTOM*/
@media only screen and (max-width:1016px){
	.vt_container{
		width: calc(100% - 32px);
		padding-left:16px;
		padding-right:16px;
	}
	h2 {
		font-size:20px;
	}
	h3 {
		font-size:18px;
	}
	header .vt_logo {
		height:28px;
		width: 170px;
	}

	/*HEADER*/
	.vt_dropdown {
		margin-left:8px;
	}
	.vt_dropdown_content i {
		font-size:16px;
	}

	/*BLOG*/
	.vt_blog_content{
		width:100%;
	}
	.vt_blog_sidebar{
		width:100%;
	}
	.vt_post_preview img {
		width:100%;
		max-width:300px;
	}
	.vt_post_card{
		width:100%;
		max-width:300px;
		margin:24px 24px 0 0;
	}
	.vt_sidebar_card{
		position: sticky;
		top:100px;
		width: 300px;
		margin: 20px auto;
	}
	.vt_post_banner_container{
		width:300px;
		margin: 20px auto 40px;
	}
	.vt_post_banner, .vt_post_banner img {
		height: 200px;
	}
	.vt_post_content{
		padding: 0;
	}
	.vt_page_content{
		padding:0 0 32px 0;
		margin: -28px 0px 28px;
	}

	/*LPs*/
	.vt_lp h1{
		padding-top: 36px;
		font-size:36px;
	}
	.vt_nonheadedpage_title{
		font-size:28px !important;
	}
	.vt_lp .vt_page_content h2{
		padding-top: 8px;
		font-size:20px;
	}
	.vt_lp .vt_page_content {
		margin-top:0px;
	}

	/*HOMEPAGE*/
	.vt_how_it_works_cta {
		max-width:100%;
	}
	.vt_homepage .vt_page_banner {
		height: unset;
	}
	.vt_homepage .vt_page_title{
		padding-top:36px;
		font-size:32px;
		text-align: center;
	}
	.vt_homepage .vt_page_subtitle{
		line-height: 20px;
		text-align: center;
		margin: 0px auto;
	}
	.vt_banner_cta{
		margin:0 auto;
	}
	.vt_values .vt_checklist {
		margin-left: 36px;
	}
	.vt_how_it_works h2 {
		padding-bottom:0;
	}
	.vt_how_it_works_steps img {
		padding-top:36px;
	}
	.vt_google_testimonials {
		justify-content: center;
	}
	.vt_middle_testimonial{
		transform: scale(1);
	}
	.vt_claims img {
		position: relative;
		padding:0 36px;
		top:0;
		right:0;
		max-width: 300px;
	}
	.vt_claims ul li {
		min-width: 100%;
	}
	.vt_experience_content img {
		width:300px;
	}
	.transition4{
		margin:-10px 0;
	}

	/* FOOTER */
	.vt_copyright_container{
		flex-wrap: wrap !important;
		justify-content: center !important;
		text-align: center;
	}
	.vt_social_container{
		justify-content: flex-start;
    	margin-top: 28px;
	}
}
@media only screen and (max-width:960px){
	.voo_atrasado_page_content_container {
		margin-top: 48px;
		max-width: 568px;
	}
	.post_list_container{
        width: calc(100% - 48px);
        margin: 30px 24px 40px;
    }
}
@media only screen and (max-width:850px){
	/*FOOTER*/
	.vt_footer .vt_container > div {
		padding-bottom:36px;
	}

	.vt_banner_img_container button:hover {
		color: #003c64;
	}
	.vt_subtitle_atras {
		font-size: 20px;
	}
	.voo_atrasado_banner_container{
		background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
		background-size: cover;
		padding: 20px;
	}
	.direitos_template_banner_container {
		padding: 4rem 1rem;
	}
	.direitos_template_content {
		max-width: 460px;
	}
}
@media only screen and (max-width:600px){
	.voo_atrasado_page_content_container{
		max-width: 300px;
	}
	.direitos_template_banner_container {
		padding: 4rem 1rem;
	}
	.direitos_template_content_container {
		max-width: 300px;
	}
	.direitos_template_content {
		max-width: 400px;
	}
	.direitos_template_content h1 {
		font-size: 1.75rem;
	}
	.direitos_template_title {
		font-size: 42px;
	}
	.direitos_template_subtitle {
		display: none;
	}
	.direitos_template_button_top {
		display: block;
		background-color: #003c64;
		border-radius: 40px;
		display: flex;
		padding: 20px 40px;
		margin-top: 24px;
		max-width: 400px;
		max-height: 50px;
		cursor: pointer;
		justify-content: center;
		color: #ffffff;
		align-items: center;
		transition: all 0.2s;
		border: solid 1px #ffffff;
	}
		/* DIREITOS TEMPLATE */
		.voo_cancelado_banner_container{
			background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
			background-size: cover;
			padding: 20px;
		}
		.bagagem_extraviada_banner_container{
			background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
			background-size: cover;
			padding: 20px;
		}
		.perda_conexao_banner_container{
			background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
			background-size: cover;
			padding: 20px;
		}
		.embarque_negado_banner_container{
			background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
			background-size: cover;
			padding: 20px;
		}
		.direitos_passageiro_banner_container{
			background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
			background-size: cover;
			padding: 20px;
		}
		.blog_mobile_hide_banner {
			display: none;
		}
	.post_item{
		margin-right: 0;
		width: 100%;
	}
	/* FOOTER */
	.vt_copyright_container{
		padding-bottom: 20px !important;
	}
}
@media only screen and (max-width:450px){
	/*FOOTER*/
	.vt_footer .vt_container div {
		text-align:center;
		width:100%;
	}
	.vt_social_container{
		text-align:center;
		width:100%;
		display:block;
	}
	footer .vt_container > div{
		margin-right:0;
	}
	.vt_footer_stamps_container{
		flex-wrap: wrap;
    	justify-content: space-around;
	}
	.vt_footer_stamp{
		margin-bottom: 8px;
	}
	.vt_claims img, .vt_experience_content img {
		max-width: 200px;
	}
	.transition4{
		margin: -10px 0;
	}
	.vt_experience_content > div{
		min-width: 280px;
	}
	.voo_atrasado_banner_container a {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #003C64;
	}
	.voo_atrasado_banner_container{
		background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
	}
	.voo_atrasado_banner_link {
		background-image: url("./assets/imgs/atrasado/mobile.gif");
	}
	.voo_atrasado_page_content_container{
		max-width: 300px;
	}
	.direitos_template_content {
		max-width: 300px;
	}
}
@media only screen and (max-width:349px){
	header .vt_logo {
		width: 140px;
	}
	.direitos_template_button_top {
		padding: 20px;
	}
}

/* VOO CANCELADO PAGE RESPONSIVIDADE */
@media only screen and (min-width:1450px){
	.cloud6{
		margin: -370px 0px;
	}
}
@media only screen and (min-width:1540px){
	.cloud1{
		margin: -390px 0px;
	}
	.cloud6{
		margin: -400px 0px;
	}
}
@media only screen and (min-width:1660px){
	.cloud6{
		margin: -430px 0px;
	}
}
@media only screen and (min-width:1790px){
	.cloud1{
		margin: -410px 0px;
	}
	.cloud6{
		margin: -465px 0px;
	}
	.voo-cancelado-title {
		padding-top: 120px;
	}
}

@media only screen and (max-width:1279px){
	.voo-cancelado-title{
		padding-top: 60px;
	}
	.voo-cancelado-hide-on-mobile{
		display: none;
	}
	.voo-cancelado-show-on-mobile{
		display: block;
		width: 360px;
		margin: 20px auto;
		text-align: center;
	}
	.voo-cancelado-hero-avaliacao{
		margin: 32px auto;
	}
	.voo-cancelado-hero{
		background-position-x: 150px;
		background-position-y: 150px;
	}
	.voo-cancelado-hero-container{
		margin: 0px auto 80px;
	}
	.voo-cancelado-hero-background{
		background: linear-gradient(180deg, #FFFFFF 26.51%, #D8EBEB 74.31%, rgba(177, 225, 233, 0) 83.44%);
		height: 380px;
	}
	.cloud1{
		position: relative;
		margin: -20px 0px;
	}
	.voo-cancelado-quem-somos-container{
		margin-bottom: -300px;
	}
	.voo-cancelado-faq-container{
		margin-bottom: -60px;
	}
	.cloud6{
		margin: -5px 0px;
    	position: relative;
	}
	.voo-cancelado-compensacao-container{
		margin-bottom: -40px;
	}
}

@media only screen and (max-width:959px){
	.voo-cancelado-hero-container{
		margin: 0px auto 120px;
	}
	.voo-cancelado-hero{
		background-position-x: 0px;
	}
	.voo-cancelado-item-container{
		display: block;
		margin: 40px auto 40px;
	}
	.voo-cancelado-item{
		margin: 16px auto;
		max-width: 300px;
	}
	.voo-cancelado-container-text{
		margin: 24px 0px 24px;
	}
	.voo-cancelado-compensacao-container{
		max-width: 560px;
		margin-bottom: 0px;
	}
	.cloud2{
		margin: -90px 0px;
	}
	.voo-cancelado-compensacao{
		padding-bottom: 80px;
	}
	.voo-cancelado-list{
		max-width: 530px;
	}
	.voo-cancelado-fazer-container{
		max-width: 506px;
		margin-bottom: 0px;
	}
	.voo-cancelado-direito-container{
		max-width: 560px;
	}
	.voo-cancelado-quem-somos-container{
		padding: 60px 0px 40px;
		justify-content: center;
		flex-wrap: wrap-reverse;
		margin-bottom: -160px;
	}
	.voo-cancelado-somos-text-container{
		margin: 30px;
	}
	.voo-cancelado-quem-somos-img{
		max-width: 380px;
		margin: 20px;
	}
	.voo-cancelado-cards{
		margin: 42px auto 0px;
	}
	.voo-cancelado-caso-card{
		margin: 8px 8px 43px 8px;
	}
	.voo-cancelado-caso-card-img{
		width: 220px;
		margin: 0px;
	}
	.voo-cancelado-caso{
		margin-bottom: 100px;
	}
	.voo-cancelado-caso-title-container{
		max-width: 100vw;
		margin: 0px 30px;
	}
	.voo-cancelado-title-small{
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.voo-cancelado-que-fazer{
		padding-bottom: 80px;
	}
	.voo-cancelado-direito{
		margin-bottom: 40px;
	}
	.voo-cancelado-faq-title{
		padding-top: 32px;
		margin-bottom: 16px;
	}
	.voo-cancelado-title{
		padding-top: 60px;
	}
	.cloud3{
		margin: -100px 0px;
	}
	.cloud5-home{
		margin: -5px 0px 0px;
	}
}

@media only screen and (max-width:599px){
	.voo-cancelado-hero{
		/* background-position-x: -116px;
		background-position-y: 180px;
		background-size: 252%; */
		background-image: none;
	}
	.voo-cancelado-hide-clouds{
		display:none;
	}
	.voo-cancelado-hero-container{
		margin: 0px auto 10px;
		width: 305px;
	}
	.voo-cancelado-hero-background{
		/* height: 365px; */
		background: linear-gradient(180deg, #D8EBEB 34.33%, rgba(177, 225, 233, 0) 83.44%);
	}
	.voo-cancelado-subtitle{
		margin: 12px 0px 0px;
	}
	.voo-cancelado-como-funciona-title{
		font-size: 32px;
		line-height: 38px;
	}
	.voo-cancelado-compensacao-title{
		font-size: 26px;
		line-height: 31px;
	}
	.voo-cancelado-hero-avaliacao{
		margin: 30px auto 20px;
	}
	.voo-cancelado-compensacao-container {
		max-width: 301px;
	}
	.voo-cancelado-list{
		max-width: 270px;
	}
	.voo-cancelado-card{
		margin: 30px
	}
	.voo-cancelado-fazer-container{
		max-width: 301px;
	}
	.voo-cancelado-direito-container{
		max-width: 301px;
	}
	.voo-cancelado-faq-card{
		margin: 8px;
	}
	.voo-cancelado-faq-column{
		margin: -4px;
	}
	.voo-cancelado-quem-somos-img{
		max-width: 280px;
	}
	.voo-cancelado-quem-somos-container{
		margin-bottom: -120px;
	}
	.voo-cancelado-show-clouds-mobile{
		display:block;
	}
	.voo-cancelado-show-points{
		display: block;
	}
	.voo-cancelado-hide-points-mobile{
		display: none;
	}
}

@media only screen and (max-width:399px){
	.voo-cancelado-hero-background{
		height: 340px;
	}
	.voo-cancelado-show-on-mobile{
		width: 305px;
	}
	.voo-cancelado-button{
		padding: 13px 30px;
	}
	.voo-cancelado-title{
		font-size: 32px;
		line-height: 38px;
	}
	.voo-cancelado-title-small{
		font-size: 26px;
		line-height: 31px;
	}
	.voo-cancelado-faq-title{
		font-size: 32px;
		line-height: 38px;
	}
	.voo-cancelado-somos-title{
		font-size: 32px;
		line-height: 38px;
	}
	.voo-cancelado-caso-title{
		font-size: 32px;
		line-height: 38px;
	}
	.voo-cancelado-quem-somos-img{
		max-width: 230px;
	}
	.voo-cancelado-caso-card{
		margin: 8px 30px 32px 30px;
	}
	.voo-cancelado-faq-container{
		margin-bottom: 0px;
	}
	.voo-cancelado-fazer-container{
		margin-bottom: -40px;
	}
}
@media only screen and (max-width:360px){
	.voo-cancelado-hero{
		background-position-y: 200px;
		background-position-x: -95px;
	}
}
