/*
Theme Name: políticaMe Pro
Theme URI: http://politica.me
Description: Site para candidatos políticos
Author: políticaMe
Author URI: politica.me
Version: 1.0
*/

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter/Inter_24pt-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--cor-texto);
  background-color: var(--background-bg);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

td,
th {
  padding: 0;
}

a {
  color: var(--cor-primaria);
  transition: 0.2s all;
}

a:hover {
  text-decoration: none;
}

input {
  height: 4rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: 1.6rem;
  border: solid 0.1rem rgb(0 0 0 / 30%);
  border-radius: 0.6rem;
  transition: 0.2s all;
  width: 100%;
  color: #000000;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--cor-primaria);
  box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.1);
}

label {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--cor-texto);
}

textarea {
  padding: 1.6rem;
  font-size: 1.6rem;
  border: solid 0.1rem rgb(0 0 0 / 30%);
  border-radius: 0.6rem;
  transition: 0.2s all;
  width: 100%;
}

.heading1 {
  font-size: 5.2rem;
  line-height: 6.3rem;
  font-weight: 600;
}

.heading2 {
  font-size: 4.6rem;
  line-height: 5.6rem;
  font-weight: 600;
}

.heading3 {
  font-size: 3.8rem;
  line-height: 4.6rem;
  font-weight: 600;
}

.heading4 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
}

.heading5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 600;
}

.heading6 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}

.body-lg {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}

.body-md {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.body-sm {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
}

.body-xs {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  max-width: 129.6rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.container-sm {
  max-width: 107.6rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.nav-link {
  font-weight: 600;
  text-decoration: none;
  padding: 0.4rem 0.6rem;
  font-size: 1.6rem;
}

.nav-link:hover {
  opacity: 0.7;
}

.btn {
  padding: 1rem 2rem;
  border-radius: 5rem;
  list-style: none;
  text-decoration: none;
  border: solid 0.2rem;
  transition: 0.2s all;
  font-weight: 500;
  white-space: nowrap;
  align-items: center;
  display: inline-flex;
  gap: 1rem;
  height: auto;
  width: unset;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.7;
}

.btn:focus {
  box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.4);
  outline: none;
}

.btn svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: currentColor;
}

.btn-primary {
  background-color: var(--cor-primaria);
  border: solid 0.1rem var(--cor-primaria);
  color: var(--cor-links);
  font-size: 1.8rem;
  line-height: 2.8rem;
  gap: 1rem;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.4rem rgb(255 255 255 / 54%),
    0 0 0 0.4rem var(--cor-primaria);
}

.btn-outline-primary {
  background-color: transparent;
  border: solid 0.2rem var(--cor-primaria);
  color: var(--cor-primaria);
  font-size: 1.8rem;
  line-height: 2.8rem;
  gap: 1rem;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.4rem rgb(255 255 255 / 54%),
    0 0 0 0.4rem var(--cor-primaria);
}

.btn-sm {
  font-size: 1.4rem;
  line-height: 2rem;
}

.page-content p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.page-content ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 26px;
}

.page-content ol {
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 26px;
}

.page-content hr {
  margin-block-start: 4rem;
  margin-block-end: 4rem;
}

.page-content h2 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.page-content h3 {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.page-content h4 {
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.page-content h5 {
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

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

#main-header {
  background-color: var(--cor-primaria);
  position: sticky;
  top: 0;
  z-index: 9999;
}

#main-header .content-header {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main-header .logo-header {
  font-size: 2.2rem;
  color: var(--cor-links);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

#main-header ul.nav-header {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  width: 4.4rem;
  height: 3.5rem;
  flex-direction: column;
  justify-content: space-between;
}

.menu-toggle .line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--cor-links);
  border-radius: 0.2rem;
  transition: all 0.3s ease;
}

.menu-toggle[aria-expanded="true"] .line:nth-child(1) {
  transform: translateY(1.1rem) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .line:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .line:nth-child(3) {
  transform: translateY(-1.2rem) rotate(-45deg);
}

#main-header ul.nav-header .nav-link {
  color: var(--cor-links);
}

footer .nav-link {
  color: var(--cor-texto);
  font-size: 1.4rem;
}

footer #campanha-info {
  font-size: 1.4rem;
}

footer {
  height: 8rem;
  border-top: solid 0.1rem rgba(121, 134, 140, 0.5);
}

footer .content-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  gap: 2.4rem;
  min-height: 8rem;
}

footer #campanha-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-left: solid 0.1rem rgba(121, 134, 140, 0.5);
  padding-left: 2.4rem;
}

footer .logo-footer {
  font-size: 2.2rem;
  color: var(--cor-primaria);
  font-weight: 900;
  text-transform: uppercase;
}

.modal {
  z-index: 9999;
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 60%);
}

.modal-dialog {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}

.modal-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 86rem;
  width: 100%;
  min-height: 32rem;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 1.2rem;
  outline: 0;
  background-color: var(--background-bg);
}

.modal-header {
  padding: 1.6rem 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 0.1rem rgba(121, 134, 140, 0.5);
}

.modal-header .btn-close {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all;
}

.modal-header .btn-close:hover {
  opacity: 0.6;
}

.modal-header .btn-close svg {
  width: 2.8rem;
  height: 2.8rem;
  color: var(--cor-texto);
}

.modal-content {
  padding: 2.4rem 3.2rem;
}

.btn-whatsapp {
  width: 6.6rem;
  height: 6.6rem;
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  background-color: #61d366;
  border: 0;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
}

.btn-whatsapp:hover {
  opacity: 1;
  transform: scale(1.1);
  background-color: #57bc5c;
}

.btn-whatsapp:after {
  content: "";
  position: absolute;
  background: rgb(255 255 255 / 10%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.btn-whatsapp svg {
  width: 3.4rem;
  height: 3.4rem;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.card-noticia {
  display: flex;
  flex-direction: column;
  border: solid 0.1rem rgba(121, 134, 140, 0.5);
  border-radius: 1rem;
  overflow: hidden;
  width: 33.33%;
  transition: 0.2s all;
}

.card-noticia:hover {
  box-shadow: 0.4rem 0.4rem 1.8rem rgba(0, 0, 0, 0.1);
}

.card-noticia .thumb-noticia {
  overflow: hidden;
}

.card-noticia .img-noticia {
  height: 26.8rem;
  width: 100%;
  background-color: rgb(121 134 140 / 50%);
  border-radius: 0;
  background-size: cover;
  background-position: center center;
  transition: 0.2s all;
  transform: scale(1);
}

.card-noticia:hover .img-noticia {
  transform: scale(1.05);
}

.card-noticia .main-card {
  display: flex;
  flex-direction: column;
}

.card-noticia .content-noticia {
  padding: 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  min-height: 20rem;
  align-items: flex-start;
  justify-content: space-between;
}

.card-noticia a.title-noticia {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: var(--cor-texto);
  text-decoration: none;
  transition: 0.2s all;
}

.card-noticia a.title-noticia:hover {
  text-decoration: underline;
}

.card-noticia .footer-noticia {
  padding: 1.6rem 2.4rem;
  display: flex;
  border-top: solid 0.1rem rgba(121, 134, 140, 0.5);
}

.card-noticia .footer-noticia span {
  font-weight: 500;
  color: var(--cor-texto);
  opacity: 0.6;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 4.8rem;
}

.pagination span.page-numbers.current {
  border-radius: 5rem;
  list-style: none;
  text-decoration: none;
  border: solid 0.2rem;
  transition: 0.2s all;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  font-size: 1.4rem;
  min-width: 4.4rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
}

.pagination a.page-numbers {
  border-radius: 5rem;
  list-style: none;
  text-decoration: none;
  border: solid 0.2rem;
  transition: 0.2s all;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  font-size: 1.4rem;
  min-width: 4.4rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
}

.pagination a.next.page-numbers,
.pagination a.prev.page-numbers {
  padding: 0.8rem 1.8rem;
}

.pagination a:hover {
  opacity: 0.7;
}

.pagination a:focus {
  box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.4);
  outline: none;
}

.card-evento {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
  padding: 3.2rem 2.8rem;
  border-radius: 1rem;
  border: solid 0.1rem rgba(121, 134, 140, 0.5);
  width: 100%;
  transition: 0.2s all;
  justify-content: space-between;
  max-width: 76.4rem;
}

.card-evento:hover {
  box-shadow: 0.4rem 0.4rem 1.8rem rgba(0, 0, 0, 0.1);
}

.card-evento .header-evento {
  padding-bottom: 2.4rem;
  border-bottom: solid 0.1rem rgba(121, 134, 140, 0.5);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.card-evento .data-evento {
  color: var(--cor-primaria);
}

.card-evento .hora-evento {
  color: var(--cor-texto);
  opacity: 0.7;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.card-evento .hora-evento svg {
  width: 2rem;
  height: 2rem;
}

.card-evento .content-evento {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.6rem;
}

.card-evento .info-evento {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.card-evento .name-evento {
  font-weight: 600;
}

.card-evento .local-evento {
  color: var(--cor-texto);
  opacity: 0.7;
}

.content-page {
  padding-top: 6.4rem;
  padding-bottom: 12rem;
  min-height: calc(100vh - 161px);
}

.page-header {
  padding-bottom: 8rem;
  text-align: center;
}

.page-404 .page-header p {
  margin-top: 3.2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.page-404 .page-header svg {
  width: 45px;
  margin-bottom: 1.6rem;
}

.empty-content {
  width: 100%;
  text-align: center;
}

/* Custom form 7 */
span.wpcf7-not-valid-tip {
  color: #ff6464;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2.4 0 0 0;
  padding: 0.2em 1em;
  border: 1px solid #00a0d2;
  border-radius: 0.6rem;
  font-weight: 400;
}

/* Mensagem de sucesso */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #bbe5c9;
  background-color: #bbe5c9;
  color: #407d46;
}

/* Mensagem de erro geral */
.wpcf7 form.failed .wpcf7-response-output {
  border-color: #ffd0d0;
  background-color: #ffd0d0;
  color: #ea3c4c;
}

/* Erros de validação (campos obrigatórios) */
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #ffecbb;
  background-color: #ffecbb;
  color: #755c1a;
}

.wpcf7-form-control.wpcf7-submit {
  height: 5rem;
  border-radius: 5rem !important;
}

#main-header ul.nav-header li:first-child {
  display: none;
}

#main-header ul.nav-header li.vote-candidato {
  display: none;
}

@media (max-width: 1024px) {
  .menu-toggle {
    display: flex;
  }

  #main-header ul.nav-header {
    display: none;
    flex-direction: column;
    position: fixed;
    height: calc(100vh - 8rem);
    top: 8rem;
    left: 0;
    right: 0;
    padding: 2.4rem 2.4rem 6.4rem 2.4rem;
    background-color: var(--cor-primaria);
    gap: 3.2rem;
    z-index: 9999;
  }

  #main-header ul.nav-header.active {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding-bottom: 8rem;
  }

  #main-header ul.nav-header li {
    margin: 0.5rem 0;
  }

  #main-header ul.nav-header .nav-link {
    font-size: 2.2rem;
  }

  #main-header ul.nav-header li:first-child {
    display: block;
  }

  #main-header ul.nav-header li.vote-candidato {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--cor-primaria);
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 !important;
    background-color: var(--cor-links);
  }

  #main-header ul.nav-header li.vote-candidato span.numero-candidato {
    color: var(--cor-numero);
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    background-color: var(--background-numero);
    padding: 1.2rem;
  }

  footer #campanha-info {
    border-left: 0;
    padding-left: 0;
  }

  .card-noticia {
    width: 100%;
    flex-direction: row;
  }

  .card-noticia .main-card {
    min-width: 50%;
  }

  .card-noticia a.title-noticia {
    font-size: 1.8rem;
    line-height: 2.4rem;
    -webkit-line-clamp: 5;
  }

  .card-noticia .content-noticia {
    padding: 0 0 0 1.6rem;
    min-height: auto;
    gap: 0.8rem;
  }

  .card-noticia {
    width: 100%;
    flex-direction: row;
    border: none;
    border-radius: 0;
    border-bottom: solid 0.1rem rgba(121, 134, 140, 0.5);
    padding-bottom: 2.4rem;
  }

  .card-noticia:hover {
    box-shadow: none;
  }

  .card-noticia .main-card {
    width: 100%;
  }

  a.link-noticia {
    display: none;
  }

  .card-noticia .footer-noticia {
    padding: 0 0 0 1.6rem;
    border: 0;
    margin-top: 0.8rem;
  }

  .card-noticia .footer-noticia span {
    font-size: 1.2rem;
  }

  .card-noticia .img-noticia {
    height: 10rem;
    width: 160px;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  #main-header ul.nav-header.active {
    justify-content: flex-start;
  }
}

@media (max-width: 512px) {
  .heading1 {
    font-size: 4.6rem;
    line-height: 5.6rem;
    font-weight: 600;
  }

  .heading2 {
    font-size: 3.8rem;
    line-height: 4.6rem;
    font-weight: 600;
  }

  .heading3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    font-weight: 600;
  }

  .heading4 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 600;
  }

  .heading5 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
  }

  #main-header .logo-header {
    font-size: 1.6rem;
  }

  footer #campanha-info {
    width: 100%;
  }

  footer .content-footer {
    gap: 1.6rem;
  }

  footer .logo-footer {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }

  #main-header .content-header {
    height: 6.4rem;
  }

  #main-header ul.nav-header {
    height: calc(100vh - 6.4rem);
    top: 6.4rem;
  }

  #main-header ul.nav-header.active {
    justify-content: center;
    gap: 2rem;
    padding: 1.6rem 2.4rem 6.4rem 2.4rem;
  }

  .modal-container {
    width: 94%;
  }

  .btn-whatsapp {
    width: 5.2rem;
    height: 5.2rem;
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .btn-whatsapp svg {
    width: 2.6rem;
    height: 2.6rem;
  }

  .card-evento {
    padding: 1.6rem 1.6rem;
    gap: 1.6rem;
  }

  .card-evento .header-evento {
    padding-bottom: 1.6rem;
    gap: 0.8rem;
  }

  .card-evento .local-evento {
    font-size: 1.4rem;
  }

  .card-evento .data-evento {
    font-size: 1.8rem;
  }
}

@media (max-width: 375px) {
  #main-header ul.nav-header .nav-link {
    font-size: 2rem;
  }

  #main-header ul.nav-header.active {
    justify-content: flex-start;
    gap: 1.6rem;
    padding: 0.8rem 2.4rem 8rem 2.4rem;
  }
}
