*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: 0;
  line-height: 1.2;
  letter-spacing: 0em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

object,
embed,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/*iframe,['style']{
    max-width: 100%;
    height: auto;
}*/
img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

fieldset {
  border: 0;
}

input,
select,
textarea {
  padding: 10px;
  width: 100%;
}

input.btn {
  width: auto;
  cursor: pointer;
}

.fontzero {
  font-size: 0;
}

.clear {
  clear: both;
}

@font-face {
  font-family: 'bebas_neue_probold';
  src: url('../fonts/bebasneuepro-bold-webfont.eot');
  src: url('../fonts/bebasneuepro-bold-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/bebasneuepro-bold-webfont.woff') format('woff'),
    url('../fonts/bebasneuepro-bold-webfont.ttf') format('truetype'),
    url('../fonts/bebasneuepro-bold-webfont.svg#bebas_neue_probold')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bebas_neue_promiddle';
  src: url('../fonts/bebasneuepro-middle-webfont.eot');
  src: url('../fonts/bebasneuepro-middle-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/bebasneuepro-middle-webfont.woff') format('woff'),
    url('../fonts/bebasneuepro-middle-webfont.ttf') format('truetype'),
    url('../fonts/bebasneuepro-middle-webfont.svg#bebas_neue_promiddle')
      format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: inherit !important;
}

body {
  background-color: #003446;
}

section {
  padding: 2rem 0;
}
section .line {
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  bottom: -30px;
  height: 60px;
  z-index: 1;
}
section .line .lensflare {
  position: relative;
  width: 100%;
  min-height: 100%;
}
section .line .source {
  position: absolute;
  background: -webkit-radial-gradient(
    white 0%,
    rgba(49, 183, 218, 0.7) 35%,
    rgba(49, 183, 218, 0.2) 49%,
    rgba(0, 0, 0, 0) 70%
  );
  background: radial-gradient(
    white 0%,
    rgba(49, 183, 218, 0.7) 35%,
    rgba(49, 183, 218, 0.2) 49%,
    rgba(0, 0, 0, 0) 70%
  );
  border-radius: 50%;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-animation: linear infinite;
  animation: linear infinite;
  -webkit-animation-name: run;
  animation-name: run;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
section .line .source-beam {
  position: absolute;
  background: -webkit-radial-gradient(
    rgba(49, 183, 218, 0.3) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(rgba(49, 183, 218, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
  width: 100%;
  height: 30px;
  top: 15px;
  left: 0;
  z-index: 1;
}

h2 {
  font-family: 'bebas_neue_probold';
  font-size: 3em;
  line-height: 1;
  color: #fff;
  letter-spacing: 6px;
  text-shadow: 0px 0px 8px #ffffff99;
  margin-bottom: 0;
}
h2 span {
  display: block;
  letter-spacing: 6px;
}

p {
  font-family: 'bebas_neue_promiddle';
  color: #fff;
  letter-spacing: 2.5px;
  margin-bottom: 0;
}

.btn {
  background-color: #fff;
  border-radius: 34px;
  padding: 5px 15px;
  box-shadow: 0px 0px 20px #ffffff99;
  color: #003446;
  margin-right: 15px;
}

input,
.button.enviatopo {
  border-radius: 31px;
  border: 1px solid #707070;
  padding: 5px 15px;
  font-family: 'bebas_neue_promiddle';
  color: #818181;
  font-size: 15px;
  letter-spacing: 1.5px;
}

input::-webkit-input-placeholder {
  font-family: 'bebas_neue_promiddle';
  color: #818181;
  font-size: 15px;
  letter-spacing: 1.5px;
}
input::-moz-placeholder {
  font-family: 'bebas_neue_promiddle';
  color: #818181;
  font-size: 15px;
  letter-spacing: 1.5px;
}
input:-ms-input-placeholder {
  font-family: 'bebas_neue_promiddle';
  color: #818181;
  font-size: 15px;
  letter-spacing: 1.5px;
}
input::-ms-input-placeholder {
  font-family: 'bebas_neue_promiddle';
  color: #818181;
  font-size: 15px;
  letter-spacing: 1.5px;
}
input::placeholder {
  font-family: 'bebas_neue_promiddle';
  color: #818181;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.privacy {
  width: 100%;
  padding: 15px 15px 5px;
  position: fixed;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans', sans-serif;
  z-index: 99999;
  display: none;
}
.privacy a {
  color: #fff;
}

.btn.aceito {
  background: #f9f9f9;
  color: #000;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 10px;
  cursor: pointer;
  width: 190px;
  margin-top: 0px;
  font-size: 16px;
}
.btn.aceito:hover {
  background: #f9f9f9;
  color: #000;
}

footer {
  background-color: #000;
  padding-bottom: 4rem;
}
footer .logo-footer img {
  display: block;
  margin: 0 auto;
}
footer .icones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .icones a {
  display: inline-block;
}
footer .icones a img {
  width: 35px;
  height: 35px;
  -webkit-filter: brightness(0) saturate(100%) invert(96%) sepia(100%)
    saturate(0%) hue-rotate(95deg) brightness(104%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%)
    hue-rotate(95deg) brightness(104%) contrast(104%);
}

@-webkit-keyframes run {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes run {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.sec-topo {
  background: url(../images/BTTF_montagem_master.00_01_52_08.Still023-min.webp)
    no-repeat center center/cover;
  height: 100vh;
  position: relative;
}
.sec-topo .logo-projeto img {
  width: 430px;
  margin-left: -25px;
}
.sec-topo h2 {
  font-size: 1.5em;
  letter-spacing: 2.5px;
}
.sec-topo h2 span {
  letter-spacing: 2.5px;
}
.sec-topo p {
  font-size: 1.2em;
}
.sec-topo .logos {
  height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-topo .forms {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-topo .box {
  background-color: #fff;
  border-radius: 24px;
  padding: 1.5rem;
}
.sec-topo .box h3 {
  color: #e20613;
  font-size: 22px;
  font-family: 'bebas_neue_probold';
  letter-spacing: 2.5px;
}
.sec-topo .box p {
  color: #001820;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.sec-topo .box .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.sec-topo .box .whatsapp {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 120px;
  -ms-flex: 1 0 120px;
  flex: 1 0 120px;
}
.sec-topo .box .email {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 120px;
  -ms-flex: 1 0 120px;
  flex: 1 0 120px;
}
.sec-topo .box .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  background-color: #e20613;
  color: #fff;
  border: 1px solid #e20613;
}
.sec-topo .box form {
  position: relative;
}
.sec-topo .box form .load-box {
  position: absolute;
  bottom: 0px;
}
.sec-topo .box form .load-box img.load-img {
  position: relative;
  bottom: -3px;
  width: 35px;
  opacity: 0;
  z-index: -1;
  left: 40px;
}
.sec-topo .box .sucesso {
  display: none;
}
.sec-topo .box .sucesso p {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.sec-leste {
  background: url(../images/banner-leste-min.webp) no-repeat center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 5rem;
}
.sec-leste h4 {
  font-size: 30px;
  letter-spacing: 2.5px;
  text-shadow: 0px 0px 10px #ffffff99;
  color: #fff;
  font-family: 'bebas_neue_probold';
  text-align: center;
}
.sec-leste .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5%;
}
.sec-leste .box .num {
  width: 50%;
  text-align: center;
}
.sec-leste .box .num div {
  display: inline-block;
  vertical-align: middle;
}
.sec-leste .box .num p {
  font-size: 80px;
  font-family: 'bebas_neue_probold';
  text-shadow: 0px 0px 10px #ffffffb3;
  letter-spacing: 11.5px;
}
.sec-leste .box .num .text {
  font-size: 17px;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fff;
  text-shadow: inherit;
}
.sec-leste .box .num .text span {
  display: block;
  letter-spacing: 1.8px;
}
.sec-leste .box .num img {
  width: 65px;
}
.sec-leste .fonte {
  margin-top: 50px;
}
.sec-leste .fonte p {
  font-size: 15px;
  color: #fff;
  letter-spacing: 1.5px;
  text-shadow: 0px 0px 10px #ffffff99;
  font-family: 'bebas_neue_probold';
}

.sec-oportunidade {
  background: url(../images/banner-home_classicos-fase-3_btf_v2-min.webp)
    no-repeat center/cover;
  position: relative;
  padding-top: 5rem;
}
.sec-oportunidade .overflow {
  overflow-x: clip;
}
.sec-oportunidade .carousel-oportunidade {
  overflow-x: clip;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell {
  width: 35%;
  padding: 0 10px;
  height: 350px;
  padding-top: 40px;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell img {
  box-shadow: 0px 0px 20px #ffffff99;
  border: 3px solid #ffffff;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  height: 90px;
  width: 50%;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell .desc {
  opacity: 0;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell .box {
  position: relative;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell .box .tag {
  position: absolute;
  color: #fff;
  background-color: #e20613;
  border-radius: 0px 10px 10px 0px;
  padding: 5px 10px;
  top: 25px;
  left: 3px;
  font-family: 'bebas_neue_probold';
  opacity: 0;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell p {
  letter-spacing: 2.5px;
  text-shadow: 0px 0px 10px #ffffff99;
  font-size: 1.5em;
  font-family: 'bebas_neue_probold';
  text-align: center;
  line-height: 1;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell p span {
  text-shadow: inherit;
  font-size: 1rem;
  letter-spacing: 2.5px;
  font-family: 'bebas_neue_promiddle';
}
.sec-oportunidade .carousel-oportunidade .carousel-cell.is-selected {
  padding-top: 0px;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell.is-selected img {
  width: 100%;
  height: 100%;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell.is-selected p {
  text-align: left;
}
.sec-oportunidade .carousel-oportunidade .carousel-cell.is-selected .desc,
.sec-oportunidade .carousel-oportunidade .carousel-cell.is-selected .tag {
  opacity: 1;
}
.sec-oportunidade .carousel-oportunidade .flickity-prev-next-button {
  position: absolute;
  top: 30vh;
}
.sec-oportunidade .carousel-oportunidade .flickity-prev-next-button.next {
  right: 5px;
}
.sec-oportunidade .carousel-oportunidade .flickity-prev-next-button.previous {
  left: 5px;
}
.sec-oportunidade .btn {
  display: block;
  margin: 0 auto;
  width: 350px;
  font-family: 'bebas_neue_probold';
  letter-spacing: 2.9px;
  font-size: 1.5em;
}
.sec-oportunidade .pd-cta {
  padding: 0rem 0 4rem;
}

.sec-eixo {
  background: url(../images/BTTF_montagem_master.00_01_52_08.Still023-min.webp)
    no-repeat center center/cover;
  height: 140vh;
  position: relative;
  padding-top: 5rem;
}
.sec-eixo .box {
  position: relative;
}
.sec-eixo .box .mapa {
  border: 2px solid #fff;
  box-shadow: 0px 0px 20px #ffffffb3;
  height: 565px;
}
.sec-eixo .box .icone {
  position: absolute;
  z-index: 1;
  width: 110px;
  text-align: center;
  cursor: pointer;
}
.sec-eixo .box .icone img {
  margin-left: -10px;
}
.sec-eixo .box .icone p {
  color: #000000;
  letter-spacing: 1.1px;
  font-family: 'bebas_neue_probold';
  font-size: 11px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: -1;
}
.sec-eixo .box .icone p span {
  display: block;
  letter-spacing: 1.1px;
}
.sec-eixo .box .icone .line-red {
  position: absolute;
  width: 2px;
  height: 365px;
  background: #e20613;
  left: -10px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.sec-eixo .box .icone .line-red:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 8px;
  height: 8px;
  background-color: #e20613;
  border-radius: 50%;
}
.sec-eixo .box .icone .line-right {
  width: 50px;
  height: 2px;
  background-color: #e20613;
  bottom: 0;
  position: absolute;
}
.sec-eixo .box .icone .line-height {
  position: absolute;
  width: 2px;
  height: 50px;
  background: #e20613;
  right: 0;
}
.sec-eixo .box .icone .line-height:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 8px;
  height: 8px;
  background-color: #e20613;
  border-radius: 50%;
}
.sec-eixo .box .aeroporto {
  top: 20px;
  left: -15px;
}
.sec-eixo .box .aeroporto .img {
  position: relative;
}
.sec-eixo .box .aeroporto .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 1;
}
.sec-eixo .box .aeroporto .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .aeroporto:hover {
  z-index: 11;
}
.sec-eixo .box .aeroporto:hover .hover {
  opacity: 1;
}
.sec-eixo .box .aeroporto:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec-eixo .box .ceret {
  top: 145px;
  left: -15px;
}
.sec-eixo .box .ceret p {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-eixo .box .ceret .img {
  position: relative;
}
.sec-eixo .box .ceret .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -65px;
  left: 5px;
}
.sec-eixo .box .ceret .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .ceret:hover {
  z-index: 11;
}
.sec-eixo .box .ceret:hover .hover {
  opacity: 1;
}
.sec-eixo .box .ceret:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec-eixo .box .saoluiz {
  top: 245px;
  left: -15px;
}
.sec-eixo .box .saoluiz p {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-eixo .box .saoluiz .img {
  position: relative;
}
.sec-eixo .box .saoluiz .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -35px;
  left: 5px;
}
.sec-eixo .box .saoluiz .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .saoluiz:hover {
  z-index: 11;
}
.sec-eixo .box .saoluiz:hover .hover {
  opacity: 1;
}
.sec-eixo .box .saoluiz:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec-eixo .box .carrao {
  top: 80px;
  left: 50px;
}
.sec-eixo .box .carrao .img {
  position: relative;
}
.sec-eixo .box .carrao .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -5px;
  left: 5px;
}
.sec-eixo .box .carrao .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .carrao:hover {
  z-index: 11;
}
.sec-eixo .box .carrao:hover .hover {
  opacity: 1;
}
.sec-eixo .box .carrao:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec-eixo .box .carrao .line-carrao {
  height: 365px;
}
.sec-eixo .box .sampaio {
  top: 15px;
  left: 115px;
}
.sec-eixo .box .sampaio .img {
  position: relative;
}
.sec-eixo .box .sampaio .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -5px;
  left: 5px;
}
.sec-eixo .box .sampaio .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .sampaio:hover {
  z-index: 11;
}
.sec-eixo .box .sampaio:hover .hover {
  opacity: 1;
}
.sec-eixo .box .sampaio:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec-eixo .box .sampaio .line-carrao {
  height: 300px;
  left: 0;
}
.sec-eixo .box .crona {
  top: 245px;
  left: 185px;
  height: 40px;
  width: 120px;
}
.sec-eixo .box .crona .img {
  position: relative;
}
.sec-eixo .box .crona .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -75px;
  left: 5px;
}
.sec-eixo .box .crona .img .hover img {
  border-radius: 5px;
}
.sec-eixo .box .crona:hover {
  z-index: 11;
}
.sec-eixo .box .crona:hover .hover {
  opacity: 1;
}
.sec-eixo .box .geon {
  top: 200px;
  left: 235px;
  height: 40px;
  width: 120px;
}
.sec-eixo .box .geon img {
  margin-left: 0;
}
.sec-eixo .box .geon .img {
  position: relative;
}
.sec-eixo .box .geon .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -75px;
  left: 5px;
}
.sec-eixo .box .geon .img .hover img {
  border-radius: 5px;
}
.sec-eixo .box .geon:hover {
  z-index: 11;
}
.sec-eixo .box .geon:hover .hover {
  opacity: 1;
}
.sec-eixo .box .metria {
  top: 150px;
  left: 255px;
  height: 40px;
  width: 120px;
}
.sec-eixo .box .metria img {
  margin-left: 0;
}
.sec-eixo .box .metria .img {
  position: relative;
}
.sec-eixo .box .metria .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -75px;
  left: 5px;
}
.sec-eixo .box .metria .img .hover img {
  border-radius: 5px;
}
.sec-eixo .box .metria:hover {
  z-index: 11;
}
.sec-eixo .box .metria:hover .hover {
  opacity: 1;
}
.sec-eixo .box .almagah {
  top: 245px;
  left: 325px;
  height: 40px;
  width: 120px;
}
.sec-eixo .box .almagah img {
  margin-left: 0;
}
.sec-eixo .box .almagah .img {
  position: relative;
}
.sec-eixo .box .almagah .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -75px;
  left: 5px;
}
.sec-eixo .box .almagah .img .hover img {
  border-radius: 5px;
}
.sec-eixo .box .almagah:hover {
  z-index: 11;
}
.sec-eixo .box .almagah:hover .hover {
  opacity: 1;
}
.sec-eixo .box .radial {
  top: 65px;
  left: 615px;
}
.sec-eixo .box .radial .img {
  position: relative;
}
.sec-eixo .box .radial .img img {
  margin-left: 0;
}
.sec-eixo .box .radial .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -5px;
  left: 5px;
}
.sec-eixo .box .radial .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .radial:hover {
  z-index: 11;
}
.sec-eixo .box .radial:hover .hover {
  opacity: 1;
}
.sec-eixo .box .radial:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec-eixo .box .radial .line-carrao {
  left: 0;
  height: 300px;
}
.sec-eixo .box .shopping-tatuape {
  top: 15px;
  left: 680px;
}
.sec-eixo .box .shopping-tatuape .img {
  position: relative;
}
.sec-eixo .box .shopping-tatuape .img img {
  margin-left: 0;
}
.sec-eixo .box .shopping-tatuape .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -5px;
  left: 5px;
}
.sec-eixo .box .shopping-tatuape .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .shopping-tatuape:hover {
  z-index: 11;
}
.sec-eixo .box .shopping-tatuape:hover .hover {
  opacity: 1;
}
.sec-eixo .box .shopping-tatuape:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec-eixo .box .shopping-tatuape .line-carrao {
  left: 0;
  height: 80px;
}
.sec-eixo .box .shopping-tatuape .line-carrao:after {
  display: none;
}
.sec-eixo .box .shopping-tatuape .line-height {
  height: 170px;
}
.sec-eixo .box .platina {
  top: 70px;
  left: 755px;
  height: 40px;
  width: 120px;
}
.sec-eixo .box .platina img {
  margin-left: -5px;
}
.sec-eixo .box .platina .img {
  position: relative;
}
.sec-eixo .box .platina .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -75px;
  left: 5px;
}
.sec-eixo .box .platina .img .hover img {
  border-radius: 5px;
}
.sec-eixo .box .platina:hover {
  z-index: 11;
}
.sec-eixo .box .platina:hover .hover {
  opacity: 1;
}
.sec-eixo .box .metro-tatuape {
  top: 175px;
  left: 830px;
}
.sec-eixo .box .metro-tatuape p {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-eixo .box .metro-tatuape .img {
  position: relative;
}
.sec-eixo .box .metro-tatuape .img img {
  margin-left: 0;
}
.sec-eixo .box .metro-tatuape .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0px;
  left: 5px;
}
.sec-eixo .box .metro-tatuape .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .metro-tatuape:hover {
  z-index: 11;
}
.sec-eixo .box .metro-tatuape:hover .hover {
  opacity: 1;
}
.sec-eixo .box .metro-tatuape:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #000;
  background-color: #fff;
}
.sec-eixo .box .metro-tatuape .line-carrao {
  left: 0;
  height: 80px;
}
.sec-eixo .box .boulevard-tatuape {
  top: 375px;
  left: 860px;
  width: 125px;
}
.sec-eixo .box .boulevard-tatuape p {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-eixo .box .boulevard-tatuape .img {
  position: relative;
}
.sec-eixo .box .boulevard-tatuape .img img {
  margin-left: 0;
}
.sec-eixo .box .boulevard-tatuape .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -5px;
  left: 5px;
}
.sec-eixo .box .boulevard-tatuape .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .boulevard-tatuape:hover {
  z-index: 11;
}
.sec-eixo .box .boulevard-tatuape:hover .hover {
  opacity: 1;
}
.sec-eixo .box .boulevard-tatuape:hover p {
  margin-top: 60px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #000;
  background-color: #fff;
}
.sec-eixo .box .boulevard-tatuape .line-carrao {
  left: 0;
  height: 55px;
  top: -25px;
}
.sec-eixo .box .boulevard-tatuape .line-carrao:before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: 8px;
  height: 8px;
  background-color: #e20613;
  border-radius: 50%;
}
.sec-eixo .box .sesc {
  top: 25px;
  left: 860px;
}
.sec-eixo .box .sesc .img {
  position: relative;
}
.sec-eixo .box .sesc .img img {
  margin-left: 0;
}
.sec-eixo .box .sesc .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -5px;
  left: 5px;
}
.sec-eixo .box .sesc .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .sesc:hover {
  z-index: 11;
}
.sec-eixo .box .sesc:hover .hover {
  opacity: 1;
}
.sec-eixo .box .sesc:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec-eixo .box .sesc .line-carrao {
  left: 0;
  height: 55px;
}
.sec-eixo .box .sesc .line-carrao:after {
  display: none;
}
.sec-eixo .box .sesc .line-height {
  height: 120px;
}
.sec-eixo .box .urman {
  top: 95px;
  left: 930px;
  height: 40px;
  width: 120px;
}
.sec-eixo .box .urman img {
  margin-left: -5px;
}
.sec-eixo .box .urman .img {
  position: relative;
}
.sec-eixo .box .urman .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -75px;
  left: 5px;
}
.sec-eixo .box .urman .img .hover img {
  border-radius: 5px;
}
.sec-eixo .box .urman:hover {
  z-index: 11;
}
.sec-eixo .box .urman:hover .hover {
  opacity: 1;
}
.sec-eixo .box .metro-belem {
  top: 10px;
  left: 1000px;
}
.sec-eixo .box .metro-belem .img {
  position: relative;
}
.sec-eixo .box .metro-belem .img img {
  margin-left: 0;
}
.sec-eixo .box .metro-belem .img .hover {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -5px;
  left: 5px;
}
.sec-eixo .box .metro-belem .img .hover img {
  border-radius: 50%;
  border: 1px solid #e20613;
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.sec-eixo .box .metro-belem:hover {
  z-index: 11;
}
.sec-eixo .box .metro-belem:hover .hover {
  opacity: 1;
}
.sec-eixo .box .metro-belem:hover p {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.sec-eixo .box .metro-belem .line-carrao {
  left: 0;
  height: 185px;
}

.sec-video {
  background: url(../images/bg_classicos-fase-3_btf_lp_GIF-TV_720p-min.webp)
    no-repeat center center/cover;
  height: 100vh;
  position: relative;
}
.sec-video .box {
  height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-video .box .play {
  cursor: pointer;
  width: 150px;
}
.sec-video .box p {
  font-size: 1.5em;
  text-shadow: 0px 0px 10px #ffffff99;
  font-family: 'bebas_neue_probold';
}

.modais {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 99999;
  display: none;
}
.modais iframe {
  width: 100% !important;
  height: 95vh;
}
.modais img {
  width: 20px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%)
    saturate(7500%) hue-rotate(23deg) brightness(118%) contrast(118%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
    hue-rotate(23deg) brightness(118%) contrast(118%);
}

.sec-almanaque {
  background: url(../images/bg_classicos-fase-3_btf_lp_sessao-6_almanaque_v1-min.webp)
    no-repeat center center/cover;
  height: 80vh;
  position: relative;
}
.sec-almanaque .box {
  height: 70vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-almanaque .box p {
  font-size: 1.5em;
  text-shadow: 0px 0px 10px #ffffff99;
  font-family: 'bebas_neue_probold';
}
.sec-almanaque .btn {
  display: block;
  margin: 0 auto;
  width: 350px;
  font-family: 'bebas_neue_probold';
  letter-spacing: 2.9px;
  font-size: 1.5em;
}
.sec-almanaque .form_almanaque {
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 24px;
  display: none;
  position: relative;
}
.sec-almanaque .form_almanaque .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
}
.sec-almanaque .form_almanaque .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  background-color: #e20613;
  color: #fff;
  border: 1px solid #e20613;
}
.sec-almanaque .form_almanaque .j_close {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.sec-almanaque .form_almanaque .load-box {
  position: absolute;
  bottom: 0px;
}
.sec-almanaque .form_almanaque .load-box img.load-img {
  position: relative;
  bottom: -3px;
  width: 35px;
  opacity: 0;
  z-index: -1;
  left: 40px;
}
.sec-almanaque .sucesso {
  display: none;
}
.sec-almanaque .sucesso p {
  color: #001820;
}

.sec-trilogia {
  background: url(../images/bg_classicos-fase-3_btf_lp_sessao-8_jorginho_v1-min.webp)
    no-repeat center center/cover;
  height: 140vh;
  position: relative;
  padding-top: 5rem;
}
.sec-trilogia .logos {
  height: 120vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec-trilogia .depoimentos {
  height: 120vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.sec-trilogia .logos p {
  font-size: 1.5em;
  text-shadow: 0px 0px 10px #ffffff99;
  font-family: 'bebas_neue_probold';
  max-width: 500px;
}
.sec-trilogia .logos p span {
  text-shadow: inherit;
  font-size: 1rem;
  letter-spacing: 2.5px;
  font-family: 'bebas_neue_promiddle';
}
.sec-trilogia .logos .content .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5%;
}
.sec-trilogia .logos .content .box h4 {
  font-size: 1.5em;
  text-shadow: 0px 0px 10px #ffffff99;
  font-family: 'bebas_neue_probold';
  color: #fff;
  letter-spacing: 2px;
}
.sec-trilogia .logos .content .box h4 span {
  display: block;
  letter-spacing: 2px;
}
.sec-trilogia .logos .content .box img {
  border-radius: 22px;
}
.sec-trilogia .depoimentos {
  /* Track */
  /* Handle */
}
.sec-trilogia .depoimentos .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  overflow-x: auto;
}
.sec-trilogia .depoimentos .box img {
  background-color: #fff;
  border-radius: 25px;
  margin: 0 5px;
  margin-bottom: 25px;
  aspect-ratio: 1/0;
  object-fit: contain;
}
.sec-trilogia .depoimentos .box::-webkit-scrollbar {
  width: 20px;
  height: 9px;
}
.sec-trilogia .depoimentos .box::-webkit-scrollbar-track {
  background: #ffffff4d;
  border-radius: 10px;
}
.sec-trilogia .depoimentos .box::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
  width: 50px;
}
.sec-trilogia .depoimentos .box::-webkit-scrollbar-button {
  width: 35px;
}

.sec-formulario {
  background: url(../images/BG-Binario_Eixo-Platina_Matrix-min.webp) no-repeat
    center center/cover;
  height: 100vh;
  position: relative;
  padding-top: 5rem;
}
.sec-formulario form {
  position: relative;
}
.sec-formulario form input {
  padding: 10px 15px;
  max-width: 60%;
  box-shadow: inherit;
  background: transparent;
  color: #fff;
  font-family: 'bebas_neue_probold';
  border: 1px solid #fff;
}
.sec-formulario form input::-webkit-input-placeholder {
  color: #fff;
  font-family: 'bebas_neue_probold';
}
.sec-formulario form input::-moz-placeholder {
  color: #fff;
  font-family: 'bebas_neue_probold';
}
.sec-formulario form input:-ms-input-placeholder {
  color: #fff;
  font-family: 'bebas_neue_probold';
}
.sec-formulario form input::-ms-input-placeholder {
  color: #fff;
  font-family: 'bebas_neue_probold';
}
.sec-formulario form input::placeholder {
  color: #fff;
  font-family: 'bebas_neue_probold';
}
.sec-formulario form input[type='button'] {
  display: block;
  background-color: #fff;
  color: #003446;
  padding: 10px 25px;
  width: 130px;
}
.sec-formulario form input[type='checkbox'] {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.sec-formulario form span {
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 2.5px;
  font-family: 'bebas_neue_promiddle';
}
.sec-formulario form .auth-text {
  display: none;
}
.sec-formulario form .load-box {
  position: absolute;
  bottom: 45px;
}
.sec-formulario form .load-box img.load-img {
  position: relative;
  bottom: -3px;
  width: 35px;
  opacity: 0;
  z-index: -1;
  left: 45px;
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(10%)
    saturate(701%) hue-rotate(168deg) brightness(99%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(11%) sepia(10%) saturate(701%)
    hue-rotate(168deg) brightness(99%) contrast(92%);
}
.sec-formulario .sucesso {
  display: none;
}

nav {
  position: fixed;
  top: 50px;
  right: 0;
  width: 120px;
  z-index: 9;
  display: none;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav ul li {
  padding: 1rem;
  border: 1px solid #fff;
  text-align: center;
  background-color: #000;
}
nav ul li img {
  display: block;
  margin: 0 auto;
  width: 55px;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  font-family: 'bebas_neue_promiddle';
}
nav ul li a:hover {
  color: #fff;
}
nav ul li:first-child {
  border-radius: 20px 0 0;
}
nav ul li:last-child {
  border-radius: 0 0 0 20px;
}

.error-form {
  border: 1px solid #f00 !important;
}

.valide-form {
  border: 1px solid #3cff00 !important;
}

@media (min-width: 1600px) and (max-width: 2048px) {
  .sec-leste,
  .sec-formulario {
    height: 80vh;
  }
  .sec-oportunidade .pd-cta {
    padding: 11rem 0 4rem;
  }
  .sec-trilogia {
    height: 100vh;
  }
  .sec-trilogia .logos {
    height: 90vh;
  }
  .sec-trilogia .depoimentos {
    height: 80vh;
  }
  .sec-eixo {
    height: 100vh;
  }
}

@media (max-width: 79.9375em) {
  .sec-topo .logo img {
    display: block;
    margin: 0 auto;
  }
  .sec-leste {
    height: 100%;
  }
  .sec-eixo {
    background: url(../images/classicos_imagem_area_eixo_platina_mobile-min.webp)
      no-repeat center center/cover;
    height: 138vh;
  }
}

@media (max-width: 48em) {
  h2 {
    text-align: center;
    font-size: 2em;
  }
  h2 span {
    display: inline;
  }
  .sec-topo {
    height: 100%;
    padding-bottom: 4rem;
    background-image: url(../images/bg_lp_classicos_mobile.webp);
  }
  .sec-topo .logos {
    margin-top: 100px;
  }
  .sec-topo .forms {
    margin-top: 40px;
  }
  .sec-topo .logos,
  .sec-topo .forms {
    height: auto;
    text-align: center;
  }
  .sec-topo .box .whatsapp {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .sec-topo .logo-projeto img {
    margin-left: 0;
    width: 100%;
  }
  .sec-oportunidade {
    height: 100%;
    padding-bottom: 4rem;
  }
  .sec-oportunidade .btn {
    margin-top: 40px;
  }
  .sec-oportunidade .pd-cta {
    padding: 0rem;
  }
  .sec-leste .box {
    display: block;
  }
  .sec-leste .box .num {
    margin: 15px 0;
    padding: 0 2rem;
    width: 100%;
  }
  .sec-leste .box .num .text span {
    display: initial;
  }
  .sec-eixo {
    height: 82vh;
  }
  .sec-video {
    height: 100%;
    padding: 4rem 0;
  }
  .sec-video .box {
    height: auto;
  }
  .sec-almanaque {
    height: 100%;
    padding: 4rem 0;
  }
  .sec-almanaque .box {
    height: auto;
  }
  .sec-trilogia {
    height: 100%;
  }
  .sec-trilogia .logos,
  .sec-trilogia .depoimentos {
    height: auto;
  }
  .sec-trilogia .logos .content .box {
    display: block;
    text-align: center;
  }
  .sec-trilogia .logos .content .box h4 span {
    display: inline-block;
  }
  .sec-trilogia .logos .content .box h4.my-4 {
    font-family: 'bebas_neue_promiddle';
  }
  .sec-formulario {
    height: 100%;
    padding: 5rem 0;
  }
  .sec-formulario form input {
    max-width: 100%;
  }
  .sec-formulario form input[type='button'] {
    margin: 0 auto;
  }
  .sec-formulario form .load-box {
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .sec-formulario form .load-box img.load-img {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    bottom: 13px;
  }
}

@media (max-width: 25.875em) {
  h2 {
    font-size: 1.8em;
  }
  .sec-leste .box {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .sec-leste .box .num p {
    font-size: 2em;
    letter-spacing: 4.5px;
  }
  .sec-leste .box .num img {
    width: 35px;
  }
  .sec-oportunidade .carousel-oportunidade .carousel-cell {
    width: 70%;
    padding: 0;
  }
  .sec-oportunidade .carousel-oportunidade .carousel-cell img {
    margin: inherit;
  }
  .sec-eixo {
    height: 50vh;
    padding-top: 2rem;
  }
}
