html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
    /*background-color: #eae3ce;*/
    background-color: #ffffff;
}

.menu-topo {
    border-top: 2px solid #826955;
    /*background-color: #eae3ce;*/
    background-color: #eae3ce;
    /*    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;*/
    /*box-shadow: 0 8px 6px -6px #999;*/
}

    .menu-topo .menu-links {
        /*background-color: #c8b3a0;*/
        /*border-bottom: 1px solid #b2937a;*/
        background-color: #c8b3a0;
        border-bottom: 1px solid #b2937a;
    }

        .menu-topo .menu-links a {
            color: #4f331c;
        }

.footer {
    background-color: #404d3c;
    min-height: 250px;
}

    .footer .area-conteudo {
        border-right: 1px dotted #6b8066;
    }

        .footer .area-conteudo:last-of-type {
            border-right: none;
        }

@media (max-width: 991px) {
    .footer .area-conteudo {
        border-right: none;
        border-bottom: 1px dotted #6b8066;
    }

    .footer .area-conteudo:last-of-type {
        border-right: none;
        border-bottom: none;
    }
}

.copyright {
    background-color: #364232;
}

.logo-site {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .logo-site img {
        border-right: 1px solid #d1c4b9;
    }

.titulo-site {
    padding-top: 1.20rem;
    padding-bottom: 0.5rem;
    margin-left: 0.5rem;
}

    .titulo-site .titulo-principal {
        color: #4f331c;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .titulo-site .titulo-descricao {
        color: #4f331c;
        font-size: 13px;
        text-transform: uppercase;
    }

.fundo-claro {
    background-color: #eae3ce;
    padding: 0.5rem;
}

.fundo-branco {
    background-color: #ffffff;
    padding: 0.5rem;
}

.fundo-verde-claro {
    background-color: #404d3c;
    padding: 0.5rem;
}

.marrom {
    color: #4f331c;
}

.texto-branco {
    color: #ffffff;
}

.btn-marrom-claro {
    background-color: #714f33;
    color: #ffffff;
}

.texto-verde-claro {
    color: #c6d4c0;
}

.btn-padrao {
    padding: 0.38rem 0.5rem;
    border-radius: 5px;
}

.btn-bege-claro {
    background-color: #eed7c5;
    color: #714f33;
    border: 1px solid #dcc4b1;
}

    .btn-bege-claro:hover {
        background-color: #e4c8b2;
        color: #714f33;
        border: 1px solid #ceb5a1;
    }

    .btn-bege-claro:active {
        background-color: #e4c8b2;
        color: #714f33;
        border: 1px solid #ceb5a1;
    }

    .btn-bege-claro:after {
        background-color: #e4c8b2;
        color: #714f33;
        border: 1px solid #ceb5a1;
    }

    .btn-bege-claro:focus {
        background-color: #e4c8b2;
        color: #714f33;
        border: 1px solid #ceb5a1;
    }

.nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.whatsapp {
    position: fixed;
    right: 0.5rem;
    bottom: 5rem;
    z-index: 999;
}

.btn-whatsapp {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    position: absolute;
    bottom: 1rem;
    right: 0;
    padding: 2rem;
    color: #fff !important;
    box-shadow: 2px 2px 2px #00000055;
    background-color: #1abc9c;
    border-color: #19b698;
    /*--bs-btn-color: #fff;
    --bs-btn-bg: #1abc9c;
    --bs-btn-border-color: #1abc9c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #16a085;
    --bs-btn-hover-border-color: #15967d;
    --bs-btn-focus-shadow-rgb: 60, 198, 171;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #15967d;
    --bs-btn-active-border-color: #148d75;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1abc9c;
    --bs-btn-disabled-border-color: #1abc9c;*/
}

    .btn-whatsapp:hover {
        box-shadow: 4px 4px 5px #00000033;
        background-color: #16a085;
        border-color: #15967d;
    }

    .btn-whatsapp:active {
        box-shadow: 4px 4px 5px #00000033;
        background-color: #16a085 !important;
        border-color: #15967d !important;
    }

    .btn-whatsapp:after {
        box-shadow: 4px 4px 5px #00000033;
        background-color: #16a085 !important;
        border-color: #15967d !important;
    }

    .btn-whatsapp:focus {
        box-shadow: 4px 4px 5px #00000033;
        background-color: #16a085 !important;
        border-color: #15967d !important;
    }

.whatsapp.show-box .btn-whatsapp {
    opacity: 0;
}

.whatsapp {
    transform: translateX(0);
}

.btn-social {
    border-radius: 100%;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    justify-content: center;
    align-items: center;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.bordered-dashed {
    border-bottom: 1px dashed #bcbcbc;
    padding-bottom: 0.25rem;
    margin-bottom: 2rem;
}

.grupo-form {
}

.input-padrao {
    border-radius: 5px;
    display: inline-flex;
    border: 1px solid #cccccc;
    padding: 0.35rem;
}

    .input-padrao.verde-escuro {
        background-color: #515c4d;
        border: 1px solid #6e796a;
    }

        .input-padrao.verde-escuro:hover {
            border: 1px solid #6e796a;
        }

        .input-padrao.verde-escuro:active {
            border: 1px solid #6e796a;
        }

        .input-padrao.verde-escuro:after {
            border: 1px solid #6e796a;
        }

        .input-padrao.verde-escuro:focus {
            border: 1px solid #6e796a;
        }

.link-verde-claro:link {
    color: #15967d;
    text-decoration: underline;
}

/* visited link */
.link-verde-claro:visited {
    color: #15967d;
    text-decoration: underline;
}

/* mouse over link */
.link-verde-claro:hover {
    color: #15967d;
    text-decoration: none;
}

/* selected link */
.link-verde-claro:active {
    color: #15967d;
    text-decoration: none;
}