html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#produtos, #galeria, #quem-somos, #contato {
  padding-top: 114px;
}

.pagina-interna {
  padding-top: 50px !important;
}

.pagina-interna img {
  width: 100%;
}

.botao-efeito-ver-mais {
  border: none;
  transition: all 0.4s linear 0s;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  background-color: #204826;
  width: 150px;
  margin-top: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.botao-efeito-ver-mais:hover {
  text-indent: 20px;
  background-color: #444444;
}

.botao-efeito-ver-mais:hover::before {
  transform: scale(1, 1);
  text-indent: 0;
}

.botao-efeito-ver-mais::before {
  content: "\f054";
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  left: 0px;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 50% 50% 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: all 0.4s linear 0s;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
#home {
  padding-top: 114px;
}

.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.main-header .row {
  display: flex;
  align-items: center;
}

.main-header .logo img {
  width: 150px;
}

.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}

.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 17px;
  -webkit-border-radius: 3px;
  border-radius: 15px;
}

.main-header .menu ul li a.current {
  background: #204826;
  color: white;
}



.main-header .menu ul li a.current .caret {
  border-top: 4px solid #fff;
}

.main-header-shrink {
  padding: 10px 0;
  top: 0;
}

.main-header-shrink .logo img {
  width: 100px;
}


.responsive-menu {}

.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #204826;
}

.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #204826;
}

.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 2px solid #c4a589;
  margin: 0;
}

.responsive-menu .menu ul .sub-menu-li {
  border-bottom: 2px solid #c4a589;
}

.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}

.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.responsive-menu .menu ul li a.current {
  background-color: #b7d37e;
}

.dropdown:has(> .dropdown-menu[style*="display: block"]) a.current {
  border-radius: 15px 15px 0 0;
}

.dropdown-menu {
  background-color: #204826;
  color: #ffffff;
  border-radius: 0 0 15px 15px;
}

.dropdown-menu li {
  margin: 0 !important;
  width: 100%;
}

.dropdown-menu li a {
  padding: 8px 10px !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  text-align: center;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #b7d37e;
}

.dropdown-menu>li:last-child>a:hover, .dropdown-menu>li:last-child>a:focus {
  background-color: #b7d37e;
  border-radius: 0 0 15px 15px !important;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 40px;
}

.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #204826;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #204826;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Produtos Styles 
--------------------------------------------------------*/
#produtos .service-item {
  margin-bottom: 25px;
}

#produtos .service-item .service-header {
  padding-bottom: 5px;
  clear: both;
}

#produtos .service-item .service-header i {
  color: #204826;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}

#produtos .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#galeria {
  padding-bottom: 80px;
  margin-top: 100px;
  background: #b7d37e;
}

#galeria .title-section h2 {
  color: white;
}

#galeria .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

#galeria .portfolio-thumb img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

#galeria .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#galeria .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}

#galeria .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

#galeria .portfolio-thumb .overlay .inner h4 a {
  color: white;
}

#galeria .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}

#galeria .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#quem-somos .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}

#quem-somos .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #204826;
  text-transform: uppercase;
}

#quem-somos .our-team {
  margin-top: 80px;
}

#quem-somos .our-team .team-member {
  overflow: hidden;
}

#quem-somos .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}

#quem-somos .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}

#quem-somos .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#quem-somos .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}

#quem-somos .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}

#quem-somos .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

#quem-somos .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#quem-somos .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}

#quem-somos .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}

#quem-somos .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #204826;
  margin-bottom: 10px;
}

#quem-somos .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

.texto-quem-somos {
  font-size: 17px;
}


.whatsapp-flutuante {
  z-index: 5000;
  width: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.whatsapp-flutuante img {
  width: 100%;
}

.efeito-pulsando {
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

.efeito-pulsando::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #50955f;
  position: fixed;
  z-index: -1;
  right: 55px;
  bottom: 55px;
  transform: translate(50%, 50%);
  animation: ring 1.5s infinite;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contato .contato-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}

#contato .contato-form input, #contato .contato-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
  border-radius: 15px;
}

#contato .contato-form label {
  display: block;
  margin-bottom: 5px;
}

#contato .contato-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}

#contato .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  height: 263px;
}

#contato .map-holder iframe {
  width: 100%;
  border-radius: 15px;
  height: 250px;
}

#contato .contato-info {
  margin-top: 30px;
}

#contato .contato-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}

#contato .contato-info span i {
  color: #204826;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}

.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}

.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}

.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background-color: #204826;
  color: white;
  padding: 0;
}

.site-footer .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer p {
  margin-top: 10px;
}

.site-footer a {
  color: white;
  text-align: center;
  display: block;
}

.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}

.site-footer .go-top i {
  display: block;
}

.site-footer a img {
  display: flex;
}

.logo-xr {
  width: 70px;
}

.flex-footer {
  display: flex;
  align-items: center;
}

.imagem-pagina img {
  width: 100%;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  #home {
    padding-top: 110px;
  }

  .main-header {
    padding: 15px 0;
  }

  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }

  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}

/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  #produtos, #galeria, #quem-somos, #contato {
    padding-top: 110px;
  }

  .sub-menu-mobile li {
    padding-left: 20px !important;
  }

  /* 
  .responsive-menu .menu ul li a{
    border-bottom: 1px solid #c4a589;
  } */

  .flex-caption {
    display: none !important;
  }

  .contato-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 110px;
  }

  .main-header-shrink {
    height: 85px;
  }

  .main-header .logo {
    margin: 0;
  }

  #home {
    padding-top: 110px;
  }

  .responsive-menu .menu {
    left: 0;
    top: 65px;
  }

  .responsive-menu {
    height: 24px;
  }

  .container.display-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #produtos .service-item {
    text-align: center;
  }
}

/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/