@media (max-width: 480px){
    h1.hero-heading, .hero-heading.h1 {
        font-size: xx-large;
      }
    .hero-heading {
        margin-bottom: 0px;
    }
    blockquote {
        margin: 2rem 0rem !important;
    }
    .ad-fixo-img {
        width: 100%;
    }
    /* .ad-fixo {
        float: left;
         */
}

@media (min-width: 769px){
    
}
    

blockquote {
    margin: 3rem;
    border-left: 3px solid #007BFF;
    background: #f8f9fa !important;
    padding: 1.8rem 2rem !important;
    padding-top: 2.5rem !important;
    line-height: 1.3rem;
}

blockquote, p, strong, ins, u, a {
    text-decoration: none;
}

blockquote p {
    font-size: 1rem !important;
    font-weight: normal !important;
}
blockquote p u strong a {
    list-style: circle;
} 

p sub {
    font-style: italic;
    font-weight: bold;
}

.ad-fixo {
    border-radius: .4rem;
    padding: 15px;
    background-color: var(--bs-gray-900);
    color: #FFF;
    clear: both;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;  
    float: right;
}

.ad-fixo img {
    max-width: 100% !important;
    height: auto !important;
}

.ad-fixo a:link, .ad-fixo a:visited {
    text-decoration: none;
    color: var(--bs-primary);
    display: block;
  }

.ad-fixo-linha-1 {
    margin-top: 0.5rem !important;
    font-weight: bold;
    font-size: 1rem;
    display: block;
}

.ad-fixo-linha-2 {
    line-height: 18px;
    display: inline-block;
    /* float: left; */
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ad-fixo-linha-3 {
    line-height: 18px;
    display: inline-block;
    /* float: left; */
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ad-fixo-linha-4 {
    line-height: 18px;
    display: inline-block;
    /* float: left; */
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--bs-primary);
  }

  .destaque-anuncio-fixo {
    background-color: #3c3c3c;
    border-radius: 3px;
    color: #c6c6c6;
    display: inline-block;
    font-size: 11px;
    padding: 3px 8px;
    line-height: 13px;
    vertical-align: baseline;
    /* float: left; */
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
  }
}