* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Almarai", sans-serif;
}
@font-face {
  font-family: Helvetica;
  src: url(../assets/fonts/Helvetica.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
background-color: #272323;

}

a {
  text-decoration: none;
  color: #fff;
}

p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.button {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4c84bc),
    to(#6ebaae)
  );
  background: linear-gradient(90deg, #4c84bc, #6ebaae);
  padding: 16px 32px;
  display: inline-block;
  margin: 32px 0;
  border-radius: 2px;
  font-weight: 400;
}

.divisor {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 78px;
  max-width: 100%;
  overflow-x: hidden;
}

.divisor img {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 16px 0;
  background: black;
  z-index: 9999;
  height: 130px;
}
.textoconectarsecundario {
  display: flex;
  text-align: center;
  padding: 35px;
}

@media (max-width: 450px) {
  .header {
    position: relative;
  }
}

.header__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 124px;
}

@media (max-width: 1024px) {
  .header__ul {
    gap: 64px;
  }
}

.header__ul__li:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 768px) {
  .header__ul__li:nth-of-type(1) {
    display: none;
  }
}

.header__ul__li:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 768px) {
  .header__ul__li:nth-of-type(2) {
    display: none;
  }
}

.header__ul__li:nth-of-type(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

@media (max-width: 768px) {
  .header__ul__li:nth-of-type(3) {
    display: none;
  }
}

.header__ul__li:nth-of-type(4) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media (max-width: 768px) {
  .header__ul__li:nth-of-type(4) {
    display: none;
  }
}

.header__ul__li:nth-of-type(5) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (max-width: 450px) {
  .header__ul__li:nth-of-type(5) img {
    max-width: 200px;
  }
}

.header__ul__li a {
  font-size: 18px;
  font-weight: 600;
}

.main {
  padding-top: 180px;
   display: flex;
   flex-wrap: nowrap;
   flex-direction: column;
   justify-content: center;
   -webkit-box-align: center;
    align-items: center;
    height: 100vh;
    /* background:url(../assets/background-main-2023.png) center; */
    background-color: #971835;

}
.estruturaprogramarelacionamento{
  /* background:url(../assets/background-main-2023.png) center; */
  background-color: #971835;
}
.estruturaprogramarelacionamentomobile{
  /* background:url(../assets/background-main-2023.png) center; */
  background-color: #971835;
}
.programarelacionamento{
  /* background:url(../assets/background-main-2023.png) center; */
  background-color: #971835;
}
.premios{
  /* background:url(../assets/background-main-2023.png) center; */
  background-color: #971835;
}
.viagens{
  /* background:url(../assets/background-main-2023.png) center; */
  background-color: #971835;
}
@media (max-width: 1700px) {
  .main {
  padding-top: 180px;
  }
}

@media (max-width: 1124px) {
  .main {
    padding-top: 140px;
  }
}
@media (max-width: 400px) {
  .main {
    padding-top: 80px;
    justify-content: flex-start;

  }
}


.main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .row:nth-of-type(2) {
  margin-top: 40px;
}

.main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  justify-content: center;

}
@media (max-width: 450px) {
  .main {
    margin-top: 0px;
    padding: 0px;
    gap: 50px;
    padding-bottom: 15px;
  }
  .main .row:nth-of-type(2) {
    margin-top: 10px !important;
  }
}

@media (max-width: 1110px) {
  .main .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .main .row img {
    max-width: 90%;
  }
}

.main .row video {
  border-radius: 2px;
  max-width: 675px;
}

@media (max-width: 1024px) {
  .main .row video {
    max-width: 100%;
  }
}

.main .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

@media (max-width: 1110px) {
  .main .cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.main .cta p {
  max-width: 90ch;
  font-weight: 200;
}

@media (max-width: 1110px) {
  .main .cta p {
    text-align: center;
    max-width: 90%;
    font-size: 16px;
  }
}

@media (max-width: 475px) {
  .main .cta p {
    text-align: center;
    max-width: 90%;
    font-size: 14px;
  }
}
.iframevideo{
  width: 650px;
  height: 425px;
}
@media (max-width: 675px) {
  .iframevideo{
    width: 450px;
    height: 300px;
  }
}
@media (max-width: 475px) {
  .iframevideo{
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 400px) {
  .iframevideo{
    width: 350px;
    height: 300px;
  }
}
.programaincentivo{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: nowrap;


}

.programarelacionamento{
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap:30px;

}
@media (min-width: 815px) {
.estruturaprogramarelacionamento{
  height:100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.estruturaprogramarelacionamentomobile{
display: none;
}
}


@media (max-width: 815px) {
  .estruturaprogramarelacionamentomobile{
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .estruturaprogramarelacionamento{
 display: none;
  }

  }


.programarelacionamento .row{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  text-align: start;
  gap: 40px;
}
.imagemcampanhaincentivo{
  width: 90% !important;
  height: 90%;
}

@media (max-width: 815px) {
.programarelacionamento .row{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  gap: 30px;
}

 .programarelacionamento .row p{
  width: 95% !important;
}
}
.programarelacionamento .row p{
  width: 40%;
}


  .imagemprogramarelacionamento{
    width: 100%;
  height: auto;
   }
   .imagemprogramarelacionamentomobile{
    width: 100%;
    height: auto;
   }


.premios {
  padding: 32px 0;
}

.premios h1 {
  background: -webkit-linear-gradient(90deg, #f36c34, #fba130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
}

.premios__wrapper {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  padding: 0 32px;
}

.premios__wrapper-item {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.premios__wrapper-item-desc h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  font-size: 14px;
  max-width: 30ch;
  min-width: 30ch;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .premios__wrapper-item-desc h3 {
    max-width: 25ch;
    min-width: 25ch;
  }
}

.premios__wrapper-item-desc span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.premios__wrapper-item-desc .valor-pontos {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.premios__wrapper-item-desc img {
  display: block;
  margin-top: -8px;
}

.premios__wrapper-item-image {
  width: 100%;
  height: 100%;
  border: double 4px transparent;
  border-radius: 50%;
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.premios__wrapper-item-image img {
  width: 120px;
  height: 120px;
}

.viagens {
  padding: 5px 0;
  background-size: cover;
}

.viagens h1 {
  background: -webkit-linear-gradient(90deg, #f36c34, #fba130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
}

.viagens .row {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 64px;
}

@media (max-width: 1110px) {
  .viagens .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 450px) {
  .viagens .row img {
    max-width: 100%;
  }
}

.viagens .row video {
  border-radius: 2px;
  max-width: 675px;
}

@media (max-width: 1024px) {
  .viagens .row video {
    max-width: 100%;
  }
}

.viagens .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
}

@media (max-width: 1110px) {
  .viagens .cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.viagens .cta p {
  max-width: 50ch;
  font-weight: 200;
}

@media (max-width: 1110px) {
  .viagens .cta p {
    text-align: center;
    max-width: 90%;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .viagens .cta p {
    text-align: center;
    max-width: 90%;
    font-size: 14px;
  }
}

.viagem_wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 64px;
  margin-top: 40px;
}

.viagem_wrapper .viagem_wrapper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media (max-width: 375px) {
  .viagem_wrapper .viagem_wrapper-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.viagem_wrapper .viagem_wrapper-item .imagem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.viagem_wrapper .viagem_wrapper-item .imagem img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  border: double 4px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

@media (max-width: 500px) {
  .viagem_wrapper .viagem_wrapper-item .imagem img {
    width: 195px !important;
    height: 195px !important;
  }
}

@media (max-width: 375px) {
  .viagem_wrapper .viagem_wrapper-item .texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.viagem_wrapper .viagem_wrapper-item .texto .row-texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.viagem_wrapper .viagem_wrapper-item .texto .row-texto img {
  display: block;
  width: 32px;
  margin-top: 0px;
}

.viagem_wrapper .viagem_wrapper-item .texto h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  max-width: 20ch;
}

@media (max-width: 450px) {
  .viagem_wrapper .viagem_wrapper-item .texto h2 {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .viagem_wrapper .viagem_wrapper-item .texto h2 {
    text-align: center;
  }
}

.viagem_wrapper .viagem_wrapper-item .texto p {
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 64px;
}

@media (max-width: 450px) {
  .viagem_wrapper .viagem_wrapper-item .texto p {
    font-size: 48px;
  }
}

.viagem_wrapper .viagem_wrapper-item .texto img {
  margin-top: -20px;
}

@media (max-width: 450px) {
  .viagem_wrapper .viagem_wrapper-item .texto img {
    margin-top: -8px;
  }
}

.viagem_wrapper .viagem_wrapper-item:nth-of-type(odd) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 375px) {
  .viagem_wrapper .viagem_wrapper-item:nth-of-type(odd) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.viagem_wrapper .viagem_wrapper-item:nth-of-type(odd) .imagem {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 375px) {
  .viagem_wrapper .viagem_wrapper-item:nth-of-type(odd) .imagem {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.viagem_wrapper .viagem_wrapper-item:nth-of-type(odd) .texto {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
}

@media (max-width: 375px) {
  .viagem_wrapper .viagem_wrapper-item:nth-of-type(odd) .texto {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.viagem_wrapper .viagem_wrapper-item:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 32px;
}

.divisor-viagem {
  display: block;
  height: 1px;
  background: rgba(12, 12, 12, 0.15);
  width: 80%;
  margin: 0 auto;
  margin-bottom: 32px;
  margin-top: 64px;
}

.viagens__especiais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex ;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.viagens__especiais .row {
  margin: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.viagens__especiais .viagens__especiais-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

@media (max-width: 450px) {
  .viagens__especiais .viagens__especiais-item {
    gap: 0px;
  }

}

@media (max-width: 375px) {
  .viagens__especiais .viagens__especiais-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.viagens__especiais .viagens__especiais-item .imagem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.viagens__especiais .viagens__especiais-item .imagem img {
  border-radius: 50%;
  width: 350px !important;
  height: 350px !important;
  border: double 4px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
}


.viagens__especiais .viagens__especiais-item .texto h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  max-width: 25ch;
}


@media (max-width: 550px) {
  .viagens__especiais .viagens__especiais-item .imagem img {
    border-radius: 50%;
    width: 300px !important;
    height: 300px !important;
    border: double 4px transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
  }
}
@media (max-width: 500px) {
  .viagens__especiais .viagens__especiais-item .texto h2 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .viagens__especiais .viagens__especiais-item .imagem img {
    width: 220px !important;
    height: 220px !important;

  }

}
@media (max-width: 375px) {
  .viagens__especiais .viagens__especiais-item .texto h2 {
    text-align: center;
  }
}

.viagens__especiais .viagens__especiais-item .texto .row-texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0px;
}

.viagens__especiais .viagens__especiais-item .texto .row-texto img {
  display: block;
  width: 32px;
  margin: 0 !important;
}

.viagens__especiais .viagens__especiais-item .texto p {
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 64px;
}

@media (max-width: 450px) {
  .viagens__especiais .viagens__especiais-item .texto p {
    font-size: 32px;
  }
}

.viagens__especiais .viagens__especiais-item .texto img {
  margin-top: -20px;
}

@media (max-width: 450px) {
  .viagens__especiais .viagens__especiais-item .texto img {
    margin-top: -8px;
  }
}

.viagens__especiais .viagens__especiais-item .texto img:nth-of-type(1) {
  margin-bottom: 16px;
}

.viagens__especiais .viagens__especiais-item:nth-of-type(odd) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.viagens__especiais .viagens__especiais-item:nth-of-type(odd) .imagem {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 375px) {
  .viagens__especiais .viagens__especiais-item:nth-of-type(odd) .imagem {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.viagens__especiais .viagens__especiais-item:nth-of-type(odd) .texto {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: right;
}

.viagens__especiais .viagens__especiais-item:nth-of-type(odd) .texto h2 {
  margin-left: 16px !important;
}

@media (max-width: 725px) {
  .viagens__especiais .viagens__especiais-item:nth-of-type(odd) .texto h2 {
    max-width: 15ch;
  }
}

@media (max-width: 375px) {
  .viagens__especiais .viagens__especiais-item:nth-of-type(odd) .texto h2 {
    max-width: none;
    margin-left: 0px !important;
  }
}

@media (max-width: 375px) {
  .viagens__especiais .viagens__especiais-item:nth-of-type(odd) .texto {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }
}

.viagens__especiais
  .viagens__especiais-item:nth-of-type(odd)
  .texto
  .row-texto {
  gap: 8px;
}

@media (max-width: 375px) {
  .viagens__especiais .viagens__especiais-item:nth-of-type(even) .texto {
    text-align: center;
  }
}

.viagens__especiais .viagens__especiais-item:nth-of-type(even) .texto h2 {
  margin-right: 16px !important;
}

@media (max-width: 375px) {
  .viagens__especiais .viagens__especiais-item:nth-of-type(even) .texto h2 {
    margin-right: 8px !important;
  }
}

/* .viagem-1 {
  width: 340px !important;
  height: 340px !important;
} */
@media(min-width: 1400px) {
.viagem-1{

  width: 350px !important;
  height: 350px !important;

}

@media (max-width: 450px) {
  .viagem-1 {
    width: 195px !important;
    height: 195px !important;
    margin-left: 0;
}
  }
}

.viagem-2 {
  width: 350px !important;
  height: 275px !important;
}

@media (max-width: 450px) {
  .viagem-2 {
    width: 350px !important;
    height: 350px !important;
  }
}

.viagem-3 {
  width: 350px !important;
  height: 350px !important;
}

@media (max-width: 450px) {
  .viagem-3 {
    width: 350px !important;
    height: 350px !important;
  }
}

.va-viagens {
  max-width: 300px;
}

@media (max-width: 450px) {
  .va-viagens {
    max-width: 350px !important;
  }
}

@media (max-width: 375px) {
  .va-viagens {
    max-width: 300px !important;
  }
}

@media (max-width: 320px) {
  .va-viagens {
    max-width: 250px !important;
  }
}

.regulamentos {
  margin-top: 32px;
  margin-bottom: 32px;
}

.regulamentos ul {
  list-style-type: ".: ";
  color: #fff !important;
  font-size: 12px;
}

.regulamentos ul li {
  font-weight: 200;
}

.regulamentos ul li + li {
  margin-top: 8px;
}

footer {
  background: url(../../assets/background-main.png);
  padding: 16px 0;
}

footer h1 {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  text-align: center;
}

footer .duvidas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 32px;
}

footer .duvidas h2 {
  color: #fff;
}

footer .duvidas p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  margin: 8px 0;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  gap: 72px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 450px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
}

footer .column p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  margin: 8px 0;
  max-width: 55ch;
}

footer .column .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

footer .column .row svg {
  fill: rgba(255, 255, 255, 0.8);
}

@media (max-width: 320px) {
  footer .column .row {
    gap: 16px;
  }
}

footer .column .row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */

.empresasassociadas {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-weight: 200;
}
.textoprincipalconectar {
  text-align: start;
  padding: 10px;
  max-width: 80ch !important;
}
.textoconectar {
  text-align: flex-start;
  padding: 25px;
  width: 20%;
}
.grupoTextoConectar {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
}
.grupoTextoConectar strong {
  font-size: 23px;
}
.informacoes{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.textoMilao{
  font-family:Helvetica !important;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.imagemmilaopromocao{
  width: 100% !important;
  padding: 0 0 0 0 !important;
}
.textoinformacoes{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 32px;

}
.videoconectar{
  width:560px;
  height:315px;
}
@media only screen and (max-width: 570px) {
  .videoconectar{
    width: 100%;
    height:290px;
  }
  .textoMilao{
    font-size: 22px;
  }
}
@media only screen and (max-width: 1500px) {

  .textoinformacoes{

    width: 100%;
    font-size: 22px;

  }
}
@media only screen and (max-width: 1000px) {
  .empresasassociadas {
    /* width: 80%; */
    margin-top: 15px;
  }
  .textoinformacoes{

    width: 100%;
    font-size: 18px;

  }
}

@media only screen and (max-width: 1000px) {
  .empresasassociadas {
    /* width: 100%; */
    margin-top: 15px;
  }
  .textoprincipalconectar {
    text-align: start;
    font-size: 16px;
  }
  .textoconectarsecundario {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0px;
  }
  .textoconectarprimario {
    text-align: start !important;
    font-size: 16px;
  }
  .grupoTextoConectar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  .textoconectar {
    text-align: center;
    padding: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .textoprincipalconectar {
    text-align: start;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1100px) {
  .cta {
    display: contents;
  }
}
