/* 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;
}

.bg-trasmissao
{
  background-color: #110314;
}

.bg-apoiador
{
   background: linear-gradient(to bottom, #110314 30%, #dc1465 100%);
  color: white;

}


.bg-pix
{
   /* background: linear-gradient(to bottom, #ffffff 30%, #110314 100%); */
  color: white;
    background-color: #110314;
}

.bg-mural
{
    background: linear-gradient(to bottom, #dc1465 10%, white 100%);
    
}

.mural-container {
  width: 60%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: 0;
}

.mural-form {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.mural-form textarea {
  width: 100%;
  height: 150px;
  border: none;
  outline: none;
  resize: none;
  padding: 20px;
  font-size: 18px;
  color: #333;

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.mural-form textarea::placeholder {
  color: #ccc;
  font-size: 25px;
  font-weight: 500;
}

.contador {
  position: absolute;
  right: 25px;
  top: 120px;
  font-weight: bold;
  color: #265fca;
  font-size: 16px;
}

.mural-form-content {
  background: #5d0d3d;
  color: white;
  padding: 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}

.mural-form-content p {
  margin-bottom: 15px;
  font-weight: 400;
  color: #f2f2f2;
}

.mural-form-content input[type="text"],
.mural-form-content input[type="tel"],
.mural-form-content select {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  outline: none;
}

.mural-form-content input[type="text"]::placeholder, 
.mural-form-content input[type="tel"]::placeholder
{
  font-weight: bold;
  color: black;
}



.checkbox {
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* espaçamento entre os cards */
}

.btn-enviar-msg {
    background: #e71668; /* rosa forte */
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 6px 4px 0px #540026; 
    display: inline-block;
    text-transform: lowercase;

    /* leve degradê para dar profundidade */
    background: linear-gradient(to bottom, #ff207e, #d80d5c);
}

.card-msg
{
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); width: 35% !important;
}
.btn-enviar-msg:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}

.btn-enviar-msg:active {
    transform: translate(2px, 2px);
    box-shadow: 4px 2px 0px #540026;
}

.recado-title
{
  font-family: 'Rethink-extra-bold';
}

.recado-text
{
  font-family: 'Rethink-regular';
  font-style: italic;
}

.text-cidade
{
  font-family: 'Rethink-bold';
}

.transmissao-iframe
{
  height: 600px;
  width: 100%;
}


  .pix-section {
        background: #0b0010;
        padding: 50px 20px;
        text-align: center;
        color: white;
    }

    .pix-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .pix-box {
        display: inline-flex;
        align-items: center;
        background: rgba(255,255,255,0.08);
        padding: 12px 18px;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,0.15);
        font-size: 18px;
        gap: 12px;
        backdrop-filter: blur(4px);
        color: #ffffff;
    }

    .copy-btn {
        cursor: pointer;
        font-size: 22px;
        color: #dc1465;
        transition: 0.2s;
        
    }
    .copy-btn:hover {
        transform: scale(1.15);
    }

    /* TOAST CENTRAL */
    #toast {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #dc1465;
        border: 2px solid #110314;
        color: #fff;
        padding: 16px 26px;
        border-radius: 12px;
        font-size: 18px;
        font-weight: 600;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
        z-index: 9999;
        pointer-events: none;
    }
    #toast.show {
        opacity: 1;
    }


/* ---------- 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;
  }

  .mural-container {
    margin-left: 0;
    width: 100%;
  }

  .card-msg{width: 100% !important}

  .transmissao-iframe
{
  height: 300px;
 
}
}
