html {

    scroll-behavior: smooth;

}

body {

  background: var(--bg-color) !important;

}

a,a:visited,a:focus, a:hover {

    color: inherit;

}

a:focus {

    outline: none;

    text-decoration: none;

}

h1:not(.site-title):before, h2:before {

    display: none !important;

}

.site-header.featured-image {

    text-shadow: none !important;

}

.site-branding .main-navigation,

.site-branding .main-navigation * {

    outline: 0 !important;

}

.site-branding .logo * {

    display: block;
    fill: #FFF;

}

.main-navigation .main-menu > li {

    display: flex !important;

    align-items: center;

}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {

    fill: #fff;

    width: 15px;

    top: 3px;

    transition: .2s;

}

.main-navigation .main-menu > li.menu-item-has-children:focus .submenu-expand svg,

.main-navigation .main-menu > li.menu-item-has-children:focus-within .submenu-expand svg,

.main-navigation .main-menu > li.menu-item-has-children:hover .submenu-expand svg {

    transform: translateY(2px);

}

.main-navigation .main-menu > li.menu-item-has-children > a {

    margin-right: 10px !important;

}

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):focus > .sub-menu,

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu,

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu {

    top: 40px;

    transform: translateX(-50%);

    left: 50%;

    background: #000;

    font-weight: 300;

    font-size: 14px;

    min-width: 200px;

    box-shadow: 0 10px 30px rgba(0,0,0,.3);

    border-radius: 7px;

    overflow: hidden;

    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

    max-height: 330px;

    padding: 20px;

}

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas)#menu-item-16744:focus > .sub-menu,

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas)#menu-item-16744:focus-within > .sub-menu,

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas)#menu-item-16744:hover > .sub-menu {
    width: 960px;
}



.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):focus > .sub-menu:before,

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu:before,

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu:before {

    content: '';

    position: absolute;

    top: -40px;

    height: 50px;

    width: 100%;

    left: 0;

}

#masthead .site-branding-container.scrolled .main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):focus > .sub-menu,

#masthead .site-branding-container.scrolled .main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu,

#masthead .site-branding-container.scrolled .main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu {

    background: #FFF;

}

#masthead .site-branding-container.scrolled .main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):focus > .sub-menu:after,

#masthead .site-branding-container.scrolled .main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu:after,

#masthead .site-branding-container.scrolled .main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu:after {

    background: #FFF;

}

#masthead .site-branding-container.scrolled .main-navigation .sub-menu > li > a, #masthead .site-branding-container.scrolled .main-navigation .sub-menu > li > .menu-item-link-return {

    color: #333;    

}

.main-navigation .sub-menu > li > a, .main-navigation .sub-menu > li > .menu-item-link-return {

    padding: 15px;

    text-align: left;

    transition: .2s background;

}

.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > .menu-item-link-return:hover {

    background: #222;

    color: #FFF !important;

}

.site-header.featured-image .custom-logo-link:hover, .site-header.featured-image .custom-logo-link:active, .site-header.featured-image .custom-logo-link:focus {

    box-shadow: none;

}

.site-content {

    overflow: unset !important;

}

.site-main {

    background:var(--bg-color);

}

.nothing-found .page-content {

    padding: 60px;

}

.post-main-content {

    pointer-events: none;

    position: relative;

    z-index: 1;

}

.post-main-content a {

    pointer-events: all;

}

.hide {

    display: none !important;

}

.menu-mobile,

.menu-center .close-btn {

    display: none;

}

.mantenedores-diamond {

    position: absolute;

    top: 90px;

    left: calc(50% - 400px);

    width: 800px;

    text-align: center;

    z-index: 1;

}

.made-possible {

    color: #FFF;

    letter-spacing: 8px;

    font-size: 10px;

    margin-bottom: 10px;

    overflow: hidden;

}

.made-possible * {

    opacity: .3;

}

.mantenedor-logo {

    display: inline-block;

    opacity: .5;

    width: 85px;

}
.mantenedor-logo:hover {
    opacity: 1;

}

.mantenedor-logo-svg {

    height: 47px;

    background-color: #FFF;

    display: block;

    transition: .2s;

}

.made-possible .made-text {

    position: relative;

}

.container {

    margin-right: auto;

    margin-left: auto;

    width: 100%;

    max-width: var(--width-main);

}

.col-8 {

    width: 100%;

    max-width: calc((100% / 12) * 8 - 15px);

    display: block;

}

.col-6 {

    width: 100%;

    max-width: calc((100% / 12 * 6) - 10px);

    display: block;

}

.col-4 {

    width: 100%;

    max-width: calc((100% / 12 * 4) - 10px);

    display: block;

}

.col-3 {

    width: 100%;

    max-width: calc((100% / 12 * 3) - 10px);

    display: block;

}

.main-navigation .main-menu > li > a {

    color: #ffffff !important;

    font-size: 0.5em !important;

    text-transform: uppercase;

    font-weight: 500 !important;

    letter-spacing: 1px;

    margin: 0 30px !important;

    padding: 15px 0;

}

#masthead {

    padding:0;

}

#masthead .site-branding-container {

    padding: 35px 0;

    margin-bottom: -100px;

    position: fixed;

    z-index: 999;

    width: 100%;

    transition: .5s ease-in-out;

}

#masthead .site-branding-container:hover {

    top: 0px !important;

}

#masthead .site-branding-container.scrolled {

    padding: 10px 0;

    background: #FFF;

    top: 0px;

    box-shadow: 0 0 100px -10px rgba(0,0,0,.7);

}

#masthead .site-branding-container.out {

    top: -50px;

    box-shadow: none;

}

#masthead .site-branding-container.in {

    top: 0px;

}
#masthead .site-branding-container .search-icon svg path {
    fill:#FFF;
    transition: .2s;
}

#masthead .site-branding-container.scrolled .logo svg g path,

#masthead .site-branding-container.scrolled .submenu-expand svg,

#masthead .site-branding-container.scrolled .search-icon svg path {

    fill: #000 !important;

}

#masthead .site-branding-container .search-icon:hover svg path {
    fill:#CCC !important;
}

#masthead .site-branding-container.scrolled .submenu-expand:hover svg,

#masthead .site-branding-container.scrolled .search-icon:hover svg path {

    fill: #333 !important;

}

#masthead .site-branding-container.scrolled .main-navigation .main-menu > li > a {

    color: #000 !important;

}
#masthead .site-branding-container.scrolled .main-navigation .main-menu > li > a:hover {

    color: #333 !important;

}

#masthead .site-branding-container.scrolled .main-navigation {

    margin-top: 0 !important;

}

.main-navigation .main-menu > li > a:hover {

    color: #CCC !important;

}

.site-branding {

    width: 100%;

    margin: 0 !important;

    padding: 0 40px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 30px;

    line-height: 0 !important;

}

.site-branding .main-menu {

    width: 100%;

    display: flex !important;

    flex-wrap: wrap;

    justify-content: space-around;

}

.site-header.featured-image .custom-logo-link {

    background: transparent !important;

}

.site-branding .logo {

    width: 75px;

}

.site-branding .main-navigation {

    flex-basis: 80%;

    text-align: center;

}

.site-branding .search {

    width: 24px;

}

.post-big-style {

    background-size: cover;

    padding-top: 70px;

    padding-bottom: 30px;

    height: calc(100vh + 60px);

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

    overflow: hidden;

}

.post-big-style:after {

    content: '';

    position: absolute;

    top:0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.6) !important;

    z-index: 0;

    mix-blend-mode: unset !important;

    pointer-events: none;

}

.post-big-style:hover .bg-img {

    transform: scale(1.05);

}

.post-big-style .bg-img {

    transition: 10s;

}

.bg-img {

    background-size: cover;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 0;

    background-size: cover !important;

    background-position: center center !important;

    transition: .4s;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);

}

.post-big-style .post-main-content {

    max-width: calc(100% - 160px);

    text-align: center;

    color: #FFF;

    margin-top: -60px;

}

.post-big-style .post-vertical {

    display: block;

    margin-bottom: 20px;

}

.post-big-style .vertical-link {

    margin: 0 5px;

}

.post-big-style .title {

    color: #FFF !important;

    font-size: 60px;

    line-height: 1em;

    font-family: var(--font-special);

    font-weight: 300;

}

.post-big-style .sub-title {

    font-size: 13px;

    max-width: 70%;

    display: block;

    margin: 20px auto;

    opacity: .7;

}

.post-big-style .post-athor {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 12px;

    font-weight: 400;

    color: #FFF;

    opacity: .6;

    display: block;

}

.slide-destaque {

    margin-top: -120px;

    margin-bottom: 80px;

    background: rgba(37, 37, 37, 0.1);

    padding: 60px;

    color: #FFF;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    position: relative;

}

.destaque-title {

    display: block;

    text-align: center;

    margin: -30px 0 15px 0;

    letter-spacing: 30px;

    width: 100%;

    font-size: 15px;

}

.post-destaque-style {

    width: 340px;

    height: 320px;

    background: #251b2b;

    position: relative;

    padding: 20px;

    text-align: center;

    overflow: hidden;

}

.post-destaque-style:hover .bg-img {

    transform: scale(1.1);

    box-shadow: inset 0 -500px 500px -300px rgba(31, 29, 35, 1), inset 0 240px 100px -130px rgba(31, 29, 35, 1);

}

.slide-destaque .post-main-content {

    position: absolute;

    width: calc(100% - 40px);

    top: 20px;

    left: 20px;

}

.post-destaque-style .post-date {

    display: block;

    font-size: 12px;

    text-transform: uppercase;

    opacity: .8;

    min-height: 21px;

    text-align: left;

    margin-bottom: 50px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);

}

.post-destaque-style .sub-title {

    font-size: 13px;

    overflow: hidden;

    display: block;

    max-height: 26px;

}

.post-destaque-style .title {

    color: #FFF;

    font-size: 20px;

    line-height: 25px;

    display: inline-block;

    overflow:hidden;

    max-height: 75px;

}

.post-destaque-style .post-athor {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 12px;

    font-weight: 400;

    color: #FFF;

    opacity: .6;

    position: absolute;

    width: 100%;

    right: 0;

    bottom: 20px;

}

.post-destaque-style .bg-img {

    z-index: 0;

    box-shadow: inset 0 -500px 500px -300px rgba(31, 29, 35, 0.8), inset 0 240px 100px -200px rgba(31, 29, 35, 0.8);

}

.post-destaque-style .post-vertical {

    min-height: 39px;

    display: block;

    margin: 0 5px 10px 5px;

}

.vertical-link {

    display: inline-block;

    text-transform: uppercase;

    color: #FFF !important;

    background: rgba(30, 18, 43, 0.53);

    padding: 3px 6px 3px 13px;

    font-size: 11px;

    letter-spacing: 4px;

    border-radius: 7px;

    opacity: .9;

}

.vertical-link:hover {

    opacity: 1;

}

.owl-theme .owl-dots .owl-dot {

    background: transparent;

    padding: 0;

}

.owl-dots {

    margin: -15px 0 0 0 !important;

    height: 20px;

}

.owl-theme .owl-dots .owl-dot span {

    width: 7px !important;

    height: 7px !important;

}

.section-popular-posts .owl-nav {
    display: inline-block;
    position: relative;
    bottom: -38px;
    font-size: 20px;
}
.section-popular-posts .owl-nav button {
    width: 24px;
}
.section-popular-posts .owl-dots {
    padding-left: 80px !important;
}
.post-date {
    position: relative;
    z-index: 1;
}
.newsletter-title {

    text-align: center;

    font-weight: 400;

    margin: 0;

}

.newsletter-subtitle {

    display: block;

    text-align: center;

    font-size: 16px;

    color: #999;

}

.section-category {

    margin-top:60px;

    margin-bottom:60px;

}

.category-title {

    width: 100%;

    text-align: center;

    display: block;

    padding: 30px;

    font-size: 22px;

    letter-spacing: 30px;

    text-transform: uppercase;

}

.post-cat-list {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

.post-img-txt-style {

    position: relative;

    margin-bottom: 40px;

    overflow: hidden;

}
.post-img-txt-style.col-6 .bg-img-container {
    position: relative;

    height: 320px;

    display: block;
    margin-bottom: 20px;
}
.post-img-txt-style.col-6 .bg-img {


    padding: 20px;

    font-size: 12px;

    text-transform: uppercase;

    color: #FFF;

    box-shadow: inset 0 200px 200px -200px #000;

}
.post-img-txt-style.col-4 .bg-img-container {

    position: relative;

    height: 240px;

    display: block;

    margin-bottom: 20px;
}

.post-img-txt-style.col-4 .bg-img {


    padding: 20px;

    font-size: 12px;

    text-transform: uppercase;

    color: #FFF;

    box-shadow: inset 0 200px 200px -200px #000;

}
.bg-img-container .bg-img {
    position: absolute !important;
    top: 0;
    left: 0;
}

.post-img-txt-style .title {

    color: #000;

    font-weight: 400;

    font-size: 22px;

    line-height: 24px;

    display: block;

    margin-bottom: 10px;

    letter-spacing: -1px;

}

.post-img-txt-style .sub-title {

    color: #666;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    display: block;

}

.post-img-txt-style .post-athor {

    text-transform: uppercase;

    font-size: 12px;

    letter-spacing: 1px;

    color: #666;
    fill: #666;

    font-weight: 400;

}

.post-img-txt-style .vertical-link {

    margin:0 0 15px 0;

}

.vertical-link ~ .vertical-link {

    display: none;

}

.section-popular-posts {

    position: relative;

    padding: 80px 0 120px 0;

    background: #000;

    color: #FFF;

    display: flex;

    justify-content: center;

    overflow: hidden;

}

.section-popular-posts .main-title {

    margin: 0 0 20px 0;

    font-size: 24px;

    font-weight: 400;

}

.post-img-active + * {

    position: relative;

    z-index: 1;

}

.select-verticals {

    position: relative;

    display: inline-block;

}

.select-verticals .selected svg {

    margin-bottom: -5px;

}

.select-verticals .selected {

    height: 45px;

    display: inline-block;

    padding: 4px 13px;

    background: rgba(0, 0, 0, 0.20);

    font-weight: 400;

    font-size: 20px;

    cursor: pointer;

}

.select-verticals .selected:hover {

    background: rgba(0, 0, 0, 0.30);

}

.options-bg {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: transparent;

    z-index: 99;

}

.select-verticals .options {

    position: absolute;

    top: 45px;

    left: 0;

    max-height: 290px;

    overflow-y: auto;

    width: 320px;

    display: none;

    z-index: 100;

}

.select-verticals .options-item {

    padding: 4px 13px;

    background: rgba(0, 0, 0, 1);

    cursor: pointer;

}

.select-verticals .options-item:hover {
    background: rgb(31, 31, 31);
}

.post-list {

    margin-top: 40px;

}

.post-list.owl-carousel .owl-stage-outer {

    overflow: visible;

}

.post-popular-style {

    position: relative;

    height: 300px;

    padding: 20px;

    overflow: hidden;

}

.post-popular-style:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    box-shadow: inset 380px 0 320px rgba(43, 39, 47, 0.8);

    z-index: 0;

    pointer-events: none;

    transition: .2s;

}

.post-popular-style:hover:after {

    box-shadow: inset 380px 0 320px rgba(43, 39, 47, 0.9);

}

.post-popular-style:hover .bg-img {

    transform: scale(1.1);

}

.post-popular-style .post-date {

    display: block;

    font-size: 12px;

    text-transform: uppercase;

    opacity: .8;

    min-height: 21px;

    text-align: left;

    margin-bottom: 50px;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);

}

.post-popular-style .title {

    color: #FFF;

    font-size: 20px;

    line-height: 25px;

    display: inline-block;

    overflow: hidden;

    max-height: 75px;

}

.post-popular-style .vertical-link {

    color: #FFF;

    margin-bottom: 10px;

}

.post-popular-style .sub-title {

    font-size: 13px;

    overflow: hidden;

    display: block;

    max-height: 50px;

}

.post-popular-style .post-athor {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 12px;

    font-weight: 400;

    color: #FFF;
    fill: #FFF;

    opacity: .6;

    position: absolute;

    width: 100%;

    left: 20px;

    bottom: 20px;

    z-index: 1;

}

.section-popular-posts .owl-carousel.owl-hidden {

    opacity: 1 !important;

}

.post-popular-style .post-main-content {

    max-width: 70%;

    display: block;

}

.popular-content {

    width: 100%;

    max-width: 45%;

}

.post-img-active .bg-img {

    z-index: 0;

    opacity: 1;

    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.5);

    -webkit-filter: blur(5px);

    -moz-filter: blur(5px);

    -o-filter: blur(5px);

    -ms-filter: blur(5px);

    transform: scale(1.1);

    filter: blur(10px);

}

.sub-title p {

    margin:0;

}

.section-popular-posts .owl-dots .owl-dot {

    width: 6px;

    height: 6px;

    background: #CCC;

    margin-right: 15px;

}

.section-popular-posts .owl-dots .owl-dot.active {

    background: #FFF;

}

.flex {

    display: flex;

    justify-content: space-between;

}

.f-wrap {

    flex-wrap: wrap;

}

.section-popular-authors {

    margin: 60px auto;

}

.section-popular-authors .avatar:hover {

    opacity: .9;

}

.section-popular-authors .post-authors-style {

    display: flex;

    margin: 30px 0;

    align-items: center;

}

.section-popular-authors .post-authors-style .post-main-content {

    margin-left: 15px;

    display: block;

}

.section-popular-authors .post-athor {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 12px;

    font-weight: 400;

    color: #000;

    opacity: .6;

    width: 100%;

    display: block;

}

.section-popular-authors .title {

    color: #000;

    line-height: 20px;

    font-size: 18px;

    font-weight: 400;

    display: block;

    margin-bottom: 10px;

}

.section-popular-authors .avatar {

    min-width: 85px;

    height: 85px;

}

.category-destaque-list {

    display: flex;

    flex-direction: column;

}

.category-destaque-list-line1,

.category-destaque-list-line2 {

    display: flex;

    justify-content: space-between;

    margin-bottom: 20px;

}

.category-list-post .h3.title a {

    display: block;

    text-transform: uppercase;

    color: #000;

    margin-bottom: 20px;

    letter-spacing: 8px;

    font-size: 16px;

    font-weight: 400;

}
.category-list-post .bg-img-container {
    display: block;
    position: relative;
    height: 240px;
}
.category-list-post .bg-img {

    padding: 20px;

    color: #FFF;

    font-size: 11px;

    text-transform: uppercase;

    margin-bottom: 20px;

    box-shadow:inset 0 200px 200px -200px #000;

}

.category-list-post .title,

.category-list-subpost .title {

    color: #000;

    font-weight: 400;

    font-size: 20px;

    line-height: 24px;

    display: block;

    margin-bottom: 10px;

    margin-top: 40px;

    letter-spacing: -0.5px;

}
.category-list-subpost .title {
    margin-top: 5px;
}
.category-list-subpost .post-date {

    display: none;

}

.category-list-subpost:hover {
    opacity: .8;
}

.category-list-post .sub-title {

    color: #666;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    display: block;

}

.category-list-post .post-athor,

.category-list-subpost .post-athor {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 12px;

    font-weight: 400;

    color: #000;
    fill: #000;

    opacity: .6;

    width: 100%;

    display: block;

    margin-top: 15px;

}

.category-list-subpost {

    display: flex;

    align-items: center;

    margin-bottom: 20px;

    transition: .2s;

}

.category-list-subpost .bg-img {

    width: 64px;

    height: 64px;

    position: static;

    display: block;

    min-width: 96px;

    min-height: 96px;

    margin-right: 20px;

}



.mantenedores-list {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    flex-direction: column;

}

.mantenedores-list-row {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.mantenedores-list .category-title {

    margin-top: 30px;

    font-size: 16px;

    letter-spacing: 10px;

    font-weight: 400;

}

.mantenedores-list .mantenedor-logo {

    opacity: 1;

}

.mantenedores-list .mantenedor-logo-svg {

    background-color: #ccc;

    display: block;

}

.mantenedores-list .mantenedor-logo-svg:hover {

    background-color: #000;

}

.post-publieditorial-style {

    position: relative;

    height: 600px;

    margin-bottom: 100px;

    color: #FFF;

    text-align: center;

    overflow: hidden;

}

.post-publieditorial-style .bg-img {

    padding: 20px;

    transition: .2s;

}

.post-publieditorial-style:hover .bg-img {

    transform: scale(1.1);

}

.post-publieditorial-style .post-date {

    font-size: 12px;

    text-transform: uppercase;

    opacity: .8;

    text-align: left;

    color: #FFF;

    top: 20px;

    left: 20px;

    position: absolute;

    z-index: 1;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);

}

.post-publieditorial-style .title {

    color: #FFF !important;

    font-size: 70px;

    line-height: 1em;

    font-family: var(--font-special);

    max-width: 70%;

    display: block;

    margin: 0 auto;

    font-weight: 300;

}

.post-publieditorial-style .sub-title {

    font-size: 13px;

    max-width: 70%;

    display: block;

    margin: 20px auto;

    opacity: .7;

}

.post-publieditorial-style .post-athor {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 12px;

    font-weight: 400;

    color: #FFF;
    fill: #FFF;

    opacity: .6;

}

.post-publieditorial-style .post-vertical {

    display: block;

    margin-bottom: 20px;

}

.post-publieditorial-style .post-main-content {

    width: 100%;

    position: absolute;

    bottom: 40px;

    left: 0;

}

.post-publieditorial-style:after {

    content: '';

    position: absolute;

    top:0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.8);

    z-index: 0;

    pointer-events: none;

    transition: .2s;

}

.post-publieditorial-style:hover:after {

    background: rgba(0,0,0,.9);

}

.section-hiperpost {

    margin-top: 100px;

}

.section-hiperpost .post-img-txt-style {

    margin: 0;

}

.section-hiperpost .bg-img-container {
    display: block;
    position: relative;
    height: 60vh;
    margin-bottom: 20px;
}
.section-hiperpost .bg-img {

    padding: 20px;

    box-shadow: inset 0 0 400px 80px rgba(0, 0, 0, 0.8);

}

.section-hiperpost .post-date {

    font-size: 12px;

    text-transform: uppercase;

    opacity: .8;

    text-align: left;

    color: #FFF;

    top: 20px;

    left: 20px;

    position: absolute;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);

}

.section-hiperpost .post-main-content {

    display: flex;

    justify-content: space-between;

    align-items: center;

    pointer-events: none;

}

.section-hiperpost .title {

    font-size: 28px;

    line-height: 34px;

}

.section-hiperpost .owl-dots {

    margin-top: 10px !important;

    display: flex;

    justify-content: center;

}

.section-hiperpost .owl-dot {

    background: #CCC !important;

    margin: 0 7px;

    width: 10px;

    height: 10px;

}

.section-hiperpost .owl-dot.active {

    background: #999 !important;

}

.site-footer {

    display: flex;

    justify-content: space-between;

    max-width: 1100px;

    margin: 100px auto 50px auto;

    position: relative;
    z-index: 1;
}

.site-footer:after {

    display: block;

    position: absolute;

    top: -40px;

    left: 50%;

    background: #FFF;

    width: 100vw;

    height: calc(100% + 40px);

    z-index: -1;

    transform: translateX(-50%);

}

.site-footer .widget-area {

    margin: 0 !important;

    width: calc((100% / 5) - 20px);

}

.site-footer .widget-area .widget-column .widget {

    width: 100% !important;

    margin: 50px 0 0 0 !important;

}

.site-footer .widget-area .widget-column .widget:first-child {

    margin-top: 0 !important;

}

.site-footer .widget-title {

    font-size: 20px;

    font-weight: 400;

    margin: 0;

}

.site-footer .menu .menu-item {

    margin: 0;

}

.site-footer .menu a {

    padding: 6px 0;

    color: #999;

    font-weight: 400;

    font-size: 13px;

    display: block;

    width: 100%;

}
.site-footer .menu a:hover {
    color: #666;
}
.footer-widget-1 svg {

    color: #000;

    width: 80px;

}

.w-area-home2 {

    margin: 150px auto;

    position: relative;

}

.newsletter-image-footer {

    position: absolute;

    top: -70px;

    right: -90px;

    max-width: 350px;

}

.comentarios-single {

    width: 100%;

    max-width: 800px;

    margin: 40px auto;

}



.post-single-nav {

    width: 100%;

    display: flex;

    margin: 100px 0;

}

.post-single-nav-item {

    width: 100%;

    padding: 0;

}

.post-single-nav-item .post-main-content {

    position: absolute;

    width: calc(100% - 40px);

    top: 20px;

    left: 20px;

    color: #FFF;

}

.post-main-content .meta-nav {
    display: block;
    width: 250px;
    text-align: center;
    margin: 10px auto;
    background: #ffffff40;
    border-radius: 5px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 9px;
}

.mantenedores-bio .mantenedor-bio .mantenedor-logo {

    opacity: 1;

    margin: 20px auto;

    width: 50%;

}

.mantenedores-bio .mantenedor-bio .mantenedor-logo-svg {

    background: #000;

    height: 90px;

}

.mantenedores-bio-box {

    display: flex;

    justify-content: space-between;

    margin-top: 30px;

}

.mantenedor-bio {

    background: #FFF;

    padding: 40px;

    display: flex;

    flex: 1;

    margin-left: 40px;

    flex-direction: column;

    text-align: center;

    font-size: 14px;

}

.mantenedor-bio.mantenedor-bio-maior {

    flex-direction: row;

    text-align: left;

    align-items: center;

}

.mantenedor-bio:first-child {

    margin-left: 0;

}

.mantenedor-bio .title {

    font-size: 20px;

    font-weight: bold;

    text-transform: uppercase;

    display: none;

}

.mantenedor-bio.mantenedor-bio-maior .title {

    display: inline-block;

}

.mantenedor-bio.mantenedor-bio-maior .mantenedor-logo {

    height: calc(100% - 10px);

    min-width: 30%;
    width: 30%;

    padding: 0 80px 0 40px;

    margin: 0 40px 0 0;

    border-right: 1px solid #DDD;

    display: flex;

    flex-direction: column;

    justify-content: center;

}

.mantenedor-bio.mantenedor-bio-maior .mantenedor-bio-content {

    padding: 0 30px;

}

.mantenedor-bio.mantenedor-bio-maior .mantenedor-bio-content .sub-title {

    display: block;

    color: #999;

    margin-top: -5px;

}

.single-post .post-big-style {

    margin-top: -65px;

    height: calc(100vh + 220px);

}

.single-post .post-big-style .post-main-content {

    margin-top: -100px;

}

.site-header.featured-image .site-featured-image:before,

.site-header.featured-image:after,

.site-header.featured-image .site-branding-container:after {

    display: none !important;

}

.single-post #masthead .site-branding-container {

    margin-bottom: -155px;

}

.single-post .entry .entry-content {

    position: relative;

    background: var(--bg-color);

    padding:70px 180px;

    width: 100%;

    max-width: var(--width-main);

    margin: -210px auto 0 auto;

    font-size: 18px;

    line-height: 2em;

    z-index: 2;

}

.single-post .entry .entry-content > * {

    max-width: 100%;

    width: 100%;

}

.single-post .entry .entry-content .share-single.vertical + * {

    margin-top: 0 !important;

}

.entry .entry-content .aligncenter {

    margin: 80px auto !important;

}

.entry .entry-content img.big {

    width: 100vw;

    max-width: 100vw;

    margin-left: calc(0px - (((100vw - var(--width-main)) / 2) + 180px)) !important;

    margin-top: 80px;

    margin-bottom: 80px;

}

.entry .entry-content .wp-caption-text {

    color: #AAA;

    font-style: italic;

}

.entry .entry-content h1,

.entry .entry-content h2,

.entry .entry-content h3,

.entry .entry-content h4,

.entry .entry-content h5,

.entry .entry-content h6 {

    letter-spacing: -1px;

    margin-bottom: 28px !important;

    margin-top: 56px !important;

}

.entry .entry-content a {

    color: var(--main-color);

    font-weight: 600;

}

.entry .entry-content a:hover {

    color: #5925a5;

}

.entry .entry-content .meta-nav {

    display: block;

    background: rgba(255, 255, 255, 0.10);

    width: 50%;

    margin: 20px auto;

    border-radius: 7px;

    padding: 7px;

    text-transform: uppercase;

    font-size: 12px;

    letter-spacing: 5px;

    color: #FFF;

}

.entry .entry-content blockquote {

    font-size: 50px;

    line-height: 50px;

    font-weight: bold;

    border: 0 !important;

    padding: 0 !important;

    display: block;

    position: relative;

    margin: 60px 0 !important;

    color: var(--main-color);

}

.entry .entry-content blockquote.left {

    left: -70px;

}

.entry .entry-content blockquote.center {

    text-align: center;

}

.entry .entry-content blockquote.big {

    font-size: 90px;

    line-height: 94px;

    font-family: var(--font-special);

    text-transform: uppercase;

}

.entry .entry-content ul {

  list-style: none;

}

.entry .entry-content ol {

  list-style: none;

  counter-reset: my-awesome-counter;

}

.entry .entry-content li {

  position: relative;

}

.entry .entry-content ol li {

  counter-increment: my-awesome-counter;

}

.entry .entry-content ol li::before {

    content: counter(my-awesome-counter) ". ";

    color: var(--main-color);

    font-weight: bold;

    position: absolute;

    right: calc(100% + 2px);

    text-align: left;

    width: 20px;

}

.entry .entry-content ul li::before {

    content: "●";

    color: var(--main-color);

    font-weight: bold;

    position: absolute;

    right: calc(100% + 2px);

    text-align: left;

    width: 20px;

}

.author-bio, .single-post-category-links, .share-single {

    width: 100%;

    max-width: calc(var(--width-main) - (180px * 2)) !important;

    margin: 0 auto !important;

}

.author-bio {

    border-top: 1px solid #DDD;

    border-bottom: 1px solid #DDD;

    padding: 50px 100px;

    position: relative;

    display: flex;

    align-items: center;

}

.author-bio .post-date-author {

    position: absolute;

    top: -10px;

    left: 50%;

    text-transform: uppercase;

    letter-spacing: 4px;

    font-size: 12px;

    color: #999;

    transform: translateX(-50%);

    z-index: 2;

    background: var(--bg-color);

    padding: 0 30px;

}

.author-bio .author-avatar {

    min-width: 96px;

    height: 96px;

    margin-right: 40px;

}

.author-bio .author-avatar .avatar {

    min-width: 100%;

    height: auto;

}

.author-bio .author-heading {

    display: block;

    font-size: 20px;

    margin-bottom: 10px;

}

.author-bio .author-description {

    font-size: 14px !important;

    display: block !important;

    line-height: 22px !important;

    margin-bottom: 0;

}

.author-bio .author-link {

    display: block !important;

    width: 240px !important;

    padding: 5px;

    border-radius: 50px;

    border: 1px solid #000;

    color: #000 !important;

    text-align: center;

    margin-top: 15px;

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 1px !important;

    transition: .2s;

}
.author-bio .author-link:hover {
    background: #000;
    color: #FFF !important;
}
.single-post-category-links {

    display: flex;

    flex-wrap: wrap;

    margin-top: 30px !important;

}

.single-post-category-links .tema-list-link {

    color: #999 !important;

    background: #eee;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 11px;

    padding: 5px 10px;

    margin-right: 10px;

    margin-bottom: 10px;

    font-weight: 400;
    transition: .2s;

}
.single-post-category-links .tema-list-link:hover {
    background: #ddd;
}

.share-title {

    text-align: left;

    padding-left: 8px;

    display: block;

    text-transform: uppercase;

    font-size: 12px;

    letter-spacing: 1px;

}

.share-single {

    margin: 50px auto 120px auto !important;

    text-align: center;

}

.share-single .title {

    text-transform: uppercase;

    letter-spacing: 34px;

    font-size: 28px;

    font-weight: 300;

}

.share-single.horizontal .social-button {

    display: flex;

    justify-content: center;

    padding-top: 30px;

}

.social-button .btn-share {

    display: flex;

    width: 56px;

    height: 56px;

    border: 1px solid #CCC;

    background: var(--bg-color);

    padding: 5px;

    border-radius: 50%;

    justify-content: center;

    align-items: center;

    margin: 0 35px 15px 0;

    outline: 0;

    transition: .2s;

}

.social-button .btn-share svg {

    width: 50%;

    height: auto;

}

.social-button .btn-share svg * {

    fill: #000 !important;

}

.social-button .btn-share.whatsapp {

    display: none;

}

.social-button .btn-share:hover {

    background: #000;

    border-color: #000;

}

.social-button .btn-share:hover svg * {

    fill: #FFF !important;

}

.share-single.vertical {

    position: -webkit-sticky;
    
    position: sticky;

    top: 50px;

    height: 0px;

    margin: 0 0 0 -110px !important;

    z-index: 1;

}

.share-single.vertical .social-button {

    width: 0;

}

.author-header {

    display: block;

    position: relative;

}

.single-made-possible .mantenedores-single .title:after {

    content: '';

    position: absolute;

    top: -38px;

    left: calc(50% - 0.5px);

    width: 1px;

    height: 20px;

    background: #FFF;

}

.author-header-img .avatar {

    margin: 30px auto 10px auto;

}

.single-made-possible {

    position: relative;

    display: block;

}

.single-made-possible .title {

    letter-spacing: 8px;

    font-size: 10px;

    font-family: var(--font-default);

    line-height: 12px;

    margin: 45px 0 15px 0;

    display: block;
    text-transform: uppercase;
}

.single-made-possible .category-title {

    display: none;

}

.single-made-possible .mantenedores-bio-box {

    margin: 0 !important;

    justify-content: center !important;

}

.mantenedores-single .mantenedor-logo {

    opacity: 1;

}

.single-made-possible .mantenedor-bio.mantenedor-bio-maior {

    background: transparent;

    padding: 0;

    width: 220px !important;

    flex: unset !important;

    justify-content: center;

}

.single-made-possible .mantenedor-bio-content {

    display: none;

}

.single-made-possible .mantenedor-logo {

    min-width: 130px !important;
    max-width: 130px;
    min-height: 71px;
    max-height: 71px;
    border: 0 !important;
    padding: 0 !important;
    margin: -10px 15px !important;

}

.single-made-possible .mantenedor-logo .mantenedor-logo-svg {

    background: #FFF !important;
    height: 71px;

}

.main-search {

    opacity: 0;

    transform: scale(1.1);

    pointer-events: none;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.85);

    z-index: 2147483647;

    transition: .4s;

    padding: 60px 0px;

}

.main-search.active {

    opacity: 1;

    transform: scale(1);

    pointer-events: all;

}

.main-search .search-tab {

    display: none;

    width: 100%;

    height: 100%;

}

.main-search .search-tab.active {

    display: block;

}

.main-search .search-tab input:focus,
.main-search .search-tab input {

    background: transparent !important;

    border-width: 0 0 1px 0 !important;

    padding: 0 20px 10px 20px !important;

    font-size: 70px !important;

    width: 100% !important;

    font-weight: 600 !important;

    outline: 0 !important;

    border-color: #333 !important;

    box-shadow: none !important;

    margin-bottom: 30px !important;

    border-radius: 0 !important;

    color:#FFF !important;

}
.main-search .search-tab input:focus,
.main-search .search-tab input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px black inset !important;
    -webkit-text-fill-color: #FFF !important;
    font-family: 'Work Sans';
    font-weight: 600 !important;
}

.main-search .search-options .wrapper {

    padding: 20px 140px 0px 140px;

    max-height: calc(100vh - 185px);

}

.main-search .search-tab .wrapper {

    padding: 20px 140px 60px 140px;

    max-height: calc(100vh - 125px);

    overflow-y: auto;

    height: 100%;

}

.search-tab.search-post .wrapper {

    display: flex;

    justify-content: center;

    padding-top: 0;

    flex-direction: column;

}

.search-tab.search-post .desc {

    font-size: 12px;

    color: #444;

    font-style: italic;

    text-transform: uppercase;

    letter-spacing: 2px;

    margin-top: -20px;

}

.search-tab.search-post .wrapper input {

    margin-top: -50px;

}

.search-tab.search-autor .wrapper {

    display: flex;

    flex-wrap: wrap;

}

.main-search .search-tab .wrapper .item {

    color: #FFF;

    text-transform: uppercase;

    font-size: 14px;

    letter-spacing: 2px;

    padding: 10px 20px;

    background: rgba(255, 255, 255, 0.20);

    display: inline-block;

    margin: 0 10px 10px 0;

    border-radius: unset;

    transition: .2s;

    opacity: .5;

}

.main-search .search-tab .wrapper .item-autor {

    display: flex;

    align-items: center;

    margin: 0 20px 20px 0;

    color: #FFF !important;

    opacity: .5;

    font-size: 13px;

    text-transform: uppercase;

    transition: .2s;

    width: 23%;

    line-height: 1em;

}

.main-search .search-tab .wrapper .item:hover,

.main-search .search-tab .wrapper .item-autor:hover {

    opacity: 1;

}

.main-search .search-tab .wrapper .item-autor .image {

    width: 28px;

    height: 28px;

    margin-right: 10px;

}

.main-search .search-tab .wrapper .item-autor .image .avatar {

    max-height: 100%;

}

.main-search .suggestions .title {

    width: 100%;

    margin: 20px 0;

    color: #FFF;

    text-transform: uppercase;

    font-size: 16px;

    letter-spacing: 1px;

}

.main-search .search-options {

    padding: 0 10px;

    text-transform: uppercase;

    font-size: 14px;

    letter-spacing: 2px;

    font-weight: 300;

    color: #FFF;

    margin-bottom: 20px;

}

.main-search .search-options .item {

    padding: 10px;

    border-bottom: 2px solid transparent;

    transition: .2s;

    cursor: pointer;

}

.main-search .search-options .item.active,

.main-search .search-options .item:hover {

    border-bottom: 2px solid #FFF;

}

body:before {

    content: '';

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    box-shadow: inset 0 0 120px 70px rgba(0,0,0,.6);

    background: rgba(0,0,0,.7);

    pointer-events: none;

    transition: .1s;

    z-index: 9999999;

    opacity: 0;

}

.main-search.active + #page {

/*    transition: .4s ease-in;

    filter: blur(8px);*/

}

body.on-search:before {

    opacity: 1;

}

body.on-search {

    overflow: hidden;

}

body {

    overflow-x: hidden;

}

.close-btn {

    width: 25px;

    height: 25px;

    background: transparent;

    position: fixed;

    top: 30px;

    right: 30px;

    cursor: pointer;

    z-index: 999;

    opacity:.9;

    transition: .2s;

}

.close-btn:after {

    content: '';

    position: absolute;

    width: 3px;

    height: 25px;

    background: #FFF;

    transform: rotate(45deg);

    top: 0;

    right: 12px;

}

.close-btn:before {

    content: '';

    position: absolute;

    width: 3px;

    height: 25px;

    background: #FFF;

    transform: rotate(-45deg);

    top: 0;

    right: 12px;

}

.close-btn:hover {

    transform: scale(1.1);

    opacity: 1;

}

.error-404 {

    width: 100%;

    height: 100vh;

    display: flex;

    align-items: center;

    text-align: center;

}

.content404 .title {

    font-size: 140px;

    font-weight: bold;

    line-height: 1em;

    color: var(--main-color);

}

.btn.back404 {

    margin-top: 30px;

}

.img-404-gif {

    height: 100%;

    overflow: hidden;

    display: flex;

    align-items: flex-end;

}

.img-404-gif img {

    object-fit: cover;

}

.error404 #site-navigation, .error404 footer, .error404 .primary-sidebar {

    display: none;

}

.error404 .site-branding .search * {

    fill: #000;

}

#wpadminbar {

    display: none;

}

html {

    margin-top: 0 !important;

}







/* INFINITE SCROLL */

.infinite-scroll {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



/* POST DEFAULT */

.infinite-scroll .post-infinite-style {

    position: relative;

    width: 100%;

    margin-bottom: 60px;

}

.infinite-scroll .post-infinite-style .bg-img-container {
    position: relative;
    height: 240px;
    display: block;
    margin-bottom: 20px;
}
.infinite-scroll .post-infinite-style .bg-img {


    padding: 20px;

    font-size: 12px;

    text-transform: uppercase;

    color: #FFF;

    box-shadow: inset 0 200px 200px -200px #000;

}

.infinite-scroll .post-infinite-style .sub-title {

    color: #666;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    display: block;

}

.infinite-scroll .post-infinite-style .title {

    color: #000;

    font-weight: 400;

    font-size: 22px;

    line-height: 24px;

    display: block;

    margin-bottom: 10px;

}

.infinite-scroll .post-infinite-style .vertical-link {

    margin: 0 0 15px 0;

}

.infinite-scroll .post-infinite-style .post-athor {

    text-transform: uppercase;

    font-size: 12px;

    letter-spacing: 1px;

    color: #666;
    fill: #666;

    font-weight: 400;

}

/* POST 1 */

.infinite-scroll .post-infinite-style:first-child:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.8);

    z-index: 0;

    pointer-events: none;

}

.infinite-scroll .post-infinite-style:first-child {

    max-width: 100%;

    position: relative;

    height: 600px;

    margin-bottom: 100px;

    color: #FFF;

    text-align: center;

}

.infinite-scroll .post-infinite-style:first-child .bg-img-container {
    height: 100%;
}


.infinite-scroll .post-infinite-style:first-child .bg-img {

    padding: 20px;

    height: 100%;

    text-align: left;

}

.infinite-scroll .post-infinite-style:first-child .post-main-content {

    width: 100%;

    position: absolute;

    bottom: 40px;

    left: 0;

}

.infinite-scroll .post-infinite-style:first-child .post-vertical {

    display: block;

    margin-bottom: 20px;

}

.infinite-scroll .post-infinite-style:first-child .title {

    color: #FFF !important;

    font-size: 70px;

    line-height: 1em;

    font-weight: 300;

    font-family: var(--font-special);

    max-width: 70%;

    display: block;

    margin: 0 auto;

}

.infinite-scroll .post-infinite-style:first-child .sub-title {

    font-size: 13px;

    max-width: 70%;

    display: block;

    margin: 20px auto;

    opacity: .7;

    color: #FFF;

}

.infinite-scroll .post-infinite-style:first-child .post-athor {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 12px;

    font-weight: 400;

    color: #FFF;
    fill: #FFF;

    opacity: .6;

}

.infinite-scroll .post-infinite-style:first-child .post-date {

    color: #FFF;

    position: relative;

    z-index: 1;

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);

}

/* POST 2,3,4 */

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style,

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style,

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style {

    max-width: calc((100% / 12 * 4) - 10px);

}

/* POST 5,6 */

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style + .post-infinite-style,

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style + .post-infinite-style + .post-infinite-style {

    max-width: calc((100% / 12 * 6) - 10px);

}

/* POST 7 */

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style  + .post-infinite-style + .post-infinite-style + .post-infinite-style {

    max-width: 100%;

}

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style  + .post-infinite-style + .post-infinite-style + .post-infinite-style .bg-img-container {
    display: block;
    position: relative;
    height: 60vh;
    margin-bottom: 20px;
}

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style  + .post-infinite-style + .post-infinite-style + .post-infinite-style .bg-img {


    padding: 20px;

}

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style  + .post-infinite-style + .post-infinite-style + .post-infinite-style .title {

    font-size: 28px;

    line-height: 34px;

}

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style  + .post-infinite-style + .post-infinite-style + .post-infinite-style .post-main-content {

    display: block;

}

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style  + .post-infinite-style + .post-infinite-style + .post-infinite-style .sub-title {

    position: absolute;

    right: 0;

    top: 55px;

    width: calc((100% / 12 * 6) - 10px);

}

.infinite-scroll .post-infinite-style:first-child + .post-infinite-style + .post-infinite-style + .post-infinite-style  + .post-infinite-style + .post-infinite-style + .post-infinite-style .title {

    max-width: calc((100% / 12 * 4) - 10px);

}

/* POST 8,9 */

.infinite-scroll .post-infinite-style:nth-child(11n+8),

.infinite-scroll .post-infinite-style:nth-child(11n+9) {

    max-width: calc((100% / 12 * 6) - 10px);

    margin-top: 40px;

}

/* POST 10,11,12 */

.infinite-scroll .post-infinite-style:nth-child(11n+10),

.infinite-scroll .post-infinite-style:nth-child(11n+11),

.infinite-scroll .post-infinite-style:nth-child(11n+12) {

    max-width: calc((100% / 12 * 4) - 10px);

    display: flex;

    align-items: center;

}

.infinite-scroll .post-infinite-style:nth-child(11n+10):hover,

.infinite-scroll .post-infinite-style:nth-child(11n+11):hover,

.infinite-scroll .post-infinite-style:nth-child(11n+12):hover {

    opacity: .8;

}

.infinite-scroll .post-infinite-style:nth-child(11n+10) .bg-img-container,

.infinite-scroll .post-infinite-style:nth-child(11n+11) .bg-img-container,

.infinite-scroll .post-infinite-style:nth-child(11n+12) .bg-img-container {

    min-width: 96px;
    
    width: 96px;

    height: 96px;

    margin-right: 20px;

    position: relative;

    display: block;

}

.infinite-scroll .post-infinite-style:nth-child(11n+10) .bg-img,

.infinite-scroll .post-infinite-style:nth-child(11n+11) .bg-img,

.infinite-scroll .post-infinite-style:nth-child(11n+12) .bg-img {

    min-width: 96px;

    min-height: 96px;

}

.infinite-scroll .post-infinite-style:nth-child(11n+10) .post-athor,

.infinite-scroll .post-infinite-style:nth-child(11n+11) .post-athor,

.infinite-scroll .post-infinite-style:nth-child(11n+12) .post-athor {

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 12px;

    font-weight: 400;

    color: #000;
    fill: #000;

    opacity: .6;

    width: 100%;

    display: block;

    margin-top: 15px;

}

.infinite-scroll .post-infinite-style:nth-child(11n+10) .title,

.infinite-scroll .post-infinite-style:nth-child(11n+11) .title,

.infinite-scroll .post-infinite-style:nth-child(11n+12) .title {

    font-size: 18px;

    line-height: 24px;

}

.infinite-scroll .post-infinite-style:nth-child(11n+10) .sub-title,

.infinite-scroll .post-infinite-style:nth-child(11n+11) .sub-title,

.infinite-scroll .post-infinite-style:nth-child(11n+12) .sub-title,

.infinite-scroll .post-infinite-style:nth-child(11n+10) .post-date,

.infinite-scroll .post-infinite-style:nth-child(11n+11) .post-date,

.infinite-scroll .post-infinite-style:nth-child(11n+12) .post-date,

.infinite-scroll .post-infinite-style:nth-child(11n+10) .post-vertical,

.infinite-scroll .post-infinite-style:nth-child(11n+11) .post-vertical,

.infinite-scroll .post-infinite-style:nth-child(11n+12) .post-vertical {

    display: none;

}

/* POST 13,14,15,16,17,18 */

.infinite-scroll .post-infinite-style:nth-child(11n+13),

.infinite-scroll .post-infinite-style:nth-child(11n+14),

.infinite-scroll .post-infinite-style:nth-child(11n+15),

.infinite-scroll .post-infinite-style:nth-child(11n+16),

.infinite-scroll .post-infinite-style:nth-child(11n+17),

.infinite-scroll .post-infinite-style:nth-child(11n+18) {

    max-width: calc((100% / 12 * 4) - 10px);

}



.archive .post-big-style,

.search-page .post-big-style,

.archive .bg-author .post-big-style {

    background: url(../../../wp-content/uploads/2019/02/bg2-1.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

}

.materiais-archive .post-big-style {

    background: url(../../../wp-content/uploads/2019/02/bg3-1.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

}

.news-archive .post-big-style {

    background: url(../../../wp-content/uploads/2019/02/bg1-1.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

}

.archive .post-big-style:before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    mix-blend-mode: color;

    z-index: 1;

}

.search-page .post-big-style .title,

.news-archive .post-big-style .title,

.materiais-archive .post-big-style .title,

.archive .post-big-style .title {

    font-size: 60px;

    line-height: 1em;

}

.archive .post-big-style .single-made-possible .title {

    font-size: 10px;
    text-transform: uppercase;

}

.archive .post-big-style .single-made-possible .mantenedor-bio {

    background: none;

    padding: 0;

}

.archive .post-big-style .single-made-possible {

    margin-top: 50px;

}

.search-page .infinite-scroll,

.news-archive .infinite-scroll,

.materiais-archive .infinite-scroll,

.archive .infinite-scroll {

    margin-top: -140px;

    z-index: 1;

    position: relative;

}

.search-page .post-big-style .post-main-content,

.news-archive .post-big-style .post-main-content,

.materiais-archive .post-big-style .post-main-content,

.archive .post-big-style .post-main-content {

    margin-top: -70px;

}

.author-bio-page {

    margin-top: -140px;

    margin-bottom: 200px;

    background: #FFF;

    z-index: 2;

    position: relative;

    padding: 60px 120px;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    min-height: 270px;

}

.author-bio-page .photo-author {

    width: 25%;

    min-height: 128px;
    min-width: 128px;

    margin-right: 60px;

    overflow: hidden;

}

.author-bio-page .photo-author .photo {

    width: 100%;

    height: auto;

    border-radius: 0;

}

.search-text {

    text-transform: uppercase;

    font-size: 16px;

    letter-spacing: 2px;

    margin-bottom: 20px;

}

.o-que-e-td {

    max-width: var(--width-main);

    margin: 80px auto;

    display: block;

    position: relative;

    min-height: 380px;

    background: #333;

    color: #FFF;

    text-align: center;

    transition: .2s;

}

.o-que-e-td .bg-img {

    background-image: url(../../uploads/2019/02/bg-oq.png);

    padding: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    box-shadow: inset 0 0 400px 80px rgba(0, 0, 0, 0.8);

    background-size: 100% !important;

    transition: .1s;

}

.o-que-e-td:hover .bg-img {

    background-size: 110% !important;

    box-shadow: inset 0 0 500px 120px rgba(0, 0, 0, 0.8);

}

.o-que-e-td h2 {

    font-family: var(--font-special);

    font-size: 80px;

    font-weight: 300;

}

.o-que-e-td h2 span {

    font-family: var(--font-default);

    font-size:18px;

    font-weight: 300;

    display: block;

    letter-spacing: 7px;

    text-transform: uppercase;

}

.button-all-posts {

    width: 100%;

    text-align: center;

    margin-top: 30px;

}

body .btn {

    background: #000;

    color: #FFF;

    padding: 8px 32px;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 300;

    text-transform: uppercase;

    letter-spacing: 2px;

    border: 1px solid #000;

    transition: .2s;

    display: inline-block;

    cursor: pointer;

    min-height: 40px;

    opacity: .9;

}

body .btn:hover {

    background: var(--main-color);

    border-color: var(--main-color);

    color: #FFF;

    opacity: 1;

    transform: scale(1.1);

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

}

.tab-area {

    margin: 120px 0;

}

.tab-content-item {

    display: none;

}

.tab-content-item.active {

    display: block;

}

.tab-titles {

    width: 50%;

    max-width: var(--width-main);

    margin: 0 auto;

    display: flex;

    justify-content: space-around;

}

.tab-title {

    text-transform: uppercase;

    letter-spacing: 10px;

    font-size: 16px;

    font-weight: 400;

    flex: 1;

    text-align: center;

    border-bottom: 1px solid #EEE;

    padding-bottom: 8px;

    cursor: pointer;

    transition: .2s;

}

.tab-title svg {

    max-width: 19px;

    max-height: 14px;

    fill: #000000;

}

.tab-title:hover,

.tab-title.active {

    border-color: #000;

}

.tab-content {

    width: 100%;

    max-width: var(--width-main);

    margin: 0 auto;    

}

.news-icon {

    max-width: 12px;

    position: absolute;

    top: 20px;

    right: 20px;

    display: flex;

    align-items: flex-start;

    pointer-events: none;

    z-index: 2;

}

.news-icon svg {

    fill: #FFF;

    max-width: 12px;

    width: 100%;

}

.material-post .btn-primary {

    margin-top: 20px;

}

.infinite-scroll-load-more {

    display: block;

    text-align: center;

    margin: 80px 0;

}

.btn-group {

    width: 100%;

    margin: 30px 0;

}

.btn.center {

    display: block;

    margin: 0px auto;

}

#newsletter-topo, #newsletter-rodape {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    margin: 30px auto;

    width: 750px;

    max-width: 100%;

}

.custom-input {

    background: transparent !important;

    border: 0 !important;

    border-bottom: 2px solid #000 !important;

    outline: none !important;

}

.menu-center {

    display: flex;

    align-items: center;

}

.main-navigation {

    margin-top: 0 !important;

}

.btn.btn-top {

    background: transparent;

    color: #FFF;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    font-size: 12px;

    letter-spacing: 1px;

    min-width: 230px;

    min-height: 44px;

    border-color: #FFF;

    padding: 15px;

    border-width: 2px;

    margin-left: 30px;

    font-weight: 400;

}

.btn.btn-top:hover {

    border-color: #FFF;

    color: #000;

    background: #FFF;

}

.scrolled .btn.btn-top {

    background: var(--main-color);

    border-color: var(--main-color);

    color: #FFF;

    min-height: 36px;

    padding: 15px;

}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {

    background: #eee !important;

    border-radius: 30px;

    border: 0 !important;

    outline: 0 !important;

    padding: 10px 20px;

    font-size: 18px;

}

#newsletter-topo input, #newsletter-rodape input {

    min-width: 360px;

}
#newsletter-topo input {
    max-width: 100%;
}
#newsletter-topo input.wpcf7-not-valid {
    box-shadow: inset 0 0 0 1px #ff6e6e;
}
input:focus,
textarea:focus {
    background: #ddd !important;
}
#newsletter-topo span {
    max-width: 49%;
    margin-bottom: 20px;
}
#newsletter-topo input[type=submit] {
    min-width: 200px;
}
div.wpcf7-response-output {
    border-radius: 10px;
    border: 0;
    background: #ff6e6e;
    font-size: 12px;
    max-width: 50%;
    margin: 10px auto;
    color: #FFF;
    padding: 10px;
    text-align: center;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    background: #39bc7a;
}
span.wpcf7-not-valid-tip {
    max-width: 100% !important;
    font-size: 11px;
    text-align: center;
    color: #ff6e6e;
}
.mantenedores-list-style {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    margin: 0 auto 30px auto;

    max-width: calc(100% - 160px);

}

.mantenedores-list-style a span {

    width: 100%;

    height: 100%;

    background-position: center center;

}

.mantenedores-list-diamond a {
    width: 180px;
    height: 110px;
    padding: 10px;
}

.mantenedores-list-platinum a {

    width: 150px;
    height: 94px;
    padding: 10px;

}

.mantenedores-list-gold a {

    width: 110px;

    height: 61px;

}

.social-links-footer {

    display: flex;

    align-items: center;

    margin-top: 18px;

}

.social-links-footer .social-link-footer {

    width: 20px;

    margin: 0 20px 0 0;

}

.social-links-footer .social-link-footer svg {

    width: 100%;

    fill: #bbb;

    transition: .2s;

}

.social-links-footer .social-link-footer:hover svg {

    fill: #000;

}



.post-materiais-style {

    height: 580px;

    position: relative;

    max-width: 50%;

    text-align: center;

    color: #FFF;

}

.post-materiais-style .bg-img {

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: flex-start;

    padding: 40px 60px;

}

.post-materiais-style .bg-img .post-main-content {

    display: flex;

    flex-direction: column;

    align-items: center;

}

.post-materiais-style .bg-img .title {

    font-weight: 300;

    font-size: 30px;

    line-height: 1.2em;

    margin-top: 20px;

}

.post-materiais-style .bg-img .sub-title {

    font-size: 13px;

    margin: 20px 0;

}

.made-possible-materiais {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.made-possible-materiais .made-possible-title {

    margin: 20px 0 -5px 0;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 8px;

    width: 100%;

}

.made-possible-materiais p {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

}

.made-possible-materiais p img {

    margin: 0 5px 5px 0 !important;

    width: 115px;

}

.post-materiais-style .bg-img .btn-primary {

    background: transparent;

    border-color: #FFF;

    color: #FFF;

    border-width: 2px;

    font-weight: 400;

    opacity: 1;

    text-shadow: none;

}

.post-materiais-style:hover .bg-img .btn-primary {

    background: #FFF;

    color: #000;

}
.post-athor svg {
    fill: inherit;
    margin-right: 5px;
}
.post-athor svg g,
.post-athor svg path {
    fill: inherit !important;
}
.post-date svg {
    width: 13px;
    margin-right: 5px;
    vertical-align: top;
}
.post-date {
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    top: 20px;
    left: 20px;
}
.post-main-content .post-date {
    top: 0;
    left: 0;
}
.bg-img-container {
    overflow:hidden;
}
.post-infinite-style:hover .bg-img,
.post-img-txt-style:hover .bg-img,
.category-list-post:hover .bg-img {
    transform: scale(1.1);
}
.contato-page {
    background: #000;
}
.contato-page #primary-sidebar {
    display: none;
}
.contato-page .site-main {
    background: transparent;
    color: #FFF;
}
.contato-page .vc_row-fluid {
    width: 100%;
    max-width: 100%;
}
.contact-page-selector .mini-title {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 12px;
    color: #666;
}
.contato-page .vc_row-fluid:first-child .wpb_text_column {
    text-align: center;
    padding: 40px;
}
.contato-page .vc_row-fluid:first-child .wpb_text_column h2 {
    font-weight: 300;
    font-size: 60px;
}
.contato-page .vc_row-fluid:first-child .wpb_text_column p {
    font-size: 12px;
    opacity: .5;
    margin: -20px;
}
.contact-wrapper {
    display: none;
    padding: 40px 0;
}
.contact-wrapper.active {
    display: block;
}
.contact-wrapper .normal-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-wrapper .wpcf7-form-control-wrap {
    margin-bottom: 10px !important;
    width: calc(50% - 10px);
}
.contact-wrapper input, .contact-wrapper textarea, .contact-wrapper select {
    background: #333 !important;
    font-size: 14px;
    width: 100%;
    border-radius: 30px;
    border: 0 !important;
    outline: 0 !important;
    padding: 10px 20px;
    color: #FFF;
    min-height: 45px;
}
.contact-wrapper input:focus, .contact-wrapper textarea:focus, .contact-wrapper select:focus {
    background: #222 !important;
}
.contact-wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.contact-wrapper .select-wrapper {
    position: relative;
}
.contact-wrapper .select-wrapper:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 3px solid #FFF;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    z-index: 1;
}
.contact-wrapper .wpcf7-form-control-wrap.observacao {
    width: 100%;
}
.contact-wrapper .btn {
    width: 200px;
    background: #FFF!important;
    color: #333;
    margin-top: 20px;
}
.contact-wrapper .btn:hover {
    color: #333 !important;
}
.contact-page-selector {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #333;
    padding: 10px;
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.contact-options {
    width: 100%;
    display: none;
    top: 59px;
    background: #000;
    width: 100%;
    padding: 20px;
    left: -10px;
    font-size: 16px;
    color: #999;
}
.contact-options.active {
    display: block;
}
.contact-options .item {
    padding: 10px 0;
}
.contact-options .item:hover {
    text-decoration: underline;
}
.entry .entry-content .sub-contato h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px !important;
    color: #666;
    margin-top: 50px !important;
    margin-bottom: 0 !important;
}
.sub-contato p {
    font-size: 16px;
}

.popup {
    position: fixed;
    z-index: 999999;
    background: #FFF;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: .6s;
    transform: scale(.9);
    box-shadow: 0 10px 70px #07011b, 0 5px 10px rgba(7, 1, 27, 0.3);
}
.popup.popup-in {
    pointer-events: all;
    transform: scale(1);
    opacity: 1;
}

.popup.popup-out {
    pointer-events: none;
    transform: scale(.9);
    opacity: 0;
}

.exit-content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    background: url(https://transformacaodigital.com/wp-content/uploads/2019/04/exit-popup.jpg) no-repeat;
    background-size: contain;
    background-position: top left;
}
.popup-content {
    width: 70%;
    padding: 60px 60px 60px 0px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}
.popup-text {
    max-width: 460px;
}
.popup-content h2 {
    font-size: 32px;
    margin: 0;
}
.popup-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}
.btn-exit-group {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}
.btn-exit {
    background: #ec1b1b !important;
    border-color: #ec1b1b !important;
    margin: 0 20px 0 0;
}
.btn-exit-cancel {
    background: #e2e2e2 !important;
    color: #7d7d7d;
    font-weight: 500;
    border-color: #e2e2e2 !important;
}
#drift-widget {
    bottom: 15px !important;
    right: 10px !important;
}
@media screen AND (max-width: 1030px) {
    .popup-content {
        width: 70%;
        padding: 60px;
    }
    .exit-content {
        background: #FFF !important;
    }
}