/* tipografia */
body {
  background: #050107;
    color: #F6F6F6;
    font-family: 'GlobotipoTexto-Regular';
    font-size: 17px;
}
b, strong {
    font-family: 'GlobotipoTexto-Bold';
}

.container {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ----------------------------------------- */ 

.hero {
  padding: 40px 0;
  background: url("../img/bg/hero.png") #0A1D61 center top no-repeat;
  background-size: cover;
}

@media(min-width: 768px){
  .hero {
    padding: 70px 0;
  }
}


/* ----------------------------------------- */ 

.info {
  padding: 0 0 40px 0;
  background: url("../img/bg/info.jpg") #000 center top no-repeat ;
  background-size: cover;
}

@media(min-width: 768px){
  .info {
    padding: 0 0 70px 0;
  }
}

/* ----------------------------------------- */ 

.logo {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.logo img{ max-width: 250px; }

@media (min-width:992px) {
  .logo { margin-bottom: 34px; }
  .logo img{  max-width: unset; }
}

/*  ---------------------------------------------------------------------------  */

.contador {
  margin-bottom: 22px;
  max-width: 421px;
  margin: 0 auto 30px auto;
}

.contador-title {
    margin-top: 4px;
    font-size: 17px;
    text-align: center;
    font-family: 'GlobotipoTexto-Black';
    font-family: 'GlobotipoTexto-Regular';
}

@media (min-width: 992px){
  .contador {
    margin: 0 auto;
  }
}

/*  ---------------------------------------------------------------------------  */

.sec-top{
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .sec-top{
    padding-top: 40px;
  }
}

.img-logo{
  margin-bottom: 20px;
}

.risk-text{
  position: relative;
}

.risk-text:before{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 492px;
  height: 3px;
  background: linear-gradient(90deg, #FA0234 0%, #FF5E03 51.08%, #FF8F01 96.95%);
}

.st-maratona{
  font-family: 'GlobotipoTexto-Bold';
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tt-maratona{
  font-family: 'GlobotipoTexto-Black';
  font-size: 30px;
  line-height: 1.2;
  color: #F6F6F6;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.txt-maratona{
  font-family: 'GlobotipoTexto-Regular';
  font-size: 16px;
  line-height: 1.4;
  color: #F6F6F6;
  margin-bottom: 30px;
}

.st-contador{
  font-family: 'GlobotipoTexto-Regular';
  font-size: 22px;
  line-height: 1.2;
  color: #F6F6F6;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.st-contador .destaque{
  font-family: 'GlobotipoTexto-Black';
}
.txt-destaque {
  font-family: 'GlobotipoTexto-Regular';
  font-size: 21px;
  line-height: 1.2;
  color: #F6F6F6;
  margin-bottom: 25px;
  text-align: center;
}
.txt-atracoes {
  font-family: 'GlobotipoTexto-Black';
  font-size: 22px;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
}
.tt-contador{
  font-family: 'GlobotipoTexto-Black';
  font-size: 18px;
  line-height: 1;
  color: #F6F6F6;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 375px){
  .st-maratona{
    font-size: 20px;
  }

  .tt-maratona{
    font-size: 32px;
  }

  .txt-maratona{
    font-size: 20px;
  }

  .st-contador{
    font-size: 24px;
  }
}

@media (max-width: 559px){
  .break-control{
    display: none;
  }
}

@media (min-width: 560px){
  .tt-maratona{
    font-size: 32px;
  }
  .tt-maratona.after {
    font-size: 42px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px){
  .sec-top{
    padding-bottom: 70px;
    padding-top: 70px;
  } 
}

@media (max-width: 991px){
  .col-info, .col-banner{
    max-width: 546px;
    margin: 0 auto;
  }
}

@media (min-width: 992px){
  .col-info, .col-poster{
    width: 49%;
  }
}

/*  ---------------------------------------------------------------------------  */

.sec-banner{
  padding: 40px 0;
}

@media (min-width: 768px){
  .sec-banner{
    padding: 70px 0 60px;
  } 
}

/*  ---------------------------------------------------------------------------  */

.col-poster {
  display: flex;
  gap: 20px;
  margin: 0 auto;
}

.col-poster__grid {
  max-width: 170px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.col-poster__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.col-poster__grid a {
  margin-top: 10px;
  padding: 8px 34px;
  font-size: 16px;
}

.pd-110 {
  padding-top: 110px;
}

@media (max-width: 768px) {
  .col-poster {
    display: flex;
    flex-direction: column;
  }

  .col-poster__grid {
    gap: 30px;
    flex-direction: row;
    max-width: 100%;
  }

  .pd-110 {
    padding-top: 0;
  }
}

.banner {
  margin: 74px auto 0;
}