@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700');

.botao-menu {
    color: #0a3a0e !important;
    cursor: pointer !important;
}

.navbar li a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Raleway', sans-serif !important;
    color: #0a3a0e !important;
}

.titulo-section h1,
.titulo-section h2,
.titulo-section h3,
.titulo-section h4,
.titulo-section h5,
.titulo-section h6 {
    color: #000 !important;
    font-size: 20px;
    /*font-family: 'Titillium Web', sans-serif;*/
    margin-bottom: 0 !important;
    /*font-weight: 700;*/
    /*display: inline-block;*/
}

.titulo-section h1 span {
    font-size: 12px;
    color: #000 !important;
    /*padding-left: 10px !important;*/
    /*margin-left: 10px !important;*/
    border-left: 2px solid #DAE5F7;
}

.titulo-section span {
    font-size: 12px;
    color: #000 !important;
    /*padding-left: 10px !important;*/
    /*margin-left: 10px !important;*/
    /*border-left: 2px solid #DAE5F7;*/
    /*display: inline-block;*/
    /*font-weight: 600;*/
}

.strike > span {
    position: relative;
    display: inline-block;
    color: #000 !important;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    color: #000;
    background: #000;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
    color: #000;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
    color: #000;
}

.bg-topo {
    background-color: #fff;
    border-bottom: 1px solid #0a3a0e;
    width: 100%;
    z-index: 1;
    bottom: 0;
    min-height: 80px;
}

.bg-footer {
    background-color: #0a3a0e;
}

.btn-primary {
    background-color:#0a3a0e !important;
    border-color:#0a3a0e;
}

.btn-secondary {
    background-color:#39B031 !important;
    border-color:#39B031;
}

.badge-primary {
    background-color:#39B031 !important;
    border-color:#39B031;
    padding: 8px;
}

.titulo-produto {
    font-size: 20px;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 0 !important;
}

/* Custom styles for login page - versao 1.6 */

.login-app-section {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    color: #0a3a0e;
    min-height: 100vh; background: linear-gradient(135deg, #fff 0%, #fff 100%);
}
.card {
    transition: box-shadow 0.2s;
}
.card:hover {
    box-shadow: 0 8px 32px rgba(80,120,255,0.12);
}
.form-control:focus {
    border-color: #4f8cff;
    box-shadow: 0 0 0 0.2rem rgba(79,140,255,.15);
}
.btn-primary, .btn-success {
    transition: background 0.2s, box-shadow 0.2s;
}
.btn-primary:hover, .btn-success:hover {
    box-shadow: 0 4px 16px rgba(79,140,255,0.12);
    opacity: 0.95;
}
@media (max-width: 767px) {
    .login-app-section {
        padding: 24px 0;
    }
    .card {
        margin-bottom: 24px;
    }
}