<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Breakpoints */
body {
  font-family: "Open Sans", sans-serif;
}

#page {
  overflow: hidden !important;
}
#map {
  width: 100%;
  min-height: 300px;
}

/* Header */
.site-header {
  background-color: transparent;
  width: 100%;
  padding: 30px 0;
  position: absolute;
  z-index: 3;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {	
  .site-header .menus {
    display: flex;
    align-items: center;
  }
  .site-header .menu {
    align-items: center;
  }
  .site-header .menu-item a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
  }
  .site-header .menu-item a:hover, .site-header .menu-item a:focus, .site-header .menu-item a:active {
    text-decoration: underline;
  }
  .site-header .current_page_item a {
    font-weight: 700 !important;
  }
  .site-header .munu-btn a {
/*     border: 1px solid #c7a752; */
	border: 1px solid #DDBDAD;
    padding: 6px 10px !important;
    transition: 0.3s;
  }
  .site-header .munu-btn a:hover, .site-header .munu-btn a:focus, .site-header .munu-btn a:active {
/*     background-color: #c7a752; */
	  background-color: #DDBDAD;
    text-decoration: none;
  }
}
.site-header .widget_sow-editor {
  margin-left: 30px;
}
.site-header .widget_sow-editor ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.site-header .widget_sow-editor ul li {
  margin: 0 5px;
}
.site-header .widget_sow-editor ul li a {
  width: 38px;
  height: 38px;
/*   border: 1px solid #c7a752; */
	border: 1px solid #DDBDAD;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.site-header .widget_sow-editor ul li a:hover, .site-header .widget_sow-editor ul li a:focus, .site-header .widget_sow-editor ul li a:active {
/*   background-color: #c7a752; */
	background-color: #DDBDAD;
}
.site-header .widget_sow-editor ul svg {
  color: #ffffff;
  height: 18px;
}
@media only screen and (max-width: 992px) {
  .site-header .widget_sow-editor {
    display: none;
  }
}
.site-header.fixed {
  background-color: rgba(32, 32, 32, 0.9);
  width: 100%;
  position: fixed;
  padding: 10px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Slider */
.tparrows {
  background: url("../images/arrow.png") no-repeat !important;
  min-width: 38px !important;
  height: 28px !important;
  transition: 0.3s !important;
}
.tparrows::before {
  display: none !important;
}
.tparrows.tp-rightarrow {
  transform: scaleX(-1);
}
.tparrows:hover, .tparrows:focus {
  opacity: 0.6 !important;
}
@media only screen and (max-width: 992px) {
  .tparrows {
    display: none !important;
  }
}

.tp-bullet {
  background-color: transparent !important;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
}
.tp-bullet.selected {
  background-color: #ffffff !important;
}

@media only screen and (max-width: 992px) {
  .tp-bullets {
    top: unset !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    bottom: 30px !important;
  }
}
/* Footer */
.wrapper-footer {
  border-top: 1px solid #bebebe;
}
.wrapper-footer .widget-title {
/*   color: #c7a752; */
	color: #DDBDAD;
  font-size: 18px;
}
.wrapper-footer .style-svg {
  width: 18px;
  margin-right: 5px;
  transform: translateY(4px);
}
.wrapper-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper-footer ul li {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
}
.wrapper-footer ul li a {
  color: inherit;
}
.wrapper-footer ul li a:hover, .wrapper-footer ul li a:focus, .wrapper-footer ul li a:active {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .wrapper-footer {
    text-align: center;
  }
}

.wrapper-footer-brand {
  min-height: 150px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .wrapper-footer-brand {
    justify-content: center;
  }
}

#wrapper-footer {
  background-color: #202020;
}
@media only screen and (max-width: 768px) {
  #wrapper-footer {
    text-align: center;
  }
  #wrapper-footer .copyright {
    margin-bottom: 10px;
  }
}

/* Button Primary */
.button {
  font-size: 18px !important;
  border: 1px solid transparent;
  padding: 10px 10px !important;
  transition: 0.3s;
}

.button-primary {
/*   border-color: #c7a752 !important; */
	border-color: #DDBDAD !important;
}
.button-primary span {
  color: #848484;
}
.button-primary:hover, .button-primary:active {
/*   background-color: #c7a752 !important; */
	background-color: #DDBDAD !important;
}
.button-primary:hover span, .button-primary:active span {
  color: #ffffff;
}

.button-white span {
  color: #ffffff !important;
}

/* Wrapper Service */
.wrapper-service &gt; .panel-grid-cell {
  width: auto !important;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 44px;
}
.wrapper-service &gt; .panel-grid-cell &gt; .so-panel {
  width: auto !important;
}
.wrapper-service &gt; .panel-grid-cell:last-child {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .wrapper-service &gt; .panel-grid-cell {
    text-align: center;
    grid-template-columns: 1fr;
  }
  .wrapper-service &gt; .panel-grid-cell .ow-button-base {
    display: flex;
    justify-content: center;
  }
  .wrapper-service &gt; .panel-grid-cell:first-child {
    width: 100% !important;
  }
  .wrapper-service &gt; .panel-grid-cell:first-child &gt; .so-panel {
    margin: auto;
  }
}
.wrapper-service .widget-title {
/*   color: #c7a752; */
	color: #DDBDAD;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .wrapper-service .widget-title {
    margin-top: 50px;
  }
}
.wrapper-service .textwidget {
  color: #ffffff;
  max-width: 495px;
}
.wrapper-service .so-widget-sow-image .sow-image-container {
/*   background-color: #c7a752; */
	background-color: #DDBDAD;
  width: 261px;
  height: 261px;
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wrapper-service .so-widget-sow-image .sow-image-container::before {
  content: "";
  width: 261px;
  height: 261px;
/*   border: 1px solid #c7a752; */
	border: 1px solid #DDBDAD;
  position: absolute;
  left: -25px;
  bottom: -25px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wrapper-service .so-widget-sow-image .sow-image-container {
    width: 210px;
    height: 210px;
  }
  .wrapper-service .so-widget-sow-image .sow-image-container::before {
    width: 210px;
    height: 210px;
  }
}
.wrapper-service .so-widget-sow-image .so-widget-image {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .wrapper-service .so-widget-sow-image .so-widget-image {
    width: 220px;
  }
}

/* Wrapper Header */
.wrapper-header {
  height: 280px;
  position: relative;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.wrapper-header .widget-title {
/*   color: #c7a752; */
	color: #DDBDAD;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
}
.wrapper-header .textwidget ul {
  color: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.wrapper-header .textwidget ul li {
  display: flex;
  align-items: center;
}
.wrapper-header .textwidget ul li:not(:last-child)::after {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 15px;
  margin: 0 10px;
  display: block;
}
.wrapper-header .textwidget ul li a {
  color: #ffffff;
}
.wrapper-header .textwidget ul li a:hover, .wrapper-header .textwidget ul li a:focus, .wrapper-header .textwidget ul li a:active {
  text-decoration: underline;
}

.wrapper-gallery .sow-image-grid-wrapper {
  max-width: 1032px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 992px) {
  .wrapper-gallery .sow-image-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Heading */
.widget-title {
/*   color: #c7a752; */
	color: #DDBDAD;
  font-size: 30px;
  font-weight: 400;
}

.textwidget {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
}
.textwidget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.textwidget ul li {
  margin-bottom: 8px;
}
.textwidget ul li a {
  color: inherit;
}
.textwidget ul li a:hover {
  text-decoration: underline;
}
.textwidget ul .style-svg {
  width: 18px;
  margin-right: 5px;
  transform: translateY(4px);
}

/* Form */
.form-control {
  border-color: #b3b3b3 !important;
  border-radius: 0 !important;
  margin-top: 5px;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 167, 82, 0.25) !important;
}

textarea.form-control {
  height: 150px;
}

.wpcf7 input[type=submit] {
  border-radius: 0;
  width: unset;
  min-width: 123px;
  color: #848484;
}

/* Slick */
.wrapper-projects .slick-slider {
  display: flex !important;
  align-items: center !important;
}

.slick-arrow {
  color: transparent;
  font-size: 0;
  border: 0;
  background: url("../images/arrow.png") no-repeat;
  min-width: 38px;
  height: 28px;
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
  z-index: 2;
}
.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.6;
}
@media only screen and (max-width: 576px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-prev {
  left: -45px;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 0;
  }
}

.slick-next {
  right: -45px;
  transform: scaleX(-1);
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 0;
  }
}

.slick-dots {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.slick-dots li {
  margin: 2px;
}
.slick-dots li.slick-active &gt; button {
  background-color: #ffffff;
}
.slick-dots button {
  color: transparent;
  font-size: 0;
  background-color: transparent;
  width: 13px;
  height: 13px;
  border: 1px solid #ffffff;
  padding: 0;
  cursor: pointer;
}

/* Testimonial */
.sow-testimonial {
  padding: 0;
  position: relative;
  outline: none;
}

.sow-testimonial-user {
  padding: 0 !important;
  position: absolute !important;
}
.sow-testimonial-user .sow-image-shape-square {
  margin: 0 !important;
  border: 10px solid #202020;
  box-sizing: content-box !important;
}
.sow-testimonial-user .sow-text {
  color: #848484;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: 130px;
  width: 100%;
  top: 36px;
}
@media only screen and (max-width: 768px) {
  .sow-testimonial-user {
    top: -50px;
  }
  .sow-testimonial-user .sow-text {
    top: 93px;
  }
}

.sow-testimonial-text {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-left: 76px !important;
  padding: 64px 54px 45px !important;
}
.sow-testimonial-text .button {
  color: #848484 !important;
  font-size: 16px !important;
  padding: 7px 15px !important;
  margin-top: 3px;
}
.sow-testimonial-text .button:hover, .sow-testimonial-text .button:focus, .sow-testimonial-text .button:active {
  color: #ffffff !important;
}
@media only screen and (max-width: 768px) {
  .sow-testimonial-text {
    margin-left: 0 !important;
    margin-top: 30px !important;
    padding: 75px 45px 45px !important;
  }
}

/* Header About */
.header-about .widget-title {
/*   color: #c7a752; */
	color: #DDBDAD;
  font-size: 30px;
  font-weight: 400;
}
.header-about .textwidget {
  color: #ffffff;
  font-weight: 300;
}

.header-about-carousel .slick-slider {
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .header-about-carousel .slick-slider {
    max-width: 445px;
    max-height: 343px;
    transform: translate(40px, 50px);
  }
}
.header-about-carousel .slick-slider::before {
  content: "";
  position: absolute;
/*   border: 1px solid #c7a752; */
	border: 1px solid #DDBDAD;
  left: -40px;
  top: 40px;
  right: 40px;
  bottom: -40px;
}
@media only screen and (max-width: 992px) {
  .header-about-carousel .slick-slider::before {
    display: none;
  }
}
.header-about-carousel .sow-image-grid-image {
  padding: 0 !important;
}
.header-about-carousel .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 24px;
}
.header-about-carousel .slick-arrow {
/*   background: #c7a752 url("../images/arrow-white.png") no-repeat center; */
	background: #DDBDAD url("../images/arrow-white.png") no-repeat center;
  width: 48px;
  height: 48px;
}
.header-about-carousel .slick-prev {
  left: -24px;
}
.header-about-carousel .slick-next {
  right: -24px;
}
@media only screen and (max-width: 992px) {
  .header-about-carousel .attachment-full {
    min-width: 100%;
  }
}

/* Concept About */
.concept-about {
  align-items: center !important;
}
.concept-about .widget-title {
/*   color: #c7a752; */
	color: #DDBDAD;
  font-size: 30px;
  font-weight: 400;
}
.concept-about .textwidget {
  color: #848484;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .concept-about-image .sow-image-container {
    margin-left: 40px;
    position: relative;
  }
  .concept-about-image .sow-image-container::before {
    content: "";
    position: absolute;
/*     border: 1px solid #c7a752; */
	  border: 1px solid #DDBDAD;
    left: -40px;
    top: 30px;
    right: 50px;
    bottom: -30px;
    z-index: -1;
    pointer-events: none;
  }
}

/* Wrapper About */
.wrapper-about {
  overflow: hidden;
}
.wrapper-about .so-widget-image {
  width: 100% !important;
}

.wrapper-about-content {
  position: relative;
}
.wrapper-about-content .widget-title {
/*   color: #c7a752; */
	color: #DDBDAD;
  font-size: 30px;
}
.wrapper-about-content .textwidget {
  color: #ffffff;
  font-size: 16px;
}
.wrapper-about-content::before {
  content: "";
  background-color: #202020;
  width: 1500px;
  height: calc(100% + 180px);
  position: absolute;
  left: -180px;
  top: -105px;
  z-index: -1;
}
.wrapper-about-content::after {
  content: "";
  background-color: transparent;
  width: 1500px;
  height: calc(100% + 180px);
/*   border: 1px solid #c7a752; */
	border: 1px solid #DDBDAD;
  position: absolute;
  left: -40px;
  top: -75px;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .wrapper-about-content &gt; .so-panel {
    transform: translateY(-15px);
  }
}

/* Members */
.so-widget-lsow-team-members .widget-title {
  color: #848484;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.lsow-team-member-wrapper .lsow-image-wrapper::before {
  content: "";
  position: absolute;
/*   border: 1px solid #c7a752; */
	border: 1px solid #DDBDAD;
  max-height: 342px;
  max-width: 264px;
  left: 10px;
  top: 16px;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .lsow-team-member-wrapper .lsow-image-wrapper::before {
    left: 10px;
    top: 10px;
    bottom: 15px;
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .lsow-team-member-wrapper .lsow-image-wrapper::before {
    display: none;
  }
}
.lsow-team-member-wrapper .lsow-image {
  max-height: 342px;
  border-radius: 0 !important;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .lsow-team-member-wrapper .lsow-image {
/*     border: 3px solid #c7a752; */
	  border: 3px solid #DDBDAD;
    margin: 0 auto 5px !important;
  }
}
.lsow-team-member-wrapper .lsow-title {
  color: #848484 !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  text-transform: unset !important;
}

/* Projects */
.projects .widget-title {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
.projects .widget-title::before {
  content: "";
  background: url("../images/olho.png") no-repeat;
  width: 59px;
  height: 35px;
  margin: 0 auto 10px;
  display: block;
  pointer-events: none;
}
.projects .so-widget-sow-image {
  position: relative;
}
.projects .so-widget-sow-image:hover .widget-title, .projects .so-widget-sow-image:focus .widget-title {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.projects .so-widget-sow-image:hover .so-widget-image, .projects .so-widget-sow-image:focus .so-widget-image {
  filter: blur(8px) brightness(40%);
  -webkit-filter: blur(8px) brightness(40%);
  transform: scale(1.1);
}
.projects .sow-image-container a, .projects .so-widget-image {
	width: 100% !important;
	min-height: 250px !important;
	transition: 0.5s;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
}
.projects .sow-image-container {
	width: 350px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
	overflow: hidden;
}

.sow-masonry-grid-item {
  position: relative;
  overflow: hidden;
}
.sow-masonry-grid-item::before {
  content: "";
  background: url("../images/olho.png") no-repeat;
  width: 59px;
  height: 35px;
  position: absolute;
  transform: translate(-50%, -100%);
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.sow-masonry-grid-item img {
  transition: 0.3s;
}
.sow-masonry-grid-item:hover::before, .sow-masonry-grid-item:focus::before {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.sow-masonry-grid-item:hover img, .sow-masonry-grid-item:focus img {
  filter: blur(8px) brightness(40%);
  -webkit-filter: blur(8px) brightness(40%);
  transform: scale(1.1);
}

/* Wrapper Project */
.wrapper-project {
  width: max-content;
  border: 15px solid #ffffff;
  margin: 0 auto !important;
  outline: none !important;
  overflow: hidden;
  position: relative;
}
.wrapper-project .widget-title {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
.wrapper-project .widget-title::before {
  content: "";
  background: url("../images/olho.png") no-repeat;
  width: 59px;
  height: 35px;
  margin: 0 auto 10px;
  display: block;
  pointer-events: none;
}
.wrapper-project .so-widget-image {
  transition: 0.5s;
 height: 390px !important;
}
.wrapper-project:hover .widget-title, .wrapper-project:focus .widget-title {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.wrapper-project:hover .so-widget-image, .wrapper-project:focus .so-widget-image {
  filter: blur(8px) brightness(40%);
  -webkit-filter: blur(8px) brightness(40%);
  transform: scale(1.1);
}
@media only screen and (max-width: 576px) {
  .wrapper-project {
    width: 100%;
  }
  .wrapper-project .sow-image-container a, .wrapper-project .so-widget-image {
    width: 100%;
  }
}

/* Wrapper Ideals */
@media only screen and (max-width: 992px) {
  .wrapper-ideals {
    background-image: unset !important;
    display: flex;
    flex-direction: column;
  }
  .wrapper-ideals &gt; .panel-grid-cell {
    width: 100% !important;
  }
  .wrapper-ideals &gt; .panel-grid-cell:nth-child(2) {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .wrapper-ideals-title {
    margin-bottom: 80px;
  }
}

/* Wrapper Ideal */
.wrapper-ideal .widget-title {
/*   color: #c7a752; */
	color: #DDBDAD;
  font-size: 18px;
}
.wrapper-ideal .widget-title::before {
  content: '';
  background: url("../images/arrow.png") no-repeat !important;
  min-width: 21px !important;
  height: 14px !important;
  margin-right: 10px;
  display: inline-block;
  background-size: 19px !important;
  transform: scale(-1);
}
.wrapper-ideal .textwidget {
  color: #848484;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) {
  .wrapper-ideal.nth-2 {
    transform: translate(-10px, -80px);
  }
  .wrapper-ideal.nth-3 {
    transform: translate(30px, -65px);
  }
}

/* Wrapper Contact */
.wrapper-contact-paragraph {
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  max-width: 510px;
  margin: 0 auto;
}

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


/* Button Read */
.button-read {
	padding: 7px 30px;
/* 	background-color: #c7a752 !important; */
	background-color: #DDBDAD !important;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border: none;
	font-size: 1rem;
	font-weight: 100;
}
.servicos-new &gt; .panel-grid-cell {
	display: grid;
	grid-template: none !important;
	grid-gap: 0 !important;
	margin: 0px 50px;
}

.project.type-project .row-galeria .gallery-item {
	margin: 10px !important;
	max-width: 30%;
}
.row-galeria .gallery-item img {
	height: 170px;
}
.flor-ideias-mobile .sow-image-container img {
	display: none !important;
}
.wrapper-service.servicos-new .wrapper-ideal .widget-title {
	text-align: center;
	padding: 15px 0;
}

.image-serv-height-300 .sow-image-container {
	height: 300px !important;
	width: 650px !important;
	position: relative;
	overflow: hidden;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.image-serv-height-300 .so-widget-image {
	width: 100% !important;
	height: 100%;
}
.head-chamada .sow-headline {
	text-transform: uppercase;
}
.head-chamada .sow-headline span {
/* 	background: #c7a752; */
	background: #DDBDAD;
	color: #fff;
	padding: 3px 3px;
	margin-left: 5px;
}

.box-modulo .h6-perso {
	color: #848484;
}
.box-modulo {
	box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.09) !important;
	border: 1px solid transparent;
	width: 100%;
	background: #333 !important;
}
.box-modulo:hover {
	cursor: -moz-grab;
/* 	border-color: #c7a752; */
	border-color: #DDBDAD;
	background: #1e1e1e !important;
}
svg.bg-success [stroke]:not([stroke="none"]) {
	stroke: #28a745;
}
.icon.icon-xs path[stroke] {
	stroke-width: 3px;
}
svg.bg-success [stroke]:not([stroke="none"]) {
/* 	stroke: #c7a752; */
	stroke: #DDBDAD;
}
.rounded-circle.bg-success-alt {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
	min-width: 80px;
}
.box-modulo .rounded-circle svg {
	height: 48px;
	width: 48px;
}
.box-modulo .h6-perso {
	color: #848484;
	font-weight: 700;
}
.bg-success-alt {
	background-color: rgba(199, 167, 82, 0.17);
}
.icon.icon-xs {
	height: 1rem;
}
svg[class*="bg-"] {
	background: none !important;
}
.bg-success {
	background-color: #28a745 !important;
}
.ml-3, .mx-3 {
	margin-left: 1rem !important;
}
.mb-0, .my-0 {
	margin-bottom: 0 !important;
}
.form-servico .wpcf7-form {
	padding: 20px;
	background: #333;
	margin-top: -285px;
}
.form-servico .wpcf7-form h3 {
/* 	color: #c7a752; */
	color: #DDBDAD;
	font-size: 20px;
	text-transform: uppercase;
}
.gallery {
	height: 955px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.box-modulo.projeto-single {
	background: #fff !important;
}
.box-modulo.projeto-single .h6-perso span {
	font-weight: 400;
	text-decoration: underline;
}
.single-post .wp-post-image {
	display: none;
}
.box-modulo.projeto-single:hover {
	border-color: #ddd;
}
.box-modulo.projeto-single {
	background: #fff !important;
	margin-bottom: 0 !important;
	box-shadow: none !important;
	border-bottom: 1px solid #ddd;
}
.galeria-icones-portifolio {
/* 	border: 1px solid #c7a752; */
	border: 1px solid #DDBDAD;
}
.page-id-280 .wrapper-header {
	height: 200px !important;
}
.wpspw-post-categories {
	display: none !important;
}
.wpspw-readmorebtn {
/* 	border: 1px solid #c7a752 !important; */
	border: 1px solid #DDBDAD !important;
	padding: 8px 12px !important;
	transition: 0.3s !important;
	font-size: 14px !important;
	font-weight: 600;
/* 	background: #c7a752 !important; */
	background: #DDBDAD !important;
	color: #fff !important;
}
.wpspw-post-details-wrapper {
	padding: 10px 20px !important;
}
.sp_wpspwpost_static.wpspw-design-2 .wpspw-post-title a {
	font-size: 18px !important;
	font-weight: 600;
	color: #848484;
}
.wpspw-post-date {
	display: none !important;
}

.su-post .su-post-thumbnail {
	display: none !important;
}
.su-post-comments-link {
	display: none;
}
.single-post .su-posts .su-post .su-post-title a {
/* 	color: #c7a752 !important; */
	color: #DDBDAD !important;
	font-weight: 700;
}
.single-post .su-posts .su-post .su-post-meta {
	display: none;
}
.single-post .su-posts .su-post {
	background: #fff;
	box-shadow: 7px 5px 25px 4px rgba(0, 0, 0, 0.35);
	padding: 20px;
}
.single-post .su-posts .su-post .btn {
/* 	background: #c7a752; */
	background: #DDBDAD;
	padding: 10px 20px;
	color: #fff !important;
	margin-top: 25px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700 !important;
	border-color: #d99ca1;
}
#comments #reply-title {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	font-size: 20px;
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.single-project .box-modulo .rounded-circle svg {
	height: 24px;
	width: 24px;
}
.single-project .rounded-circle.bg-success-alt {
	min-height: 48px;
	min-width: 48px;
}
.single-project .box-modulo .h6-perso {
	font-size: 15px;
}
.single-project .box-modulo.projeto-single {
	padding: 10px 15px !important;
}
.slick-track .slick-slide {
	overflow: hidden;
}</pre></body></html>