:root {
  --bd-btn-default: #004823;
  --bd-btn-hover-default: #00a859;
  
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'Greycliffcf';
  /* src: url('myfont.woff') format('woff'),  */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    /* url('../../fonts/daydream.ttf') format('truetype');  */
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    src: url('../fonts/greycliffcf-regular.otf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
  font-family: 'Kefa';
  /* src: url('myfont.woff') format('woff'),  */
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    /* url('../../fonts/daydream.ttf') format('truetype');  */
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
    src: url('../fonts/kefa-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
body {
  font-family: 'Greycliffcf', sans-serif!important;
  color: #333;
}
p.card-text {
  text-align: justify;
  color: #3f3e43;
  height: 145px;
}
.btn-bd-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-btn-default);
  --bs-btn-border-color: var(--bd-btn-default);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #{shade-color($bd-btn-default, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-btn-default, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-btn-default);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-btn-default, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-btn-default, 20%)};
}
.btn-bd-primary:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bd-btn-hover-default);
  border-color: var(--bd-btn-hover-default);
}
.banner-opacity {
  background-color: rgba(0, 0, 0, 0.2);
  height: 300px;
  width: 100%;
  margin-top: -48px;
}
.page-id-295 .banner {
  width: 100%;
  height: 300px;
  background: url(../img/banners/banner-2.jpg) center no-repeat;
  background-size: cover;
}
.page-id-237 .banner,
.page-id-254 .banner {
  width: 100%;
  height: 300px;
  background: url(../img/banners/lucas-do-rio-verde-valuan.png) center no-repeat;
  background-size: cover;
}


.section-header h1 {
  letter-spacing: 1px;
  margin: 0;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 30px;
  text-shadow: 2px 2px 5px #000;
}
#breadcrumbs .bread-link{
  color: #004823;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#breadcrumbs .bread-current {
  font-weight: 700;
  text-transform: uppercase;
}
#breadcrumbs .bread-link:hover,
a.bread-parent:hover {
  color: #00a859;
  font-weight: bold;
}
#breadcrumbs a.bread-parent{
  text-decoration: auto;
  color: #333;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#topbar i{
  color: #fff;
}
#topbar{
  background-color: #267001;
}
#topbar a{
  text-decoration: none;
  color: #fff;
}
#topbar a:hover{
  color: #a3a3a3;
}
img.custom-logo {
  width: 49%;
  height: auto;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
#navbar .sub-menu:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  font-weight: 700;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  padding: 54px 15px 50px 15px;
  color: #004823;
}
.navbar a:hover{
  color: #00a859;
}
.navbar .menu-item ul.sub-menu {
  display: block;
  position: absolute;
  top: calc(100% + 44px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: #001b33;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar-mobile .menu-item > .menu-item-active {
  display: block!important;
}
.navbar .menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  position: absolute;
  display: block;
}

.navbar .menu-item ul.sub-menu li a {
  display: flex;
  padding: 10px;
}
.mobile-nav-toggle {
  font-size: 60px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  color: #004823;
}
.mobile-nav-toggle.bi-x{
  color: #fff!important;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
  padding-bottom: 185%;
}
.fixed-top{
  background-color: #fff;
  border-bottom: 3px solid #004823;
}
a.facebook,
a.instagram {
  color: #fff;
  font-size: 20px;
}
a.facebook:hover,
a.instagram:hover{
  color:#ffffffb8;
}
i.bi.bi-facebook,
i.bi.bi-instagram,
i.bi.bi-linkedin,
i.bi.bi-pinterest{
  padding-left: 5%;
}
.redes-sociais {
  font-size: 18px;
}

@media (max-width: 991px) {
  p.text-bem-vindo, p.text-horario-de-atendimento, p.text-contato-header {
    font-size: 21px;
    }
  .navbar ul {
      display: none;
  }
  .mobile-nav-toggle {
      display: block;
  }
  .navbar a, .navbar a:focus {
    color: #fff!important;
  }
  .navbar a:hover{
    background-color: #00a859;
    color: #fff;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 65px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #004823;
    overflow-y: auto;
    transition: 0.3s;
    color: #fff;
}
  .navbar-mobile a, .navbar-mobile a:focus{
    display: flex;
    padding: 15px 20px!important;
    font-size: 18px;
    justify-content: center;
  }
  .row.d-flex.justify-content-center.icon-header {
    display: none!important;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-mobile .menu-item ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
}


/* Section HOME */
.section-title {
  color: #031C33;
}

/*--------------------------------------------------------------
# Section Nossa História
--------------------------------------------------------------*/
section#nossa-historia p{
  text-align: justify;
}
i.bi.bi-star-fill{
  color: #fff;
}
.btn.btn-primary{
  background-color: #004823;
  border: #004823;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:focus-visible{
  background-color: #00a859!important;
  border: #00a859!important;;
}

.card-title{
  color: #004823;
}
/*--------------------------------------------------------------
# Section Produtos em Destaque
--------------------------------------------------------------*/
section#produtos-em-destaque h2{
  color: #004823!important;
}
section#produtos-em-destaque .card{
  border-radius: 1px;
}
.parallax {
  /* The image used */
  background-image: url("../img/parallax.jpg");

  /* Set a specific height */
  min-height: auto;

  /* Create the parallax scrolling effect */
  background-color: rgb(0, 0, 0);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#valorize-os-seus-sonhos p{
  font-size: 35px;
}
section#nossas-marcas .card {
  background: #222;
  border-image-source:  var(--gradient) !important; 
  border-image-slice: 1;
  color: rgb(250, 250, 250);
}
section#nossas-marcas .card-body{
  background: #222;
  border-radius: 0px 0px 9px 9px;
}
section#nossas-marcas .card-body h5,
section#nossas-marcas h3{
  color: #fff;
}

section#nossas-marcas .btn {
  border: 5px solid;
  text-decoration: none;
  transition: all .4s ease;
}

section#nossas-marcas .btn:hover, .btn:focus {
  background: var(--gradient) !important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: #fff !important;
  border: 5px solid #fff !important; 
  box-shadow: #222 1px 0 10px;
  text-decoration: underline;
}
section#nossas-marcas button.carousel-control-prev,
section#nossas-marcas button.carousel-control-next {
  color: #fff;
  font-size: 30px;
  background: #000;
  opacity: 1.5;
  margin: 0%;
  width: 0%;
}
section#nossas-marcas .carousel {
  margin: 30px auto 50px;
  padding: 0px 25px;
}
section#nossas-marcas .carousel-indicators .active{
  background-color: #ffffffb8!important;
}
section#nossas-marcas .carousel-indicators [data-bs-target]{
  background-color: #fff!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
section#footer .card-text, .card-body, i{
  color: #fff;
}
#footer a{
  text-decoration: none;
  color: #fff;
}
#footer a:hover{
  color: #00a859;
}
#footer{
  background-color: #f4f4f4;
}
#footer .divisor-default{
  margin: inherit;
}
#footer .p.card-text{
  font-size: 16px;
}
.logo-rodape.w-100 {
  width: 60% !important;
}
a.facebook-footer,
a.instagram-footer {
  color: #f0fdfd;
  font-size: 20px;
}
a.facebook-footer:hover,
a.instagram-footer:hover,
a.link-endereco:hover,
a.a-link:hover {
  color: #8B6F4B;
}
#footer .footer-info{
  background-color: #a7a7a7;
  border-top: 4px solid #FE131F;
  padding: 30px;
}
.divisor-default {
  background-color: #ed1c24;
  height: 3px;
  width: 67px;
  margin: auto;
}
a.link-endereco,
a.a-link {
  color: #fff;
  text-decoration: none;
}
#copyright {
  background-color: #000;
}
@media (max-width: 991px) {
  .bi.bi-geo-alt,
  .bi.bi-clock,
  .bi.bi-heart,
  .bi.bi-cup-hot,
  .bi.bi-person-vcard {
      display: none;
  }
}
/*--------------------------------------------------------------
# Página Interna - Empreendimentos
--------------------------------------------------------------*/
.page-villa-di-lucca .divisor-default{
  background-color: #c8a07f;
  height: 1px;
  width: 491px;
  margin-top: -1%;
}
i.bi.bi-check-circle {
  color: #02b308;
}
.page-villa-di-lucca p.text-card{
  font-size: 16px;
}
img.icone-w-100 {
  width: 30%;
  margin: auto;
}
section.icones {
  background-color: #8B6F4B;
}
p.card-title{
  color: #fff;
  font-size: 17px;
}
/*--------------------------------------------------------------
# Página Interna - Empreendimentos - Slideshow
--------------------------------------------------------------*/
section.slideshow{
  background-color: #ebebeb;
}
h2 {
  color: #6F6372!important;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	position: relative;
	margin: 40px 70px;
}
/* h2::after {
	content: "";
    width: 100%;
    position: absolute;
    margin: 0 auto;
    height: 1px;
    border-radius: 1px;
    background: #d4d4d4;
    left: 0;
    right: 0;
    bottom: 14px;
} */
h2 span {
	display: inline-block;
	padding: 0 25px;
	background:#ebebeb;
	position:relative;
	z-index:2;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {	
	margin: 30px auto 50px;
}
.carousel .item {
    text-align: center;
	  overflow: hidden;
    height: 160px;
}
.carousel .item .img-box {
	background: #fff;
	padding: 9px;
	box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4);
}
.carousel .item img {
    margin: 0 auto;
}
.carousel .carousel-control {
	width: 68px;
	background: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel .carousel-control i {
    font-size: 28px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -15px;
    z-index: 5;
    left: 0;
    right: 0;
	  color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -55px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 1px 4px;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li {	

}
.carousel-indicators li.active {
	background: #555;
}
.carousel .carousel-control i {
  font-size: 28px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -15px;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

#carouselExampleCaptions {
  width: 80vw;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel-inner {
    width: 100%;
}
.card img {
    width: 100%;
    /* height: 16em; */
    object-fit: cover;
    object-position: 0% 20%;
}
.card .name {
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}
.card .role {
    font-size: 1.2em;
    margin: 0;
}

.card .work-at {
    font-size: 1em;
}

/* Controls */

i.fa-arrow-right,
i.fa-arrow-left {
  background: none;
  border: 2px solid rgb(110, 6, 110);
  color: rgb(110, 6, 110);
  padding: 10px;
  border-radius: 100%;
  transition: background .6s ease;
}

i.fa-arrow-right:hover,
i.fa-arrow-left:hover {
  background: rgb(110, 6, 110);
  color: white;
}

.carousel-control-next {
    margin: 0em;
}

.control-btn {
    position: absolute;
    top: -1em;
    right: 5em;
}

.control-btn i.fa-arrow-left {
    position: absolute;
    right: 6em;
} 


/* Indicators */

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
	background-color: #999;
	border-color: transparent;}


.carousel-indicators .active {
    opacity: 1;
    background-color: #555
}



@media screen and (max-width: 900px){
#carouselExampleCaptions {
  width: 70vw;
  height: 70vw;
}

.card img {
    width: 100%;
    height: 17em;
}

.card .name {
  margin-top: 1em;
    font-size: 1em;
    font-weight: 700;
}

.card .role {
    font-size: 0.8em;
}

.card .work-at {
    font-size: 0.6em;
}
}

@media screen and (max-width: 576px) {
.carousel-item .card .caption {
      position: absolute;
      top: 20px;
      left: 10px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 10px;
      padding: 10px;
}
}

.carousel-control-prev, .carousel-control-next {
  width: 68px;
  background: none;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

/*--------------------------------------------------------------
# Página Interna - Formulário de contato - Slideshow
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  height: 170px;
}
.contact .info-box i {
  font-size: 32px;
  color: #AD8467;

}
.contact .info-box h3 {
  font-size: 20px;
  color: #001b33;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .info-box a,
.contact .info-box p{
  text-decoration: none;
  color: #AD8467;
  font-size: 16px;
}
.contact .info-box a:hover {
  color: #001b33;
}

.contact .info-box i.bi.bi-clock {
    font-size: 25px;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-bd-primary {
  color: #fff !important;
  background-color: #001B33;
  border-color: #001B33;
  border-radius: 0.25rem !important;
  height: 39px;
  border: 1px solid transparent !important;
  padding: 0px 45px 4px 45px  !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-bd-primary:hover{
  background-color: #8B6F4B;
  border-color: #8B6F4B;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.phone {
  border-radius: var(--bs-border-radius);
  height: 37px;
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
  width: 100%;
}
a.termo-de-aceito {
  text-decoration: none;
  color: #004823;
  font-weight: 600;
}
a.termo-de-aceito:hover {
  color: #8B6F4B;
}
a.btn{
  text-decoration: none!important;
  padding: 8px 21px 11px 21px;

}

/*--------------------------------------------------------------
# Section Contato
--------------------------------------------------------------*/
section#contato {
  background-color: #dedede;
}
section#contato h2{
  color: #004823!important;
}
section#contato input.btn{
  background-color: #004823!important;
  border: #004823!important; 
  color: #fff;
  padding: 10px 120px 10px 120px !important;
  font-size: 20px;
}
section#footer input.btn:hover, input.btn:focus,
section#contato input.btn:hover, input.btn:focus{
  background: #00a859!important;
  color: #fff!important;
  border: #00a859!important; 
  text-decoration: none!important;
}
img.card-produto-logo.w-100 {
  width: 50% !important;
}
.card-body-product {
  height: 388px;
}
/*span.carousel-control-prev-icon,
span.carousel-control-next-icon{
  background-color: #004823!important;
}*/
section#nossos-produtos button.carousel-control-prev,
section#nossos-produtos button.carousel-control-next {
  color: #171c5b;
  font-size: 30px;
  opacity: 1.5;
}
section#nossos-produtos button.carousel-control-prev,
section#nossos-produtos button.carousel-control-next{
  margin: -5%;
}

section#nossos-produtos .carousel {
  padding: 0px 72px;
}
.form-control{
  color: #5f5f5f!important;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #3f3e43;
  color: #fff;
  font-size: 14px;
}
.title-loja {
  font-size: 20px !important;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #00a859;
  text-align: center;
  padding: 30px 20px;
}
#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #88c226;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #88c226;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #37344c;
}
#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #37344c;
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: 20px 0px 0px 0px;
  }
}
#footer .logo-kaster img{
  width: 180px !important;
}
p.descricao-produto{
  color: #000;
  font-size: 18px;
}
.card-drywall-chapa-branca {
  padding: 9%;
  background-color: #d6d2cf;
}
.card-drywall-chapa-rosa{
  padding: 9%;
  background-color: #d49a90;
}
.card-drywall-chapa-verde{
  padding: 9%;
  background-color: #a5bcb6;
}
.card-drywall-chapa-branca,
.card-drywall-chapa-rosa,
.card-drywall-chapa-verde {
  font-size: 19px;
}
section.page-ferramentas img.w-100,
section.page-acessorios img.w-100,
section.page-gesso-em-po img.w-100, 
section.page-perfis-metalicos img.w-100,
section.page-acessorios-de-fixacao img.w-100,
section.page-isolamento-termico-e-acustico img.w-100{
  border-radius: 8px 8px 0px 0px;
}
section.page-drywall img.w-100{
  border-radius: 5px 5px 0px 0px;
}
section.page-servicos h2{
  color: #004823!important;
  font-size: 36px!important;
  margin: 0px 0px!important;
}
section.page-servicos h3{
  color: #00a859!important;
  font-size: 26px!important;
}
section.page-servicos p{
  text-align: justify!important;
}