footer {
    font-family: 'Poppins Regular', serif;
    font-size: 18px;
    background-color: var(--gray1) !important;
    margin-top: -1px;
}

footer .contact-section {
    background-color: var(--gray1) !important;
}

footer a {
    color: var(--midnight-blue);
}

footer a {
    color: var(--midnight-blue);
}

footer a:hover {
    /* color: var(--blue); */
    font-weight: bold !important;
}

.footer-divider {
    border-left: 1px solid var(--dark-gray);
}

footer .contact-section p {
    font-family: 'Poppins Regular', sans-serif;
    font-size: 18px;
    color: var(--white);
    /* margin-left: -168px; */
}

.contact-section img {
    height: 411px;
}

.contact-section .form-control {
    border-radius: 0 !important;
    outline: none !important;
    color: var(--midnight-blue) !important;
}

.contact-section .btn {
    background-color: var(--orange2) !important;
    color: var(--white) !important;
    font-family: 'Articulat CF Medium' !important;
    font-size: 15px !important;
}

.contact-section .btn:hover {
    background-color: var(--orange) !important;
    color: var(--white) !important;
}

.contact-section .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.contact-section .form-control::placeholder {
    color: var(--white) !important;
    opacity: 1;
}

.contact-section .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0 !important;
}

.contact-section .fa-solid {
    margin-top: -2px !important;
}

.footer-final-section {
    background-color: var(--orange) !important;
}

.footer-final-section img {
    width: 186px;
    height: 61px;
}

.footer-final-section a {
    color: var(--light-gray-1) !important;
}

.footer-final-section .networks a {
    color: var(--blue) !important;
}

.footer-final-section a:hover {
    /* color: var(--neon-yellow) !important; */
    font-weight: bold !important;
}

@media (max-width: 991.98px) {
    .contact-section .footer-divider {
        border-left: none !important;
    }

    footer .contact-section p {
        margin-left: initial !important;
    }

    .contact-section img {
        height: 200px;
    }

    .footer-final-section {
        margin-top: 30px;
    }

}

/* Ajustes para telas menores */
@media (max-width: 576px) {

    .footer-divider {
        border-left: 0 !important;
    }

    .footer-final-section img {
        margin-bottom: 1rem;
    }

    .footer-final-section .networks {
        margin-top: 1rem;
    }
}

footer input,
footer textarea {
    background-color: var(--gray1) !important;
}

/* novo */

/* bloco novo do footer */
.footer-info-section {
    background-color: var(--orange) !important;
    /* cor de fundo da faixa final */
    color: var(--light-gray-1);
    font-size: 0.95rem;
}

.footer-info-section a {
    color: var(--light-gray-1);
    text-decoration: none;
}

.footer-info-section a:hover {
    /* color: var(--neon-yellow); */
    font-weight: bold !important;
}

.footer-title {
    font-weight: 600;
    margin-bottom: .35rem;
    color: var(--light-gray-1);
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-list li {
    margin-bottom: .25rem;
}

/* divisor vertical (desktop) */
.footer-vline {
    width: 1px;
    min-height: 100%;
    background: rgba(255, 255, 255, .4);
}

.footer-logo {
    width: 186px;
    height: 61px;
}

/* políticas separadas por “bolinhas” */
.policies a {
    white-space: nowrap;
}

.policies .dot {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    display: inline-block;
    margin: 0 .6rem;
}

/* ícones contato */
.contact-block i {
    color: var(--light-gray-1);
}

/* responsivo */
@media (max-width: 991.98px) {
    .footer-vline {
        display: none;
    }
}

.border-separator {
    border-right: 2px solid var(--white) !important;
}

#selo-iso img {
    width: 100%;
    max-width: 182px;
}

/* Ajustes para telas menores */
@media (max-width: 576px) {

    #selo-iso li {
        margin-left: initial !important;
    }
}

.select-custom {
    background-color: var(--gray1) !important;
    color: white !important;
    /* Adiciona um ícone de seta branco para combinar */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    border-radius: 0 !important;
    outline: none !important;
}

.select-custom:focus {
    box-shadow: none !important;
    border-color: var(--bs-border-color) !important;
}

/* Opcional: Estiliza as opções quando o select for aberto */
.select-custom option {
    background-color: #fff;
    color: #212529;
}


#form-footer .form-control {
    color: white !important;
}

#form-footer .form-control::placeholder {
    color: #ffffff;
}