/* FONT */
@font-face {
  font-family: 'Rethink-bold';
  src: url("../assets/fonts/RethinkSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Rethink-regular';
  src: url("../assets/fonts/RethinkSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'Rethink-extra-bold';
    src: url("../assets/fonts/RethinkSans-ExtraBold.ttf") format("truetype");
}

/* ---------- NAVBAR ---------- */
.img-brand {
  height: 12vh !important;
  margin: 2rem;
}
.img-btn {
  height: 5vh !important;
}

.menu-item li a {
  font-size: 1.5rem;
  margin-right: 2rem;
  font-family: 'Rethink-bold' !important;
}

/* ---------- BANNER ---------- */
.img-campanha {
  height: 30vh;
  margin-left: 8vw;
}

/* ---------- TEXTO ---------- */
.texto-campanha p {
  font-family: 'Rethink-regular' !important;
  font-size: 1.5rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: justify;
}

.texto-chamada p {
  font-family: 'Rethink-regular' !important;
  font-size: 2.7rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
}

.txt-rosa {
  color: #dc1465;
  font-weight: bold;
}

/* ---------- INFOGRÁFICO ---------- */
#infografico {
  padding: 4rem 0;
}

.img-infografico img {
  width: 100%;
  max-width: 710px;
  height: auto;
}

.txt-info-small {
  font-size: 1.3rem;
  font-family: 'Rethink-regular' !important;
  line-height: 1.4rem;
  text-align: center;
  margin: 0 auto 1rem;
  max-width: 660px;
}

.txt-info-big {
  font-size: 3rem;
  font-family: 'Rethink-bold' !important;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
  line-height: 1.3em;
}

/*---------- CADASTRO EMISSORA ---------- */
.form-cadastro {
      background-color: #e41567;
      color: white;
      border-radius: 60px;
      padding: 40px;
      max-width: 950px;
      margin: 40px auto;
      position: relative;
    }

    .form-cadastro span {
      font-weight: 700;
      font-size: 1.8rem;
      display: block;
      margin-bottom: 20px;
    }

    label {
      font-size: 19px;
      margin-bottom: 15px;
      line-height: 0.2rem;
      font-family: 'Rethink-bold' !important;
    }

    .form-control {
      border-radius: 15px;
      border: none;
      padding: 10px 15px;
    }

    .form-check-label {
      font-weight: 600;
    }

    .btn-enviar {
      background: white;
      color: black;
      font-weight: 700;
      font-size: 1.2rem;
      border-radius: 15px;
      border: none;
      padding: 12px 40px;
      transition: all 0.2s ease;
    }

    .btn-enviar:hover {
      background: #f4f4f4;
      transform: scale(1.05);
    }
/* 
    .upload-box {
      background: white;
      border-radius: 15px;
      padding: 12px 20px;
      color: black;
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .upload-box i {
      font-size: 1.3rem;
    } */

     .upload-btn-wrapper {
    position: relative;
    display: inline-block;

    text-align: center;
  
  }

  .upload-btn-wrapper label {
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 18px 22px;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: 'Rethink-bold' !important;
  }

  .upload-btn-wrapper label:hover {
    background: #f1f1f1;
  }

  .upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

    .item-logo-empresa img
    {
      max-height: 80px; /* altura máxima das logos */
      object-fit: contain;
      margin: auto;
    }

     .logo-row {
            margin-bottom: 45px; /* espaço entre as linhas */
        }
    .txt-marca-logo
    {
      font-family: 'Rethink-bold' !important;
    }

    /* Indicator padrão */
.carousel-indicators [data-bs-target] {
    background-color: #0d6efd; /* cor azul Bootstrap */
}

/* Indicator ativo */
.carousel-indicators .active {
    background-color: #0b5ed7; /* azul mais escuro */
}

.fundo-footer
{
  background-color: #dc1465;
   padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Rethink-regular' !important;
}


/* ---------- RESPONSIVO ---------- */
@media (max-width: 992px) {
  .texto-campanha p,
  .texto-chamada p,
  .txt-info-big,
  .txt-info-small {
    text-align: center !important;
    margin: 1rem auto;
    font-size: 1.2rem;
  }

  .txt-info-big {
    font-size: 1.6rem;
  }

  .img-campanha {
    margin: 0 auto;
    height: auto;
    max-width: 80%;
  }

  .img-infografico img {
    max-width: 90%;
  }

    .form-cadastro {
        padding: 25px;
        border-radius: 40px;
      }
  .logo-ha-footer img {
    height: 14vh !important;
  }    
  .texto-footer p {
    font-size: 0.85rem !important;
  }
}
