@font-face {
    font-family: 'MinhaFonte';
    src: url('fonts/Run-Demo.otf') format('opentype');
}

@font-face {
    font-family: 'MinhaFonte2';
    src: url('fonts/RUNNING-DEMO.otf') format('opentype');
}
html, body {
    overflow-x: hidden !important;
}

#home {
	color: white;
}
h1{
  font-family: 'MinhaFonte';
  color: #000 !important;
}
.caixa {
	padding: 60px 0;
	border-bottom: 1px solid #e5e5e5;
}
footer p a {
	margin: 5px 5px;
}

nav.navbar {
    padding: 5px 0 !important;
    background-color: #000 !important; /* preto */
}

.navbar .nav-link {
    color: orangered !important; /* links laranja */
    font-family: 'MinhaFonte2';
}

.navbar-brand img {
    max-height: 60px;
    width: 110px;
    transform: scale(3.0);
    margin-left: 130px;
}

#home img{
  width: 100%;
  margin: auto;
}

.banner-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url("img/fundo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
}


/* Botão por cima do banner */
/* ============================
   BOTÃO BANNER — DESKTOP
============================ */


/* HOVER — MAIS INTENSO */
.btn-banner:hover {
    box-shadow: 0 0 15px rgba(255,165,0,1),
                0 0 30px rgba(255,200,0,1),
                inset 0 0 15px rgba(255,180,0,0.9);
    transform: translateY(-50%) scale(1.05);
}

/* BOTÃO DESKTOP */
/* DESKTOP */
.btn-banner {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    padding: 12px 30px;
    z-index: 20;
  
    font-family: 'MinhaFonte2' !important;
    background: linear-gradient(
    90deg,
    rgba(255,115,0,0.7),
    rgba(255,234,0,0.5)
);
    color: #000;
    border: 2px solid orange;
    border-radius: 10px;
}
#home p{
  color: #000 !important;
  font-weight: bold;
  font-style: italic;
}
.texto-corredor{
  font-family: 'MinhaFonte2' !important;
  text-align: center;
  font-size: 50px;
}


.kit-img {
  max-width: 700px !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}


/*----------------------------*/
.section-percurso{
   position: relative;
    width: 100%;
    min-height: 50vh;
    background-image: url("img/fundo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 30px;
}


.section-percurso img {
  height: 500px;
  border-radius: 8px;
}
.section-percurso p{
  color: #000 !important;
  font-weight: bold;
  font-style: italic;
}
.btn-percurso{
   padding: 12px 30px;
    z-index: 20;
    display: flex;
    justify-content: center;
    font-family: 'MinhaFonte2' !important;
    background: linear-gradient(
    90deg,
    rgba(255,115,0,0.7),
    rgba(255,234,0,0.5));
    color: #000;
    border: 2px solid orange;
    border-radius: 10px;
}
.btn-percurso:hover {
    box-shadow: 0 0 10px rgba(255,165,0,1),
                0 0 10px rgba(255,200,0,1),
                inset 0 0 15px rgba(255,180,0,0.9);
    transform: scale(1.05);
}

/*--------------------------------------------*/
 #map5km, #map10km {
    margin-top: 15px;
    height: 350px;
    width: 100%;
    margin-bottom: 30px;
  }
/*--------------------------------------*/
.section-premiacao{
   position: relative;
    width: 100%;
    min-height: 50vh;
    background-image: url("img/fundo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 30px;
    
}

.classificacao {
  height: 245px;
  width: auto; 
  align-items: center;
  background-color: #000;
  padding-top: 10px;
  margin-top: 10px !important;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  color: black;
  align-content: center;
  
}
.containerPremiacao .row {
    gap: 20px;
    padding: auto;
}

.section-premiacao h3 {
  font-family: 'MinhaFonte2';
  color: #000;
  font-size: 60px;
}
.section-premiacao h5 {
  display: block !important;         /* garante largura total */
  width: 100% !important;            /* ocupa toda a linha */
  font-size: larger;
  font-weight: bolder;
  padding: 5px 10px;      /* cria área interna */
  box-sizing: border-box; /* evita estourar a largura */
  color: orangered;
}
.section-premiacao p{
  color: orange;
}

.btn-contato{
   padding: 12px 30px;
    display: flex;
    justify-content: center;
    font-family: 'MinhaFonte2' !important;
    background: linear-gradient(
    90deg,
    rgba(255,115,0,0.7),
    rgba(255,234,0,0.5));
    color: #000;
    border: 2px solid orange;
    border-radius: 10px;
    font-size: 30px !important;
}
.btn-percurso:hover {
    box-shadow: 0 0 10px rgba(255,165,0,1),
                0 0 10px rgba(255,200,0,1),
                inset 0 0 15px rgba(255,180,0,0.9);
    transform: scale(1.05);
}

/*---------------------------------------*/
.organizadores{
   position: relative;
    width: 100%;
    min-height: 30vh;
    background-image: url("img/fundo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 20px;
    
}

.organizadores img {
  height: auto;
  width: 230px;
  align-items: center;
  background-color: white;
  border-radius: 8px !important;
  padding-top: 5px;
}

.organizadores h4 {
  font-family: "MinhaFonte2";
  font-size: medium;
}



.btn-footer {
     position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;                  /* vira barra */
      padding: 15px 0;
      background: linear-gradient(90deg, rgba(255,115,0,0.8), rgba(255,234,0,0.8));
      color: #000;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      border: none;
      border-top: 2px solid orange;
      z-index: 9999;
      display: block;
      font-family: 'MinhaFonte2'!important;
      
    
}
.btn-footer:hover {
    box-shadow: 0 0 10px rgba(255,165,0,1),
                0 0 10px rgba(255,200,0,1),
                inset 0 0 15px rgba(255,180,0,0.9);
    transform: scale(1.05);
}

footer{
   position: relative;
    width: 100%;
    min-height: 10vh;
    background-image: url("img/fundo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 50px;
    color: #000 !important;
    font-family: 'MinhaFonte2' !important;
    
  
}
footer a{
  color: #000 !important;
}

@media (max-width: 768px) {
  .btn-banner{
display: none !important;
 }
  
    .banner img {
        height: auto;
        width: auto !important;
        padding-top: 20px;
        
    }
    .navbar-brand img {
    max-height: 60px;
    width: 110px;
    transform: scale(2.5);
    margin-left: 130px;
    }

    .btn-percurso{
      margin-bottom: 20px;
    }
.btn-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;                  /* vira barra */
      background: linear-gradient(90deg, rgba(255,115,0,0.8), rgba(255,234,0,0.8));
      color: #000;
      text-align: center;
      font-size: 25px !important;
      font-weight: bold;
      border: none;
      border-top: 2px solid orange;
      z-index: 9999;
      display: block;
      font-family: 'MinhaFonte';
      
  }
  .organizadores img{
    margin-top: 20px !important;
  }
footer{
   
    padding-top: 40px;
    padding-bottom: 5px;
    color: #000 !important;
    font-family: 'MinhaFonte2' !important;
    
  
}

  /* Impede do footer "sumir" atrás do botão */
  body {
      padding-bottom: 50px !important;
     
  }

  .section-premiacao h3 {
  font-family: 'MinhaFonte2';
  color: #000;
  font-size: 25px;
}
.section-premiacao h5{
  font-size:medium;
}
 .containerPremiacao {
        padding-left: 20px;
        padding-right: 20px;
        
    }
    .classificacao{
      padding-bottom: 10px;
        height: auto;
        font-size: 18px;
    }
    
}

/****************************************/
/****************************************** CONTADOR*/

/* Container principal */
#timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 40px 0;
  flex-wrap: wrap;
}

/* Cada bloco (quadrado) */
#timer span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 120px;
  height: 120px;

  background: #000;           /* fundo preto */
  border-radius: 12px;
  padding: 10px;

  font-size: 50px;
  font-weight: bold;
  color: #ff7300;             /* números laranja */
}

/* Nome das unidades */
#timer span small {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;             /* texto branco */
}

