a {
    color: #42384b;
}

.search-container {
    position: relative;
    width: 680px;
    margin: 20px auto;
}

.autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ecf2a5;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 25px 25px;
}
.autocomplete-suggestions div {
    padding: 10px;
    cursor: pointer;
}
.autocomplete-suggestions div:hover {
    background-color: #d7e06e;
}
.search-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 26px;
}
#search-results {
    margin-top: 20px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
.topbar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.logo img{
    height: 40px;
}
.search-container {
    flex: 1;
    max-width: 600px;
    margin: 0 20px;
}
.search-box {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
}
.icons {
    display: flex;
    align-items: center;
}
.icon {
    margin-left: 15px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
}
.icon:hover {
    color: #000;
}
.borda-cinza {
    border: solid 1px #c4c2c2;
}
.margin-topo {
    margin: 15px 10px;
}

.largura100 {
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
    padding: 0 200px;
}
.textjust {
    text-align: justify !important;
}
.textjust h2,h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}


/*Resultado de Busca*/
.search-results {
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
    padding: 0 200px;
}
.result {
    margin-bottom: 40px;
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.3), rgba(255,255,255,0));
    border-radius: 10px;
    padding: 10px;
}
.result a {
    font-size: 24px;
    color: #3e51a5;
    text-decoration: none;
    font-weight: 550;
}
.result a:hover {
    text-decoration: underline;
    color: #056bff;
}
.result p {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}
.starverde {
    color: #afbd37;
    margin-right: 4px;
}

@media (max-width:1200px) {

}
@media (max-width:991px) {

}
@media (max-width: 767px) {
    .search-results {
        margin: 40px auto;
        padding: 0 20px;
    }
    .largura100 {
        margin: 40px auto;
        padding: 0 20px;
    }
    .topbar {
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .search-container {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        padding: 0px;
        margin: 10px 0;
    }
    .search-box {
        width: 100%;
    }
    .logo {
        align-self: flex-start;
        margin-left: 20px;
    }

    .icons {
        position: absolute;
        top: 10px;
        right: 20px;
    }
}

.card-title a:hover {
  color: #007bff;
  transition: color 0.3s ease-in-out;
}
.card-custom {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 1.25rem; /* ou use rounded-5 do Bootstrap 5.3+ */
}

.card-custom:hover {
  transform: scale(1.02);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.1);
}

.card-img-top {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  object-fit: cover;
  height: 200px;
}

.negrito900 {
    font-weight: 900;
}
.bg-g2 {
  background: #c9cbb8;
  background: -webkit-linear-gradient(bottom, #c9cbb8, #ffffff);
  background: -o-linear-gradient(bottom, #c9cbb8, #ffffff);
  background: -moz-linear-gradient(bottom, #c9cbb8, #ffffff);
  background: linear-gradient(bottom, #c9cbb8, #ffffff);
}
.bg-g3 {
    background: #c4c5b9;
    background: -webkit-linear-gradient(bottom, #c4c5b9, #ffffff);
    background: -o-linear-gradient(bottom, #c4c5b9, #ffffff);
    background: -moz-linear-gradient(bottom, #c4c5b9, #ffffff);
    background: linear-gradient(bottom, #c4c5b9, #ffffff);
}
.s1-txt5-arial {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
.faq-txt {
  font-family: Ubuntu-Bold;
  font-size: 18px;
  line-height: 1.4;
}
.s1-txt4-arial {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #b3c10a;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}