/*
Theme Name: KARD
Author: Fla  
Author URI: http://www.instagram.com/lanniedesign
Version: 1.0
*/
:root {
    --principal: #49191d;
    --secundaria: #b47171;
}

body {
    background: #f0f0f0;
    font-size: 16px;
    color: #4b4b4b;
    font-family: 'Montserrat', sans-serif;
}

.clear {
    width: 100%;
    display: block;
    clear: both;
}

a {
    text-decoration: none;
    color: var(--principal);
}

a:active, a:hover {
    color: var(--secundaria);
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: var(--secundaria);
    text-decoration: none;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    word-break: break-word;
}

iframe {
    width: 100%;
}

blockquote:before {
    width: 30px;
    height: 30px;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 27px;
}

blockquote {
    padding: 16px;
    font-style: normal;
    position: relative;
    margin-bottom: 15px;
    background: var(--secundaria);
    border-radius: 3px;
    margin-top: 30px;
    color: #fff;
}

em, i {
    font-style: italic;
    font-weight: 600;
    color: var(--principal);
}

b, strong {
    font-weight: 700;
    color: var(--principal);
}

.artigo-image img {
    width: 100%;
    height: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
}

.artigo-text li {
    margin-left: 20px;
}

.post-categories, ul.post-categories li {
    display: inline-block;
    list-style: none;
}

.container {
    margin: auto;
}
.navegacao {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
}

.navegacao a, .navegacao span {
    background: #fff;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 12px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}


@media (min-width: 1000px) {
    .container {
        max-width: 1200px;
    }
}

.bio {
    width: 54.5%;
    margin-bottom: 20px;
}

.imagem-bio {
    background: url(img/bio.png) top left no-repeat;
    height: 357px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
}

.descricao-bio {
    padding: 30px;
    background: #383033;
    font-size: 12px;
    line-height: 21px;
    color: #b9aaaf;
    font-family: "Montserrat";
    text-align: justify;
    border-radius: 0px 0px 4px 4px;
    height: 186px;
}

.projetos {
    width: 44%;
}

.videos {
    width: 54.5%;
    margin-bottom: 20px;
}.todos-infos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.tag-pro:hover {
}

.projetos button:hover {
    background: #fff;
    color: #a89284;
}

.faixa-video {
    width: 100%;
    padding: 29px;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: left;
    text-transform: uppercase;
    background: #d5cbc2;
    height: 130px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.redes {
    width: 44%;
}

.rede-site {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

a.rede-st {
    width: 48.6%;
}
.title-proj:before {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 18px;
    height: 18px;
    background: #eeebe9;
    transform: rotate(45deg);
    left: 19px;
}

a.rede-st.tt {
    background: #87a2a5;
}

a.rede-st.igg {height: 73%;width: 89%;display: flex;align-items: center;justify-content: center;position: absolute;}

.parceiros {
    width: 100%;
    height: 268px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.tag-part {
    position: absolute;
    right: 0px;
    margin: 10px;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #342b2e6e;
    font-weight: bold;
    font-family: "Montserrat";
    text-align: center;
    margin: 25px;
}
a.rede-st i {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 112px;
    line-height: 39px;
    color: #dfb282;
    font-size: 36px;
}

i.fa-brands.fa-youtube {
    font-size: 44px;
    color: #fff;
}

.galeria-faixa {
    width: 100%;
    background: url(img/galeria.png) var(--secundaria) top left no-repeat;
    padding: 43px;
    margin-bottom: 20px;
    position: relative;
    background-position: 16px 7px;
    margin-top: 20px;
}

i.fa-solid.fa-camera-retro {
    position: absolute;
    top: -15px;
    font-size: 29px;
    color: #c97d7d;
}

.container.row {}

.container-full > .container.row {
    margin-top: -295px;
}


.imagem-bio i.fa-brands.fa-instagram {
    position: absolute;
    bottom: 24px;
    right: 12%;
    font-size: 14px;
    z-index: 1111111;
    background: #2f262a;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    color: #e6dcd4;
    text-align: center;
    line-height: 39px;
}
footer {
    background: #a76363;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 30px;
    text-align: center;
    color: #ffff;
    font-weight: 500;
}

.container-full {
    background: #e6dcd4;
    padding-top: 100px;
    margin-top: 208px;
}
.header {
    background: url(img/header.png) top center;
    height: 899px;
    border-radius: 0px;
    background-size: 1980px;
    position: relative;
}

.content-header {
    background: url(img/headerb-bg.png) top center;
    height: 253px;
    width: 100%;
    border-radius: 0px;
}

.logo {
    width: 58%;
    background: url(img/logo.png) top left no-repeat;
    height: 118px;
    background-position: -13px 16px;
    position: relative;
    z-index: 1111111;
}

.container.bbtodo {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    max-width: 1146px;
}

.descricao {
    width: 40%;
    opacity: 0.502;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 19px;
    color: #342b2e;
    font-family: "Montserrat";
    text-align: justify;
    margin-right: 59px;
    margin-top: 9px;
}

nav.menu {
    font-size: 14px;
    text-transform: uppercase;
    color: #b7b7b7;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: left;
    background: #fff;
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    margin-top: -24px;
}

nav.menu a {
    color: #aaaaaa;
    padding: 10px 10px;
}

.pesquisa {
    width: 100%;
    margin-top: 22px;
}

input#s {
    background: #dbdbdb;
    padding: 26px 42px;
    border: unset;
    border-radius: 100px;
    width: 100%;
    margin-top: 11px;
}
nav.menu a:hover {
    color: var(--secundaria);
}

.imagem-inicio {
    background: #ededed;
    height: 239px;
}

.imagem-inicio img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.box-posts {
    width: 32.4%;
}

.box-posts.destaques {
    width: 100%;
}

.title-post-home {
    background: #af6262;
    height: 103px;
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    align-items: center;
    border-radius: 0px;
    position: relative;
    flex-wrap: nowrap;
}

.title-post-home h2 {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Montserrat";
    width: 85%;
}

.all-inicio {
    font-size: 11px;
    line-height: 20px;
    color: #8f9192;
    text-align: justify;
    height: 288px;
    background: #fff;
    padding: 24px;
    border-radius: 0px;
    position: relative;
}

.share-home {
    width: 71px;
    text-align: center;
    margin-left: -12px;
    margin-right: 10px;
}

.share-home a {
    width: 25px;
    height: 25px;
    background: #9e5454;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
}

.share-home a {
    color: #fff;
}

.share-home a:hover {
    transform: rotateX(45deg);
}
i.fa-solid.fa-play {}

.cont-videoss i.fa-solid.fa-play {
    margin-bottom: 20px;
    font-size: 48px;
    color: #e6dcd4;
    display: block;
}

.videos-imagem:hover .cont-videoss {
    height: 100%;
}

a.rede-st.tt:hover i {
    background: #fff;
    color: #87a2a5;
}

a.rede-st.igg:hover i {
    background: #fff;
    color: #cc7074;
}

.anuncio {
}

.pesquisa button i {
    color: #fff;
    font-size: 9px;
}

.title-post-home a:hover {
    opacity: 0.7;
}

.imagem-bio i.fa-brands.fa-instagram:hover {
    color: #2F262B;
    background: #e6dcd4;
}

.cont-videoss i.fa-solid.fa-play {}

.videos-imagem:hover .cont-videoss i.fa-solid.fa-play {
    transform: rotate(360deg);
}
.title-post-home a {
    color: #ffffff;
}
.artigo {
    width: 68%;
    margin-bottom: 50px;
}

.sidebar-container {
    width: 30%;
}

.imagem-posts img {
    width: 100%;
    height: auto;
}

.titulo-posts {
    width: 100%;
    background: var(--principal);
    padding: 30px;
}

.anuncio {
    padding: 15px;
    overflow: hidden;
}

span {}

.titulo-posts span {
    opacity: 0.969;
    font-size: 9px;
    text-transform: uppercase;
    color: #7c7a76;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
    background: #ffff;
    padding: 4px 9px;
    left: 0px;
    border-radius: 5px;
    margin-right: 10px;
}

.titulo-posts h1 {
    margin-top: 16px;
    font-size: 23px;
    margin-bottom: 30px;
}

.artigo-text {
    background: #fff;
    padding: 30px;
    line-height: 27px;
    font-size: 14px;
}

.footer-p {
    padding: 26px 25px;
    background: var(--principal);
    margin-top: 30px;
    font-size: 13px;
    position: relative;
    border-radius: 100px;
    text-align: center;
}

.footer-p a {
    padding: 10px 10px;
    color: #fff;
}

.title-side {
    font-size: 12px;
    padding: 7px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: max-content;
    background: var(--secundaria);
    color: #fff;
    font-weight: 600;
    position: relative;
}

.sidebar {margin-bottom: 20px;padding: 20px;background: #fff;font-size: 12px;color: #00000085;}

.titulo-posts a {
    color: #fff;
    margin-bottom: 30px;
}
.comapar-p a, .comapar-p i {color: #fff;}


.title-side i {
    width: 41px;
    position: absolute;
    border-radius: 100px;
    height: 22px;
    background: #af626254;
    color: #995757;
    right: -31px;
    text-align: center;
    line-height: 21px;
}

.titulo-posts span i {
    color: var(--secundaria);
}

.autor-data span {
    opacity: 0.969;
    font-size: 9px;
    text-transform: uppercase;
    color: #7c7a76;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
    background: #ffff;
    padding: 4px 9px;
    left: 0px;
    border-radius: 5px;
    margin-right: 10px;
}

.autor-data {
    margin-bottom: 20px;
}

.imagem-posts {
    background: #ffffff85;
    position: relative;
}
.all-inicio span {
    background: #e8e8e8a6;
    padding: 1px 19px;
    display: block;
    width: max-content;
    margin: auto;
    margin-top: 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 9px;
}

.title-post-home:before {
    content: "";
    position: absolute;
    right: 0px;
    height: 73px;
    width: 10px;
    background: #9e5454;
}

.container-full-more {
    background: #e6dcd4;
    padding: 84px 35px;
    margin-top: -62px;
}

a.modo-completo-todo {
    background: #e4e4e4;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 66px;
    color: #28282866;
    font-weight: 600;
    font-family: "Montserrat";
    text-align: center;
    padding: 11px;
    margin-bottom: 20px;
}
.pesquisa button {
    position: absolute;
    right: 9px;
    width: 25px;
    height: 24px;
    background: var(--secundaria);
    color: #fff;
    border-radius: 100px;
    border: unset;
    cursor: pointer;
    top: 6px;
    line-height: 6px;
}

::placeholder {
    text-transform: uppercase;
    font-weight: 600;
    font-size:12px;
    font-family: "Montserrat";
}
 .destaques-content button.seta-next.slick-arrow, .destaques-content  button.seta-previous.slick-arrow {
    top: 47%;
}
.bio {}

.projetos, .bio {
    margin-top: -43px;
}

.code-galeria {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
    height: 308px;
    align-content: flex-start;
    gap: 7px;
}

a.modo-completo-todo:hover {
    color: #0006;
}

.share-home a {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    line-height: 26px;
    color: #fff;
}

.share-home i {
    color: #fff;
}

.todos-videos {
    width: 48.77%;
    overflow: hidden;
}

videos-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videos-imagem {
    height: 277px;
    width: 100%;
    position: relative;
    background: #000;
}

.videos-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.cont-videoss {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 129%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cont-videoss a {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Montserrat";
}

.cont-videoss a:hover {
    color: #ffffffd6;
}















.projetos button {
    position: absolute;
    top: 112px;
    width: 40px;
    height: 40px;
    border: unset;
    background: #e5dcd6;
    border-radius: 100px;
    z-index: 111;
    right: 6px;
    margin: 20px;
    padding: 0;
    line-height: 7px;
    color: #a89284;
    font-weight: 800;
    cursor: pointer;
}

.projetos button.seta-next.slick-arrow {top: 199px;}

.projetos button.seta-previous.slick-arrow:before {content: "<";font-family: monospace;font-size: 9px;}

.projetos button.seta-next.slick-arrow:before {
    content: ">";
    font-family: monospace;
    font-size: 9px;
}


.projetos-imagem {
    width: 79%;
    height: 200px;
    border-radius: 0;
    box-shadow: 8px 12px 0px 3px #e5dcd6;
}

.projetos-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.todos-pro {
}

.cont-projetoss {
    padding: 26px;
    font-size: 12px;
    line-height: 20px;
    color: #9f9792;
    text-align: justify;
    height: 230px;
}

.title-proj {
    padding: 20px;
    height: 100px;
    background: #af6262;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 79%;
    position: relative;
}

.title-proj a {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Montserrat";
}

.tag-pro {
    height: 100px;
    background: url(img/icone.png) #af6262 top center no-repeat;
    width: 19%;
    background-position: 17px 20px;
}

.album {
    width: 24%;
    height: 151px;
    overflow: hidden;
}

.album_image {
    margin: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.album_image img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
 
 
.album_image img:hover {
    opacity: 0.7;
}

.album_title {
    position: absolute;
    bottom: -150px;
    padding: 20px;
    font-size: 12px;
    background: var(--secundaria);
}

.album:hover .album_title {
    bottom: 47px;
}

.album:hover .album_image img {
    opacity: 1;
}
.header:before {
    background: url(img/topo.png) top center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 348px;
    content: "";
    background-size: 1980px;
}

header {
    background: #4d272b;
    padding-bottom: 58px;
}

nav {
    background: #49191d;
    padding: 40px;
    border-radius: 100px;
    position: relative;
    width: 42%;
    margin: auto;
    text-align: center;
    margin-top: -62px;
}

nav a {
    font-size: 15px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

.logo-header {
    background: url(img/logo.png) top center no-repeat;
    height: 440px;
    width: 100%;
    background-size: 57%;
    background-position-y: 107px;
    margin-top: -42px;
}

.destaques-content {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 40px;
    height: auto !important;
}

.slick-slide img
{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.all-inicio p:before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 5px;
    background: #ededed;
    border-radius: 100px;
}

.all-inicio p {
    position: relative;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #000500;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: justify;
    padding-top: 20px;
    width: 85%;
    MARGIN: AUTO;
    margin-top: 20px;
}

.all-inicio time {
    background: #653939;
    border-radius: 20px;
    position: relative;
    z-index: 1111;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 16px;
    color: #f0f0f0;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    display: block;
    width: max-content;
    margin: auto;
    padding: 17px;
    margin-top: -50px;
    margin-bottom: 16px;
}

.all-inicio a {
    color: #000500;
}

.all-inicio h2 {
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #000500;
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat";
}

.bio-slider-kard-content {
    width: 51.4%;
    margin-right: 18px;
}

.redes-box {
    width: 40%;
}

.tt-box, .instagram-code {
    width: 100%;
}

.instagram-code {
    background: #fff;
    margin-top: 20px;
    height: 300px;
    position: relative;
    padding: 20px;
    margin-bottom: 9px;
}

.galeria-code {
    width: 53%;
}
.redes-code {
    width: 45.8%;
}

.tt-box {
    background: url(img/twitter.png) top left  no-repeat #06cae0;
    height: 300px;
    background-size: 526px;
    padding: 20px;
}

.galeria-titulo {
    font-size: 20px;
    line-height: 17px;
    color: #908c8c;
    font-weight: 800;
    font-family: "Montserrat";
    text-align: center;
    position: relative;
    width: max-content;
    margin: auto;
    padding: 0px 30px;
}
.faixa-link {
    height: 346px;
    background: #ffff;
    display: block;
    width: 45.8%;
}

.logo-header:before {}

.galeria-titulo:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 10px;
    transform: rotate(45deg);
    height: 10px;
    background: #af7379;
    right: 0px;
}

.galeria-titulo:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 10px;
    transform: rotate(45deg);
    height: 10px;
    background: #af7379;
}

footer.footer a {
    color: #ffffffad;
}
a.modo-completo-todo:hover {
        background: #653939;
    color:#fff;
}

.all-inicio a:hover {
    background: #653939;
    color: #fff;
}

nav a:nth-child(3) {
    color: #b47171;
}

.todos-bios {
    width: 100%;
    height: 720px;
    border: 4px solid #e1e1e1;
    margin-bottom: 40px;
}

.bio-imagem {
    margin: auto;
    width: 260px;
    height: 260px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.bio-imagem img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}

.cont-bios h2 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 59px;
    color: #65393a;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
}

.cont-bios {
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #000500;
    font-weight: 500;
    font-family: "Montserrat";
    text-align: justify;
    padding-top: 20px;
    width: 85%;
    MARGIN: AUTO;
    margin-top: 20px;
}

.cont-bios .redes {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.redes a {
    width: 45px;
    height: 45px;
    color: #fff;
    background: #a76363;
    display: block;
    margin: 10px;
    border-radius: 100px;
    text-align: center;
    font-size: 25px;
    line-height: 46px;
}

.redes i {
    color: #fff;
}
button.seta-previous.slick-arrow {}

button.seta-next.slick-arrow, button.seta-previous.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 111;
    background: #fff;
    border-radius: 100px;
    top: 36%;
    border: unset;
    left: -23px;
    cursor: pointer;
}

button.seta-previous.slick-arrow {
    right: -21px;
    left: unset;
}

button.seta-next.slick-arrow:before {
    content: "<";
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #65393a;
    font-weight: 800;
    font-family: "Montserrat";
    text-align: center;
}

button.seta-previous.slick-arrow:before {
    content: ">";
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #65393a;
    font-weight: 800;
    font-family: "Montserrat";
    text-align: center;
}

.faixa-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faixa-link img:hover {
    opacity: 0.8;
}

.content-slid {
    width: 100%;
    display: flex;
    line-height: 25px;
    height: 380px;
}

.imagem-d {
    width: 40%;
    position: relative;
    background: #fff;
    margin-top: 41px;
}

.infos-slide-entrevistas {
    width: 62%;
    background: #653939;
    padding: 70px;
    color: #fff;
    margin-top: 41px;
    padding-bottom: 137px;
}

.infos-slide-entrevistas a {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 37px;
    color: #f0f0f0;
    font-weight: 700;
    font-family: "Montserrat";
    margin-top: 50px;
    display: block;
    margin-bottom: 36px;
}

.infos-slide-entrevistas time {
    background: #ffff;
    border-radius: 20px;
    position: relative;
    z-index: 1111;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 16px;
    color: #f0f0f0;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    display: block;
    width: max-content;
    padding: 17px;
    margin-top: -107px;
    margin-bottom: 16px;
    margin-left: -3px;
}

.infos-slide-entrevistas time strong {
    color: #653939;
}

.imagem-d span {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #f0f0f0;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    background: #af686a;
    border-radius: 100px;
    padding: 6px 20px;
    text-transform: uppercase;
    margin: 20px;
    position: absolute;
}
.destaques-content button.seta-next.slick-arrow, .destaques-content  button.seta-previous.slick-arrow {
    top: 47%;
}
.imagem-posts time {
    background: #653939;
    border-radius: 20px;
    z-index: 1111;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 16px;
    color: #f0f0f0;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    display: block;
    width: max-content;
    margin: auto;
    padding: 17px;
    margin-bottom: 16px;
    position: absolute;
    top: 0px;
}


a.rede-st.igg {
    height: 100%;
    width: 89%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 1111;
}
@media only screen and (max-width: 992px) {

    .album {
        width: 49%;
        border-radius: 4px;
    }
.header {
    height: 0;
    padding-bottom: 91%;
    background-size: cover;
}

.content-header {width: 100%;background: unset;/* background: #383033; */height: auto;}

.logo-descri {
    width: 100%;
    padding: 20px;
    padding-top: 86px;
}

.pesquisa {
    position: relative;
    width: 100%;
    margin: auto;
    right: unset;
    margin-bottom: 13px;
}

nav.menu {
    text-align: center;
    line-height: 23px;
}

.container {
    width: 96%;
}

.artigo, .sidebar-container, .imagem-posts, .titulo-posts {
    width: 100%;
}

.titulo-posts {
    position: relative;
    height: auto;
    margin-top: -10px;
}

.titulo-posts h1 {
    height: auto;
}

.relacionados-posts {
    width: 100%;
}
.imagem-bio {
    background-position: -93px 1px;
}
.creditos, .parceiros {width: 100%;}

footer.footer {
    margin-top: 50px;
}
 

.bio-jen, .box-posts.destaques, .box-posts, .projetos-box, .galeria-faixa, .box-redes {
    width: 100%;
}

.imagem-d span {
    right: 0px;
}

.conhe-jen, .redes-jen {
    width: 100%;
    padding-bottom: 0px;
}

.bio-jen {
    height: auto;
}

.projetos-imagem {
    width: 100%;
    height: 200px;
}

.cont-projetoss {
    width: 100%;
    height: auto;
}

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

.galeria-faixa strong {
    display: block;
    position: relative;
    margin: auto;
    top: unset;
    left: unset;
    margin-bottom: 20px;
}

.box-redes strong {
    right: 0px;
    bottom: 146px;
}

     

.videos-imagem:hover .cont-videoss i.fa-solid.fa-play {
    transform: rotate(360deg);
}

.container.bbtodo {
    display: block;
    width: 100%;
    padding: 0;
    max-width: 100%;
    height: auto;
}

.logo {
    width: 100%;
    background: url(img/logo.png) top left no-repeat #383033;
    background-size: 374px;
    border-radius: 0;
    background-position: -14px 14px;
}

.descricao {
    width: 100%;
    padding: 25px;
    margin-bottom: 25px;
    background: #ece6e1;
}

.projetos, .bio, .videos, .todos-videos, .redes {
    width: 100%;
}

i.fa-solid.fa-camera-retro {
    left: 26px;
}

.imagem-bio i.fa-brands.fa-instagram {
    bottom: 83px;
    right: 31%;
}
.projetos {
    margin-top: 0px;
}

.logo-header {
    height: 208px;
    margin-top: -76px;
}

.header:before {bottom: -1px;background-size: 1997px;}

nav {
    width: 100%;
    padding: 20px 20px;
}

nav a {
    font-size: 12px;
    padding: 6px 20px;
    line-height: 30px;
}

.content-slid {
    width: 100%;
    display: flex;
    line-height: 25px;
    flex-direction: column;
    height: auto;
}

.infos-slide-entrevistas, .imagem-d {
    width: 100%;
    height: 200px;
}

.infos-slide-entrevistas {
    padding: 30px;
    font-size: 12px;
    height: auto !important;
    margin-top: 0px;
}

.all-inicio {
    height: auto;
}

a.modo-completo-todo {
    line-height: 30px;
}

.bio-slider-kard-content {
    width: 100%;
}

.redes-code {
    width: 100%;
}

.faixa-link, .galeria-code {
    width: 100%;
}
	.faixa-link {
    height: auto;
    display: block;
}
 

.galeria-titulo {
    font-size: 13px;
    margin-top: 40px;
}
    .code-galeria {
    height: auto;
}
	.album {
    width: 47%;
    border-radius: 4px;
}
	.instagram-code {
    height: auto;
}
 .bio-slider-kard-content {
    width: 100%;
    margin: 0;
}
}