html,body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Open Sans',sans-serif;
    color: #111;
    font-size: 14px;
    line-height: 22px;
    background-image: url(/assets/site/content/main-bg.jpg);
    background-attachment: fixed;
}

body,html {
    height: 100%!important;
}

iframe {
    border: 0;
}

img {
    max-width: 100%;
}

a {
    color: #0ec654;
}

a:hover {
    color: #047168;
    text-decoration: underline;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

textarea:hover,input:hover,textarea:active,input:active,textarea:focus,input:focus,button:focus,button:active,button:hover {
    outline: 0!important;
    -webkit-appearance: none;
}

iframe {
    max-width: 100%!important;
}

hr {
    border: 1px dotted #373737;
    border-style: none none dotted;
    color: #fff;
    margin: 10px 0;
}

a,a:hover {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

strong {
    font-weight: bold;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

blockquote,q {
    quotes: "" "";
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    min-height: 20px;
    line-height: 26px;
}

h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}

h2 {
    margin: 0 0 20px 0;
}

.spacer {
    clear: both;
}

.text-form {
    color: #6c757d;
    font-size: 12px;
    display: block;
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto!important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.label-warning {
    background-color: #f0ad4e;
}

.row {
    margin-right: -15px; 
    margin-left: -15px;
}

.col-md-4 {
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 768px) {
    .col-md-4 {
        width:100%;
        margin-bottom: 8px;
    }
}

.text-center {
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / .075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
    border-radius: 4px;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.menu-mobile-link {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #fff0;
    border-radius: 4px;
}

.menu-mobile-link:hover {
    color: #FFF;
    opacity: .8;
}

.menu-mobile-link-block {
    display: block;
    width: 100%;
}

.layout-container,
.header-container {
    padding: 0 6px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .layout-container,
    .header-container {
        width:1250px;
    }
}

.menu-header {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.menu-header li {
    display: inline-block;
    margin: 0 10px 8px;
    vertical-align: top;
}

.menu-header img,.menu-header iframe {
    max-width: 100%;
}

.menu-header li.menu-mobile-o {
    display: none;
}

@media (max-width: 768px) {
    .menu-header li {
        width:100%;
        text-align: center;
        margin: 0 0 5px;
    }

    .menu-header li.menu-mobile-only {
        display: inline-block;
    }

    .menu-header li.menu-mobile-only {
        display: none;
    }
}

.table-default {
    border-collapse: collapse;
    width: 100%;
}

.table-default th,.table-default td {
    text-align: left;
    padding: 6px;
}

.table-default tr:nth-child(even) {
    background-color: #f2f2f2;
}

.link-header-botão {
    background-color: #0ec654;
    padding: 7px 10px;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

.link-header-botão:hover {
    opacity: .8;
}

.link-header-botão,.link-header-botão:focus,.link-header-botão:hover,.link-header-botão:visited,.link-header-botão:active {
    color: #FFF;
    text-decoration: none;
}

.container-generic {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.descricao-site {
    margin-bottom: 25px;
}

.descricao-site p:first-child {
    margin-top: 0;
    color: #016F65;
}

.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.pagination li {
    display: inline-block;
    margin: 2px;
}

.pagination li a,.pagination li em {
    background-color: #d0d0d0;
    color: #333;
    display: inline-block;
    font-size: 12px;
    padding: 8px 18px;
    font-weight: 600;
}

.pagination li.active a,.pagination li a:hover {
    background-color: #0ec654;
    color: #FFF;
    text-decoration: none;
}

.pagination li span {
    display: inline-block;
    padding: 8px 12px;
    color: #969696;
    font-weight: 600;
    cursor: default;
}

@media (max-width: 768px) {
    .pagination li a,.pagination li em {
        padding:0 14px;
        line-height: 32px;
    }
}

.header-principal {
    background-color: #000000;
    padding: 12px 0;
}

.header-topo {
    float: left;
}

.header-topo button {
    display: none;
}

.site-title { /*provalvelmente excluir*/
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    line-height: 34px;
}

.link-header {
    float: right;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .header-principal {
        position:relative;
    }

    .hide-mobile {  
        display: none;
    }

    .header-topo {
        float: auto;
        width: 100%;
        padding: 0 45px;
        position: relative;
        text-align: center;
        min-height: 35px;
    }

    .header-topo button {
        background-color: #FFF;
        color: #111;
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        border: 0;
        cursor: pointer;
    }

    .btn-menu-mobile {
        top: 0;
        left: 0;
    }

    .btn-busca-header {
        top: 0;
        right: 0;
    }

    .link-header {
        display: none;
    }

    .site-title { /*provalvelmente excluir*/ 
        font-size: 18px;
    }
}

.header-busca {
    background-color: #FFF;
    float: right;
    position: relative;
    padding-right: 38px;
    width: 100%;
    max-width: 320px;
}

.header-busca input {
    border: 0;
    width: 100%;
    height: 36px;
    padding: 0 12px;
}

.header-busca button {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 36px;
    border: 0;
    cursor: pointer;
    background-color: #0ec654;
    color: #FFF;
}

.header-busca button:hover {
    opacity: .8;
}

@media (max-width: 768px) {
    .header-busca {
        display:none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-width: 100%;
        z-index: 1000;
    }
}

.menu-mobile-container {
    display: none;
}

@media (max-width: 768px) {
    .menu-mobile-container {
        background-color:#333;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 220px;
        z-index: 1000;
        padding: 12px;
        overflow-y: scroll;
    }

    .menu-mobile-categorias {
        margin: 0;
        padding: 0;
        line-height: none;
    }

    .menu-mobile-categorias li {
        border-bottom: 1px #3e3d3d solid;
        position: relative;
        padding: 18px 0 14px 46px;
    }

    .menu-mobile-categorias li:last-child {
        border-bottom: 0;
    }

    .menu-mobile-categorias img {
        position: absolute;
        top: 7px;
        left: 0;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        object-fit: cover;
    }

    .menu-mobile-categorias span {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.overlay-menu {
    display: none;
    background-color: rgb(0 0 0 / .4);
    width: 100%;
    height: 100%;
    top: 53px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 999;
}

.section-spacing {  
    padding: 20px 0;
}

.featured-groups {
    position: relative;
    margin-bottom: 15px;
    padding-right: 30px;
    padding-bottom: 9px;
    border-bottom: 1px solid #f1f1f1;
}

.featured-groups h1,.featured-groups h2 {
    color: #016F65;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.featured-groups button {
    background-color: #009688;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.featured-groups button:hover {
    opacity: .8;
}

.icon-text {
    padding-left: 20px;
}

.icon-text i {
    color: #3e3e3e;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px;
}

.box {
    background-color: #FFF;
    padding: 15px;
}

.main-content {
    float: left;
    width: 900px;
    margin-bottom: 15px;
}

.partners-card {
    float: right;
    width: 324px;
}

@media (max-width: 1260px) {
    .main-content { 
        width:calc(100% - 338px);
    }
}

@media (max-width: 768px) {
    .main-content { 
        width:100%;
    }

    .partners-card {
        width: 100%;
    }
}

.grid-offset { 
    margin: 0 -8px;
}

.groups-list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.groups-list li {
    float: left;
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
    text-align: center;
}

.group-card { 
    background-color: #fff;
    padding: 18px 10px;
    box-shadow: 2px 2px 2px -2px #474747;
}

.groups-list li:hover .group-card {
    background-color: #DCF8C6;
}

.group-avatar { 
    margin-bottom: 8px;
    position: relative;
}

.group-avatar a {
    display: block;
    line-height: 0;
}

.group-avatar img {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.group-card h2 {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 8px;
    padding: 0 5px;
    color: #333;
    font-weight: 600;
    height: 26px;
}

.group-category {
    display: block;
    color: #868686;
    margin-bottom: 15px;
}

.group-button {
    background-color: #0ec654;
    padding: 5px 6px;
    display: block;
    width: 80px;
    margin: 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

.group-button:hover {
    opacity: .8;
}

.group-button,.group-button:focus,.group-button:hover,.group-button:visited,.group-button:active {
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .groups-list li {
        width:33.33333%;
    }
}

@media (max-width: 480px) {
    .grid-offset {
        margin:0 -3px;
    }

    .groups-list li {
        width: 50%;
        padding: 0 3px;
        margin-bottom: 6px;
    }
}

.partners-card aside {
    background-color: #FFF;
    padding: 12px;
    margin-bottom: 15px;
    text-align: left;
}

.partnerships {
    border-bottom: 2px #efefef solid;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 4px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
}

.partnerships:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 25%;
    background-color: #009688;
}

.header-search { 
    border: 1px #e4e4e4 solid;
    position: relative;
    padding-right: 50px;
}

.header-search input {
    width: 100%;
    border: 0;
    height: 34px;
    padding: 0 8px;
}

.header-search button {
    background-color: #009688;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 34px;
    border: 0;
    cursor: pointer;
}

.header-search button:hover {
    opacity: .9;
}

.textwidget {
    color: #555;
}

.widget_recent_entries ul,.widget_archive ul,.widget_meta ul,.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget_recent_entries li,.widget_archive li,.widget_meta li,.widget_categories li {
    margin-bottom: 6px
}

.widget_recent_entries li:last-child,.widget_archive li:last-child,.widget_meta li:last-child,.widget_categories li:last-child {
    margin-bottom: 0
}

.widget_recent_entries li {
    border-bottom: 1px #f1f1f1 solid;
    padding-bottom: 6px
}

.widget_recent_entries li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.widget_tag_cloud .tagcloud a {
    background-color: #ddd;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 13px!important;
    margin: 0 5px 5px 0;
    padding: 2px 5px;
    text-decoration: none
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #999;
    color: #FFF
}

.horizontal-card {
    margin: 0;
    padding: 0;
    list-style: none;
}

.horizontal-card li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 90px;
    min-height: 80px;
}

.horizontal-card a {
    display: block;
    text-decoration: none;
}

.horizontal-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.horizontal-card h2 {
    margin: 0 0 3px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.horizontal-card p {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    height: 54px;
    margin: 0;
    padding: 0;
}

.media-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.media-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 90px;
    min-height: 80px;
}

.media-list a {
    display: block;
    text-decoration: none;
}

.media-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.media-list h2 {
    margin: 0 0 3px;
    padding: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    overflow: hidden;
    max-height: 46px;
}

.media-list p {
    color: #666;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    height: 54px;
    margin: 0;
    padding: 0;
}

.site-footer {
    background-color: #151719;
    color: #FFF;
    padding: 22px 0;
}

.footer-content {
    text-align: center;
}

.footer-content h4 {
    color: #616d79;
    margin: 0;
    padding: 0;
}

.footer-content p {
    font-family: italic;
}

.mb-15 {
    margin-bottom: 15px
}

.inline-list {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.inline-list li {
    display: inline-block;
    margin: 0 8px 3px;
}

.content-card {
    background-color: #fff;
    padding: 18px 10px;
    box-shadow: 2px 2px 2px -2px #474747;
    margin-bottom: 20px;
}

.profile-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
    position: relative;
    margin-bottom: 64px;
}

.profile-header img {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 45px;
    left: 50%;
    margin-left: -70px;
    display: block;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.group-tags {
    margin: 0 0 11px;
    padding: 0;
    list-style: none;
    text-align: center
}

.group-tags li {
    display: inline-block;
    margin: 0 5px 4px;
    font-size: 12px;
    color: #555;
    text-transform: uppercase
}

.page-title {
    margin: 0 0 15px;
    padding: 0;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.tag {
    margin-bottom: 5px;
    overflow: hidden
}

.tag span,.tag a {
    background-color: #ddd;
    color: #000;
    float: left;
    font-size: 13px;
    margin: 0 5px 5px 0;
    padding: 2px 8px;
    border-radius: 3px
}

.tag span {
    background-color: #016F65;
    color: #FFF
}

.tag a,.tag a:hover {
    text-decoration: none
}

.tag a:hover {
    background-color: #999;
    color: #FFF
}

.content-card blockquote {
    color: #666;
    font-size: 14px;
}

.content-card blockquote ol:last-child,.content-card blockquote p:last-child,.content-card blockquote ul:last-child {
    margin-bottom: 0;
}

.centered-card {
    background-color: #FFF;
    border: 1px #EAEAEA solid;
    max-width: 450px;
    margin: 0 auto;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.panel {
    background-color: #FFF;
    border: 1px #d6d6d6 solid;
    padding: 14px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sidebar-menu {
    border: 1px #CCC solid;
    float: left;
    width: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.sidebar-menu li {
    float: left;
    width: 100%;
    border-bottom: 1px #CCC solid;
}

.sidebar-menu li:last-child {
    border-bottom: 0;
}

.sidebar-menu a {
    display: block;
    line-height: 38px;
    padding: 0 12px;
}

.sidebar-link a:hover {
    text-decoration: none;
}

.sidebar-menu i {
    color: #848484;
}

.main-c {
    float: right;
    width: 960px;
}

.section-title {
    border-bottom: 1px #efefef solid;
    padding-bottom: 6px;
    margin: 0 0 15px;
    color: #009688;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
}

.card-with-avatar {
    position: relative;
    padding-right: 92px;
    height: 80px;
}

.card-avatar {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 1;
}

.card-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
}

@media (max-width: 1200px) {
    .main-c {
        width:calc(100% - 255px);
    }
}

@media (max-width: 990px) {
    .sidebar-menu {
        margin-bottom:15px;
    }

    .sidebar-menu,.main-content {
        width: 100%;
    }
}

.avatar-sm {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
}

.fullscreen-overlay {
    background: rgb(0 0 0 / .85);
    color: #fff(255,255,255);;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    place-content: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 10000;
}

.overlay-title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: .25em;
}

.overlay-text {
    margin: 0 0 1em 0;
    padding: 0 25vw;
    font-size: 1em;
}

.card-actions a {
    display: inline-block;
    margin: 0 4px;
}

.views-badge {
    background-color: rgb(0 0 0 / .8);
    position: absolute;
    bottom: 5px;
    right: 22%;
    display: inline-block;
    color: #FFF;
    font-size: 11px;
    line-height: 20px;
    padding: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.formTermos {
    margin: 8px 0 12px;
    padding: 0;
    list-style: none;
}

.formTermos li {
    margin-bottom: 8px;
}

.formTermos li:last-child {
    margin-bottom: 0;
}

.formTermos label {
    font-weight: normal;
    display: block;
    position: relative;
    margin: 0;
    background-color: #f1f1f1;
    border: 1px #eaeaea solid;
    padding: 6px 12px 6px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.formTermos label:hover {
    background-color: #eaeaea;
}

.formTermos input {
    position: absolute;
    top: 7px;
    left: 6px;
}

.formTermos input:hover,.formTermos input:active,.formTermos input:focus {
    -webkit-appearance: checkbox;
}

.grupoRegras {
    margin: 12px 0 0 0;
    padding: 0 0 0 14px;
}

.grupoRegras li {
    margin-bottom: 6px;
}

.grupoRegras li:last-child {
    margin-bottom: 0;
}

.campo-erro,.campo-erro:focus,.campo-erro:active,.campo-erro:hover {
    border-color: #C00;
}

.error {
    display: none;
    margin-top: 5px;
    color: #C00;
}

.mobile-only {
    display: none;
}

@media (max-width: 992px) {
    .mobile-only {
        display:block;
        margin-top: 8px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .partners-card {
        text-align:center;
    }
}

.legalTitulo {
    margin: 0 0 15px;
    padding: 0;
    font-size: 30px;
    line-height: 38px;
    color: #009688;
    border-bottom: 1px #181818 solid;
    padding-bottom: 12px;
    font-weight: 700;
}

.legalTexto {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
    background-color: #FFF;
    padding: 12px 22px;
    border-radius: 8px;
}

.legalRow {
    margin: 0 -4px 25px;
}

.legalItem {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.legalItemConteudo {
    padding: 12px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 3px;
}

.legalItemConteudo a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.legalItemThumb {
    float: left;
    width: 270px;
    height: 190px;
    position: relative;
}

.legalItemThumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.legalItemInfo {
    float: right;
    width: calc(100% - 286px);
}

.legalItemTitulo {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #009688;
}

.legalItemTexto {
    margin-bottom: 13px;
    display: block;
}

.legalItemLer {
    display: inline-block;
    font-weight: 700;
    background-color: #009688;
    color: #FFF;
    margin-bottom: 12px;
    padding: 6px 12px;
}

.pagina {
    padding: 10px 25px;
}

.legalLeft {
    float: left;
    width: calc(100% - 320px);
    margin-bottom: 25px;
}

.legalLateral {
    float: right;
    width: 300px;
}

@media (max-width: 992px) {
    .legalLeft,.legalLateral {
        width:100%;
    }

    .legalItemThumb {
        width: 100%;
        height: auto;
        padding-top: 64%;
        margin-bottom: 12px;
    }

    .legalItemInfo {
        width: 100%;
    }
}

.text-clamp {
    display: block;
    height: 71px;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
}

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
  z-index: 1000;
}

.search-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

.search-item:hover,
.search-item.active {
  background: #f2f2f2;
}

.search-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.search-item strong {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}


.search-results {
  position: absolute;
  z-index: 110;
}

.search-highlight {
  background: none;
  color: #1db954;
  font-weight: 600;
}

.suggested-title {
  box-sizing: border-box;
  display: block;
  margin: 14px 0 20px;
  padding-left: 8px; 
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}

.group-description {
  line-height: 1.7;
  font-size: 16px;
}

.group-description h1,
.group-description h2,
.group-description h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.group-description ul {
  padding-left: 20px;
  margin-top: 10px;
}

.group-description li {
  margin-bottom: 6px;
}

.group-description strong {
  font-weight: 600;
}
