@import url('https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700,900&display=swap');

html {
  overflow-x: hidden;
}

html, body {
  float: left;
  width: 100%;
  font-family: 'Barlow', sans-serif;
}

body {
  background-color: #000000;
  color: #ffffff;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

a:hover {
  text-decoration: none;
}

.fal {
  font-weight: 400;
}

[class*="col"] {
  float: left;
  display: inline-block;
}

nav {
  padding: 15px 0;
}

nav img {
  width: 214px;
}

img {
  max-width: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-pink {
  color: #F73859;
}

.text-white {
  color: #ffffff;
}

.border-right {
  border-right: 2px solid;
}

.border-right {
  border-color: #F73859;
}

.btn {
  padding: 4px;
  border-radius: 3px;
  font-weight: 400;
  text-decoration: none !important;
  text-align: center;
}

.btn-pink, .btn-success {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 9.5px 20.5px;
  text-decoration: none;
  display: inline-block;
  border: none;
}

.btn-pink {
  background: #F73859;
}

.btn-success {
  background: #56D063;
}

.btn-pink:hover {
  background: #EE1B3F;
  color: #ffffff;
}

.btn-success:hover {
  background: #3ADC4B;
  color: #ffffff;
}

.gabriel-nome {
  margin: 20px 0 0px;
}

b, strong {
  font-weight: 600;
}

.btn-outline-pink {
  border: 1px solid #F73859;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #F73859;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-outline-pink:hover {
  background: #F73859;
  color: #ffffff;
}

.titulo {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.subtitulo {
  color: #8492A6;
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 24px;
  margin: -20px 0 40px;
  float: left;
}

.link-titulo {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: -20px 0 50px;
}

.link-titulo a {
  color: #F73859;
}

/*header*/
header .btn {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 9.5px 20.5px;
  text-decoration: none;
}

/*section 1*/
.section-1 {
  color: #ffffff;
}

.section-1 h1 {
  text-align: left;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 400;
  float: left;
  margin-top: 20px;
  margin-top: 115px;
}

.section-1 span b {
  font-weight: 600;
}

.section-1 img {
  max-width: initial;
}

.text-hora {
  letter-spacing: 1px;
  font-size: 16.5px;
  font-weight: 400 !important;
  color: #ffff00;
  margin: 0;
  background: #000000;
  line-height: 29px;
  padding: 0 5px;
}

@media (max-width: 1200px) {
  .section-1 img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .section-1 h1 {
    margin-top: 0;
    text-align: center;
    font-size: 28px;
    line-height: 27px;
  }

  .section-1 .btn-pink {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-1 h1 {
    margin-top: 30px;
  }

  .confira-desconto {
    margin-top: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-1 h1 {
    margin-top: 30px !important;
  }

  .section-1 {
    padding-bottom: 30px;
  }

  .section-1 img.gabriel {
    margin-bottom: -37px;
    margin-top: 157px;
    margin-right: -78px;
  }

  .assinatura-topo {
    bottom: -29px !important;
    left: -105px !important;
  }

  .confira-desconto {
    margin-top: 75px;
  }
}

/*uniao-section*/
.uniao-section a {
  padding: 9px 10px;
  border-radius: 50%;
  background: #f9fafc;
  position: relative;
  width: 44px;
  left: 50%;
  float: left;
  text-align: center;
  margin-left: -22px;
  top: -22px;
  box-shadow: 0px 1px 3px #0000001A;
}

/*section 2*/
.section-2 {
  background: #020003;
  color: #ffffff;
  padding: 20px 0 75px;
}

.section-2 .confira-desconto {
  text-align: center;
}

.section-2 .confira-desconto .btn {
  padding: 8.5px 15px;
  display: inline-block;
}

.section-2 .gran-tem h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.confira-desconto h3 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}

.confira-desconto h3 b {
  font-weight: 500;
}

.section-2 .gran-tem p {
  font-size: 14px;
  line-height: 21px;
  color: #C0CCDA;
}

.gran-tem {
  border-left: 2px solid #F73859;
}

/*section 3*/
.section-3 {
  background: #F9FAFC;
  padding: 60px 0 70px;
}

.section-3 .card-planos {
  background: #ffffff;
  box-shadow: 0px 1px 2px #0000000F;
  color: #1F2D3D;
  float: left;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section-3 .card-planos:hover {
  box-shadow: 0px 16px 32px #00000014;
}

.section-3 .plano-header {
  background: #000000;
  text-align: center;
  color: #C0CCDA;
  font-size: 14px;
  line-height: 21px;
  border-radius: 4px 4px 0 0;
  padding: 11px 0;
}

.section-3 .plano-header b {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
}

.section-3 .card-planos s {
  float: left;
  width: 100%;
  text-align: center;
  color: #1F2D3D;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.section-3 .preco {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.section-3 .preco h3 {
  display: inline-block;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
}

.section-3 .preco .up-text {
  font-size: 22px;
}

.section-3 .card-planos .economia {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #8492A6;
  margin: 5px 0 30px;
}

.section-3 .plano-card {
  float: left;
  width: 100%;
  padding: 8px;
}

.section-3 .card-planos:hover .btn {
  background: #F73859;
  color: #ffffff;
}

.section-3 .card-planos .btn {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  padding: 8.5px 0;
}

/*section 4*/
.section-4 {
  background: #F9FAFC;
  border-top: 1px solid #E5E9F2;
  padding: 80px 0;
}

.section-4 .card-curso {
  background: #ffffff;
  box-shadow: 0px 1px 2px #0000000F;
  color: #1F2D3D;
  float: left;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section-4 .card-curso:hover {
  box-shadow: 0px 16px 32px #00000014;
}

.section-4 .head-curso {
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  color: #1F2D3D;
  font-size: 14px;
  border-top: 4px solid #000000;
  border-bottom: 1px solid #e0e6ed;
}

.section-4 .corpo-curso {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.section-4 .a-partir {
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: center;
  color: #1F2D3D;
  line-height: 18px;
}

.section-4 .valor-curso {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1F2D3D;
}

.section-4 .ver-curso {
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #F73859;
  border-top: 1px solid #e0e6ed;
  margin-top: 20px;
}

/*section 5*/
.section-5 {
  background: #EFF2F7;
  padding: 80px 0;
}

.section-5 .imagem-depoimento {
  border-radius: 5px;
  float: left;
  overflow: hidden;
}

.section-5 .titulo-depoimento {
  color: #1F2D3D;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 10px;
  float: left;
  width: 100%;
}

.section-5 .descricao-depoimento {
  color: #8492A6;
  font-size: 14px;
  line-height: 21px;
  float: left;
  width: 100%;
}

/*section 6*/
.section-6 {
  background: #000000;
  color: #ffffff;
  padding-top: 10px;
}

.section-6 h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  float: left;
  width: 100%;
  margin-top: 45px;
}

.section-6 p {
  color: #D3DCE6;
  font-size: 16px;
  float: left;
  line-height: 24px;
  font-weight: 300;
  margin: 5px 0 30px;
}

.section-6 img {
  margin-top: 80px;
  float: right;
  margin-bottom: -7px;
}

@media (max-width: 991px) {
  .section-6 h3 {
    margin-top: 15px;
  }

  .section-6 img {
    margin-top: 125px;
  }

  .section-1 .texto-inicio, .section-1 .texto-inicio span {
    font-size: 28px !important;
    line-height: 32px !important;
    text-align: left;
    margin-top: 10px !important;
  }

  .text-inicio-apoio {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-hora {
    letter-spacing: 2px;
    font-size: 13.5px;
  }
}

@media (max-width: 767px) {
  .section-6 img {
    margin-top: 15px;
  }
}

/*rodapé*/
footer {
  float: left;
  width: 100%;
  padding: 80px 0;
  background: #020003;
}

footer .menu-rodape .titulo-rodape {
  color: #8492A6;
  font-size: 14px;
  line-height: 24px;
  margin: 25px 0;
  font-weight: 500;
}

footer .menu-rodape ul {
  list-style: none;
  padding: 0;
  font-size: 12px;
  line-height: 28px;
  float: left;
  width: 100%;
}

footer .menu-rodape ul li {
  float: left;
  width: 100%;
}

footer .menu-rodape ul a {
  color: #1F2D3D;
  font-weight: 500;
}

footer .telefone a {
  color: #1F2D3D;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}

footer .foi-aprovado {
  float: left;
  background: #EFF2F7;
  border: 1px solid #C0CCDA;
  padding: 10px;
  border-radius: 5px;
  margin-top: 35px;
  color: #8492A6;
  font-size: 12px;
  max-width: 153px;
  line-height: 18px;
}

footer .foi-aprovado b {
  color: #1F2D3D;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  float: left;
}

footer .reclame {
  max-width: 270px;
  margin: 6px 25px 0 0;
}

footer .mind {
  max-width: 118.5px;
  margin-right: 25px;
}

footer #seloEbit {
  max-width: 90px;
  float: right;
}

footer .selos {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
  margin: 40px 0;
}

footer .texto-empresa {
  color: #8492A6;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  margin-top: 20px;
  float: left;
}

img[src*="https://sp.analytics.yahoo.com/"] {
  display: none;
}

footer .corporate .col-md-7 b {
  font-size: 14px;
  line-height: 17px;
  margin-right: 20px;
}

footer .corporate .col-md-7 a {
  color: #3C4858;
  font-size: 12px;
  line-height: 14px;
  margin-right: 15px;
}

footer .menu-social a {
  color: #ffffff;
  font-size: 20px;
  margin-left: 7px;
}

footer .menu-social {
  float: right;
}

@media (max-width: 767px) {
  footer a {
    float: left;
    width: 100%;
    text-align: center;
    max-width: 100% !important;
    margin-top: 10px;
  }

  #reputation-ra {
    float: left;
    width: 100%;
  }

  #ra-widget-reputation {
    margin: 15px auto;
  }

  footer .foi-aprovado {
    margin-top: 10px;
  }

  footer .corporate .col-md-7 b, footer .corporate .col-md-7 a {
    margin-right: 0;
  }

  .menu-social {
    width: 100%;
  }

  .menu-social a {
    width: auto;
    float: none;
    display: inline-block;
    margin-top: 30px;
  }

  footer .reclame {
    margin: 0;
  }
}

section {
  width: 100%;
  float: left;
}

.logo-topo {
  margin-bottom: -100px;
}

.section-carta {
  float: left;
  width: 100%;
}

.section-carta .carta {
  background: #ffffff;
  border-radius: 5px;
  padding: 6% 10%;
  z-index: 1;
  position: relative;
}

.uniao-section {
  height: 0;
}

.section-2 {
  padding: 65px 0 65px;
}

.section-topo h1 {
  font-size: 28px;
  line-height: 24px;
  font-weight: 100;
  float: left;
  width: 100%;
}

.section-1 .texto-inicio, .section-1 .texto-inicio span {
  font-family: 'Barlow', sans-serif;
  font-size: 58px;
  line-height: 58px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0px !important;
}

.texto-inicio {
  margin: 30px 0 20px !important;
  margin-bottom: 10px;
}

.text-inicio-apoio {
  font-style: italic;
  font-weight: normal;
  float: left;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 30px;
}

.apoio- {
  font-weight: 600;
  font-size: 17px;
  margin: 15px 0 30px;
  color: #ffffff;
}

.section-1 .texto-inicio span {
}

tp {
  display: inline-block;
}

.assinatura {
  float: right;
  margin: -35px 0 40px;
}

.gabriel {
  margin: 0 0 -7px;
}

.logo-topo {
  margin: -40px 0 -141px;
}

.popover-body {
  padding: 20px 15px;
}

header {
  z-index: 1;
  position: absolute;
  width: 100%;
}

.section-5 img, .imagem-depoimento {
  max-width: 100%;
}

.row {
  display: inline-block;
  min-width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #eaeaea;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

img, footer .reclame, footer .mind, #reputation-ra {
  display: inline-block;
}

#reputation-ra {
  margin: 0px 0 -44px;
}

.uniao-section {
  height: 0;
  z-index: 2;
  position: relative;
}

.btn-bold {
  font-size: 18px;
  padding: 13px 18px;
  font-weight: 500;
}

@keyframes ao-vivo-piscando {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ao-vivo-piscando {
  -webkit-animation: ao-vivo-piscando .7s linear infinite;
  -moz-animation: ao-vivo-piscando .7s linear infinite;
  -ms-animation: ao-vivo-piscando .7s linear infinite;
  -o-animation: ao-vivo-piscando .7s linear infinite;
  animation: ao-vivo-piscando .7s linear infinite;
  font-size: 10px;
  margin: 8px 5px 0 0;
  float: left;
  color: #fc0203;
}

input.hs-input {
  width: 100% !important;
  height: 54px !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border: 1px solid #fa1a5a !important;
  border-radius: 5px !important;
  opacity: 1;
  line-height: 25px;
  max-width: 100%;
  font-size: 17px !important;
  line-height: 25px !important;
  padding: 0 15px !important;
  color: #000000;
}

.hs-button {
  background: #fa1a5a !important;
  color: #ffffff !important;
  text-shadow: none !important;
  border: none !important;
  width: 100% !important;
  outline: none !important;
  box-shadow: none;
}

.text-warning {
  color: #00f4ff !important;
}

.box-count {
  border: 2px solid rgb(255 255 0);
  max-width: 570px;
  float: none;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px 0 10px;
  float: left;
  border-image-slice: 1;
}

.hs-form-required {
  display: none !important;
}

.box-count small {
  color: #8492A6;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 43px;
  margin-left: 10px;
}

.countdown-clock {
  float: left;
  width: 100%;
  max-width: 330px;
  margin-top: 4px;
  font-family: 'Barlow', sans-serif;
  margin-right: 15px;
}

.inscreva-se span {
  font-family: 'Barlow', sans-serif;
  font-weight: lighter !important;
}

.section-carta {
  font-family: 'Barlow', sans-serif;
}

.titulo-carta {
  font-style: italic;
  font-weight: lighter !important;
}

.countdown-clock span, .countdown-element {
  color: #ffffff;
}

.countdown-clock > div:first-child, .countdown-clock > div:first-child > span {
  color: #ffff00;
  font-weight: 700;
}

.countdown-clock .countdown-element {
  border-right: 1px solid #273444;
  font-weight: 300;
}

.countdown-clock .countdown-element:last-child {
  border-right: none;
}

.countdown-clock {
  float: right;
}

input {
  width: 100% !important;
  max-width: 100% !important;
}

.countdown-clock > div {
  width: 25% !important;
  float: left;
  font-size: 12px;
  line-height: 20px;
}

.countdown-clock > div {
  height: 35px;
}

.countdown-clock > div > span {
  font-weight: 400;
  font-size: 28px;
  height: auto;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
  margin: -2px 0 1px;
  color: #ffffff;
  float: left;
  width: 100%;
}

.countdown-clock > div:last-child > span {
  font-size: 20px;
}

.titulo-carta {
  font-weight: lighter;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  margin: 40px 0 50px;
}

.section-carta p {
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  float: left;
}

.embed-responsive {
  margin: 50px 0;
}

.ao-vivo {
  border-radius: 0;
  padding: 0px 10px 0 8px;
  font-size: 13px;
  line-height: 29px;
  background: black;
  margin: 0 !important;
  float: left !important;
}

.box-count span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-left: 10px;
}

.box-count img {
  max-width: 40px !important;
}

.hbspt-form {
  float: none;
  display: inline-block;
  width: 100%;
  max-width: 570px;
}

.section-1 .hs-email, .section-1 .hs_mobilephone {
  max-width: 49% !important;
  width: 100% !important;
  display: inline-block;
  float: left;
}

input.hs-input, textarea.hs-input, select.hs-input, input.hs-input:placeholder, textarea.hs-input:placeholder, select.hs-input:placeholder {
  color: #8492A6 !important;
}
input.hs-input:focus {
  outline: #ffff00 !important;
}

.section-1 .hs_mobilephone {
  margin-left: 2%;
}

.actions {
  margin: 0 !important;
  padding: 0 !important;
}

.hs-button {
  max-width: 100% !important;
  width: 100% !important;
  padding: 9px 0 !important;
  font-weight: 700;
  font-size: 24px !important;
  float: left;
  font-family: 'Barlow', sans-serif;
  border-radius: 4px;
  margin-top: 13px;
  box-shadow: none;
  outline: none !important;
}

.assinatura-topo {
  float: left;
  text-align: right;
  line-height: 28px;
  position: absolute;
  left: -136px;
  bottom: -1px;
}

.gabriel {
  float: right;
  margin-right: -25px;
}

.section-1 .hs-button {
  margin-bottom: 40px !important;
}

@media (max-width: 1199px) {
  .logo-topo {
    margin: -38px 0 -84px;
  }
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.img-relogio {
  width: 40px !important;
  margin-top: -2px !important;
}

@media (max-width: 767px) {
  .section-1 img.img-relogio {
    margin: -8px 0 -7px;
    max-width: 35px;
  }

  .section-1 .hs-email, .section-1 .hs_mobilephone {
    max-width: 100% !important;
  }

  .section-1 .hs_mobilephone {
    margin-left: 0;
  }

  .logo-topo {
    margin: -20px 0 -24px;
  }

  .assinatura {
    float: right;
    margin: -5px 0 0px;
  }

  .section-topo h1 span {
    margin-bottom: 0;
  }

  .section-topo h1 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .col-md-4.col-xl-5.text-center.float-right {
    text-align: left !important;
  }

  .section-1 img.gabriel {
    max-width: 200px;
    margin-right: 0;
  }

  .assinatura-topo {
    left: auto;
    margin: 0;
    top: 72px;
    right: 167px;
  }

  .assinatura-topo span {
    line-height: 18px;
    margin-top: 10px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .countdown-clock {
    max-width: 270px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-1 .texto-inicio, .section-1 .texto-inicio span {
    font-size: 43px;
    line-height: 45px;
  }
}

@media (max-width: 530px) {
  .col-md-4.col-xl-5.text-center.float-right {
  }

  .assinatura {
    margin: 0 0 45px !important;
    float: none;
  }
}

@media (max-width: 767px) {
  .countdown-clock {
    max-width: 274px;
  }

  .countdown-clock > div {
    width: 23%;
  }

  .countdown-clock > div > span {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1680px) {
  .text-inicio-apoio {
    max-width: 80% !important;
  }
}

.promo input.hs-input::placeholder {
  font-size: 17px !important;
  line-height: 17px !important;
}

@media (max-width: 767px) {
  footer #seloEbit {
    max-width: 90px;
    float: right;
    margin: 38px 0 -13px;
  }

  .section-2 {
    padding: 60px 0 65px;
  }

  .section-2 .confira-desconto {
    margin-bottom: 35px;
  }

  .gran-tem {
    border-left: none;
  }

  .hs-email, .hs_mobilephone {
    margin-bottom: 7.5px !important;
  }

  .hs-button {
    margin-top: 10px !important;
  }

  .gran-tem .col-12 {
    padding: 0;
  }
}

@media (max-width: 540px) {
  .countdown-clock {
    max-width: 200px;
    margin: 0;
  }
}

@media (max-width: 370px) {
  .countdown-clock {
    max-width: 160px;
    margin-right: 5px;
  }

  .box-count span {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .gabriel {
    margin-top: -75px;
  }

  .assinatura-topo {
    left: -24px;
    bottom: -72px;
  }
}

.hs-error-msg {
  color: #fc0203 !important;
  margin: 1px 0 0 -3px !important;
}

.no-list a {
  margin-left: -3px !important;
  color: rgba(241, 242, 246, 0.5) !important;
}

.hs-error-msgs {
  float: left;
  width: 100%;
  padding: 2px 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
}

.hs-error-msgs li label {
  color: red;
}

.hs-button:hover {
  -moz-box-shadow: 0px 4px 16px #fa1a5aA8 !important;
  -webkit-box-shadow: 0px 4px 16px #fa1a5aA8 !important;
  box-shadow: 0px 4px 16px #fa1a5aA8 !important;
  margin-top: 13px !important;
}

.section-1 .col-lg-8 img {
  max-width: 430px !important;
  margin: 0;
  width: 100%;
}

.section-1 {
  position: relative;
  padding-top: 80px;
}

.section-1 .col-md-4 {
  position: absolute;
  bottom: 0;
}

.assinatura-topo {
  left: auto;
  right: 350px;
  width: 211px;
  bottom: 10px;
}

.gabriel-nome {
  margin: 20px 0 -7px;
}

@media (max-width: 1199px) {
  .assinatura-topo {
    left: auto;
    right: 239px;
    width: 210px;
    bottom: 2px;
  }

  .section-1 .col-lg-8 img {
    max-width: 400px;
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .section-1 img.gabriel {
    margin: 0 -30px 0 0;
    max-width: 294px;
  }
}

@media (max-width: 991px) {
  .assinatura-topo {
    bottom: 11px !important;
  }

  .col-lg-8 img {
    max-width: 345px;
    margin: 0;
    width: 100%;
  }

  .text-inicio-apoio.apoio2 {
    line-height: 25px !important;
    font-size: 16px !important;
  }
}

.box-dia {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-1 .col-md-4 {
    position: relative;
  }

  .section-1 .col-lg-8 img {
    max-width: 500px !important;
    margin: 0;
    width: 100%;
  }

  .section-topo {
    text-align: center;
  }

  .text-hora {
    float: none;
    display: inline-block;
    margin: 0;
  }

  .hs_mobilephone label {
    display: none;
  }

  .box-dia {
    margin-bottom: 15px;
  }

  .ao-vivo {
    margin: 0 30%;
  }
}

.section-1 .gabriel {
  max-width: 620px;
}

@media (max-width: 1199px) {
  .section-1 .gabriel {
    max-width: 400px;
    margin-right: -30px;
  }

  .section-1 .texto-inicio, .section-1 .texto-inicio span {
    margin-top: 15px !important;
  }
}

.assinatura-topo {
  color: #75777a;
}

@media (min-width: 1200px) {
  .assinatura-topo {
    left: auto;
    right: 500px;
    width: 211px;
    bottom: 0px;
  }
}

.hbspt-form {
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .hbspt-form, .box-count {
    max-width: 100% !important;
  }
}

.hs-button {
  outline: none !important;
  box-shadow: none !important;
}

.box-count, .hbspt-form {
  max-width: 600px;
  z-index: 1;
  position: relative;
  margin: 0;
}

.gabriel-nome {
  margin: 0 0 5px;
}

.assinatura-topo {
  right: 0;
}

.assinatura-topo {
  float: left;
  text-align: left;
  line-height: 18px;
  position: absolute;
  bottom: 16px;
  color: #ffffff;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .assinatura-topo {
    min-width: 558px;
  }
}

@media (max-width: 1199px) {
  .assinatura-topo {
    left: auto;
    right: 0;
    min-width: 356px;
    bottom: 13px;
    font-size: 14px;
  }
}

@media (max-width: 1070px) {
  .assinatura-topo {
    min-width: 336px;
    bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .section-1 .gabriel {
    max-width: 400px;
    margin-right: -30px;
    margin-bottom: 90px;
  }
}

@media (max-width: 400px) {
  .ao-vivo {
    font-size: 11px;
    padding: 0px 5px;
    margin: 5px 0 0 0;
  }
}

.section-1 .col-lg-8 img.ilimitada {
  max-width: 480px;
}

.col-md-8.col-lg-8.float-left img {
  padding-bottom: 0;
}

.col-md-8.col-lg-8.float-left img.ilimitada {
  max-width: 650px;
}

.text-inicio-apoio.apoio2 {
  color: #ffffff !important;
  opacity: .8;
  line-height: 31px;
  font-size: 19px;
  max-width: 600px !important;
  border-radius: 3px;
  z-index: 1;
  position: relative;
}

.apoio- {
  font-weight: 500 !important;
}

.apoio- u {
  font-width: 600 !important;
}

.titulo-carta {
  margin-top: 90px;
}

.legal-consent-container {
  float: left;
  width: 100%;

}

.legal-consent-container ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.legal-consent-container p {
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0 0;
  padding: 0 18px;
  max-width: 650px;
  color: #9E9E9E;
  float: left
}

.legal-consent-container label {
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
}
.legal-consent-container .field.hs-form-field {
  float: left;
  margin-bottom: 0;
}
.legal-consent-container input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
}
.legal-consent-container p {
  padding: 0;
}
.legal-consent-container p a {
  color: #ffff00;
}
