.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/styles/style.scss ***!
  \**********************************************************************************************************************/
:root {
  --primary-color: $primary-color;
  --secondary-color: $secondary-color;
  --third-color: $third-color;
  --fourth-color: $fourth-color;
}

.primary-color {
  color: #CDAD69;
}

.secundary-color {
  color: #27221F;
}

.third-color {
  color: #7C7C7C;
}

.fourth-color {
  color: #D0BB7F;
}

.fifth-color {
  color: #AFAFAF;
}

.sixth-color {
  color: #8B8B8B;
}

.seventh-color {
  color: #F2F2F2;
}

.bg-primary-color {
  background-color: #CDAD69;
}

.bg-secundary-color {
  background-color: #27221F;
}

.bg-third-color {
  background-color: #7C7C7C;
}

.bg-fourth-color {
  background-color: #D0BB7F;
}

.bg-fifth-color {
  background-color: #AFAFAF;
}

.bg-sixth-color {
  background-color: #8B8B8B;
}

.bg-seventh-color {
  background-color: #F2F2F2;
}

p {
  line-height: 1.6em;
}

.text-label {
  color: #CDAD69;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.text-label::before {
  content: "";
  margin-right: 1.5rem;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #CDAD69;
}

.hero {
  background-color: #27221F;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .hero {
    max-height: 73.2rem;
  }
}
.hero img {
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}

.hero__container {
  margin: 0 auto;
  padding-top: 4rem;
  max-width: 136.6rem;
}
@media (min-width: 992px) {
  .hero__container {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
  }
}

.hero__text {
  align-self: center;
  background-color: #27221F;
  max-width: 59.8rem;
  overflow: hidden;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .hero__text {
    width: 50%;
  }
}

.hero__title {
  color: #CDAD69;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.1956521739;
  margin: 0;
  margin-top: 2rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 4.6rem;
    margin-top: 4.3rem;
  }
}

/* CSS Document */
html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
}

* {
  font-family: "Barlow", sans-serif;
}

.container {
  margin: 0 auto;
  padding-inline: 30px;
  width: calc(100% - 60px);
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
    padding-inline: 0;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1320px;
  }
}

.desktop {
  display: none;
}
@media (min-width: 992px) {
  .desktop {
    display: block;
  }
}

@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

.max-content {
  max-width: 1300px;
  margin: 0 auto;
}

figure {
  padding: 0;
  margin: 0;
}

.js-scroll {
  opacity: 0;
}

.js-scroll.scrolled {
  transition: opacity 0.8 ease-out;
  opacity: 1;
}

.scrolled.fade-in {
  animation: fadein 0.8s ease-out both;
}
.scrolled.fade-in--delay {
  animation: fadein 0.8s ease-out 0.5s both;
}

.scrolled.slide-from-left {
  animation: slide-in-left 0.8s ease-out both;
}
.scrolled.slide-from-left--delay {
  animation: slide-in-left 0.8s ease-out 0.5s both;
}

.scrolled.slide-from-right {
  animation: slide-in-right 0.8s ease-out both;
}
.scrolled.slide-from-right--delay {
  animation: slide-in-right 0.8s ease-out 0.5s both;
}

.scrolled.to-up {
  animation: moveToTop 0.8s ease-out both;
}
.scrolled.to-up--delay {
  animation: moveToTop 0.8s ease-out 0.5s both;
}
.scrolled.to-up--delay2 {
  animation: moveToTop 0.8s ease-out 1s both;
}

.scrolled.to-down {
  animation: moveToDown 0.8s ease-out both;
}
.scrolled.to-down--delay {
  animation: moveToDown 0.8s ease-out 0.5s both;
}

.scrolled.left-top {
  animation: left-to-top 0.8s ease-out both;
}
.scrolled.left-top--delay {
  animation: left-to-top 0.8s ease-out 0.2s both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveToBottom {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveToTop {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes anim-arrow-down {
  0% {
    transform: rotate(90deg) translateX(0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    transform: rotate(90deg) translateX(15px);
  }
  100% {
    transform: rotate(90deg) translateX(50px);
  }
}
.page-title {
  color: #CDAD69;
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-title {
    font-size: 4.6rem;
  }
}
@media (min-width: 992px) {
  .page-title-line {
    padding-left: 2rem;
  }
}
.page-title-line::before {
  border-left: 0.1rem solid #CDAD69;
  content: "";
  height: 100%;
  left: 1.5rem;
  overflow: hidden;
  position: absolute;
}
@media (min-width: 992px) {
  .page-title-line::before {
    left: 0;
  }
}
.page-title-line-botton {
  padding-bottom: 1.7rem;
}
.page-title-line-botton::after {
  border-bottom: 0.1rem solid #CDAD69;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 10.7rem;
}

.section-title {
  font-size: 3.2rem;
}
@media (min-width: 992px) {
  .section-title {
    font-size: 7.2rem;
  }
}

.subtitle {
  font-size: 2.2rem;
  line-height: 1.4em;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 3.2rem;
  }
}

.title-blog {
  color: #CDAD69;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2222222222;
  margin: 10px 0 20px;
}

input[type=text],
input[type=email],
textarea {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #D6D6D6;
  font-size: 16rem;
  padding: 12px 5px;
  width: 100%;
  margin-bottom: 8px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #CDAD69;
  outline: none;
}

::-webkit-input-placeholder { /* Edge */ }

:-ms-input-placeholder { /* Internet Explorer 10-11 */ }

.btn {
  font-size: 1.4rem;
  color: #27221F;
  text-decoration: none;
  text-transform: uppercase;
}
.btn--primary {
  border: 1px solid #CDAD69;
  padding: 1rem 2rem;
  background-image: url(//hb.publymedia.com.br/wp-content/themes/beta-digital/resources/959735a0ce8c5717f71c.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) calc(100% - 4px);
}

.nav-container {
  background-color: #27221F;
  border-top: 6px solid #D0BB7F;
  box-sizing: border-box;
  padding: 2rem 0;
  width: 100%;
  z-index: 100;
}
.nav-container.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
.nav-container__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.nav-container__menu {
  position: fixed;
  right: -100vw;
  transition: all 1s ease-out;
  z-index: 99;
  width: 100vw;
  background: #27221F;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .nav-container__menu {
    position: relative;
    width: auto;
    height: auto;
    right: unset;
  }
}
.nav-container nav.main-menu {
  width: 100%;
}
.nav-container nav.main-menu #menu-principal {
  display: block;
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media (min-width: 1200px) {
  .nav-container nav.main-menu #menu-principal {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.nav-container nav.main-menu #menu-principal .menu-item {
  color: #CDAD69;
  text-align: center;
  padding: 2rem 0;
}
.nav-container nav.main-menu #menu-principal .menu-item:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .nav-container nav.main-menu #menu-principal .menu-item {
    text-align: left;
  }
  .nav-container nav.main-menu #menu-principal .menu-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.nav-container nav.main-menu #menu-principal .menu-item a {
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem;
  color: #CDAD69;
}
@media (min-width: 992px) {
  .nav-container nav.main-menu #menu-principal .menu-item a {
    font-size: 1.6rem;
  }
}
.nav-container nav.main-menu #menu-principal .menu-item a:before {
  background-color: #CDAD69;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.1s ease-in;
  width: 0;
}
.nav-container nav.main-menu #menu-principal .menu-item a:hover::before {
  width: 100%;
}
.nav-container nav.main-menu #menu-principal .menu-item.current_page_item a:before {
  background-color: #CDAD69;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.1s ease-in;
  width: 100%;
}
.nav-container__logo {
  z-index: 100;
}
.nav-container__logo svg {
  width: 200px;
}
.nav-container__menu.active {
  right: 0;
  transition: all 1s ease-in-out;
}
.nav-container__control {
  z-index: 100;
}
@media (min-width: 1200px) {
  .nav-container__control {
    display: none;
  }
}
.nav-container .h-menu {
  width: 3rem;
}
.nav-container .h-menu__line {
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #D0BB7F;
  margin-bottom: 0.4rem;
  transition: all 0.3s ease-out;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
}
.nav-container .h-menu.active .h-menu__line:first-child {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.nav-container .h-menu.active .h-menu__line:last-child {
  transform: rotate(-45deg);
  margin-top: -0.8rem;
  transition: all 0.3s ease-in-out;
}
.nav-container .h-menu.active .h-menu__line:nth-child(2) {
  display: none;
}

.hero__swiper {
  height: 100%;
}
.hero__slide {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .hero__slide {
    flex-wrap: nowrap;
  }
}
.hero__swiper-navigation {
  align-items: center;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  left: 1rem;
  max-width: 10rem;
  position: absolute;
}
@media (min-width: 992px) {
  .hero__swiper-navigation {
    bottom: 9.1rem;
  }
}
.hero__swiper-navigation span {
  color: #7C7C7C;
  font-size: 2.5rem;
  z-index: 100;
}
.hero__swiper-navigation .swiper-button-prev,
.hero__swiper-navigation .swiper-button-next {
  bottom: 0;
  height: unset;
  left: 0;
  margin-top: unset;
  position: relative;
  right: 0;
  top: 0;
  width: 5rem;
}
.hero__swiper-navigation .swiper-button-prev::after,
.hero__swiper-navigation .swiper-button-next::after {
  color: #D0BB7F;
  font-size: 1.8rem;
  font-weight: bold;
}
.hero__cover {
  width: 100%;
}
@media (min-width: 992px) {
  .hero__cover {
    width: 50%;
  }
}
.hero__cover figure {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.hero__cover figure img {
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.hero .swiper-slide,
.hero .swiper-wrapper {
  height: initial;
}
@media (min-width: 992px) {
  .hero .swiper-wrapper {
    max-height: 73.2rem;
  }
}

.c-card-atuacao {
  background-color: #27221F;
  background-position: 0 12rem;
  background-size: contain;
  height: 39.5rem;
  max-width: 45rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .c-card-atuacao {
    width: 45rem;
  }
}
.c-card-atuacao::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: url(//hb.publymedia.com.br/wp-content/themes/beta-digital/resources/7319a46ff065b2e8a329.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.c-card-atuacao__overlay {
  background: rgb(39, 34, 31);
  background: linear-gradient(0deg, rgba(39, 34, 31, 0) 0%, rgb(39, 34, 31) 75%, rgb(39, 34, 31) 25%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 5rem;
  width: 100%;
}
.c-card-atuacao__title {
  color: #CDAD69;
  font-size: 2.2rem;
  font-weight: normal;
  left: 2rem;
  position: absolute;
  text-transform: uppercase;
  top: 1.5rem;
}
@media (min-width: 992px) {
  .c-card-atuacao__title {
    font-size: 3rem;
  }
}
.c-card-atuacao__link {
  align-items: center;
  background-color: #27221F;
  bottom: 0;
  color: #CDAD69;
  display: flex;
  font-size: 1.4rem;
  height: 5rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.c-card-atuacao__link a {
  color: inherit;
  margin-left: 2rem;
  text-decoration: none;
  z-index: 10;
}
.c-card-atuacao__link svg {
  height: 1rem;
  margin-right: 0.5rem;
  width: 1rem;
}

.c-card-depoimento {
  text-align: left;
  max-width: 32rem;
}
.c-card-depoimento__content {
  padding: 5rem 3rem;
  background-color: #312D2A;
  -webkit-box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.25);
}
.c-card-depoimento__description {
  border-left: 1px solid #CDAD69;
  color: white;
  font-size: 1.8rem;
  margin-bottom: 6rem;
  padding-left: 2rem;
}
.c-card-depoimento__description p {
  height: 20.3rem;
  overflow: hidden;
}
.c-card-depoimento__person {
  font-size: 1.6rem;
  color: #CDAD69;
  text-transform: uppercase;
}

.footer {
  background-color: #27221F;
  padding: 2rem 0 2rem;
}
.footer__header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 4.2rem;
}
@media (min-width: 1200px) {
  .footer__header {
    justify-content: flex-start;
  }
}
.footer__social {
  display: inline-flex;
  list-style: none;
  margin-left: 3rem;
  padding: 0;
}
.footer__social li:not(:last-child) {
  margin-right: 0.9rem;
}
.footer__body {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footer__body {
    justify-content: flex-start;
  }
}
.footer__office {
  color: #CDAD69;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .footer__office:not(:first-child) {
    margin-bottom: 0;
    margin-left: 70px;
  }
}
.footer__phone {
  color: #CDAD69;
  text-decoration: none;
}
.footer__city {
  display: block;
  letter-spacing: 1px;
  padding-left: 15px;
  position: relative;
  text-transform: uppercase;
}
.footer__city::before {
  background-color: #CDAD69;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.footer__address {
  margin-top: 26px;
}
.footer__copy {
  align-items: center;
  color: #8B8B8B;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  margin-top: 65px;
}
@media (min-width: 768px) {
  .footer__copy {
    justify-content: space-between;
  }
}
.footer__copy p {
  margin: 0;
}

.pagination {
  list-style-type: none;
  margin: 20px auto 0;
  padding: 0;
  width: max-content;
}
.pagination__item {
  display: inline-block;
}
.pagination__item:not(:last-child) {
  margin-right: 16px;
}
.pagination__item a {
  border: solid 1px #D9D9D9;
  color: #CDAD69;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 27px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  width: 27px;
}
.pagination__item a.active {
  color: inherit;
}

.nav-links {
  list-style-type: none;
  margin: 20px auto 0;
  padding: 0;
  width: max-content;
}
.nav-links .page-numbers {
  border: solid 1px #D9D9D9;
  color: #CDAD69;
  display: block;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 27px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  width: 27px;
}
.nav-links .page-numbers:not(:last-child) {
  margin-right: 16px;
}
.nav-links .page-numbers.current {
  color: inherit;
}

.read-more__title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.read-more__body {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.read-more__item {
  margin-bottom: 20px;
  max-width: 340px;
  width: 100%;
}
.read-more__date {
  color: #7C7C7C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1875;
  margin: 0;
}
.read-more__subtitle {
  color: #CDAD69;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2083333333;
  margin: 0;
}
.read-more__subtitle a {
  color: #CDAD69;
  text-decoration: none;
}
.read-more__subtitle a:hover {
  color: #27221F;
}
.read-more__text {
  color: #7C7C7C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  margin-top: 8px;
}

.home-work {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .home-work {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.home-work img {
  margin-top: 4rem;
  width: 100%;
}
@media (min-width: 992px) {
  .home-work img {
    margin-top: 0;
    max-width: 67.3rem;
  }
}
.home-work__content {
  background: white;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 992px) {
  .home-work__content {
    text-align: left;
  }
}
.home-work .page-title {
  margin: 4rem auto 4rem;
  max-width: 35rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .home-work .page-title {
    margin: 14.1rem 0 8.7rem -7.5rem;
    max-width: 100rem;
  }
}
.home-work .page-title::before {
  left: 0;
}
.home-work__text {
  color: #27221F;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin-bottom: 5rem;
  max-width: calc(100% - 40px);
  padding-inline: 2rem;
}
@media (min-width: 992px) {
  .home-work__text {
    margin-bottom: 0;
    margin-left: 15rem;
    max-width: 42.9rem;
    padding: 0;
  }
}
.home-work .btn {
  transition: background-color ease-in 0.1s;
}
@media (min-width: 992px) {
  .home-work .btn {
    display: block;
    margin-left: 15rem;
    margin-top: 5rem;
    width: max-content;
  }
}

.home-atuacao {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .home-atuacao {
    margin-top: 12.9rem;
  }
}
.home-atuacao__content {
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .home-atuacao__content {
    margin-bottom: 13.4rem;
  }
}
.home-atuacao .text-label {
  margin-bottom: 4.1rem;
}
.home-atuacao__subtitle {
  color: theme-color("secundary-color");
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 73.4rem;
}
@media (min-width: 992px) {
  .home-atuacao__subtitle {
    font-size: 2.8rem;
  }
}
.home-atuacao__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
}
.home-atuacao__items {
  padding-bottom: 6rem;
  background-color: #CDAD69;
  -webkit-box-shadow: inset 0px 6rem 0px 0px #ffffff;
  box-shadow: inset 0px 6rem 0px 0px #ffffff;
}

.home-depoimentos {
  padding: 7.5rem 0 9.8rem;
  background-color: #27221F;
  overflow: hidden;
  text-align: center;
}
.home-depoimentos .page-title {
  margin: 0 auto;
  max-width: 42.3rem;
}
.home-depoimentos .swiper {
  margin-top: 8.1rem;
  padding: 0 2rem;
}
.home-depoimentos .swiper-wrapper {
  padding: 1rem 2rem 5rem 0;
}
@media (min-width: 992px) {
  .home-depoimentos .swiper-slide {
    max-width: 42rem;
  }
}

.home-clientes {
  background-color: white;
  overflow: hidden;
  padding: 8rem 0 9rem;
  text-align: center;
}
.home-clientes .page-title {
  color: #27221F;
}
.home-clientes .page-title::after {
  border-color: #27221F;
}
.home-clientes .swiper {
  margin-bottom: 5.2rem;
  margin-top: 5.5rem;
}
@media (min-width: 992px) {
  .home-clientes .swiper-wrapper {
    padding-left: 7rem;
  }
}
.home-clientes .swiper-slide {
  height: auto;
  overflow: hidden;
  width: 13.5rem;
}
.home-clientes .swiper-slide img {
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 13.5rem;
}

.sb_instagram_header,
.sbi_load {
  display: none;
}

.home-redes-sociais {
  background-color: #E6E6E6;
  padding: 10.2rem 0 9rem;
}
@media (min-width: 992px) {
  .home-redes-sociais__container {
    align-items: center;
    display: grid;
    grid-template-columns: 40% calc(60% - 2rem);
    grid-gap: 2rem;
  }
}
.home-redes-sociais .page-title {
  color: #27221F;
  margin-bottom: 3rem;
  max-width: 34.1rem;
  padding-bottom: 3.6rem;
}
.home-redes-sociais .page-title::after {
  border-color: #27221F;
  left: 0;
  transform: unset;
}
.home-redes-sociais__instagram {
  color: #CDAD69;
  font-size: 3rem;
  line-height: 1.1956521739;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .home-redes-sociais__instagram {
    font-size: 4.6rem;
  }
}
.home-redes-sociais .btn {
  display: block;
  margin-top: 7.8rem;
  padding-inline: 8rem;
  width: max-content;
}
.home-redes-sociais__images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  max-width: 70.2rem;
}
@media (min-width: 992px) {
  .home-redes-sociais__images {
    margin-top: 0;
  }
}
.home-redes-sociais__image {
  height: 35rem;
  margin: 0;
  width: 35.1rem;
}
.home-redes-sociais__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.equipe {
  margin-bottom: 7rem;
}
.equipe__hero {
  background-image: url(//hb.publymedia.com.br/wp-content/themes/beta-digital/resources/509cd305d2adb87ebb32.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: max-content;
  margin-bottom: 8rem;
  padding-top: 113px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .equipe__hero {
    margin-bottom: 0;
    text-align: left;
  }
}
.equipe__title {
  color: #CDAD69;
  font-size: 50px;
  font-weight: 400;
  margin: 0 auto 73px;
  max-width: 600px;
  text-align: center;
  text-transform: uppercase;
}
.equipe__subtitle {
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto 80px;
  max-width: 1100px;
  text-align: center;
}
@media (min-width: 992px) {
  .equipe__subtitle {
    font-size: 38px;
  }
}
.equipe__fundador {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .equipe__fundador {
    flex-direction: row;
  }
}
.equipe__fundador figure {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .equipe__fundador figure {
    margin-bottom: 0;
    margin-right: 50px;
    max-width: 410px;
  }
}
.equipe__fundador img {
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.equipe__descricao h2 {
  color: #CDAD69;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.equipe__descricao h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
  padding-bottom: 30px;
  position: relative;
}
.equipe__descricao h3::after {
  background-color: #CDAD69;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 105px;
}
@media (min-width: 992px) {
  .equipe__descricao h3::after {
    left: 0;
    transform: none;
  }
}
.equipe__descricao p {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
.equipe__body {
  display: grid;
  gap: 50px 0;
  grid-template-columns: repeat(auto-fit, minmax(350px, 530px));
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .equipe__body {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .equipe__body {
    gap: 160px 0;
    text-align: left;
  }
}
.equipe__body figure {
  margin-bottom: 50px;
  width: 100%;
}
@media (min-width: 992px) {
  .equipe__body figure {
    max-width: 320px;
  }
}
.equipe__body img {
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 992px) {
  .equipe__line {
    background-image: url(//hb.publymedia.com.br/wp-content/themes/beta-digital/resources/5cdd35c764cc6c2fb8aa.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 12rem;
    margin-bottom: 10rem;
  }
}

.atuacao {
  padding-bottom: 7.2rem;
}
.atuacao__title {
  color: #CDAD69;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 56px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .atuacao__title {
    font-size: 70px;
  }
}
.atuacao__texto {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  max-width: 1000px;
  padding: 56px 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .atuacao__texto {
    padding: 56px 0 0 87px;
  }
}
.atuacao__texto::before {
  background-color: #CDAD69;
  top: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 105px;
}
@media (min-width: 992px) {
  .atuacao__texto::before {
    left: 87px;
  }
}
.atuacao__image {
  background-attachment: fixed;
  background-image: url(//hb.publymedia.com.br/wp-content/themes/beta-digital/resources/ed606d7a2ddd83139197.jpg);
  background-position: center;
  background-size: cover;
  height: 570px;
  margin: 90px 0 100px;
  overflow: hidden;
  width: 100%;
}

.blog {
  margin-bottom: 7rem;
  margin-top: 9rem;
}
.blog__container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .blog__container {
    grid-template-columns: 888px 1fr;
    justify-items: flex-end;
  }
}
.blog__article {
  padding-bottom: 70px;
}
@media (min-width: 1200px) {
  .blog__article {
    display: flex;
    flex-wrap: nowrap;
  }
}
.blog__article:not(:last-of-type) {
  border-bottom: solid 1px #D9D9D9;
}
.blog__article:not(:first-of-type) {
  padding-top: 70px;
}
.blog__article:hover .blog__link {
  filter: saturate(1);
}
.blog__link {
  display: block;
  text-decoration: none;
}
.blog__image {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .blog__image {
    margin-bottom: 0;
    max-width: 244px;
    padding-right: 3rem;
  }
}
.blog__image .blog__link {
  border-radius: 20px;
  filter: saturate(0);
  height: 250px;
  overflow: hidden;
  transition: filter 0.1s ease-in;
  width: 100%;
}
.blog__image .blog__link img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.blog__date {
  color: #7C7C7C;
  font-size: 16px;
  margin: 0;
}
.blog__title {
  color: #CDAD69;
  font-size: 45px;
  font-weight: 600;
  margin: 10px 0 20px;
}
.blog__excerpet {
  color: #7C7C7C;
  font-size: 20px;
  font-weight: 400;
}
.blog__search {
  position: relative;
}
@media (min-width: 1200px) {
  .blog__search {
    align-self: flex-start;
    margin-top: 0;
    padding-left: 28.5px;
    position: sticky;
    top: 12.5rem;
  }
  .blog__search::after {
    background-color: #CDAD69;
    content: "";
    height: 273px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.blog__search input[name=s] {
  font-size: 16px;
  height: 42px;
  margin-bottom: 40px;
  padding: 0;
  padding-left: 13px;
  width: calc(100% - 13px);
}
@media (min-width: 1200px) {
  .blog__search input[name=s] {
    max-width: 198px;
  }
}
.blog__search input[name=s]::placeholder {
  color: #AFAFAF;
}
.blog__search input[name=s]:focus {
  border: 1px solid #CDAD69;
}
.blog__search h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .blog__search h3 {
    text-align: left;
  }
}
.blog__categorias {
  color: #CDAD69;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  margin-top: 22px;
  padding: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .blog__categorias {
    text-align: left;
  }
}
.blog__categorias li:not(:first-of-type) {
  margin-top: 19px;
}
.blog__categorias a {
  color: inherit;
  text-decoration: none;
}

.single-blog__container {
  margin: 80px auto 0;
  max-width: 880px;
  width: 100%;
}
.single-blog__date {
  color: #7C7C7C;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.single-blog .title-blog {
  margin: 0;
}
.single-blog__subtitle {
  color: #7C7C7C;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4583333333;
  margin: 7px 0 0;
}
@media (min-width: 992px) {
  .single-blog__subtitle {
    font-size: 24px;
  }
}
.single-blog__image {
  border-radius: 19px;
  height: 335px;
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .single-blog__image {
    margin-top: 90px;
  }
}
.single-blog__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-blog__excerpt {
  color: #27221F;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  margin-top: 31px;
}
.single-blog__excerpt ul {
  list-style-position: outside;
  padding-left: 1ch;
}
.single-blog__excerpt ul li {
  display: list-item;
  list-style-type: "-";
  padding-inline-start: 1ch;
}
.single-blog__excerpt a {
  color: #CDAD69;
}
.single-blog__excerpt strong {
  font-weight: 800;
}
.single-blog__share {
  background-color: #F2F2F2;
  margin-top: 36px;
  padding: 40px 0;
}
.single-blog__share-title {
  color: #7C7C7C;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2142857143;
  margin-bottom: 40px;
}
.single-blog__category {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .single-blog__category {
    margin-bottom: 0;
  }
}
.single-blog__category ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .single-blog__category ul {
    justify-content: flex-start;
  }
}
.single-blog__category ul li {
  background-color: #D0BB7F;
  border-radius: 20px;
  display: inline;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2142857143;
  margin-bottom: 10px;
  padding: 7px 21px;
}
.single-blog__category ul li:not(:last-child) {
  margin-right: 10px;
}
.single-blog__category ul li a {
  color: inherit;
  text-decoration: none;
}
.single-blog__category ul li:hover {
  background-color: #27221F;
}
.single-blog__category ul li:hover a {
  color: #CDAD69;
}
.single-blog__shared .single-blog__share-title {
  margin-bottom: 23px;
}
.single-blog__shared ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-blog__shared ul li {
  display: inline;
}
.single-blog__shared ul li:not(:last-child) {
  margin-right: 10px;
}
.single-blog__shared ul li:hover svg path {
  fill: #27221F;
}
.single-blog__share .single-blog__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .single-blog__share .single-blog__container {
    flex-direction: row;
    text-align: left;
  }
}

.sobre__container {
  display: flex;
  flex-wrap: wrap;
}
.sobre__text {
  color: #27221F;
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
.sobre__image {
  height: auto;
  overflow: hidden;
  width: calc(100% - 30px);
}
@media (min-width: 992px) {
  .sobre__image {
    height: 66.7rem;
    width: 48rem;
  }
}
.sobre__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.sobre__image--border {
  box-shadow: 30px 30px 0px 0px #cdad69;
}
@media (min-width: 992px) {
  .sobre__image--border {
    box-shadow: 210px 50px 0px 0px #cdad69;
  }
}
.sobre__image--escritorios {
  width: 100%;
}
@media (min-width: 992px) {
  .sobre__image--escritorios {
    width: initial;
  }
}
.sobre__uniao .sobre__text {
  width: 100%;
}
@media (min-width: 992px) {
  .sobre__uniao .sobre__text {
    margin-left: 6.2rem;
    max-width: 43.7rem;
  }
}
@media (min-width: 992px) {
  .sobre__uniao .sobre__col {
    margin-right: 9.2rem;
  }
}
.sobre__uniao {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .sobre__uniao {
    padding: 5.5rem 0 12.8rem;
  }
}
.sobre__uniao .page-title {
  margin-bottom: 4.3rem;
  padding-bottom: 4.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .sobre__uniao .page-title {
    margin-top: 4.9rem;
    max-width: 50rem;
  }
}
.sobre__uniao .page-title::after {
  left: 6.2rem;
  transform: unset;
}
.sobre__escritorios .sobre__text {
  color: white;
  width: 100%;
}
@media (min-width: 992px) {
  .sobre__escritorios .sobre__text {
    margin-left: 4rem;
    max-width: 54.1rem;
  }
}
@media (min-width: 992px) {
  .sobre__escritorios .sobre__col {
    margin-left: 8.2rem;
  }
}
.sobre__escritorios .sobre__container {
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .sobre__escritorios .sobre__container {
    flex-direction: row;
  }
}
.sobre__escritorios {
  background-color: #27221F;
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .sobre__escritorios {
    padding: 10rem 0 8.9rem;
  }
}
.sobre__escritorios .page-title {
  margin-bottom: 4.9rem;
  max-width: 58.1rem;
  padding-bottom: 3.1rem;
}
.sobre__escritorios .page-title::after {
  left: 4rem;
  transform: unset;
}
.sobre__enderecos .sobre__text {
  margin: 4rem auto 4.4rem;
  max-width: 86.2rem;
  text-align: center;
}
.sobre__enderecos {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .sobre__enderecos {
    padding: 9.6rem 0 7rem;
  }
}
.sobre__line {
  padding-inline: 2rem;
}
@media (min-width: 992px) {
  .sobre__line {
    background-image: url(//hb.publymedia.com.br/wp-content/themes/beta-digital/resources/5cdd35c764cc6c2fb8aa.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 3rem;
    padding-inline: 0;
  }
}
.sobre__enderecos-title {
  color: #27221F;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 87.3rem;
  text-align: center;
}
.sobre__enderecos-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  grid-gap: 2rem;
  width: 100%;
}
.sobre__enderecos-cards-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .sobre__enderecos-cards-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.sobre__enderecos-cards-item figure {
  height: 100%;
  width: 100%;
  max-height: 40rem;
  max-width: 38rem;
}
.sobre__enderecos-cards-item figure img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.sobre__enderecos-cards-item .sobre__text {
  color: #CDAD69;
  margin: 0;
  margin-top: 2.1rem;
  text-align: left;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map*/