@import url("https://fonts.cdnfonts.com/css/made-tommy-outline");
@import url("https://fonts.cdnfonts.com/css/stretch-pro");
* {
  font-family: "MADE TOMMY", sans-serif;
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: 0.8em;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.link {
  color: #c53f3f !important;
  text-decoration: underline !important;
}
a:link {
  text-decoration: none !important;
}
.form-control {
  border: 2px solid #c53f3f;
}
.headerImg {
  background-image: url("/img/topo.png");
  color: #fff;
}
.btn-danger {
  background-color: #c53f3f;
}
.gray_footer {
  background-image: url("/img/cinza_footer.png");
  max-width: 100%;
  height: auto;
  margin-top: -523px;
  padding-bottom: 50px;
}
.black_footer {
  background-image: url("/img/black_footer.png");
  color: #fff;
  background-size: cover;
  max-width: 100%;
  background-repeat: no-repeat;
}
.form {
  background-color: #fff;
  border-radius: 33px;
  color: #000;
}
.headerForm {
  margin: 20px;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.img-logo {
  max-width: 100%;
  height: auto;
  width: 200px;
}
.img-footer {
  max-width: 100%;
  height: auto;
  width: 200px;
  margin-top: 10px;
}
.space {
  padding: 10px 0;
}
.icons {
  max-width: 100%;
  height: auto;
  width: 103px;
}
.textFont {
  font-size: 85px;
}
.text {
  font-size: 10px;
  text-align: center;
}
.textColor {
  color: #f2cd3c !important;
}
.color {
  color: #fff;
}
.font-stretch {
  font-family: "Stretch Pro", sans-serif;
}
.centerForm {
  padding: 15px 15px;
}
.padding {
  padding-left: 25px;
}
.mo-3 {
  padding-top: 60px;
}
.pt-02 {
  padding-top: 40px;
}
.mi-1 {
  margin-top: 15px;
}
.mo-1 {
  margin-top: 100px;
}
.mo-2 {
  margin-top: 30px;
}
.mo-4 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.ma-0 {
  align-content: space-between;
}
.ma-1 {
  padding-bottom: 10px;
}
.ma-2 {
  padding-bottom: 20px;
}
.ma-3 {
  padding-top: 25px;
}
.footerStyle {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.socialmidia {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.position {
  position: relative;
}
.banner {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: 0;
}
.borda {
  border: 1px solid #f00;
  border-radius: 10px;
}

.custom-radio input {
  display: none;
}

.custom-radio input + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid gray;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
}

.custom-radio input:checked + label:before {
  background-color: white;
  box-sizing: border-box;
  border: 5px solid #f2c41a;
  padding: 4px;
}

.accordionn {
  --bs-accordion-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23212529"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23052c65"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e
  );
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("/img/chevron-down.svg");
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url("/img/plus.svg");
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed) {
  color: #f00;
  background-color: transparent;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 10px;
}
button:focus:not(:focus-visible) {
  outline: 1px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #f00;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
#timeline {
  background-image: url("/img/timeline-1.png");
  max-width: 100%;
  width: 80%;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -100px;
  margin-left: 150px;
}
#fundo-maior {
  background-image: url("/img/background-topo.png");
  max-width: 100%;
  height: auto;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
#fundo-maior h1 {
  color: #fff;
  font-family: "MADE TOMMY", sans-serif;
  font-size: 7em;
  font-style: normal;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: -2.2px;
}
#imagem-grande img {
  width: 100%;
  margin-top: -333px;
  z-index: 30000;
}
.p-01 {
  padding: 0 75px;
}

.iconSVG {
  margin-right: 20px;
}
.ml-01 {
  margin-left: 20px;
}
.ml-03 {
  margin-left: 10px;
}
.txtc-01 {
  color: #fff;
  font-family: MADE TOMMY;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.05px;
}
.txtc-02 {
  color: #fff;
  font-family: MADE TOMMY;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.mt-01 {
  margin-top: 153px;
}
.ml-02 {
  margin-left: 137px;
}
.pb-01 {
  padding-bottom: 217px;
}
.mb-01 {
  margin-bottom: 69px;
}
.mb-02 {
  margin-bottom: 22px;
}
.mb-03{
  margin-bottom: 40px;
}
.ml-05{
  margin-left: 22px;
}
.ml-04 {
  margin-left: 120px;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #c53f3f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

@media (max-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}

@media (max-width: 1920px) {
  #fundo-maior h1 {
    font-size: 8em;
    line-height: 95px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -435px;
  }
  .gray_footer {
    margin-top: -684px;
  }
  .col-3 {
    margin-left: -3px;
  }
}
@media (max-width: 1470px) {
  .ml-03 {
    margin-left: 0px;
  }
  #fundo-maior h1 {
    font-size: 8em;
    line-height: 95px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -333px;
  }
  .gray_footer {
    margin-top: -523px;
  }
  .col-3 {
    margin-left: -3px;
  }
}

@media (max-width: 1280px) {
  .p-01 {
    padding: 0 69px;
  }
  #fundo-maior h1 {
    font-size: 7.8em;
    line-height: 90px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -290px;
  }

  .gray_footer {
    margin-top: -456px;
  }
}

@media (max-width: 1024px) {
  .p-01 {
    padding: 0 0px;
  }
  #fundo-maior h1 {
    font-size: 6.3em;
    line-height: 77px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -232px;
  }

  .gray_footer {
    margin-top: -365px;
  }
}

@media (max-width: 834px) {
  .ml-04{
    margin-left: 25px;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  #fundo-maior h1 {
    font-size: 5.5em;
    line-height: 77px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -189px;
  }

  .gray_footer {
    margin-top: -297px;
  }
}

@media (max-width: 800px) {
  #fundo-maior h1 {
    font-size: 5.3em;
    line-height: 75px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -182px;
  }

  .gray_footer {
    margin-top: -285px;
  }
}

@media (max-width: 768px) {
  .txtc-02 {
    color: #fff;
    font-family: MADE TOMMY;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  #fundo-maior h1 {
    font-size: 5em;
    line-height: 70px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -174px;
  }

  .gray_footer {
    margin-top: -274px;
  }
}

@media (max-width: 688px) {
  .mb-01{
    margin-bottom: 30px;
  }
  .text-end{
    text-align: start !important;
  }
  .ml-04{
    margin-left: 0px;
  }
  .ml-03 {
    margin-left: -23px;
  }
  #fundo-maior h1 {
    font-size: 8.75em;
    line-height: 110px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -156px;
  }

  .gray_footer {
    margin-top: -245px;
  }
}

@media (max-width: 600px) {
  .ml-03 {
    margin-left: -14px;
  }
  #fundo-maior h1 {
    font-size: 7.75em;
    line-height: 100px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -136px;
  }

  .gray_footer {
    margin-top: -214px;
  }
}

@media (max-width: 414px) {
  .ml-03 {
    margin-left: 10px;
  }
  #fundo-maior h1 {
    font-size: 5.4em;
    line-height: 77px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -94px;
  }

  .gray_footer {
    margin-top: -148px;
  }
}

@media (max-width: 393px) {
  #fundo-maior h1 {
    font-size: 5.2em;
    line-height: 77px;
    letter-spacing: -2.2px;
  }
  Í #imagem-grande img {
    margin-top: -90px;
  }

  .gray_footer {
    margin-top: -141px;
  }
}

@media (max-width: 375px) {
  #fundo-maior h1 {
    font-size: 4.9em;
    line-height: 77px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -85px;
  }

  .gray_footer {
    margin-top: -138px;
  }
}

@media (max-width: 360px) {
  #fundo-maior h1 {
    font-size: 4.75em;
    line-height: 77px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -82px;
  }

  .gray_footer {
    margin-top: -129px;
  }
}
@media (max-width: 320px) {
  .mo-1 {
    margin-top: 40px;
  }
  #fundo-maior h1 {
    font-size: 4em;
    line-height: 77px;
    letter-spacing: -2.2px;
  }
  #imagem-grande img {
    margin-top: -82px;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 31%;
  }

  .gray_footer {
    margin-top: -129px;
  }
}
