      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
   
      #iframain {
            display: none; /* Deixa o iframe invisível */
        }

        @media (min-width: 1500px) {
          .card {
            height: 250px;
            width: 250px;
            border: none;
            margin: 0 auto;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
          }
        }
        @media (max-width: 1500px) {
          .card {
            height: 250px;
            width:350;
            border: none;
            margin: 20px auto auto auto;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
          }
        }
        
        
          .card:hover {
            transform: translateY(-5px);
            /* Levanta o cartão ao passar o mouse */
          }
        
          .rounded-circle {
            width: 150px;
            height: 150px;
            object-fit: cover;
            /* Para manter a proporção da imagem */
            margin: 0 auto;
            border: 6px solid #cfeefd;
          }
        
          .card-body {
            padding: 5px;
          }
        
          .card-title {
            font-weight: bold;
            margin-top: 5px;
          }
        
          .card-text {
            color: #6c757d;
          }

          .filter-section ul {
            list-style-type: none;
            padding-bottom: 10px;
        }
        .filter-section ul li {
            margin-right: 0;
            padding-bottom: 10px;
        }
        .filter-section ul li a {
            text-decoration: none;
            color: #007bff;
            cursor: pointer;
        }
        .filter-section ul li a:hover {
            text-decoration: underline;
        }


        .dropdown-toggle {
          white-space: none!important; 
        }
        
        @media (min-width: 2000px) {
        }

        @media (min-width: 1800px) and (max-width: 2000px) {
        }
        
          @media (min-width: 1400px) and (max-width: 1800px) {
            .carousel-item > svg.bd-placeholder-img {
              margin-top: -120px;
            }
          }
        
          @media (min-width: 1200px) and (max-width: 1400px) {
            .carousel-item > svg.bd-placeholder-img {
              margin-top: -160px;
            }
          }
          
          @media (min-width: 1000px) and (max-width: 1200px) {
            .carousel-item > svg.bd-placeholder-img {
              margin-top: -140px;
              width: 120%;
            }
          }

          @media (min-width: 800px) and (max-width: 1000px) {
            .carousel-item > svg.bd-placeholder-img {
              margin-top: -160px;
              width: 145%;
            }
          }

          @media (min-width: 600px) and (max-width: 800px) {
            .carousel-item > svg.bd-placeholder-img {
              margin-top: -160px;
              width: 200%;
            }
          }

          @media (min-width: 500px) and (max-width: 600px) {
            .carousel-item > svg.bd-placeholder-img {
              margin-top: -160px;
              width: 250%;
            }
          }

          @media (min-width: 400px) and (max-width: 500px) {
            .carousel-item > svg.bd-placeholder-img {
              margin-top: -160px;
              width: 300%;
            }
          }

          @media (min-width: 300px) and (max-width: 400px) {
            .carousel-item > svg.bd-placeholder-img {
              margin-top: -160px;
              width: 390%;
            }
          }

          @media (max-width: 300px) {
            .carousel-item > svg.bd-placeholder-img {
              margin-top: -160px;
              width: 485%;
            }
          }
        
      
