/*

Theme Name: Lucas Marcenaria

Theme URL: http://www.criativito.com.br/

Description: Site institucional modelo II.

Author: Victor Brito and Alexsander Verrone

Author URL: http://www.criativito.com.br/

Version: 1.0

Text Domain: Criativito

License: GNU General Public License version 3.0

License URL: http://www.gnu.org/licenses/gpl-3.0.html

Tags: Tema customizado, institucional, Criativito

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

.area-atendimento-whats .botao-whats {
  animation: shake 1s infinite;
  position: fixed;
  right: 19px;
  bottom: 90px;
  background-color: transparent;
  border: none;
  width: 40px;
  height: auto;
  padding: 0;
  z-index: 9999;
}
@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  55% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  65% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  70% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  75% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  80% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  85% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  90% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  95% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.area-atendimento-whats .form-atendimento {
  display: none;
  width: 300px;
  box-shadow: 0px 0px 8px #333;
  background: rgb(235,229,222) url("img/atendimento/wptex.jpg") center center no-repeat;
  background-size: cover;
  z-index: 99999;
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 150px;
  left: auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.area-atendimento-whats .header-atendimento {
  background-color: #265c54;
  color: #f8f8f8;
  padding: 15px 53px 15px 20px;
  line-height: 17px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 13px;
}
.area-atendimento-whats form {
  padding: 20px;
}
.area-atendimento-whats input {
  color: #000000;
  font-size: 14px;
  background-color: #fdfdfd;
  border: 1px solid #cacaca;
  border-radius: 5px;
  width: 100%;
  margin: 0 0 10px;
  padding: 8px 12px;
}
.area-atendimento-whats input[type="submit"] {
  background-color: rgb(83,164,81);
  color: #FFFFFF;
  font-size: 18px;
  height: 48px;
  line-height: 1.42857;
  margin-bottom: 0px;
  margin-top: 9px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border: none;
}
.area-atendimento-whats .camada-atendimento {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.65);
  transform: translate(0, 0);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: none;
}
.area-atendimento-whats .pausar-animacao {
  animation-play-state: paused;
}
.area-atendimento-whats button.fechar {
  position: absolute;
  right: 15px;
  background-color: transparent;
  border: none;
  outline: none;
}
.area-atendimento-whats button.fechar img {
  width: 20px;
  height: auto;
}
* {	

  box-sizing: border-box;

	margin: 0;

	padding: 0;  

}
a.botao-branco {
    border: 2px solid #fff;
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 8px 20px;
    border-radius: 6px;
    color: #fff;
}

a.botao-branco:hover {
    background-color: #fff;
    color: #b98746;
}
a, svg{

  -webkit-transition: all 150ms ease-out;    

  -moz-transition: all 150ms ease-out;    

  -o-transition: all 150ms ease-out;    

  -ms-transition: all 150ms ease-out;    

  transition: all 150ms ease-out;

}

::-webkit-scrollbar { width:10px; background:#b98746; } /* configurando scroll */

::-webkit-scrollbar-track { background: rgba(0,0,0,0.1); }

::-webkit-scrollbar-thumb { background:#7d451f;  }

section a:hover, section a:link, section a:active, section a:visited {

  text-decoration: none;

}

section p, section h1, section h2, section h3, section h4, section h5, section h6, section a, section label, section input, 

  section textarea, section select  {

  font-family: "Open Sans", Arial, Helvetica, sans-serif;

}

img {

	width: 100%;

	height: auto;

}

section {

	padding: 120px 0;

}

/*  classes independentes  */

section h2.title {

  color: #1d1d1b;

  font-weight: bold;

  font-size: 24px;

  text-align: center;

  margin-top: 0;

}

section p.desc {

  color: #575756;

  font-size: 18px;

  text-align: center;

  margin-bottom: 60px;

}

section .colorDark {

  background: #59351c url(img/madeira3.jpg) center center;

}

section .colorBack {

  background: #b99464 url(img/madeira2.jpg) center center;

}

div .fontColor {

  color: #b98746;

}
.wp-caption {
    width: 100%!important;
    padding: 0 0 30px 0;
}
.fontColor:hover {

  color: #666666;

}

.clearFix {

	clear: both;

}

.noPadding {

  padding: 0;

}

.noPaddingTop {

  padding-top: 0;

}

section .noPaddingLeft {

  padding-left: 0;

}

section .noPaddingRight {

  padding-right: 0;

}

section .floatRight {

  float: right;

}

/*  classes fontawesome  */

.svg-inline--fa {

  color: #3b7db6;

}

/*  elementos independentes  */



section form label {

  margin-top: 20px;

  display: block;

  width: 100%;

}

section form input, section form select {
    width: 100%;
    border: none;
    background: #e4e4e4;
    outline: none;
    padding: 9px 12px;
    margin: 5px 0;
    color: #3c3c3b;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #ddd;
}

section form input[type="submit"] {

  background: #b98746;

  color: #fff;

  border: none;

  padding: 8px;

  margin-top: 20px;

  font-size: 20px;

  font-weight: bold;

  -webkit-transition: all 150ms ease-out;    

  -moz-transition: all 150ms ease-out;    

  -o-transition: all 150ms ease-out;    

  -ms-transition: all 150ms ease-out;    

  transition: all 150ms ease-out;

}

section form input[type="submit"]:hover {

  background: #7d451f;

}

section form textarea {
    width: 100%;
    border: none;
    background: #e4e4e4;
    outline: none;
    padding: 9px 12px;
    margin: 5px 0;
    color: #3c3c3b;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #ddd;

}

section form input:focus, section form select:focus, section form textarea:focus {

  border-bottom: 3px solid #b98746;

}

/* classes wordpress */

section div.wpcf7 .ajax-loader {

  display: none;

}

section .use-floating-validation-tip span.wpcf7-not-valid-tip {

    background: #b98746;

    color: #fff;

    border: none;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

        font-size: 11px;

    padding: 4px;

}

section div.wpcf7-mail-sent-ok {

    border: none;

    background: #b98746;

        position: absolute;

    bottom: 0px;

    font-size: 13px;    

    color: #fff;

    padding: 9px;

    margin: 0px auto 0 auto;

    width: 60%;

    text-align: center;

}

section span.wpcf7-not-valid-tip {

    color: #fff;

    font-size: 11px;

    display: block;

    text-align: center;

    margin: 0px 0 13px 0;

    line-height: 13px;

}



section div.wpcf7-validation-errors {

    border: none;

    background: #b98746;

    font-size: 13px;

    color: #fff;

    padding: 9px;

    width: 60%;

    text-align: center;

    bottom: 0px;

}

.alignleft {

	float: left;

	margin: 0 25px 15px 0;

	width: auto;

	height: auto;

}

.alignright {

	float: right;

	margin: 0 0 15px 25px;

	width: auto;

	height: auto;

}

.aligncenter {

	display: block;

	margin: auto;

	width: auto;

	height: auto;

}

.alignnone {

	display: block;

	margin: auto;

	width: auto;

	height: auto;

}

.size-full {

  max-width: 100%;

	width: 100%;

	height: auto;

	float: inherit;

	margin: 10px 0;

}

.size-large {

	max-width: 100%;

  width: 100%;

	height: auto;

	float: inherit;

	margin: 10px 0;

}

.wpcf7-checkbox {

	display: inline-block;

}

.use-floating-validation-tip span.wpcf7-not-valid-tip {

    background: red;

    color: #fff;

    border: none;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

        font-size: 11px;

    padding: 4px;

}

div.wpcf7-mail-sent-ok {

    border: none;

    background: red;

        position: absolute;

    bottom: 0px;

    font-size: 13px;    

    color: #333;

    padding: 9px;

    margin: 0px auto 0 auto;

    width: 60%;

    text-align: center;

}

span.wpcf7-not-valid-tip {

    color: #f5f5f5;

    font-size: 11px;

    display: block;

    text-align: center;

    margin: 0px 0 13px 0;

    line-height: 13px;

}



div.wpcf7-validation-errors {

    border: none;

    background: transparent;

    font-size: 13px;

    color: #fff;

    padding: 9px;

    width: 60%;

    text-align: center;

    bottom: 0px;

}



/* top bar */

#topBar {

  background: #eeeeee;

}

#topBar .networkSocial {

  float: right;

  padding: 8px 0;

}

#topBar .networkSocial .boxIconSocial {

  display: inline-block;

  margin-left: 10px;

}

#topBar .networkSocial .boxIconSocial > a > svg {

  font-size: 20px;

}

#topBar .telephone {

  float: right;

  padding: 8px 15px;

  border-right: 1px solid #575756;

}

#topBar .telephone > p > svg {

  margin-right: 8px;

}

#topBar .telephone > p {

  font-size: 14px;

  font-weight: bold;

  margin-bottom: 0;

}

#topBar .email {

  float: right;

  padding: 8px 15px;

  border-right: 1px solid #575756;

}

#topBar .email > p {

  font-size: 14px;

  font-weight: bold;

  margin-bottom: 0;

}

#topBar .email > p > svg {

  margin-right: 8px;

}

#topBar .logo {
    background: #fff;
    width: 140px;
    padding: 0 0 10px 0;
    z-index: 9999;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 0;

  -webkit-box-shadow: 0px 11px 15px -6px rgba(0,0,0,0.37);

  -moz-box-shadow: 0px 11px 15px -6px rgba(0,0,0,0.37);

  box-shadow: 0px 11px 15px -6px rgba(0,0,0,0.37);

}

#topBar .logo > a {

  display: block;

  padding: 0px 0;

}

#topBar .logo > a > img {

  height: 114px;

  width: auto;

  display: inline-block;

}

/*  nav bar  */

#navBar {

  background: rgba(0, 0, 0, 0.7);

  position: absolute;

  z-index: 999;

  right: 0;

  left: 0;

}

#navBar nav {

  background: transparent;

  margin: 0;

  border: none;

}

#navBar nav .navbar-header{

  float: right;

}

#navBar nav .navbar-header .mainMenu ul > li > a {

  color: #fff;

  font-size: 15px;

  font-weight: bold;

}

#navBar nav .navbar-header .mainMenu ul > li.goContact > a {

  padding-right: 0;

}

#navBar nav .navbar-header .mainMenu ul > li > a > svg {

  color: #fff;

}

#navBar nav .navbar-header .mainMenu ul > li.active > a {

  background: none;

  color: #fff;

}

#navBar nav .navbar-header .mainMenu ul > li > ul {

  box-shadow: none;

  border: none;

  margin: 0;

  padding: 0;

}

#navBar nav .navbar-header .mainMenu ul > li > ul > li > a {

  background: #fff;

  color: #3c3c3b;

  font-weight: 500;

  padding: 10px;

}

#navBar nav .navbar-header .mainMenu ul > li > ul > li > a:hover {

  background: #b98746;

  color: #fff;

}
#navBar nav .navbar-header .mainMenu .tira-icone svg {
  display: none;
}

/*  services  */

#services {

          background-size:cover;

          background-position: center center;

        -webkit-transition: all 500ms ease-out;

        -moz-transition: all 500ms ease-out;

        -o-transition: all 500ms ease-out;

        -ms-transition: all 500ms ease-out;

        transition: all 500ms ease-out;

}

#services a > .boxService {

  -webkit-box-shadow: 1px 0 5px 1px rgba(0,0,0,0.15);

  -moz-box-shadow: 1px 0 5px 1px rgba(0,0,0,0.15);

  box-shadow: 1px 0 5px 1px rgba(0,0,0,0.15);

  background: #fff;

  padding: 20px;

  text-align: center;

  margin-top: 30px;

  transition: all .3s;

}

#services a:hover > .boxService {

  background: #b98746;

  box-shadow: none;

}

#services a:hover > .boxService .boxIcon > img {
 filter: contrast(0%) brightness(200%);
}
#services a:hover > .boxService > h3, #services a:hover > .boxService > p {
  color: #fff;
}
#services a > .boxService .boxIcon > img {
    width: 80px;
    height: auto;
    margin: 15px 0 0 0;
}

#services a > .boxService > h3 {

  color: #b98746;

  font-weight: bold;

  font-size: 18px;

  margin-top: 30px;

}

#services a > .boxService > p {

  font-size: 15px;

  color: #575756;

  line-height: 17px;

}

#cta {

  background: #b98746 url(img/madeira.jpg) center center;

  padding: 30px 0;

}

#cta p {

  margin: 0;

  color: #fff;

  font-size: 16px;

}

#cta a {

    border: 2px solid #ededed;

    color: #ededed;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    border-radius: 6px;

    width: 100%;

    padding: 5px;

    text-align: center;

    font-size: 16px;

    font-weight: bold;

    display: inline-block;

}

#cta a:hover {

  color: #b98746;

  background: #fff;

}

/*  galeria  */

.no-gutter [class*=col-] {

  padding-right: 0;

  padding-left: 0;

}



.work {

  min-height: 350px;

  overflow: hidden;

  position: relative;

}

.work .overlay {

  background: #b98746;

  height: 100%;

  left: 0;

  opacity: 0;

  position: absolute;

  top: 0;

  width: 100%;

  -moz-transition: opacity, 0.3s;

  -o-transition: opacity, 0.3s;

  -webkit-transition: opacity, 0.3s;

  transition: opacity, 0.3s; 

}

.work .overlay-caption {

  position: absolute;

  text-align: center;

  padding: 15px;

  top: 50%;

  width: 100%;

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%); 

}

.work .overlay-caption h2 {

  font-size: 25px;

  font-weight: 600;

  color: #fff;

}

.work h5, .work p, .work img {

  -moz-transition: all, 0.5s;

  -o-transition: all, 0.5s;

  -webkit-transition: all, 0.5s;

  transition: all, 0.5s;

}

.work img {

  width: 100%;

  height: auto;

}

.work h5, .work p {

  color: #fff;

  font-size: 28px;

  margin: 0;

  opacity: 0;

}

.work h5 {

  margin-bottom: 5px;

  -moz-transform: translate3d(0, -200%, 0);

  -ms-transform: translate3d(0, -200%, 0);

  -webkit-transform: translate3d(0, -200%, 0);

  transform: translate3d(0, -200%, 0);

}

.work p {

  -moz-transform: translate3d(0, 200%, 0);

  -ms-transform: translate3d(0, 200%, 0);

  -webkit-transform: translate3d(0, 200%, 0);

  transform: translate3d(0, 200%, 0);

}

.work-box:hover img {

  -moz-transform: scale(1.2);

  -ms-transform: scale(1.2);

  -webkit-transform: scale(1.2);

  transform: scale(1.2);

}

.work-box:hover .overlay {

  opacity: .8;

}

.work-box:hover .overlay h5, .work-box:hover .overlay p {

  opacity: 1;

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}

.work:nth-child(1) {

  -moz-animation-delay: 0.1s;

  -webkit-animation-delay: 0.1s;

  animation-delay: 0.1s; 

}

.work:nth-child(2) {

  -moz-animation-delay: 0.2s;

  -webkit-animation-delay: 0.2s;

  animation-delay: 0.2s; 

}

.work:nth-child(3) {

  -moz-animation-delay: 0.3s;

  -webkit-animation-delay: 0.3s;

  animation-delay: 0.3s; 

}

.work:nth-child(4) {

  -moz-animation-delay: 0.4s;

  -webkit-animation-delay: 0.4s;

  animation-delay: 0.4s; 

}

.work:nth-child(5) {

  -moz-animation-delay: 0.8s;

  -webkit-animation-delay: 0.8s;

  animation-delay: 0.8s; 

}

.work:nth-child(6) {

  -moz-animation-delay: 0.7s;

  -webkit-animation-delay: 0.7s;

  animation-delay: 0.7s; 

}

.work:nth-child(7) {

  -moz-animation-delay: 0.6s;

  -webkit-animation-delay: 0.6s;

  animation-delay: 0.6s; 

}

.work:nth-child(8) {

  -moz-animation-delay: 0.5s;

  -webkit-animation-delay: 0.5s;

  animation-delay: 0.5s; 

}

.animated {

  visibility: visible; 

}

/*  testimonials  */

#testimonials {

  background: url('img/bgcoments.jpg') no-repeat;

  background-size:  cover;

}

#testimonials p {

  color:#575756;

  font-size: 18px;

  text-align: center;

}

#testimonials .tutoTestimonials {

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  text-align: center;

  padding: 5px;

  width: 80%;

  margin: auto;

}

#testimonials .tutoTestimonials > p {

  display: inline-block;

  color: #fff;

  font-size: 10px;

  margin: 0 10px;

  text-transform: uppercase;

}

#testimonials .tutoTestimonials > svg {

  color: #fff;

  font-size: 10px;

}

#testimonials #carouselTestimonials .item {

  width: 95%;

  margin: auto;

}

#testimonials #carouselTestimonials .disabled {

  display: block;

}

#testimonials #carouselTestimonials .owl-nav {

  position: initial;

}

#testimonials #carouselTestimonials .owl-nav .owl-prev, #testimonials #carouselTestimonials .owl-nav .owl-next {

  color: #b98746;

  font-size: 60px;

  margin: 0 30px;

  background: transparent;

  float: initial;

}

#testimonials #carouselTestimonials .owl-nav .owl-prev svg , #testimonials #carouselTestimonials .owl-nav .owl-next svg {

  color: #b98746;

}

#testimonials #carouselTestimonials .owl-nav .owl-prev:hover svg,

#testimonials #carouselTestimonials .owl-nav .owl-next:hover svg {

  color: #7d451f;

}

#testimonials #carouselTestimonials .boxTestimonial {

  -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.20);

  -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.20);

  box-shadow: 0 0 6px 1px rgba(0,0,0,0.20);

  padding: 40px;

  margin: 40px 0;

  background: #fbfbfb;

}

#testimonials #carouselTestimonials .boxTestimonial p {

  font-size: 15px;

  text-align: left;

  line-height: 17px;

}

#testimonials #carouselTestimonials .boxTestimonial .infoAuthor {

  margin-top: 30px;

}

#testimonials #carouselTestimonials .boxTestimonial .infoAuthor img {

  width: 75px;

  height: auto;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  display: inline-block;

  float: left;

  margin-right: 30px;

}

#testimonials #carouselTestimonials .boxTestimonial .infoAuthor p {

  font-size: 15px;

  text-align: left;

  color: #868686;

}

#testimonials #carouselTestimonials .boxTestimonial .infoAuthor p.name {

  padding-top: 15px;

  text-align: left;

  color: #1d1d1b;

  font-weight: bold;

  font-size: 18px;

}
/*blog*/
#blog .faixaTitulo {
  background: #232323;
  padding: 15px 0;
}
#blog .faixaTitulo h2 {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}
#blog #carrosselBlog .owl-nav {
  display: block;
  position: absolute;
  top: -63px;
  width: 80px;
  right: 0;
}
#blog #carrosselBlog .owl-nav .owl-prev, #blog #carrosselBlog .owl-nav .owl-next {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transition: all 150ms ease-out;    
  -moz-transition: all 150ms ease-out;    
  -o-transition: all 150ms ease-out;    
  -ms-transition: all 150ms ease-out;    
  transition: all 150ms ease-out;
}
#blog #carrosselBlog .owl-nav .owl-prev:hover, #blog #carrosselBlog .owl-nav .owl-next:hover {
  background-color: #fff;
}
#blog #carrosselBlog .owl-nav .owl-prev > svg, #blog #carrosselBlog .owl-nav .owl-next > svg {
  color: #fff;
  font-size: 28px;
  display: block;
  margin: auto;
}
#blog #carrosselBlog .owl-nav .owl-prev:hover svg, #blog #carrosselBlog .owl-nav .owl-next:hover svg {
  color: #232323;
}
#blog .depoAtual {
  margin-top: 60px;
}
#blog .depoAtual .camadaEscura {
  position: relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+43,000000+43&0.65+0,0+43 */
   /* FF3.6-15 */
   /* Chrome10-25,Safari5.1-6 */
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /* IE6-9 */
  background-color: #000;
}
#blog .depoAtual .camadaEscura img {
  opacity: 0.6;
}
#blog .depoAtual .camadaEscura .descPost {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 15px;
}
#blog .depoAtual .camadaEscura .descPost p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
}
#blog:not(.listagem) {
    background: #b98746 url(img/madeira.jpg) center center;
}
#blog.listagem {padding-top: 60px;}
#blog.listagem .depoAtual {
  margin-top: 30px;
}
#blog.listagem .depoAtual .camadaEscura .descPost p {
    font-size: 20px;
    line-height: 26px;
}
.depoAtual a {
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
#blog .depoAtual .camadaEscura .descPost:hover > p.btn-saiba-mais {
  opacity: 1;
}
#blog .depoAtual .camadaEscura .descPost > p.btn-saiba-mais {
  font-size: 13px;
  color: #5d5d5d;
  padding: 3px 10px;
  background-color: #fff;
  position: absolute;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all 150ms ease-out; 
  -moz-transition: all 150ms ease-out; 
  -o-transition: all 150ms ease-out; 
  -ms-transition: all 150ms ease-out; 
  transition: all 150ms ease-out;
}
#blog .depoAtual .camadaEscura .descPost > p.btn-saiba-mais:hover {
  background-color: #b98746;
  color: #fff;
}
#blog .btnVolta,
#noticias .btnVolta {
  float: left;
}
#blog .btnFrente,
#noticias .btnFrente {
  float: right;
}
#blog .btnVolta svg, #blog .btnFrente svg,
#noticias .btnVolta svg, #noticias .btnFrente svg {
  color: #d33941;
  font-size: 60px;
}
#blog .btnVolta svg:hover, #blog .btnFrente svg:hover,
#noticias .btnVolta svg:hover, #noticias .btnFrente svg:hover {
  opacity: .5;
}
.caixaBtnPost {
  width: 100px;
  display: block;
  margin: 30px auto 0;
}
.capaPostagem > img {
  width: 360px;
  height: 247px;
  float: left;
  margin: 0 20px 20px 0;
}
.caixaIcone {
  padding: 7px 0;
  border: 2px solid #7b4746;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 5px 5px 0;
  border-radius: 4px;
  float: left;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.caixaIcone:hover {
  background: #d33941;
}
.caixaIcone:hover a svg {
  color: #fff;
}
.caixaIcone a svg {
  display: block;
  font-size: 18px;
  margin: auto;
  color: #7b4746;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
/*  blog formato acoes  */
#blog .depoAtual .formato-acoes .camadaEscura .descPost {
  padding: 20px;
}
#blog .depoAtual .formato-acoes .camadaEscura .descPost p {
  font-size: 25px;
  line-height: 34px;
}
#blog .depoAtual .formato-acoes .camadaEscura .descPost > p.btn-saiba-mais {
    font-size: 16px;
}
.depoAtual a.formato-acoes {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
/*  wordpress comments  */
h3#comments {
  font-size: 18px;
  color: #d33941;
}
.comment-awaiting-moderation {
  background: #f8f5dc;
    padding: 4px;
    display: block;
    margin: 12px 0;
    font-size: 13px;
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#contentPage .comment-reply-link {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  border-radius: 3px;
  color: #fff;
  background-color: #f7102d;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-out;    
  -moz-transition: all 150ms ease-out;    
  -o-transition: all 150ms ease-out;    
  -ms-transition: all 150ms ease-out;    
  transition: all 150ms ease-out;
}
#contentPage .comment-reply-link:hover {
  background-color: #d33941;
  color: #fff;
}
#contentPage .comment-reply-title {
  color: #6d6262;
  font-size: 22px;
}
section .row:after {
  clear: initial;
}
.comment-form-email, .comment-form-author, .comment-form-url, .comment-form-comment {
  margin: 0;
}
.form-submit input[type=submit] {
  width: 100%;
  display: block;
}
.commentmetadata {
  font-size: 12px;
}
.comment-body {
  background: #f4f4f4;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
ul.children {
  margin-top: 20px;
  list-style-type: none;
}
ol.commentlist {
  list-style: none;
}
#contentPage ol.commentlist .comment-body > p {
  font-size: 13px;
}
.boxComments a {
  color: #333;
}
.comment-body > br {
  display: none;
}
.comment-author > img {
  width: auto;
  height: auto;
}
#contentPage form.comment-form p {
  margin: 0;
}
#contentPage form.comment-form input, #contentPage form.comment-form textarea {
  width: 100%;
  padding: 7px 0 7px 7px;
  border: 1px solid #a0a0a0;
  font-size: 13px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 15px;
  outline: none;
}
#contentPage form.comment-form textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
}
/*  footer  */

#contact {

  background: #232323 url(img/rodape.png) center center;

  position: relative;

  border-bottom: 1px solid #363636;

  padding-bottom: 60px;

}

#contact .boxLogo {

  text-align: center;

  background: #303030;

  position: absolute;

  top: -9px;

  padding: 30px 20px;

  border-top: 9px solid #b98746;

}

#contact .boxLogo img {

  width: auto;

  height: 130px;

  display: inline-block;

  margin-bottom: 12px;

}

#contact .boxLogo p {

  font-size: 13px;

  color: #efefef;

}

#contact .listServices {

  padding-top: 60px;

}

#contact .listServices h3 {

  color: #b1b1b1;

  font-weight: bold;

  font-size: 19px;

  text-align: left;

  margin: 0 0 10px 0;

}

#contact .listServices a {

  display: block;

  color: #fff;

  padding: 10px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  font-size: 15px;

  transition: background-image 0.7s;

}

#contact .listServices a:hover {    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b98746+0,232323+100 */

  /*background: #b98746; /* Old browsers */

  /*background: -moz-linear-gradient(left, #b98746 0%, #232323 100%); /* FF3.6-15 */

  /*background: -webkit-linear-gradient(left, #b98746 0%,#232323 100%); /* Chrome10-25,Safari5.1-6 */

  /*background: linear-gradient(to right, #b98746 0%,#232323 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98746', endColorstr='#232323',GradientType=1 ); /* IE6-9 */

  background-image: url(img/backTransition.png);

  background-size: cover;

  background-position: initial;

}

#contact .infoContact {

  padding-top: 60px;

}

#contact .infoContact h3 {

  color: #b1b1b1;

  font-weight: bold;

  font-size: 19px;

  text-align: left;

  margin: 0 0 30px 0;

}

#contact .infoContact .boxIcon, #formContact .boxContact .boxIcon {

  border: 2px solid #fff;

  width: 20px;

  height: 20px;

  padding: 2px;

  text-align: center;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

}

#contact .infoContact .boxIcon svg, #formContact .boxContact .boxIcon svg {

  position: absolute;

  font-size: 11px;

  color: #fff;

  display: block;

}

#contact .infoContact p {

  color: #fff;

  font-size: 15px;

}

#contact .networkSocial h3 {

  color: #b1b1b1;

  font-weight: bold;

  font-size: 19px;

  text-align: left;

  margin: 30px 0 20px 0;

}

#contact .networkSocial .boxIconSocial, #formContact .boxNetworkSocial .boxIconSocial {

  display: inline-block;

  margin-right: 8px;

}

#contact .networkSocial .boxIconSocial a svg, #formContact .boxNetworkSocial .boxIconSocial a svg {

  font-size: 25px;

  color: #fff;

}

#contact .networkSocial .boxIconSocial a:hover svg, #formContact .boxNetworkSocial .boxIconSocial a:hover svg {

  opacity: .5;

}

#contact .boxForm {

  padding-top: 60px;

}

#contact .boxForm h3 {

  color: #b1b1b1;

  font-weight: bold;

  font-size: 19px;

  text-align: left;

  margin: 0 0 30px 0;

}

#contact .boxForm p {

  font-size: 15px;

  text-align: left;

  color: #d8d8d8;

}

#contact .boxForm input, #contact .boxForm textarea {

  width: 100%;

  background: #868686;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  border: none;

  padding: 5px;

  color: #d8d8d8;

  margin: 10px 0 0 0;

}

#contact .boxForm input[type=submit] {

  background: #b98746;

  color: #fff;

  font-size: 15px;

}

#contact .boxForm input[type=submit]:hover {

  background: #7d451f;

}

#contact .boxForm input:focus {

  background: #efefef;

  color: #868686;

  outline: none;

}

#contact .boxForm input::-webkit-input-placeholder,

#contact .boxForm textarea::-webkit-input-placeholder {

   color: #d8d8d8;

   font-size: 13px;

}

 #contact .boxForm input:-moz-placeholder,

  #contact .boxForm textarea:-moz-placeholder { /* Firefox 18- */

   color: #d8d8d8;  

   font-size: 13px;

}

 #contact .boxForm input::-moz-placeholder,

 #contact .boxForm textarea::-moz-placeholder {  /* Firefox 19+ */

   color: #d8d8d8;  

   font-size: 13px;

}

 #contact .boxForm input:-ms-input-placeholder,

  #contact .boxForm textarea:-ms-input-placeholder {  

   color: #d8d8d8; 

   font-size: 13px; 

}

#finalBar {

  background: #b98746 url(img/madeira.jpg) center center;

  padding: 13px;

}

#finalBar p {

  display: inline-block;

  text-align: left;

  color: #fff;

  font-size: 12px;

  margin: 0;

}

#finalBar a {

  width: 6%;

}

/*-----------  page about  ----------------*/

#titlePage {  

  background: #b98746 url(img/bgtit.jpg) no-repeat center top;  

  height: auto;

}

#titlePage h1 {

  color: #fff;

  font-size: 36px;

  text-align: right;

  margin: 0;

  padding: 90px 0 40px;

  font-weight: bold;

}

#contentPage {

  padding-top: 60px;

  background: url(img/bgpage.jpg) no-repeat center top;  

}
#contentPage a.link-portfolio {
  margin-top: 30px;
  display: block;
}
#contentPage a.link-portfolio img {
  -webkit-transition: all 150ms ease-out;    
  -moz-transition: all 150ms ease-out;    
  -o-transition: all 150ms ease-out;    
  -ms-transition: all 150ms ease-out;    
  transition: all 150ms ease-out;
  opacity: 1;
}
#contentPage a.link-portfolio:hover img {
  opacity: .75;
}

#contentPage ul, ol {

  padding: 0 30px 0;

}

#contentPage .gallery {

  margin: 30px 0;

}

#contentPage div.wp-caption > p.wp-caption-text {

  text-align: center;

  font-size: 10px;

  font-style: italic;

  line-height: 12px;

  margin: 0 0 20px 0;

}

#contentPage .gallery img {

  border-radius: 3px;

  border: none;

  margin: auto;

  -webkit-transition: all 150ms ease-out;    

  -moz-transition: all 150ms ease-out;    

  -o-transition: all 150ms ease-out;    

  -ms-transition: all 150ms ease-out;    

  transition: all 150ms ease-out;

}

#contentPage .gallery img:hover {

  opacity: 0.75;

}

#contentPage .gallery dt {

  padding: 15px;

}

#contentPage .gallery dl {

  margin: 0;

}

#contentPage .gallery .gallery-item > dd {

  display: none;

}

#contentPage p {

  margin: 0 0 20px 0;

  text-align: justify;

  font-size: 18px;

}

#contentPage a {

  color: #b98746;

}

#contentPage a:hover {

  color: #713d19;

}

#contentPage blockquote {

  padding: 10px 20px;

    margin: 40px 0 40px 30px;

    border-left: 5px solid #4c4949;

}
.aviso-atendimento {background-color: #f9f9f9;border: 2px solid #efefef;padding: 30px;border-radius: 12px;margin-top: 90px;}
.aviso-atendimento h4 {margin: 0!important;font-size: 26px!important;}
.aviso-atendimento img {width: 40px;vertical-align: middle;margin: 0 10px 0 0;}
.aviso-atendimento h4::before {display: none;}
.aviso-atendimento p {margin: 15px 0!important;line-height: 23px;}
#contentPage blockquote p {

  font-size: 21px;

  margin: 0;

  font-style: italic;

}

#contentPage h1 {

  font-size: 25px;

  font-weight: bold;

  margin: 30px 0 9px;

}

#contentPage h2 {

  font-size: 33px;
    font-weight: 700;
    margin: 30px 0 20px 0;
    color: #784e27;
    padding: 15px 0 15px 22px;
    border-left: 3px solid #efce9f;

}

#contentPage h3 {

  font-size: 21px;

  font-weight: bold;

  margin: 30px 0 9px;

}

#contentPage h4 {

  font-size: 19px;

  font-weight: bold;

  margin: 30px 0 9px;

}

#contentPage h5 {

  font-size: 17px;

  font-weight: bold;

  margin: 30px 0 9px;

}

#contentPage h6 {

  font-size: 15px;

  font-weight: bold;

  margin: 30px 0 9px;

}

#missionVisionValues{

  margin-bottom: 120px;

}

#missionVisionValues .boxInfo {

  text-align: center;

  padding: 30px;

}

#missionVisionValues .boxInfo svg {

  color: #f5eadc;

  font-size: 60px;

}

#missionVisionValues .boxInfo h3 {

  color: #f5eadc;

  font-size: 23px;

  font-weight: bold;

  margin: 30px 0 10px;

}

#missionVisionValues .boxInfo p {

  margin-bottom: 0;

  color: #f5eadc;

}

#costumers {

  background: #ececec;

}

#costumers p {

  color: #575756;

  font-size: 18px;

  text-align: center;

  margin-bottom: 30px;

}

#costumers .imgCostumer {

  margin-top: 20px;

}

#costumers .imgCostumer img {

  -webkit-filter: grayscale(100%);

  -moz-filter: grayscale(100%);

  -ms-filter: grayscale(100%);

  -o-filter: grayscale(100%);

  filter: grayscale(100%);

  transition: filter .3s;

}

#costumers .imgCostumer img:hover {

  -webkit-filter: grayscale(0%);

  -moz-filter: grayscale(0%);

  -ms-filter: grayscale(0%);

  -o-filter: grayscale(0%);

  filter: grayscale(0%);

}

#ctaAbout {

  background: #b98746;

  background: url(img/b2.jpg) no-repeat center top;  

}

#ctaAbout p {

font-size: 34px;
    font-weight: 300;
    color: #e7d2c8;
    text-align: center;
    line-height: 49px;

}

#error404 .numberError {


  height: 195px;

  padding: 30px;

}

#error404 .numberError p {

  color: #eaeaea;

  font-size: 22px;

  margin: 0;

  font-weight: bold;

}

#error404 .numberError p > span {

  display: block;

  font-size: 103px;

  line-height: 105px;

  text-align: center;

}

#error404 .messageError {


  height: 195px;

  padding: 30px;

}

#error404 .messageError h4 {

  font-size: 23px;

  color: #eaeaea;

  font-weight: bold;

  margin: 0 0 10px;

}

#error404 .messageError p {

  font-size: 23px;

  color: #eaeaea;

}

/*  contact page  */

#formContact .boxContact {


  padding: 30px;

  height: 260px;

}

#formContact .boxContact .boxIcon {

  margin-top: 4px;

}

#formContact .boxContact p {

  color: #eaeaea;

  text-align: left;

  font-size: 16px;

}

  #formContact .boxNetworkSocial .boxIconSocial {

    margin-bottom: 5px;

  }

#formContact .boxContact h3, #formContact .boxNetworkSocial h3 {

  margin: 0 0 30px;

  color: #eaeaea;

  font-size: 20px;

  font-weight: bold;

}

#formContact .boxNetworkSocial {


  padding: 30px;

  height: 260px;

}

#formContact .map iframe {

  width: 100%;

  height: 290px;

}

#formContact h2 {

  text-align: left;

}

#formContact p {

  text-align: left;

}

#formContact label {

  text-align: left;

}

#botao-continuar-lendo {
  width: 100%;
  border: none;
  background: #e4e4e4;
  outline: none;
  padding: 9px 12px;
  margin: 5px 0;
  color: #3c3c3b;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 3px solid #ddd;


  background: #b98746;
  color: #fff;
  border: none;
  padding: 8px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

/*  pc  */

@media screen and (min-width: 1200px) {

  /* nav bar */

  #navBar nav .navbar-header .mainMenu ul > li > ul {

    display: none;

  }

  #navBar nav .navbar-header .mainMenu ul > li:hover > ul {

    display: block;

  }

}

/*  notebooks  */

@media screen and (max-width: 1199px) and (min-width: 992px) {

  #finalBar a {

    width: 7%;

  }

  #error404 .messageError h4 {

    font-size: 22px;

    color: #eaeaea;

    font-weight: bold;

    margin: 0 0 10px;

  }

  #error404 .messageError p {

    font-size: 22px;

    color: #eaeaea;

  }

  #formContact .boxNetworkSocial h3 {

    font-size: 15px;

  }

  #formContact .boxContact p {

    font-size: 15px;

  }

  #formContact .boxContact .boxIcon {

    margin-top: 2px;

  }

  #formContact .boxNetworkSocial .boxIconSocial a svg {

    font-size: 27px;

  }

  #formContact .boxNetworkSocial .boxIconSocial {

    margin-bottom: 7px;

  }

  #formContact .boxContact {

    background: #b98746;

    padding: 30px;

    height: 240px;

  }

  #formContact .boxNetworkSocial {

    background: #713d19;

    padding: 30px;

    height: 240px;

  }

  #formContact .map iframe {

    height: 240px;

  }

}

/*  tablets  */

@media screen and (max-width: 991px) and (min-width: 768px) {

  section {

    padding: 60px 0;

  }

  /* top bar  */

  #topBar .networkSocial .boxIconSocial {

    margin-left: 7px;

  }

  #topBar .networkSocial .boxIconSocial > a > svg {

    font-size: 15px;

  }

  #navBar nav .navbar-header .mainMenu ul > li > a {

    font-size: 12px;

  }

  #topBar .telephone > p {

    font-size: 11px;

  }

  #topBar .email > p {

    font-size: 11px;

  }

  /*  box logo  */

  #topBar .logo {

        width: 100px;

  }

  #topBar .logo > a {

    padding: 8px 0;

  }

  #topBar .logo > a > img {

    height: 85px;

  }

  /*  services  */

  #services h2 {

    font-size: 21px;

  }

  #services p {

    font-size: 16px;

  }

  #services a > .boxService .boxIcon > svg {

    font-size: 70px;

  }

  #services a > .boxService > h3 {

    font-size: 16px;

  }

  #services a > .boxService > p {

    font-size: 13px;

    line-height: 15px;

  }

  /*  cta  */

  #cta p {

    font-size: 16px;

  }

  #cta a {

    font-size: 14px;

  }

  /*  gallery  */

  .work .overlay-caption h2 {

    font-size: 18px;

  }

  /*  testimonials  */

  #testimonials #carouselTestimonials .owl-nav {

    display: none;

  }

  #testimonials img {

    width: auto;

    height: auto;

    display: block;

    margin: auto;

    margin-bottom: 30px;

  }

  /*  footer  */

  #contact .boxLogo {

    top: -8px;

    border-top: 8px solid #b98746;

  }

  #contact .boxLogo img {

    height: 25px;

  }

  #contact .boxLogo p {

    font-size: 12px;

    text-align: left;

  }

  #contact .infoContact p {

    font-size: 13px;

  }

  #contact .networkSocial .boxIconSocial a svg {

    font-size: 18px;

  }

  #contact .boxForm p {

    font-size: 13px;

  }

  #finalBar a {

    width: 9%;

  }

  /*  page about  */

  #titlePage h1 {

    font-size: 30px;

  }

  #contentPage .gallery br:last-child {

    display: block;

  }

  #contentPage .gallery br {

    display: none;

  }

  #contentPage .gallery .gallery-item > dd {

    display: none;

  }

  #contentPage .gallery .gallery-item {

    width: 20%;

  }

  #ctaAbout p {

    font-size: 25px;

  }

  #error404 .numberError {

    padding: 20px;

    height: 130px;

  }

  #error404 .numberError p {

    font-size: 15px;

  }

  #error404 .numberError p > span {

    font-size: 70px;

    line-height: 75px;

  }

  #error404 .messageError {

    height: 130px;

    padding: 20px;

  }

  #error404 .messageError h4 {

    font-size: 15px;

  }

  #error404 .messageError p {

    font-size: 15px;

  }

  /*  contact page  */

  #formContact .boxContact {

    padding: 20px;

    height: auto;

  }

  #formContact .boxContact .boxIcon {

    margin-top: 4px;

  }



  #formContact .boxContact p {

    color: #eaeaea;

    font-size: 13px;

    margin-top: 3px;

  }

  #formContact .boxContact h3, #formContact .boxNetworkSocial h3 {

    margin: 0 0 15px;

    color: #eaeaea;

    font-size: 15px;

    font-weight: bold;

  }

  #formContact .boxNetworkSocial {

    padding: 20px;

    height: auto;

  }

  #formContact .boxNetworkSocial .boxIconSocial a svg {

    font-size: 20px;

  }

  #formContact .map iframe {

    width: 100%;

    height: 200px;

  }

  

}

/*  smartphones  */

@media screen and (max-width: 767px) and (min-width: 300px) {

  section {

    padding: 60px 0;

  }

  /*  top bar  */

  #topBar .telephone {

    padding: 8px 0 0 8px;

    border-right: none;

  }

  #topBar .telephone > p {

    font-size: 10px;

  }

  #topBar .telephone > p > svg {

    margin-right: 3px;

  }

  #topBar .email {

    padding: 8px 8px;

  }

  #topBar .email > p {

    font-size: 10px;

  }

  #topBar .email > p > svg {

    margin-right: 3px;

  }

  #topBar .logo {

        width: 50px;

  }

  #topBar .logo > a {

    padding: 3px 0;

  }

  #topBar .logo > a > img {

    height: 45px;

  }

  #navBar nav {

    min-height: auto;

  }

  #navBar nav .navbar-header {

    float: initial;

  }

  #navBar nav .navbar-header button {

    padding: 7px;

    background: #5e5e5e;

    border: none;

    width: 145px;

  }

  #navBar nav .navbar-header button span {

    font-size: 12px;

    color: #eeeeee;

    display: inline-block;

    padding: 2px;

    float: left;

  }

  #navBar nav .navbar-header button svg {

    color: #eeeeee;

    float: right;

  }

  #navBar nav .navbar-header .mainMenu > div {

    width: 100%;

  }

  #navBar nav .navbar-header .mainMenu ul > li.open > a {

    background: none;

    color: #fff;

  }

  #navBar nav .navbar-header .mainMenu ul > li.open ul > li > a {

    background: none;

    padding-left: 30px;

    color: #fff;

  }

  #navBar nav .navbar-header .mainMenu ul > li.open ul > li > a:hover {

    background: #b98746;

  }

  /*  services  */

  #services h2 {

    font-size: 22px;

  }

  #services p {

    font-size: 15px;

  }

  #cta p {

    font-size: 15px;

    text-align: center;

  }

  #cta a {

    text-align: center;

    font-size: 14px;

    display: block;

    margin: 20px auto 0;

    float: initial;

    width: 60%;

  }

  /*  galleria  */

  .work .overlay-caption h2 {

    font-size: 13px;

  }

  /*  testimonials  */

  #testimonials h2 {

    font-size: 16px;

  }

  #testimonials p {

    font-size: 13px;

  }

  #testimonials #carouselTestimonials .boxTestimonial p {

    font-size: 13px;    line-height: 15px;

  }

  #testimonials #carouselTestimonials .boxTestimonial .infoAuthor img {

    width: 60px;

  }

  #testimonials #carouselTestimonials .boxTestimonial .infoAuthor p.name {

    font-size: 13px;

  }

  #testimonials #carouselTestimonials .boxTestimonial .infoAuthor p {

    font-size: 11px;

  }

  #testimonials #carouselTestimonials .owl-nav {

    display: none;

  }

  #testimonials img {

    width: auto;

    height: auto;

    display: block;

    margin: auto;

    margin-bottom: 30px;

  }

  #testimonials #carouselTestimonials .item {

    width: 90%;

  }

  /*  contact  */

  #contact .boxLogo {

    position: inherit;

  }

  #contact .boxLogo p {

    font-size: 12px;

  }

  #contact .listServices h3 {

    font-size: 16px;
    text-align: center;

  }

  #contact .listServices a {

    font-size: 13px;
    text-align: center;

  }

  #contact .listServices a:hover {

    background-position: bottom;

  }
  #contact .infoContact {
    text-align: center;
  }
  #contact .infoContact .boxIcon {
    display: inline-block;
    vertical-align: middle;
  }
  #contact .infoContact h3 {

    font-size: 16px;
    text-align: center;

  }

  #contact .infoContact p {

    font-size: 13px;
    display: inline-block;


  }

  #contact .networkSocial {
    text-align: center;
  }

  #contact .networkSocial h3 {

    font-size: 16px;
    text-align: center;
    margin-top: 30px;

  }

  #contact .networkSocial .boxIconSocial {

    margin: 2px 4px;

  }

  #contact .networkSocial .boxIconSocial a svg {

    font-size: 20px;

  }

  #contact .boxForm h3 {

    font-size: 16px;

    margin: 30px 0 20px 0;

  }

  #contact .boxForm p {

    color: #fff;

    font-size: 13px;

  }

  #finalBar {

    background-size: contain;

  }

  #finalBar p {

    display: block;

    text-align: center;

    font-size: 11px;

  }

  #finalBar a {

    margin: 12px auto;

    display: block;

    float: initial;

    width: 40%;

  }

  /*  page about  */

  #contentPage .gallery .gallery-item {

    width: 33.33%;

  }

  #contentPage .gallery br {

    display: none;

  }

  #contentPage .gallery br:last-child {

    display: block;

  }

  #titlePage h1 {

    font-size: 28px;

    padding: 70px 0 20px;

  }

  #ctaAbout p {

    font-size: 17px;

    line-height: 22px;

  }

  /* 404 */

  #error404 .numberError {

    height: auto;

    padding: 30px 40px;

  }

  #error404 .numberError p {

    font-size: 15px;

  }

  #error404 .numberError p > span {

    font-size: 70px;

    line-height: 75px;

  }

  #error404 .messageError {

    height: auto;

    text-align: center;

  }

  #error404 .messageError h4 {

    font-size: 15px;

  }

  #error404 .messageError p {

    font-size: 12px;

  }

  /*  contact page  */

  #formContact .boxContact {

    padding: 20px;

    height: auto;

  }

  #formContact .boxContact .boxIcon {

    border: 1px solid #fff;

    width: 16px;

    height: 16px;

  }

  #formContact .boxContact .boxIcon svg {

    font-size: 9px;

  }

  #formContact .boxNetworkSocial {

    padding: 20px;

    height: auto;

  }

  #formContact .boxNetworkSocial .boxIconSocial a svg {

    font-size: 20px;

  }

  #formContact .boxContact h3, #formContact .boxNetworkSocial h3 {

    margin: 0 0 15px;

    font-size: 12px;

  }

  #formContact .boxContact p {

    font-size: 11px;

  }

  #formContact .map {

    padding-bottom: 60px;

  }

  #formContact .map iframe {

    height: 200px;

  }
	
}


/*Custo médio*/


.custo ul li {
    list-style: none;
    font-size: 17px;
    margin: 0px 0px 15px 0px;
    background-color: #e4e4e4;
    padding: 0px 0px 0px 12px;
    border-radius: 5px;
    width: 350px;
    height: auto;
}

