@font-face {
  font-family: 'Monbaiti';
  src: url("../fonts/monbaiti.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Switzer';
  src: url("../fonts/Switzer-Regular.woff2") format("woff2"), url("../fonts/Switzer-Regular.woff") format("woff"), url("../fonts/Switzer-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Switzer';
  src: url("../fonts/Switzer-Bold.woff2") format("woff2"), url("../fonts/Switzer-Bold.woff") format("woff"), url("../fonts/Switzer-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Switzer", sans-serif !important;
  background-color: #000;
  color: #fff2ec;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #293040; }

::selection {
  color: #fff;
  background: #293040; }

.cookiealert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 25%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #293040; }
  .cookiealert p {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px;
    color: #fff; }
  .cookiealert button.acceptcookies {
    background-color: #fff2ec !important;
    color: #293040 !important;
    padding: 12px !important;
    font-size: 0.875rem;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center; }
    .cookiealert button.acceptcookies:hover {
      opacity: 0.8; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    bottom: 10px;
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%); }
    .cookiealert button.acceptcookies {
      margin: 0 auto; }

  .cookiealert.show {
    transform: translate(-50%, 0%); } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 25px 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
section {
  position: relative;
  padding: 60px 0; }

.container-fluid {
  padding: 0 70px; }

@media (min-width: 1140px) {
  .container {
    max-width: 1560px; } }
@media (max-width: 1580px) {
  .container {
    max-width: 1260px; } }
.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

img.img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 2; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    transform: scale(1.05); }

.embed-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .embed-video iframe {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%; }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end;
  gap: 50px; }

.gap20 {
  gap: 20px; }

.gap50 {
  gap: 50px; }

.gap80 {
  gap: 80px; }

.between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.between-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.justify-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.w-100 {
  width: 100%; }

.pt-100 {
  padding-top: 100px; }

.mt-80 {
  margin-top: 80px; }

.redes ul {
  gap: 20px; }
  .redes ul li {
    margin: 0 !important; }

h1, h2, h3 {
  font-family: "Monbaiti", serif; }

h1, .h1, .h2, h2 {
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: 2px;
  margin-bottom: 15px; }

h3 {
  font-size: 1.875rem;
  line-height: 1.1; }

p, li {
  font-size: 1rem;
  line-height: 22px; }

li {
  margin-bottom: 5px; }

b, strong {
  font-weight: bold; }

a {
  color: #fff2ec; }
  a:hover {
    color: #fff2ec; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.btn.btn-primary {
  background-color: #000;
  color: #fff2ec;
  border: solid 2px #fff2ec;
  border-radius: 50px;
  padding: 14px 28px;
  width: 100%;
  letter-spacing: 2px;
  max-width: max-content;
  font-size: 1.25rem;
  line-height: 1;
  white-space: break-spaces;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    background-color: #293040;
    color: #fff; }

.subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center; }
  .subtitle h2 {
    position: relative;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-bottom: 0; }
    .subtitle h2:after, .subtitle h2:before {
      content: '';
      position: absolute;
      width: 200px;
      height: 2px;
      top: 50%;
      transform: translateY(-50%);
      border-bottom: solid 2px #fff2ec; }
    .subtitle h2:before {
      left: -230px; }
    .subtitle h2:after {
      right: -230px; }

.flex-title {
  gap: 25px; }
  .flex-title .line {
    width: 100%;
    background-color: #fff2ec;
    height: 2px; }

.element-sub {
  position: absolute;
  right: 0;
  top: 0; }
  .element-sub .line {
    width: 57vw; }

.text-lg * {
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 30px; }
.text-lg *:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 1580px) {
  section {
    padding: 50px 0; }

  h1, .h1, .h2, h2 {
    font-size: 3.25rem; }

  h3 {
    font-size: 1.75rem; }

  .btn.btn-primary {
    font-size: 1.125rem; }

  .subtitle h2 {
    font-size: 2.25rem; }

  .text-lg * {
    font-size: 1.25rem;
    margin-bottom: 25px; }

  .mt-80 {
    margin-top: 60px; } }
@media screen and (max-width: 1380px) {
  h1, .h1, .h2, h2 {
    font-size: 3.125rem;
    line-height: 1; }

  .mt-80 {
    margin-top: 50px; } }
@media screen and (max-width: 1140px) {
  .container-fluid {
    padding: 0 15px; }

  h1, .h1, .h2, h2 {
    font-size: 2.75rem;
    letter-spacing: 1px; }

  .subtitle h2 {
    font-size: 2rem;
    letter-spacing: 1px; }
    .subtitle h2:after, .subtitle h2:before {
      width: 70px; }
    .subtitle h2:before {
      left: -85px; }
    .subtitle h2:after {
      right: -85px; }

  .btn.btn-primary {
    width: 100%;
    max-width: 100%;
    margin-top: 10px; }

  .flex-title img {
    min-width: 32px; }

  .element-sub {
    right: 20px;
    top: -55px; }

  .pt-100 {
    padding-top: 20px; }

  .pt-5, .py-5 {
    padding-top: 2rem !important; }

  .mt-80 {
    margin-top: 40px; }

  .mb-m-30 {
    margin-bottom: 30px; }

  .mt-5, .my-5 {
    margin-top: 1rem !important; }

  .mb-5, .my-5 {
    margin-bottom: 2rem !important; }

  .text-lg * {
    font-size: 1.125rem;
    margin-bottom: 20px; } }
header {
  background: linear-gradient(#000, #00000080, #0000);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 10; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header nav.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 50px; }
      header nav.nav-menu ul li {
        position: relative;
        margin-bottom: 0; }
        header nav.nav-menu ul li a {
          position: relative;
          display: block;
          width: 100%;
          color: #fff;
          font-size: 1rem;
          line-height: 1;
          padding: 10px 5px;
          text-align: center;
          text-decoration: none !important;
          transition: all ease 300ms; }
          header nav.nav-menu ul li a:hover {
            opacity: 0.9;
            transform: translateY(-2px); }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 30px;
    border-radius: 0px;
    background-color: #fff2ec;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines .close-line.close-middle {
    width: 18px; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 40px;
      background-color: #293040;
      padding: 0;
      z-index: 200;
      transform: translateY(-80vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 0px; }
        header .menu-overlay .nav-menu ul li a {
          font-size: 1.25rem;
          text-align: left;
          padding: 25px 15px;
          border-bottom: solid 1px #fff2ec; }
          header .menu-overlay .nav-menu ul li a:hover, header .menu-overlay .nav-menu ul li a:focus {
            background-color: #fff;
            color: #293040; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1380px) {
    header nav.nav-menu ul {
      gap: 30px; } }
  @media screen and (max-width: 900px) {
    header .brand img {
      max-width: 152px; } }

header.home {
  background: transparent; }
  header.home .brand {
    display: none; }

section.hero {
  background-color: #000;
  padding: 0; }
  section.hero img.bg {
    width: 100%;
    height: auto;
    pointer-events: none; }
  section.hero .container-fluid {
    position: absolute;
    width: 100%;
    padding-top: 180px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
  section.hero h1 {
    font-family: "Switzer", sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0px;
    max-width: 460px;
    margin-bottom: 20px; }
  @media screen and (max-width: 1580px) {
    section.hero img:not(.bg) {
      transform: scale(0.8);
      transform-origin: left; }
    section.hero .container-fluid {
      padding-top: 120px; } }
  @media screen and (max-width: 1380px) {
    section.hero img:not(.bg) {
      transform: scale(0.7);
      transform-origin: top left; }
    section.hero .container-fluid {
      padding-top: 100px; }
    section.hero h1 {
      padding: 0 15px; }
    section.hero img.bg {
      min-height: 300px;
      object-fit: cover; } }

@media screen and (max-width: 1140px) {
  section.hero._home {
    background-color: #293040; }
    section.hero._home .container-fluid {
      position: relative;
      padding: 0;
      transform: none;
      left: auto;
      top: auto; }
    section.hero._home img:not(.bg) {
      transform: none;
      max-width: 92%;
      margin: 0 auto;
      display: block; }
    section.hero._home h1 {
      padding-top: 150px; }
    section.hero._home .banner-mobile {
      width: 100%;
      max-width: 100% !important;
      margin-top: -20px !important; } }

@media screen and (max-width: 1140px) {
  section.cta h2 {
    text-align: center; } }

section.atuacoes .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 15px;
  margin: 50px 0; }
  section.atuacoes .flex-wrapper .item {
    position: relative;
    background-color: #fff2ec;
    width: calc(33.33% - 10px);
    display: flex;
    padding: 30px;
    gap: 20px;
    transition: all ease 300ms;
    /*img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        max-height: 235px;
        width: 100%;
        object-fit: contain;
        transition: all ease 500ms;
    }*/ }
    section.atuacoes .flex-wrapper .item .icon {
      margin-top: 2px; }
      section.atuacoes .flex-wrapper .item .icon img {
        width: 31px;
        max-width: 31px; }
    section.atuacoes .flex-wrapper .item .content {
      color: #282f3e; }
      section.atuacoes .flex-wrapper .item .content h3 {
        font-size: 1.75rem; }
      section.atuacoes .flex-wrapper .item .content p {
        color: #293040;
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 0; }
    section.atuacoes .flex-wrapper .item:hover {
      /*img {
          transform: scale(1.04);
      }*/
      transform: scale(1.02); }
section.atuacoes._2 {
  padding-top: 300px; }
@media screen and (max-width: 1580px) {
  section.atuacoes .flex-wrapper {
    gap: 20px 10px;
    margin: 40px 0; }
    section.atuacoes .flex-wrapper .item {
      width: calc(33.33% - 7px);
      padding: 22px;
      gap: 18px; }
      section.atuacoes .flex-wrapper .item .content h3 {
        font-size: 1.375rem; }
      section.atuacoes .flex-wrapper .item .content p {
        font-size: 12px; }
  section.atuacoes._2 {
    padding-top: 250px; } }
@media screen and (max-width: 1140px) {
  section.atuacoes .flex-wrapper {
    gap: 12px 10px; }
    section.atuacoes .flex-wrapper .item {
      width: 100%; }
      section.atuacoes .flex-wrapper .item .content .icon img {
        min-width: 18px;
        max-width: 18px; }
  section.atuacoes._2 {
    padding-top: 200px; } }

.image-banner-wrapper {
  position: relative;
  pointer-events: none; }
  .image-banner-wrapper:after {
    content: '';
    background-image: url("../img/icons/element-image.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 193px;
    height: 105px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
  @media screen and (max-width: 1140px) {
    .image-banner-wrapper:after {
      width: 80px;
      height: 35px; } }

section.blog {
  padding: 120px 0; }
  section.blog .grid {
    gap: 80px;
    margin-top: 40px; }
  section.blog .item {
    display: flex; }
    section.blog .item .image-wrapper {
      width: 60%; }
    section.blog .item .content {
      width: 40%;
      padding: 10px 25px; }
    section.blog .item:hover .image-wrapper img {
      transform: scale(1.05); }
  section.blog._2 {
    padding-top: 300px; }
  @media screen and (max-width: 1580px) {
    section.blog {
      padding: 100px 0; }
      section.blog .grid {
        gap: 60px; }
      section.blog .item .image-wrapper, section.blog .item .content {
        width: 50%; }
      section.blog .item .content p {
        font-size: 14px;
        line-height: 20px; }
      section.blog._2 {
        padding-top: 250px; } }
  @media screen and (max-width: 1140px) {
    section.blog {
      padding: 60px 0; }
      section.blog .grid {
        gap: 30px; }
      section.blog .item {
        flex-direction: column; }
        section.blog .item .image-wrapper, section.blog .item .content {
          width: 100%; }
        section.blog .item .content {
          padding: 25px 10px; }
      section.blog._2 {
        padding-top: 200px; } }

section.single-atuacao {
  padding-bottom: 120px; }
  section.single-atuacao h1 {
    max-width: 60%;
    text-transform: uppercase; }
  section.single-atuacao .text-image {
    max-width: 75%;
    margin-top: -80px;
    margin-left: 8%; }
    section.single-atuacao .text-image h2 {
      line-height: 90%;
      text-shadow: 0px 0px 20px #000; }
      section.single-atuacao .text-image h2 i, section.single-atuacao .text-image h2 em {
        padding-left: 80px; }
  section.single-atuacao ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin: 0; }
    section.single-atuacao ul li {
      font-size: 1.375rem; }
  @media screen and (max-width: 1580px) {
    section.single-atuacao h1 {
      max-width: 70%; }
    section.single-atuacao .text-image h2 {
      font-size: 3rem; }
    section.single-atuacao ul li {
      font-size: 1.25rem; } }
  @media screen and (max-width: 1140px) {
    section.single-atuacao {
      padding-bottom: 60px; }
      section.single-atuacao h1 {
        max-width: 100%; }
      section.single-atuacao .img-fluid {
        margin-top: 30px; }
      section.single-atuacao .text-image {
        max-width: calc(100% - 15px);
        margin-top: -80px;
        margin-left: 15px;
        margin-bottom: 30px; }
        section.single-atuacao .text-image h2 {
          font-size: 2.25rem; }
          section.single-atuacao .text-image h2 i, section.single-atuacao .text-image h2 em {
            padding-left: 60px; }
      section.single-atuacao ul {
        gap: 10px; }
        section.single-atuacao ul li {
          font-size: 1.125rem; } }

@media screen and (max-width: 1140px) {
  section.single-atuacao._post h1 {
    font-size: 2rem; } }

article p, article li {
  font-size: 1.25rem;
  line-height: 1.3; }
article h2 {
  margin-top: 40px; }
article h3 {
  margin-top: 30px; }
@media screen and (max-width: 1140px) {
  article p, article li {
    font-size: 1.125rem; } }

section.contact {
  padding: 300px 0 120px; }
  section.contact .map {
    position: relative;
    height: 350px;
    overflow: hidden; }
    section.contact .map iframe {
      position: absolute;
      inset: 0%;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 1580px) {
    section.contact {
      padding: 250px 0 100px; } }
  @media screen and (max-width: 1140px) {
    section.contact {
      padding: 200px 0 80px; } }

.formulario label {
  font-size: 1.25rem; }
.formulario .form-control {
  background-color: #fff2ec;
  color: #0e0d0f;
  font-size: 1.125rem;
  border-radius: 0px;
  height: 50px;
  padding: 8px 16px;
  border: none;
  margin-bottom: 15px; }
  .formulario .form-control::placeholder {
    color: #21222997;
    font-size: 1.125rem; }
.formulario input[name="nome"] {
  border-top: solid 1px #fefcff; }
.formulario textarea.form-control {
  height: 200px; }
.formulario input.wpcf7-submit {
  border-radius: 0px;
  margin-top: 20px; }
.formulario span.wpcf7-list-item {
  margin: 0; }
.formulario .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.875rem;
  margin: -10px 0 15px; }
.formulario .wpcf7 form .wpcf7-response-output {
  font-size: 1.125rem;
  line-height: 1.3;
  margin: 20px 0 0;
  padding: 20px;
  border-radius: 8px;
  text-align: center; }
.formulario .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: #000; }
.formulario .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #fff; }
.formulario span.wpcf7-spinner {
  margin-bottom: -15px; }

footer {
  background-color: #293040;
  padding: 50px 0 150px; }
  footer .grid {
    -ms-grid-columns: 1.8fr 1fr 1fr 0.5fr;
    grid-template-columns: 1.8fr 1fr 1fr 0.5fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    footer .grid > div:nth-child(2), footer .grid > div:nth-child(3) {
      padding-top: 60px; }
  footer li {
    margin-bottom: 0; }
  footer p, footer a {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0; }
  footer .contacts {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  footer nav {
    width: 100%; }
    footer nav ul {
      display: flex;
      flex-direction: column;
      gap: 10px;
      list-style-type: none;
      padding: 0;
      margin: 0; }
  footer img {
    max-width: 277px; }
  footer .center.centerright img {
    max-width: 110px; }
  @media screen and (max-width: 1380px) {
    footer p, footer a {
      font-size: 0.875rem; } }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 40px 0px 60px; }
      footer .grid {
        grid-row-gap: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
        footer .grid > div:nth-child(2), footer .grid > div:nth-child(3) {
          padding-top: 30px; }
      footer .centerright {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
        footer .centerright img {
          max-width: 105px; } }

/*# sourceMappingURL=styles.css.map */
