html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Saira', sans-serif;
}

a, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a:active, a:focus {
  outline: 0;
}

@media screen and (min-width: 576px) {
  .container-especial {
    width: 96%;
  }
}

@media screen and (min-width: 768px) {
  .container-especial {
    width: 88%;
  }
}

@media screen and (min-width: 992px) {
  .container-especial {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .container-especial {
    width: 72%;
  }
}

.slick-list {
  margin: 0 2.88rem;
}

.slick-slider {
  padding: 0;
  margin: 0;
}

.slick-slide:active, .slick-slide:focus {
  outline: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-arrow {
  width: 2.24rem;
  height: 2.24rem;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 99;
}

.slick-arrow:before {
  content: unset;
}

.slick-prev {
  background-image: url("../../images/__slick-prev.svg") !important;
}

.slick-next {
  background-image: url("../../images/__slick-next.svg") !important;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 0 0;
  position: unset;
}

.slick-dots li {
  margin: 0 0.56rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background: transparent;
  width: 1.68rem;
  height: 1.68rem;
  transition: all .24s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 1 !important;
}

.slick-dots li > button {
  background-color: #D9D9D6;
  height: 0.64rem;
  width: 0.64rem;
  border-radius: 50%;
  border: 0;
  opacity: 1 !important;
  transition: all .24s ease;
}

.slick-dots li > button:before {
  content: unset;
}

.slick-dots li.slick-active {
  border-color: #FAA387;
}

.slick-dots li.slick-active button {
  background-color: #AC441F;
}

/* 
.background-image{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
*/
.ajax-loader {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: .96rem;
  margin-top: .24rem;
}

.wpcf7-response-output {
  border: 1px solid #dc3232 !important;
  color: #dc3232;
  text-align: center;
  font-size: .96rem;
  margin: 1.6rem 0 0 !important;
  background: #ffe1e1;
}

.wpcf7-spinner {
  display: none;
}

.lista-semantica {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.section-bnn-archive img {
  min-height: 10.4rem;
  object-fit: cover;
}

.section-bnn-archive h1 {
  margin-bottom: 0;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  letter-spacing: .24rem;
  left: 0;
  font-size: 1.6rem;
  line-height: 1.92rem;
  top: calc(50% - 0.96rem);
  padding: 0 15px;
}

@media (min-width: 992px) {
  .section-bnn-archive h1 {
    font-size: 2.88rem;
    line-height: 2.88rem;
    top: calc(50% - 1.44rem);
  }
}

.titulo-secao {
  color: #AC441F;
  text-align: center;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.52rem;
  line-height: 2.4rem;
  letter-spacing: .24rem;
}

.conteudo-textual {
  color: #707070;
  font-size: .96rem;
  line-height: 1.84rem;
}

.conteudo-textual figure {
  margin-bottom: 0;
}

.conteudo-textual figcaption {
  text-align: center;
  font-size: .8rem;
  margin-top: .24rem;
}

.conteudo-textual ul {
  list-style: none;
  /* Remove default bullets */
}

.conteudo-textual ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CC212A;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
