/*
Theme Name: VALORIZZE
Theme URI: https://valorizze.org
Author: Diego Fernandes
Author URI: https://www.instagram.com/diego.fernandz/
Description: Tema criado especialmente para projetos Valorizze
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Valorizze
Text Domain: Valorizze
*/

/*01 - Conteúdo PC*/

/*HEADER*/

body {
    font-family: var(--primary-font-family);
    margin: 0;
    padding: 90px 0 0 0;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

p {
    line-height: 150%;
}

img {
    border: 0;
    vertical-align: top;
}

.centra {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

.bgRule {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.splide__list {
    height: auto !important;
}

/*
 * Bloqueio de Scroll Agressivo para o Pre-loader
 */
body.lockScr {
    overflow: hidden !important;
    touch-action: none !important;
}

.bg-primary {
    background-color: var(--primary-color);
}

.scroll-bloqueado {
    overflow: hidden;
    width: 100%;
    touch-action: none;
    -webkit-overflow-scrolling: none;
}

.driftAD {
    width: 1px;
    height: 1px;
    position: absolute;
    margin: 0 0 -40px 0
}




.destaques {
    margin: 50px 0 20px 0;
    gap: 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.destaques h2 {
    width: 100%;
    margin: 0;
}

.banner {
    width: calc(100% - 330px)
}

.novidades {
    display: flex;
    gap: 20px;
    width: 310px;
    height: 506px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.mmx {
    height: 556px
}

.novidades h2 {
    margin: 0;
}

.image-container {
    height: 480px;
}

.splide__arrow {
    z-index: 9 !important;
}

#primary-slider {
    border-radius: 10px;
    overflow: hidden;
}

#primary-slider .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}

#primary-slider h3 {
    margin: 0;
    font-size: 37px;
    position: absolute;
    color: #FFF;
    z-index: 99;
    bottom: 50px;
    left: 40px;
    width: calc(100% - 80px);
}

.card-minimal {
    width: 100%;
    transition: all .15s ease;
    border-radius: 10px;
    flex: 1;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.card-minimal h3 {
    margin: 0;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 25px);
    color: #FFF;
    position: absolute;
    font-size: 16px;
    z-index: 99
}

.card-minimal:hover {
    transform: scale(1.03)
}

.card-minimal .bg-custom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.card-minimal .bg-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
    pointer-events: none;
}

#secondary-slider {
    width: 100%;
    margin: 10px 0 40px 0;
}

#secondary-slider ul {
    width: 100% !important;
    padding: 0 2px !important;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#secondary-slider li {
    background-color: #fff;
    cursor: pointer;
    transition: all .15s ease;
    border: 0 !important;
    flex: 1;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    position: relative;
}

#secondary-slider li:after {
    content: '';
    width: 0%;
    border-radius: 2px;
    height: 8px;
    background-color: var(--primary-color);
    position: absolute;
    top: 10px;
    left: 0;
}

#secondary-slider li:before {
    content: '';
    transition: all .15s ease;
    width: 100%;
    border-radius: 2px;
    height: 8px;
    background-color: #D9D9D9;
    position: absolute;
    top: 10px;
    left: 0;
}

#secondary-slider li:hover:before {
    background-color: #f0f0f0;
}

#secondary-slider .is-active:after {
    -webkit-animation-duration: 5.5s;
    -webkit-animation-name: animaBarra;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes animaBarra {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.splide__arrow {
    transition: all .15s ease
}

.splide__arrow:hover {
    opacity: .6
}

.minExcerpt {
    width: 100%;
    margin: 0 0 40px 0;
}





.categoriasLista {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    font-weight: 600
}

.categoriasLista b {
    font-size: 20px;
    color: var(--primary-color);
}

.category-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    position: relative;
    white-space: nowrap;
}

.category-options-item {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    color: #666;
}

.category-options-item:hover {
    color: #222
}

.category-options-item:nth-of-type(1) {
    margin: 0;
}

/* Estilos do dropdown */
#more-categories-dropdown {
    display: flex;
}

#more-categories-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--primary-color);
    padding: 0px 12px;
    transition: all 0.3s ease;
}

#more-categories-btn:hover {
    opacity: 0.8;
}

#more-categories-btn span {
    display: inline-flex;
    margin-left: 5px;
}

.dropdown-menu {
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 5px;
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-item {
    color: #333;
    padding: 8px 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
    color: var(--primary-color);
}

#buscador {
    position: relative;
    margin: 0 0 -3px 0
}

#buscador i {
    font-size: 22px;
    color: #333;
    cursor: pointer;
}

#buscador form {
    width: 90vw;
    max-width: 455px;
    z-index: 999;
    display: none;
    align-items: stretch;
    position: absolute;
    background-color: #FFF;
    top: 42px;
    right: -20px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    filter: drop-shadow(0px 1px 25px rgba(0, 0, 0, 0.08));
}

#buscador form:before {
    content: '';
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: -10px;
    right: 17px;
}

#buscador input[type=search] {
    -webkit-appearance: none;
    flex: 1;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    border-radius: 5px;
    border: 0px;
    background-color: #FFF;
    color: #333;
    padding: 12px;
}

#buscador button[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
    margin: 0;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    border-radius: 5px;
    font-weight: 600;
    border: 0px;
    background-color: var(--primary-color);
    color: #FFF;
    padding: 12px 20px;
}

.displayFlex form {
    display: flex !important;
}




.all-pages {
    padding: 20px 0 40px 0;
}

.post-meta {
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.author-info {
    margin: 0 20px 0 0;
    padding: 0 20px 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.author-info:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    background-color: #D9D9D9
}

.author-info i {
    font-size: 20px;
    margin: 0 5px -6px 0
}

.author-info:last-child:after {
    display: none
}

.img-author {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    border: 1px solid #fff;
    background-color: #ddd;
    box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, .5) !important;
    border-radius: 50%;
    margin: 0 12px 0 3px;
    display: block;
    overflow: hidden
}

.img-author img {
    width: 100%;
}

.author-info a {
    color: var(--primary-color)
}

.author-avatar {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
}


.authorBarra {
    border-block: 1px solid #D9D9D9;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 20px;
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
}

.umAuthor {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.author-photo {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 0 0;
    overflow: hidden;
    background-color: #ddd;
    display: block;
}

.author-photo img {
    width: 100%;
    height: auto;
}

.info-author {
    flex: 1
}

.info-author h4 {
    text-transform: uppercase;
    font-size: 13px;
    margin: 10px 0 8px 0;
    color: var(--primary-color);
}

.author-dsc {
    color: #333;
    font-size: 13px;
}



.most-views {
    margin: 50px 0 0 0;
}

.most-title {
    padding: 0;
    margin: 0;
    position: relative;
}

/*.most-title:before { content: ''; width: 80px; height: 1px; background-color: #D9D9D9; position: absolute; top: 50%; left: 0;}*/
.most-views h2 b {
    color: var(--primary-color)
}

.sub-most-title {
    color: var(--primary-color);
    font-size: 36px;
    margin: 0 0 40px 0;
}


.novos-posts {
    margin: 40px 0 0 0;
}

.titulo-linhas {
    width: 100%;
    position: relative;
    margin: 0 0 60px 0;
}

.titulo-linhas:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 0;
}

.titulo-linhas h2 {
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0 30px;
    display: table;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

.titulo-linhas h2 b {
    color: var(--primary-color)
}

.posts-recentes {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 60px;
}



.card-post {
    max-width: calc(33% - 40px);
    margin: 0 0 30px 0;
    border-top: 1px solid #D9D9D9;
    padding: 30px 0 0 0;
}

.bg-post {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .15s ease
}

.bg-post img {
    width: 100%;
    opacity: 0
}

.card-post h3 {
    margin: 20px 0 0 0;
    font-weight: normal;
}

.card-post h3 a {
    color: #333;
}

.card-post:hover .bg-post {
    transform: scale(1.03)
}


.banner h2 {
    margin: 0 0 20px 0;
}

.banner h2 strong,
.novidades h2 strong {
    color: var(--primary-color)
}

.card-post2 {
    max-width: calc(33% - 40px);
    margin: 0 0 30px 0;
    border-top: 1px solid #D9D9D9;
    padding: 30px 0 0 0;
}

.bg-post2 {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .15s ease
}

.bg-post2 img {
    width: 100%;
    opacity: 0
}

.card-post2 h3 {
    margin: 20px 0 0 0;
    font-weight: normal;
}

.card-post2 h3 a {
    color: #333;
}

.card-post2:hover .bg-post2 {
    transform: scale(1.03)
}


.single-category {
    margin: 40px 0;
}

.row-cat {
    margin: 40px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 50px;
}

.col-cat {
    flex: 1;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
}

.post-feat .card-post {
    max-width: 100%;
}

.post-feat {
    flex: 2;
    max-width: 650px
}

.post-normal {
    flex: 1.7;
    column-gap: 50px;
}

.post-normal .card-post {
    max-width: none;
    width: calc(50% - 25px)
}

.post-feat .bg-post {
    height: 420px;
}

.post-normal .bg-post {
    height: 150px;
}

.post-normal .card-post h3 {
    min-height: 40px;
    font-size: 15px;
}




.indice {
    box-sizing: border-box;
    padding: 0;
    margin: 20px 0 70px 0;
    border-radius: 10px;
    background-color: #f8f8f8;
    position: relative;
}

.indice h2 {
    padding: 30px 60px 30px 60px;
    margin: 0;
    border-radius: 5px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.indice h2:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

.indice ul,
.indice ol {
    transition: all .15s ease;
    padding: 0 20px !important;
    margin: 0 !important;
    height: 0px;
    overflow: hidden;
}

.indiceAberto ul,
.indiceAberto ol {
    height: auto;
    padding: 30px 20px 20px 20px !important;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.indice ul li:before {
    background-color: transparent;
    content: url(https://api.iconify.design/ri/arrow-right-s-line.svg?color=%23000000&width=15);
    position: absolute;
    top: 0;
    left: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.indice ul li a,
.indice ol li a {
    color: #000;
}

.indice li {
    width: calc(50% - 20px);
    list-style: none;
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}

.indice:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #eeeeee;
    bottom: -40px;
    left: 0;
}

.indice h2:before {
    content: url(https://api.iconify.design/ic/outline-assignment.svg?color=%23000000&width=28);
    top: 32px;
    left: 25px;
    background-color: transparent;
    position: absolute;
}

.indice h2:after {
    content: url(https://api.iconify.design/ri/arrow-right-s-line.svg?color=%23000000&width=30);
    transition: all .15s ease;
    position: absolute;
    top: calc(50% - 15px);
    right: 30px;
    background-color: transparent;
}

.indiceAberto h2:after {
    transform: rotate(90deg);
    top: calc(50% - 17px);
    right: 32px;
}




.featured-author {
    padding: 40px 0;
}

.linhaFullAuth {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.col1Auth {
    width: 300px;
}

.fotoAuthBig {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.fotoAuthBig img {
    width: 100%;
}

.col1Auth h1 {
    font-size: 24px;
    margin: 15px 0 0 0;
}

.cargo {
    margin: 5px 0 0 0;
    font-size: 14px;
}

.col2Auth {
    flex: 1;
    max-width: 880px;
    margin: 0 0 0 20px;
}

.author-totals {
    margin: 20px 0 0 0;
    padding: 20px 5px;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
}

.author-totals i {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    color: var(--primary-color);
}

.author-totals strong {
    font-size: 50px;
}

.author-totals p {
    font-weight: 600;
    font-size: 14px;
    margin: -5px 0 0 0;
}

.descricao p {
    margin: 0 0 20px 0 !important
}


.midiasAuth {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    flex-wrap: wrap;
}

.midiasAuth li {
    list-style: none;
}

.midiasAuth li a {
    font-size: 25px;
    margin: 0 5px 0 0;
    color: var(--primary-color);
}

.midiasAuth .btnSite {
    margin: 0 0 -6px 3px
}

.midiasAuth .btnSite a {
    font-size: 13px;
    box-sizing: border-box;
    padding: 5px 15px;
    background-color: var(--primary-color);
    color: #FFF;
    border-radius: 5px;
}


.specsAuth {
    margin: 60px 0 0 0;
    padding: 60px 0 0 0;
    position: relative;
}

.specsAuth:before {
    content: '';
    width: 220px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
}

.linhaSpecs {
    margin: 0 0 30px 0;
}

.linhaSpecs em {
    margin: 0 0 10px 0;
    display: flex;
    font-style: normal;
    align-items: center;
    justify-content: flex-start;
}

.linhaSpecs em i {
    font-size: 30px;
    margin: 0 10px -3px 0;
    color: var(--primary-color);
}

.linhaSpecs p {
    margin: 0 0 20px 0;
}


.linhaFullAuth2 {
    margin: 60px 0 0 0;
}

.titulo-mais-posts {
    position: relative;
    text-align: center;
    margin: 0 0 60px 0;
}

.titulo-mais-posts:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    left: 0;
}

.titulo-mais-posts h3 {
    font-size: 30px;
    display: table;
    margin: 0 auto;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
    z-index: 999;
}

.bg-min-post {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    background-position: top;
    margin: 0 0 20px 0;
}

.min-card-post .clock {
    display: none;
}

.min-card-post .author-info {
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
}

.min-card-post .post-meta {
    font-size: 11px;
}

.min-card-post .img-author {
    width: 28px;
    height: 28px;
    min-height: 28px;
    min-width: 28px;
}

.min-card-post .author-info span {
    display: none;
}

.min-card-post h3 a {
    color: #000;
    min-height: 50px;
    display: block
}

.linhaFullAuth2 .splide {
    padding: 0 70px;
}




.post-content {
    padding: 40px 0 80px 0;
}

.titulo-post {
    font-size: 35px;
}

.titulo-post b {
    color: var(--primary-color);
}

.subtitulo-post {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px 0
}

.post-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-category a {
    color: #000;
    font-weight: 600
}

.post-category a:hover {
    text-decoration: underline;
}

.voltar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400 !important;
}

.voltar i {
    font-size: 18px;
    margin: 0 5px -3px 0;
}

.holdaAutData {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 40px
}

.holdaAutData a {
    color: var(--primary-color);
    text-decoration: underline;
}

.infoAutData {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.infoAutData em {
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.infoAutData em:last-child {
    margin: 0 0 0 20px;
    font-weight: 600;
}

.infoAutData em i {
    font-size: 20px;
    color: var(--primary-color);
    margin: 0 5px -4px
}

.usrD {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    background-color: #eee;
    min-height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.usrD img {
    width: 100%;
    height: auto;
}

.usrDados-b {
    position: relative !important;
    margin: 0 0 0 5px;
}

.usrDados-b b {
    font-weight: normal;
    color: var(--primary-color);
    text-decoration: underline;
}

.dadosUser {
    display: none;
    flex-wrap: wrap;
    width: 90vw;
    max-width: 300px;
    background-color: #FFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
    z-index: 99;
    top: 30px;
    left: 0;
    position: absolute;
    box-shadow: 0px 0px 12px -5px var(--primary-color);
}

.dadosUser:before {
    content: '';
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, .01);
    position: absolute;
    top: -30px;
    right: 0;
}

.usrDados-b:hover .dadosUser {
    display: flex;
}

.dadosUser a {
    color: var(--primary-color);
}

.du1 {
    width: 30%;
}

.du2 {
    flex: 1;
    margin: 0 0 0 15px;
    font-size: 14px;
}

.du2 p {
    margin: 0 0 20px 0;
}

.du2 a {
    display: flex;
    text-decoration: underline;
    align-items: center;
    justify-content: flex-start
}

.du2 a i {
    margin: 0 0 -4px 3px
}

.colunistaSeja {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 30px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #DBDBDB;
}

.phAu1 {
    overflow: hidden;
}

.phAu1 img {
    width: 100%;
    height: auto;
}

.midiasAuth {
    margin: 15px 0 0 0;
    text-align: center;
}

.midiasAuth a {
    margin: 0 3px;
}


.sharePost {
    margin: 25px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sharePost a {
    width: calc(33.33% - 8px);
    color: var(--primary-color);
    height: 70px;
    background-color: #EEE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sharePost a i {
    font-size: 25px;
    margin: 0 0 -4px 0;
}

.sharePost a:hover {
    background-color: var(--primary-color);
    color: #FFF
}

.leitura img {
    width: 100%;
    height: auto !important;
}

.leitura .wp-caption {
    width: 100% !important;
}

.leitura a:not(.ctaButton-r) { color: var(--primary-color);}  

.leitura ul,
.leitura ol {
    margin: 20px 0;
    padding: 0;
}

.leitura ul,
.leitura ul,
p {
    line-height: 160%;
}

.leitura li {
    list-style: none;
    display: block;
    position: relative;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}

.leitura li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 0;
}


.leitura h2 {
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}

.leitura h2:before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: var(--primary-color);
}

.indice h2 {
    margin: 0;
}

.indice h2:before {
    display: none;
    margin: 0 !important;
    padding: 0;
}


ul .v,
ul .x {
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    margin-bottom: 20px !important;
    list-style: none;
}

ul .v:before,
ul .x:before {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: transparent;
}

ul .v:before {
    content: url(https://api.iconify.design/ph/check-circle.svg?color=%230BD65F&width=27);
}

ul .x:before {
    content: url(https://api.iconify.design/codicon/error.svg?color=%23CC0000&width=27);
}


.explicacao {
    box-sizing: border-box;
    border: 1px dashed var(--primary-color);
    background-color: color-mix(in srgb, var(--primary-color) 12%, transparent);
    padding: 25px 20px 15px 20px;
    margin: 0 0 20px 0;
    border-radius: 10px;
}

.explicacao h3 {
    margin: 0;
    padding: 0 0 0 35px;
    position: relative;
}

.explicacao ul {
    padding: 0 0 0 10px;
}

.explicacao ul li {
    margin: 0 0 7px 0;
}

.explicacao em {
    font-style: normal;
    color: var(--primary-color);
}

.explicacao h3:before {
    position: absolute;
    top: 0;
    left: 0;
}

.explicacao a {
    font-weight: 600
}


.leitura ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.leitura ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    line-height: 30px;
}

.leitura ol li:before {
    content: counter(item);
    counter-increment: item;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.leitura-page ul li {
    line-height: 160%;
}

ol.ordenada {
    counter-reset: item;
    padding: 0 0 0 70px;
    position: relative;
    margin: 30px 0;
}

ol.ordenada:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 32px;
    background-color: #AAA;
}

ol.ordenada li {
    display: flex;
    position: relative;
    border: 1px solid #AAA;
    border-radius: 20px;
    margin: 0 0 30px 0 !important;
    box-sizing: border-box;
    padding: 25px 40px 25px 20px;
    align-items: center;
    justify-content: space-between;
}

ol.ordenada li::before {
    display: flex;
    counter-increment: item;
    content: counter(item) ".";
    color: #444;
    font-weight: 700;
    background-color: transparent;
    position: absolute;
    top: calc(50% - 10px);
    left: -70px;
    width: auto;
    height: auto;
}

ol.ordenada li img {
    border-radius: 10px;
    margin: 0 !important;
    width: 100px !important;
}

.txtCont {
    flex: 1;
    margin: 0 25px;
}

.txtCont b {
    font-size: 20px;
    display: block;
}

.txtCont br {
    display: none;
}

.txtCont span {
    font-size: 14px;
    color: #444;
}

ol.ordenada li .saiba {
    margin: 0;
    padding: 14px 5px;
    color: #FFF !important;
    border-radius: 5px;
    font-weight: 600;
    background-color: var(--primary-color);
    display: table;
    min-width: 180px;
    text-align: center;
}

ol.ordenada li::after {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: var(--primary-color);
    top: calc(50% - 5px);
    left: -45px;
    position: absolute;
}



.prosContras h2 {
    padding: 0 0 0 70px;
    margin-bottom: 40px;
    position: relative;
}

.prosContras h2:before {
    content: url(https://api.iconify.design/lets-icons/check-fill.svg?color=%230BD65F&width=30);
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.prosContras h2:after {
    content: url(https://api.iconify.design/codicon/error.svg?color=%23CC0000&width=26);
    position: absolute;
    top: 2px;
    left: 34px;
}

.prosContras ul {
    padding: 0
}

.prosContras li {
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 60px 25px 20px 25px;
}

.pro {
    border: 1px solid #0BD65F;
}

.con {
    border: 1px solid #CC0000;
}

.pro:before {
    content: url(https://api.iconify.design/lets-icons/check-fill.svg?color=%230BD65F&width=30) !important;
}

.pro:after {
    content: 'Prós';
    color: #0BD65F;
}

.con:after {
    content: 'Contras';
    color: #CC0000;
}

.prosContras li:before {
    width: auto;
    height: auto;
    background-color: #FFF;
    top: -13px;
    left: 20px;
    position: absolute;
}

.prosContras li:after {
    position: absolute;
    top: 24px;
    left: 25px;
    font-size: 17px;
    font-weight: 700;
}

.con:before {
    content: url(https://api.iconify.design/fluent-mdl2/status-error-full.svg?color=%23CC0000&width=26) !important;
}




.acordeao {
    background-color: color-mix(in srgb, var(--primary-color) 12%, transparent);
    margin: 0 0 20px 0;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    box-sizing: border-box;
}

.acordeao h3 {
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding: 25px 100px 25px 20px;
}

.acAberto h3 {
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding: 25px 100px 25px 20px;
}

.acordeao h3:before {
    content: 'Mostrar';
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color);
    padding: 8px 30px 8px 10px;
    border-radius: 10px;
    position: absolute;
    top: calc(50% - 17px);
    right: 20px;
    background-color: color-mix(in srgb, var(--primary-color) 12%, transparent);
}

.acordeao h3:after {
    position: absolute;
    right: 28px;
    z-index: 9;
}

.acordeao h3:after {
    content: '+';
    color: var(--primary-color);
    top: calc(50% - 12px);
}

.textoAc {
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0px;
    padding: 0;
    transition: all .15s ease;
}

.acAberto .textoAc {
    padding: 20px 0;
    height: auto;
    border-top: 1px solid var(--primary-color);
}


.acAberto h3:after {
    content: '-';
}



.contemTabela {
    overflow: auto;
    position: relative;
}

.tabelado {
    min-width: 700px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    padding: 10px;
}

.contemTabela table {
    width: 100%;
    border: 0;
}

.contemTabela table tr:nth-child(odd) {
    background-color: #FFF;
}

.contemTabela table thead tr:nth-child(1) {
    background-color: var(--primary-color) !important;
    color: #FFF;
    font-weight: 700;
}

.contemTabela table tr td:first-child {
    padding-left: 20px;
}

.contemTabela table tr td,
.contemTabela table tr th {
    box-sizing: border-box;
    padding: 10px;
    border: 0;
    font-size: 16px;
}

.arrastador {
    display: none;
}

.arrastarDedo {
    -webkit-animation-duration: 1s;
    -webkit-animation-name: animarDedo;
    -webkit-animation-delay: 4.5s;
    -webkit-animation-fill-mode: forwards;
}

.arrastarDedo {
    font-size: 40px;
    color: var(--primary-color);
    opacity: 0;
    transform-origin: bottom;
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: 30px;
}


.recentes {
    padding: 40px 0 100px 0;
}

.recentes h2 {
    margin: 0 0 60px 0;
}

.recentes h2 b {
    color: var(--primary-color);
}

.lista-posts-recentes {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    column-gap: 20px;
}

.lista-posts-recentes .card-post2 {
    flex: 1;
    min-width: 30%;
    max-width: 33.33%;
}

.lista-posts-recentes .card-post2 h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
    min-height: 50px;
}

.lista-posts-recentes .card-post2 p {
    margin: 0 0 20px 0;
}

.lista-posts-recentes .post-meta {
    font-size: 11px;
}

.lista-posts-recentes .author-info {
    margin: 0 10px 0 0;
}

.lista-posts-recentes .author-info i {
    font-size: 17px;
    margin: 0 4px -3px 0
}

.lista-posts-recentes .author-info span {
    display: none;
}

.lista-posts-recentes .author-info p {
    margin: 0;
}

.lista-posts-recentes .img-author {
    width: 28px;
    height: 28px;
    min-height: 28px;
    min-width: 28px;
}


.pagination {
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
}

.pagination a,
.pagination span {
    min-width: 15px;
    margin: 0 1px;
    transition: all .15s ease;
    height: 40px;
    position: relative;
    border-radius: 8px;
    padding: 0 17px;
    color: #FFF;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
}

.pagination a:hover {
    transform: scale(1.1)
}


.header-default {
    color: #FFF;
    padding: 30px 0 50px 0;
}

.head-top-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-default a {
    color: #FFF;
}

.header-default h1 {
    font-size: 37px;
    margin: 0;
}


.featured-posts {
    padding: 40px 0 50px 0;
}

.linhaHeadCat {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.catHead1 {
    width: calc(100% - 450px);
    max-width: 770px;
}

.featured-posts h2 strong {
    color: var(--primary-color);
}

.catHead2 {
    width: 420px;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
}

.catHead2 h2 {
    margin: 0 0 30px 0;
}


.card-minimal-v3 {
    width: 100%;
    border-bottom: 1px solid #555;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.card-minimal-v3:hover {
    opacity: .8
}

.card-minimal-v3:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.foto-min-post {
    width: 100%;
    display: none;
}

.foto-min-post img {
    width: 100%;
}

.card-minimal-v3-info {
    color: #000;
}

.card-minimal-v3-info h3 {
    margin: 0 0 10px 0;
    font-size: 17px;
}

.card-minimal-v3-info p {
    margin: 0;
}

.catHead1 .splide__slide {
    border-radius: 10px;
    overflow: hidden;
}

.catHead1 .image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}

.catHead1 #category-slider .overlay {
    position: absolute;
    bottom: 35px;
    left: 35px;
    max-width: 65%;
    z-index: 9999;
    color: #fff;
}

.catHead1 #category-slider .overlay h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.catHead1 #category-slider .overlay p {
    margin: 0
}

.catHead1 .splide__pagination {
    bottom: -50px;
}

.catHead1 .splide__pagination li .splide__pagination__page {
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    background-color: #E4E4E4
}

.catHead1 .splide__pagination li .is-active {
    transform: scale(1.1);
    background-color: var(--primary-color)
}


.header-SEO {
    width: 100%;
    padding: 50px 0 40px 0;
    background-color: color-mix(in srgb, var(--primary-color) 12%, transparent);
}

.header-SEO h3 {
    font-size: 15px;
    margin: 0 0 20px 0;
}

.header-SEO h1 {
    font-weight: 600;
    text-align: left;
    width: 100%;
    max-width: 700px;
}

.header-SEO b {
    color: var(--primary-color);
    font-weight: 600;
}


.leitura-page {
    padding: 20px 0;
    min-height: 300px
}

.child-pages {
    margin: 30px 0;
    padding: 20px;
    background-color: color-mix(in srgb, var(--primary-color) 5%, transparent);
    border-radius: 8px;
}

.child-pages h2 {
    margin-bottom: 15px;
    font-size: 22px;
    color: var(--primary-color);
}

.child-pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.child-pages li {
    margin-bottom: 12px;
}

.child-pages a {
    display: block;
    padding: 10px 15px;
    background-color: white;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    border-left: 3px solid var(--primary-color);
}

.child-pages a:hover {
    transform: translateX(5px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/*FOOTER*/


.cardBox {
    width: 100%;
    min-height: 200px;
    margin: 15px 0;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    padding: 30px;
}

.linha1CardBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardFace {
    width: 130px;
    height: 82px;
    border-radius: 10px;
}

.infoCardBox {
    display: flex;
    flex: 1;
    margin: 0 5px 0 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.infoCardBox h2 {
    width: 100%;
    font-size: 20px;
    margin: 0 0 7px 0;
    padding: 0;
}

.infoCardBox h2:before {
    display: none;
}

.rateCardBox {
    margin: 0 10px 0 0;
}

.rateCardBox b {
    font-size: 20px;
    margin: 0 5px 0 0;
}

.rateCardBox i {
    color: #CCC;
    font-size: 18px;
}

.infoCardBox em {
    font-size: 11px;
    font-style: normal;
}


.starBox1 i:nth-of-type(1) {
    color: #FCB900
}

.starBox2 i:nth-of-type(1),
.starBox2 i:nth-of-type(2) {
    color: #FCB900
}

.starBox3 i:nth-of-type(1),
.starBox3 i:nth-of-type(2),
.starBox3 i:nth-of-type(3) {
    color: #FCB900
}

.starBox4 i:nth-of-type(1),
.starBox4 i:nth-of-type(2),
.starBox4 i:nth-of-type(3),
.starBox4 i:nth-of-type(4) {
    color: #FCB900
}

.starBox5 i {
    color: #FCB900
}

.enviaUserCard {
    display: flex;
    font-size: 15px !important;
    margin: 0 !important;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    background-color: var(--primary-color);
    box-sizing: border-box;
    padding: 15px;
}

.enviaUserCard i {
    margin: 0 0 0 10px;
}

.enviaUserCard:hover {
    background-color: #333;
}

.linha2CardBox {
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.boxInfoCardBox {
    box-sizing: border-box;
    text-align: center;
    width: calc(25% - 18px);
    padding: 15px 5px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap
}

.boxInfoCardBox i {
    font-size: 20px;
    color: var(--primary-color);
}

.boxInfoCardBox b {
    margin: 2px 0;
    width: 100%;
    font-size: 15px;
}

.boxInfoCardBox em {
    font-size: 12px;
    width: 100%;
    font-style: normal;
}

.informacoesExtrasCard {
    width: 100%;
    cursor: pointer;
    margin: 15px 0;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    padding: 15px 30px;
    position: relative
}

.informacoesExtrasCard:after {
    content: url('https://api.iconify.design/iconamoon/arrow-right-1-bold.svg?color=%23000000&width=16');
    position: absolute;
    top: 20px;
    right: 15px;
    transition: all .15s ease
}

.modAberto:after {
    transform: rotate(-90deg) !important;
}

.tituloInfoXBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tituloInfoXBox i {
    font-size: 28px;
    height: 30px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin: 0 10px 0 0;
}

.tituloInfoXBox b {
    font-size: 16px;
}

.conteudoInfoXBox {
    overflow: hidden;
    height: 0px;
    transition: all .15s ease;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 42px;
}

.modAberto .conteudoInfoXBox {
    height: auto;
    padding: 25px 0 15px 42px;
}

.conteudoInfoXBox p {
    font-size: 13px;
    margin: 0
}


.listaVeD {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.colVantagem {
    width: calc(50% - 10px);
}

.colDesvantagem {
    width: 50%;
    padding-left: 15px;
    border-left: 1px solid #ddd
}

.iconesLI ul {
    margin: 0;
    line-height: normal;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.iconesLI ul li:before {
    display: none
}

.iconesLI ul li {
    list-style: none;
    font-size: 12px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3px 10px 3px 3px;
    border-radius: 30px;
    background-color: #EBEBEB;
}

.iconesLI ul li i {
    font-size: 18px;
    width: 20px;
    height: 20px;
    color: #32BEA6;
    margin: 0 5px 0 0;
}

.colDesvantagem i {
    color: #EF424E !important
}

.fimCardLinha {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #EEE;
    margin: 0 0 30px 0;
}


.linhaAutor {
    margin: 100px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.author-info-1 {
    width: 200px;
}

.author-info-1 h3 {
    font-size: 16px;
    color: var(--primary-color);
}

.author-info-2 {
    flex: 1;
    margin: 0 0 0 30px;
}

.author-info-2 a {
    color: var(--primary-color);
    text-decoration: underline;
    display: table;
    margin: 20px 0 0 0
}

.author-avatar {
    width: 100%;
}

.author-avatar img {
    width: 100%;
    height: auto;
}

.name {
    font-weight: 600;
    font-size: 16px;
}


.filtrosPost {
    margin: 30px 0;
}

.filtros {
    margin: 30px 0 20px 0;
}

.filtros>ul {
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.filtros>ul>li {
    margin: 0 8px 8px 0;
    position: relative;
    padding: 0;
}

.filtros>ul>li:before {
    display: none
}

.filtros>ul>li>a {
    color: var(--primary-color);
    position: relative;
    display: block;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.filtros>ul>li>a:hover {
    opacity: .8
}

.filtros ul li ul li a {
    padding: 12px 15px !important;
    margin: 0 0 2px 0;
    border-radius: 5px;
    cursor: pointer
}

.filtros ul li ul li a:before {
    display: none;
}

/* Estilo para o menu Ordenar */
.ordenarFiltros {
    width: 100%;
    border-bottom: 2px solid #333;
    padding: 10px 0;
    position: relative;
    margin-bottom: 40px;
}

.ordenarFiltros em {
    font-style: normal;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.ordenarFiltros em a.opcaoSelecionada {
    color: var(--primary-color);
    display: flex;
    text-decoration: underline;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.ordenarFiltros em a i {
    transform: rotate(90deg);
    font-size: 18px;
    margin: -3px 0 0 10px;
    transition: all .15s ease;
}

.ordenarFiltros.active em a i {
    transform: rotate(-90deg);
}

.ordenarFiltros ul.ordenar {
    display: none;
    position: absolute;
    top: 100%;
    left: 90px;
    background-color: white;
    min-width: 210px;
    z-index: 10;
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px 10px;
    list-style: none;
    margin: 10px 0 0 0;
}

.ordenarFiltros.active ul.ordenar {
    display: block;
}

.ordenarFiltros ul.ordenar:before {
    content: '';
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, .001);
    position: absolute;
    top: -25px;
    left: 0;
}

.ordenarFiltros ul.ordenar li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ordenarFiltros ul.ordenar li:before {
    display: none
}

.ordenarFiltros ul.ordenar li a {
    color: var(--primary-color);
    padding: 10px;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    margin: 0;
}

.ordenarFiltros ul.ordenar li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.umCardLista {
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
}

/* Estilo adicional para filtros ativos */
.filtro-ativo {
    background-color: var(--primary-color) !important;
    color: white !important;
}



.linhaCardFiltro {
    width: 100%;
    border-bottom: 3px solid #8C8C8C;
    padding: 0 0 30px 0;
    margin: 0 0 50px 0;
}

.lcf1 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.thumbCard {
    width: 190px;
    height: 120px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.nomeCard {
    width: calc(100% - 480px);
    margin: 0 0 0 220px;
    position: relative;
    padding: 40px 0 0 0;
}

.nomeCard b {
    width: fit-content;
    color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #CDEFFF;
    margin: 0 0 5px 0;
    font-weight: normal;
    font-size: 14px;
    box-sizing: border-box;
    padding: 4px 13px 4px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nomeCard b i {
    font-size: 17px;
    margin: 0 5px -4px 0;
}

.nomeCard h2 {
    font-size: 25px;
    margin: 0 !important;
    padding: 0;
}

.nomeCard h2:before {
    display: none;
}

.avaliacao {
    margin: 0 0 0 220px;
}


.umaInfoBoxCard {
    max-width: calc(20% - 10px);
    flex: 1;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

.umaInfoBoxCard h3 {
    font-size: 15px;
    font-weight: normal;
    color: #888;
    display: block;
}

.avaliacao h3 {
    display: none;
}

.rate {
    display: flex;
    max-height: 40px;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0 0 0;
}

.rate em i {
    font-size: 20px !important;
    color: #DDD;
}

.rt1 em i:first-child {
    color: #FCB900
}

.rt2 em i:nth-child(1),
.rt2 em i:nth-child(2) {
    color: #FCB900
}

.rt3 em i:nth-child(1),
.rt3 em i:nth-child(2),
.rt3 em i:nth-child(3) {
    color: #FCB900
}

.rt4 em i:nth-child(1),
.rt4 em i:nth-child(2),
.rt4 em i:nth-child(3),
.rt4 em i:nth-child(4) {
    color: #FCB900
}

.rt5 em i {
    color: #FCB900
}

.umaInfoBoxCard h4 {
    font-size: 23px;
    margin: 0 0 10px 0;
    display: block;
    font-weight: 700;
}

.rate em {
    margin: 0 0 0 10px;
}

.ctaVerCard {
    width: 250px;
    position: absolute;
    top: 0;
    right: 20px;
    text-align: center;
}

.maxCTA {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #FFF !important;
    font-size: 19px;
    font-weight: 700;
    padding: 17px 10px;
    border-radius: 5px;
}

.maxCTA i {
    margin: 0 0 0 5px;
}

.maisDetCr {
    color: var(--primary-color);
    font-size: 15px;
    text-decoration: underline;
}

.addCompara {
    width: 100%;
    margin: 20px 0 0 0;
}



.umaOpcao {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0
}

.umaOpcao input[type="radio"],
.umaOpcao input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
}

.umaOpcao input[type="radio"],
.umaOpcao input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 3px 10px 0 0;
    font: inherit;
    color: var(--primary-color);
    width: 1.15em;
    height: 1.15em;
    border: 2px solid var(--primary-color);
    border-radius: 0.15em;
    transform: translateY(-0.075em);
}

.umaOpcao input[type="radio"],
.umaOpcao input[type="checkbox"] {
    display: grid;
    place-content: center;
    min-width: 19px;
}

.umaOpcao input[type="radio"]::before,
.umaOpcao input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}

.umaOpcao input[type="radio"],
.umaOpcao input[type="checkbox"] {
    display: grid;
    place-content: center;
}

.umaOpcao input[type="radio"]::before,
.umaOpcao input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}

.umaOpcao input[type="radio"]:checked,
.umaOpcao input[type="checkbox"]:checked {
    background-color: var(--primary-color);
}

.umaOpcao input[type="radio"]:checked::before,
.umaOpcao input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.umaOpcao input[type="radio"]::before,
.umaOpcao input[type="checkbox"]::before {
    background-color: #FFF;
}

.umaOpcao input[type="radio"]::before,
.umaOpcao input[type="checkbox"]::before {
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.umaOpcao input,
.umaOpcao span {
    margin: 0
}

.umaOpcao span {
    color: #A9A9A9
}


.linhaVantagens {
    width: 100%;
    margin: 0;
}


.infoCardAccord {
    width: 100%;
    margin: 0;
}

.labelInfoAcc {
    width: 100%;
    position: relative;
    display: block;
    padding: 15px 0 10px 0;
    cursor: pointer;
}

.labelInfoAcc h3 {
    font-size: 22px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/*.labelInfoAcc:before { content: url('https://api.iconify.design/ri/arrow-right-line.svg?color=%23333333&width=18'); transition: all .15s ease; position: absolute; top: calc(50% - 7px); right: 0;}*/

.contentAccord {
    width: 100%;
    margin: 0;
    background-color: #FFF;
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: all .15s ease
}

.acordAberto .contentAccord {
    height: auto !important;
    margin: 0;
    padding: 0
}

.acordAberto .labelInfoAcc:before {
    transform: rotate(-90deg);
}

.iconeAcc {
    width: 30px;
    height: 50px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.labelInfoAcc h3 .isIconeAcc {
    font-size: 26px !important;
}

.labelInfoAcc h3 .isIconeAcc2 {
    font-size: 32px !important;
}

.linhaVantagem {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 100px;
    position: relative;
    box-sizing: border-box;
    padding: 15px 95px 15px 90px;
}

.linhaVantagem h4 {
    width: 100%;
    font-weight: 600
}

.linhaVantagem a {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--primary-color);
    text-decoration: underline;
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
}

.linhaVantagem a i {
    font-size: 16px;
    margin: 0 0 -4px 4px;
}

.linhaVantagem:nth-of-type(odd) {
    background-color: #F6F6F6
}

.umaVantagem .iconePVantagem {
    background-color: #B6F3CF;
}

.umaDesvantagem .iconePVantagem {
    background-color: #FFBABA;
}

.iconePVantagem {
    width: 56px;
    height: 56px;
    box-sizing: border-box;
    padding: 4px 0 0 0;
    border-radius: 50%;
    font-size: 25px;
    background-color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 28px);
    left: 15px;
    position: absolute;
}

.iconePVantagem em {
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    padding: 0 0 2px 0;
}


.vantDesLinha {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.vvdd {
    padding: 0 10px 0 50px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 5px;
}

.vvdd h4 {
    border-radius: 30px;
    min-height: 22px;
    font-size: 14px;
    padding: 5px 10px 3px 35px;
    position: relative;
    background-color: #E1E1E1;
    margin: 0 0 5px 0;
    font-weight: normal;
}

.isvv {
    border-right: 1px solid #C4C4C4
}

.vvdd h4:before {
    position: absolute;
    top: 0px;
    left: 0px
}

.isvv h4:before {
    content: url('https://api.iconify.design/tabler/circle-check-filled.svg?color=%2332BEA6&width=30');
}

.isdd h4:before {
    content: url('https://api.iconify.design/tabler/forbid-2-filled.svg?color=%23ef424e&width=30');
}

.notDesk {
    display: none
}

.maxInfoContent {
    box-sizing: border-box;
    padding: 15px 35px;
    margin: 0;
}

.maxInfoContent h4 {
    display: block;
    margin: 0;
}

.maxInfoContent p {
    display: block;
    margin: 0
}


.maxInfoContent:nth-of-type(even) {
    background-color: #F6F6F6;
}



.pages-sobre {
    padding: 70px 0 40px 0;
}

.header-default {
    text-align: center;
}

.sub-top-sobre {
    font-size: 20px;
    margin: 0 0 70px 0;
}

.sub-top-sobre strong {
    display: block;
    color: var(--primary-color);
}

.logoSob {
    width: 250px;
    height: auto;
    margin: 0 0 40px 0;
    display: block;
}

.linhaSob {
    display: flex;
    column-gap: 20px;
    align-items: stretch;
    justify-content: space-between
}

.ldS1 {
    flex: 1;
    max-width: 550px;
}

.strongTop {
    display: block;
    color: var(--primary-color);
    margin: 0 0 40px 0;
}

.ldS2 {
    flex: 1;
    max-width: 550px;
}

.sobreIMG {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.nossaHistoria {
    margin: 60px 0 0 0;
    padding: 70px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
    border-top: 1px solid #DADADA
}

.nossaHistoria h2 {
    min-width: 230px;
}

.nossaHistoria h2 strong {
    display: block;
    color: var(--primary-color);
}

.nossaHistoria p {
    max-width: 400px;
}

.quem-faz {
    padding: 100px 0;
    background-color: color-mix(in srgb, var(--primary-color) 12%, transparent);
}

.quem-faz h2 strong {
    display: block;
}

.quem-faz .centra {
    display: flex;
    column-gap: 80px;
    align-items: flex-start;
    justify-content: space-between;
}

.l1QF {
    width: 250px;
}

.l2QF {
    flex: 1;
    max-width: 850px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
}

.umaPessoa {
    flex: 0 0 calc((100% - 60px) / 3);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    background-color: #FFF;
}

.umaPessoa b {
    font-size: 17px;
    margin: 20px 0;
    display: block
}

.umaPessoa p {
    font-size: 14px;
}

.fotoPessoa {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #CCC;
    margin: 0 auto;
    display: block;
}

.midiasPessoa {
    display: flex;
    align-items: center;
    justify-content: center;
}

.midiasPessoa a {
    color: var(--primary-color);
    font-size: 17px;
    margin: 0 5px;
}




.infoPcar {
    width: 100%;
    cursor: pointer;
    position: absolute;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: flex-start;
    top: -30px;
    left: 0;
    color: #888;
}

.infoPcar i {
    margin: 0 5px -4px 0;
    font-size: 17px;
}

.rBo {
    position: relative;
}

.rccT .infoPcar {
    position: relative;
    margin: 55px 0 15px 0;
    top: 0;
}

.chamadasPar {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.chamadasPar .owl-nav {
    display: none;
}

.chamadasPar .item {
    margin: 0;
    height: auto;
    box-sizing: border-box;
    border: 0;
}

.rBo .owl-dots {
    margin: 0;
    width: 100%;
    bottom: -35px;
    position: absolute;
}

.rBo .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 4px;
    background: #FFF;
    border: 1px solid #BBB;
}

.rBo .owl-theme .owl-dots .owl-dot.active span,
.rBo .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}


.balaoInfo {
    position: absolute;
    display: none;
    box-shadow: 0px 4px 41px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid color-mix(in srgb, var(--primary-color) 12%, transparent);
    padding: 20px 50px 20px 20px;
    width: calc(100% + 9px);
    max-width: 650px;
    z-index: 9999;
    top: 30px;
    left: -8px;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 5px;
}

.balaoInfo:before {
    content: '';
    width: 30px;
    height: 20px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 9;
}

.balaoInfo:after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid color-mix(in srgb, var(--primary-color) 12%, transparent);
    position: absolute;
    top: -7px;
    left: 7px;
    transform: rotate(45deg)
}

.balaoInfo i {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 20px;
}

.balaoAtivo {
    display: block !important;
}


:root {
    --color-fade: color-mix(in srgb, var(--primary-color) 70%, transparent);
    --color-fade2: color-mix(in srgb, var(--primary-color) 10%, transparent);
}



.holdaTopCoisas {
    margin: 50px 0 0 0;
}

.umaCoisaTop {
    box-sizing: border-box;
    margin: 1px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.imgTopCoisa {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    height: 150px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.umaCoisaTop b {
    display: block;
    min-height: 52px;
    margin: 10px 0;
    font-size: 20px;
}

.ctaTopCoisa {
    display: block;
    box-sizing: border-box;
    padding: 16px 5px;
    border-radius: 6px;
    background-color: var(--primary-color);
    color: #FFF;
    margin: 0 0 5px 0;
    text-align: center;
}

.maisDetTopCoisa {
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    margin: 10px 0 0 0;
}

.maisDetTopCoisa i {
    margin: 0 0 -4px 4px;
    font-size: 17px;
}

@media screen and (min-width: 1100px) {
    .menu-seo {
        display: none;
    }
}


.menu-seo {
    width: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #FFF;
    padding: 8px 0 0 0;
    border-top: 1px solid var(--primary-color);
}

.holdaMenu-seo {
    width: 100%;
    overflow: auto;
}


.listaMenu-seo {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
    justify-content: space-between;
}

.opMenu-seo,
.segueCartao {
    width: calc(25% - 3px);
    margin: 4px 0 0 0;
    flex-wrap: wrap;
    background-color: #FFF;
    height: 75px;
    color: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    box-sizing: border-box;
}

.opMenu-seo svg {
    min-width: 30px !important;
    max-width: 30px !important;
}

.opMenu-seo b,
.segueCartao b {
    width: 100%;
    text-align: center;
    font-size: 11px;
    box-sizing: border-box;
    padding: 0;
    margin: 0px 0 0 0;
}


#modCard {
    width: 45px;
    height: 27px;
    border: 1px solid #AAA;
    margin: 10px 0 0 0;
    background-color: #FFF;
    border-radius: 3px;
}

.lead-seo {
    background-color: rgba(255, 255, 255, .95);
}



@media screen and (max-width: 1250px) {
    .info-author {
        flex: none;
        width: 100%;
    }

    .posts-recentes {
        column-gap: 30px
    }

    .card-post {
        max-width: calc(33% - 17px);
    }

    .bg-post {
        height: 170px;
    }

    .post-normal {
        column-gap: 20px
    }

    .post-normal .card-post {
        width: calc(50% - 10px)
    }

    .post-normal .bg-post {
        height: 120px
    }

    .post-feat .bg-post {
        height: 361px;
    }

    .row-cat {
        gap: 30px
    }


    .author-info {
        font-size: 13px
    }




}

@media screen and (max-width: 1150px) {

    h2 {
        font-size: 18px;
    }

    .sub-most-title {
        font-size: 25px;
    }


    #secondary-slider ul {
        gap: 10px
    }


    .linhaAutores {
        overflow: auto;
        width: calc(100% + 5vw)
    }

    .authorBarra {
        min-width: 800px;
    }

    .umAuthor {
        flex: none;
        width: 180px;
    }

    .centra {
        max-width: 450px;
    }

    .destaques {
        display: block
    }

    .banner {
        width: 100%;
        margin: 30px 0 0 0;
    }

    #primary-slider h3 {
        width: calc(100% - 40px);
        font-size: 22px;
        bottom: 20px;
        left: 20px;
    }

    .image-container {
        height: 260px;
    }


    .novidades {
        width: 100%;
        margin: 30px 0 0 0;
        height: 500px;
    }

    .card-post {
        max-width: none;
        padding: 15px 0 0 0;
        margin: 0 0 15px 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }

    .card-post:first-child {
        padding-top: 0;
        border: 0;
    }

    .card-post h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .bg-post {
        width: 130px;
        height: 80px;
        border-radius: 5px;
        margin: 0 10px 0 0;
    }

    .author-info {
        margin: 0 10px 0 0;
        padding: 5px 10px 5px 0;
        font-size: 11px;
    }

    .author-info:nth-child(2) {
        min-width: 70px;
    }

    .author-info:last-child {
        min-width: 90px;
        margin: 0;
        padding: 5px 0;
    }


    .row-cat {
        display: block;
    }

    .col-cat {
        width: 100%;
        display: block;
    }

    .linha1Foot {
        display: block;
        text-align: center;
    }

    .logoFoot {
        width: 150px;
        display: block;
        margin: 0 auto 30px auto;
    }

    .linha1Foot p {
        margin: 0 auto;
    }

    .footer-navigation {
        display: block;
    }

    .linha2Foot {
        display: block;
    }

    .linha2Foot b {
        display: block;
        margin: 0 0 20px 0;
    }

    .nav-menu2 {
        display: block;
        margin: 0 0 30px 0;
    }

    .nav-menu2 li {
        margin: 0;
    }

    footer a {
        display: block;
        padding: 15px 0
    }

    .contato {
        display: block;
        margin: 20px 0 0 0
    }

    .contato b {
        display: block;
    }

    .linhaBase {
        display: block;
        text-align: center;
    }

    .colFoot {
        width: 100%;
        text-align: center !important;
    }

    .colFoot:nth-of-type(2) {
        margin: 10px 0;
    }

    .colFoot:nth-of-type(3) ul {
        justify-content: center;
    }

    .categoriasLista {
        gap: 0
    }

    .post-feat {
        margin: 0 0 40px 0;
    }

    .post-feat .card-post:first-child {
        display: block
    }

    .post-normal .card-post {
        width: 100%;
    }

    .post-normal .card-post .bg-post {
        height: 80px;
    }

    .post-feat .card-post .bg-post {
        width: 100%;
        height: 250px;
    }

    .linhaFullAuth {
        display: block;
    }

    .col1Auth {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .col2Auth {
        width: 100%;
    }


    .header-default {
        padding: 10px 0 40px 0;
    }

    .header-default h1 {
        font-size: 26px;
    }

    .featured-posts {
        padding: 30px 0
    }

    .linhaHeadCat {
        display: block;
    }

    .catHead1 {
        width: 100%;
        margin: 0 0 50px 0
    }

    .catHead2 {
        width: 100%;
    }


    .lista-posts-recentes {
        column-gap: 0;
    }

    .lista-posts-recentes .card-post2 {
        min-width: 100%;
        max-width: 100%;
    }


    .catHead1 #category-slider .overlay {
        bottom: 30px;
        left: 45px;
        max-width: calc(100% - 90px);
    }

    .catHead1 #category-slider .overlay h3 {
        font-size: 20px;
    }

    .lista-posts-recentes .card-post2:first-child {
        border: 0;
        padding-top: 0
    }

    .lista-posts-recentes .card-post2 h3 {
        min-height: 0;
        margin: 10px 0;
    }

    .lista-posts-recentes .card-post2 p b {
        display: none
    }

    .recentes {
        padding-bottom: 40px
    }

    .cardBox {
        max-width: 450px;
        padding: 20px 15px;
        margin: 0 auto
    }

    .linha1CardBox {
        flex-wrap: wrap;
    }

    .enviaUserCard {
        width: 100%;
        margin: 20px 0 0 0 !important;
    }

    .infoCardBox {
        margin: 0 5px 0 15px;
    }

    .linha2CardBox {
        flex-wrap: wrap;
        margin: 20px 0 0 0
    }

    .boxInfoCardBox {
        width: calc(50% - 10px)
    }

    .boxInfoCardBox:nth-of-type(3),
    .boxInfoCardBox:nth-of-type(4) {
        margin-top: 15px;
    }

    .boxInfoCardBox b {
        font-size: 13px;
    }

    .informacoesExtrasCard {
        max-width: 450px;
        margin: 15px auto;
        padding: 15px;
    }

    .conteudoInfoXBox {
        padding: 0 0 0 15px;
    }

    .modAberto .conteudoInfoXBox {
        padding: 25px 0 15px 15px;
    }

    .listaVeD {
        flex-wrap: wrap;
    }

    .colVantagem {
        width: 100%;
    }

    .colDesvantagem {
        width: 100%;
        padding-top: 20px;
        margin: 20px 0 0 0;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #ddd;
    }

    .header-SEO {
        padding: 20px 0 5px 0
    }

    .header-SEO h3 {
        margin-bottom: 10px;
    }

    .header-SEO h1 {
        font-size: 22px !important;
        margin-top: 10px;
    }

    .header-SEO .infoAutData p {
        margin: 0;
        font-size: 15px;
    }

    .header-SEO .holdaAutData {
        margin: 20px 0 10px 0;
    }

    .titulo-post {
        font-size: 24px;
    }

    .filtros>ul>li {
        margin: 0 3px 3px 0;
    }

    .filtros>ul>li>a {
        padding: 5px 10px;
        font-size: 13px;
    }


    .notMob {
        display: none
    }

    .notDesk {
        display: list-item;
    }

    .linhaCardFiltro {
        margin: 0 0 30px 0;
        padding: 0 0 10px 0;
    }

    .thumbCard {
        order: 1;
        width: 120px;
        height: 75px;
        border-radius: 5px;
        position: relative;
        top: auto;
        left: auto;
    }

    .nomeCard {
        order: 2;
        width: calc(100% - 160px);
        margin: 0 0 0 15px;
        padding: 0;
    }

    .nomeCard b {
        margin: 0 0 5px 0;
        font-size: 11px;
        padding: 3px 8px 3px 8px;
        position: relative;
        top: auto;
        left: auto;
    }

    .nomeCard b i {
        font-size: 15px;
        margin: 0 3px -4px 0;
    }

    .nomeCard h2 {
        font-size: 18px !important;
    }

    .avaliacao {
        margin: 0;
    }


    .umaInfoBoxCard {
        order: 5;
        max-width: none;
        width: calc(50% - 10px);
        margin: 0 5px 0 0;
        flex: auto
    }

    .avaliacao h3 {
        display: block;
    }

    .rate em i {
        font-size: 15px !important;
    }

    .umaInfoBoxCard h4 {
        font-size: 18px;
        display: block;
    }

    .rate em {
        margin: 0 0 0 10px;
        padding: 5px 0 0 0;
    }

    .ctaVerCard {
        order: 3;
        margin: 15px 0;
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
    }

    .addCompara {
        order: 4;
        margin: 5px 0 10px 0;
    }

    .linhaVantagens {
        order: 6;
    }

    .labelInfoAcc h3 {
        font-size: 19px;
        max-width: calc(100% - 50px);
    }

    .vantDesLinha {
        flex-wrap: wrap;
    }

    .vvdd {
        width: 100%;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }

    .isvv {
        border: 0;
        border-bottom: 1px solid #C4C4C4;
    }

    .maxInfoContent {
        padding: 10px 5px 10px 10px
    }

    .linhaVantagens:last-child {
        border: 0;
    }

    .maxCTA {
        font-size: 16px;
    }


    .pages-sobre {
        padding: 50px 0 40px 0;
    }

    .sub-top-sobre {
        margin: 0 0 30px 0;
    }

    .linhaSob {
        flex-wrap: wrap;
    }

    .ldS1 {
        flex: none;
        width: 100%;
        max-width: none;
        order: 2
    }

    .ldS2 {
        flex: none;
        width: 100%;
        max-width: none;
        order: 1;
        margin: 0 0 40px 0;
    }

    .logoSob {
        width: 180px;
    }

    .nossaHistoria {
        margin: 40px 0 0 0;
        padding: 0;
        border: 0;
        display: block;
    }

    .nossaHistoria h2 {
        width: 100%;
        margin: 0;
        font-size: 22px;
    }

    .nossaHistoria p {
        width: 100%;
    }

    .quem-faz .centra {
        display: block;
    }

    .l1QF {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .l1QF h2 {
        font-size: 22px;
    }

    .l2QF {
        width: 100%;
        gap: 20px;
    }

    .umaPessoa {
        flex: 0 0 calc((100% - 40px) / 2);
    }

    .umaCoisaTop {
        padding: 5px;
    }

    .imgTopCoisa {
        height: 100px;
    }

    .ctaTopCoisa {
        padding: 13px 1px;
        font-size: 12px;
    }

    .umaCoisaTop b {
        font-size: 16px;
        min-height: 40px;
    }

    .maisDetTopCoisa {
        font-size: 12px;
        margin: 20px 0 0 0;
    }

    .maisDetTopCoisa i {
        margin: 0 0 -3px 2px;
        font-size: 15px;
    }

    .rQh2 {
        max-width: 200px;
    }
}



@media screen and (max-width: 650px) {
    .arrastador {
        display: block;
    }

    .holdaAutData {
        flex-wrap: wrap;
    }

    .holdaAutData .infoAutData {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .sharePost a {
        height: 50px
    }

    .indice li {
        width: 100%
    }

    .indiceAberto ul,
    .indiceAberto ol {
        padding: 5px 20px 20px 20px !important
    }

    .linhaAutor {
        margin: 50px 0 0 0;
        display: block;
    }

    .author-info-1 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .author-info-2 {
        width: 100%;
        margin: 0;
    }

    .author-avatar {
        width: 50px;
        height: 50px;
    }

    .dadosUser {
        left: -120px;
    }

}