/*  Theme Name: Empresa
 *  text-domain: empresa */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  transition: all 300ms ease;
}

body {
  background: #f2f2f2;
}

#logo img {
  width: 170px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #logo img {
    width: 120px;
  }
}

#quem-somos {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 56px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
#quem-somos .wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 641px) and (max-width: 1194px) {
  #quem-somos .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #quem-somos .wrapper {
    flex-wrap: wrap;
  }
}
#quem-somos .wrapper .esquerda {
  width: 50%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #quem-somos .wrapper .esquerda {
    width: 100%;
  }
}
#quem-somos .wrapper .esquerda img {
  border: 12px solid #fff;
  width: 110%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  #quem-somos .wrapper .esquerda img {
    width: 100%;
    border: 0;
  }
}
#quem-somos .wrapper .esquerda h2, #quem-somos .wrapper .esquerda p {
  width: 80%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #quem-somos .wrapper .esquerda h2, #quem-somos .wrapper .esquerda p {
    width: 100%;
  }
}
#quem-somos .wrapper .direita {
  width: 50%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #quem-somos .wrapper .direita {
    width: 100%;
  }
}
#quem-somos .wrapper .direita img {
  border: 12px solid #fff;
  width: 110%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  #quem-somos .wrapper .direita img {
    width: 100%;
    border: 0;
  }
}
#quem-somos .wrapper .direita h2, #quem-somos .wrapper .direita p {
  width: 80%;
  text-align: right;
  margin-left: auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  #quem-somos .wrapper .direita h2, #quem-somos .wrapper .direita p {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #quem-somos {
    font-size: 48px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #quem-somos {
    font-size: 36px;
  }
}

#resumo {
  padding-top: 24px;
}
#resumo .logo {
  width: 160px;
  height: auto;
  margin: 0 auto;
}
#resumo .logo img {
  width: 100%;
  height: auto;
}
#resumo p {
  margin: 0 auto;
  width: 60%;
}
@media (min-width: 320px) and (max-width: 640px) {
  #resumo p {
    width: 100%;
  }
}

#acervo-cabecalho {
  height: 240px;
  width: 100%;
  background: url("../img/acervo-cabecalho.jpg") no-repeat center center;
  background-size: cover;
}

#eventos-cabecalho {
  height: 240px;
  width: 100%;
  background: url("../img/eventos-cabecalho.jpg") no-repeat center center;
  background-size: cover;
}

#eventos .evento {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #eventos .evento {
    flex-wrap: wrap;
  }
}
#eventos .thumbnail {
  max-width: 300px;
}
#eventos .thumbnail img {
  width: 100%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  #eventos .thumbnail {
    max-width: 100%;
    width: 100%;
  }
}

#single {
  margin-bottom: 48px;
}
#single .thumbnail {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center center;
  border-radius: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
}

h1 {
  font-size: 56px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  h1 {
    font-size: 36px;
  }
}

.h1 {
  font-size: 56px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h1 {
    font-size: 48px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 40px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  h2 {
    font-size: 24px;
  }
}

.h2 {
  font-size: 40px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h2 {
    font-size: 32px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  h3 {
    font-size: 24px;
  }
}

.h3 {
  font-size: 36px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h3 {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  h4 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 30px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h4 {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  h5 {
    font-size: 18px;
  }
}

.h5 {
  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h5 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  h6 {
    font-size: 14px;
  }
}

.h6 {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .h6 {
    font-size: 14px;
  }
}

ul li {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  margin: 8px 8px 8px 24px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  ul li {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  ul li {
    font-size: 15px;
  }
}

ol li {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  margin: 8px 8px 8px 24px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  ol li {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  ol li {
    font-size: 15px;
  }
}

p {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  p {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  p {
    font-size: 15px;
  }
}

span {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  span {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  span {
    font-size: 15px;
  }
}

.text {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .text {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .text {
    font-size: 15px;
  }
}

.text-big {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}

.text-micro {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}

strong {
  font-weight: 700;
}

.wrapper {
  width: 1194px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  .wrapper {
    width: 95%;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .wrapper {
    width: 90%;
  }
}

.subcontainer {
  border-radius: 24px;
  padding: 48px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .subcontainer {
    padding: 24px;
  }
}
.subcontainer.vermelho {
  background: #AD4A41;
}
.subcontainer.branco {
  background: #fff;
}
.subcontainer.cinza-300 {
  background: #f1f3f4;
}
.subcontainer.cinza-100 {
  background: #f2f2f2;
}

.separador {
  width: 100%;
  height: 24px;
}
.separador.vermelho {
  background: url("../img/separador-vermelho.svg") repeat-x;
  background-size: auto 24px;
}
.separador.laranja {
  background: url("../img/separador-laranja.svg") repeat-x;
  background-size: auto 24px;
}
.separador.verde {
  background: url("../img/separador-verde.svg") repeat-x;
  background-size: auto 24px;
}

header {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 99;
  height: 120px;
}
@media (min-width: 320px) and (max-width: 640px) {
  header nav {
    display: none;
  }
  header nav.ativo {
    background: #f2f2f2;
    display: block;
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  header nav {
    display: none;
  }
  header nav.ativo {
    background: #f2f2f2;
    display: block;
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
  }
}
header nav ul {
  display: flex;
}
@media (min-width: 320px) and (max-width: 640px) {
  header nav ul {
    width: 95%;
    margin: 0 auto;
    display: block;
    margin-bottom: 48px;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  header nav ul {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-bottom: 48px;
  }
}
header nav ul li {
  list-style: none;
}
@media (min-width: 320px) and (max-width: 640px) {
  header nav ul li {
    margin: 24px 0;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  header nav ul li {
    margin: 24px 0;
  }
}
header nav ul li a {
  font-weight: 700 !important;
  text-decoration: none;
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
header nav ul li a:hover {
  text-decoration: underline;
}

#headerfix {
  height: 120px;
}

#sanduiche {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 640px) {
  #sanduiche {
    display: flex;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #sanduiche {
    display: flex;
  }
}
#sanduiche div {
  height: 4px;
  background: #AD4A41;
  border-radius: 2px;
}

#hero {
  min-height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 641px) and (max-width: 1194px) {
  #hero .wrapper {
    flex-wrap: wrap;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #hero .wrapper {
    flex-wrap: wrap;
  }
}
#hero h1 {
  font-weight: 900;
}
#hero .imagem-destacada {
  width: 360px;
  height: 360px;
  background-size: cover !important;
  background-position: center center !important;
  border: 12px solid #fff;
  border-radius: 50%;
  background-size: cover;
  flex-shrink: 0;
}
@media (min-width: 641px) and (max-width: 1194px) {
  #hero .imagem-destacada {
    width: 100%;
    border-radius: 12px;
    border: none;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #hero .imagem-destacada {
    width: 100%;
    border-radius: 12px;
    border: none;
  }
}

#single-biblioteca .thumbnail {
  max-width: 300px;
  height: auto;
  flex-shrink: 0;
}
#single-biblioteca .thumbnail img {
  width: 100%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 640px) {
  #single-biblioteca .thumbnail {
    width: 100%;
  }
}
#single-biblioteca .pdf {
  width: 200px;
  padding: 12px;
  border-radius: 12px;
  background: #f2f2f2;
}
#single-biblioteca .pdf a {
  text-decoration: none;
}
#single-biblioteca .pdf a p {
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #single-biblioteca .pdf {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 0;
  }
}
#single-biblioteca .pdf img {
  margin: 12px auto;
  width: 35px;
  height: auto;
  display: block;
}
@media (min-width: 320px) and (max-width: 640px) {
  #single-biblioteca .pdf img {
    width: 25px;
  }
}
#single-biblioteca .content {
  display: flex;
  gap: 24px;
}
@media (min-width: 320px) and (max-width: 640px) {
  #single-biblioteca .content {
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  #single-biblioteca .content {
    flex-wrap: wrap;
  }
}
#single-biblioteca .tags a {
  text-decoration: none;
  background: #499FB6;
  padding: 3px 6px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
#single-biblioteca .tags ul {
  margin-top: 12px;
}
#single-biblioteca .tags li {
  list-style: none;
  margin: 0;
}
#single-biblioteca .cabecalho-artigo {
  display: flex;
}
@media (min-width: 641px) and (max-width: 1194px) {
  #single-biblioteca .cabecalho-artigo {
    flex-wrap: wrap;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  #single-biblioteca .cabecalho-artigo {
    flex-wrap: wrap;
  }
}

footer {
  background: #AD4A41;
  color: #fff;
}
footer a, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer span, footer li, footer td, footer th {
  color: #fff;
}
footer .logo {
  width: 200px;
}
footer .logo img {
  width: 100%;
  height: auto;
}

article p, article h1, article h2, article h3, article h4, article h5, article h6, article span, article li {
  margin-bottom: 12px;
}

table {
  border-collapse: separate;
  border-spacing: 12px;
  text-align: left;
  width: 100%;
}
table thead {
  font-weight: 900;
}
table thead tr {
  border-bottom: 2px solid #cecece;
}
table thead tr th {
  padding: 12px 0;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
table tbody tr {
  border-bottom: 1px solid #cecece;
}
table tbody tr:hover {
  background: #f1f3f4;
}
table tbody tr td, table tbody tr th {
  padding: 12px 0;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}

.input-group .input-medium {
  background: #fff;
  border-radius: 24px;
  padding: 6px 12px;
}
.input-group .input-medium input {
  background: none;
  border: none;
  padding-left: 30px;
}
.input-group .input-medium img {
  position: absolute;
  width: 20px;
  height: 20px;
}

.cta-primary {
  color: #fff;
  background: #499FB6;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .cta-primary {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .cta-primary {
    font-size: 15px;
  }
}
.cta-primary a {
  color: #fff;
  text-decoration: none;
}

.cta-primary-white {
  background: #fff;
  color: #499FB6;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .cta-primary-white {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .cta-primary-white {
    font-size: 15px;
  }
}
.cta-primary-white a {
  color: #499FB6;
  text-decoration: none;
}

.cta-secondary {
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .cta-secondary {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .cta-secondary {
    font-size: 15px;
  }
}
.cta-secondary a {
  color: #fff;
  text-decoration: none;
}

.cta-secondary-text-black {
  color: #3f3f3f;
  border: 1px solid #3f3f3f;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .cta-secondary-text-black {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .cta-secondary-text-black {
    font-size: 15px;
  }
}
.cta-secondary-text-black:hover {
  color: #fff;
  background: #499FB6;
}
.cta-secondary-text-black:hover a {
  color: #fff;
}
.cta-secondary-text-black a {
  color: #3f3f3f;
  text-decoration: none;
}
.cta-secondary-text-black a:hover {
  color: #fff;
  background: #499FB6;
}

.cta-other {
  color: #3f3f3f;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  text-decoration: underline;
  font-size: 18px;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .cta-other {
    font-size: 15px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .cta-other {
    font-size: 15px;
  }
}
.cta-other a {
  color: #3f3f3f;
  text-decoration: none;
}

.azul-escuro {
  background: #3D4558;
}

.branco {
  background: #fff;
}

.cinza-300 {
  background: #f1f3f4;
}

.cinza-500 {
  background: #cecece;
}

.text-azul-escuro {
  color: #3D4558;
}

.text-branco {
  color: #fff;
}

.text-cinza-300 {
  color: #f1f3f4;
}

.text-cinza-500 {
  color: #cecece;
}

.gap-0 {
  gap: 0 !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-36 {
  gap: 36px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-44 {
  gap: 44px !important;
}

.gap-48 {
  gap: 48px !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-left-12 {
  margin-left: 12px;
}

.margin-left-24 {
  margin-left: 24px;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-44 {
  margin-top: 44px !important;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-12 {
  padding: 12px !important;
}

.padding-24 {
  padding: 24px !important;
}

.padding-48 {
  padding: 48px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-bottom-12 {
  padding-bottom: 12px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-bottom-48 {
  padding-bottom: 48px !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-top-48 {
  padding-top: 48px !important;
}

.padding-top-56 {
  padding-top: 56px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.width-auto {
  width: auto !important;
  max-width: -moz-min-content;
  max-width: min-content;
}

.width-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

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

.width-12px {
  width: 12px !important;
}

.width-50px {
  width: 50px !important;
}

.width-100px {
  width: 100px !important;
}

.width-125px {
  width: 125px !important;
}

.width-150px {
  width: 150px !important;
}

.width-200px {
  width: 200px !important;
}

.width-300px {
  width: 300px !important;
}

.width-350px {
  width: 350px !important;
}

.width-400px {
  width: 400px !important;
}

.width-500px {
  width: 500px !important;
}

.width-600px {
  width: 600px !important;
}

.width-700px {
  width: 700px !important;
}

.width-metade {
  width: 50% !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .width-metade {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-width-100 {
    width: 100% !important;
  }
}

.min-width-100px {
  min-width: 100px;
}

.min-width-200px {
  min-width: 200px;
}

.min-width-300px {
  min-width: 300px;
}

.min-width-400px {
  min-width: 400px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .min-width-400px {
    min-width: auto;
  }
}

.min-width-500px {
  min-width: 500px;
}

.max-width-40 {
  max-width: 40% !important;
}

.max-width-50 {
  max-width: 50% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-width-50px {
  max-width: 50px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-50px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-100px {
  max-width: 100px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-100px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-150px {
  max-width: 150px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-150px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-200px {
  max-width: 200px !important;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-200px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-300px {
  max-width: 300px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-300px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-400px {
  max-width: 400px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-400px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-500px {
  max-width: 500px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-500px {
    max-width: 100%;
    width: 100%;
  }
}

.max-width-600px {
  max-width: 600px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .max-width-600px {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-max-width-100 {
    max-width: 100%;
    width: 100%;
  }
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: initial !important;
}

.ocultar-desktop {
  display: none;
}
@media (min-width: 320px) and (max-width: 640px) {
  .ocultar-desktop {
    display: flex;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .ocultar-desktop {
    display: flex;
  }
}

@media (min-width: 641px) and (max-width: 1194px) {
  .ocultar-tablet {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .ocultar-celular {
    display: none;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.colunas-2 {
  display: grid;
  grid-gap: 36px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 640px) {
  .colunas-2 {
    grid-template-columns: 1fr;
  }
}

.colunas-3 {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 320px) and (max-width: 640px) {
  .colunas-3 {
    grid-template-columns: 1fr 1fr;
  }
}

.colunas-4 {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 641px) and (max-width: 1194px) {
  .colunas-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  .colunas-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-coluna-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-flex-wrap {
    flex-wrap: wrap;
    display: flex;
  }
}
@media (min-width: 641px) and (max-width: 1194px) {
  .m-flex-wrap {
    flex-wrap: wrap;
    display: flex;
  }
}

.noshrink {
  flex-shrink: 0 !important;
}

.justify-content-center {
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 640px) {
  .m-justify-content-center {
    justify-content: center;
  }
}

.justify-content-flex-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between !important;
}

.align-items-flex-start {
  align-items: flex-start;
}

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

.align-items-flex-end {
  align-items: flex-end;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block;
}

.height-min-content {
  height: -moz-min-content;
  height: min-content;
}

.position-absolute {
  position: absolute;
}

.white-space-nowrap {
  white-space: nowrap;
}

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

@media (min-width: 320px) and (max-width: 640px) {
  .m-text-align-center {
    text-align: center;
  }
}

.relative {
  position: relative;
}

z-index-1 {
  z-index: 1;
}

.absolute {
  position: absolute;
}

.pointer {
  cursor: pointer;
}/*# sourceMappingURL=base.css.map */