/* 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'] {
  cursor: pointer;
}

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


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

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


/* CONTEUDO INTERNO */

.content-intern h1 {
  text-align: center;
  font-size: 22px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: normal;
}

body .content-intern {
  padding-bottom: 50px;
  overflow: hidden;
}

.content-align {
  width: 90%;
  margin: auto;

}

/*TOPO */


header #logo {
  margin-bottom: auto;
  display: block;
  margin: 20px auto;
  max-width: 35%;
  height: auto
}




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

/* CONTENT INTERN */

.intern-pg.pg404, .intern-pg.pacotes-pg {
  padding-top: 45px;
}

/*TOPO */

header {
  background-color: #438F82;
}

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

header .frase_topo {
  display: none;
  width: 25%;
  padding:0 5%;
  color: #fff;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
}

header .logo {
  padding: 25px 0;
  width: 180px
}

header .logo img {
  width: 180px;
  height: auto;
}

header .logo a {
  display: block;
  margin: auto;
}


header .menu {
  width: 90%;
  margin:auto;
  position: fixed;
  border-radius: 15px;
  background-color: #438F82;
  box-shadow: 0 0 20px -10px #000;
  bottom: 25px;
  z-index: 9999;
  font-family: 'Fashion Fetish';
  font-weight: 900;

}

header nav ul {
  display: flex;
  justify-content: space-around;
}

header nav ul li {
  display: block;
  float: left;
}

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

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

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

header nav ul li a {
  background-size: 41px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 0 15px 41px;
  text-align: left;
  transition: 0.5s;
  line-height: 14px;
}

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

/* BANNER */

#banners {
  background-color: #438F82;
  /* display: none; */
}

#banners img {
  max-width: 100%;
  height: auto;
  border-radius:30px;
}

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

#banner-principal {
  width: 100%;
  float: left;
  position: initial !important;
}

#banners .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  display: block;
  margin:10px auto 0 0;

}

#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: 100%;
  display: none;
  padding-top: 30px;
  display: flex;
  align-items: center;
}

.banner-parcelamento p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height:40px;
  padding-bottom: 50px;
  border-bottom:1px solid #5F7EDC;
  display: block;
  margin: 40px auto 0 auto;
}

.banner-parcelamento p strong {
  font-size: 30px;
  color: #BFFFBF;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

/* HOME */

.home-pg h2 {
  color: #F8CC66;
  text-align: center;

}

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

section#pacotes h2 {
  color: #BFFFBF;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 30px;
}

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



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: 35%;
    background: #438F82;
    transition: 0.5s;
    padding: 8px 5px 3px 5px;

}

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

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

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


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

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: 84%;
}

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: 100%;
  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: 75%;
  margin:auto;
  display: block;
  margin-bottom: 30px;
}

section#sobre .content-sobre {
  width: 100%;

  margin-top: 3%;
}

section#sobre .content-sobre h3 {
  font-size: 26px;
  color: #438F82;
  font-weight: normal;
  text-align: center;
}

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: 139px;
  padding:10px 30px;
  line-height: 26px;
  display: block;
  margin: auto;
  background: #438F82;
  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: #F8CC66;
  background: #3F65D6;
}

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

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

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

section#diferenciais .box-diferencial {
  width: 48.5%;
  padding-top: 140px;
  margin-bottom: 30px;
}

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/bus.png) no-repeat center top;
  background-size:130px;
}

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

section#diferenciais .box-diferencial p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

section#diferenciais .box-diferencial p span {
  color: #438F82;
  background: #F9CE68;
  font-size: 8px;
  padding: 5px;
  font-weight: bold;
  letter-spacing: 2px;
}

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

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

.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;
  line-height: 22px
}

/* 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: 17px;
  line-height: 28px;
}

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

.intern-pg #pacotes-content .boxes-pacotes2 > div {
      position: relative;
    display: block;
    margin: 0 auto 60px auto;
    width: 98%;
    padding-bottom: 20px;

}

#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;
}

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

/* MINHAS VIAGENS */

body.viagens footer {
  margin-top: 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;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

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


#viagens-content input[type='text'] {
  display: block;
  width: 58%;
  border-radius: 10px;
  padding: 6%;
  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: 35%;
  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:3%;
  position: relative;
  border-radius: 15px;
  margin-bottom: 30px;
}

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

.boxes-viagens .box-viagem .destino {
  display: flex;
  justify-content: left;
  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: 9px;
  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 div.partida, .boxes-viagens .box-viagem div.passageiros, .boxes-viagens .box-viagem div.periodo {
  width: 33.3%;
  margin: 15px 0;
  float: left;
  display: block;
} 

.boxes-viagens .box-viagem a.cancelar {
  color: #999;
  text-transform: none;
  text-align: center;
  width: 100%;
  margin: 10px auto;
  display: block;


}

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

.boxes-viagens .box-viagem a.info-viagem {
  background-color: #BFFFBF;
  width: 60%;
  padding: 2% 2%;
  display: flex;
  align-items: center;
  border-radius:15px;
  height: 100%;
  font-size: 12px;
  margin:auto;
  justify-content: center;
  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;
  flex-direction: column;
}

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

#sobre-content .content div.text-pagina-sobre {
  width: 100%;
  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;
    margin:auto;
    border-radius: 10px;
}

#sobre-content .boxes-album .box-album img {
  height: 280px;
  display: block;
  margin:auto;
    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: -15px;
}

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


/* 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: 12px;
  padding: 0 20px;
  margin-bottom: 25px;
  line-height: 25px;
  font-family: 'Lato';

}

details p a {
  text-decoration: underline;
  font-size: 12px;
  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;
}

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;
  line-height: 32px;
  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:12px;
}

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 {
  background-color: #438F82;
  padding-bottom: 60px;
  margin-bottom: 70px;

}

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

.topo-destino .content-left {
  width: 100%;
  margin-top: 30px;
  order: 1;
}

.topo-destino p, .topo-destino span {
  font-family: 'Lato';
  display: block;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.topo-destino .content-left > p {
  margin-top:15px;
}

.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;
  padding: 0 5%;
  /* line-height: 35px; */
}

.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: 35px;
  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-shadow: inset 7px -10px 15px -10px #666;
    text-align: center;
    width: 65%;
    display: block;
    margin: auto;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-weight: bold;
    background-color: #BFFFBF;
    color: #438F82;
    padding: 15px 10px;
    font-size: 15px;
    border-radius: 10px;
    transition: 0.5s;
    margin-top: 30px;
    text-transform: uppercase;
}

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

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

.topo-destino .content-right {
  width: 100%;
  order: 0
}

.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: 26px;
  text-align: center;
  width: 240px;
  margin: 0 auto 45px auto;
  color: #438F82;
  padding: 15px 10px 10px 10px;
  font-weight: 900;
  line-height: 32px;
}

.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: 14px;
}

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

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

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

.programacao {

}

#programacao summary, #duvidas summary {
  color: #444;
  font-weight: 400;
  font-family: 'Lato';
  padding-right: 10%;
}

#programacao p, #duvidas p, #duvidas strong, #duvidas strong {
  color: #444;
  font-size: 12px;
  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: 300px

}

#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: 260px;
  height: 260px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin:auto;
  position: relative;
}

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

#pontos-turisticos .box-pontos img {
  max-height:350px;
  border-radius: 20px;
  border: 1px solid #fff;
  position: relative;
}

.boxes-turisticos .desc-foto {
  position: absolute;
  width: 90%;
  padding: 0 5%;
  height: 100%;
  background-color: rgb(0 246 139 / 36%);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  flex-wrap: wrap;
}

.boxes-turisticos .desc-foto > p {
  text-align: center;
  width: 220px;
  color: #fff;
  padding: 0 5%;
  display: block;
  font-size:14px;
  margin: auto;
  text-shadow: 0px 2px 3px #333;
}

#blueimp-gallery h3 {
  padding: 10px;
    border-radius: 15px;
    font-size: 12px;
    background: #3F65D6;
}

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

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

}

#form-lead .campos-form  input {
  border-radius:15px;
  text-align: center;
  padding: 17px 3%;
  width: 94%;
  margin:0 auto 15px auto;
  font-size: 16px;
  font-family: 'Lato';
}

#form-lead .campos-form  input:last-child {
  margin-bottom: 0;
}

#form-lead  input[type='submit'] {
  width: 35%;
  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: #fff;
  text-align: center;
  font-size: 26px;
  /* letter-spacing: 4px; */
  font-weight: 900;
  line-height: 32px;
}

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

.destino-pg section#diferenciais > h4 {
  font-weight: normal;
  line-height: 30px;
  padding-top: 15px;
}

.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 #F9CE68 !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:#F9CE68;
}

.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;
  padding-top: 30px;
}

.intern-pg section#pacotes h2 {
  margin: 20px auto 40px auto;
  color: #438F82;
  width: 100%;
  display: block;
  font-size: 22px;
}

.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;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  width: 95%;
  padding: 0 2.5%;
  font-weight: normal;
}

#sobre-content h2 {
  font-size: 22px;
  margin-top: 40px;
}

#contato .form {
  padding-left: 0%;
  width: 100%;
  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: 95%;
  float: right;
  margin-top: 50px;

}

#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: #4065D6;
  font-size: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;

}

#blog-content h1 span {
  font-family: 'Lato';
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  padding-left: 20px;
  text-align: center;
}

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

.boxes-blog .box-blog {
  margin-bottom: 50px;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px dashed #ddd;
}

.boxes-blog .box-blog:last-child {
  border:0;
  padding-bottom: 0;
  margin-bottom: 0;
}

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

.boxes-blog .box-blog a:nth-child(2) {
  color: #4065D6;
  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: #F9CE68;
  color: #4065D6;
  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: 530px;
  background-color: #4065D6;
  margin-bottom:100px;
}

.topo-post h1 {
  color: #F9CE68;
  text-align: center; 
  font-size:18px;
  line-height: 32px;
}

.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-post {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:20px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-top:30px;
}
.topo-post img {
  
  height: 400px;

}

.texto-post h2 {
  font-weight: normal;
  letter-spacing: 1px;
  color: #4065D6;
  font-size:20px;
  margin: 30px 0;
  line-height: 32px;
}

.texto-post h3 {
  font-size:14px;
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: normal;
}

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

.texto-post img {
  border-radius: 20px;
  max-width: 100%;
  display: block;
  margin: 30px auto 0 auto;
  height: inherit !important;
}

.texto-post p, .texto-post strong, .texto-post em, .texto-post i, .texto-post a {
  font-family: 'Lato';
  line-height: 32px;
  font-size: 14px;
  text-align: justify;
}

.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;
  line-height: 34px;
}

#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: 15vh;
  width: 70%;
  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;
  flex-direction: column;
}

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

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

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

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



.popup-politica button:hover {
  background-color: #F8CD68;
  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: 100%;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
}

.popup-newsletter .img-popup img {
  width: inherit;
  max-width: 80%;
  display: block;
  margin: auto;
}

.popup-newsletter .content-popup {
  width: 90%;
  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;
  line-height: 22px;
}

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

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

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

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

.popup-newsletter .content-popup .info {
  font-size:10px;

  font-family: 'Lato';
  color: #fff;
  text-align: center;
}

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

/* FLUTUANTE */

.whats-float {
  display: none;
}

.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: 80px 0 80px 0;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 0 0 81px 0;
  background: url(../images/logo-rodape.png?v=2) no-repeat center bottom 129px;
  background-size: 102px;
}


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

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

footer #newsletter {
  background-color: #438F82;
  padding-bottom: 40px
}

footer #newsletter .content-align {
  padding: 180px 0 0 0;
  background:url(../images/icones/newsletter.png) no-repeat center top 40px;
}

footer #newsletter .content-align p {
  width: 80%;
  margin: auto;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

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

footer #newsletter form input {
  width: 42%;
  padding:5% 3%;
  color: #438F82;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 10px;
  font-family: 'Lato';
}

footer #newsletter .content-align form input[type='submit']{
  background-color: #F9CE68;
  transition: 0.5s;
  font-size: 12px;
  width: 43%
}


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

footer #menu-footer ul li {
  float: left;
  display: block;
  width: 50%;
  
  margin-bottom: 10px;
}

footer #menu-footer ul li a {
  padding: 0 0;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}


footer .boxes-rodape {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

footer .boxes-rodape .box-rodape {
  margin: 0 0 40px 0;

}

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: 10px;
  line-height: 18px;
  text-align: center;
  font-family: 'Lato';
  color: #999;

}