@charset "UTF-8";

/*
Theme Name: Jonas B
Author: Fla
Author URI: http://www.instagram.com/lanniedesign
Version: 1.0

 
É estritamente proibida a reprodução, redistribuição, venda ou qualquer forma de uso não autorizado deste tema/layout. Qualquer violação será sujeita às penalidades previstas na legislação vigente.
*/


 

@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --principal: #d9d9d9;
    --secundaria: #de202e;
}

body {
    background: #f5f5f5;
    font-size: 16px;
    color: #383838;
    font-family: 'Open sans', 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;
    border-radius: 10px;
}

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: #34335514;
    border-radius: 3px;
    margin-top: 30px;
    border: 1px solid #0000001c;
    border-radius: 10px 0px 70px 0px;
  border-left: 1px solid #0000001c !important;
}

em, i {
    font-style: italic;
    font-weight: 600;
    color: #000000db;
}

b, strong {
    font-weight: 700;
    color: #000000;
}

.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: 1100px;
    }
}

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


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

.fotos-imagem {
    height: 164px;
    border-radius: 16px;
    background-color: #2e2854;
    overflow: hidden;
}

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

.fotos-imagem img:hover {
    opacity: 0.9;
}
.content-header {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(-180deg, black, transparent);
}
.header {
    background: url(img/header.webp) top center;
    height: 748px;
}

.content-logo {
    width: 100%;
    background: #176f77;
    height: 133px;
}

.logo {
    height: 134px;
    background: url(img/logo.png) top center no-repeat;
    width: 200px;
    background-size: 183px;
    background-position: 22px 16px;
}
 
header .container {
    margin-top: 30px;
}

.descricao {
    font-size: 12px;
    line-height: 18px;
    color: #6d688a;
    font-weight: 600;
    font-family: "Open Sans";
    text-align: left;
    position: relative;
    width: 47%;
}

.descricao strong {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #282643;
    font-weight: 600;
    font-family: "Open Sans";
    text-align: center;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.descricao:before {
    background: #282643;
    height: 1px;
    position: absolute;
    right: 0px;
    content: "";
    top: 8px;
    width: 82%;
}

.slider-fotos {
    width: 50%;
    height: 164px;
    border-radius: 16px;
    background-color: #2e2854;
}

.infos-topo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

nav.menu {
    width: 98%;
    margin-top: 10px;
    padding: 14px 14px;
    font-size: 13px;
    position: relative;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

nav.menu a {
    color: #ffffffcc;
    padding: 1px 6px;
    font-size: 12px;
}

.pesquisa {
}

input#s {
    width: 100%;
    border: unset;
    background: #fff;
    padding: 32px 31px;
    border-radius: 20px;
}

::placeholder {
    color: #ffffff9c;
    font-size: 10px;
    font-style: italic;
    font-family: Open sans;
}

.pesquisa button {
    position: absolute;
    right: 11px;
    top: 10px;
    background: unset;
    border: unset;
}

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

.imagem-inicio {
    height: 340px;
    background: #000;
    position: relative;
    overflow: hidden;
}

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

span.autor-nome {
    position: absolute;
    top: 0px;
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Open Sans";
    padding: 20px;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.spotify-playlist iframe {
    height: 100%;
}
.all-inicio a {
    font-size: 22px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Open Sans";
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
}

.all-inicio {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 30px;
}

.all-inicio p {
    font-size: 11px;
    line-height: 16px;
    color: #ffffffcc;
    font-weight: 600;
    font-family: "Open Sans";
    display: block;
    text-align: left;
    margin-top: 10px;
}


a.modo-completo-todo {
    background: #fff;
    padding: 29px;
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #69696999;
    font-weight: 600;
    font-family: "Open Sans";
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
    flex-direction: row;
    border-radius: 20px;
    font-family: "Urbanist", sans-serif;
}

a.modo-completo-todo strong {
    opacity: 0.729;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #de202e;
    font-weight: 800;
    font-family: "Open Sans";
    text-align: center;
    font-family: "Urbanist", sans-serif;
}

a.modo-completo-todo span {
    width: 8px;
    height: 8px;
    background: #00000017;
    border-radius: 100px;
    display: inline-block;
}

a.modo-completo-todo:hover, a.modo-completo-todo strong:hover {
    color: var(--principal);
}

.box-noticias-bio {
    width: 100%;
    display: grid;
    grid-template-columns: 1.26fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.bio {
    background: #fff;
    padding: 30px;
    font-size: 12px;
    line-height: 18px;
    color: #7d7d7d;
    font-weight: 500;
    font-family: "Open Sans";
    position: relative;
    text-align: justify;
    height: auto;
}

.bio-text {
    width: 84%;
    margin-left: auto;
}
 

.bio-text h2 {width: max-content;font-size: 45px;letter-spacing: -1px;font-weight: 200;text-transform: uppercase;text-align: left;margin-bottom: 20px;position: relative;color: #de202e;letter-spacing: 7px;z-index: 11111111;position: relative;font-family: "Urbanist", sans-serif;}
.fotos {
    position: absolute;
    left: -44px;
}

.jonas {
    width: 116px;
    height: 116px;
    border-radius: 100px;
    background: #000;
    margin-bottom: 16px;
}

.jonas:nth-child(1) {
    background: url(img/foto1.webp);
    background-size: 128%;
    background-position: 1px;
}

.jonas:nth-child(2) {
    background: url(img/foto2.webp);
    background-size: 128%;
    background-position: -11px -16px;
}


.jonas:nth-child(3) {
    background: url(img/foto3.webp);
    background-size: 150%;
    background-position: -1px -96px;
}


.jonas:hover {
    transform: scale(1.1);
}
.box-redes {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
}
i.fas.fa-search {
    color: #fff;
}
a.rede-gl {
    background: #d8d8d869;
    padding: 24px;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
    text-align: center;
    color: #525252;
    border-radius: 6px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 1px;
}

.spotf {
    width: 100%;
    height: 328px;
    overflow: hidden;
    background: #131313;
}

a.rede-gl.instagramg {
    /* background: #de202e; */
    /* color: #fff; */
}

a.rede-gl.facebookg {
    /* background: #000000; */
    /* color: #fff; */
}
.redes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
}
a.rede-gl:hover {
    background: #de202e;
    color: #fff;
}

.container-full-redes {
    width: 100%;
    padding: 0px;
    background: #fff;
    padding-top: 13px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 46px;
}
div#ctf {
    height: 290px;
    overflow: scroll;
}

.twitter {}

.ctf-feed-1.ctf-regular-style .ctf-item, .ctf-feed-1 .ctf-header {
    border: unset!IMPORTANT;
}

.ctf-corner-logo {
    display: none!important;
}

::before {}

i.fa-brands.fa-facebook {
    color: #fff;
}

.container.entrev .all-inicio a {
    font-size: 19px;
}
.nossas-redes {
    width: 100%;
    background: url(img/redes.png) top center no-repeat;
    height: 128px;
    margin-bottom: 20px;
}

.twitter {
    background: #131313;
    height: 290px;
    padding: 20px;
    color: #ffff;
    font-size: 12px;
    overflow: hidden;
}

.twitter .link {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: left;
}
.slick-list.draggable {
    width: 100%;
}

.slick-track {
    width: 100%!important;
}

.twitter .link a {
    background: #ffff;
    color: #131313;
    padding: 2px 5px;
    font-weight: 800;
}
.bio-text h2:before {
    content: "";
    width: 100%;
    height: 55%;
    background: #f3f3f3;
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
}

a.rede-gl:last-child {
    background: #de202e;
    color: #fff;
}

a.rede-gl:first-child {
    background: #262626;
    color: #fff;
}
.twitter a {
    color: #ffffffc9;
}

.twitter .link a:hover {
    background: #5cc2dd;
    color: #fff;
}

.instagram-rede {
    background: #fff;
    height: 288px;
    padding: 20px;
    position: relative;
}.artigo-text p {
    display: block;
    margin-bottom: 20px;
}

.container-full-redes .container.row {
    gap: 0;
}
.container.entrev h2, .agenda-title {
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px;
    font-style: italic;
    padding: 20px;
    padding-bottom: 0;
    margin: 0;
    font-weight: 900;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 38px;
}

.container.entrev small {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    opacity: 0.4;
}

.container-full-redes .imagem-inicio img {
    opacity: .7;
}

.container-full-midias .container.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.container-full-midias {
    margin-bottom: 30px;
}
span.link.igg {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    color: #868686;
    font-weight: 500;
    font-family: "Open Sans";
    text-align: end;
}

span.link.igg a {
    background: #de202e;
    color: #fff;
    padding: 2px 5px;
    font-weight: 800;
}

.instagram-rede i.fa-brands.fa-instagram {
    position: absolute;
    right: -16px;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #cc415f;
    border-radius: 100px;
    text-align: center;
    top: -23px;
    line-height: 56px;
}

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

footer.footer {
    background: #fff;
    padding: 40px;
    font-size: 12px;
    text-align: center;
    color: #00000091;
    text-transform: uppercase;
    text-align: center;
}

.content-slid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.imagem-d {
    width: 50%;
    height: 336px;
    background: linear-gradient(36deg, rgba(51,50,83,1) 0%, rgba(51,50,83,1) 22%, rgba(196,63,92,1) 100%);
    position: relative;
}

.infos-slide-entrevistas {
    width: 50%;
    background: #fff;
    padding: 30px;
    opacity: 0.749;
    height: 336px;
    font-size: 12px;
    line-height: 18px;
    color: #4c4c4c;
    font-weight: 500;
    text-align: left;
}

.infos-slide-entrevistas a {
    font-size: 22px;
    color: #494661;
    font-weight: 900;
    text-align: left;
    display: block;
    line-height: 27px;
    margin-bottom: 20px;
    background: linear-gradient(36deg, rgba(51,50,83,1) 0%, rgba(51,50,83,1) 22%, rgba(196,63,92,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.imagem-d time {
    font-size: 4rem;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    opacity: 0.2;
    font-weight: 900;
    position: absolute;
    bottom: 30px;
}
 

.box-posts.destaques button {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    border: unset;
    background: #fff;
    border-radius: 100px;
    z-index: 111;
    left: 0px;
    margin: 20px;
    padding: 0;
    line-height: 7px;
    color: #00000075;
    font-weight: 800;
    cursor: pointer;
}

.box-posts.destaques button.seta-next.slick-arrow {top: 44px;}

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

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

.infos-slide-entrevistas a:hover {
    opacity: 0.6;
}

header {
    margin-bottom: 20px;
}

.artigo {
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
    width: 100%;
}

.sidebar-container {
    width: 30%;
}

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

.titulo-posts {
    padding: 30px;
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(0deg, black, transparent);
    margin: 0;
}

.anuncio {
    padding: 15px;
    overflow: hidden;
}
.facebook-siga {
    text-align: center;
    background: #00308f;
    padding: 20px;
    width: max-content;
    margin: auto;
    position: absolute;
    left: -38px;
    bottom: 0;
    z-index: 11;
}

.more-midias-site {
    position: relative;
}

.ig-cod {
    height: 229px;
}

.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;
}

.artigo-text {
    background: #fff;
    padding: 30px;
    line-height: 27px;
    font-size: 14px;
}
.artigo-text a {
    color: var(--secundaria);
    font-weight: 800;
}
.footer-p {
    padding: 20px;
    background: var(--principal);
    margin-top: 30px;
    font-size: 13px;
    position: relative;
}

.footer-p a {
    padding: 10px 10px;
    color: #000;
    font-size: 12px;
}

.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;
}

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

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


.menu a:hover {
    color: var(--principal);
}

.imagem-inicio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}
.box-posts {overflow: h;}

.all-inicio hr {
    opacity: 0.2;
}

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

.imagem-posts {
    width: 100%;
    height: 400px;
    position: relative;
}
 

.contento-p .slick-arrow {
    display: none;
}
.container.entrev .box-posts {
    height: 250px;
}

.container.entrev span.autor-nome {
    text-align: left;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    display: block;
}

.container.entrev .slick-track {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
}

.container.entrev .imagem-inicio {
    height: 100%;
}

.banner-1 img, .banner-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-1, .banner-2 {
    background: #1a1a1a;
    height: 200px;
    margin-bottom: 12px;
    overflow: hidden;
}

.agenda {position: relative;padding-top: 1px;}

.agenda-title {}

.agenda-title {
    margin-top: 0;
    text-align: left;
    position: absolute;
    left: -70px;
    padding: 0;
    top: 40px;
}

.agendas-info {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 11px;
    width: 95%;
    margin-left: auto;
    height: auto;
}

.time {
    background: #de202e;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 12px;
    z-index: 11;
    margin-left: -34px;
}

.agenda-nome a {
    color: #000000b5;
    transform: up;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.6;
}

.agendas-info a:hover {
    color: #de202e; 
}

.agendas-info i:hover {
    color: #de202e; 
}
ul.slick-dots {
    text-align: center;
    list-style: none;
}

ul.slick-dots li {
    display: inline-block;
    padding: 3px;
}

ul.slick-dots li button {
    border: unset;
    font-size: 0px;
    padding: 6px;
    background: #0000001a;
    border-radius: 100px;
    cursor: pointer;
} 

ul.slick-active li button {
    background: var(--secundaria);
}

ul.slick-dots > .slick-active button {
    background: var(--secundaria);
}

.all-inicio a:hover {
    opacity: 0.8;
}

.box-posts:hover .imagem-inicio img {
    transform: scale(1.4);
    opacity: 0.7;
}

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

.contento-p .slick-arrow {
    display: none!important;
}

.slider-fotos button {
    position: absolute;
    display: none!important;
}
.news-box {
    max-width: 600px;
    margin: auto;
}

.contento-p {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

 .todos-era {
    width: 88%!important;
    margin-bottom: 10px;
    margin-left: auto;
}

.slider-fotoss {
    width: 100%;
}

.agenda-title h2 {
    text-align: left;
    font-size: 30px;
    font-style: italic;
    padding: 20px;
    padding-bottom: 0;
    margin: 0;
    font-weight: 300;
    transform: rotate(-90deg);
    font-family: "Urbanist", sans-serif;
    color: #000;
    opacity: 0.2;
}

.container.container-aganeda {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


 

 .footer-p span:first-child {
    background: #fff;
    padding: 10px 10px;
}

.comapar-p {
    display: flex;
    gap: 20px;
}

.pesquisa {
    position: relative;
    margin-top: -190px;
}

.pesquisa ::placeholder {
    color: #000;
    font-family: 'Open Sans';
    font-size: 11px;
    font-style: normal;
}

.pesquisa button i {
    color: #000;
    font-size: 18px;
}

.pesquisa button {
    top: 28px;
    right: 32px;
}

.display-desk {
    display: block;
}

.content-header.display-mob {
    display: none;
}
.sliderr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}
div#ctf {
    height: 290px;
    overflow: scroll;
}

.twitter {}

.ctf-feed-1.ctf-regular-style .ctf-item, .ctf-feed-1 .ctf-header {
    border: unset!IMPORTANT;
}

.ctf-corner-logo {
    display: none!important;
}

::before {}

i.fa-brands.fa-facebook {
    color: #fff;
}

.container.entrev .all-inicio a {
    font-size: 19px;
}

.spotify-playlist {
    width: 100%;
    height: 100%;
    background: #000;
}

.agenda {
}

.container.container-aganeda {
    margin-bottom: 16px;
}

.banner-2 {
    margin: 0;
}

.container.container-aganeda {
    gap: 14px;
}

@media (max-width: 900px) and (min-width: 500px) {
    .contento-p {
        grid-template-columns: 1fr 1fr;
    }

    .sliderr {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 500px) {
    .contento-p {
        grid-template-columns: 1fr;
    }

    .sliderr {
        grid-template-columns: 1fr;
    }
}
    
@media (max-width: 900px) {
    .sliderr {
        display: grid;
        gap: 20px;
        margin-top: 40px;
    }
    .display-desk {
        display: none;
    }
    
.header {
    height: 0;
    padding-bottom: 91%;
    background-size: cover;
}  
.pesquisa {
    position: relative;
    width: 100%;
    margin: auto;
    right: unset;
    margin-bottom: 13px;
}

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

.container {
    width: 96%;
}

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

.titulo-posts {
    height: auto;
}

.titulo-posts h1 {
    height: auto;
}

.relacionados-posts {
    width: 100%;
}

.creditos, .parceiros {width: 100%;}

footer.footer {
    margin-top: 50px;
}
 
 .box-posts.destaques, .box-posts, .projetos-box, .galeria-faixa, .box-redes, a.modo-completo-todo, .box-noticias-bio {
    width: 100%;
}

.imagem-d span {
    right: 0px;
}
.descricao {
    width: 100%;
    padding: 20px;
}

.fotos-imagem {
    width: 100%;
}

.slider-fotos {
    width: 100%;
}

.logo {
    background-size: 74%;
    margin-top: -105px;
    height: 114px;
    position: relative;
}

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

.infos-slide-entrevistas {
    height: auto;
}

a.modo-completo-todo {
    display: block;
}

a.modo-completo-todo strong {
    display: block;
    text-align: left;
}

.bio-text {
    width: 100%;
    padding-top: 148px;
}

.bio {
    height: auto;
    padding: 20px;
    margin-top: 50px;
}

.bio-text:before {
    height: 187px;
    top: -16px;
    width: 97%;
    left: -3px;
}

.bio-text h2 {
    margin-top: 27px;
    background-position: top;
}

a.rede-gl {
    /* width: 100%; */
    letter-spacing: 0px;
    font-size: 9px;
}

.twitter, .instagram-rede {
    width: 100%;
    margin-bottom: 53px;
}

.instagram-rede i.fa-brands.fa-instagram {
    right: 0px;
}

.nossas-redes {
    margin-bottom: -3px;
    background-size: 167%;
    background-position: -111px 1px;
    height: 97px;
}

.bio-text {
    padding: 0;
}

.fotos {
    position: relative;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.jonas {
    width: 100px;
    height: 100px;
}

.box-noticias-bio {
    display: block;
}

.bio-text h2 {
    font-size: 28px;
}

.box-redes {
}

.spotf {
    margin-top: 30px;
}

.container.container-aganeda {
    grid-template-columns: 1fr;
}

.agenda {
    margin-bottom: 40px;
}

.container-full-midias .container.row {
    grid-template-columns: 1fr;
}

.twitter {
    margin: 0;
}

.facebook-siga {
    left: 0;
    width: 100%;
    margin: 0;
    margin-top: 27px;
}

.instagram-rede {
    margin-bottom: 62px;
    height: auto;
}

nav.menu {
    display: block;
}
.pesquisa {
    margin-top: -117px;
}
header .container {
    margin: 0;
}

i#bars {
    position: absolute;
    top: 0;
    font-size: 30px;
    margin: 20px;
    z-index: 11111111111111111111;
    color: #fff;
}

.content-header.display-mob {}

header {
    position: relative;
}

.content-header.display-mob {
    display: block;
}

nav.menu {
    width: 100%;
    height: 500vh;
    position: absolute;
    top: 0;
    z-index: 1111111111;
    background: #000;
    top: -100px;
    padding-top: 200px;
    display: flex;
    left: -1000px;
    flex-direction: column;
    justify-content: flex-start;
}

nav.menu.active {
    width: 100%;
    left: 0;
}

 .jonas {
    width: 80px;
    height: 80px;
}

.bio-text h2 {
    font-size: 25px;
}

    .header {
        height: 0 !important;
        padding-bottom: 91% !important;
        background-size: cover !important;
    }

.jonas:nth-child(3) {
    background-position: -1px -72px;
}

.instagram-rede {}

.ig-cod {
    height: auto;
}
i.fas.fa-search {
    color: #fff;
}
	
	    .logo {
        background-size: 110px;
        height: 114px;
        width: 100%;
        display: block;
        position: relative;
        background-position-y: 10px;
        background-position-x: center;
        margin: 0;
    }
 
.spotify-playlist {
    overflow: hidden;
    height: 340px;
}
 .spotify-playlist iframe {
    height: 390px;
}
 }


 