/*
	Theme Name: Só Pedrada Musical 2025
	Description: Só Pedrada Musical
	Version: 1.0.0
	Author: leonardo rutz
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

html,
body,
ul,
li,
p {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1.2rem;
  font-family: "Darker Grotesque", sans-serif;
}

a {
  text-decoration: none;
  color: white;
}

h1 {
  text-align: center;
  margin-top: 100px;
}

img {
  max-width: 100%;
  display: block;
}

.aNoStyle{
  display: block; /* Ocupa toda a área da .box */
  text-decoration: none; /* Remove sublinhado */
  color: inherit; /* Mantém a cor do texto original */
  font-size: inherit;
}

header {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
  background: #F65A00;
  /* height: 10vh; */
  min-height: 72px;
  flex-direction: row;
  flex-wrap: wrap;
}

header .logo {
  background: #F65A00;
  padding: 0px 20px;
  width: 38%;
  display: flex;
  justify-content: right;
}

header .logo img {
  display: flex;
  align-items: end;
}

header .sub-menu {
  display: flex;
  background: #000;
  align-items: center;
  width: 58%;
}

header .sub-menu .wrap_busca{
  background: #494949;
  display: flex;
  width: 14%;
  padding: 37px 0px;
  z-index: 2;
  transition: width 0.3s ease-in-out; /* Animação suave */
  overflow: hidden;
}
header .sub-menu .wrap_busca .busca {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

}

header .sub-menu .wrap_busca .custom_input {
	display: flex;
	align-items: center;
	position: relative;
	max-width: 100%;
}

header .sub-menu .wrap_busca input {
	font-size: 18px;
	margin: 0 40px ;
  padding: 7px 20px;
	width: 100%;
	outline: none;
	background: #494949;
	color: #F65A00;
	border: none;
  text-transform: uppercase;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 1.2em;
  letter-spacing: 2px;
  border: 1px solid #F65A00;
	border-radius: 10px;
  display: none;
  text-align: center;
}
header .sub-menu .wrap_busca input[type=image]{
  border: none;
	border-radius: none;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  padding: 0;
  margin-right: 70px;
}
header .sub-menu .wrap_busca input::placeholder {
	color: #F65A00;
}

header .sub-menu .wrap_busca input:focus {
	border: 1px solid #F65A00;
	border-radius: 10px;
}

header .sub-menu .wrap_busca.on {
  width: 100%;
  padding: 23px 0px;
  align-items: center;
}

header .sub-menu .wrap_busca.on .busca {
  justify-content: left;
  display: none;
}

@keyframes aparecer {
  0% {
    opacity: 0;
    display: none;
  }
  5% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
header .sub-menu .wrap_busca.on input {
  display: flex;
  animation: aparecer 1s forwards;
}
header .sub-menu .wrap_busca.on a{
  display: none;
}

header .sub-menu .wrap_busca.on ~ nav{
  display: none;
}

header .sub-menu li {
  margin-right: 52px;
}

header .sub-menu .redes-sociais {
  display: flex;
  background: #000;
  padding: 20px 0px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

header .sub-menu  .menu {
  display: flex;
  background: #000;
  padding: 20px 0px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

header .sub-menu nav {
  display: flex;
  justify-content: space-between;
  margin: auto;
  z-index: 1;
}

/* menu icon */

header .sub-menu nav .menu .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

header .sub-menu nav .menu li{
  align-items: center;
  display: flex;
}

header .sub-menu nav .menu .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 39px;
}

header .sub-menu nav .menu .menu-icon .navicon:before,
header .sub-menu nav .menu .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

header .sub-menu nav .menu .menu-icon .navicon:before {
  top: 12px;
}

header .sub-menu nav .menu .menu-icon .navicon:after {
  top: -12px;
}

/* menu btn */

header .sub-menu nav .menu .menu-btn {
  display: none;
}

header .sub-menu nav .menu .menu-btn:checked ~ .menu {
  max-height: 240px;
}

header .sub-menu nav .menu .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

header .sub-menu nav .menu .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

header .sub-menu nav .menu .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

header .sub-menu nav .menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
header .sub-menu nav .menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}



header .sub-menu-hover{
  background: #000;
  align-items: center;
  justify-content: center;
  width: 100%;
  display: flex; 
  position: absolute;
  top: 99px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-in-out;
  z-index: 3;
  text-align: center;
}

header .sub-menu-hover.visible{
  transform: scaleY(1);

}

header .sub-menu nav .menu .menu-btn:checked ~ header .sub-menu-hover {
  transform: rotate(-45deg);
}

header .sub-menu-hover ul{
  height: 100%;
    display: flex
;
    flex-direction: column;
}

header .sub-menu-hover ul li{
  line-height: 2em;
  font-size: 1.5em;
}
header .sub-menu-hover ul li:last-child{
  margin-bottom: 15px;
}

main > .banner {
  background: linear-gradient(180deg, rgba(246, 90, 0, 0.00) 57%, #000 102%), 
              linear-gradient(180deg, rgba(246, 90, 0, 0.00) 12.55%, #F65A00 43.88%, #F65A00 63.71%, rgba(246, 90, 0, 0.00) 100%), 
              #B71E00;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

main > .banner .wrap {
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

main > .banner .wrap .background-parallax {
  background-image: url("images/a-servico-do-groove-desde-2006.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 671px 421px;
  background-position-y: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  z-index: 1;
  
  /* Efeitos combinados via variável CSS */
  transform: translate3d(0, var(--parallax-offset, 0), 0);
  
  /* Animações */
  animation: 
    blink .5s linear 1,
    floating2D 6s ease-in-out infinite;
  animation-delay: 0s, .5s;
}

/* Animação de piscar */
@keyframes blink {
  0%, 33%, 66%, 100% { opacity: 1; }
  16.5%, 49.5%, 82.5% { opacity: 0; }
}

/* Animação de flutuação 2D */
@keyframes floating2D {
  0%, 100% {
    transform: translate3d(0, var(--parallax-offset, 0), 0) translate(0, 0);
  }
  25% {
    transform: translate3d(0, var(--parallax-offset, 0), 0) translate(-5px, -8px);
  }
  50% {
    transform: translate3d(0, var(--parallax-offset, 0), 0) translate(0, -12px);
  }
  75% {
    transform: translate3d(0, var(--parallax-offset, 0), 0) translate(5px, -6px);
  }
}



main > .banner .wrap .cassete {
  background-image: url("images/cassette.png");
  min-height: 500px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 630px 407px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position-y: 40px;
  position: relative;
  z-index: 2;
  
  /* Efeito de aparecimento + brilho */
  opacity: 0; /* Começa invisível */
  animation: fadeInGlow 3s ease-in-out forwards;
}

/* Animação personalizada */
@keyframes fadeInGlow {
  30% {
    opacity: 0;
    filter: brightness(0.5); /* Escurecido no início */
  }
  60% {
    filter: brightness(1.5) drop-shadow(0 0 10px rgba(255, 255, 255, 0.7)); /* Brilho máximo */
  }
  100% {
    opacity: 1;
    filter: brightness(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.3)); /* Brilho suave final */
  }
}

main > .banner .wrap .fade_parallax_on {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}

main > .banner .wrap .fade_parallax_off {
  visibility:visible;
  opacity: 1;
  transition: visibility 1s, opacity 0.5s linear;
}


main > .banner .content {
  width: 1054px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

main > .banner .content .fita-cassete-texto {
  position: relative;
  width: 40%;
}

main > .banner .content .fita-cassete {
  width: 40%;
  position: relative;
}

main > .banner .content .text {
  width: 760px;
  margin-top: 480px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}

main > .banner .content .text p {
  font-size: 1.0rem;
  color: #FFF;
  font-family: "Darker Grotesque", sans-serif;
  padding-right: 15px;
  width: 50%;
  font-weight: 700;
}

main > .banner .content .text p:nth-child(2) {
  padding-right: 0px;
}

main .carrosel {
  position: relative;
  font-family: "Big Shoulders Display", sans-serif;
  color: #FFF;
}
.home > main .carrosel{
  margin-top: -50px;
}
main .carrosel .wrapCarrosel{
  display: none;
}

#page .home > main .carrosel{
  margin-top: 0px;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

main .carrosel .background {
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
}

main .carrosel_internal .background {
  margin-top: 0!important;
}

main .carrosel .background .left {
  background: #F65A00;
  height: 348px;
  width: 40%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position: center top; */
  /* background-color: rgba(246, 90, 0, 0.5)!important; */
  /* box-shadow: inset 0 0 0 1000px rgba(0,0,0,.1); */
}
.home > main .carrosel .background .left {
  margin-bottom: 50px;
}
main .carrosel .background .left.interna{
  margin-top: 0;
} 

.home > main .carrosel .background .left {
  margin-top: 50px;
}

main .carrosel .background .left .previous {
  font-size: 80px;
  font-family: "Darker Grotesque", sans-serif;
  margin-left: 100px;
  cursor: pointer;
}

main .carrosel .background .right {
  width: 60%;
  background: #B71E00;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

main .carrosel .background .right .next {
  font-size: 80px;
  font-family: "Darker Grotesque", sans-serif;
  margin-right: 100px;
  cursor: pointer;
}

main .carrosel .content {
  position: absolute;
  left: 348px;
  top: 50px;
  /* transform: translate(-50%, -50%); */
  width: calc(100vw - 796px);
  height: 348px;
  background-color: rgba(0, 0, 0, 0.1);
}
main .carrosel .content .wrapContent{
  width: 70%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}    
main .carrosel .content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

main .carrosel .content h3 {
  font-size: 20px;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 500;
}

main .carrosel .content .row {
  display: flex;
  align-items: center;
  font-size: 30px;
  margin-top: 5px;
}

main .carrosel .content .row span {
  background: linear-gradient(0deg, #F65A00, #B71E00),
    linear-gradient(90deg, #B71E00 36.42%, rgba(183, 30, 0, 0) 74%);
  width: 100%;
  height: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

main>.content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

main>.content .columns {
  column-count: 3;
  column-gap: 0;
  flex: 1;
}

main>.content .h2 {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

main>.content h2 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 80px;
  width: 350px;
  text-align: center;
  margin-block: 0;
}

main>.content .box {
  display: flex;
  flex-direction: column;
  padding: 40px;
  break-inside: avoid;
  page-break-inside: avoid;
}

main>.content .box .image {
  background: #F65A00;
  height: 300px;
  width: 300px;
  overflow: hidden;  display: flex;
  justify-content: center; /* Center horizontally */
  background: #F65A00;
  background-size: contain;  
}

main>.content .box .image > img{
  max-width: 100%;
  object-fit:contain;
}

main>.content .box .wrap {
  display: flex;
  width: 300px;
  flex-direction: column;
}

main>.content .box .wrap .category {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  display: contents;
}

main>.content .box .wrap h3 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  height: 115px;
  overflow: hidden;
}

main>.content .box .wrap  p {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 19px;
  line-height: 24px;
  height: 122px;
}

main>.content .box .wrap .buttons {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
  margin-top: 5px;
}

main>.content .box .wrap .buttons .see_more {
  background: #F65A00;
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 20px;
  width: 100%;
  height: 50px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}

main>.content .box .wrap .buttons .see_more:hover{
  color: #FFF;
}

main>.content .box .wrap .buttons .author {
  background: #494949;
  color: #fff;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 50px;
  align-self: flex-end;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
}

main>.content .see_all {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;

}

main>.content .see_all a {
  color: #F65A00;
  background: #000;
  height: 66px;
  width: 204px;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  display: flex;

}
main>.content .see_all a:hover{
  color: #fff;
}
main .content_3 {
  margin-top: 150px;
  display: grid;
  justify-content: center;
}

main .content_3 .wrap {
  display: flex;
  flex-direction: row;
  width: 963px;

}

main>.content_3 h2 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 80px;
  width: 350px;
  margin-top: 0px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

main>.content_3 p {
  width: 500px;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 24px;
  line-height: 24px;
}

main>.content_3 img {
  margin-top: -100px;
  width: 30%;
  margin-left: auto;
}

main>.content_3 .see_all {
  display: grid;
  justify-content: center;
  margin-top: 50px;
  width: 100%;

}

main>.content_3 .see_all a {
  color: #F65A00;
  background: #000;
  height: 66px;
  width: 204px;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  display: flex;

}
main>.content_3 .see_all a:hover{
  color: #fff;
}


main .content_6 {
  margin-top: 150px;
  padding-bottom: 100px;
  display: grid;
  justify-content: center;
}

main .content_6 .wrap {
  display: flex;
  flex-direction: row;
  width: 963px;

}
main .content_6 .wrap ul{
  padding-right: 10%;
}
main .content_6 .wrap ul li{
  margin: 10px 0;
}
main .content_6 .wrap .month{
  font-weight: bold;
}
main>.content_6 h2 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 80px;
  width: 350px;
  margin-top: 0px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

main>.content_6 p, main>.content_6 a {
  width: 500px;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #000;
}

main>.content_6 img {
  margin-top: -100px;
  width: 30%;
  margin-left: auto;
}

main>.content_6 .see_all {
  display: grid;
  justify-content: center;
  margin-top: 50px;
  width: 100%;

}

main>.content_6 .see_all a {
  color: #F65A00;
  background: #000;
  height: 66px;
  width: 204px;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  display: flex;

}
main>.content_6 .see_all a:hover{
  color: #fff;
}

main .content_4 {
  margin-top: 10px;
  padding-bottom: 50px;
  display: grid;
  justify-content: center;
}

main .content_4 .wrap {
  width: 963px;

}

main .content_4 .wrap .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
}

main .content_4 .wrap .column {
  display: flex;
  flex-direction: column;
  flex-basis: 80%;
  flex: 1;
  padding-right: 15px;
}

main .content_4 .wrap .column:nth-child(2) {
  padding-left: 15px;
  padding-right: 0px;
}

main .content_4 .wrap .daniel-tamenpi{
  width: 20%;  
  height: 20%;
}

/* main .content_4 .wrap .column:first-child {
  width: 375px;
  flex: 0 0 375px;
} */



main .content_4 .wrap .column p {
  width: 100%;
  margin-bottom: 35px;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 24px;
  line-height: 24px;
  padding-right: 15px;
}

main .content_4 .wrap h2 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 80px;
  width: 375px;
  margin-top: 5px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

main .content_5 {
  display: grid;
  justify-content: center;
}

main .content_5 .wrap {
  width: 717px;
}

footer {
  background: #F65A00;
  margin-top: 50px;
  display: grid;
  justify-content: center;
  padding-bottom: 50px;
}

footer .wrap {
  width: 963px;
  margin-top: 50px;

}

footer .header {
  /* width: 500px; */
  display: flex;
  justify-content: space-between;
}

footer .header .logo {
  width: 370px;
}

footer .header .wrap-redes-sociais {
  width: 370px;
}

footer .header .wrap-redes-sociais li {
  margin-right: 52px;
}

footer .header .wrap-redes-sociais li:last-child {
  margin-right: 0px;
}

footer .header .wrap-redes-sociais .redes-sociais {
  width: 370px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: right;
}
footer .header .wrap-redes-sociais .redes-sociais img{
  width: 24px;
}
footer hr {
  margin-top: 20px;
}


footer .menu {
  display: flex;
  margin-top: 24px;
}

footer .menu nav {
  width: 350px;
  display: flex;
  justify-content: space-between;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  font-size: 900;
}
footer .menu nav:nth-child(2) {
  margin-left: 40px;
}

footer .menu nav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

footer .menu nav ul li {
  list-style-type: "/";
  padding-inline-start: 8px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

footer .menu nav ul li .mailto{
    text-transform: lowercase;
    margin-top: -21px;
}
footer .menu nav ul li .mailto a{
  padding: 10px;
  color: black;    
  font-size: 18px;
}

:target {
  animation: highlight 2s;
}

@keyframes highlight {
  0% { background-color: #ffffff; }
  100% { background-color: transparent; }
}

footer .menu nav:first-child>ul>li:nth-child(2) {
  list-style-type: "";

}

footer .menu nav:nth-child(3)>ul li:nth-child(3) {
  list-style-type: "";

}

footer .menu nav ul li a {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 20px;
}


footer .menu nav ul li ul {
  margin-left: 30px;
}

footer .menu nav ul li ul li {
  margin-left: 30px;
  list-style-type: "#";
  padding-inline-start: 5px;
}

/* ####### interna */

main>.internal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-self: center;
}

main>.internal .contentWrap{
  display: flex;
  width: 80%;
}

main>.internal .content{
  width: 75%;
  align-items: flex-start;
  justify-content: center;
  padding-right: 100px;
  
}
main>.list-posts .content .no-more-posts{
  text-align: center;
  margin-top: 140px;
}
main>.internal .content .post h4{
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 0;
}
main>.internal .content p{
  margin-bottom: 1em;
}
main>.internal .content h1
{
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
}
main>.internal .content nav{
  width: 100%;
  display: flex; 
  margin-top: 100px;

}

main>.internal .content nav .wrapStart{
  display: flex; 
  align-items: start;
  width: 100%;
}
main>.internal .content nav .wrapEnd{
display: flex; 
width: 100%;
justify-content: end;

}
main>.internal .content nav .nextPastButton
{
  background: #F65A00;
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 20px;
  width: 32%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}
main>.internal .content nav .nextPastButton:hover {
  color: #FFF;
}

main>.internal .content .banner{
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

main>.internal .content .missingPost{
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
}

main>.internal .content .missingPost> h4 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 40px;
  width: 500px;
  text-align: center;
  margin-block: 0;
  border-top: #000 37px solid;
  padding-top: 30px;
}

main>.internal .content .missingPost .box {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  width: 100%;
}

main>.internal .content .missingPost .box .image {
  width: 250px;
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #F65A00;
  background-size: contain;  
}

main>.internal .content .missingPost .box .image img{
width: 100%;
  height: 100%;
  object-fit: cover; /* ou 'contain' dependendo do efeito desejado */
  aspect-ratio: 1/1; 
}

/* Esconde a imagem se ela não carregar */
main>.internal .content .missingPost .box .image:has(img[error]) img {
  display: none;
}


main>.internal .content .missingPost .box .wrap {
  display: flex;
  width: 65%;
  flex-direction: column;
}
main>.internal .content .missingPost .box .wrap p{
  height: 93px;
  overflow: hidden;
}

main>.internal .content .missingPost .box .wrap .category {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  display: contents;
}

main>.internal .content .missingPost .box > .wrap h3 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0px;
  height: 103px;
}

main>.internal .content .missingPost .box .wrap .buttons {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
  margin-top: 30px;
}

main>.internal .content .box .wrap .buttons .see_more {
  background: #F65A00;
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  width: 100%;
  height: 82px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}

main>.internal .content .box .wrap .buttons .see_more:hover {
  background-color: #000;
  color: #F65A00;
}


/* ####### listing posts */

main>.list-posts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-self: center;
  flex-flow: column;
}
main>.list-posts  h5{
  display: flex;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 4.5rem;
  text-align: center;
  margin: 80px 0;
  font-weight: bold;
  line-height: 1;
}

main>.list-posts .contentWrap{
  display: flex;
  width: 80%;
}

main>.list-posts .content{
  width: 75%;
  align-items: flex-start;
  justify-content: center;
  padding-right: 100px;
  
}
main>.list-posts .content h1
{
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
}

main>.list-posts .content .posts{
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
}

main>.list-posts .content .posts> h4 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 40px;
  width: 500px;
  text-align: center;
  margin-block: 0;
  border-top: #000 37px solid;
  padding-top: 30px;
}

main>.list-posts .content .posts .box {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}

main>.list-posts .content .posts .box .image {
  width: 250px;
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F65A00;
  background-size: contain;  
}
main>.list-posts .content .posts .box .image img{
  height: 100%;
}
main>.list-posts .content .posts .box .wrap {
  display: flex;
  width: 70%;
  flex-direction: column;
}

main>.list-posts .content .posts .box .wrap .category {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  display: contents;
}

main>.list-posts .content .posts .box > .wrap  h3 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0px;
  height: 103px;
  overflow: hidden;
}

main>.list-posts .content .posts .box > .wrap > p {
  height: 93px;
}

main>.list-posts .content .posts .box .wrap .buttons {
  display: flex;
  flex-direction: row;
  flex-basis: 50%;
  margin-top: 30px;
}

main>.list-posts .content .box .wrap .buttons .see_more {
  background: #F65A00;
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  width: 100%;
  height: 82px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}

main>.list-posts .content .box .wrap .buttons .see_more:hover {
  background-color: #000;
  color: #F65A00;
}

main>.list-posts .content .posts > a
{
  background: #000;
  color:#F65A00;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  width: 25%;
  height: 62px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  margin-top: 40px;
  cursor: pointer;
}

/* sidebar */

.sidebar{
  width: 25%;
  display: flex;
  flex-direction: column;
}
.sidebar .featured{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

}
.sidebar .featured> h4 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 35px;
  width: 100%;
  text-align: center;
  margin-block: 0;
  border-top: #000 37px solid;
  padding-top: 30px;
  margin-bottom: 30px;

}
.sidebar .featured .box {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.sidebar .featured .box:nth-child(odd) .image {
  background: #000;
}

.sidebar .featured .box:nth-child(even) .image {
  background: #F65A00;
}

.sidebar .featured .box .image {
 
  background-size: contain;  
  aspect-ratio: 1/1;
  width: 65%;
  padding: 5%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.sidebar .featured .box .image a{
  overflow: hidden;
}
.sidebar .featured .box .wrap {
  display: flex;
  width: 95%;
  flex-direction: column;
  padding: 0 0 0 5%;
}

.sidebar .featured .box .wrap h5 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 600;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}

.sidebar .featured .box .wrap .buttons {
  display: flex;
  flex-direction: row;
}

.sidebar .featured .box .wrap  .buttons .see_more {
  background: #F65A00;
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  width: 50%;
  height: 50px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar .featured .box .wrap  .buttons .see_more:hover {
  color: #FFF;
}

.sidebar .featured .box .wrap .buttons .author {
  background: #494949;
  color: #fff;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: 50%;
  height: 50px;
  align-self: flex-end;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar .playlist{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #000;
}
.sidebar .playlist> hr{
  width: 25%;
  background-color: #F65A00;
  height: 15px;
  border: none;
}
.sidebar .playlist> h4 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 35px;
  text-align: center;
  margin-block: 0;
  padding-top: 10px;
  margin-bottom: 50px;
  display: flex;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 30px;
  
}
.sidebar .playlist .wrap {
  background-color: #F65A00;
  width: 80%;
  height: auto;
  padding: 10%;
}
.sidebar .playlist .wrap > img{
  max-width: 100%;
}
.sidebar .playlist a
{
  background: #fff;
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  width: 70%;
  height: 62px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  margin-top: -40px;
}
.sidebar .playlist .embed{
  padding: 50px 20px;
  color: #fff;
}
.sidebar .dates{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #000;

}
.sidebar .dates> hr{
  width: 25%;
  background-color: #F65A00;
  height: 15px;
  border: none;
}
.sidebar .dates> h4 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 35px;
  text-align: center;
  margin-block: 0;
  padding-top: 10px;
  margin-bottom: 50px;
  display: flex;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 30px;
  
}
.sidebar .dates> ul{
  background-color: #F65A00;
  width: 85%;
  margin: auto;
  padding: 30px 0 80px;
}
.sidebar .dates> ul li p{
  text-align: center;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 1.5rem;
  padding: 10px 0;
}
.sidebar .dates> ul li ul li{
  padding: 0 15px 15px 15px;
  font-size: 1.2rem;
  font-family: "Big Shoulders Display", sans-serif;
  color: #FFF;
}
.sidebar .dates> ul li ul li a:hover{
  color: black;
}
.sidebar .dates> a{
  background: #fff;
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  width: 70%;
  height: 62px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  margin-top: -40px;
}
.sidebar .files{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #000;
  padding: 50px 0;

}
.sidebar .files> hr{
  width: 25%;
  background-color: #F65A00;
  height: 15px;
  border: none;
}
.sidebar .files> h4 {
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 35px;
  text-align: center;
  margin-block: 0;
  padding-top: 10px;
  margin-bottom: 50px;
  display: flex;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 30px; 
}
.sidebar .files> h5{
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  margin-block: 0;
  padding-top: 10px;
  margin-bottom: 50px;
  display: flex;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 10px; 
}
.sidebar .files> ul{
  margin-bottom: 30px; 
}
.sidebar .files> ul li{
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 1rem;
  text-align: center;
  margin-block: 0;
  line-height: 1.5rem;
}
.sidebar .files> a{
  background: #fff;
  color: #000;
  font-family: "Big Shoulders Display", sans-serif;
  font-size: 25px;
  width: 70%;
  height: 62px;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  margin-top: 40px;
}

main>.list-posts .content .archive {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}	
.box-archive{
  display: flex;
  flex-direction: column; /* Empilha os elementos verticalmente */
  gap: 0; /* Remove espaçamento entre os itens flex */
  width: 32%;
  height: 450px;
  padding: 50px 0;
}	
.box-archive.black{
  background: #000;
  text-align: center;
}
.box-archive.orange{
  background: #F65A00;
  text-align: center;
}

.box-archive h4{
  margin: 0; /* Remove margens padrão do h4 */
  padding: 0; /* Remove paddings se necessário */
  margin-bottom: 30px;
  color: #fff;
}
.box-archive ul{
  margin: 0; /* Remove margens padrão da lista */
  padding: 0; /* Remove padding padrão da lista */
  list-style: none; /* Remove marcadores de lista */
}
.box-archive ul li{
  line-height: 30px;
  width: 100%;
}
.box-archive ul li a{
  color: #fff;
}

.share-buttons {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}

.share-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.share-button:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.facebook {
  background-color: #3b5998;
}

.twitter {
  background-color: #1da1f2;
}

.whatsapp {
  background-color: #25d366;
}

.copy-link {
  background-color: #6c757d;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

footer .header .logo .logo-rodape img{
 width: 60%;
}

@media only screen and (max-width: 1024px) {

  header {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    background: #F65A00;
    height: 8vh;
  }

  header .logo {
    background: #F65A00;
    margin: 20px 60px 20px 0px;
    width: 80%;
    display: flex;
    justify-content: left;
  }

  header .logo img {
    display: flex;
    align-items: end;
    margin-left: 50px;
    width: 200px;
  }

  header .busca {
    background: #494949;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .busca img {
    width: 15px;
  }

  header .sub-menu {
    display: flex;
    background: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
  }

  header .sub-menu li {
    margin-right: 52px;
  }

  header .sub-menu .redes-sociais {
    display: none;
  }



  header .sub-menu .menu {
    display: flex;
    background: #000;
    padding: 20px 0px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }

  header .sub-menu .menu li {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  main > .banner .content img {
    width: 80%;
  }

  main > .banner .content .text {
    width: 760px;
    margin-top: 20px;
    display: flex;
    color: #FFF;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  main > .banner .content .text p {
    font-size: 1rem;
    margin-top: 60px;
    color: #fff;
    padding-right: 15px;
    width: 70%;
  }

  main .carrosel .content {
    left: 50%;

  }

  main .carrosel .background .left .previous {
    margin-left: 60px;

  }

  main>.content .box .image {
    background: #F65A00;
    height: 440px;
    width: 300px;
  }

  main>.content .box .wrap {
    display: flex;
    width: 380px;
    flex-direction: column;
    padding-left: 20px;
  }

  main>.content .box .wrap .buttons {
    margin-top: 120px;
    margin-left: -40%;
    width: 100%;
  }

  main .content_3 .wrap {
    width: 763px;

  }

  main>.content_3 img {
    width: 70%;
  }

  main .content_4 .wrap {
    width: 763px;

  }


  main .content_4 .wrap .row {
    align-items: center;
    justify-content: center;
  }


  main .content_4 .wrap .row .column:first-child {
    width: 863px;
  }

  main .content_4 .wrap .row .column:nth-child(2) {
    position: absolute;
    margin-top: -350px;
  }

  main .content_4 .wrap .row .column p {
    width: 763px;
  }

  main .content_4 .wrap .row .column p:nth-child(2) {
    margin-top: 550px;
  }

  footer {
    margin-top: 0px;
  }
  footer .wrap {
    width: 717px;
    margin-top: 100px;
  }

  footer .header .logo a img{
    width: 80%;

  }  
  footer .menu nav{
    padding-left: 15px;

  }
  footer .menu nav ul li a{
    font-size: 35px;
  }
}

@media only screen and  (max-width: 480px) {
  header .busca img {
    width: 19px;
  }

  main > .banner {
    background: linear-gradient(180deg, rgba(246, 90, 0, 0.00) 50%, #000 86%), linear-gradient(180deg, rgba(246, 90, 0, 0.00) 12.55%, #F65A00 43.88%, #F65A00 63.71%, rgba(246, 90, 0, 0.00) 100%), #B71E00;
  }
  main > .banner .wrap{
    z-index: 1;
  }
  header .logo {
    width: 60%;
    padding: 0;
    margin: 0;
  }
  header .logo.off{
    display: none;
  }
  header .logo img{
    margin: 0 auto;
  }
  header .busca {
    width: 15%;
  }
  
  header .sub-menu {
    width: 40%;
  }
  header .sub-menu.on{
    width: 100%;
  }  
  header .sub-menu .menu{
    padding: 0;
  }
  header .sub-menu .menu li {
    margin-left:0%;
  }
  header .sub-menu .wrap_busca{
    width: 50%;
    height: 100%;
    padding: 0;
    /* padding: 28px 0px; */
  }
  header .sub-menu .wrap_busca.on{
    padding: 0px;
  }
  header .sub-menu-hover{
    z-index: 2;
    top: 72px;
  }
  main > .banner{
    padding-top: 0px;
    padding-bottom: 100px;
  }
  main > .banner .content{
    width: 360px;
  }

  main > .banner .content .text p{
    display: none;
  }
  main > .banner .wrap {
    background-size: 335.5px 210.5px;
    min-height: 400px;
    background-position-y: 180px;
  }  
  main > .banner .wrap .cassete{
    background-size: 315px 203.5px;
    background-position-y: 125px;
    min-height: 400px;
  }
  .home > main .carrosel{
    margin-top: -30px;
  }
  main .carrosel .content{
    width: 280px;
    margin-left: 30px;
  }
  main .carrosel .content h2{
    font-size: 25px;
    line-height: 27px;
  }
  main .carrosel .content h3{
    font-size: 17px;
    font-weight: 600;
  }  
  main .carrosel .background .left .previous, main .carrosel .background .right .next{
    display: none;
  }
  main .carrosel .background .left{
    width: 15%;
    margin-bottom: 30px;
  }
  .home > main .carrosel .background .left{
    margin-top: 30px;  
  }
  main .carrosel .background .right{
    width: 85%;
  }


  main>.content h2 {
    font-family: "Big Shoulders Display", sans-serif;
    font-size: 75px;
    width: 90%;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
  }  

  main>.content{
    width: 100%;
  }

  main .content .box {
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 70px;
  }
  main>.content .h2{

  }
  main>.content .columns {
    columns: 1;
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }
  main>.content .box{
    padding: 0;
  }
  main>.content .box .image {
    width: 100%;
  }  

  main>.content .box .wrap {
  padding-left: 0px;
  width: 100%;
  }

  main>.content .box .wrap .buttons {
    margin-top: 50px;
    margin-left: 0;
  }  

  main>.content .box .wrap h3 {
    font-size: 35px;
  }

  main .content_3{
    align-items: center;
    width: 100%;
    flex-direction: column;
    display: flex;
    padding-bottom: 100px;
  }
  main .content_3 .wrap {
    display: flex;
    width: 90%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main>.content_3 h2{
    width: 100%;
  }
  main>.content_3 p{
    width: 100%;
    display: flex;
  }
  main>.content_3 img {
    margin-top: 50px;
    width: 100%;
  }
  main>.content_3 .see_all{
    margin-top: 50px;
  }

  main .content_4{
    display: flex;
    width: 100%;
    align-items: center;
  }

  main .content_4 .wrap{
    display: flex;
    width: 90%;
    flex-wrap: wrap;
  } 
  main .content_4 .wrap .row .column:first-child{
    width: 100%;
  }
  main .content_4 .wrap .daniel-tamenpi{
    width: auto;
    height: auto;
  }
  main .content_4 .wrap .h2{
    width: 100%;
  }
  main .content_4 .wrap  .daniel-tamenpi{
    display: flex;
    margin-bottom: 50px;
    
  }
  main .content_4 .wrap .row {
    flex-direction: column-reverse;
  }
  main .content_4 .wrap .row .column:nth-child(2){
    display: none;
  }

  main .content_4 .wrap .row .column p{
    width: 90%;
  }
  main .content_4 .wrap h2{
    margin-bottom: 10px;
  }
  main .content_5{
    display: flex;
    padding-bottom: 100px;
  }
  main .content_5 .wrap{
    display: flex;
    width: 90%;
    align-items: center;
  }

  main>.list-posts .content{
    width: 100%;
    padding-right: 0;
  }
  
  main>.list-posts .contentWrap{
    display: flex;
    width: 90%;
    flex-direction: column;
  }
  main>.list-posts .content .posts:last-child{
    row-gap: 0;
    margin-bottom: 0;
  }

  main>.list-posts .content .posts > a{
    margin-bottom: 100px;
    width: 75%;
  }
  main>.list-posts .content .posts .box{
    flex-direction: column;
  }
  main>.list-posts .content .posts .box .image{
    width: 100%;
  }
  main>.list-posts .content .posts .box .wrap{
    width: 100%;
  }
  main>.list-posts .content .posts .box > .wrap > h3 {
    font-size: 39px;
  }
  main>.list-posts .content .posts .box > .wrap > p {
    margin-top: 30px;
  }  
  main>.list-posts .content .posts .box .image {
    height: 307px;    
  }
  main>.internal .contentWrap{
    flex-direction: column;
  }
  main>.internal .content{
    width: 100%;
  }
  main>.internal .content nav .nextPastButton{
    width: 80%;
  }
  main>.internal .content .missingPost .box{
    flex-direction: column;
  }
  main>.internal .content .missingPost .box .image{
    width: 100%;
  }
  main>.internal .content .missingPost .box .wrap{
    width: 100%;
  }
  main>.internal .content{
    padding-right: 0;
  }
  .sidebar{
    width: 100%;
  }

  footer{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  footer .header{
    flex-direction: column;
  }
  footer .header .logo .logo-rodape{
    display: flex;
    justify-content: center;
  }
  footer .header .wrap-redes-sociais{
    width: 100%;
    margin-top: 30px;
  }
  footer .header .wrap-redes-sociais .redes-sociais{
    justify-content: center;
    width: 100%;
  }
  footer .wrap{
    display: flex;
    width: 90%;
    flex-direction: column;
    margin-top: 50px;
    
  }
  footer hr{
    width: 100%;
  }
  footer .menu nav{
    width: 100%;
  }
  footer .header .logo{
    width: 100%;
  }
  footer .menu nav ul li ul{
    margin-left: 0;
  }
  footer .menu nav:nth-child(2){
    margin-left: 10px;
  }

  footer .menu nav ul li{
    font-size: 20px;
  }
  footer .menu nav ul li a{
    font-size: 20px;
  }
  main>.list-posts .content .archive {
    flex-direction: column;
  }
  .box-archive{
    width: 100%;
  }
}