/* CSS-RESET */
* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-family: 'Lato';
	color: #222;
	font-size: 14px;
	letter-spacing: .5px;
}

*:focus, *:active {
	outline: none !important;
}

input[type='submit']{
	-webkit-appearance:none;
	cursor: pointer;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
}


input[type='submit']:hover{
	opacity: 0.9;
}

body {
	
}

section {
	float: left;
	width: 100%;
	
}

section#duvidas {
	margin-bottom:40px;
}

.content-align {
	width: 1260px;
	margin: auto;

}

#resposta_news p {
	color: #fff;
	text-align: center;
	padding: 0 0 40px 0;
}

/* CONTENT INTERN */

.intern-pg.pg404, .intern-pg.pacotes-pg {
	padding-top: 60PX;
}

/*TOPO */

header {
	background-color: #438F82;
}

header .content-align {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

header .frase_topo {
	width: 25%;
	padding: 0 0 0 10%;
	color: #fff;
	line-height: 24px;
	text-align: right;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

header .logo {
	width: 30%;
}

header .logo a {
	display: block;
	margin: auto;
	width: 229px;
	height: 58px;
}


header .menu {
	width: 35%
}

header nav ul li {
	margin-left:30px; 
	display: block;
	float: left;
}

header nav ul li:nth-child(1) a {
	background:url(../images/icones/pacotes.png) no-repeat left center;
	background-size: 38px;
}

header nav ul li:nth-child(2) a {
	background:url(../images/icones/viagens.png) no-repeat left center;
	background-size: 38px;
}

header nav ul li:nth-child(3) a {
	background:url(../images/icones/fale-conosco.png) no-repeat left center;
	background-size: 33px;
	padding-left: 40px !important;
}

header nav ul li a {
	background-size: 41px;
	color: #fff;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	padding: 22px 0 22px 45px;
	text-align: left;
	transition: 0.5s;
	font-weight: bold;
}

header nav ul li a:hover {
	color: #BFFFBF;
	transition: 0.5s;
}

/* BANNER */

#banners {
	background-color: #438F82;
	padding-bottom:80px;
}

#banners .content-align {
	position: relative;
}

#banner-principal {
	width: 65%;
	float: right;
	position: initial !important;
	border-radius: 100%;
}

#banners .owl-theme .owl-controls {
	position: absolute;
	left: 0%;
	top: 380px !important;
	width: 35%;
}

#banners .owl-theme .owl-controls .owl-page span {
	width: 20px;
	height: 15px;
	border-radius: 3px;
	background: #fff;
}


#banners .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #BFFFBF;
}

.banner-parcelamento {
	float: right;
	width: 26%;
	padding: 0 5% 0 4%;
	height: 443px;
	display: flex;
	align-items: center;
}

.banner-parcelamento p {
	font-size: 25px;
	color: #fff;
	text-align: left;
	letter-spacing: 3px;
	line-height: 52px;
}

.banner-parcelamento p strong {
	font-size: 46px;
	color: #BFFFBF;
	letter-spacing: 5px;
	text-align: left;
	text-transform: uppercase;
}

#banners img {
	border-radius:20px;
}

/* HOME */

.home-pg h2 {
	color: #F8CC66;
	text-align: center;
	margin-bottom: 50px;
}

section#pacotes {
	background-color: #438F82;
	padding: 0 0 60px 0;
	height: 450px;
	margin-bottom: 260px;
}

section#pacotes h2 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}

section#pacotes .content-align > p {
	color: #fff;
	text-align: center;
	margin: 40px 0 50px 0;
	letter-spacing: 3px;
}



section#pacotes .boxes-pacotes .owl-controls, section#sobre-content .boxes-album .owl-controls  {
	display: none;
}

section#pacotes .owl-theme .owl-pagination, section#sobre-content .boxes-album .owl-pagination {
	display: none !important;
}

section#pacotes .owl-theme .owl-controls .owl-buttons div  {
    display: inline-block !important;
    position: absolute;
    top: 40%;
    background: #438F82;
    transition: 0.5s;
    padding: 8px 10px 3px 10px;

}


section#pacotes .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -33px;
}

section#pacotes .owl-theme .owl-controls .owl-buttons .owl-next {
	right: -33px;
}

section#pacotes .box-pacote {
	position: relative;
	display: block;
	margin: auto;
	width: 90%;
	padding-bottom:20px;
	height: 600px;
}

section#pacotes .box-pacote img {
	border-radius: 35px;
	width: 100%;

}

section#pacotes .box-pacote .box-info-pacote{
	height: 110px;
	background-color: #438F82;
	border-radius: 20px;
	position: absolute;
	bottom: 15px;
	padding: 20px 8%;
	z-index: 4;
	width: 318px;
}

section#pacotes .box-pacote .box-info-pacote div {
	overflow: hidden;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	width: 100%;
}

section#pacotes .box-pacote .box-info-pacote div:nth-child(1) p:first-child {
	font-family: 'Lato';
	font-size: 16px;
	color: #BFFFBF;
	display: block;
	/* margin-bottom: 15px; */
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}

section#pacotes .box-pacote .box-info-pacote div:nth-child(1) p {
	color: #fff;
	text-align:center;
	float: right;
	font-weight: normal;
}

section#pacotes .box-pacote .box-info-pacote div:nth-child(2) p {
	font-size: 14px;
	color: #BFFFBF;
	display: block;
	float: left;
	text-transform: uppercase;
	width: 60%;
	font-weight: bold;
}

section#pacotes .box-pacote .box-info-pacote div:nth-child(2) p:last-child {
	color: #fff;
	float: right;
	font-weight: bold;
	text-align: right;
	text-transform: inherit;
	font-family: 'Lato';
	width: 40%;
}

section#pacotes .box-pacote .bt-pacote {
	position: absolute;
	z-index: 99;
	width: 102%;
	bottom: 22px;
}
section#pacotes .box-pacote .bt-pacote a {
  	text-align: center;
  	width: 55%;
  	display: block;
  	margin: auto;
  	text-transform: lowercase;
  	letter-spacing: 2px;
  	color: #BFFFBF;
  	padding: 10px;
  	font-size: 12px;
  	border-radius: 10px;
  	transition: 0.5s;
  	text-decoration: underline;
  	font-weight: bold;
}

section#pacotes .box-pacote .bt-pacote a.esgotado {
  background-color: #FF5E5E;
  color: #fff;
}

section#pacotes .box-pacote .bt-pacote a:hover, 
section#pacotes .box-pacote:hover .bt-pacote a {
	box-shadow: inset 0 0 0 0;
	transition: 0.5s
}

/* SOBRE */

section#sobre {
	margin: 80px 0;
}

section#sobre img {
	width: 33.8888%;
	float: left;
}

section#sobre .content-sobre {
	width: 63%;
	float: right;
	margin-top: 3%;
}

section#sobre .content-sobre h3 {
	font-size: 26px;
	color: #438E81;
	letter-spacing: .5px;
	font-weight: normal;
}

section#sobre .content-sobre p {
	font-family: 'Lato';
	line-height: 30px;
	margin:40px 0;
	font-size: 14px;
	text-align: justify;
	width: 100%
}

section#sobre .content-sobre a {
	width: 92px;
	padding:10px 30px;
	line-height: 20px;
	display: block;
	background: #438E81;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border-radius: 15px;
	transition: .5s;
}

section#sobre .content-sobre a:hover {
	transition: .5s;
	color: #438E81;
	background: #ccc;
}

section#diferenciais {
	margin: 40px 0 00;
	background: #438E81;
	padding:60px 0
}

section#diferenciais  h4 {
	font-size: 28px;
	text-align: center;
	margin: 0 auto 60px auto;
	font-weight:normal;
	color: #fff;
}

.intern-pg section#diferenciais  h4 {
	font-weight:900;
}

section#diferenciais .boxes-diferenciais {
	display: flex;
	justify-content: space-around;
	
}

section#diferenciais .box-diferencial {
	width: 23%;
	padding-top: 140px;
}

section#diferenciais .box-diferencial:nth-child(1){
	background: url(../images/icones/hands.png) no-repeat center top;
	background-size:130px;
}

section#diferenciais .box-diferencial:nth-child(2){
	background: url(../images/icones/airplane.png) no-repeat center top;
	background-size:130px;
}

section#diferenciais .box-diferencial:nth-child(3){
	background: url(../images/icones/hotel.png) no-repeat center top;
	background-size:130px;
}

section#diferenciais .box-diferencial:nth-child(4){
	background: url(../images/icones/bus.png) no-repeat center top;
	background-size:130px;
}

section#diferenciais .box-diferencial p {
	font-size: 14px;
	padding:0 15%;
	line-height: 25px;
	text-align: center;
	color: #fff;
}

section#diferenciais .box-diferencial p span {
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
}

.frase_destaque {
	width: 100%;
	float: left;
	margin: 50px 0;
}

.frase_destaque h5 {
	font-size: 17px;
	color: #438F82;
	letter-spacing: 5px;
	margin-bottom:30px;
	text-align: center;
}

.frase_destaque a {
	color: #fff;
	width: 100px;
	display: block;
	margin: auto;
	padding: 15px 20px 15px 70px;
	border-radius: 20px;
	background: url(../images/icones/bt-pacotes.png) no-repeat left 15px center;
	background-color:#008C69;
	font-size: 10px;
}

/* 404 */

#content404 h1{
	text-align: center;
	color: #438F82;
	font-size: 22px;

}

#content404 p, #content404 a {
	font-family: 'Lato';
	margin: 25px 0 0;
	text-align: center;
	display: block;
}

#content404 a {
	text-decoration: underline;
}

/* PÁGINA PACOTES */

#pacotes-content h1 {
	text-align: center;
	color: #438F82;
	font-size: 22px;
}

#pacotes-content .content-align #pacotes .boxes-pacotes2 {
	overflow: hidden;
}

#pacotes-content .content-align #pacotes > p {
	margin-bottom: 45px;
	text-align: center;
	width: 100%;
	display: block
}

#pacotes-content .boxes-pacotes2 > div {
	width: 30%;
	margin-right: 5%;
	float: left;
	margin-bottom: 60px;
	height: 600px;
}

#pacotes-content .boxes-pacotes2 > div:nth-child(3n){
	margin-right: 0
}

/* MINHAS VIAGENS */

body.viagens footer {
	margin: 0;
}

body.viagens #newsletter {
	display: none
}

#viagens-content h1 {
	display: block;
	margin: auto;
	display: flex;
	padding-right: 40px;
	align-items: center;
	justify-content: center;
	background-size: 33px;
}

#viagens-content .content-align > p, #viagens-content .content-align > div > p, #viagens-content .content-align > p a {
	font-size: 12px;
	text-align: center;
	color: #fff;
}

#viagens-content .content-align > div > p {
	color: #FF9999;	
	margin-bottom: 30px;
}


#viagens-content input[type='text'] {
	display: block;
	width: 40%;
	border-radius: 10px;
	padding: 2%;
	margin:25px auto;
	font-family: 'Lato';
	text-align: center;

}

#viagens-content input[type='submit']{
	box-shadow: inset 7px -10px 15px -10px #666;
	text-align: center;
	width: 20%;
	display: block;
	margin: auto;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: #F8CC66;
	color: #438F82;
	padding: 15px 10px;
	font-size: 14px;
	border-radius: 10px;
	transition: 0.5s;
}

.boxes-viagens {
	margin-top: 30px;
}

.boxes-viagens .box-viagem {
	background-color: #EEEEEE;
	padding:2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-right: 15%;
	border-radius: 15px;
	margin-bottom: 30px;
}

.boxes-viagens .box-viagem:last-child {
	margin-bottom: 0;
}

.boxes-viagens .box-viagem .destino {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.boxes-viagens .box-viagem .destino img {
	height: 74px;
	border-radius: 5px;
	margin-right: 20px;
}

.boxes-viagens .box-viagem .destino p {
	font-weight: bold;
}

.boxes-viagens .box-viagem p, .boxes-viagens .box-viagem a {
	font-size: 12px;
	font-family: 'Lato';
	text-transform: uppercase;
	letter-spacing: 1.5px;
	line-height: 26px;
}

.boxes-viagens .box-viagem div p:first-child {
	font-weight: bold;
}


.boxes-viagens .box-viagem a.cancelar {
	color: #999;
	text-transform: none;
}

.boxes-viagens .box-viagem a.cancelar:hover {
	text-decoration: underline;
}

.boxes-viagens .box-viagem a.info-viagem {
	background-color:#BFFFBF;
	position: absolute;
	top: 0;
	right: 0;
	width: 6%;
	padding: 0 2%;
	display: flex;
	align-items: center;
	border-radius:15px;
	height: 100%;
	line-height: 16px;
	letter-spacing: 0;
	text-align: center;
	font-weight: bold;
}

.boxes-viagens .box-viagem a.info-viagem:hover {
	opacity: 0.9;
}

/* PÁGINA SOBRE */

#sobre-content h1, #sobre-content h2 {
	display: block;
	margin: auto;
	display: flex;
	padding-right: 40px;
	align-items: center;
	justify-content: center;
	background-size: 33px;
}

#sobre-content .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sobre-content .content img {
	width: 34%;
}

#sobre-content .content div.text-pagina-sobre {
	width: 63%;
	margin-top: 20px;
}

#sobre-content .content div.text-pagina-sobre p {
	text-align: justify;
	font-family: 'Lato';
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 28px;
}

#sobre-content .boxes-album .box-album {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    width: 280px;
    margin: 0 10px;
    overflow: hidden;
    border-radius: 10px;
}

#sobre-content .boxes-album .box-album img {
	height: 280px;
    width: auto;
}


#sobre-content .owl-theme .owl-controls .owl-buttons div  {
    display: inline-block !important;
    position: absolute;
    top: 33%;
    background: #438F82;
    transition: 0.5s;
    padding: 8px 10px 3px 10px;

}

#sobre-content .owl-theme .owl-controls .owl-buttons div:hover {
	transition: 0.5s;
	 background: #6D8AE0 !important;
}

#sobre-content .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -33px;
}

#sobre-content .owl-theme .owl-controls .owl-buttons .owl-next {
	right: -33px;
}


/* FAQ */

#faq h1 {
	display: block;
	margin: auto;
	width: 60px;
	display: flex;
	padding-right: 40px;
	align-items: center;
	justify-content: center;
	background: url(../images/icones/faq.png) no-repeat right center;
	background-size: 33px;
}

details {
	border-bottom: 1px solid #eee;
}

details > summary {
  list-style: none;
  transition: 0.5s;
}
details > summary::-webkit-details-marker {
  display: none;
  transition: 0.5s;
}

details p {
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 25px;
	line-height: 20px;
  	font-family: 'Lato';

}




details p a {
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
  font-family: 'Lato';
}

#faq details p, #faq details p a {
	color: #444;
}

summary {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  outline: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}

details > div {
	transition: 0.5s;
	height: 0
}

details[open] > div {
	padding: 20px 0;
	transition: 0.5s;
	display: block;
	height: auto;
	background-color: #f5f5f5;
} 

summary:hover, details[open] summary {
	background-color: #BFFFBF;
	color: #438F82;
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
  position: absolute;
  content: ">";
  right: 20px;
  top: 15px;
  font-size: 22px;
  color: #438F82;
  font-weight: bold;
  transition: 0.5s;
  font-family: 'Fashion Fetish';
}


details[open] > summary::after {
  position: absolute;
  content: ">";
  transition: 0.5s;
  transform: rotate(90deg);
  right: 20px;
  font-size: 20px;
  color: #438F82;
}

#faq details > summary::after, #faq details[open] > summary::after {
  color: #fff;
}

details > summary::-webkit-details-marker {
  display: none;
  transition: 0.5s;
}

details ul {
	margin-left: 40px;
	margin-bottom:40px;
}

details ul li {
	font-family:'Lato';
	line-height:30px;
	font-size:14px;
}

details ul li::before {
	content: "\2192";
	color: #438E81;
	font-weight: bold;
	display: inline-block;
	width: 1.5em;
	margin-left: -1em;
}

/* PÁGINA DESTINOS */

.topo-destino {
	height: 467px;
	background-color: #438F82;
	margin-bottom: 175px;
}

body .topo-destino .content-align {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topo-destino .content-left {
	width: 30%;
	padding: 0 1.5%;
}

.topo-destino p, .topo-destino span {
	font-family: 'Lato';
	display: block;
	padding-bottom: 10px;
}

.topo-destino h1 span {
	color: #fff;
	letter-spacing: 3px;
	font-weight: normal;
}

.topo-destino h1 {
	text-align: center;
	color: #BFFFBF;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 5px;
	padding: 0 5%;
}

.topo-destino .content-left > p {
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin-top:10px;
}

.topo-destino .info {
	display: flex;
	justify-content: space-around;
	padding: 0 5%;
	margin: 25px 0 20px;
}

.topo-destino .info div > p:first-child {
	font-weight: bold;
	color: #BFFFBF;
	text-align: center;
}

.topo-destino .info div > p:last-child {
	color: #fff;
	font-size: 13px;
}

.topo-destino .valor > p:first-child {
	font-weight: bolder;
	font-size: 55px;
	letter-spacing: 5px;
	text-align: center;
	color: #BFFFBF;
}

.topo-destino .valor > p:last-child {
	font-size: 12px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}

.topo-destino .content-left > a, #form-lead input[type='submit'], .box-roteiro > a {
  	box-shadow: inset 7px -10px 15px -10px #666;
  	text-align: center;
  	width: 57%;
  	display: block;
  	margin: auto;
  	text-transform: lowercase;
  	letter-spacing: 2px;
  	font-weight: bold;
  	background-color: #BFFFBF;
  	color: #438F82;
  	padding: 15px 10px;
  	font-size: 14px;
  	border-radius: 10px;
  	transition: 0.5s;
  	margin-top: 30px;
  	text-transform: uppercase;
}

.topo-destino .content-left > a:hover,.box-roteiro > a:hover {
	box-shadow: inset 0 0 0 0;
	transition: 0.5s
}

.topo-destino .content-left > a.esgotado {
	background-color: #FF5E5E;
  	color: #fff;
}

.topo-destino .content-right {
	width: 67%;
}

.topo-destino .content-right img {
	max-width: 100%;
	border-radius: 25px;
	box-shadow: 0 0 30px -8px;
}

#destino-content #pacotes > p, #duvidas h2, #duvidas h2, .descricao-destino h2, .roteiro-pontos h2 {
	font-size: 28px;
	text-align: center;
	/* letter-spacing: 5px; */
	width: 240px;
	margin: 0 auto 45px auto;
	color: #438E81;
	padding: 10px;
	font-weight: 900;
}

.roteiro-pontos p, .descricao-destino p, .roteiro-pontos p strong, .descricao-destino p strong {
	font-family: 'Lato';
	line-height: 30px;
	text-align: justify;
	font-size: 16px;
}

.descricao-destino h3 {
	margin: 25px 0;
	color: #3F65D6;
}

.box-pontos-turisticos h2 {
	width: 310px;
}

.roteiro-pontos {
	display: flex;
	justify-content: space-between;
	margin: 90px 0 50px 0;
	flex-wrap: wrap;
}

.roteiro-pontos > div {
	width: 100%;
	margin-bottom: 80px;
}

.programacao {

}

#programacao summary, #duvidas summary {
	color: #444;
	font-weight: 400;
	font-family: 'Lato';
	font-size: 16px;
}

#programacao p, #programacao a, #duvidas p, #duvidas strong, #duvidas strong, #duvidas a {
	color: #444;
	font-size: 14px;
	font-family: 'Lato';
}

#pontos-turisticos .owl-theme .owl-controls  {
	display: none;
}

#pontos-turisticos .owl-theme .owl-pagination {
	display: none !important;
}

#pontos-turisticos .owl-theme .owl-controls .owl-buttons div  {
    display: flex !important;
    align-items: center;
    position: absolute;
    top: -10px;
    background: #fff;
    transition: 0.5s;
    padding: 8px 10px 3px 10px;
    height: 538px

}

#pontos-turisticos .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -7px;
}

#pontos-turisticos .owl-theme .owl-controls .owl-buttons .owl-next {
	right: -7px;
}

#pontos-turisticos .box-pontos {
	width: 750px;
	height: 538px;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:auto;
}

#pontos-turisticos .box-pontos img {
	max-width: 750px;
	border-radius: 20px;
}

#pontos-turisticos .box-pontos a {
  display: block;
  position: relative;
}

.boxes-turisticos .desc-foto {
  position: absolute;
  display: none;
  border-radius: 20px;
  width: 90%;
  padding: 0 5%;
  height: 100%;
  background-color: rgba(63,100,214,0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  flex-wrap: wrap;
  display: none
}

.boxes-turisticos .desc-foto p {

  color: #fff;
  padding: 0 5%;
  display: block;
  font-size: 20px;
  margin: auto;
  text-shadow: 0px 2px 3px #333;
}

#blueimp-gallery h3 {
	padding: 10px;
    border-radius: 15px;
}

#form-lead {
	background-color: #438F82;
	padding: 60px 0;
	margin: 80px 0 60px 0;
}

#form-lead .campos-form {
	display: flex;
	justify-content: center;
	margin: 30px;

}

#form-lead .campos-form  input {
	border-radius:15px;
	text-align: center;
	padding: 25px;
	margin: 0 25px;
	font-size: 18px;
	font-family: 'Lato';
}

#form-lead  input[type='submit'] {
	width: 25%;
	display: block;
	margin: 25px auto;
	text-transform: none;
}

#form-lead  input[type='submit']:hover {
	box-shadow: inset 0 0 0 0;
	transition: 0.5s;
	opacity: 1;
}


#form-lead h3 {
	color: #BFFFBF;
	text-align: center;
	font-size: 26px;
	/* letter-spacing: 4px; */
	font-weight: 900;
}

#form-lead > .content-align > p {
	text-align: center;
	font-size: 16px;
	font-family: 'Lato';
	margin:25px 0 35px 0;
	color: #fff;
}

.destino-pg section#diferenciais > h4 {
	font-weight: normal;
}

.destino-pg .checkbox-form {
	margin-bottom:30px;
	margin: auto;
	overflow: hidden;
	height: 25px;
	display: flex;
	justify-content: center;
}

.destino-pg .checkbox-form label {
	position:relative;
	align-items: center;
	float: left;
	display: flex;
	justify-content: center;
	clear: both;
	cursor: pointer;
}

.destino-pg .checkbox-form span{
	position:absolute;
	width:20px;
	height:20px;
	border: 1px solid #BFFFBF !important;
	border-radius:5px;
	left: 0;
}

.destino-pg .checkbox-form input:checked ~ .checkmark:after{
	display:block;
}

.destino-pg .checkbox-form label input:checked ~ .checkmark{
	background-color: #BFFFBF;
}

.destino-pg .checkbox-form span:after {
	left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid transparent;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.destino-pg .checkmark:after {
	position:absolute;
	content:"";
}

.destino-pg .checkbox-form input {
	width: inherit;
	display: block;
	float: left;
	margin: 2px 5px 0 0;
	border:1px solid #ff9225 !important;
	opacity:0;
	position:absolute;
}

.destino-pg .checkbox-form p {
	display: block;
	float: left;
	margin-left:35px;
	color: #fff;
	font-size:12px;
	font-family: 'Lato';
}

.destino-pg #form-lead ::-webkit-input-placeholder {
   color: #999;
}

.return-form {
	text-align: center;
	width: 100%;
	display: none;
	
}

.return-ok {
	background-color: #008C69;
	padding: 15px 0;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
}

.return-erro {
	padding: 15px 0;
	background-color: #FF4D4D;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
}

/* CONTATO */

.intern-pg section#pacotes {
	background: #fff;
	height: inherit;
	margin-bottom: 0;
	margin-top: 50px;
}

.intern-pg section#pacotes h2, .intern-pg section#pacotes h2 {
	margin: 50px auto 40px auto;
	color: #438F82;
	width: 30%;
	display: block;
	font-size: 24px;
}

.intern-pg section#pacotes .owl-theme .owl-controls .owl-buttons div {
	background-color: #fff;
}

#contato,
#faq,
#sobre-content,
#viagens-content {
	background: #438F82;
	padding-bottom: 80px;
}


#contato h1,
#faq h1,
#sobre-content h1,
#viagens-content h1,
#sobre-content h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
}

#sobre-content h2 {
	font-size: 24px;
	margin-top: 60px;
}

#contato .form {
	padding-left: 25%;
	width: 50%;
	float: left;
}

#contato .form input,
#contato .form textarea {
	padding: 3%;
	width: 94%;
	font-size: 12px;
	margin-bottom: 20px;
	font-family: 'Lato';
	border-radius: 5px;
}

#contato .form textarea {
	height: 150px;
}

#contato .form input[type='submit']{
	box-shadow: inset 7px -10px 15px -10px #666;
	text-align: center;
	width: 30%;
	display: block;
	margin: auto;
	letter-spacing: 2px;
	font-weight: bold;
	background-color: #F8CC66;
	color: #438F82;
	padding: 15px 10px;
	font-size: 14px;
	border-radius: 10px;
	transition: 0.5s;
}

#contato .form #msg_erro {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

#contato .options-contato {
	padding: 0 2.5%;
	width: 20%;
	float: right;

}

#contato .options-contato div {
	padding-top: 90px;
	margin-bottom:30px;
	background: url(../images/icones/email.png) no-repeat top center;
}

#contato .options-contato div:nth-child(1) p {
	font-size: 15px;
}

#contato .options-contato div:nth-child(2){
	background: url(../images/icones/whatsapp.png) no-repeat top center;
}
#contato .options-contato div:nth-child(3){
	background: url(../images/icones/faq.png) no-repeat top center;
}

#contato .options-contato div:nth-child(2) p,
#contato .options-contato div:nth-child(3) p {
	font-size: 17px;
}

#contato .options-contato div:nth-child(3) a {
	font-size: 12px;
	text-decoration: underline;
	width: 100%;
	font-weight: normal;
}

#contato .options-contato div a,
#contato .options-contato div p {
	font-family: 'Lato';
	color: #fff;
	letter-spacing: 3px;
	width: 100%;
	font-weight: bolder;
	text-align: center;
	display: block;

}

.return-form {
	text-align: center;
	width: 100%;
	display: none;
	margin-top: 15px
	
}

.return-ok {
	background-color: #008C69;
	padding: 15px 0;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
}

.return-erro {
	padding: 15px 0;
	background-color: #FF4D4D;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
}

.lds-ring {
  display: none;
  position: relative;
  width: 60px;
  height: 60px;
  margin: auto;
  clear: both;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring-red div {
 border: 8px solid #fff;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* BLOG */

#blog-content {
	padding: 80px 0 0 0;
}


#blog-content h1 {
	color: #438F82;
	font-size: 20px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;

}

#blog-content h1 span {
	font-family: 'Lato';
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
}

.boxes-blog {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.boxes-blog .box-blog {
	margin-bottom: 50px;
	width: 580px;
	height: 430px;
}

.boxes-blog .box-blog img {
	width: 100%;
	border-radius: 10px;
}

.boxes-blog .box-blog a:nth-child(2) {
	color: #438F82;
	display: block;
	width: 94%;
	text-align:center;
	padding: 0 3%;
	margin: 15px 0;
	line-height: 25px;
	font-size: 12px;
}

.boxes-blog .box-blog a:last-child {
	background-color: #BFFFBF;
	color: #438F82;
	width: 25%;
	display: block;
	margin: auto;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
	box-shadow: none;
	transition: 0.5s;
}

.boxes-blog .box-blog a:last-child:hover {
	
	box-shadow: inset 7px -10px 15px -10px #666;
	transition: 0.5s;
}

.topo-post {
	padding-top: 10px;
	height: 500px;
	background-color: #438F82;
	margin-bottom: 250px;
}

.topo-post h1 {
	color: #BFFFBF;
	text-align: center;	
	font-size:20px;
}

.topo-post .subtitulo {
	color: #fff;
	font-family: 'Lato';
	margin: 20px 0;
	font-size: 14px;
	text-align: center;
}

.topo-post .data {
	text-align: center;
}

.topo-post .data time {
	color: #fff;
	font-family: 'Lato';
	font-size: 12px;
	
}

.topo-post img {
	border-radius:20px;
	margin-top:30px;
	width: 100%;
}

.texto-post h2 {
	font-weight: normal;
	letter-spacing: 1px;
	color: #438F82;
	font-size:22px;
	margin: 30px 0;
}

.texto-post h3 {
	font-size:18px;
	margin-bottom: 30px;
	font-weight: normal;
}

.texto-post p, .texto-post strong, .texto-post em, .texto-post i, .texto-post a {
	font-family: 'Lato';
	line-height: 32px;
	font-size: 15px;
	margin-bottom: 30px;
}

.texto-post a {
	text-decoration: underline;
}

.texto-post img {
	border-radius: 20px;
}

.compartilhar {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 30px;
}

.compartilhar p {
	font-family: 'Lato';
	font-weight: bold;
}

.compartilhar ul {
	margin-left: 20px;
	margin-top: 5px;
}

/* POLÍTICA */

#politica {
	margin-top: 40px;
}

#politica h1 {
	color: #438F82;
	font-size: 24px;
	margin: 20px 0 30px 0;
	margin-top: 30px;
}

#politica h2 {
	color: #438F82;
	font-size: 14px;
	margin: 40px 0
}

#politica h3 {
	font-size: 12px;
	margin: 20px 0;
}

#politica p {
	text-align: justify;
	line-height: 30px;
	font-size: 14px;
	font-family: 'Lato';
	margin-bottom: 15px;
}

#politica p span, #politica p a, #politica p i {
	text-decoration: underline;
	font-size: 14px;
	font-family: 'Lato';
}

#politica p i {
	text-decoration: none
}

#politica table {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow:hidden;
    border: solid transparent 1px;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 15px;
}
#politica table tr {
	background-color: #eee;
}

#politica table tr:first-child {
	background: #438F82;
	padding:10px;
}

#politica table tr td, #politica table tr th {
	padding:15px;
	color: #666;
	text-align: center;
	font-family: 'Lato';

}

#politica table tr th {
	color: #fff;
	font-weight: normal;
}

.popup-politica {
	position: fixed;
	bottom: 10vh;
	width: 50%;
	background-color: #fff;
	border-radius: 20px;
	margin:auto;
	padding: 20px;
	display: flex;
	align-content: center;
	box-shadow: 0 0 0.625rem #aaa;
	z-index: 99999
}

.popup-politica p {
	width: 80%;
	float: left;
	display: block;
	font-size: 10px;
	font-family: 'Lato';
}

.popup-politica p strong {
	font-size: 10px;
	font-family: 'Lato';
}

.popup-politica p a {
	color: #3F64D6;
	font-size: 10px;
	text-decoration: underline;
	font-family: 'Lato';
}

.popup-politica button {
	width: 17%;
	margin-left: 2%;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	float: right;
	display: block;
	padding: 7px;
	font-size: 10px;
	cursor: pointer;
	background-color: #438F82;
	transition:.5s;
	font-family: 'Lato';
}



.popup-politica button:hover {
	background-color: #333;
	transition: .5s;
}

.content-align-politica {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative
	
}

/* POPUP */

.modal-body {
	background-color: #438F82;
}

#popup-whatsapp .modal-body {
	background: #fff;
}

.popup-newsletter {
	width: 100%;
	overflow: hidden;
}

.popup-newsletter .img-popup {
	width: 50%;
	height: 350px;
	float: left;
	overflow: hidden;
}

.popup-newsletter .content-popup {
	width: 40%;
	float: left;
	height: 350px;
	padding: 0 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.popup-newsletter .content-popup .titulo {
	text-align: center;
	color: #F8CC66;
	font-size: 12px;
	margin-bottom: 10px;
}

.popup-newsletter .content-popup .descricao {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: 'Lato';
	margin-bottom: 10px;
}

.popup-newsletter .content-popup form {
	width: 100%;
	margin-bottom:20px;
}

.popup-newsletter .content-popup form input {
	border-radius: 5px;
	padding: 10px 1.5%;
	width: 90%;
	font-size: 12px;
	display: block;
	margin:0 auto 20px auto;
	font-family: 'Lato';
	text-align: center;
}

.popup-newsletter .content-popup form input[type='submit']{
	width: 80%;
	text-align: center;
	background-color: #F8CC66;
	font-size: 14px;
	color: #438F82;
	font-weight: 900;
	margin: auto;
	display: block;
	cursor: pointer;
}

.popup-newsletter .content-popup .info {
	font-size:12px;
	color: #fff;
	text-align: center;
	font-family: 'Lato';
}

.popup-newsletter .response-popup {
	text-align: center;
	margin-bottom: 20px;
}

/* FLUTUANTE */

#bt-whatsapp {
	display: none;
}

.whats-float {
  position: fixed;
  bottom: 55px;
  right: 55px;
  z-index: 9998;
}

.whats-float > img {
	cursor: pointer;
}

#popup-whatsapp  {
	padding-top: 20vh;
}

#popup-whatsapp .modal-content {
	padding: 35px;
	border-radius: 15px;
	width: 350px;
}

#popup-whatsapp img {
	width: 200px;
	display: block;
	margin: auto;
}

#popup-whatsapp p, #popup-whatsapp a {
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
}

#popup-whatsapp a {
	text-decoration: underline;
	font-size:8px;
}


/* FOOTER */

footer {
	margin: 0 0 0 0;
	float: left;
	width: 100%
}

footer #newsletter {
	background-color: #438F82
}

footer #newsletter .content-align {
	padding: 50px 0;
	height: 80px;
	background:url(../images/icones/newsletter.png) no-repeat left 3% center;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

footer #newsletter .content-align p {
	padding-left:15%;
	width: 28%;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

footer #newsletter form {
	display: flex;
	justify-content: space-around;
	width: 53%;
}


footer #newsletter form input {
	width: 33%;
	padding:5% 2%;
	color: #438F82;
	border-radius: 20px;
}

footer #newsletter .content-align form input[type='submit']{
	background-color: #BFFFBF;
	transition: 0.5s;
	width: 18%
}

footer #newsletter .content-align form input[type='submit']:hover {
	color: #fff;
	transition: 0.5s;
}


footer #menu-footer {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 60px 0;
}

footer #menu-footer ul li {
	float: left;
	display: block;
}

footer #menu-footer ul li a {
	padding: 0 0;
	display: block;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}


footer #menu-footer ul li a:before{
    content: " | ";
    padding: 0 15px;
    }

footer #menu-footer ul li:first-child a:before{
    content: "";
}

footer .boxes-rodape {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

footer .boxes-rodape .box-rodape {
	margin: 0 3%;
}

footer .boxes-rodape .box-rodape > p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}

footer .boxes-rodape .box-rodape > img {
	display: block;
	margin: auto;
}

footer .boxes-rodape .box-rodape ul {
	display: flex;
	justify-content: center;
}

footer .boxes-rodape .box-rodape ul li {
	margin:0 7px;
}

footer .boxes-rodape .box-rodape:last-child ul li {
	margin: -5px 2px 0 2px;
}

footer .info-footer {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-family: 'Lato';
	color: #999;

}

footer #logo-web-designer {
	display: block;
	margin: 150px auto 0 auto;
	width: 150px;
	height: 32px;

}

footer #logo-web-designer img {
	width: 100%;
}

footer {
	padding: 0 0 30px 0;
	background: url(../images/logo-rodape.png?v=3) no-repeat center bottom 90px;
	background-size: 124px;
}



footer::-webkit-input-placeholder {
   color: #438F82;
}

footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #438F82;  
}