* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

header {
  background-color: #202928;
  padding: 0;
  width: 100%;
}

.banner{
  height: 75vh;
  position: relative;
}
.h-90{
  height: 75vh;
  display: flex;
  align-items: center;
}
.imagem-banner{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.imagem-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h3{
  color: #FFF;
  line-height: 1.5;
}
h3 span{
  display: block;
}
.limites{
  margin-top: 45px;
}
.limites p{
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  line-height: 2;
}
.limites p span{
  display: block;
}
.limites a{
  display: block;
  width: fit-content;
  padding: 5px 20px;
  background-color: #FFF;
  border-radius: 15px;
  color: #102A46;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.limites a:hover{
  color: #102A46;
}
.limites h3{
  font-weight: 400;
  font-size: 22px;
} 
.bgbilhete{
  background: url(../images/lp-la-mision/bg-bilhete.png) no-repeat center;
  background-size: 100%;
  padding: 10px;
}
.bgbilhete img{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.bgbilhete .cupom{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.bgbilhete .cupom h2{
  margin-bottom: 0;
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  padding-top: 15px;
}
.bgbilhete .cupom h2 span{
  display: block;
  font-weight: 700;
}
.bgbilhete .desconto p{
  color: #FFF;
  padding: 20px 35px;
}
.title-principal {
  position: relative;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.title-principal h2 {
  font-size: 52px;
  padding-top: 25vh;
  font-weight: 700;
}
.introduction p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 33px;
  width: 90%;
  margin: 2vh auto;
}
.introduction .details {
  font-size: 36px;
  margin: 0 auto;
  margin-top: 33vh;
  line-height: 65px;
  width: 100%;
}
.introduction .beneficios .descript {
  width: 55%;
  margin: 0 auto;
}
.introduction .beneficios span {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.card {
  background-color: #202928;
  display: flex;
  background-clip: none;
  border: none;
  border-radius: none;
  padding: 0;
}
.card-header {
  padding: 0;
  border: none;
}

.card-header-img img {
  width: 50px;
  padding-bottom: 10px;
}

.card-header-title h2 {
  color: #ffffff;
  font-size: 40px;
  padding: 20px;
  width: 65%;
  text-align: center;
  margin: 0 auto;
  line-height: 65px;
}
.card-body {
  padding: 0;
}
.separator {
  background-color: #202928;
  padding: 30px 0;
}

.separator h2 {
  font-size: 55px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  max-width: 900px;
}

.content {
  background-color: #202928;
  padding: 15px 0;
  padding-bottom: 60px;
}

.content-title h2 {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  max-width: 900px;
  padding: 90px;
  padding-bottom: 0px;
}

.content-text .atencao {
  font-size: smaller;
  border-bottom: 1px solid #ffff;
}

.content-title span {
  font-weight: 700;
}

.content-text p {
  color: #ffffff;
  font-size: 18px;
  padding: 40px 0;
  font-weight: 400;
}

.content-text {
  max-width: 900px;
}

.background-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/lp-la-mision/Card-1.jpg");
  height: 95vh;
  margin-bottom: 60px;
}
article.card-content {
  flex: 0 0 45%;
  max-width: 45%;
  background-color: #0D1413;
  border-radius: 4px;
  margin: 20px 0px 20px 50px;
  height: 80%;
}
div.card-content {
  background-color: #0D1413;
  border-radius: 4px;
  height: 100%;
}
.card-content .card {
  background-color: #0D1413;
  padding: 7vh;

}
.content .card-content h2 {
  font-size: 43px;
}
.content .card-content h3 {
  font-size: 26px;
}
.card-image img {
  width: 100%;
}
.description {
  text-align: center;
  justify-content: center;
  padding: 30px;
}
.card-title h2 {
  color: #ffffff;
  font-size: 24px;
  padding: 10px 0;
  font-weight: 700;
}
.card-subtitle h3 {
  padding-top: 10px;
  color: #ffffff;
  font-size: 18px;
  min-height: 50px;
  font-weight: 600;
}
.card-text p {
  color: #ffffff;
  font-size: 26px;
  padding: 20px 0;
  font-weight: 300;
  min-height: 250px;
}
.card-text .content {
  min-height: 0;
}
.card-text p > span {
  font-weight: 500;
}
.button-area {
  display: flex;
  justify-content: center;
}
.card-button {
  cursor: pointer;
  width: 260px;
}
.card-button p:hover {
  box-shadow: rgba(16, 42, 70, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}
.card-button p {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  color: #102A46;
  font-weight: 500;
  font-size: 20px;
}
.cupom-content {
  margin: 4rem 1rem;
  flex: 0 0 55%;
  max-width: 55%;
  margin: 12vh 2vh;
}
.cupom-content p {
  font-size: 48px;
  color: #B7D2E2;
  margin: 0;
}
.cupom-content span {
  color: #ffffff;
  font-size: 60px;
}
.cupom-content .text-gradient {
  background: linear-gradient(to top, #b7d2e2, #ffffff); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
.slick-dots li button:before {
  color: #ffff !important;
}
.bg-modal {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/lp-la-mision/LP-la mision-formulario-BG-desktop-new.jpg");
  background-size: cover;
  z-index: 0;
  padding-bottom: 50px;
  border: none;
}
.content-modal-form {
  background-color: #ffffff9a;
  max-width: 90%;
  padding: 40px 30px;
  border-radius: 13px;
  margin-top: 50px;
  width: 100%;
}
.modal-icon img {
  max-width: 70px;
}
.modal-title h2 {
  font-size: 26px;
  padding: 20px 0;
}
.form-group {
  position: relative;
  z-index: 10000;
}
.label-inside {
  position: absolute;
  top: 35%;
  left: 10px;
  transform: translateY(-50%);
  padding: 0 20px;
  cursor: text;
}
input,
select {
  background-color: transparent !important;
  border: 1px solid #414040 !important;
  padding: 8px;
  border-radius: 5px;
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin-bottom: 20px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"><polygon points="0,0 12,0 6,6" fill="#414040"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 10px 6px;
  cursor: pointer;
}
.custom-btn {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  color: #8c8c8c;
  font-weight: 500;
  border: 2px solid #8c8c8c;
}
.custom-btn:hover {
  background-color: #8c8c8c;
  color: #ffffff;
}
.modal-politic {
  padding: 30px 0;
  color: #414040;
}
.modal-politic p {
  font-weight: 300;
  font-size: 18px;
}
.modal-politic p > span {
  font-weight: 700;
}
.modal-politic p > a {
  font-weight: 700;
  color: #414040;
}
footer {
  padding: 30px 0;
}
.copyright p {
  font-size: 14px;
  color: #414040;
}
.copyright-img {
  text-align: end;
}
.copyright-img img {
  width: 132px;
}
.error-label {
  top: 35% !important;
}
.error-container span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.error-message {
  color: red;
  font-size: 12px;
}
.lh-2 {
  line-height: 2;
}
@media (max-width: 1920px) {
  .introduction .title-principal {
    margin-top: 10vh;
    text-align: right;
  }
  .bgbilhete .cupom .offset{
    margin-left: 200px;
  }
}
@media (max-width: 1440px) {

}
@media (min-width: 1366px) and (max-width: 1440px) {
  .banner{
    height: 90vh;
  }
  .h-90{
    height: 90vh;
  }
  .bg-principal {
    height: 175vh;
  }
  .title-principal h2 {
    font-size: 42px;
  }
  .introduction .details {
    font-size: 26px;
    line-height: 45px;
    margin-bottom: 2vh;
    width: 75%;
  }
  .introduction .card {
    width: 80%;
    margin: 0 auto;
  }
  .card-header-title h2 {
    font-size: 24px;
    width: 55%;
    padding: 0;
    line-height: 1.3;
  }
  .introduction .beneficios span {
    font-size: 16px;
  }
  .introduction p {
    font-size: 12px;
    line-height: 1.4;
    width: 95%;
  }
  .separator h2 {
    font-size: 35px;
  }
  article.card-content {
    margin: 20px 0px 20px 20px;
    height: 95%;
  }
  .card-content .card {
    padding: 3vh;
  }
  .content .card-content h2 {
    font-size: 30px;
  }
  content h3 {
    font-size: 20px;
  }
  .content .card-content h3 {
    font-size: 20px;
  }
  .card-text p {
    font-size: 20px;
    min-height: 190px;
  }
  .card-button {
    width: 230px;
  }
  .cupom-content p {
    font-size: 38px;
  }
  .cupom-content img {
    width: 55%;
  }
  .cupom-content {
    width: 54vh;
    margin: 4rem 1rem;
  }
  .bgbilhete .desconto p{
    font-size: 15px;
    padding: 0 1rem;
    padding-top: 2rem;
  }
  .bgbilhete .cupom .offset{
    margin-left: 160px;
  }
  .bgbilhete .cupom h2{
    font-size: 27px;
    padding-top: 0;
  }
  .limites{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1280px){
  .bgbilhete .cupom h2{
    font-size: 22px;
  }
  .bgbilhete .desconto p{
    font-size: 13px;
  }
  .limites {
    margin-top: 28px;
  }
  .banner{
    height: 85vh;
  }
  .h-90{
    height: 85vh;
  }
}
@media screen and (max-width: 1024px){
  .banner, .h-90{
    height: 85vh;
  }
}
@media screen and (max-width: 768px) {
  header {
    background-color: #121212;
  }
  header img {
    width: 75%;
  }
  .bg-principal {
    background-image: url("../images/lp-la-mision/LP-la mision-banner-BG-mobile-new.jpg");
    background-color: #202928;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: auto;
    margin-top: 100px;
  }
  .introduction .title-principal {
    margin-top: 0;
    text-align: center;
  }
  .title-principal h2 {
    font-size: 23px;
    padding-top: 23vh;
    font-weight: 800;
    line-height: 29px;
    width: 79%;
    margin: 0 auto;
  }
  .introduction .details {
    font-size: 13px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 2vh;
    line-height: 22px;
    width: 315px;
  }
  .card-header-title h2 {
    color: #ffffff;
    font-size: 15px;
    padding: 10px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
  }
  .introduction .beneficios .descript {
    width: 100%;
    margin: 0;
  }
  .introduction .beneficios span {
    font-size: 13px;
  }
  .introduction p {
    font-size: 8px;
    line-height: 17px;
    width: 330px;
    margin: 0 auto;
    margin-bottom: 3vh;
  }
  .separator {
    position: relative;
    margin: -1px;
  }
  .separator.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .separator .container.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .separator h2 {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    max-width: 900px;
  }
  .background-card {
    padding-top: 35vh;
  }
  .cupom-content {
    flex: none;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  .cupom-content p {
    font-size: 26px;
  }
  article.card-content {
    flex: none;
    max-width: 95%;
    margin: 0;
    height: 80%;
    margin-top: 20vh;
  }
  .background-card {
    background-size: contain;
    background-image: url("../images/lp-la-mision/Card-1-mobile.jpg");
  }
  .card-content .card {
    padding: 3vh;
  }
  .content .card-content h2 {
    font-size: 35px;
  }
  .content .card-content h3 {
    font-size: 20px;
  }
  .card-text p {
    font-size: 20px;
    min-height: auto;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 150px;
  }
  .slick-list.draggable {
    padding: 0 20px !important;
  }
  .slick-slide {
    margin-right: 25px;
    height: 900px;
  }
  .bg-modal {
    background-image: url("../images/lp-la-mision/LP-la mision-formulario-BG-mobile-new.jpg");
    background-size: contain;
    padding-bottom: 0;
  }
  .container-video iframe{
    height: 38vh;
  }
  .bgbilhete{
    background-size: contain;
  }
  .limites a{
    margin: 0 auto;
  }
  .limites .ctas{
    text-align: center;
  }
}
@media screen and (max-width: 430px){
  .container-video iframe{
    height: 28vh;
  }
  .bgbilhete .off p{
    font-size: 70px;
  }
  .bgbilhete .off p.porcentagem{
    font-size: 40px;
  }
  .bgbilhete .off p.porcentagem span{
    font-size: 25px;
  }
  .limites a{
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .slick-dotted.slick-slider {
    margin-top: 250px;
  }
}
@media screen and (max-width: 412px) {
  .container-video iframe{
    height: 25vh;
  }
}
@media screen and (max-width: 390px) {
  .bg-principal {
    margin-top: 90px;
  }
  .slick-dotted.slick-slider {
    margin-top: 190px;
  }
  .card-text p {
    font-size: 18px;
  }
  .container-video iframe{
    height: 29vh;
  }
}
@media screen and (max-width: 375px) {
  .card-text p {
    font-size: 16px;
  }
  .card-button p {
    font-size: 16px;
  }
  .slick-slide {
    height: 760px;
  }
  .slick-dotted.slick-slider {
    margin-top: 260px;
  }
  .container-video iframe{
    height: 28vh;
  }
}
@media screen and (max-width: 360px){
  .container-video iframe{
    height: 26vh;
  }
}
@media screen and (max-width: 320px){
  .container-video iframe{
    height: 36vh;
  }
}
/* 1920 com zoom 150% */

.zoom-high .bg-principal {
  height: 175vh;
}
.zoom-high .title-principal h2 {
  font-size: 42px;
}
.zoom-high .introduction .details {
  font-size: 26px;
  line-height: 45px;
  margin-bottom: 2vh;
  width: 75%;
}
.zoom-high .introduction .card {
  width: 80%;
  margin: 0 auto;
}
.zoom-high .card-header-title h2 {
  font-size: 24px;
  width: 55%;
  padding: 0;
  line-height: 1.3;
}
.zoom-high .introduction .beneficios span {
  font-size: 16px;
}
.zoom-high .introduction p {
  font-size: 16px;
  line-height: 1.4;
  width: 75%;
}
.zoom-high .separator .py-5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.zoom-high .separator h2 {
  font-size: 35px;
}
.zoom-high article.card-content {
  margin: 20px 0px 20px 20px;
  height: auto;
}
.zoom-high .card-content .card {
  padding: 1rem 0;
}
.zoom-high .content .card-content h2 {
  font-size: 30px;
  margin-bottom: 0;
  padding-top: 5px;
}
.zoom-high .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.zoom-high .content .card-content h3 {
  font-size: 20px;
}
.zoom-high .card-text p {
  font-size: 20px;
  min-height: auto;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.zoom-high .card-button {
  width: 230px;
}
.zoom-high .cupom-content p {
  font-size: 38px;
}
.zoom-high .cupom-content img {
  width: 55%;
}
.zoom-high .cupom-content {
  width: 54vh;
  margin: 4rem 1rem;
}


/* FIM 1920 com zoom 150% */