header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .9rem 4.5rem;
  background: white;
  border-bottom: 1px solid #ddd;
  position: fixed;
  width: 100%;
  max-width: 1600px;
  z-index: 9;
}

#imprensa .texxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#gotoMainSite {
  border: #B2342A solid 1px;
  border-radius: 100px;
  text-align: center;
  color: #9f372a;
  display: flex;
  align-items: center;
  padding: 9px 23px 7px;
}

.logo img {
  height: 40px;
  padding: 6px;
  color: #000;
  border-right: solid 2px #000;
}

.logo span {
  font-size: 14px;
    font-weight: 700;
    padding: 12px;
    color: #BF221D;
}

nav {
  display: flex;
  gap: 20px;
  z-index: 10;
  height: 40px;
  align-items: center;
  height: 100%;
}

nav a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}

.menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  z-index: 10;
}

#closeMenuMobile {
  bottom: 10vh;
  position: absolute;
}


#imprensa, main#imprensa {
  background-color: white;
}

.title h1 {
  font-weight: 700;
  font-size: 40px;
}

#imprensa aside p#pagina-de-imprensa-texto b {
  color: #B2342A;
}

#imprensa-banner img {
  width: -webkit-fill-available;
}

#brands {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 160px;
}

#brands img {
  max-height: 80px;
  width: auto;
}

#releases {
  margin: auto;
}

#releases h2 {
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 16px;
}

#load-more-releases {
  background-color: #fff;
  border: #B2342A solid 1px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
} 

.releases-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.post {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
}

.post a {
  display: flex;
}

.post img {
  width: 170px;
  height: 170px;
  margin-right: 10px;
  border-radius: 5px;
  object-fit: cover;
}

.post h4 {
  color: #B2342A;
  font-weight: 700;
  font-size: 18px;
}

.post-content {
  text-align: left;
}

#parceiros, .fale-conosco {
  background-color: #f3f6f7;
}

#parceiros {
  padding: 32px 78px;
}

#parceiros h2 {
  font-weight: 700;
  font-size: 20px;
  margin: 16px 0px;
}


.fale-conosco {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

#equipe {
  max-width: 40%;
}

#equipe h2, #siga-nos h2 {
  font-size: 32px;
  font-weight: 700;
}

#equipe p {
  font-size: 18px;
  line-height: 28px;
}

#time svg#divisor {
  position: absolute;
}

#time {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  max-width: 62%;
  justify-content: space-evenly;
}

#time .card {
  display: inline-block;
  width: 350px;
}

#time .card h3 {
  font-weight: 700;
  font-size: 20px;
  color: #B2342A;
}

#time .card a {
  font-size: 16px;
}

#equipe p img {
 margin-right: 4px;
}

#time .card img {
  width: 16px;
  height: 16px;
}


.galeria {
  color: white;
  background-image: url('https://ademicon.com.br/ademicon-imagens-wp/ademicon-gallery-bg-red.png');
  background-size: cover;
}

.galeria h2 {
  font-weight: 700;
  font-size: 32px;
}

.galeria input[type="checkbox"] {
  accent-color: white;
  transform: scale(1.5);
}

.galeria input[type="checkbox"]:hover {
  -webkit-appearance: auto;
}

.galeria p {
  font-size: 18px;
}

#carregarMais {
  margin: 0 auto;
  display: block;
  width: fit-content;
  position: relative;
  z-index: 3;
  margin-top: 4rem;
}

.filtros {
  margin-bottom: 20px;
  text-align: end;
}

.filtros label {
  margin-right: 30px;
}

.filtros input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filtros .checkmark {
  position: absolute;
  margin: 0 -30px;
  height: 25px;
  width: 25px;
  border-radius: 8px;
  border: solid 1px white
}

.filtros:hover input ~ .checkmark {
  background-color: transparent;
  cursor: pointer;
}

.filtros .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filtros input:checked ~ .checkmark:after {
  display: block;
}

.filtros input:checked ~ .checkmark {
  background-color: #fff;
}

.filtros .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #870001;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid {
  display: grid;
  gap: 10px;
  justify-content: center;
}

@media (min-width: 720px) {
  .grid {
      grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 719px) {
  .grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 994px) {
  .padding-top--bottom {
    padding-top: 9rem;
  }
}

.galeria-item {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.galeria-item:hover {
  transform: scale(1.1);
}

.hidden {
  display: none;
}

.modal-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 300;
}

.modal-content {
  max-width: 80%;
  max-height: 80%;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.prev, .next {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

#reactivate {
  background: linear-gradient(to bottom right, #FF0513, #870001);
}

#reactivate .boxx {
  background-color: unset;
}

#reactivate #agreement {
  color: #000;
  padding: 0 8px;
}

#portavozes {
  width: 100%;
  margin: 80px 0;
  overflow: hidden;
}
#card-portavoz {
  flex: 0 0 calc((100% - (6 * 16px)) / 7);
}

#cards-portavozes {
  flex-wrap: wrap;
  overflow-x: hidden;
  justify-content: center;
  max-height: none;
  width: 100%;
}

#portavozes h2 {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

#portavozes div {
  display: flex;
  gap: 8px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  overflow-x: hidden;
  align-content: start;
}

#card-portavoz {
  flex: 0 0 calc(50% - 8px);
  max-width: 155px;
  border-radius: 10px;
  padding: 10px;
  scroll-snap-align: start;
}

#card-portavoz img {
  width: 100%;
  height: auto;
}

#person, #job {
  font-size: 16px;
  line-height: 18px;
}

#person {
  font-weight: bold;
}

#reactivate span.title small {
  font-size: 16px;
  font-weight: 400;
}

#reactivate span.title h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: 0.15px;
}

#reactivate article aside {
  width: 50%;
}

#imprensa #reactivate form {
  background-color: #f3f6f7;
  width: 100%;
}

#component-name {
  width: 45%;
}

#component-ddd {
  width: 15%;
}

#component-tel {
  width: 40%;
}

#component-email {
  width: 100%;
}

#imprensa #reactivate form label {
  position: unset;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  float: left;
}

#imprensa #reactivate form input {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  height: 40px;
}

@media (max-width: 1319px) {
  #time svg#divisor {
    display: none;
  }
}

@media (max-width: 719px) {
  nav {
    display: none;
  }

  .menu-icon {
      display: block;
      left: 20px;
      position: absolute;
  }

  .mobile-menu.active .logo {
    margin-top: 4vh;
  }

  header .logo {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
  }

  .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 250px;
  height: 100vh;
  background: white;
  padding: 20px;
  transition: left 0.3s;
  }

  .mobile-menu.active {
      left: 0;
      display: block;
  }

  .mobile-menu a {
      display: block;
      padding: 15px 0;
      text-decoration: none;
      color: black;
  }

  #brands {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: none;
  }

  #brands::-webkit-scrollbar {
      display: none;
  }

  #releases h2 {
    font-size: 24px;
  }

  .releases-container {
    display: block;
  }

  .releases-container .post img {
    width: 82px;
    height: 82px;
  }

  #parceiros {
    padding: 24px 0;
  }

  #parceiros h2 {
    margin: 0 0 16px 24px;
  }

  #portavozes div {
    overflow-x: unset;
    justify-content: start;
  }

  #portavozes div#cards-portavozes {
    display: grid;
    grid-template-columns: repeat(7, 156px);
    grid-auto-rows: 256px;
    gap: 8px;
    max-width: 100%;
    min-height: 600px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  #person, #job {
    font-size: 14px;
  }

  #component-ddd {
    width: 30%;
  }

 #component-tel {
    width: 70%;
  }

  #component-name, #component-email {
    width: 100%;
  } 

  .fale-conosco, .fale-conosco #equipe, .fale-conosco #time {
    max-width: unset;
  }

  .fale-conosco#time {
    justify-content: unset;
  }

  #siga-nos .redes-sociais, .fale-conosco  {
    flex-direction: column;
  }
}

#siga-nos .redes-sociais {
  display: flex;
  justify-content: space-evenly;
}

#siga-nos h2 {
  margin-bottom: 2rem;
}

.redes-sociais a {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
}

.redes-sociais a img {
  padding-right: 12px;
}

@media (min-width: 1600px) {
  #imprensa article {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
}