:root {
    --bs-primary: #68B360;
    /* Verde principal */
    --bs-secondary: #C2B1A2;
    /* Marrom */
    --bs-success: #806146;
    /* Verde sucesso */
    --bs-danger: #dc3545;
    /* Vermelho perigo */
    --bs-warning: #ffc107;
    /* Amarelo alerta */
    --bs-info: #17a2b8;
    /* Azul info */
    --bs-light: #f8f9fa;
    /* Cinza claro */
    --bs-dark: #343a40;
    /* Cinza escuro */

    /* Definindo as cores de texto */
    --text-light: #ffffff;
    /* Branco */
    --text-dark: #343a40;
    /* Escuro */
    --light-color: #f8f9fa;
    /* Cinza claro */
    --dark-color: #343a40;
    /* Cinza escuro */
    --secondary-color: #806146;
    /* Marrom */
}

.border-secondary {
    border: 2px solid var(--secondary-color) !important;
}

.btn-secondary {
    background-color: var(--secondary-color) !important;
    color: var(--text-light) !important;
    border-color: var(--bs-success) !important;
}

.btn-secondary:hover {
    background-color: var(--bs-color) !important;
    color: var(--bs-success) !important;
}

@media (min-width: 768px) {
    .hero {
        height: 100vh;
    }
}

.hero {
    position: relative;
    color: var(--text-light);
    transition: background-image 1s ease-in-out;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

@media (max-width: 767px) {
    .area-border {
        border: 0 !important;
    }

    .hero img {
        display: block;
        width: 120px !important;
        margin: 0 auto;
    }

    .hero-text {
        text-align: center !important;
        /* Centraliza o texto em telas menores */
    }

    .text-1 {
        font-size: 1.5rem !important;
        /* Ajuste o tamanho da fonte conforme necessário */
    }

    .text-2,
    .text-3 {
        font-size: 1.5rem !important;
        /* Ajuste o tamanho da fonte conforme necessário */
    }
}

@media (max-width: 320px) {
    .area-border {
        border: 0 !important;
    }

    .text-1 {
        font-size: 1rem !important;
        /* Ajuste o tamanho da fonte conforme necessário */
    }

    .text-2,
    .text-3 {
        font-size: 1.5rem !important;
        /* Ajuste o tamanho da fonte conforme necessário */
    }
}

.hero img {
    width: 100%;
    height: auto;
}

.card {
    z-index: 2;
    border-radius: 10px;
}

.slider img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.benefits {
    color: var(--text-light);
}

.benefits .card {
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.benefits .card:hover {
    transform: scale(1.05);
    /* Aumenta em 5% */
    transition: transform 0.3s ease-in-out;
    /* Adiciona transição suave */
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    /* Adiciona sombra para realçar o efeito */
}

.benefits::after {
    content: "";
    background-color: var(--bs-primary);
    color: var(--text-light);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translate(0, -50%);
}

.benefits img {
    max-width: 100%;
    height: auto;
}

.gallery {
    background-color: var(--bs-secondary);
    color: var(--secondary-color);
    padding: 40px;
}

.gallery .container {
    background-color: transparent;
}

.gallery img {
    max-width: 100%;
    height: auto;
    margin-right: 10px;
}

.faq {
    background-color: var(--light-color);
    padding: 40px;
}

.faq .accordion-item {
    margin-bottom: 10px;
}

footer {
    color: var(--text-light);
    text-align: center;
    padding: 10px;
    background-color: var(--dark-color);
}

.modal-form {
    background-color: var(--light-color);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-form input,
.modal-form button {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid var(--text-dark);
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.modal-form button {
    background-color: var(--bs-primary);
    color: var(--text-light);
    border: none;
    cursor: pointer;
}

.header-form {
    background-color: var(--bs-secondary);
    color: var(--secondary-color)
}

.form-control {
    background-color: #ebebeb;
    color: #9f9f9f;
}

input::placeholder {
    color: #9f9f9f !important;
}

input:focus {
    color: #9f9f9f !important;
    /* background-color: #efefef !important; */
    border: 1px solid #999999 !important;
    box-shadow: none !important;
}

/* Estilo para o cabeçalho do accordion */
.accordion-button {
    background-color: var(--bs-primary);
    /* Cor de fundo marrom */
    color: white;
    /* Cor do texto */
    border: none;
    /* Cor da borda */
}

.accordion-button:hover {
    background-color: var(--bs-primary);
    /* Cor de fundo quando o botão é hover */
}

/* Estilo quando o accordion está aberto */
.accordion-button:not(.collapsed) {
    background-color: var(--bs-secondary);
    /* Cor de fundo quando o item está aberto */
    color: #5C3E28;
    /* Cor do texto */
    font-weight: 600;
    border-color: transparent;
    /* Cor da borda */
}

/* Estilo do corpo do accordion */
.accordion-body {
    background-color: #fff;
    /* Cor de fundo mais suave para o corpo */
    color: #5C3E28;
    /* Cor do texto */
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: var(--bs-primary);
    /* Cor personalizada */
}

/* Personalização adicional para quando o checkbox ou radio está marcado */
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* Adicionalmente, se quiser mudar a cor do hover */
input[type="radio"]:hover,
input[type="checkbox"]:hover {
    border-color: var(--bs-primary);
}

#slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#slider .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* Para telas maiores (desktop) */
@media (min-width: 768px) {
    #slider .item {
        height: 200px;
        /* ou qualquer altura que você prefira para desktops */
    }
}

/* Para telas menores (mobile) */
@media (max-width: 767px) {
    #slider .item {
        height: 100px;
        /* uma altura menor para telas menores */
    }
}

/* Ajuste adicional para telas muito pequenas */
@media (max-width: 480px) {
    #slider .item {
        height: 150px;
        /* ajuste para telas ainda menores */
    }
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999999;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 60px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

