:root {
  --color1: #EBEBEB;
  --color2: #333333;
  --color3: #818181;
  --color4: #5F0318;
  --color5: #C2A27B;
  --color6: #5B5B5B;
  --dmS: "DM Serif Display", serif;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 1rem;
  position: relative;
}
.container-small {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 1rem;
  position: relative;
}
.container-litle {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 1rem;
  position: relative;
}

@media (min-width: 1100px) {
  .hide_desktop {
    display: none !important;
  }
}

@media (max-width: 1099px) {
  .hide_mobile {
    display: none !important;
  }
}

.grid {
  display: grid;
}

ul li {
  list-style: none;
}

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

a {
  text-decoration: none;
}

p {
  line-height: 28px;
  margin-bottom: 1rem;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  color: #818181;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 6;
}

.hamburger {
  position: absolute;
  right: 20px;
  z-index: 99;
  top: 26px;
}
@media (min-width: 1140px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  width: 20px;
  height: 3px;
  border-radius: 2rem;
  background-color: var(--color4);
  display: block;
  margin: 4px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active .line {
  background-color: var(--color4);
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-49deg);
}

.opp {
  opacity: 0;
  position: fixed;
  background-color: hsla(0, 0%, 0%, 0.8);
  pointer-events: none;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.opp.active {
  opacity: 1;
}

header {
  background: white;
}
header .menu_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .barra_contatos {
  background: var(--color1);
  color: var(--color2);
  font-size: 14px;
}
header .barra_contatos .grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .barra_contatos .grid .barra_contatos_grid {
  display: flex;
  align-items: center;
  gap: 30px;
}
header .barra_contatos a {
  color: var(--color2);
}
header .barra_contatos .end,
header .barra_contatos .mail,
header .barra_contatos .whats {
  padding: 10px 0 10px 22px;
}
header .barra_contatos .end {
  background: url(../imgs/pin.png) left no-repeat;
}
header .barra_contatos .mail {
  background: url(../imgs/mail.png) left no-repeat;
}
header .barra_contatos .whats {
  background: url(../imgs/whats.svg) left no-repeat;
}
header .barra_contatos .in {
  text-align: end;
}
header .cc {
  padding: 1.25rem 0;
}
header .cc .grid {
  grid-template-columns: 22% 1fr;
}
@media (max-width: 1140px) {
  header .menu {
    pointer-events: none;
    visibility: hidden;
    height: 0;
  }
}
@media (max-width: 1140px) {
  header .menu,
  header .menu-mob {
    opacity: 0;
    position: relative;
  }
}
header .menu ul,
header .menu-mob ul {
  display: flex;
  align-items: center;
}
header .menu ul li,
header .menu-mob ul li {
  margin-right: 2.5rem;
  position: relative;
}
header .menu ul li:after,
header .menu-mob ul li:after {
  content: "";
  width: 0%;
  height: 1px;
  background: var(--color4);
  display: block;
  transition: all 0.4s ease;
}
header .menu ul li:hover:after, header .menu ul li.active:after,
header .menu-mob ul li:hover:after,
header .menu-mob ul li.active:after {
  width: 100%;
  background: var(--color4);
}
header .menu ul li a,
header .menu-mob ul li a {
  color: var(--color3);
  font-size: 14px;
}
header .menu ul li a:hover,
header .menu-mob ul li a:hover {
  color: var(--color4);
}
header .menu ul li.menu_contato,
header .menu-mob ul li.menu_contato {
  background-color: var(--color4);
  padding: 0.625rem 1.75rem;
  margin-right: 0;
}
header .menu ul li.menu_contato a,
header .menu-mob ul li.menu_contato a {
  color: white;
}
header .menu ul.grid,
header .menu-mob ul.grid {
  grid-template-columns: 1fr 1fr;
}
header .menu .restrita,
header .menu-mob .restrita {
  position: absolute;
  right: 8%;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  top: 20px;
}
header .menu .restrita img,
header .menu-mob .restrita img {
  padding-left: 2rem;
}
header .menu .restrita a,
header .menu-mob .restrita a {
  color: #000000;
  font-weight: 500;
}
header .menu-mob {
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
  transition: all 0.4s ease;
  height: 100vh;
  width: 374px;
  margin-left: -200%;
  padding-top: 2rem;
  background: white;
  opacity: 1;
  z-index: 9;
}
header .menu-mob.active {
  margin-left: 0%;
}
header .menu-mob.active .menu {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
  height: auto;
}
header .menu-mob.active .barra_contatos .grid {
  align-items: center;
  grid-template-columns: 1fr;
}
header .menu-mob.active .barra_contatos .grid .in {
  text-align: start;
  padding: 10px 0 10px 0;
}
header .menu-mob.active ul {
  display: block;
  padding: 0 2rem;
}
header .menu-mob.active ul li {
  display: block;
  margin-bottom: 1rem;
  width: -moz-max-content;
  width: max-content;
}
header .menu-mob.active ul li a {
  font-size: 18px;
}
header .menu-mob.active ul li.menu_contato {
  width: -moz-max-content;
  width: max-content;
}

#banner {
  height: 460px;
  margin-top: 7rem;
  color: white;
}
@media (max-width: 1099px) {
  #banner {
    padding-top: 0;
  }
}
@media (max-width: 440px) {
  #banner {
    margin-top: 5rem;
    height: 336px;
  }
}
#banner .swiper {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  font-size: 14px;
}
#banner h2 {
  color: var(--color5);
  font-size: 66px;
  font-weight: 400;
  font-family: "DM Serif Display", serif;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
}
@media (max-width: 720px) {
  #banner h2 {
    font-size: 40px;
  }
}
#banner a {
  background-color: var(--color5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1.75rem;
  border: 1px solid var(--color5);
  height: 36px;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.4s ease;
}
#banner a:hover {
  background-color: transparent;
}
#banner .swiper-pagination {
  right: 15%;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  background-color: hsla(0, 0%, 100%, 0.5);
  width: 11px;
  height: 11px;
  margin-bottom: 1rem;
}
#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C2A27B;
}

#quem {
  padding-block: 3rem;
  position: relative;
}
#quem:before {
  content: "";
  background: url(../imgs/mask3.svg) no-repeat;
  position: absolute;
  width: 333px;
  height: 738px;
  bottom: -288px;
  left: -141px;
  z-index: 0;
}
@media (max-width: 1290px) {
  #quem:before {
    display: none;
  }
}
#quem .grid {
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin: 0 auto;
  width: 970px;
}
@media (max-width: 990px) {
  #quem .grid {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
#quem h3 {
  text-transform: uppercase;
  font-size: 11px;
  color: var(--color6);
  letter-spacing: 4px;
  font-weight: 700;
  position: relative;
  margin-bottom: 2rem;
}
#quem h3:after {
  content: "";
  position: absolute;
  left: -301px;
  width: 283px;
  height: 2px;
  background-color: var(--color4);
  top: 5px;
}
@media (max-width: 990px) {
  #quem .text {
    order: 2;
  }
  #quem .text h3 {
    display: none;
  }
}
#quem .text h2 {
  color: var(--color6);
  font-size: 52px;
  font-family: var(--dmS);
  font-weight: 400;
}
@media (max-width: 440px) {
  #quem .text h2 {
    font-size: 28px;
  }
}
#quem .text h2:after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: var(--color4);
  margin: 1.225rem 0;
  display: block;
}
#quem .foto {
  width: 315px;
  height: 458px;
  position: relative;
}
@media (min-width: 991px) {
  #quem .foto h3 {
    display: none;
  }
}
@media (max-width: 440px) {
  #quem .foto {
    width: 100%;
    height: auto;
  }
}
#quem .foto img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 390px) {
  #quem .foto img {
    width: 100%;
  }
}
#quem .foto .box_ano {
  width: 242px;
  height: 242px;
  background: hsla(346, 94%, 19%, 0.6);
  position: absolute;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  top: 30%;
  right: -115px;
  color: white;
  display: grid;
  justify-content: center;
  align-content: center;
}
@media (max-width: 440px) {
  #quem .foto .box_ano {
    top: initial;
    bottom: 0;
    width: 180px;
    height: 180px;
    right: 0;
  }
}
#quem .foto .box_ano .ano {
  font-size: 120px;
  font-family: var(--dmS);
  color: white;
  line-height: 7rem;
  text-shadow: 1px 1px 2px hsla(0, 0%, 0%, 0.3);
  text-align: center;
}
@media (max-width: 440px) {
  #quem .foto .box_ano .ano {
    font-size: 80px;
  }
}
#quem .foto .box_ano span {
  display: inline-block;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

#atuacao {
  background-color: #EBEBEB;
  padding-bottom: 4rem;
  /* ARROWS */
  /* PAGINATION */
}
#atuacao h3 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  color: hsla(0, 0%, 36%, 0.85);
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}
#atuacao h3:before {
  content: "";
  width: 2px;
  height: 69px;
  background: var(--color4);
  display: block;
  margin: -4rem auto 13px;
}
#atuacao .grid {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 88%;
  margin: 0 auto;
}
@media (max-width: 820px) {
  #atuacao .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
#atuacao .title h2 {
  font-family: var(--dmS);
  color: var(--color4);
  font-size: 36px;
  font-weight: 400;
  text-align: end;
}
@media (max-width: 820px) {
  #atuacao .title h2 {
    font-size: 30px;
    text-align: start;
  }
}
#atuacao .content h2 {
  margin-bottom: 1.75rem;
}
#atuacao .content p {
  font-size: 14px;
  line-height: initial;
}
#atuacao .content img {
  margin-bottom: 1.7rem;
}
#atuacao .bk-slider {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0 100px;
}
@media (max-width: 440px) {
  #atuacao .bk-slider {
    padding: 50px 0 50px;
  }
}
#atuacao .bk-slider:after, #atuacao .bk-slider:before {
  content: "";
  position: absolute;
  top: 35px;
  z-index: 2;
  width: 303px;
  height: 385px;
  pointer-events: none;
}
@media (max-width: 990px) {
  #atuacao .bk-slider:after, #atuacao .bk-slider:before {
    display: none;
  }
}
#atuacao .bk-slider:after {
  background: url(../imgs/grad.png) no-repeat;
  left: 0;
}
#atuacao .bk-slider:before {
  background: url(../imgs/grad2.png) no-repeat;
  right: 0;
  width: 232px;
}
#atuacao .swiper {
  width: 100%;
  height: auto;
  overflow: visible;
}
#atuacao .swiper-horizontal > .swiper-pagination-bullets,
#atuacao .swiper-pagination-bullets.swiper-pagination-horizontal,
#atuacao .swiper-pagination-custom,
#atuacao .swiper-pagination-fraction {
  bottom: -94px;
  top: initial;
}
@media (max-width: 440px) {
  #atuacao .swiper-horizontal > .swiper-pagination-bullets,
  #atuacao .swiper-pagination-bullets.swiper-pagination-horizontal,
  #atuacao .swiper-pagination-custom,
  #atuacao .swiper-pagination-fraction {
    bottom: -50px;
  }
}
#atuacao .swiper-button-next:after,
#atuacao .swiper-rtl .swiper-button-prev:after,
#atuacao .swiper-button-prev:after,
#atuacao .swiper-rtl .swiper-button-next:after {
  display: none;
}
#atuacao .swiper-slide {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  background: white;
  transition: all 0.3s ease;
  padding: 2rem;
  height: auto;
}
#atuacao .swiper-slide h2 {
  font-family: var(--dmS);
  font-size: 22px;
}
#atuacao .swiper-slide.swiper-slide-active {
  color: #fff;
  background: var(--color6);
  transform: scale(1.1);
  padding-block: 2rem;
  z-index: 2;
}
#atuacao .swiper-button-prev,
#atuacao .swiper-button-next {
  color: rgb(246, 146, 89);
  z-index: 5;
}
@media (max-width: 990px) {
  #atuacao .swiper-button-prev,
  #atuacao .swiper-button-next {
    display: none;
  }
}
#atuacao .swiper-button-next {
  right: 19%;
}
#atuacao .swiper-button-prev {
  left: 18%;
}
#atuacao .swiper-button-prev svg {
  transform: rotate(-180deg);
}
#atuacao .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
#atuacao .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background: var(--color4);
}

#equipe {
  padding: 4rem 0 0;
  background-color: #F8F8F8;
}
#equipe .infos {
  position: relative;
}
#equipe .infos:after {
  content: "";
  background: url(../imgs/item1.svg) no-repeat;
  position: absolute;
  width: 90px;
  height: 188px;
  top: -80px;
  right: 268px;
  z-index: 0;
}
@media (max-width: 770px) {
  #equipe .infos:after {
    display: none;
  }
}
#equipe .infos:before {
  content: "";
  background: url(../imgs/mask2.svg) no-repeat;
  position: absolute;
  width: 426px;
  height: 945px;
  bottom: 383px;
  right: 0;
  z-index: 0;
}
@media (max-width: 770px) {
  #equipe .infos:before {
    display: none;
  }
}
#equipe .text_intro {
  margin-bottom: 5rem;
}
#equipe .text_intro h3 {
  text-transform: uppercase;
  font-size: 11px;
  color: var(--color6);
  letter-spacing: 4px;
  font-weight: 700;
  position: relative;
  margin-bottom: 2rem;
}
#equipe .text_intro h3:after {
  content: "";
  position: absolute;
  left: -234px;
  width: 220px;
  height: 2px;
  background-color: var(--color4);
  top: 5px;
}
#equipe .text_intro h2 {
  color: var(--color6);
  font-size: 52px;
  font-family: var(--dmS);
  font-weight: 400;
  width: 70%;
}
@media (max-width: 990px) {
  #equipe .text_intro h2 {
    width: 100%;
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  #equipe .text_intro h2 {
    width: 100%;
    font-size: 30px;
  }
}
#equipe .remaining-items {
  padding-bottom: 4rem;
}
@media (max-width: 720px) {
  #equipe .remaining-items {
    background-color: transparent;
  }
}
#equipe .remaining-items .grid {
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  gap: 4rem;
  position: relative;
}
@media (max-width: 720px) {
  #equipe .remaining-items .grid {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
  }
}
#equipe .remaining-items .grid > div {
  margin-top: -8rem;
}
@media (max-width: 720px) {
  #equipe .remaining-items .grid > div {
    width: 100%;
    padding: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  #equipe .remaining-items .grid > div:last-child {
    margin-top: 0;
  }
}
#equipe .remaining-items .grid > div img {
  margin-bottom: 2rem;
}
#equipe .remaining-items .text {
  color: #818181;
  font-size: 14px;
}
#equipe .remaining-items .text h3 {
  color: hsla(346, 94%, 19%, 0.85);
  font-family: var(--dmS);
  font-size: 36px;
  font-weight: 400;
}
#equipe .remaining-items .text h4 {
  font-size: 13px;
  color: #818181;
  margin-bottom: 15px;
  font-weight: 400;
  margin-top: 8px;
}
#equipe .first-item {
  padding-bottom: 14rem;
}
@media (max-width: 770px) {
  #equipe .first-item {
    padding-bottom: 10rem;
  }
}
#equipe .first-item .img img {
  margin-top: -34px;
}
@media (max-width: 440px) {
  #equipe .first-item .img img {
    width: 100%;
  }
}
#equipe .first-item .text {
  color: #818181;
  background-color: white;
  box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 4rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  #equipe .first-item .text {
    padding: 2rem;
    width: 100%;
    background-color: transparent;
    box-shadow: initial;
  }
}
#equipe .first-item .text h3 {
  color: hsla(346, 94%, 19%, 0.85);
  font-family: var(--dmS);
  font-size: 36px;
  font-weight: 400;
}
#equipe .first-item .text h4 {
  font-size: 13px;
  color: hsla(0, 0%, 20%, 0.85);
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 8px;
}
#equipe .grid {
  grid-template-columns: 1fr 1fr;
}

#responsabilidade {
  background-size: cover !important;
  padding-block: 2.75rem;
}
#responsabilidade .grid {
  grid-template-columns: 50% 50%;
  gap: 6rem;
  align-items: end;
}
@media (max-width: 720px) {
  #responsabilidade .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#responsabilidade .text {
  font-size: 15px;
  color: white;
}
#responsabilidade .text h2 {
  font-family: var(--dmS);
  font-size: 37px;
  font-weight: 400;
  color: var(--color5);
  margin-bottom: 1.15rem;
}
#responsabilidade .text p {
  line-height: 22px;
}
#responsabilidade .link a {
  background-color: var(--color5);
  color: white;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 2rem;
  display: inline-block;
  border: 1px solid var(--color5);
  transition: all 0.4s ease;
}
#responsabilidade .link a:hover {
  background: transparent;
}

#onde {
  padding: 5rem 0 17rem;
  background-color: #EBEBEB;
}
#onde .text {
  padding-left: 6rem;
}
@media (max-width: 720px) {
  #onde .text {
    padding-left: 0;
  }
}
#onde h3 {
  text-transform: uppercase;
  font-size: 11px;
  color: var(--color6);
  letter-spacing: 4px;
  font-weight: 700;
  position: relative;
  margin-bottom: 2rem;
  padding-left: 6rem;
}
#onde h3:after {
  content: "";
  position: absolute;
  left: -234px;
  width: 306px;
  height: 2px;
  background-color: var(--color4);
  top: 5px;
}
#onde .grid {
  grid-template-columns: 50% 42%;
  align-items: end;
  gap: 84px;
}
@media (max-width: 720px) {
  #onde .grid {
    display: block;
  }
}
#onde .text h2 {
  font-family: var(--dmS);
  color: var(--color6);
  font-weight: 400;
  font-size: 52px;
}
@media (max-width: 720px) {
  #onde .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  #onde .text h2 {
    font-size: 30px;
  }
}
#onde .text h2::after {
  content: "";
  height: 2px;
  width: 34px;
  background-color: var(--color4);
  margin: 1.75rem 0;
  display: block;
}
#onde .swiper-button-next:after,
#onde .swiper-rtl .swiper-button-prev:after,
#onde .swiper-button-prev:after,
#onde .swiper-rtl .swiper-button-next:after {
  display: none;
}
#onde .swiper-button-next {
  right: -2%;
}
#onde .swiper-horizontal > .swiper-pagination-bullets,
#onde .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
  text-align: start;
}
#onde .swiper-pagination-bullet-active {
  background-color: var(--color4);
}
#onde .swiper,
#onde .swiper-container {
  overflow: inherit;
}
#onde .swiper-button-prev {
  left: -3%;
}
#onde .swiper-button-prev svg {
  transform: rotate(-180deg);
}
@media (max-width: 440px) {
  #onde .swiper-slide img {
    width: 100%;
  }
}

#artigos {
  background-color: #F8F8F8;
  padding-top: 1rem;
  position: relative;
  padding-bottom: 4rem;
}
#artigos:after {
  content: "";
  background: url(../imgs/item1.svg) no-repeat;
  position: absolute;
  width: 90px;
  height: 188px;
  top: -229px;
  left: 168px;
  z-index: 0;
}
#artigos:before {
  content: "";
  background: url(../imgs/mask.svg) no-repeat;
  position: absolute;
  width: 426px;
  height: 554px;
  top: 62px;
  right: 6px;
  z-index: 0;
}
#artigos .box_artigos {
  background-color: white;
  box-shadow: 10px 10px 20px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  margin-top: -10rem;
  position: relative;
  z-index: 2;
}
#artigos h3 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  color: hsla(0, 0%, 36%, 0.85);
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}
#artigos h3:before {
  content: "";
  width: 2px;
  height: 69px;
  background: var(--color4);
  display: block;
  margin: -4rem auto 13px;
}
#artigos .intro h2 {
  color: var(--color4);
  font-family: var(--dmS);
  font-size: 37px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 440px) {
  #artigos .intro h2 {
    font-size: 28px;
    padding: 0 1rem;
  }
}
#artigos .grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding: 0 4rem;
}
@media (max-width: 440px) {
  #artigos .grid {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}
#artigos .posts {
  padding-bottom: 6rem;
}
#artigos .post-content {
  position: relative;
  height: 193px;
  margin-top: 9rem;
}
#artigos .post-content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 193px;
  top: 0;
  background-color: white;
  transition: all 0.4s ease;
}
#artigos .post-content .cc {
  position: relative;
  z-index: 3;
  padding: 2rem;
  transition: all 0.4s ease;
}
#artigos .post-content .btn-saiba-mais {
  position: absolute;
  background-color: var(--color5);
  color: white;
  font-size: 14px;
  padding: 8px;
  width: 80%;
  left: 50%;
  bottom: -29px;
  transform: translate(-50%);
  border: 1px solid var(--color5);
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
}
#artigos .post-date, #artigos .post-category {
  font-size: 11px;
  color: var(--color5);
}
#artigos .post-title {
  font-size: 18px;
  font-family: var(--dmS);
  color: var(--color6);
  font-weight: 400;
  margin-block: 1rem;
  line-height: 21px;
}
#artigos .post-item {
  background-size: cover;
  position: relative;
}
#artigos .post-item.hidden {
  display: none;
}
#artigos .post-item a.ab {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#artigos .post-item:before {
  content: "";
  background-color: hsla(0, 0%, 0%, 0.663);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.4s ease;
}
#artigos .post-item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  background-position: top center;
}
#artigos .post-item:hover:before {
  opacity: 1;
  transition-delay: 0.2s;
}
#artigos .post-item:hover .post-content:after {
  top: 193px;
  height: 0;
}
#artigos .post-item:hover .post-content .cc {
  transition-delay: 0.2s;
}
#artigos .post-item:hover .post-content .cc * {
  color: white;
}
#artigos .post-item:hover .post-content .btn-saiba-mais {
  opacity: 1;
  transition-delay: 0.2s;
}
#artigos .leia {
  display: flex;
  justify-content: end;
}
#artigos .leia a {
  background-color: var(--color4);
  color: white;
  font-size: 13px;
  font-weight: 400;
  height: 46px;
  width: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#artigos .btn-ver-todos {
  background-color: var(--color4);
  color: white;
  font-size: 13px;
  font-weight: 400;
  height: 46px;
  width: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
#artigos .btn-ver-todos.hidden {
  display: none;
}

#contato {
  background: url(../imgs/contato.jpg) no-repeat center;
  background-size: cover;
  padding-block: 2rem;
  height: 231px;
}
@media (max-width: 440px) {
  #contato {
    height: auto;
  }
}
#contato h2 {
  text-align: center;
  color: var(--color5);
  font-family: var(--dmS);
  font-size: 36px;
  font-weight: 400;
}
#contato .form_c {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 556px;
  margin: 2rem auto 0;
}
@media (max-width: 440px) {
  #contato .form_c {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 0;
  }
}
#contato .form_c input, #contato .form_c[type=email],
#contato .form_c textarea {
  color: white;
  width: 260px;
  height: 30px;
  background: transparent;
  border: 1px solid white;
  font-size: 13px;
  padding-left: 0.45rem;
  margin-bottom: 16px;
}
#contato .form_c input::-moz-placeholder, #contato .form_c[type=email]::-moz-placeholder, #contato .form_c textarea::-moz-placeholder {
  color: white;
}
#contato .form_c input::placeholder, #contato .form_c[type=email]::placeholder,
#contato .form_c textarea::placeholder {
  color: white;
}
@media (max-width: 440px) {
  #contato .form_c input, #contato .form_c[type=email],
  #contato .form_c textarea {
    width: 100%;
  }
}
#contato .form_c textarea {
  height: 77px;
  padding-top: 0.45rem;
}
#contato input[type=submit] {
  width: 197px;
  background-color: var(--color5);
  color: white;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color5);
  margin: 10px auto 0;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
#contato .wpcf7-not-valid {
  border: 1px solid #ff0000 !important;
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}
@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
#contato .wpcf7-not-valid-tip {
  display: none;
}
#contato .wpcf7 form .wpcf7-response-output {
  padding: 0.2em 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  margin: 43px 0 0;
  font-size: 12px;
  color: white;
  border: 1px solid #ffb900;
  background: #ffb900;
}
@media (max-width: 440px) {
  #contato .wpcf7 form .wpcf7-response-output {
    padding: 0.2em 10px;
    width: 93%;
  }
}
#contato .wpcf7-spinner {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
}
#contato .wpcf7 form.sent .wpcf7-response-output {
  background: #144a14;
  border: 1px solid #144a14;
}

.post_int {
  position: relative;
}
.post_int:after {
  content: "";
  width: 100%;
  background: #EBEBEB;
  height: 222px;
  position: absolute;
  top: 0;
}
@media (max-width: 440px) {
  .post_int:after {
    height: 100px;
  }
}
.post_int .container {
  position: relative;
  z-index: 3;
}
.post_int .img {
  padding-top: 3rem;
  margin-bottom: 4rem;
}
.post_int .img img {
  width: 100%;
}
.post_int .dates {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
}
.post_int .dates .post-date {
  margin-right: 6px;
}
.post_int h2.title {
  font-size: 45px;
  color: var(--color4);
  font-family: var(--dmS);
  text-align: center;
  font-weight: 400;
}
@media (max-width: 990px) {
  .post_int h2.title {
    font-size: 34px;
  }
}
@media (max-width: 440px) {
  .post_int h2.title {
    font-size: 28px;
  }
}
.post_int .content {
  padding: 2rem 10rem;
  color: var(--color3);
}
@media (max-width: 440px) {
  .post_int .content {
    padding: 1rem;
  }
}
.post_int .content h3,
.post_int .content h4,
.post_int .content h5,
.post_int .content h6 {
  color: var(--color4);
  font-family: var(--dmS);
  font-size: 26px;
  margin: 1rem 0;
  font-weight: 400;
}
@media (max-width: 440px) {
  .post_int .content h3,
  .post_int .content h4,
  .post_int .content h5,
  .post_int .content h6 {
    font-size: 22px;
  }
}

footer {
  min-height: 440px;
  background: #343434;
  margin-top: -1px;
  padding-block: 4rem;
  position: relative;
}
footer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  background: url(../imgs/marcarF.svg) no-repeat;
  width: 154px;
  height: 232px;
}
footer * {
  color: #D6D6D6;
  font-size: 13px;
}
footer .grid {
  grid-template-columns: 25% 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 770px) {
  footer .grid {
    grid-template-columns: 1fr;
  }
}
footer .logo img {
  margin-bottom: 1rem;
}
footer .logo p {
  line-height: 20px;
}
footer ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
footer ul li {
  margin-bottom: 0.75rem;
  line-height: 20px;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .infos a,
footer .infos span {
  display: flex;
  margin-bottom: 14px;
}
footer .infos span {
  width: 70%;
  gap: 11px;
}
footer .infos a {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .infos a:hover {
  text-decoration: underline;
}
footer .infos svg {
  width: 20px;
}
footer .infos svg path {
  fill: #C2A27B;
}
#artigos.int {
  margin-top: 15rem;
}
#artigos:before {
  display: none;
}
#artigos:after {
  left: 52px;
}

#noticias {
  padding: 10rem 0 6rem;
}
#noticias h1 {
  font-family: var(--dmS);
  color: var(--color4);
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
#noticias .grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding-top: 4rem;
}
@media (max-width: 440px) {
  #noticias .grid {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}
#noticias .post-content {
  position: relative;
  height: 193px;
  margin-top: 9rem;
}
#noticias .post-content:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 193px;
  top: 0;
  background-color: white;
  transition: all 0.4s ease;
}
#noticias .post-content .cc {
  position: relative;
  z-index: 3;
  padding: 2rem;
  transition: all 0.4s ease;
}
#noticias .post-content .btn-saiba-mais {
  position: absolute;
  background-color: var(--color5);
  color: white;
  font-size: 14px;
  padding: 8px;
  width: 80%;
  left: 50%;
  bottom: -29px;
  transform: translate(-50%);
  border: 1px solid var(--color5);
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
}
#noticias .post-date, #noticias .post-category {
  font-size: 11px;
  color: var(--color5);
}
#noticias .post-title {
  font-size: 18px;
  font-family: var(--dmS);
  color: var(--color6);
  font-weight: 400;
  margin-block: 1rem;
  line-height: 21px;
}
#noticias .post-item {
  background-size: cover;
  position: relative;
}
#noticias .post-item.hidden {
  display: none;
}
#noticias .post-item a.ab {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#noticias .post-item:before {
  content: "";
  background-color: hsla(0, 0%, 0%, 0.663);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.4s ease;
}
#noticias .post-item .img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  background-position: top center;
}
#noticias .post-item:hover:before {
  opacity: 1;
  transition-delay: 0.2s;
}
#noticias .post-item:hover .post-content:after {
  top: 193px;
  height: 0;
}
#noticias .post-item:hover .post-content .cc {
  transition-delay: 0.2s;
}
#noticias .post-item:hover .post-content .cc * {
  color: white;
}
#noticias .post-item:hover .post-content .btn-saiba-mais {
  opacity: 1;
  transition-delay: 0.2s;
}/*# sourceMappingURL=main.css.map */