<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: "Open Sans", sans-serif;
}
header {
  background-color: #121212;
  padding: 15px 0;
}
.bg-principal {
  position: relative;
  background-image: url("../images/ironman25/ironman-banner-desk.jpg");
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-size: cover;
  z-index: 0;
  padding-bottom: 50px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.205);
  z-index: 1;
}
.title-principal {
  position: relative;
  text-align: left;
  color: #ffffff;
  z-index: 2;
}
.title-principal h2 {
  font-size: 29px;
}
div.card-header {
  background-color: #121212;
  border-radius: 0;
  width: 70%;
  z-index: 2;
}
div.card-header-img img {
  width: 50px;
}
.card-header-title {
  color: #ffffff;
}
.card-header-title h2 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 100;
}
.separator {
  background-color: #121212;
  padding: 6rem 0;
}
div.separator h2 {
  font-size: 33px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  max-width: 900px;
}
div.separator h2 strong {
    font-weight: 700;
}
div.content {
  background-color: #121212;
  padding: 15px 0;
  padding-bottom: 80px;
}
.bg-cupom-iron {
  position: relative;
  background-image: url("../images/ironman25/banner_cupom_desk.jpg");
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-size: cover;
  z-index: 0;
  padding-bottom: 50px;
}
div.content-title h2 {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  max-width: 900px;
  padding: 90px;
  padding-bottom: 0px;
}
div.content-text .atencao {
  font-size: smaller;
  border-bottom: 1px solid #ffff;
}
div.content-title span {
  font-weight: 700;
}
div.content-text p {
  color: #ffffff;
  font-size: 18px;
  padding: 40px 0;
  font-weight: 400;
}
div.content-text {
  max-width: 900px;
}
div.content p {
    color: #ffffff;
    line-height: 2;
}
div.cards-content {
  padding-top: 30px;
}
div.card-content {
  background-color: #1f1f1f;
  padding: 0px 0px 30px 0px;
  border-radius: 4px;
  max-width: 500px;
}
div.card-conteudo {
    padding: 10px;
}
div.card-icon img {
  width: 100%;
}
div.card-title h2 {
  color: #ffffff;
  font-size: 30px;
  padding: 10px 0;
  font-weight: 700;
}
div.card-subtitle h3 {
  padding-top: 10px;
  color: #ffffff;
  font-size: 20px;
  min-height: 50px;
  font-weight: 600;
}
div.card-text p {
  color: #ffffff;
  font-size: 18px;
  padding: 20px 0;
  font-weight: 300;
  margin-bottom: 15px;
}
div.card-text p &gt; span {
  font-weight: 500;
}
.bg-cupom-iron .text-md-start h2 {
  font-size: 43px;
}
.bg-cupom-iron .text-md-start p {
  font-size: 28px;
}
.bg-cupom-iron .card-button-cupom p {
  font-size: 20px;
}
div.card-button-cupom {
  cursor: pointer;
  width: 260px;
  border-radius: 40px;
  background-color: #052867;
}
div.card-button-cupom:hover {
    background-color: #052867;
    box-shadow: #041848 0px 0px 20px 0px inset;
}
div.card-button-cupom p {
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
}
div.card-button-cupom a {
    color: #ffffff;
}
div.card-button {
  cursor: pointer;
  max-width: 285px;
}
div.card-button p {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  color: #414040;
  font-weight: 700;
  font-size: 24px;
}
div.card-button p:hover {
box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.card-content {
  margin: 20px 10px;
}
.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/ironman25/bgmodal.png");
  background-size: cover;
  z-index: 0;
  padding-bottom: 50px;
}
.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 {
  top: 35%;
  left: 10px;
  transform: translateY(-50%);
  padding: 0 10px;
  position: absolute;
  pointer-events: none;
  transition: 0.2s ease all;
  z-index: 1;
}
.form-control.input-focused ~ .label-inside,
.form-control.input-filled ~ .label-inside {
  top: -15px;
}
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,&lt;svg xmlns="http://www.w3.org/2000/svg" width="12" height="6"&gt;&lt;polygon points="0,0 12,0 6,6" fill="#414040"/&gt;&lt;/svg&gt;');
  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 &gt; span {
  font-weight: 700;
}
.modal-politic p &gt; a {
  font-weight: 700;
  color: #414040;
}
footer {
  padding: 30px 0;
  background-color: #D9D9D9;
}
.copyright p {
  font-size: 16px;
  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;
}
input[type="date"]::-webkit-datetime-edit {
    display: none;
}
@media screen and (max-width: 768px) {
  header img {
    width: 75%;
  }
  .bg-principal {
    background-image: url("../images/ironman25/ironman-banner-mob.jpg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat; 
    background-color: #000;
    min-height: 100vh;
    padding-bottom: 0; 
  }
  .altura-mobile-fixa {
    height: 479px !important;
    min-height: auto !important;
  }
  .bg-principal .container {
    margin-top: 25vh;
  }
  div.card-header {
    width: 100%;
    margin: 15px;
    padding: 1rem;
  }
  .title-principal h2 {
    font-size: 16px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
  }
  .card-header-title {
    color: #ffffff;
  }
  .card-header-title h2 {
    color: #ffffff;
    font-size: 12px;
    width: 85%;
    margin: 0 auto;
  }
  .separator {
    background-color: #121212;
    padding: 2rem
  }
  div.separator h2 {
    font-size: 20px;
    font-weight: 300;
    padding: 20px 30px;
    padding-bottom: 0;
    padding-top: 0;
  }
  div.content-title h2 {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    padding: 20px;
  }
  div.content-text p {
    font-size: 18px;
    padding: 20px 0;
  }
  div.content-text {
    max-width: 95%;
  }
  div.content-text .atencao {
    font-size: smaller;
    border-bottom: 1px solid #ffff;
  }
  .cards-content {
    display: flex;
    flex-wrap: wrap;
  }
  .bg-cupom-iron {
    position: relative;
    background-image: url("../images/ironman25/banner_cupom_mob.jpg");
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-size: cover;
    z-index: 0;
    padding-bottom: 50px;
  }
  .bg-cupom-iron .text-md-start h2 {
      font-size: 28px;
  }
  .bg-cupom-iron .text-md-start p {
    font-size: 20px;
  }
  .card-content {
    flex: 1 1 50%; /* Define a largura dos cards */
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px; /* EspaÃ§amento entre os cards */
  }
  div.cards-content {
    padding-top: 0;
  }
  .card-text {
    flex-grow: 1;
  }
  .card-subtitle {
    min-height: 70px;
  }
  div.card-subtitle h3 {
    font-size: 16px;
  }
  div.card-text p {
    font-size: 14px;
  }
  div.card-button p {
    font-size: 18px;
  }
  .copyright {
    text-align: center;
  }
  .copyright p {
    font-size: 11px;
    text-align: left;
    padding: 1rem;
    margin: 0;
  }
  .copyright-img {
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .card-header-title h2 {
    font-size: 10px;
  }
  .copyright p {
    font-size: 11px;
  }
}</pre></body></html>