html {
    scroll-behavior: smooth;
}

.writer-header-name {
    font-size: 60px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a {
    color: #837a73;
}

a:hover {
    color: #ef3636;
}

.bg-primary {
    background-color: #837a73 !important;
}

.text-primary {
    color: #837a73 !important;
}

.btn-play span {
    border-left: 16px solid #837a73;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #ef3636;
}

.btn-outline-primary {
    color: #837a73;
    border-color: #837a73;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #252525;
    border-color: #252525;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #837a73;
    border-color: #837a73;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.w-90 {
    width: 90% !important;
}

.justify {
    text-align: justify;
}

.service-icon {
    display: inline-block;
    width: 17px;
    height: 30px;
}

.font-small {
    font-size: 0.8rem;
}

/* artigo progresso de leitura */
progress {
    position: sticky;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    border: none;
}

progress::-webkit-progress-bar {
    background-color: transparent;
}

progress::-webkit-progress-value {
    background-color: #837a73;
}

progress::-moz-progress-bar {
    background-color: #837a73;
}

/* Hide the default checkbox */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

/* Checked state */
input[type="checkbox"]:checked {
    background-color: #837a73;
    border-color: #837a73;
}

/* Checkmark */
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hover state */
input[type="checkbox"]:hover {
    border-color: #999;
}

.control-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.control-group label {
    display: inline-block;
    text-align: justify;
}

.control-group span {
    display: inline;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2px #837a73;
}

.light-brown {
    background: #d6cdc5;
}

.font-weight-small {
    font-size: 1rem;
}

.obra-title-row {
    height: 30px;
    margin-bottom: 55px !important;
}

.blog-title-row {
    height: 30px;
    margin-bottom: 150px;
}

a.obra-index-c2a{
    font-size: 1rem !important;
}

@media screen and (max-width: 767px) {
    .writer-header-name {
        font-size: 40px;
    }
    .header-override {
        text-align: center;
        max-height: 42vh;
    }
    .heading-text-override {
        margin-top: -40px;
    }
    .novos-artigos {
        display: none;
    }
    input[type="checkbox"] {
        width: 55px;
        height: 25px;
    }
    .obra-title-row {
        margin-bottom: 75px !important;
    }
    .blog-title-row {
        margin-bottom: 200px !important;
    }
    .font-weight-categoria {
        font-size: 0.6rem;
    }
    a.obra-index-c2a{
        font-size: .6rem !important;
    }
    .artigo-descricao-index{
        font-size: .9rem;
    }
}
