.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section {
  background-color: transparent;
  color: #fff;
}

.navbar {
  background-color: transparent;
  color: #fff;
}

.background {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 33, 61, 0.9)), to(rgba(13, 33, 61, 0.9))), url('../images/bg4.jpg');
  background-image: linear-gradient(180deg, rgba(13, 33, 61, 0.9), rgba(13, 33, 61, 0.9)), url('../images/bg4.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.body {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.body-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.43)), to(hsla(0, 0%, 100%, 0.43))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/DC-Business-Law-Alert--The-Right-Response-at-the-Right-Time.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.43), hsla(0, 0%, 100%, 0.43)), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/DC-Business-Law-Alert--The-Right-Response-at-the-Right-Time.png');
  background-position: 0px 0px, 0px 0px, 0% 0%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

.link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 80px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image {
  margin-bottom: 25px;
}

.paragraph {
  margin-bottom: 20px;
}

.div-block-2 {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.redes {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-copy {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 31px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1c1a19;
}

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

.image-3 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.logo {
  opacity: 1;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.heading {
  margin-top: 0px;
  margin-bottom: 50px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  font-family: 'Crimson Text', sans-serif;
  color: #fff;
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}

.bold-text {
  color: #fff;
}

.text-block {
  color: #5c3f3f;
}

.text-block-2 {
  color: #e7c8a7;
}

.nav-link {
  padding: 70px 15px;
  color: #fff;
}

.nav-link.w--current {
  color: #cbbb9e;
}

.nav-link.nav-top {
  margin-left: 10px;
  padding: 0px 0px 0px 10px;
  color: #cbbc9d;
}

.nav-link.nav-top.nav-font-plus {
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 600;
}

.m-container {
  width: 1100px;
}

.button {
  padding: 20px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
  font-size: 23px;
  line-height: 23px;
  font-weight: 200;
}

.div-block-3 {
  width: 100%;
  margin-bottom: 180px;
  padding-top: 120px;
  text-align: center;
}

.navbar-menu {
  background-color: transparent;
  color: #fff;
}

.brand {
  padding-top: 52px;
}

.nav-menu {
  border-bottom: 1px none #1c1f27;
}

.div-block-4 {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4a5562;
  color: #7f90a3;
  font-size: 14px;
}

.form-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 38px 35px;
  border-radius: 10px 10px 0px 0px;
  background-color: #071830;
}

.slider {
  height: auto;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #0f111a;
  color: #cbbc9d;
}

.section-bg {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.26)), to(hsla(0, 0%, 100%, 0.26))), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/DC-Business-Law-Alert--The-Right-Response-at-the-Right-Time.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.26), hsla(0, 0%, 100%, 0.26)), linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/DC-Business-Law-Alert--The-Right-Response-at-the-Right-Time.png');
  background-position: 0px 0px, 0px 0px, 100% 0%;
  background-size: auto, auto, cover;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.submit-button {
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  background-color: #f0c79c;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.title-section {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 37px;
  line-height: 39px;
  font-weight: 600;
}

.title-section.margin-top {
  margin-top: 14px;
}

.barra {
  width: 80px;
  height: 3px;
  margin-bottom: 30px;
  background-color: #e7c8a7;
  color: #e7c8a7;
}

.p-large {
  color: #555;
  font-size: 18px;
  line-height: 24px;
}

.div-block-5 {
  padding: 25px 25px 0px;
}

.text-field {
  border: 1px none #4a5562;
  background-color: #0d213d;
  color: #86979b;
  font-size: 17px;
}

.text-field.text-area {
  height: 100px;
}

.title-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-head.title-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}

.link-noticia {
  overflow: hidden;
  width: 100%;
  height: auto;
  font-family: 'Playfair Display';
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.link-imagem {
  overflow: hidden;
  height: 200px;
  margin-top: 20px;
}

.bold-text-2 {
  overflow: hidden;
  height: 90px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
}

.button-section {
  display: block;
  width: 200px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 2px solid #cbbc9d;
  background-color: #cbbc9d;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.image-5 {
  width: 100%;
}

.title-link {
  overflow: hidden;
  height: 80px;
  margin-top: 20px;
  font-family: 'Work Sans', sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.section-bg2 {
  padding-top: 30px;
  padding-bottom: 100px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.columns {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  font-family: 'Playfair Display';
  font-weight: 400;
}

.title-link2 {
  overflow: hidden;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
}

.item-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: saturate(176%);
  filter: saturate(176%);
  text-align: center;
}

.section-5 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.title-link-center {
  overflow: hidden;
  height: 50px;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.link-imagem-equipe {
  overflow: hidden;
  height: 300px;
  margin-top: 20px;
}

.link-block-2 {
  padding: 4px 25px 4px 0px;
}

.link-block-2:hover {
  opacity: 0.7;
}

.link-block-2.link-whatsapp {
  position: fixed;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 4%;
  display: none;
  width: 72px;
  height: 72px;
  margin-left: 20px;
  padding: 13px;
  border-radius: 100px;
  background-color: #25d366;
  text-align: center;
}

.link-block-2.reset-padding-right {
  padding-right: 0px;
}

.redes-2 {
  position: relative;
  top: -8px;
  z-index: 9999;
  display: inline-block;
  width: auto;
  margin-top: 0px;
  padding-top: 16px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-image {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer {
  padding-top: 50px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0d223d;
  color: #fff;
  text-align: left;
}

.footer-logo-link {
  max-height: none;
  min-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
  text-decoration: none;
}

.text-block-4 {
  margin-top: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #071930;
  text-align: center;
}

.text-block-5 {
  margin-top: 25px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.div-block-6 {
  position: relative;
  text-align: left;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Crimson Text', sans-serif;
  color: #fff;
  font-size: 37px;
  font-weight: 400;
}

.content {
  padding: 0px;
}

.section-interna {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: transparent;
}

.section-interna.reset-margin-top {
  padding-top: 0px;
}

.gallery {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.button-section-2 {
  display: block;
  width: 200px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: 0px;
  padding: 20px;
  border: 2px none #cbbc9d;
  background-color: #cbbc9d;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.tabs-menu {
  width: 250px;
  float: left;
}

.tab-item {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #eee;
  background-color: #fdfdfd;
}

.tab-item.w--current {
  background-color: #cbbb9e;
  color: #fff;
}

.tabs-content {
  padding-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
}

.image-7 {
  margin-right: 30px;
  padding-right: 0px;
  float: left;
}

.tabs {
  padding-top: 35px;
}

.div-block-7 {
  margin-bottom: 20px;
}

.grid-2 {
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-2 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #fff;
}

.form-block-page {
  padding: 0px;
  border-radius: 11px;
  background-color: #fff;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #09adc7;
  font-size: 17px;
  font-weight: 700;
}

.heading-3.h-color-black {
  color: #333;
}

.formpage {
  padding: 35px 0px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  background-color: transparent;
}

.text-field-2 {
  height: 41px;
  margin-bottom: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d9e0;
  border-radius: 5px;
  font-size: 16px;
}

.select-field {
  height: 41px;
  margin-bottom: 12px;
  border: 1px solid #d7d9e0;
  border-radius: 5px;
  background-color: #fff;
  color: #9a9a9a;
  font-size: 16px;
}

.submit-button-2 {
  width: 100%;
  margin-top: 15px;
  padding: 18px 30px;
  border-radius: 50px;
  background-color: #2fd5f0;
  background-image: none;
  opacity: 0.9;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.submit-button-2:hover {
  background-color: #05c8e7;
}

.submit-button-2.submit-page {
  width: 230px;
  background-color: #0d223d;
  background-image: none;
  opacity: 1;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.submit-button-2.submit-page:hover {
  background-color: #0d213d;
  opacity: 0.9;
}

.submit-button-2.submit-page.submit-center {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.submit-button-2.submit-page.submit-center:hover {
  background-color: #0d213d;
  opacity: 0.9;
}

.submit-button-2.submit-page.submit-center-copy {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  background-color: #0d223d;
  opacity: 1;
}

.submit-button-2.submit-page.submit-center-copy:hover {
  background-color: #0d213d;
  opacity: 0.9;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 27px;
  font-weight: 200;
}

.title-link-artigo {
  overflow: hidden;
  height: 125px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border-top: 3px none #cbbb9e;
  border-bottom: 3px none #cbbb9e;
  border-left: 1px none #cbbb9e;
  border-radius: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.link-artigo {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 5px;
  margin-bottom: 25px;
  margin-left: 5px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 #e6e6e6;
  font-family: 'Playfair Display';
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.image-5-copy {
  width: 100%;
}

.link-imagem-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #cbbb9e;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: #000;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 32px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 55px;
  font-weight: 800;
}

.button-2 {
  padding: 16px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
  font-size: 23px;
  line-height: 23px;
  font-weight: 200;
}

.brand-2 {
  padding-top: 32px;
}

.div-block-8 {
  width: 80%;
  margin-bottom: 50px;
  padding-top: 50px;
}

.nav-link-2 {
  padding-top: 65px;
  padding-bottom: 65px;
  color: #fff;
}

.nav-link-2.nav-top {
  margin-left: 10px;
  padding: 0px 0px 0px 10px;
  color: #e7c8a7;
}

.nav-link-2.nav-top.nav-font-plus {
  color: #f7f7f7;
  font-size: 15px;
  font-weight: 600;
}

.barra-2 {
  width: 80px;
  height: 3px;
  margin-bottom: 30px;
  background-color: #cbba9e;
  color: #cbba9e;
}

.link-noticia-2 {
  overflow: hidden;
  width: 100%;
  height: auto;
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

.button-section-3 {
  display: block;
  width: 200px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-style: none;
  border-width: 3px;
  border-color: #cbbb9e;
  background-color: #cbbc9d;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.title-section-2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Crimson Text', sans-serif;
  font-size: 39px;
  line-height: 39px;
  font-weight: 400;
}

.img-w {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.bgicon {
  display: inline-block;
  padding: 13px;
  border-radius: 10px;
  background-color: #e7c8a7;
}

.div-block-5-copy {
  margin-bottom: 25px;
  padding: 25px 45px 0px;
}

.link-3 {
  color: #e7c8a7;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .navbar {
    display: none;
  }

  .div-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .redes {
    margin-top: 0px;
  }

  .heading-copy {
    font-size: 21px;
    line-height: 25px;
  }

  .heading {
    font-size: 35px;
    line-height: 40px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .m-container {
    width: 100%;
  }

  .div-block-3 {
    width: 90%;
  }

  .brand {
    width: 300px;
    padding-top: 8px;
  }

  .section-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-section {
    font-size: 33px;
  }

  .p-large {
    color: #444;
    font-size: 16px;
  }

  .div-block-5 {
    padding-top: 0px;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-section {
    width: 180px;
    padding: 18px;
  }

  .title-link {
    font-size: 17px;
    line-height: 21px;
  }

  .section-bg2 {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .title-link2 {
    font-size: 17px;
    line-height: 19px;
  }

  .section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-imagem-equipe {
    height: 250px;
  }

  .redes-2 {
    margin-top: 0px;
  }

  .footer-link {
    overflow: hidden;
    white-space: normal;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #071830;
  }

  .nav-menu-2 {
    background-color: #071830;
  }

  .content {
    padding-top: 0px;
  }

  .section-interna {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .button-section-2 {
    width: 180px;
    padding: 18px;
  }

  .title-link-artigo {
    height: 100px;
    font-size: 19px;
    line-height: 21px;
  }

  .link-artigo {
    padding: 25px;
  }

  .heading-5 {
    font-size: 35px;
    line-height: 40px;
  }

  .brand-2 {
    width: 300px;
    padding-top: 8px;
  }

  .div-block-8 {
    width: 90%;
  }

  .nav-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-section-3 {
    width: 180px;
    padding: 18px;
  }

  .title-section-2 {
    font-size: 33px;
  }

  .div-block-5-copy {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block {
    padding: 60px 25px;
  }

  .heading-copy {
    display: none;
  }

  .heading {
    font-size: 31px;
    line-height: 38px;
    font-style: normal;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .brand {
    width: 250px;
    padding-top: 11px;
  }

  .title-section {
    font-size: 31px;
  }

  .title-section.margin-top {
    font-size: 18px;
    line-height: 23px;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-noticia {
    font-size: 15px;
  }

  .link-imagem {
    height: 110px;
  }

  .title-link {
    font-size: 15px;
    line-height: 19px;
  }

  .section-bg2 {
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .columns {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .title-link-center {
    height: 43px;
    font-size: 18px;
    line-height: 21px;
  }

  .link-imagem-equipe {
    height: 200px;
  }

  .link-block-2.link-whatsapp {
    width: 60px;
    height: 60px;
    padding: 7px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer {
    padding: 40px 20px;
  }

  .div-block-6 {
    margin-top: 15px;
  }

  .image-6 {
    margin-bottom: 25px;
  }

  .column {
    padding-top: 25px;
    padding-left: 35px;
  }

  .menu-button.w--open {
    background-color: #071830;
  }

  .nav-menu-2 {
    background-color: #071830;
  }

  .content {
    width: 100%;
  }

  .section-interna {
    padding: 30px 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .tab-item {
    padding: 12px;
    font-size: 13px;
    line-height: 15px;
  }

  .content-2 {
    padding: 60px 15px;
  }

  .title-link-artigo {
    font-size: 17px;
    line-height: 19px;
  }

  .link-artigo {
    font-size: 15px;
  }

  .link-imagem-post {
    height: 110px;
  }

  .heading-5 {
    font-size: 31px;
    line-height: 38px;
    font-style: normal;
  }

  .brand-2 {
    width: 250px;
    padding-top: 11px;
  }

  .div-block-8 {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .link-noticia-2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-copy {
    font-size: 19px;
    line-height: 22px;
  }

  .link-noticia {
    padding-right: 15px;
    padding-left: 15px;
  }

  .title-link {
    height: auto;
  }

  .title-link2 {
    font-size: 16px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-logo-link {
    height: 60px;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .content-2 {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .formpage {
    padding: 20px 10px;
  }

  .title-link-artigo {
    height: auto;
    font-size: 19px;
  }

  .link-artigo {
    padding-right: 15px;
    padding-left: 15px;
  }

  .link-noticia-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#w-node-_3f3d076e-73bd-d6f7-1533-14f967560414-f39f1026 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_3f3d076e-73bd-d6f7-1533-14f967560414-f39f1026 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

