.bg-dark {
    background-color: #000 !important;
}


.fontMont {
    font-family: 'Montserrat', sans-serif;
}


.title {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 700;
}


.card-fazenda {
    border: 0px !important;
}

.card-fazenda img {
    border-radius: 20px;
    height: 250px;
    box-sizing: border-box;
    object-fit: cover;
}

.card-fazenda .card-title {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


.card-fazenda .card-text {
    color: #666666;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}


.text700 {
    font-weight: 700 !important;
}

.textSmall {
    font-weight: 400 !important;
}


.btn-card {
    background-color: #004307;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.btn-search {
    background-color: #3E9D47 !important;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 30px;
}


.icon-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.icon-whatsapp img {
    width: 80px;
}



/* Estilos para inputs select parecidos com o Vuetify */
select.form-control {
    appearance: none;
    background-color: transparent;
    border: 0px;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    box-shadow: 0px 1px 5px 0px #ccc;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    cursor: pointer;
}

select.form-control:focus {
    border-color: #42a5f5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 165, 245, 0.25);
}

select.form-control::after {
    content: '\\25BC';
    font-family: 'Arial', sans-serif;
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    pointer-events: none;
    transition: transform 0.2s;
}

select.form-control:focus::after {
    transform: rotate(180deg);
}

select.form-control::-ms-expand {
    display: none;
}

/* Personalização do dropdown */
select.form-control option {
    font-size: 16px;
    padding: 10px 15px;
}

/* Estilo do hover no dropdown */
select.form-control:hover {
    border-color: #999;
}

/* Estilo do dropdown aberto */
select.form-control:focus + div.select-dropdown {
    display: block;
}


header {
    text-align: center;
    padding: 0px 0px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

footer {
    background-color: rgba(0, 31, 0, 1);
    padding-top: 30px;
    padding-bottom: 30px;
}


.pagination {
    justify-content: center; /* Centraliza os botões horizontalmente */
}

.pagination .page-item {
    margin: 0 2px; /* Espaçamento entre os botões */
}

.pagination .page-link, .page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%; /* Deixa os botões arredondados */
    border-color: rgba(217, 217, 217, 1);
    background-color: rgba(217, 217, 217, 1);
    color: rgba(0, 0, 0, 1);
}


@media (max-width: 767px) {
    .content-search {
        flex-direction: column;
    }

    .content-search button {
        width: 100%;
    }

    .content-search #content-button {
        padding: 0px !important;
    }

    .icon-whatsapp img {
        width: 70px !important;
    }
}
