body {
    font-family: 'Montserrat', sans-serif;
  }
  .navbar {
    padding: 1rem 10rem;
  }
  @media (max-width: 1200px) {
      .navbar {
        padding: 0rem 0rem;
      }
      .img-nota-maxima{
        width: 40%;
        margin-bottom: 10px;
      }
  }
  .navbar-brand img {
    height: 90px;
  }
  .nav-link{
    color: #909090;   
  }
  .banner img {
    width: 100%;
  }
  .content {
    text-align: center;
  }
  .content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .content p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
  .footer {
    background-color: #333;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
  }
  .font-grey {
    color: #909090;
  }
  .gradient-censupeg {
    background: linear-gradient(90deg, rgb(169 18 18) 18%, rgba(207, 12, 20, 1) 67%, rgb(201 135 49) 99%);
  }
  .img-censupeg-carrossel {
    background-image: url('img/bg-carrossel.webp');
    margin-top: 10px;
  }
  h5 {
      color: #555050;
      font-weight: 600;
  }
  .line-top {
      position: relative;
  }
  .line-top::before {
      content: '';
      position: absolute;
      top: 30px;
      left: 46px;
      width: 120px;
      height: 3px;
      background-color: #c29f2e;
  }
  .nav-tabs .nav-link {
      background-color: #e9e5e5;
      color: #a49e9e;
      font-weight: 600;
  }
  .nav-tabs .nav-link.active {
      background-color: #ffffff;
      font-weight: 600;
      background: -webkit-linear-gradient(90deg, rgba(90,3,7,1) 18%, rgba(207,12,20,1) 67%, rgba(194,130,46,1) 99%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-right: 15rem;
      border-color: white;
      box-shadow: 3px -20px 22px rgba(0, 0, 0, 0.1);
  }
  .nav-tabs .nav-link:hover {
      background-color: #e0e0e0;
  }
  .btn-primary {
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(90, 3, 7, 1) 18%, rgba(207, 12, 20, 1) 67%, rgba(194, 130, 46, 1) 99%);
    border: none;
    padding: 10px;
  }
  .btn-primary-whatsapp {
    font-size: 20px;
    color: white;
    font-weight: 600;
    background-color:#25D366;
    border: none;
    padding: 10px;
  }
  @media (max-width: 760px) {
    .btn-primary-whatsapp {
      font-size: 14px;
    }
  }
  .btn-mobile {
      display:none;
  }
  
  @media (max-width: 1325px) {
      .btn-desktop {
          display:none;
      }
      .btn-mobile {
          display:block;
          margin-bottom: 15px;
      }
  }
  
  .btn-primary:hover {
      background: linear-gradient(90deg, rgba(90, 3, 7, 1) 5%, rgba(207, 12, 20, 1) 20%, rgba(194, 130, 46, 1) 56%);
      border: none;
  }
  .btn-primary-whatsapp:hover {
    background-color: #14a449;
    color: white;
    border: none;
  }
  .btn-secondary{
      font-size: 15px;
      background-color: #cfa018;
      border: none;
  }
  .btn-secondary:hover{
      background-color: #b48808;
      border: none;
  }
  .equal-width-btn {
      width: 100%;
      white-space: nowrap;
  }
  .row.d-flex .col {
      display: flex;
      justify-content: center;
  }
  .banner img {
      width: 100%;
      height: auto;
  }
  .banner .btn {
      font-size: 1.25rem;
      padding: 14px 150px;
  }
  .text-gradient-censupeg {
      font-weight: 600;
      background: -webkit-linear-gradient(90deg, rgba(90,3,7,1) 18%, rgba(207,12,20,1) 67%, rgba(194,130,46,1) 99%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;   
  }
  .carrossel-responsivo {
      padding-right: 130px;
      padding-left: 130px;
  }
  @media (max-width: 860px) {
      .carrossel-responsivo {
          padding-right: 0px;
          padding-left: 0px;
      }
  }
  .modal-dialog {
    max-width: 900px;
  }
  .modal-body {
    padding: 0px;
  }
  .modal-header {
    background: linear-gradient(90deg, rgba(90, 3, 7, 1) 18%, rgba(207, 12, 20, 1) 67%, rgba(194,130,46,1) 99%);
  }
  .youtube-player {
    position: relative;
    background-color: #000;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    cursor: pointer;
  }
  .youtube-player img,
  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .youtube-player .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 65px;
    background: url('img/icone-youtube.webp') no-repeat;
    background-size: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
      filter: invert(1) brightness(2);
  }
  .accordion-button:not(.collapsed) {
    background-color: #e9e5e5 !important; /* cor de fundo desejada */
    color: #212529 !important;            /* cor do texto desejada */
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ddd !important; /* cor da borda */
  }
  /* Ajuste para aumentar a imagem em telas grandes */
.img-ajustada {
  max-width: 900px; /* Permite que a imagem aumente até 900px */
  width: 100%; /* Mantém responsivo */
  height: auto; /* Mantém a proporção */
  border-radius: 50px;
}

/* Ajuste para telas menores */
@media (max-width: 992px) {
  .img-ajustada {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .img-ajustada {
    max-width: 500px;
  }
}

@media (max-width: 576px) {
  .img-ajustada {
    max-width: 100%;
  }
}

.btn-grad-text {
  background-color: #fff;
  border: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-grad-text span {
  background-image: linear-gradient(90deg, rgba(90, 3, 7, 1) 18%, rgba(207, 12, 20, 1) 67%, rgba(194, 130, 46, 1) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

.btn-grad-text:hover {
  background-image: linear-gradient(90deg, rgba(90, 3, 7, 1) 18%, rgba(207, 12, 20, 1) 67%, rgba(194, 130, 46, 1) 99%);
  color: white;
}

.btn-grad-text:hover span {
  -webkit-text-fill-color: white;
  background-image: none;
}