<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-0 {
  padding: 0;
}
.desk {
  display: block;
}
.mob {
  display: none !important;
}
.ui-datepicker {
  z-index: 100 !important;
}
header.header-blue {
  display: none;
}
.always-on .banner {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100vh;
  position: relative;
}
.always-on .banner .logo-head {
  text-align: left;
  padding: 25px 0;
}
.always-on .banner .box-desconto {
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 15px;
  margin-top: 20px;
}
.always-on .banner .box-desconto .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
}
.always-on .banner .box-desconto .flex .cupom-imagem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.always-on .banner .box-desconto .flex .cupom-imagem img {
  width: 90%;
  height: auto;
}
.always-on .banner .box-desconto .flex .cupom-texto p {
  font-size: 12px;
  text-align: center;
}
.always-on .banner .box-desconto .borda{
  position: relative;
}
.always-on .banner .box-desconto .borda:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #FFF;
  right: 35px;
  top: 0;
}
.always-on .banner .box-desconto .cupom-always {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.always-on .banner .box-desconto h3 {
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  padding-left: 25px;
  width: 90%;
}
/* .always-on .banner .box-desconto h3 span{
  display: block;
} */
.always-on .banner .box-desconto p {
  font-size: 14px;
  margin-bottom: 2px;
}
.always-on .banner .box-desconto p.text-center{
  text-align: center;
}
.always-on .banner .box-desconto img{
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 80%;
}

.always-on .banner h2 {
  font-weight: 600;
  line-height: 1em;
  color: #fff;
  font-size: 22px;
  text-align: left;
  padding: 0;
  margin-top: 80px;
  width: 100%;
}
.always-on .banner h2 span {
  color: #F9D79F;
  font-size: 22px;
  font-weight: 700;
}
.always-on .banner p {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  text-align: left;
}
.always-on .banner p span{
  color: #F9D79F;
  font-size: 30;
  font-weight: 700;
}
.always-on .banner p.small {
  font-size: 12px;
  margin-left: 5px;
}
.collapse-quotation {
  width: 100%;
  transition: width 0.3s;
  margin: 0;
  padding: 15px 30px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 2;
  border: none;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.collapse-quotation.collapse {
  transition: all 0.3s;
}
.quotation form.form-quotation .form-group {
  width: 100%;
  margin: 0;
}
.quotation form.form-quotation .form-group label {
  display: block;
  text-transform: none;
  color: #707070;
  font-size: 12px;
  font-weight: 600;
}
.quotation form.form-quotation .form-group select {
    background: none;
    border-radius: 4px;
    border: 1px #E2E2E2 solid;
    background-color: #F3F3F3;
    width: auto;
    z-index: 0;
    position: relative;
    padding: 5px;
    -webkit-appearance: auto;
    font-size: 16px;
}
.quotation form.form-quotation .hasDatepicker {
  background: none;
  border-radius: 4px;
  border: 1px #E2E2E2 solid;
  background-color: #F3F3F3;
  width: auto;
  z-index: 0;
  position: relative;
  padding: 5px;
  -webkit-appearance: auto
}
.quotation form.form-quotation {
  margin-top: 0;
}
.always-travel .quotation form.form-quotation .form-group {
  display: flex;
  gap: 1%;
  align-items: center;

}
.always-travel .quotation form.form-quotation .form-group .col{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.always-travel .quotation form.form-quotation .form-group select {
  background: url("../images/img/arrow-form.png") no-repeat 98% 10px/8px 4px;
  width: 100%;
}
.always-travel .quotation form.form-quotation .form-group .hasDatepicker {
  background: url("../images/img/calendar.png") no-repeat 96% 0px/16px 15px;
  width: 100%;
}
.wrapper-option {
  display: flex;
  gap: 30px;
  align-content: space-around;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}
.always-travel {
  margin-top: -125px;
  background-size: cover !important;
  width: 100%;
  height: 400px;
}
.always-travel .content-hero {
  margin-top: -90px;
  padding-top: 0;
  text-align: center;
}
.always-travel .content-hero .box-always-travel {
  margin: 0px;
  position: relative;
  z-index: 10;
}
.always-travel .content-hero .box-always-travel .option .icon-option {

  text-align: center;
  margin: 0 auto;
}
.always-travel .content-hero .box-always-travel .option .icon-option img {
  width: 30px;
  height: 30px;
}
.always-travel .content-hero .box-always-travel .option .option-text {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
  width: 140px;
  margin: 0 auto;
  margin-bottom: 4px;
  word-wrap: break-word;
}
.always-travel .content-hero .box-always-travel .option:hover .option-text {
  text-decoration: underline;
}
.always-travel .quotation form.form-quotation .submit button {
  position: relative;
  background-color: #b1a070;
  color: #fff;
  opacity: 0.8;
  height: 55px;
  margin: 5px 0;
  width: 150px;
  border-radius: 8px;
  font-size: 22px;
}
.always-travel .quotation form.form-quotation .submit button:hover {
    opacity: 1;
  color: #fff;
  border: 1px solid #b1a070;
}
.termos-box {
  display: block;
  font-size: 12px;
  text-align: justify;
  margin: 10px 0 10px;
  margin-bottom: 0;
}
.termos-box input {
  margin: 0px 5px 1px 0px !important;
  width: 3%;
}
.auth-text, .sim-nao-text {
  color: #ff0000 !important;
  font-size: 12px;
  font-weight: 500;
  text-align: start;
  margin: 0 0 5px;
  display: none;
}
.always-travel .content-hero .box-always-travel .option .top_form .backbox {
  background-color: #ffffff;
  opacity: 0.4;
  padding: 10px 0;
  border-radius: 10px;
  width: 140px;
  height: fit-content;
  position: relative;
  padding: 10px;
}
.always-travel .content-hero .box-always-travel .option .top_form.active .backbox {
  background-color: #fff;
  opacity: 1;
}
.always-travel .content-hero .box-always-travel .option .top_form.active .backbox::after {
  content: "";
  background: url("../../images/lp-always-on/seta-ativa.svg") no-repeat;
  width: 27px;
  position: absolute;
  height: 27px;
  bottom: -35px;
  margin-left: -8px;
}
/* SessÃ£o Cobertura */
.cobertura {
  margin-top: -12em;
}
.cobertura .titulo {
  padding: 30px 0;
}
.cobertura .titulo::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cobertura .titulo h2 {
  font-size: 38px;
  color: #B49B72;
}
.cobertura .itens {
  height: 150px;
  margin-bottom: 25px;
  text-align: center;
}
.cobertura .itens img {
  min-height: 145px;
}
.cobertura p {
  color: #707070;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  width: 60%;
}
/* Fim sessÃ£o Cobertura */

/* SessÃ£o atendimento */
.atendimento {
  background-color: #14235E;
  margin-top: 200px;
  padding-bottom: 25px;
  height: 36em;
}
.atendimento .bg-atendimento {
  position: relative;
}
.atendimento .bg-atendimento::after {
  position: absolute;
  content: '';
  left: 0;
  top: -150px;
  background: url(../../images/lp-always-on/atendimento-facilitado-bg.png) no-repeat left center;
  height: 680px;
  width: 505px;
  background-size: 505px;
}
.atendimento .conteudo {
  position: absolute;
  transform: translateY(10%);
  margin-left: 80px;
}
.atendimento .conteudo h2 {
  color: #FFFFFF;
  font-size: 38px;
  margin-bottom: 45px;
}
.atendimento .conteudo p {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.atendimento .conteudo p img {
  margin-right: 6px;
}
.atendimento .conteudo .cta-ancora {
  margin-top: 140px;
}
.atendimento .conteudo .cta-ancora a {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 15px;
  color: #14235E;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
}
.atendimento .conteudo .cta-ancora a:hover {
  border: 3px solid #B49B72;
  color: #B49B72;
  text-decoration: none;
}
.itens ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
.itens li {
  position: relative;
  padding-left: 25px;
  margin: 15px 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.itens li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url('../../../assets/images/lp-always-on/seta-atendimento.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
/* Fim sessÃ£o atendimento */

/* SessÃ£o Passos */
.passos {
  padding: 50px 0;
  background-color: #FFFFFF;
}
.passos .titulo {
  padding: 30px 0;
  margin-bottom: 50px;
}
.passos .titulo::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.passos .titulo h2 {
  font-size: 38px;
  color: #B49B72;
}
.passos .item1,
.passos .item2,
.passos .item3,
.passos .item4 {
  border: 1px solid #B49B72;
  border-radius: 15px;
  height: 230px;
  width: 85%;
  padding: 85px 25px 20px 25px;
  text-align: center;
  margin: 0 auto;
}
.passos .item1::before {
  position: absolute;
  content: '';
  left: 110px;
  right: 0;
  top: -60px;
  background: url(../../images/lp-always-on/1.svg) no-repeat left center;
  height: 155px;
  width: 70px;
  background-size: 50px;
}
.passos .item2::before {
  position: absolute;
  content: '';
  left: 110px;
  right: 0;
  top: -40px;
  background: url(../../images/lp-always-on/2.svg) no-repeat left center;
  height: 105px;
  width: 70px;
  background-size: 70px;
}
.passos .item3::before {
  position: absolute;
  content: '';
  left: 110px;
  right: 0;
  top: -40px;
  background: url(../../images/lp-always-on/3.svg) no-repeat left center;
  height: 105px;
  width: 70px;
  background-size: 70px;
}
.passos .item4::before {
  position: absolute;
  content: '';
  left: 110px;
  right: 0;
  top: -40px;
  background: url(../../images/lp-always-on/4.svg) no-repeat left center;
  height: 105px;
  width: 70px;
  background-size: 70px;
}
.passos .item1 p,
.passos .item2 p,
.passos .item3 p,
.passos .item4 p {
  color: #707070;
  font-size: 18px;
}
.passos .seta::after {
  position: absolute;
  content: '';
  right: -15px;
  top: 85px;
  background: url(../../images/lp-always-on/seta-direita.svg) no-repeat left center;
  height: 60px;
  width: 30px;
  background-size: 30px;
}
/* Fim sessÃ£o passos */

/* SessÃ£o soluÃ§Ã£o */
.solucao {
  padding: 0 0 100px 0;
  background-color: #FFFFFF;
}
.solucao .titulo {
  padding: 30px 0;
  margin-bottom: 0;
}
.solucao .titulo::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.solucao .titulo h2 {
  font-size: 38px;
  color: #B49B72;
}
.solucao .item1,
.solucao .item2,
.solucao .item3,
.solucao .item4 {
  border: 1px solid #B49B72;
  border-radius: 15px;
  height: 550px;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: center;
  margin: 0 auto;
}
.solucao .item1 img,
.solucao .item2 img,
.solucao .item3 img,
.solucao .item4 img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.solucao .item1::after {
  position: absolute;
  content: '';
  left: 16px;
  top: 100px;
  background: url(../../images/lp-always-on/lazer-ou-negocios.svg) no-repeat left center;
  height: 75px;
  width: 60px;
  background-size: 45px;
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-left: none;
  border-radius: 0px 15px 15px 0px;
}
.solucao .item2::after {
  position: absolute;
  content: '';
  left: 16px;
  top: 100px;
  background: url(../../images/lp-always-on/estudos-ou-intercambio.svg) no-repeat left center;
  height: 75px;
  width: 60px;
  background-size: 45px;
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-left: none;
  border-radius: 0px 15px 15px 0px;
}
.solucao .item3::after {
  position: absolute;
  content: '';
  left: 16px;
  top: 100px;
  background: url(../../images/lp-always-on/esportes-ou-competicao-amadora.svg) no-repeat left center;
  height: 75px;
  width: 60px;
  background-size: 45px;
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-left: none;
  border-radius: 0px 15px 15px 0px;
}
.solucao .item4::after {
  position: absolute;
  content: '';
  left: 16px;
  top: 100px;
  background: url(../../images/lp-always-on/multiviagem-white.svg) no-repeat left center;
  height: 75px;
  width: 60px;
  background-size: 45px;
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-left: none;
  border-radius: 0px 15px 15px 0px;
}
.solucao .item1 h3,
.solucao .item2 h3,
.solucao .item3 h3,
.solucao .item4 h3 {
  font-size: 22px;
  font-weight: 700;
  color: #B49B72;
  text-transform: uppercase;
  margin-top: 25px;
}
.solucao .item1 h3::after,
.solucao .item2 h3::after,
.solucao .item3 h3::after,
.solucao .item4 h3::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.solucao .item1 p,
.solucao .item2 p,
.solucao .item3 p,
.solucao .item4 p {
  color: #707070;
  font-size: 18px;
  font-weight: 500;
  padding: 30px;
}
.carousel-solucao .flickity-prev-next-button.previous {
  left: -30px;
}
.carousel-solucao .flickity-prev-next-button.next {
  right: -30px;
}
.carousel-solucao .flickity-page-dots {
  bottom: -65px;
}
.carousel-solucao .flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  background: #B49B72;
}
/* Fim sessÃ£o soluÃ§Ã£o */

/* SessÃ£o Tabela de PreÃ§os */

.tabela-precos {
  padding: 0 0 50px 0;
  background-color: #FFFFFF;
}
.tabela-precos .titulo {
  padding-top: 30px;
  margin-bottom: 50px;
}
.tabela-precos .titulo::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.tabela-precos .titulo h2 {
  font-size: 38px;
  color: #B49B72;
}
.ver-botoes-desk {
  margin-top: 25px;
}
.ver-botoes-desk a {
  color: #B6B6B6;
  font-size: 20px;
}
.ver-botoes-desk .more-btn::after {
  position: relative;
  content: '';
  background: url(../../images/lp-always-on/ver-mais.svg) no-repeat left center;
  height: 25px;
  width: 25px;
  background-size: 25px;
  display: block;
  margin: 0 auto;
}
.ver-botoes-desk .less-btn::before {
  position: relative;
  content: '';
  background: url(../../images/lp-always-on/ver-mais.svg) no-repeat left center;
  height: 25px;
  width: 25px;
  background-size: 25px;
  display: block;
  margin: 0 auto;
  transform: rotate(180deg);
}
.tab-content-plan {
  padding: 50px 0;
}
.coverage {
  border-top: 1px solid #e0e0e0;
  padding: 15px;
}
.coverage:nth-child(odd) {
  background-color: #ffffff;
}
.coverage p {
  margin: 0;
}
/* Fim sessÃ£o Tabela de PreÃ§os */

/* SessÃ£o Depoimentos */
.depoimentos {
  padding: 0 0 50px 0;
  background-color: #FFFFFF;
}
.depoimentos .titulo {
  padding: 30px 0 0px 0;
    margin-bottom: 0;
}
.depoimentos .titulo::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.depoimentos .titulo h2 {
  font-size: 38px;
  color: #B49B72;
}
.depoimentos .quote {
  padding-bottom: 50px;
}
.depoimentos .quote p {
  font-size: 24px;
  color: #A8A8A8;
}
.depoimento {
  text-align: center;
}
.depoimento img {
  border-radius: 50%;
  margin-bottom: 35px;
}
.depoimento p {
  color: #A8A8A8;
  font-size: 16px;
  margin: 0 auto;
  min-height: 150px;
  width: 75%;
}
.depoimento span {
  color: #707070;
  font-size: 20px;
  font-weight: 700;
  width: 55%;
  display: block;
  margin: 0 auto;
}
/* Fim sessÃ£o Depoimentos */

/* SessÃ£o carrossel vÃ­deos */
.videos {
  padding: 0 0 50px 0;
  background-color: #FFFFFF;
}
.videos .titulo {
  padding: 30px 0;
  margin-bottom: 0;
}
.videos .titulo::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.videos .titulo h2 {
  font-size: 38px;
  color: #B49B72;
}
.videos .carousel-videos .carousel-cell {
  width: 100%; 
  height: 600px;
  margin-right: 10px;
  }
.videos .carousel-videos .carousel-cell .arredonda iframe{
  border-radius: 25px;
}
.carousel-videos .flickity-page-dots .dot {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  background: #B49B72;
}
/* Fim SessÃ£o carrossel vÃ­deos */

/* SessÃ£o DÃºvidas */
.duvidas {
  padding: 0 0 50px 0;
  background-color: #FFFFFF;
}
.duvidas .titulo {
  padding: 30px 0;
  margin-bottom: 0;
}
.duvidas .titulo::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.duvidas .titulo h2 {
  font-size: 38px;
  color: #B49B72;
}
.duvidas .duvidas-caixa {
  padding: 10px 40px 25px;
  border: 1px solid #B49B72;
  border-radius: 35px;
  text-align: left;
  margin-bottom: 25px;
}
.duvidas .duvidas-caixa .categoria{
  color: #B49B72;
  font-size: 26px;
}
.duvidas .ver-botoes {
  margin-bottom: 25px;
}
.duvidas .ver-botoes a {
  color: #B6B6B6;
  font-size: 22px;
}
.duvidas .ver-botoes .ver-mais::after {
  position: relative;
  content: '';
  background: url(../../images/lp-always-on/ver-mais.svg) no-repeat left center;
  height: 25px;
  width: 40px;
  left: 10px;
  background-size: 18px;
  display: block;
  margin: 0 auto;
}
.duvidas .ver-botoes .ver-menos::before {
  position: relative;
  content: '';
  background: url(../../images/lp-always-on/ver-mais.svg) no-repeat left center;
  height: 25px;
  width: 40px;
  background-size: 30px;
  display: block;
  margin: 0 auto;
  transform: rotate(180deg);
}
.duvidas .perguntas:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.duvidas .perguntas h3 {
  color: #14235E;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  width: 95%;
}
.duvidas .perguntas h3::after {
  position: absolute;
  content: '';
  background: url(../../images/lp-always-on/seta-direita.svg) no-repeat left center;
  height: 25px;
  width: 15px;
  background-size: 15px;
  right: 70px;
  transition: transform 0.3s ease;
}
.duvidas .perguntas h3.opened::after {
  transform: rotate(90deg);
}
.duvidas .perguntas p {
  color: #B6B6B6;
  font-size: 20px;
  width: 90%;
  padding: 5px 0;
}
/* Fim SessÃ£o DÃºvidas */

/* SessÃ£o Ajuda */
.ajuda {
  padding: 0 0 100px 0;
  background-color: #FFFFFF;
}
.ajuda .titulo {
  padding: 30px 0 0px 0;
    margin-bottom: 0;
}
.ajuda .titulo::after {
  content: "";
  display: block;
  width: 35%;
  height: 2px;
  background: #D3D3D3;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.ajuda .titulo h2 {
  font-size: 38px;
  color: #B49B72;
}
.ajuda .quote {
  padding-bottom: 50px;
}
.ajuda .quote p {
  font-size: 24px;
  color: #A8A8A8;
}
.ajuda .canal {
  margin-bottom: 50px;
}
.ajuda .canal h5 {
  color: #A8A8A8;
  max-width: 65%;
  margin: auto;
  margin-bottom: 60px;
  font-size: 24px;
}
.ajuda .canal p {
  color: #A8A8A8;
  font-size: 22px;
}
.ajuda .options {
  display: flex;
  gap: 40px;
  align-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.ajuda .options p.vermais-telefones,
.ajuda .options p.vermais-mensagem {
  font-size: 22px;
  color: #A8A8A8;

}
.ajuda .options p.vermais-telefones::after,
.ajuda .options p.vermais-mensagem::after {
  position: relative;
  content: '';
  background: url(../../images/lp-always-on/ver-mais.svg) no-repeat left center;
  height: 25px;
  width: 40px;
  background-size: 30px;
  display: block;
  margin: 0 auto;
}
.ajuda .options .caixa {
  padding: 25px;
  border: 1px solid #A8A8A8;
  border-radius: 15px;
  margin-bottom: 5px;
  height: 120px;
}
.ajuda .options .caixa .option-image img {
  max-width: 70px;
}
.ajuda #mensagem form input {
  background-color: #F3F3F3;
}
.ajuda #mensagem form textarea {
  background-color: #F3F3F3;
  resize: none;
  height: 230px;
}
.ajuda #mensagem form input.btn-mensagem {
  background-color: #14235E;
  border: none;
  border-radius: 15px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 50px;
}
.ajuda #mensagem form input.btn-mensagem:hover {
  background-color: #B49B72;
  border: none;
  color: #14235E;
  font-weight: 600;
}
.ajuda form textarea {
  margin: 0;
}
.ajuda #telefones {
  padding-bottom: 50px;
}
.ajuda #telefones .contato h3 {
  color: #14235E;
  font-weight: 700;
}
.ajuda #telefones .contato h4 {
  color: #A8A8A8;
  font-weight: 400;
}
.ajuda #telefones .contato h4 a:hover{
  color: #14235E;
}
.ajuda #telefones .contato h4 sub {
  color: #A8A8A8;
}
.error-field{
  color: tomato;
  display: none;
  font-size: 14px;
  text-align: center;
}
.loading {
  top: 130px;
  position: absolute;
  display: block;
  z-index: -1;
  opacity: 0;
  right: 330px;
}
.loading img {
  width: 40px;
}
/* Fim SessÃ£o Ajuda */

/* BotÃ£o Scroll Top */
.botao-voltar-ao-topo p {
  color: #C8C8C8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  top: -20px;
  left: -85px;
  width: 200px;
}
/* .botao-voltar-ao-topo p:hover {
  text-decoration: underline;
} */
.botao-voltar-ao-topo {
  background-image: url(../../images/lp-always-on/scroll-top.svg);
  background-size: cover;
  bottom: 60px;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 60px;
  transition: background-image 0.3s ease-in-out;
  border: 2px solid #707070;
  border-radius: 50%;
  z-index: 999;
}
.botao-voltar-ao-topo:hover {
  background-image: url(../../images/lp-always-on/scroll-top-hover.svg);
}
/* Fim BotÃ£o Scroll Top */

.libras {
  right: 0;
}

section.footer-subhome .disclaimer-travel {
  font-size: 12px !important;
  margin: 0;
}

@media (min-width: 90em) {
  .always-on .banner{
    height: 78vh;
  }
  .always-on .banner .box-desconto{
    margin-top: 100px;
  }
  .always-travel{
    margin-top: -170px;
  }
}
@media only screen and (max-width: 1440px) {
  .always-on .banner .box-desconto {
    margin-top: 30px;
  }
  .always-travel .content-hero {
    margin-top: -85px;
    padding-top: 0;
    text-align: center;
  }
  .atendimento .conteudo {
    margin-left: 35px;
  }
  .cobertura {
    margin-top: -4em;
  }
}

@media only screen and (max-width: 1366px) {
  .always-travel .content-hero {
    margin-top: -100px;
    padding-top: 0;
    text-align: center;
  }
  .cobertura {
    margin-top: -14em;
  }
}

@media only screen and (min-width: 1300px) {
  .container {
      width: 1170px;
  }
}

@media only screen and (max-width: 767px) {
  .header-space {
    height: 0;
  }
  .desk {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  .always-on {
    overflow-x: hidden;
  }
  .always-on .banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 55em;
  }
  .always-on .banner .box-desconto {
    padding: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
  }
  .always-on .banner .box-desconto .borda {
    border-right: 1px solid #fff;
  }
  .always-on .banner .box-desconto .borda:after {
    display: none;
  }
  .always-on .banner .box-desconto .borda ul {
    padding: 0 0 0 10px;
  }
  .always-on .banner .box-desconto .descontos-imgs .logo-omint {
    width: 100%;
  }
  .always-on .banner .box-desconto h3 {
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
  }
  .always-on .banner .box-desconto p {
    font-size: 16px;
  }
  .always-on .banner .box-desconto .cupom-always {
    font-size: 11px;
  }
  .always-on .banner h2 {
    font-size: 20px;
    margin-left: 20px;
    width: 90%;
  }
  .always-on .banner h2 span {
    color: #F9D79F;
    font-size: 22px;
    font-weight: 700;
  }
  .always-on .banner p {
    font-size: 18px;
    margin: 0;
    width: 100%;
  }
  .always-on .banner p span{
    color: #F9D79F;
    font-size: 15px;
    font-weight: 700;
  }
  .always-on .banner p.small {
    font-size: 10px;
  }
  .always-travel {
    margin-top: -230px;
    background-size: cover !important;
    width: 100%;
    height: 400px;
}
  .always-travel .quotation form.form-quotation .form-group {
    flex-wrap: wrap;
  }
  .wrapper-option {
    gap: 20px;
    justify-content: center;
  }
  .always-travel .content-hero {
    padding-top: 0;
  }
  .always-travel .content-hero .box-always-travel .option .option-text {
    font-size: 10px;
    width: 60px;
}
  .always-travel .content-hero .box-always-travel .option .icon-option {
    width: 30px;
    height: 30px;
  }
  .always-travel .content-hero .box-always-travel .option .icon-option img {
    width: 30px;
    height: 30px;
  }
  .always-travel .content-hero .box-always-travel .option .top_form .backbox {
    padding: 10px;
    width: fit-content;
  }
  .collapse-quotation {
    padding: 0px 5px;
  }
  .always-travel .quotation form.form-quotation .form-group select {
    font-size: 14px;
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
  }
  .always-travel .quotation form.form-quotation .form-group .hasDatepicker {
    font-size: 14px;
    width: 100%;
    margin-bottom: 8px;
  }
  .always-travel .quotation form.form-quotation .submit button {
    width: 100%;
  }
  .termos-box {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  /* SessÃ£o Cobertura */
  .cobertura {
    margin-top: 24em;
  }
  .cobertura .titulo h2 {
    font-size: 24px;
    color: #B49B72;
    width: 80%;
    margin: 0 auto;
  }
  .cobertura .titulo::after {
    margin: 25px auto;
  }
  .cobertura .itens-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cobertura .itens-container .itens {
    padding: 10px;
  }
  .cobertura .itens img {
    max-width: 60px;
    min-height: 60px;
    margin-bottom: 10px;
  }
  .cobertura p {
    font-size: 16px;
    width: 100%;
  }
  /* Fim SessÃ£o Cobertura */

  /* SessÃ£o Atendimento */
  .atendimento {
    background-color: #14235E;
    margin-top: 70px;
    padding-bottom: 25px;
    height: 21em;
  }
  .atendimento .bg-atendimento::after {
    position: absolute;
    content: '';
    left: 0;
    top: -30px;
    background: url(../../images/lp-always-on/atendimento-facilitado-bg.png) no-repeat left center;
    height: 200px;
    width: 505px;
    background-size: 150px;
  }
  .atendimento .conteudo {
    position: absolute;
    transform: translateY(0%);
    margin-left: 15px;
  }
  .atendimento .conteudo h2 {
    color: #FFFFFF;
    font-size: 17px;
    margin-bottom: 30px;
  }
  .atendimento .conteudo p {
    color: #FFFFFE;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .atendimento .conteudo .cta-ancora {
    margin-top: 25px;
  }
  .atendimento .conteudo .cta-ancora a {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    color: #14235E;
    font-size: 11px;
    font-weight: 700;
    padding: 10px 10px;
  }
  /* Fim SessÃ£o Atendimento */

  /* SessÃ£o Passos */
  .passos {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .passos .titulo {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .passos .titulo::after {
    margin: 25px auto;
  }
  .passos .titulo h2 {
    font-size: 24px;
    color: #B49B72;
    width: 80%;
    margin: 0 auto;
  }
  .passos .item1::before {
    position: absolute;
    content: '';
    left: 75px;
    right: 0;
    top: -80px;
    background: url(../../images/lp-always-on/1.svg) no-repeat left center;
    height: 155px;
    width: 70px;
    background-size: 35px;
  }
  .passos .item2::before {
    position: absolute;
    content: '';
    left: 80px;
    right: 0;
    top: -50px;
    background: url(../../images/lp-always-on/2.svg) no-repeat left center;
    height: 105px;
    width: 70px;
    background-size: 40px;
  }
  .passos .item3::before {
    position: absolute;
    content: '';
    left: 70px;
    right: 0;
    top: -50px;
    background: url(../../images/lp-always-on/3.svg) no-repeat left center;
    height: 105px;
    width: 70px;
    background-size: 40px;
  }
  .passos .item4::before {
    position: absolute;
    content: '';
    left: 75px;
    right: 0;
    top: -50px;
    background: url(../../images/lp-always-on/4.svg) no-repeat left center;
    height: 105px;
    width: 70px;
    background-size: 40px;
  }
  .passos .item1, .passos .item2, .passos .item3, .passos .item4 {
    border: 1px solid #B49B72;
    border-radius: 15px;
    height: 200px;
    width: 100%;
    padding: 60px 15px 10px 15px;
    text-align: center;
    margin: 0 auto;
  }
  .passos .item1 p,
  .passos .item2 p,
  .passos .item3 p,
  .passos .item4 p {
    color: #707070;
    font-size: 16px;
  }
  .passos .seta::after {
    position: absolute;
    content: '';
    right: -23px;
    top: 70px;
    background: url(../../images/lp-always-on/seta-direita.svg) no-repeat left center;
    height: 60px;
    width: 30px;
    background-size: 15px;
  }
  .passos .carousel-passos .flickity-viewport {
    padding: 50px 0;
    height: 250px !important;
  }
  .passos .carousel-passos .flickity-page-dots {
    display: block;
    bottom: -50px;
  }
  .passos .carousel-passos .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: #B49B72;
  }
  /* Fim SessÃ£o Passos */

  /* SessÃ£o SoluÃ§Ã£o */
  .solucao {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .solucao .titulo {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .solucao .titulo::after {
    margin: 25px auto;
  }
  .solucao .titulo h2 {
    font-size: 24px;
    color: #B49B72;
    width: 80%;
    margin: 0 auto;
  }
  .solucao .item1, .solucao .item2, .solucao .item3, .solucao .item4 {
    padding: 0;
    height: 450px;
  }
  .solucao .item1 .texto-interno h3,
  .solucao .item2 .texto-interno h3,
  .solucao .item3 .texto-interno h3,
  .solucao .item4 .texto-interno h3 {
    font-size: 18px;
  }
  .solucao .item1 .texto-interno p,
  .solucao .item2 .texto-interno p,
  .solucao .item3 .texto-interno p,
  .solucao .item4 .texto-interno p {
    font-size: 14px;
    padding: 10px;
  }
  .solucao .carousel-solucao .carousel-cell {
    padding: 50px 50px 0 50px;
  }
  .solucao .carousel-solucao .flickity-page-dots {
    display: block;
    bottom: -50px;
  }
  .solucao .carousel-solucao .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: #B49B72;
  }
  /* Fim SessÃ£o SoluÃ§Ã£o */

  /* SessÃ£o Tabela */
  .tabela-precos {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .tabela-precos .titulo {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
    width: 90%;
    text-align: center;
  }
  .tabela-precos .titulo::after {
    margin: 25px auto;
  }
  .tabela-precos .titulo h2 {
    font-size: 24px;
    color: #B49B72;
    width: 80%;
    margin: 0 auto;
  }
  .carousel-slider {
    width: 107%;
    padding-left: 0;
  }
  .carousel-slider .flickity-prev-next-button.previous {
    left: 30px;
  }
  /* Fim SessÃ£o Tabela */

  /* SessÃ£o Depoimentos */
  .depoimentos {
    padding-top: 50px;
  }
  .depoimentos .titulo {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .depoimentos .titulo::after {
    margin: 25px auto;
  }
  .depoimentos .titulo h2 {
    font-size: 24px;
    color: #B49B72;
    width: 80%;
    margin: 0 auto;
  }
  .depoimentos .quote p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
  }
  .depoimento {
    margin-bottom: 50px;
  }
  .depoimento p {
    min-height: 80px;
    margin-bottom: 10px;
  }
  /* Fim SessÃ£o Depoimentos */

  /* SessÃ£o VÃ­deos */
  .videos {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .videos .titulo {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .videos .titulo::after {
    margin: 25px auto;
  }
  .videos .titulo h2 {
    font-size: 24px;
    color: #B49B72;
    width: 80%;
    margin: 0 auto;
  }
  .videos .carousel-videos .carousel-cell .arredonda iframe {
    width: 75%;
    height: 165px;
  }
  .videos .carousel-videos .flickity-viewport {
    height: 200px !important;
  }
  .videos .carousel-videos .flickity-prev-next-button {
    top: 40%;
  }
  .videos .carousel-videos .flickity-page-dots {
    display: block;
    bottom: -20px;
  }
  .videos .carousel-videos .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: #B49B72;
  }
  /* Fim SessÃ£o VÃ­deos */

  /* SessÃ£o DÃºvidas */
  .duvidas {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .duvidas .titulo {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .duvidas .titulo::after {
    margin: 25px auto;
  }
  .duvidas .titulo h2 {
    font-size: 24px;
    color: #B49B72;
    width: 80%;
    margin: 0 auto;
  }
  .duvidas .duvidas-caixa .categoria {
    font-size: 22px;
  }
  .duvidas .perguntas h3 {
    font-size: 12px;
  }
  .duvidas .perguntas h3::after {
    background-size: 10px;
    right: 40px;
  }
  .duvidas .perguntas p {
    font-size: 14px;
  }
  .duvidas .ver-botoes a {
    font-size: 18px;
  }
  .duvidas .ver-botoes .ver-mais::after {
    background-size: 15px;
    left: 12px;
  }
  .duvidas .ver-botoes .ver-menos::before {
    background-size: 15px;
    left: -12px;
  }
  /* Fim SessÃ£o DÃºvidas */
  
  /* SessÃ£o Ajuda */
  .ajuda {
    padding: 0;
  }
  .ajuda .titulo {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ajuda .titulo::after {
    margin: 25px auto;
  }
  .ajuda .titulo h2 {
    font-size: 24px;
    color: #B49B72;
    width: 80%;
    margin: 0 auto;
  }
  .ajuda .quote p {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
  }
  .ajuda .canal h5 {
    max-width: 90%;
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .ajuda #telefones {
    padding: 0;
  }
  .ajuda form#form-contato {
    padding: 18px;
  }
  /* Fim SessÃ£o Ajuda */

  /* Botao Scroll Top */
  .botao-voltar-ao-topo {
    height: 40px;
    width: 40px;
    right: 25px;
  }
  .botao-voltar-ao-topo p {
    display: none;
    left: -85px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .always-travel .content-hero {
    margin-top: -180px;
  }
  .ajuda .options .caixa {
    padding: 15px;
    height: 100px;
  }
  .ajuda .options .caixa .option-image img {
    max-width: 60px;
  }
  .always-on .banner .box-desconto {
    margin-top: 0px;
  }
  .always-on .banner .box-desconto .borda {
    margin-bottom: 8px;
  }
  .box-desconto .row {
    position: relative;
  }
  .box-desconto .row .linha {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .box-desconto .row .linha::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
  }
  .always-on .banner .box-desconto .descontos-imgs #cupom-valor{
    width: 120px;
    margin: 0;
  }
  .always-on .banner .box-desconto img{
    width: 90%;
  }
  .always-on .banner .box-desconto h3 {
    font-size: 20px;
    padding-left: 0;
  }
  .always-on .banner .box-desconto p {
    font-size: 18px;
  }
  .always-on .banner h2 {
    font-size: 18px;
  }
  .always-on .banner p span {
    font-size: 18px;
  }
  .always-on .banner p.small {
    font-size: 10px;
  }
  .cobertura {
    margin-top: 17em;
  }
  .atendimento .conteudo {
    margin-left: 25px;
  }
  .atendimento {
    height: 15em;
  }
  .atendimento .conteudo h2 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .itens li {
    margin: 6px 15px 6px 0px;
    font-size: 13px;
    font-weight: 100;
  }
  .passos .carousel-passos .flickity-viewport {
    height: 290px !important;
  }
  .passos .item1, .passos .item2, .passos .item3, .passos .item4 {
    height: 240px;
  }
  .passos .item1 p, .passos .item2 p, .passos .item3 p, .passos .item4 p {
    font-size: 16px;
  }
  section.footer-subhome .disclaimer-travel {
    margin-bottom: 30px;
  }
  .duvidas {
    padding: 30px 20px;
  }
  .duvidas .duvidas-caixa {
    padding: 0px 20px 10px;
    border: 1px solid #B49B72;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 25px;
  }
  .duvidas .duvidas-caixa .categoria {
    font-size: 18px;
    font-weight: 700;
  }
  .duvidas .perguntas h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  .duvidas .perguntas p {
    font-size: 16px;
    width: 100%;
    line-height: 1.6;
  }
  .duvidas .perguntas h3::after {
    position: absolute;
    content: '';
    background: url(../../images/lp-always-on/seta-direita.svg) no-repeat left center;
    height: 10px;
    width: 5px;
    background-size: 5px;
    right: 40px;
    transition: transform 0.3s ease;
  }
  .duvidas .perguntas:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .duvidas .ver-botoes {
    margin-bottom: 15px;
  }
  .duvidas .ver-botoes a {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .always-on .banner h2 {
    margin-top: 30px;
  }
  .collapse-quotation {
    padding: 20px 5px;
  }
  .passos .item1::before,
  .passos .item2::before,
  .passos .item3::before,
  .passos .item4::before {
    left: 85px;
  }
  .ajuda .options {
    gap: 10px;
  }
}
@media (max-width: 390px) {
  .always-on .banner .box-desconto .descontos-imgs #cupom-valor {
    width: 100px;
    margin: 0;
  }
}
@media (max-width: 375px) {
  .ajuda .options .caixa {
    padding: 15px;
    height: 100px;
  }
  .ajuda .options .caixa .option-image img {
    max-width: 60px;
  }
  .always-on .banner .box-desconto .descontos-imgs #cupom-valor {
    width: 90px;
    margin: 0;
  }
}
@media (max-width: 344px) {
  .atendimento .conteudo {
    margin-left: 35px;
  }
  .atendimento .conteudo h2 {
    font-size: 12px;
  }
  .atendimento .conteudo .cta-ancora a {
    font-size: 8px;
  }
  .itens li {
    font-size: 10px;
  }
  .itens li::before {
    width: 10px;
    height: 15px;
  }
}</pre></body></html>