/*
Theme Name: critec
Theme URI: https://critec.pt/
Author: critec
Author URI: https://critec.pt/
Description: critec
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: critec
*/

/*
Theme Name: critec
Theme URI: https://critec.pt/
Author: critec
Author URI: https://critec.pt/
Description: critec
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: critec
*/

body,html{
    overflow-x: hidden;
    max-width: 100vw;
}
.filter-dourado{
    filter: brightness(0) saturate(100%) invert(51%) sepia(100%) saturate(297%) hue-rotate(10deg) brightness(93%) contrast(87%);
}
.orador-modal-content,
.orador-modal-content * {
    text-align: left !important;
}

.orador-modal-content p {
    margin: 0 0 1rem !important;
    line-height: 1.7;
}

.orador-modal-content p:last-child {
    margin-bottom: 0 !important;
}

.orador-modal-content ul,
.orador-modal-content ol {
    margin: 0 0 1rem 1.25rem !important;
    padding: 0;
}

.orador-modal-content li {
    margin-bottom: .5rem;
    line-height: 1.6;
}

.orador-modal-content {
    max-height: calc(85vh - 76px);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #AD9334 #0a3a46;
}

.orador-modal-content::-webkit-scrollbar {
    width: 10px;
}

.orador-modal-content::-webkit-scrollbar-track {
    background: #0a3a46;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.orador-modal-content::-webkit-scrollbar-thumb {
    background-color: #c0f037;
    border-radius: 9999px;
    border: 2px solid #0a3a46;
}

.orador-modal-content::-webkit-scrollbar-thumb:hover {
    background-color: #d4f85a;
}
.height-80px{
    height: 80px;
}
.bg-\[\#0c1929\] {
    background-color: #0c1929;
}
.bg-blue-opacity {
    background-color: #0c1929de;
}
.ms-3{
    margin-left: 12px;
}
.t16 {
    font-size: 16px;
}
.headerMobile{
    padding-top: 3px!important;
    padding-bottom: 4px!important;
}
@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }
}