#slide-tam{
  position: relative;
  z-index: 0;
}
#slide-01{
  color: #ff8e3a;
  font-size: 35px;
  text-transform: uppercase;
  font-family: 'Conv_MyriadPro-Bold_2';
}
#slide-01 span{
  font-family: 'Conv_MyriadPro-Regular_3';
  text-transform: capitalize;
  color: #fff;
  font-size: 25px;
}
#slide-02{
  color: #FFF;
  font-size: 45px;
  text-transform: uppercase;
  font-family: 'Conv_MyriadPro-Bold_2';
}
#slide-02 span{
  font-family: 'Conv_MyriadPro-Regular_3';
  color: #fff;
  font-size: 35px;
}

body {
    background-color: #fff;
    font-family: 'montserratregular' !important;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  color: #676767 !important;
  }

h1{
font-family: 'Satisfy', cursive !important;
}

h2{
font-family: 'Satisfy', cursive !important;
font-size: 18px !important;
}
h3{
    
font-family: 'Passion One', cursive !important;
}
h4{
font-family: 'Passion One', cursive !important;
}

header{
    background-color: #fff !important;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center -83px;
}
/* top index logo*/
header a.logo-img{
    width: 100%;
    display: block;
    float: left;
    margin-top: 22px;
    margin-bottom: 0px;
    position: relative;
    z-index: 10;
}
header a.logo-img img{
  width: 100%;
   position: relative;
  z-index: 10
}

/*menu*/

.menu{
    border-radius: 10px 10px 0 0;
    height: 56px !important;
    margin-left: auto;
    float: right;
    margin-bottom: 6px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: block;
    margin-top: 20px;
    z-index: 20;
    display: block;
}
.menu ul{
  list-style: none;
  padding-left: 8px;
}
.menu ul li{
  float: left;
  position: relative;
    margin-left: 5px;
}
/*.menu ul li a span{
  font-size: 10px;
  color: #0EE03F;
  font-family: 'montserratextra_bold';
  width: 100%;
  text-align: center;
  display: block;
}*/
.menu ul li:hover a span, .menu ul li:hover ul{
color: #EB0207;
}

.menu ul li a{
background: rgb(78,162,177); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%, rgba(0,103,125,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2b1', endColorstr='#00677d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 5px;
  color: #FFF;
    font-size: 22px;
    padding: 16px 18px;
    display: block;
    font-family: 'Satisfy', cursive;
    text-decoration: none;
    font-weight: bold;
}
/*
.menu ul li a span.bord{
  border-top: solid #FFF 1px;
  border-bottom: solid #FFF 1px;
}
*/
.menu ul li:hover a{
background: #4ea2b1;
  color: #FFF;
}
.menu ul li#ico-sub{
/*  padding-right: 10px;*/
  color: #fff;
}
.menu ul li#ico-sub:hover, .menu ul li#ico-sub:hover ul{
  color: #EB0207;
}
/*
.menu ul li#ico-sub:before{
   font-family: 'FontAwesome';
    content: "\f107";
    display: block;
    position: absolute;
    right: 52%;
    bottom: 0%;
}
*/
.menu ul li ul{
    display: block;
    position: absolute;
    overflow: hidden;
    top: 120px;
    left: 0px;
    padding: 0;
    margin: 0;
    border-radius: 8px;
    background-color: transparent;
    width: auto;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    z-index: 5
}

.menu ul li:hover ul{
  transition: all 0.2s ease-in-out;
  visibility: visible;
  top: 64px;
  

}
.menu ul li ul li{
  padding: 0px;
    margin-left: 0;
  width: 168px;
  float: none;
}
.menu ul li ul li a{
    color: #FFF !important;
    padding: 5px;
background: rgb(78,162,177);
    background: -moz-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%, rgba(0,103,125,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    background: radial-gradient(ellipse at center, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2b1', endColorstr='#00677d',GradientType=1 );
    text-align: left;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.menu ul li ul li a:hover{
background: rgb(78,162,177);
    background: -moz-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%, rgba(0,103,125,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    background: radial-gradient(ellipse at center, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2b1', endColorstr='#00677d',GradientType=1 );
  color: #FFF !important;
}



.menu_apar{
       text-transform: uppercase;
    position: relative;
    text-align: right;
    width: 80px;
    color: #FCFCFC;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6px;
    z-index: 200;
    float: inherit;
    border-radius: 10px;
    background: rgb(78,162,177);
    background: -moz-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%, rgba(0,103,125,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    background: radial-gradient(ellipse at center, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2b1', endColorstr='#00677d',GradientType=1 );
    display: none;
    margin-bottom: 12px;
        padding: 9px 30px 9px 9px;
        cursor: pointer;
}
.menu_apar:before{
 font-family: 'FontAwesome';
 content: "\f00b";
 display: block;
 position: absolute;
 right: 8px;
    top: 24%;
}
.bt-menu{
     height: 6px;
    width: 6px;
    background-color: #9e9e9e;
    border-radius: 100px;
    display: block;
    margin-top: 9px;
}
.ct-icon-search{
    background: rgb(143,146,155); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(143,146,155,1) 1%, rgba(189,190,192,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(143,146,155,1) 1%,rgba(189,190,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(143,146,155,1) 1%,rgba(189,190,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f929b', endColorstr='#bdbec0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: 36px;
    width: 30px;
    display: block;
    border: 0px;
    text-align: center;
    line-height: 0px;
    outline: none;
    margin-top: -1px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
#busc_demo{
  position: absolute;
  top: 39px;
  width: auto;
  right: 0px;
}
.ct-icon-search i{
 color: #FFF;
}
.chat{
float: right;
color: #fff;
}
.chat .img-icon-chat{
  width: 50.4%;
  margin-top: -89px;
}
.chat .lad-chat{
  width: calc(100% - 230px);
  width: 49%;
  margin-top: 38px;
}



/*tel*/
.tel{
  width: 100%;
  margin-top: 20px;

}
.tel #ico-tel, .tel #ico-tel2{
  margin-right: 10px;
}
.tel #ico-tel{
  text-align: right;
}
.whats {
    color: #4ea2b1;
    display: inline-block;
    position: relative;
}
.whats:hover {
    color: #4ea2b1;
}
.redes-sociais {
    position: relative;
    z-index: 3;
}
.redes-sociais .fa:before {
    font-size: 30px;
}
.redes-sociais .fa {
    padding: 5px;
    background: #00677d;
    margin-left: 20px;
    margin-top: 20px;
    color: #FFF;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    border-radius: 10px;
    float: right;
    width: auto;
    padding: 10px;
    content: "\f232";
}   
.whats:before{
    color: #4ea2b5;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    border-radius: 100px;
    float: left;
    margin-right: 5px;
    margin-top: 7px;
    width: auto;
    content: "\f232";
    font-weight: bold;
}
.tel #ico-tel:before{
background: #00677d;
    padding: 10px;
    color: #FFFFFF;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    border-radius: 100px;
    float: right;
    width: auto;
    content: "\f095";
}
.tel #ico-tel2:before{
background: rgb(255,63,63); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,63,63,1) 0%, rgba(209,25,25,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,63,63,1) 0%,rgba(209,25,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,63,63,1) 0%,rgba(209,25,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f3f', endColorstr='#00677d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 15px;
    color: #FFFFFF;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    border-radius: 100px;
    float: right;
    width: auto;
    content: "\f017";
}
.tel #tit-tel{
         font-size: 24px;
    color: #00677d;
font-family: 'Passion One', cursive;
    float: right;
    width: 77%;
    text-align: right;
    margin-right: 12px;
}
.tel #tit-tel span{
    font-size: 20px;
    color: #4ea2b1;
    font-weight: normal;

}



/* paletas produtos*/
a.solucoes-prod{
  text-decoration: none !important;
  color: #000 !important;
 text-align: center;
 font-size: 20px;
 text-transform: uppercase;
}
.services-item {
      max-width: none;
    width: 100%;
    height: 252px;
    overflow: hidden;
    margin: auto;
    position: relative;
}
.services-item .inner120 {
    width: 100%;
    height: 100%;
    transform: rotate(120deg);
    overflow: hidden;
}

.services-item .inner120 .services-background {
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s
}
.services-item .inner120, .services-item .inner120 .services-background {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg)
}
.services-item .inner120 .services-background {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg)
}
.services-item .inner120 {
  width: 100%;
  height: 100%;
  transform: rotate(120deg);
  overflow: hidden
}

.services-item .inner120 .services-background {
    height: 100%;
    transform: rotate(120deg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10px;
    transition: all .5s ease 0s;
}
.services-item:hover .services-background {
  background-position: right center
}

.tit-prod{
  font-family: 'Conv_MyriadPro-Bold_2';
  font-size: 18px;
}



#linha{
  width: 100%;
    height: 1px;
    background-color: #E7E7E7;
    display: block;
    margin-top: 10px;
}


/* footer inicio */
/*news*/


#news h2{
  font-size: 16px !important;
  color: #000 !important;
}
#news p{
  color: #000 !important;
}
#news form{
  background-color: #07c032;
    border-radius: 100px;
    display: block;
    width: 100%;
    min-height: 36px;
    transition: all 0.2s ease-in-out;
}
#news form{

}
.face{
 background-color: #194fae;
    padding: 10px 40px 10px 10px;
    float: right;
    margin: 0px 0px 26px 26px;
    color: #fff;
    position: relative;
    text-decoration: none !important;
}
#news form #new-email {
      background-color: #fff;
    width: 80%;
    height: 35px;
    display: block;
    color: #000;
    border-radius: 100px;
    float: left;
}
#news form #new-botao {
      background-color: transparent;
    width: 20%;
    height: 35px;
    display: block;
    color: #000;
    border-radius: 100px;
    float: right;
    border: 0px;
}
.face:hover{
  color: #000;
}
.face:before{
   font-family: 'FontAwesome';
  content: "\f230";
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.face2{
     background-color: #194fae;
    padding: 10px 40px 6px 10px;
    float: right;
    border-radius: 10px 10px 0 0;
    color: #fff;
    position: relative;
    text-decoration: none !important;
    width: 100%;

}
.face2:hover{
  color: #000;
}
.face2:before{
   font-family: 'FontAwesome';
  content: "\f230";
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

footer{
 display: block;
    padding: 30px 0 0;
    color: #FFF; 
    background: url(../imagens/rodape.jpg) center bottom;
    position: relative;
}

.bottom-footter {
    padding-top: 30px;
    position: relative;
    z-index: 10;
    margin-top: 20px;
    color: #000;
    position: relative;
    background-position: center -5px;
    background-repeat: no-repeat;
    background-image: url(../imagens/top1.png);
    background-color: #FFF;
}
.bloco-rodape{
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

.bloco-rodape h2{
      margin-bottom: 21px;
    font-size: 30px !important;
    color: #FFF;
    text-align: left;
    background-position: left center;
    background-repeat: no-repeat;
}

.address_rodape address{
    float: right;
    font-style: normal;
    width: 300px;

}

.bloco-rodape address span{
    margin-bottom: 20px;
    padding-left: 0px;
    display: block;
    position: relative;
}
.bloco-rodape address span .fa {
    font-size: 20px;
}
.bloco-rodape address span .ico1:before{
    content: "\f041";
    display: inline-block;
    color: #000;
    font: normal normal normal 18px/1 FontAwesome;
    left: 0px;
    position: absolute;
    top: 0;
}
.bloco-rodape address span .ico2:before{
    content: "\f0e0";
    display: inline-block;
    color: #000;
    font: normal normal normal 18px/1 FontAwesome;
    left: 0px;
    position: absolute;
    top: 0;
}
.bloco-rodape address span .ico3:before{
    content: "\f095";
    display: inline-block;
    color: #000;
    font: normal normal normal 18px/1 FontAwesome;
    left: 0px;
    position: absolute;
    top: 0;
}
/* menu rodape */

.mapa-site{
  width: 100%;
  min-height: 130px;
  display: block;
}

.mapa-site nav{
    float: left;
    width: 100%;
    height: auto;
}
.mapa-site nav ul{
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
    display: block;
    height: auto;
}

.mapa-sitenav ul li{
    padding-top: 8px;
    padding-bottom: 8px;
}
.mapa-site nav ul li a{
    color: #FFF;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;

}
/* footer fim*/



#bloco-index-one{
  background-image: url(../imagens/artefato-concreto.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  position: relative;
  padding: 10px;
  min-height: 200px;
  margin-top: 10px;
  text-decoration: none;
  margin-bottom: 20px;

}
#bloco-index-two{
  background-image: url(../imagens/empresa-sustentavel.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  position: relative;
  padding: 10px;
  min-height: 200px;
  margin-top: 10px;
  text-decoration: none;
  margin-bottom: 20px;

}
#bloco-index-tree{
  background-image: url(../imagens/contatos-concreto.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  position: relative;
  padding: 10px;
  min-height: 200px;
  margin-top: 10px;
  text-decoration: none;
  margin-bottom: 20px;

}

#bloco-index-one:before, #bloco-index-two:before, #bloco-index-tree:before{
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .95;
    background-color: rgba(19, 20, 23, 0.78);
    z-index: 4;
}
#bloco-index-one *, #bloco-index-two *, #bloco-index-tree *{
  position: relative;
  z-index: 10;
}
#bloco-index-one span#mei, #bloco-index-two span#mei, #bloco-index-tree span#mei{
  min-height: 116px;
  display: block;
}
#bloco-index-one h2, #bloco-index-two h2, #bloco-index-tree h2 {
  font-size: 18px !important;
  color: #fff;
}

#bloco-index-one p, #bloco-index-two p, #bloco-index-tree p{
  color: #fff;
}
#bloco-index-one .bt, #bloco-index-two .bt,#bloco-index-tree .bt {
  padding: 10px;
  color: #fff;
  background-color: #00A85A;
  display: block;
  transition: all 0.2s ease-in-out;
}
#bloco-index-one:hover .bt, #bloco-index-two:hover .bt,#bloco-index-tree:hover .bt{
  background-color: #F58634;
}


/*produtos*/
.faix-prod {
  width: 100%;
  min-height: 500px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  background: #f2f2f2;
  display: block;
}
.faix-prod #owl-prod .item{
  
} 

.product-block {
  border: 1px solid #e5e5e5;
    margin: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: both;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.04);
    padding: 10px;
    position: relative;
    text-align: center;
}
.product-block .product-block-inner {
  padding: 0px;
  text-align: center;
  position: relative;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.product-block .product-block-inner .image {
  text-align: center;
}
.product-block .product-block-inner .image a {
  width: 100%;
  height: 285px;
  display: block;
  background: #fff;
}
.product-block .product-block-inner .image img {
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  height: 100%;
}

.product-block .product-block-inner .caption h4{
  font-size: 24px;
}
.product-block .product-block-inner .caption h4 a {
  color: #00677d !important;
}
.product-block .product-block-inner .button-group .cart input#button{
    background: rgb(78,162,177);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 10px;
    min-height: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.42857143;
    border-radius: 7px;
    -webkit-user-select: none;
    position: relative;
}
a {
    color: #d21a1a;
}
.product-block .product-block-inner .button-group .cart span input#quant{
  padding: 3px !important;
    margin-bottom: 9px !important;
    margin-top: 9px !important;
    display: block !important;
    border: 0px !important;
    color: #fff !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 99% !important;
    background: #FE4A10 !important;
} 
/* carousel owl-theme*/

.owl-demo .item, .owl-demo2 .item {
  margin: 3px;
}
.owl-demo .item img , .owl-demo2 .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-demo .item:hover img, .owl-demo2 .item:hover img {
  opacity: 0.4;
}

/* parceira amazonia arquitetura*/
.fund-parceira{
  width: 100%;
  min-height: 400px;
  background-image: url(../imagens/arquitetura-santarem.jpg);
  background-size: cover;
  background-position: center top;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
a.sobre-amazonia-arquitetura {
    background: #fff;
    padding: 20px;
    width: 100%;
    z-index: 3;
    border: 1px solid #e6e6e6;
    display: block;
    text-decoration: none !important;
    margin-top: 238px;
    margin-bottom: 15px;
    position: relative;

  }
a.sobre-amazonia-arquitetura:before{
    width: 10px;
    height: 40%;
    background-color: #F58634;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    display: block;
  }
a.sobre-amazonia-arquitetura span.img{
  width: 100%;
  padding: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

  text-align: center;
  min-height: 100px;
  display: block;
  margin-bottom: 20px;
}
a.sobre-amazonia-arquitetura span.img img{
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a.sobre-amazonia-arquitetura span.tit{
  display: block;
  margin-top: 30px;
  color: #bbb !important;
}

/* servicos */
ul.serv{
  padding: 0px;
  list-style: none;
}
ul.serv li{
  width: 100%;
  padding: 5px;
  color: #fff;
  background-color: #00A85A;
  margin-bottom: 5px;
}
ul.serv li a{
  color: #fff !important;
  display: block;
  width: 100%;
}
/* clientes */
.logo-panel {
  text-align: center;
}
.logo-panel img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
  transition: all 200ms ease-out;
}
.logo-panel img {
  max-width: 100%;
  height: auto;
}
.img-int, .img-int img{
  width: 100%;
  margin-bottom: 20px;
  display: block;
}


a.eventos{
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 0px;
}
.post-date {
    float: left;
    width: 10%;
    height: 90px;
    background: #00677d;
    text-align: center;
    padding: 12px 2px;
    border-radius:5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
a.eventos:hover .post-date{
  background: #4ea2b1;
}
.post-date p {
    font-size: 13px;
    color: #dddddd;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}
.post-date p span {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}
.post-date p span:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    background: #ffffff;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
}
.content-data {
    float: left;
    width: 90%;
    display: block;
}
.content-data h2  {
    color: #4ea2b1;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-decoration: none;
    margin-left: 15px;
    font-size: 24px !important;
    min-height: 60px;

    margin-top: 0px;
    text-align: left;
}
.content-data span#text{
  text-decoration: none;
}
/* sub menu produtos */

nav.menu-lateral{
    display: block;
    list-style: none;
    padding: 10px;
    background-color: #D8D9DB;
    border-radius: 13px;
    box-shadow: inset 5px 5px 22px rgba(0, 0, 0, 0.31);
}

nav.menu-lateral span{
  margin-left: 30px;
    margin-top: 11px;
    font-size: 15px;
    margin-bottom: 14px;
    display: block;
    color: #055705;
    text-transform: uppercase;
}

nav.menu-lateral ul{
  margin-bottom: 5px;
  padding: 0px;
}

nav.menu-lateral span.title{
  font-family: 'Arial';
  font-size: 18px;
  color: #000;
}

nav.menu-lateral li{
     list-style: none;
    margin: 4px 0px;
    font-family: 'Arial';
    font-size: 13px;
    padding: 4px 0px;
    padding-left: 8px;
    border-radius: 10px;
    color: #000;
    background: #07C032;
}
nav.menu-lateral li:hover{
  color:#2B9264;
}



nav.menu-lateral li:hover a{
	text-decoration:underline;
}

nav.menu-lateral a{
    color: #fff;
    height: 20px;
    padding: 6px 6px 6px 0px;
    width: 193px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

nav.menu-lateral a:hover{
	text-decoration:underline;
}
.erro{
	font-size: 50px;

	text-align: center;
	margin-top: 60px;
	border-bottom: solid 1px #000;
	display: block;
	padding-bottom: 42px;
	width: 100%;

}
.erro .erro02{
    color: #96a1a3;

    font-size: 20px;
    margin-top: 18px;
    display: block;
    line-height: 47px;
    text-align: center;
}
.erro .erro03{
	font-size: 14px;
	text-align: center;
}
a.top-prod{
	display: block;
	background-image: url(../imagens/obra.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 150px;
	color: #000 !important;
}

/* -_-_-_-_- */
.obras{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 15px 0;
}
.obras .foto{
	width: 100%;
	height: auto;
}
.obras span{
	display: block;
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
	font-size: 1.6rem;
	background-color: #E3E3E3;
}
section.slide-index {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
}
section.news-bk{
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../imagens/header-top01_02.png);
  width: 100%;
  margin-top: 10px;
  display: block;
}
#news h2{
  font-size: 30px !important;
  color: #FFF !important;
}
#news p{
  color: #FFF !important;
}
#news #new-email{
        background: #ffffff;
    border-radius: 0px;
    padding: 17px;
    width: 100%;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 20px 0;
    box-shadow: none!important;
    font-size: 14px;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    color: #2B2F34;

}
#news #new-botao{
    padding: 18px;
    background-color: #FFFFFF;
    color: #000;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    outline: none;
    float: right;
    width: 100%;
    position: relative;

}

.meio-site{

}


.meio-site ul{
    padding: 0px 0px 0px 0px;
    list-style: none;
}
.meio-site ul li
{
    width: 100%;
}
.meio-site ul li a
{
    width: 100%;
    display: block;
    border-radius: 100px;
    padding: 10px;
background: rgb(255,63,63); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,63,63,1) 0%, rgba(209,25,25,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,63,63,1) 0%,rgba(209,25,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,63,63,1) 0%,rgba(209,25,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f3f', endColorstr='#00677d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FFF ;
}

a.pro-cont{
  display: block;
  height: 40px;
  border-radius: 100px;
  width: 100%;
  background-color: #232A34;
  margin-top: 15px;
  margin-bottom: 15px;
}
a.pro-cont span.icon{
  width: 60px;
  height: 40px;
  display: block;
  float: left;
   text-align: center;
}
a.pro-cont span.icon img{
    display: block;
    width: 50%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}
a.pro-cont .tx{
   display: block;
    height: 40px;
    border-radius: 100px;
    width: 80%;
    float: right;
    color: #000;
    line-height: 41px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-image: url(../imagens/bt.png);
    background-position: right center;
}
a.pro-cont .tx p{
  margin-left: 15px;
}
.ul-pags{
  list-style: none;
  padding: 0px;
}
.ul-pags li{
  color: #000;
  margin-bottom: 10px;
}

/*mapa*/

#svg-map path { fill:#ccc }
    #svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }
    #svg-map a{ text-decoration:none }
    #svg-map a:hover { cursor:pointer; text-decoration:none }
    #svg-map a:hover path{ fill:#ddd !important }
    #svg-map .circle { fill:#ccc }
    #svg-map a:hover .circle { fill:#ddd !important; cursor:pointer }



#svg-map path#cor-map { fill:#EB0207 !important;}
#svg-map a:hover path#cor-map { fill:#000 !important;}

.img-internas {
    border-radius: 36px;
    margin-top: 0px;
    border: solid 11px rgba(41, 41, 41, 0.12);
}
.tit-inter{
  text-align: center;
  font-style: italic;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}


/*produtos em serviços*/
ul#menu_servicos{
  list-style: none;
  width: 100%;
  margin-top: 14px;
  margin-bottom: 15px;
  display: block;
  padding: 0px;
}
ul#menu_servicos li{
    width: 100%;
    height: 33px;
    background: #C5C5C5;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}
ul#menu_servicos li a{
  height: 100%;
  width: 100%;
  text-decoration: none;
  display: block;
  color: #FFF;
  text-align: left;
  line-height: 34px;
}
ul#menu_servicos li a:hover{
background: #07C032;
}

ul#menu_servicos li a i{
    background: #005400;
    padding: 4px 12px;
    float: left;
    margin-right: 11px;
    color: #fff;
    content: "\f007";
    text-decoration: none;
    display: block;
    line-height: 25px;
}

.bt-404 {
    background-color: #232A34;
    color: #ffffff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    padding: 9px 12px;
    font-size: 100%;
    line-height: 20px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}


/* Container style */
.waves-container-seperator{
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
}
.waves-container-seperator div.svg-bottom{
    background-position: center -5px;
    background-repeat: no-repeat;
    background-image: url(../imagens/top1.png);
    background-color: #FFF;
    display: block;
    height: 100px;
}
.waves-container-seperator div.svg-top{
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../imagens/top2.png);
    background-color: #FFF;
    display: block;
    height: 100px;  
}
header + .waves-container-seperator {
    margin-top: -80px;
}

/*buscar pesquisa*/
.busca-header{
background: rgb(255,63,63); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,63,63,1) 0%, rgba(209,25,25,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,63,63,1) 0%,rgba(209,25,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,63,63,1) 0%,rgba(209,25,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f3f', endColorstr='#00677d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-top: 5px;
    min-height: 36px;
    transition: all 0.2s ease-in-out;
}
.busca-header .bsc-text{
      background-color: #fff;
    width: 160px;
    height: 35px;
    display: block;
    color: #000;
    border-radius: 10px;
    float: left;
}
.busca-header .bsc-env{
   background-color: transparent;
    width: 50px;
    height: 35px;
    display: block;
    color: #fff;
    border-radius: 100px;
    float: right;
    border: 0px;
    outline: none;
    min-width: 100px;
}

.bk-pt{
  background-color: #ffffff;
}

/*h1*/
.waves-heading .heading-title{
    color: #00677d;
    font-weight: bold;
    font-family: 'Satisfy', cursive;
}
.waves-heading.left .heading-title,
.waves-heading.right .heading-title{
    color: #ddd;
}
/* Heading Element */

.waves-heading{
    position: relative;
    text-align: center;
}

.waves-heading .heading-container{
    overflow: hidden;
    position: relative;
}
.waves-heading .heading-title{
    position: relative;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 50px;
    display: inline-block;
    background: transparent;
    padding: 0 20px;
    z-index: 3;
}
.waves-heading.left .heading-title,
.waves-heading.left .heading-title,
.waves-heading.right .heading-title,
.waves-heading.right .heading-title{
    padding: 0;
}
.waves-heading.left .heading-title:before,
.waves-heading.left .heading-title:after,
.waves-heading.right .heading-title:before,
.waves-heading.right .heading-title:after{
    display: none;
}
.waves-heading .heading-title:before,
.waves-heading .heading-title:after{
    position: absolute;
    left: auto;
    right: auto;
    bottom: 15px;
    display: block;
    content: '';
    width: 250%;
    height: 2px;
    background: #00677d;
}
.waves-heading .heading-title:before{
    left: -250%;
}
.waves-heading .heading-title:after{
    right: -250%;
}
.waves-heading .heading-title>span,
.waves-heading .heading-container p>span{
    color: #4ea2b1;
}
.waves-heading p{
        font-size: 14px;
    margin: 20px auto 37px auto;
}

.waves-heading.left h3,
.waves-heading.right h3{
    font-size: 25px;
}
.waves-heading.left{
    text-align: left;
}
.waves-heading.left p{
    margin-left: 0;
}
.waves-heading.right{
    text-align: right;
}
.waves-heading.right p{
    margin-right: 0;
}
.waves-heading p{
  color: #808489;
}

/* Service Element */

.tw-service-box *{
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    transition: top 0.5s ease;
    text-decoration: none;
}

.tw-service-box{
    padding-bottom: 30px;
}
.tw-service-box:last-child{
    padding-bottom: 0;
        margin-bottom: 20px;
}
.tw-service-box .tw-service-icon{
    display: block;
    margin-bottom: 28px;
    text-align: center;
}
.tw-service-box .tw-service-icon i
{
     border-style: solid;
    font-style: normal;
    text-align: center;
    font-size: 32px;
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    line-height: 46px;
    padding: 29px;
    color: #00677d;
    background-color: transparent;
    border-color: #00677d;
    border-width: 2px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.tw-service-box .tw-service-icon.pull-left,.tw-service-box .tw-service-icon.pull-right{
    margin-bottom: 10px;
}
.tw-service-box .tw-service-content.desc_unstyle{
    text-align:inherit;
}
.tw-service-box .tw-service-content{
    text-align: center;
}
.tw-service-box .tw-service-content p:last-child{
    margin-bottom: 0;
}
.tw-service-box .tw-service-content a:hover{
    color: #222;
}
.tw-service-box h3{
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
font-family: 'Passion One', cursive;
}
.tw-service-content a.more {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #808080;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #808080;
    padding: 9px 20px;
    text-transform: uppercase;
    margin-top: 25px;
    display: inline-block;
}
.tw-service-content a.more:hover{
    border-color: #ffcc00;
    background-color: #ffcc00;
    color: #ffffff;
}
.service-title-sep{
    margin: 20px auto 15px auto;
    width:  100%;
    height: 1px;
    background-color: #e6ebeb;
}
.service-title-sep.left{
    margin: 28px auto 20px 0;
}
.service-title-sep.right{
    margin: 28px 0 20px auto;
}
.no-titleline .service-title-sep{
    display: none;
}
.tw-service-content h3 a{
    color: #707377;
}
.left-service,.tw-service,.right-service{
    display: inline-block;
    *display: inline;
    position: relative;
}
.left-service .tw-service-icon,.right-service .tw-service-icon{
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
}
.right-service .tw-service-icon{
    left: auto;
    right: 0;
}
.tw-service-box.right-service .tw-service-content.desc_unstyle{
    text-align:right;
}
.tw-service-box.left-service .service-title-sep{
    margin-left: 0;
}
.tw-service-box.right-service .service-title-sep{
    margin-right: 0;
}
.left-service .tw-service-content a.more{
    background: transparent;
    margin-top: 20px;
    padding: 0;
    border: none;
    color: #808080;
    font-weight: 500;
    float: right;
}
.left-service .tw-service-content a.more:hover{
    background: transparent;
}
.left-service .tw-service-content a.more:hover{
    color: #ffcc00;
}
.tw-service-box.style_1 .tw-service-content a.more:hover{
    border-color: #ffcc00;
    background-color: #ffcc00;
    color: #ffffff;
}
.tw-service-box.style_1.left-service .tw-service-content a.more:hover{
    color: #ffcc00;
    background-color: transparent !important;
}
.tw-service-box.style_1:hover h3,
.tw-service-box.style_2:hover h3
{
    color: #ffcc00;
}
.tw-service-box.style_1:hover .tw-font-icon{
    color: #ffcc00 !important;
    border-color: #ffcc00 !important;
    background: #fff !important;
}
.tw-service-box.left-service.style_2:hover .tw-font-icon,
.tw-service-box.right-service.style_2:hover .tw-font-icon{
    color: #fff !important;
    background-color: #ffcc00 !important;
    border-color: #ffcc00 !important;
}
.tw-service-box.style_1,.tw-service-box.style_2{
    cursor: pointer;
}
.tw-service-box.top-service.style_2{
    padding: 0 20px 25px;
    border: solid 1px transparent;
}
.tw-service-box.top-service.style_2:hover{
    border-color: #ffcc00;
    -webkit-box-shadow: 0 0 7px rgba(1,1,1,.1);
    -moz-box-shadow: 0 0 7px rgba(1,1,1,.1);
    box-shadow: 0 0 7px rgba(1,1,1,.1);
}

.tw-service-box.style_3 h3,
.tw-service-box.style_3 .tw-font-icon{
    cursor: pointer;
        color: #00677d;
}
.tw-service-box.style_3:hover h3{
    color: #4ea2b1;
}
.tw-service-box.style_3:hover .service-title-sep{
    background: #4ea2b1;
}
.tw-service-box.style_3:hover .tw-font-icon{
    color: #4ea2b1   !important;
    border-color: #4ea2b1   !important;
}
.tw-service-box.style_3 .tw-service-content p{
    padding: 0 15px;
    color: #808489;
}

#main .tw-element.style_3{
    padding: 0;
}
#main .tw-element.style_3 a{ 
  display: block;
  text-decoration: none !important;
}

.tw-service-box.style_4 .tw-font-icon:hover{
    cursor: pointer;
    background: #fff !important;
    color: #343434 !important;
    -moz-box-shadow: 0 0 7px 0 rgba(2,3,3,.15);
    -webkit-box-shadow: 0 0 7px 0 rgba(2,3,3,.15);
    box-shadow: 0 0 7px 0 rgba(2,3,3,.15);    
}
.tw-service-box.style_5:hover h3{
    color: #ffcc00;
}
.tw-service-box.style_5:hover .tw-font-icon{
    color: #ffcc00 !important;
}

.tw-font-icon,.tw-font-icon:after,.tw-font-icon:before{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.fi-rotate{
    -webkit-transform:  rotate(45deg);
    -moz-transform:     rotate(45deg);
    -o-transform:       rotate(45deg);
    -ms-transform:      rotate(45deg);
    transform:          rotate(45deg);
}
.fi-rotate:before{
    display: inline-block;
    -webkit-transform:  rotate(-45deg);
    -moz-transform:     rotate(-45deg);
    -o-transform:       rotate(-45deg);
    -ms-transform:      rotate(-45deg);
    transform:          rotate(-45deg);
}
.tw-service-box.style_3:hover .tw-font-icon {
    color: #4ea2b1  !important;
    border-color: #FFF !important;
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*paralax index*/
article.bg-paralaxx{
  background-image: url(../imagens/gesso-acartonado-em-macapa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    min-height: 396px;
    padding-bottom: 131px;
    padding-top: 131px;
    width: 100%;
    margin-top: -48px;
    position: relative;
}
article.bg-paralaxx:before{
      content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .95;
    background-color: rgba(35, 42, 52, 0.63);
}
.txt-paralaxx h2{
  color: #fff;
  text-align: center;
   font-family: 'montserratsemi_bold';
   font-size: 48px !important;
    margin-bottom: 30px !important
}

.txt-paralaxx p{
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-family: 'montserratregular';
}


/* Tab Element */

.nav-tabs>li i{
    font-size: 44px;    
}
.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 0px !important;
}
.nav-tabs>li{
    line-height: 1.5;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
}
.nav-tabs>li a{
    min-height: 55px;
    position: relative !important;
    display: block !important;
    padding: 3px 5px !important;
    margin: 0 10px !important;
    border-radius: 16px !important;
    border: 3px solid #00677d !important;
    color: #FFF !important;
    top: 0 ;
background: rgb(78,162,177);
    background: -moz-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%, rgba(0,103,125,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    background: radial-gradient(ellipse at center, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2b1', endColorstr='#00677d',GradientType=1 );
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    -ms-transition: top 0.5s ease;
    transition: top 0.5s ease;
}
/*
.nav-tabs>li.active a:after{
    top: 100%;
    left: 50%;
    margin-left: -55px;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 57px 0 57px;
    border-color: #808489 transparent transparent transparent;
}
*/
.nav-tabs>li.active a{
    background: #ffcc00;
    top: 0px;
}
.text-desc {
    
    padding: 10px 25px !important;
    border-radius: 16px !important;
    border: 3px solid #00677d !important;
}
.text-desc a {
    padding: 3px 5px !important;
    display: inline-block;
    margin: 10px 10px 0 0 !important;
    border-radius: 5px !important;
    border: 3px solid #00677d !important;
    color: #FFF !important;
    background: rgb(78,162,177);
    background: -moz-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%, rgba(0,103,125,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    background: radial-gradient(ellipse at center, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2b1', endColorstr='#00677d',GradientType=1 );
}
.text-desc a:hover {
    
    background: #4ea2b1;
}
.nav-tabs>li.active i,
.nav-tabs>li.active:hover h5,
.nav-tabs>li.active h5{
    color: #232A34;
}
.nav-tabs>li.active a{
    border-color: #ffcc00;
}
.nav-tabs>li .tab-icon{
    margin-bottom: 15px;
}
.nav-tabs>li .tab-icon img{
  /*height: 154px;*/
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-tabs>li h5{
    font-size: 13px;
    text-transform: uppercase;
    margin: 5px 0;
    margin-top: 10px;
    color: #FFF;
}
.nav-tabs>li:hover a,
.nav-tabs>li:hover h5{
    color: #FFF;
}
.tab-two .nav-tabs>li{
    width: 50%;
}
.tab-three .nav-tabs>li{
    width: 33.33%;
}
.tab-four .nav-tabs>li{
    width: 25%;
}
.tab-five .nav-tabs>li{
    width: 20%;
}
.tab-six .nav-tabs>li{
    width: 20%;
    margin-bottom: 20px;
}

@media (max-width: 1199px ){
/*
.nav-tabs>li.active a:after {
    top: 100%;
    left: 50%;
    margin-left: -55px;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 51px 0 58px;
    border-color: #808489  transparent transparent transparent;
}
*/
}
@media (max-width: 991px ){
/*
  .nav-tabs>li.active a:after {
    top: 100%;
    left: 50%;
    margin-left: -36px;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 33px 0 40px;
    border-color: #808489  transparent transparent transparent;
}
*/
}
@media (max-width: 800px ){
.tab-six .nav-tabs>li {
    width: 33.333%;
}

@media (max-width: 545px ){
  .tab-six .nav-tabs>li {
    width: 50%;
}
}

.nav-tabs>li.active a {
    background: #ffcc00;
    top: 0px;
}
.nav-tabs>li.active a:after{
  display: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  border: 0px !important;
    background: #00677d;
    color: #FFF;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
}
.nav-tabs>li a{
  border: 0px !important;
}
}



.tab-content>.tab-pane{
    display: none;
}
.tab-content>.active{
    display: block;
    margin-top: 20px;
}
.tab-init{
    opacity: 0;
}
.tab-content{
    width: 100%;
    min-height: 100px;
    text-align: left;
    padding: 0px 0;
    overflow: auto;
    font-size: 14px;
    color: #808489;
}
.tab-content h2 {
    font-size: 38px !important;
    color: #00677d;
}
.tab-content .tab-pane-inner .price,
.tab-content .tab-pane-inner a.btn{
    float: left;
    margin-bottom: 20px;
    margin-top: 50px;
}
.tab-content .tab-pane-inner .price{
    font-family: 'Montserrat' ,arial ,sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    margin-right: 20px;
    line-height: 56px;
}


/* css menu categorias */
#sp-menu-vmcategory {
  margin-top: 0px;
  margin-bottom: 20px;
}
.sp-module.vm_category {
  position: relative;
}
.sp-module.vm_category .sp-module-title {
 padding: 12px 0 0px 22px;
    background: rgb(78,162,177);
    background: -moz-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%, rgba(0,103,125,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    background: radial-gradient(ellipse at center, rgba(78,162,177,1) 0%,rgba(0,103,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea2b1', endColorstr='#00677d',GradientType=1 );
    cursor: pointer;
    border-radius: 6px;
}
.sp-module.vm_category .sp-module-title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 11px 0 !important;
  border: 0;
  display: inline-block;
  vertical-align: top;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  list-style: none !important;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    font-size: 12px;
    line-height: 42px;
    padding: 0 20px 0 21px;
    background-color: #232A34;
    border-radius: 4px;
    text-align: left;
    margin-top: 4px;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li:hover a {
  color: #f8f8f8;
  background-color: #EB0207;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart ul li:hover a .hitarea:before {
  color: #f8f8f8;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart .treeview li > ul li a {
  padding: 0 10px 0px 35px;
}
.sp-module.vm_category .sp-module-content .vina-treeview-virtuemart .treeview li > ul li > ul li a {
  padding: 0 10px 0px 40px;
}
.sp-module.vm_category.vm_category_menu .sp-module-title {
  padding: 17px 0 17px 22px;
}
.sp-module.vm_category.vm_category_menu .sp-module-title:after {
  content: "\f107";
  font-family: FontAwesome;
  background: #fff;
  border-radius: 100%;
  color: #7ecc13;
  float: right;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  margin-right: 15px;
  margin-top: 5px;
  text-align: center;
  width: 18px;
}
.sp-module.vm_category.vm_category_menu .sp-module-content {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 50;
  left: 0;
  right: 0;
  width: 100%;
}
.sp-module.vm_category .sp-module-title h3:before {
  content: "\f0c9";
  font-family: FontAweSome;
  margin-right: 10px;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea:before {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
div.vina-treeview-virtuemart .treeview .hitarea {
  background: url(../images/treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea {
  background: none !important;
  height: auto;
  margin-left: 0;
  padding: 0 24px;
  width: 100%;
  cursor: pointer;
  right: 0;
  position: absolute;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea:before {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
      width: 100%;
    text-align: right;
}
.sp-module div.vina-treeview-virtuemart .treeview .hitarea.collapsable-hitarea:before {
  content: "\f107";
}
div.vina-treeview-virtuemart .treeview li.collapsable, div.vina-treeview-virtuemart .treeview li.expandable {
  background-position: 0 -176px;
}

/*simulador de gesso*/
.img-grande-gesso, .img-grande-gesso img{
  width: 100%;
  border-radius: 10px;
}

#teto-img, #estante-img{
  position: absolute;
    top: 0;
    left: 0;
   
}

.tec-tab{
        background: #EFEFEF;
    padding: 13px;
    float: left;
    height: 54px !important;
    width: auto;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 20px 0;
    font-size: 14px;
    box-shadow: inset rgba(0, 0, 0, 0.15) 7px 1px 19px !important;
    border-radius: 9px;
    display: block;
    color: #000;
    margin-right: 10px;
}
.tec-tab input{
  display: block;
  cursor: pointer;
}



/*** Simulador ***/ 

div.mold-simulador {
  float: left;
  position: relative;
}

div.simulador div.mold-simulador {
  background: url(../images/simulador/gesso/simulador_gesso.jpg) no-repeat left top;
  width: 100%;
}

div.simulador div.mold-simulador-cozinha {
  background: url(../images/simulador/gozinha/1g.jpg) no-repeat left top;
  width: 100%;
  position: relative;
}

div.simulador div.mold-simulador-cozinha div.moveis, div.simulador div.mold-simulador-cozinha div.fachada {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
}

div.simulador div.mold-simulador-cozinha div.moveis img, div.simulador div.mold-simulador-cozinha div.fachada img {
  width: 100%;
}

div.simulador div.mold-simulador div.gesso {
  position: absolute;
  top: 0;
  left: 0;
}

div.simulador.de-gesso ul.seleciona  a {
  width: 100%;
  border-right-width: 30px;
  color: #333;
  /*text-transform: uppercase;*/
  font-size: 14px;
  margin: 0;
}

div.simulador.de-gesso ul.seleciona {
  margin-top: 0;
  margin-bottom: 20px;
}

div.simulador.de-gesso h4 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

div.simulador ul.seleciona {
  float: left;
  width: 100%;
  /*margin-top: 30px;*/
}

div.simulador ul.seleciona a {
  border-radius: 10px;
  width: 27px;
  overflow: hidden;
  height: 30px;

}

div.simulador ul.seleciona a img {
  max-width: none;
  max-height: none;
}

.parede img{
  width:100% !important;
}

.img-peq{
  width: 100%;
    float: right;
}
.img-peq ul{
  padding: 0px;
  display: block;
}
.img-peq ul a{
   border: 1px solid #9C9C9C;
    display: block;
    float: left;
    width: 54px;
    margin: 2px;
}
.img-peq ul a img{
  width: 100%;
}

.fotos-grande{
  width:100%;
  float:left;
}

/***** Fim Simulador ****/


/*chat*/
.chat{
   margin-top: 25px;
   position: fixed;
   bottom: 0px;
   right: 0px;
   z-index: 200;
}
.fechar-chat{
        position: absolute;
    right: 0px;
    background-color: #000;
    width: 30px;
    height: 20px;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
}
.chat .activechat{
    right: 70px !important;
}
.chat img{
     float: right;
}



.tp-caption.impreza_white_huge,
.impreza_white_huge {
    position: absolute;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-color: transparent;
    color: #fff
}

.tp-caption.impreza_white_big,
.impreza_white_big {
    position: absolute;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background-color: transparent;
    color: #fff
}
.titt {
    font-size: 68px;
font-family: 'Satisfy', cursive;
    color: #4ea2b1;
    line-height: 62px !important;
    text-align: center !important;
    text-shadow: 3px 3px 0px #00677d;
}
.tp-caption.impreza_white_small,
.impreza_white_small {
    position: absolute;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    padding: 30px 80px 30px 30px;
    margin: 0;
    border: 0;
    border-radius: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
background: transparent;
    color: #333;
}
