/* css reset */
* {
	margin:0;
	padding:0;
}
.no-padding {
	padding: 0;
}
:focus {
	outline: 0;
	box-shadow: none;
}
/* css reset */
html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #2c292a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: .2px;
	overflow: hidden;
    padding-right: 0!important;
}
body.home {
    background-color: #303641;
}

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?63092194');
  src: url('../fonts/fontello.eot?63092194#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?63092194') format('woff2'),
       url('../fonts/fontello.woff?63092194') format('woff'),
       url('../fonts/fontello.ttf?63092194') format('truetype'),
       url('../fonts/fontello.svg?63092194#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-right:before { content: '\e800'; } /* '' */
.icon-left:before { content: '\e801'; } /* '' */
.icon-location:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail:before { content: '\f0e0'; } /* '' */
.icon-youtube:before { content: '\f16a'; } /* '' */


a {
	color: #bebebe;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out false;
    -o-transition: all 0.2s ease-in-out false;
    transition: all 0.2s ease-in-out;
}
a:hover {
	color: #fcc150;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
#header {
	background: #262C36 url('/imgs/background-header.jpg')no-repeat;
    height: 1000px;
    /*background: #2a303a;*/
	width: 100%;
	padding: 30px 0 20px;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
#header .nav {
    border-bottom: none;
}
img.logo.img-responsive {
    width: 200px;
}
#header-interno.scroll-top {
    padding: 10px 0;
}
#header-interno {
    background: #2a303a url('/imgs/background-header.jpg')no-repeat top;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all .2s linear;
    background-size: cover;
}
#header-produto {
    background: #2a303a;
    padding: 35px 0;
}
#header-interno .nav,
#header-produto .nav {
    border-bottom: none;
}
#header-interno .navbar,
#header-produto .navbar {
    margin-top: 10px;
    margin-bottom: 0;
}
#header-interno .dropdown-menu,
#header-produto .dropdown-menu {
    background-color: rgb(59, 64, 78);
}
#principal {
	background: #fff;
	padding: 100px 0;
	z-index: 3;
	position: relative;
}
#principal h2 {
    color: #3f454e;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 70px;
}
.hover-color {
	margin: 0 auto;
	image-rendering: auto;
	padding-bottom: 15px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}
p.detalhe-hover {
    font-size: 10px;
    margin: 0;
    text-transform: none;
}
#principal .product-label {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#principal .product-label:hover {
    -webkit-filter: none;
    filter: none;
}
.product-label {
	padding-top: 30px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}
.product-label:hover {
	background-color: #e8e8e8;
}
.tag-name-cat {
	font-family: 'Lato', sans-serif;
    background-color: #343b48;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}
.product-label:hover .tag-name-cat {
    opacity: 1;
    color: #fff
}
#banner {
    position: relative;
    z-index: 1;
    margin-top: -370px;
    width: 100%;
    clear: both;
}
#banner h1 {
	color: #fcc150;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: 0.1em;
    text-align: right;
}
#banner p {
    color: #fff;
    text-align: right;
    font-size: 26px;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 1.3em;
}
.banner-item {
	position: relative;
	z-index: 1;
}
.img-aling  {
	margin-left: 50px;
}
.shape-float-top-left {
    height: 0px;
    width: 0px;
    bottom: 0;
    position: absolute;
    border-radius: 0px;
    border-top: 180px solid rgba(40, 37, 45, 0);
    border-left: 700px solid #262c36;
    border-right: 300px solid rgba(0, 0, 0, 0);
}
.shape-float-top-right {
    z-index: 1;
    background-color: transparent;
    height: 0px;
    width: 0px;
    position: absolute;
    bottom: 0;
    border-radius: 0px;
    border-top: 385px solid transparent;
    border-right: 100vw solid #fff;
}
.fixed-menu {
	position: absolute;
    width: 100%;
    transition-duration: 0.7s;
    z-index: 2;
    top: 0;
}
.fixed-menu img.logo.img-responsive {
    width: 200px;
}
.fixed-menu .navbar {
    margin: 10px 0;
}
.opacity-menu {
	opacity: 0;
}
#content {
    padding: 100px 0 100px 0;
    margin-top: 160px;
}
#footer {
    background-color: #2a303a;
    padding: 150px 0;
    color: #f2f2f2;
    letter-spacing: 0.1em;
}
#footer-contato {
    background-color: #2a303a;
    padding: 100px 0;
    color: #f5f5f5;
}
#footer-contato h2 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 15px;
    letter-spacing: 0.1em;
}
#footer-contato h2 span {
    text-transform: none;
}
#footer-contato p {
    margin: 0;
}
#footer a {
    color: #f2f2f2;
}
#footer a:hover {
    color: #E8343F;
}
#footer h2{
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#footer h2.form {
	margin-bottom: 80px;
}
#footer h2.endereco {
	margin-bottom: 110px;
}
#footer p {
	margin: 0;
}


.newsletter-rodape {
    background: url(/imgs/andrelit-newsletter.jpg) top left no-repeat;
    color: #fff;
    padding: 350px 0 180px 0;
    background-size: cover;
}
@media (min-width: 1679px) {
    .newsletter-rodape {
         padding: 450px 0 180px 0;
    }
}
.newsletter-rodape h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.newsletter-rodape h2 span {
    color: #ffc94b;
}

.argamassa-home .col-md-4 img{
    z-index: 99;
    position:  relative;
}

.news-form .iphorm-submit-wrap button span{
    border: 2px solid #ffc94b;
    color: #ffc94b;
    background-color: transparent;
}

.news-form .iphorm-submit-wrap button:hover span{
    background-color: #ffc94b;
    color: #2c292a;
    border: 2px solid #ffc94b;
    font-weight: bold;
}


#menu-footer ul {
    border: none;
}
#menu-footer li {
    float: none;
}
#menu-footer li a {
    padding: 8px 0;
}
#menu-footer li a:hover{
    color: #ff2240;
    background: none;
}
#menu-footer .navbar-nav{
    float: none;
}
.border-left{
    border-left: 2px solid #1d2229;
    padding-left: 50px;
}

ul.rodape-info {
    list-style: none;
}
ul.rodape-info li{
    margin-right: 30px;
    display: inline-block;
}
ul.rodape-info li i {
    color: #ff2240;
    margin-left: -22px;
    font-size: 16px;
}
span.rodape {
    color: #ff2240;
    margin-left: -17px;
    text-transform: uppercase;
    font-weight: bold;
}

.icon-rodape {
    border: 2px solid #ff2240;
    border-radius: 250px;
    padding: 12px;
    font-size: 20px;
    display: inline-block;
    margin-top: 30px;
    margin-right: 5px;
    color: #ff2240;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out false;
    -o-transition: all 0.2s ease-in-out false;
    transition: all 0.2s ease-in-out;
}

.icon-rodape:hover{
    color: #fff;
    border: 2px solid #fff;
}

#conheca {
	background: #fff url('/imgs/background-obras.jpg') no-repeat top;
	font-family: 'Titillium Web', sans-serif;
	padding: 250px 0;
	background-size: cover;
	color: #464c56;
	position: relative;
	z-index: 4;
}
#conheca h2 {
	font-size: 60px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
}
#conheca .button-div {
	display: block;
	float: left;
}
#conheca a {
    color: #464c56;
    font-size: 20px;
    padding: 10px 30px;
    border: 2px solid #464c56;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    display: block;
}
#conheca a:hover, 
#conheca a:active {
	color: #fff;
	background-color: #464c56;
	text-decoration: none;
	box-shadow: 2px 3px rgba(0, 0, 0, 0.32);
}

section.argamassa-home{
    background: #1c2432 url(/imgs/andrelit-arga.jpg) no-repeat center;
    padding: 150px 0;
    position: relative;
    color: #fff;
}
section.onde-encontrar-home{
    background: #262c36;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

section.onde-encontrar-home h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
section.onde-encontrar-home h2 span {
    color: #fec856;
}
p.busca-title {
    margin: 50px 0;
    text-align: center;
}
.representante {
    text-align: left;
}
.representante span {
    font-size: 17px;
}
.representante h3 {
    color: #fec856;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

.representantes select {
    background: url(../images/arrow-select.png) no-repeat right;
    border-radius: 0;
    background-position-x: 95%;
    padding: 15px 10px;
    background-color: #222730;
    border: none;
    width: 30%;
    letter-spacing: 0.1em;
    color: #e8e8e8;
    margin: 50px 10px 15px 10px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

section.argamassa-home:before {
    content: '';
    z-index: 2;
    height: 0px;
    width: 0px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 0px;
    border-top: 200px solid transparent;
    border-left: 700px solid #fec856;
    border-right: 300px solid transparent;
}
section.argamassa-home:after {
    content: '';
    z-index: 2;
    background-color: transparent;
    height: 0px;
    width: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    border-top: 270px solid transparent;
    border-right: 100vw solid #262c36;
}
span.yel {
    font-family: 'Kalam', cursive;
    color: #fec856;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    line-height: 44px;
}
span.big {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 75px;
    font-weight: bold;
    line-height: 45px;
}
span.big.tog {
    font-size: 61px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    border: 2px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border: 2px solid #fcc150;
    background-color: transparent;
    color: #fff;
}

.iphorm-outer {
	margin-top: 15px;
}
#more {
    padding: 60px 0;
    background-color: #f7f7f7;
    position: relative;
}
#more h2 {
    color: #3f454e;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 50px 0;
}
.andresuper {
    background: url('/imgs/andresuper.png') no-repeat center;
    display: block;
    height: 417px;
    width: 326px;
    margin-left: 40px;
}
.andreunica {
    background: url('/imgs/andreunica-img.png') no-repeat center;
    display: block;
    height: 417px;
    width: 326px;
    margin-left: 40px;
}
h2.title-single {
    color: #3f454e;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 20px 0;
}
#single-product {
    padding: 250px 0 40px 0;
    letter-spacing: 0.1em;
}
strong.sub-title-pro {
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
.div-resumo,
.div-descricao,
.div-indicacao {
    margin-bottom: 20px;
}
.btns-product {
    display: block;
}
.btns-product a {
    text-transform: uppercase;
    width: 100%;
    color: #afb3b9;
    border: 2px solid #afb3b9;
    padding: 17px 0;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
}
.btns-product.sigle-especial a {
    background-color: #1487b8;
    border-color: #1487b8;
    color: #fff;
    display: inline-block;
    padding: 17px 20px;
}
.btns-product a.ficha {
    width: 49.50%;
    display: inline-block;
}
.btns-product.sigle-especial a.ficha {
    width: 100%;
    display: block;
}
.btns-product a:hover {
    color: #fff;
    background-color: #f4b948;
    border-color: #f4b948;
}
.btns-product a:hover,
.btns-product a:active,
.btns-product a:focus {
    text-decoration: none;
}
.img-product-single {
    height: 500px;
    width: 500px;
    margin: 0 auto;
}
.img-center img {
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
    padding: 0 !important;
    border-radius: 0;
    margin-top: 50px;
    background-clip:
    padding-box;
}
div.bhoechie-tab-menu{
    padding-right: 0;
    padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
    margin-bottom: 0;
}
.list-group a {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out false;
    -o-transition: all 0s ease-in-out false;
    transition: all 0s ease-in-out;
}
div.bhoechie-tab-menu div.list-group>a {
    color: #919499;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 40px;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active {
    background-color: #363d48;
    color: #fff;
}
div.bhoechie-tab-content{
    background-color: #f7f7f7;
    padding: 50px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-color: transparent;
}
.bhoechie-tab {
    padding-left: 20px;
}
.bhoechie-tab-content strong {
    text-transform: uppercase;
    margin-bottom: 35px;
    display: block;
}
li.glyf-caract {
    list-style: none;
    padding-bottom: 10px;
}
li.glyf-caract:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    margin-right: 15px;
    color: #f4b948;
}
.button-all a {
    color: #a0a4a7;
    border: 2px solid #a0a4a7;
    padding: 10px 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: inline-block;
}
.button-all a:hover,
.button-all a:active,
.button-all a:focus {
    color: #fff;
    background-color: #a0a4a7;
    text-decoration: none;
}
.button-all {
    display: block;
    text-align: center;
    margin-top: 40px;
}
.caracteristica {
    padding-right: 0;
}
h2.sigle-especial {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.caracteristicas li.glyf-caract {
    font-size: 14px;
    color: #7a818e;
    margin-left: 25px;
}
.caracteristicas li.glyf-caract:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    margin-right: 15px;
    color: #f4b948;
    list-style-type: devanagari;
    position: absolute;
    left: 15px;
}
.div-resumo.single-especial {
    font-size: 14px;
    color: #7a818e;
}
.shape-float-top-left-especial {
    height: 0px;
    width: 0px;
    bottom: 0;
    position: absolute;
    border-radius: 0px;
    border-top: 180px solid rgba(40, 37, 45, 0);
    border-left: 700px solid #1487b8;
    border-right: 300px solid rgba(0, 0, 0, 0);
}
.shape-float-top-right-especial {
    z-index: 1;
    background-color: transparent;
    height: 0px;
    width: 0px;
    position: absolute;
    bottom: 0;
    border-radius: 0px;
    border-top: 385px solid transparent;
    border-right: 100vw solid #fff;
}
#divisoria {
    position: relative;
    height: 500px;
    background-color: #2A303A;
}
#single-product.especial {
    padding: 100px 0;
    letter-spacing: 0.1em;
    margin-top: -550px;
    z-index: 2;
    position: relative;
}
.product-label-cat {
    padding-top: 30px;
    margin: 0 0 30px 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
.product-label-cat:hover {
    background-color: #e8e8e8;
}
.product-label-cat:hover .tag-name-cat {
    opacity: 1;
    color: #fff;
}
.product-label-cat:hover .hover-color {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
#page {
    padding: 100px 0 100px 0;
    margin-top: 160px;
}
#page h5{
    font-size: 22px;
    font-weight: bold;
}
#page h5 span {
    font-size: 40px;
    text-transform: uppercase;
    color: #fcc150;
    font-weight: bold;
}
#page-empresa {
    background-color: #2d3542;
    padding: 160px 0 0 0;
}
#empresa {
    background-color: #2d3542;
    padding: 100px 0;
}
#visao {
    background: url('/imgs/bg-visao.jpg') no-repeat top fixed;
    background-size: cover;
}
#visao h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    padding: 250px 0;
    margin: 0;
    font-size: 60px;
    letter-spacing: 0.1em;
    color: #464c56;
}
#empresa h2.empresa-title {
    text-transform: uppercase;
    color: #dddddd;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.1em;
    font-size: 30px;
    line-height: 1.2em;
}
#empresa h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.1em;
    line-height: 0.8em;
}
#empresa h3.empresa-title {
    text-transform: uppercase;
    color: #dddddd;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.1em;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 600;
}
#empresa h2 span {
    color: #fcc150;
}
.space-right {
    padding-right: 40px
}
#empresa p {
    color: #dddddd;
}
#empresa .valores {
    padding: 50px 0;
    border-bottom: 2px solid #252b35;
}
.filiais h3 {
    text-transform: uppercase;
    color: #fcc150;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 20px;
}
.filiais h3 span {
    text-transform: none;
    color: #ddd;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 400;
}
.filiais {
    padding: 60px 0 0 0;
}
.filiais p {
    margin: 0;
}
#page .title-page,
#content .title-page {
    color: #3f454e;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 70px;
}
h2.representante,
h2.contato {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 40px;
    letter-spacing: 0.1em;
}
h2.contato {
    margin-bottom: 40px;
    margin-top: 0;
}
a.email-representante,
.fale-conosco a  {
    color: #fcc150;
    font-weight: 600;
    font-size: 16px;
}
a.email-representante:hover,
.fale-conosco a:hover {
    color: #E8343F;
}
a.email-representante:hover,
a.email-representante:active,
a.email-representante:focus,
.fale-conosco a:hover,
.fale-conosco a:focus,
.fale-conosco a:active {
    text-decoration: none;
}
#page .iphorm-elements .iphorm-element-wrap-text input,
#page .iphorm-elements .iphorm-element-wrap-captcha input,
#page .iphorm-elements .iphorm-element-wrap textarea {
    color: #A4A5A9;
    border: solid 2px #cdcfd5;
}
#page .iphorm-elements .iphorm-element-wrap-captcha input::-webkit-input-placeholder,
#page .iphorm-elements .iphorm-element-wrap-captcha input:-moz-placeholder,
#page .iphorm-elements .iphorm-element-wrap-captcha input::-moz-placeholder,
#page .iphorm-elements .iphorm-element-wrap-captcha input:-ms-input-placeholder{
    color: #A4A5A9;
}

#page .iphorm-element-wrap-text.iphorm-labels-inside > .iphorm-element-spacer > label {
    color: #343b48;
}
#page .iphorm-submit-wrap button span {
    border: 2px solid #fcc150;
}
#page .iphorm-submit-wrap button span {
    background-color: #fcc150;
}
#page .iphorm-submit-wrap button:hover span {
    background: transparent;
    color: #fcc150;
    border-color: #fcc150;
}
#page .iphorm-errors-list > .iphorm-error {
    color: #E8343F;
}
#page .iphorm-outer {
    margin-top: 0;
}
.pos_list-item  h4.title-rep,
h2.title-post {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}
h1.widget-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 2px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    color: #fab91b;
}
.menu-menu-widget-container a,
.menu-menu-widget-2-container a {
    color: #2a303a;
    background-color: #eee;
    display: block;
    padding: 22px 35px;
    border: transparent;
    z-index: 1;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.menu-menu-widget-container a:hover,
.menu-menu-widget-2-container a:hover {
    color: #fab91b;
    z-index: 2;
}
.menu-menu-widget-container a:hover,
.menu-menu-widget-container a:active,
.menu-menu-widget-container a:focus,
.menu-menu-widget-2-container a:hover,
.menu-menu-widget-2-container a:active,
.menu-menu-widget-2-container a:focus {
    text-decoration: none;
}
.menu-menu-widget-container ul,
.menu-menu-widget-2-container ul {
    list-style: none;
}
.menu-menu-widget-container ul li,
.menu-menu-widget-2-container ul li {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-bottom: -2px;
}
.resume-post {
    margin-top: 25px;
}
.post-content {
    min-height: 420px;
}
.post-link {
    color: #3f454e;
    /*display: block;
    padding: 40px 0;
    border-bottom: 2px solid #ccc;*/
}
.post-link:hover,
.post-link:active,
.post-link:focus {
    color: #3f454e;
}
.post-link.first {
    padding: 0 0 40px 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.pagination a {
    color : #2c292a;
}
.pagination a:hover {
    color : #fcc150;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
    text-decoration: none!important;
}

.nav-next a,
.nav-previous a{
    background: #eeeeee;
    padding: 12px 18px;
    text-transform: uppercase;
    color: #2a303a;
    font-weight: bold;
    font-size: 14px;
}
.nav-next {
    float: left;
}
.nav-previous {
    float: right;
}

.nav-next,
.nav-previous,
.nav-previous-hidden,
.nav-next-hidden {
    display: inline-block;
}
.nav-next-hidden p,
.nav-previous-hidden p {
    display: none;
}
.nav-next-hidden.active p,
.nav-previous-hidden.active p {
    display: inline-block;
    color: #CCC;
}
.nav-next a:before,
.nav-next-hidden p:before {
    content: "\e079";
    color: #fcc150;
    font-family: 'Glyphicons Halflings';
    vertical-align: middle;
    margin-right: 5px;
}
.nav-next-hidden p:before {
    content: "\e079";
    color: #ccc;
}
.nav-previous a:after,
.nav-previous-hidden p:after {
    content: "\e080";
    color: #fcc150;
    font-family: 'Glyphicons Halflings';
    vertical-align: middle;
    margin-left: 5px;
}
.nav-previous-hidden p:after {
    content: "\e080";
    color: #ccc;
}
.line {
    display: none;
    /*margin: 0 15px;
    height: 25px;
    position: relative;
    width: 2px;
    background-color: #ccc;
    vertical-align: middle;*/
}
p.post-cat,
a.post-cat {
    color: #bebebe;
    text-transform: capitalize;
    display: inline;
}
a.post-cat:hover {
    color: #fcc150;
}
a.post-cat:hover,
a.post-cat:focus,
a.post-cat:active {
    text-decoration: none;
}
.resume-post-content {
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
.resume-post-content p {
    margin: 0 0 15px;
}
.resume-post-content img {
    max-width: 100%;
    height: auto;
    margin: 20px auto !important;
}
.cat-type {
    margin-bottom: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #FCC150;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 0;
    padding: 16px;
    width: 100%;
    margin-top: 35px;
    font-size: 15px;
    border: 2px solid #FCC150;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out false;
    -o-transition: all 0.2s ease-in-out false;
    transition: all 0.2s ease-in-out;
}
.btn-primary:hover {
    color: #FCC150;
    background-color: transparent;
    border: 2px solid #FCC150;
}
.btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active,
.btn-primary:active:focus {
    color: #fff;
    background-color: #FCC150;
    border-color: #FCC150;
    outline: 0;
}
.mapa iframe {
    pointer-events: none;
    margin-bottom: -10px;
}
.fale-conosco p {
    margin: 0;
}
.breadcrumbs p {
    color: #f5f5f5;
    display: inline-block;
}
.breadcrumbs  {
    color: #7f8693;
}
.breadcrumbs a {
    color: #848b98;
}
.breadcrumbs a:hover {
    color: #f5f5f5;
}
#menu-menu-widget li.current-menu-item a,
#menu-menu-widget-2 li.current-menu-item a {
    color: #fff;
    background-color: #323a47;
    border-color: #323a47;
    z-index: 2;
}
span.destaque {
    font-weight: 600;
    color: #f4b948;
}
#principal .col-md-3 {
    margin-bottom: 30px;
}
a.contato-category:hover {
    color: #fcc150;
}
.tagcloud {
    background-color: #fff;
    padding: 0 0 15px 0;
}
.tagcloud a{
    color: #c6c6c6;
}
.tagcloud a:hover {
    color: #323a47;
}
.bhoechie-tab-content h3 {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
span.des-text {
    font-weight: 600;
}
.bhoechie-tab-content table {
    background-color: #2a303a;
    margin: 15px 0 10px 0;
}
.bhoechie-tab-content tr:first-child {
    background-color: #2a303a!important;
}
.bhoechie-tab-content th {
    text-align: left;
    background-color: #2a303a;
    color: #fff;
    padding: 5px 14px;
    font-size: 11px;
}
.bhoechie-tab-content td {
    padding: 2px 14px;
    font-size: 12px;
}
.bhoechie-tab-content tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.bhoechie-tab-content tr:nth-child(even) {
    background-color: #eaeaea;
}
select#filtro {
    background: #4d5663 url('/imgs/arrow-search.png') no-repeat right;    
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.1em;
    padding: 8px 30px 8px 10px;
    position: absolute;
    margin-top: -44px;
    cursor: pointer;
    color: #84919b;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.col-destaque {
    color: #7a818e;
}
.form {
    font-family: 'Titillium Web', sans-serif;
}
.form h1.page-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
form.search-form {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}
form span.screen-reader-text {
    display: none;
}
form input[type="search"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #A4A5A9;
    border: solid 2px #cdcfd5;
    padding: 15px 0 15px 23px;
}
form input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    padding: 15px 23px;
    background-color: #fcc150;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fcc150;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out false;
    -o-transition: all 0.3s ease-in-out false;
    transition: all 0.3s ease-in-out;
}
form input:hover[type="submit"] {
    -webkit-appearance: button;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    color: #fcc150;
}
h1.page-title {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
.video-view {
    margin-bottom: 15px;
}
.lista-title h4 {
    color: #3f4553;
    font-weight: 600;
    font-size: 16px;
}
a.lista-video {
    background-color: #f7f7f7;
    display: inline-block;
}
.thumb-video img{
    width: 100%;
}
#page .title-page-video {
    color: #3f454e;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}
a.lista-video:hover {
    opacity: 0.7;
}
.descricao-video {
    padding: 15px 20px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
}
a.play-button img {
    width: 100%;
}
.especial .div-descricao {
    margin-top: 100px;
    color: #7a818e;
}
/* search */
.overlay-search {
    height: 60px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(38,43,52,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(38,43,52,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(38,43,52,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.top-search.active-search, 
.active-search .search-wrapper {
    max-height: 300px;
    visibility: visible;
}
.top-search, 
.search-wrapper {
    visibility: hidden;
    max-height: 0;
    height: 300px;
    transition: all .2s;
    -webkit-transition: all .2s;
    transition-delay: 0;
    -webkit-transition-delay: 0;
    overflow: hidden;
    position: absolute;
}
.active-search .close-s {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: transform .4s ease,opacity .2s ease .2s;
    -webkit-transition: transform .4s ease,opacity .2s ease .2s;
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
}
.close-s {
    opacity: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 22px;
    right: 22px;
    cursor: pointer;
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
}
.search-wrapper {
    background: #2a303a;
    position: fixed;
    width: 100%;
    z-index: 150;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.close-s:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.close-s:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.close-s:before, 
.close-s:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 25px;
    width: 2px;
    left: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out false;
    -o-transition: all 0.2s ease-in-out false;
    transition: all 0.2s ease-in-out;
}
.close-s:hover:before, 
.close-s:hover:after {
    background: #e8343f;
}
.active-search .search-align {
    height: auto;
    margin-top: 105px;
}
.search-align {
    height: 0;
    overflow: hidden;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.search-wrapper input[type="search"] {
    font-family: 'Titillium Web', sans-serif;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    color: #fff;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s linear;
    opacity: 0;
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.active-search .search-wrapper input[type="search"] {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    transition: transform .4s ease,opacity .2s ease .2s;
    -webkit-transition: transform .4s ease,opacity .2s ease .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.search-wrapper .search-field {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    background: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 15px;
    height: auto;
    margin-left: 190px;
}
.search-wrapper label {
    display: none;
}
.search-wrapper input[type="submit"], 
.search-wrapper .search-submit, 
.search-wrapper .submit_icon {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    border: none;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
}
.search-wrapper .search-submit {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.search-wrapper .submit_icon {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    opacity: 0;
    position: absolute;
    right: 10px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 2;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
}
.active-search .search-wrapper .submit_icon {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: transform .4s ease,opacity .2s ease .2s;
    -webkit-transition: transform .4s ease,opacity .2s ease .2s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}
.active-search .search-wrapper .submit_icon span {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out false;
    -o-transition: all .2s ease-in-out false;
    transition: all .2s ease-in-out;
    color: #fff;
}
.active-search .search-wrapper .submit_icon span:hover {
    color: #e8343f;
}
#search-button {
    margin-top: 10px;
    padding: 5px 15px;
    cursor: pointer;
    position: relative;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out false;
    -o-transition: all 0.2s ease-in-out false;
    transition: all 0.2s ease-in-out;
}
#search-button:hover,
#search-button:focus {
    color: #fcc150;
}
.search-wrapper .search-field::-webkit-input-placeholder { opacity: 0; }
.search-wrapper .search-field::-moz-placeholder { opacity: 0; } /* firefox 19+ */
.search-wrapper .search-field:-ms-input-placeholder { opacity: 0; } /* ie */
.search-wrapper .search-field:-moz-placeholder { opacity: 0; }

.search-wrapper .search-field::-webkit-input-placeholder { text-transform: uppercase; color: #84919b; opacity: 1; }
.search-wrapper .search-field::-moz-placeholder { text-transform: uppercase; color: #84919b; opacity: 1;} /* firefox 19+ */
.search-wrapper .search-field:-ms-input-placeholder { text-transform: uppercase; color: #84919b; opacity: 1;} /* ie */
.search-wrapper .search-field:-moz-placeholder { text-transform: uppercase; color: #84919b; opacity: 1; }

.border-top {
    border-top: 1px solid #fff;
    display: block;
    position: relative;
    top: 0;
}
/* /search */

/*CAROUEL FADE TRANSITION*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    transition-duration: 1s linear;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner {
    background: #e8e8e8;
}

/*CAROUEL FADE TRANSITION*/

/*new banner topo*/

#new-banner {
    background-color: #2a303a;
    height: 1000px;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    overflow-x: hidden;
}
#new-banner .item {
    background-repeat: no-repeat;
    background-position: center center;
}
#new-banner .item-content {
    height: 1000px;
    width: 100%;
    display: table;
}
#new-banner .centralizador {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#new-banner .objeto-esquerda,
#new-banner .objeto-direita {
    display: block;
    background-size: contain;
    width: 450px;
    height: 550px;
    margin: auto;
    z-index: 91;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
#new-banner:after {
    content: '';
    z-index: 2;
    background-color: transparent;
    height: 0px;
    width: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0px;
    border-top: 270px solid transparent;
    border-right: 100vw solid #fff;
}
#new-banner:before {
    content: '';
    z-index: 2;
    height: 0px;
    width: 0px;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 0px;
    border-top: 180px solid rgba(40, 37, 45, 0);
    border-left: 700px solid #262c36;
    border-right: 300px solid rgba(0, 0, 0, 0);
}
.gallery {
    display: inline-block;
    top: -11px;
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 8px);
    max-width: calc(33.3% - 8px);
}
.gallery-item {
    float: left;
    margin: 0 11.6px 11px 0;
    overflow: hidden;
}
.gallery img {
    margin: 0;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), 
.gallery-columns-2 .gallery-item:nth-of-type(2n), 
.gallery-columns-3 .gallery-item:nth-of-type(3n), 
.gallery-columns-4 .gallery-item:nth-of-type(4n), 
.gallery-columns-5 .gallery-item:nth-of-type(5n), 
.gallery-columns-6 .gallery-item:nth-of-type(6n), 
.gallery-columns-7 .gallery-item:nth-of-type(7n), 
.gallery-columns-8 .gallery-item:nth-of-type(8n), 
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}


.grecaptcha-badge{
    display: none;
}



/*new banner topo*/

/*
* ============== * MEDIAS * ============== * ============== * ============== * ============== * ============== * ============== *
*/

@media (min-width: 1730px) {
	.container {
		width: 1700px;
	}
    #page .container,
    #empresa .container,
    #content .container,
	#footer .container,
    #single-product .container,
    #conheca .container {
		width: 1170px;
	}
}
@media (max-width: 1730px) {
    .hover-color {
        width: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1400px) {
   .shape-float-top-left-especial {
        border-left: 300px solid #1487b8;
    } 
    .shape-float-top-right-especial {
        border-top: 250px solid transparent;
        border-right: 100vw solid #fff;
        border-bottom: 60px solid #fff;
    }
}
@media (min-width: 992px) and (max-width: 1300px) {
    .shape-float-top-left-especial {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .nav > li > a {
        padding: 10px 7px;
    }
    #search-button {
        margin-top: 5px;
    }
}
@media (min-width: 1200px) {
    #empresa .empresa-text {
        padding-right: 100px;
    }
}
@media (max-width: 1200px) {
    .btns-product a.ficha {
        width: 100%;
        display: inline-block;
    }
    #new-banner .objeto-esquerda, #new-banner .objeto-direita {
        width: 350px;
        height: 450px;
    }
}
@media (max-width: 992px) {
    .especial .div-descricao {
        margin-top: 15px;
        color: #7a818e;
    }
    div.bhoechie-tab-menu {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .img-center img {
        margin-bottom: 70px;
    }
    a.play-button img {
        margin-bottom: 40px;
    }
    a.play-button h2 {
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 600;
        background-color: #3f454e;
        margin: 0;
        padding: 20px;
        letter-spacing: 0.1em;
    }
    a.lista-video {
        width: 100%;
    }
    strong.sub-title-pro {
        color: #2A303A;
    }
    .fixed-menu {
        position: relative;
    }
	#header {
		height: 900px
	}
	#banner {
	    margin-top: -660px;
	}
	#banner h1 {
	    text-align: center;
	    font-size: 30px;
	}
	#banner p {
	    text-align: center;
	    font-size: 15px;
	}
	.img-aling  {
		margin: 0 auto;
		margin-top: 15px;
	}
	.shape-float-top-left {
		margin-top: -100px;
	    border-top: 150px solid rgba(40, 37, 45, 0);
	    border-left: 180px solid #262c36;
	    border-right: 60px solid rgba(0, 0, 0, 0);
	}
	#footer h2.form {
		margin-bottom: 30px;
	}
	#footer h2.endereco {
		margin-bottom: 30px;
	}
    .andresuper,
    .andreunica {
        margin: 0 auto;
        margin-top: 35px;
    }
    .img-product-single {
        height: 250px;
        width: 250px;
        margin-bottom: 30px;
    }
    h2.sigle-especial {
        text-transform: uppercase;
        color: #2A303A;
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    .tag-name-cat {
        opacity: 1;
    }
    .product-label {
        background-color: #e8e8e8;
    }
    .hover-color {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
    }
    .product-label-cat {
        background-color: #e8e8e8;
    }
    .menu-menu-widget-container {
        margin-bottom: 25px;
    }
    #new-banner .objeto-esquerda, #new-banner .objeto-direita {
        width: 300px;
        height: 400px;
    }
    #new-banner .col-md-6 {
        width: 49%;
        display: inline-block;
    }
    #new-banner:after {
        border-radius: 0px;
        border-top: 250px solid transparent;
        border-right: 130vw solid #fff;
    }
    #new-banner:before {
        border-top: 220px solid rgba(40, 37, 45, 0);
        border-left: 410px solid #262c36;
        border-right: 300px solid rgba(0, 0, 0, 0);
    }
}
@media (min-width: 992px) {
    .bhoechie-tab-content.first {
        min-height: 63px;
    }
    .bhoechie-tab-content.second {
        min-height: 126px;
    }
    .bhoechie-tab-content.third {
        min-height: 189px;
    }
    .bhoechie-tab-content.fourth {
        min-height: 252px;
    }
    .bhoechie-tab-content.fifth {
        min-height: 315px;
    }
    .bhoechie-tab-content.sixth {
        min-height: 378px;
    }
    .bhoechie-tab-content.seventh {
        min-height: 441px;
    }
    .bhoechie-tab-content.eighth {
        min-height: 504px;
    }
    .bhoechie-tab-content.ninth {
        min-height: 567px;
    }
    div.bhoechie-tab-menu div.list-group>a.active:after{
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -8px;
        border-left: 0;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        border-left: 9px solid #3C434D;
    }
    .especial .div-descricao {
        margin-top: 100px;
    }
    .especial .caracteristicas {
        min-height: 260px;
    }
    .especial .div-indicacao {
        margin-top: 175px;
    }
    a.play-button {
        margin-bottom: 15px;
        display: block;
        overflow: hidden;
    }
    a.play-button:after {
        content: " ";
        background: rgba(54, 60, 72, 0.94) url('/imgs/play-button.png') no-repeat center;
        display: block;
        height: auto;
        max-width: 100%;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 15px;
        bottom: 15px;
        right: 15px;
        opacity: 0;    
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out false;
        -o-transition: all 0.3s ease-in-out false;
        transition: all 0.3s ease-in-out;
    }
    a.play-button:hover:after {
        content: " ";
        opacity: 1;
    }
    a.play-button:hover h2 {
        opacity: 1;
    }
    .play-button h2 {
        opacity: 0;
        font-size: 17px;
        position: absolute;
        margin: 0;
        color: #fff;
        bottom: 0;
        top: 70%;
        left: 15px;
        right: 15px;
        z-index: 9999;
        text-align: center;
        font-weight: 600;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out false;
        -o-transition: all 0.3s ease-in-out false;
        transition: all 0.3s ease-in-out;
    }
    .col-video-view {
        padding-right: 0;
    }
    .caracteristica {
        padding-right: 0;
    }
	.border-right {
	    border-right: 2px solid #242932;
        padding-left: 15px!important;
	}
	#footer .col-md-6 {
	    width: 50%;
	    padding: 0 60px;
	}
    #menu-menu-widget li.current-menu-item a:after {
        content: '';
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -8px;
        border-left: 0;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        border-left: 9px solid #323a47;
    }
    #menu-menu-widget-2 li.current-menu-item a:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 50%;
        margin-top: -8px;
        border-left: 0;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        border-right: 9px solid #323a47;
    }
    #banner span.glyphicon.glyphicon-chevron-left,
    #banner span.glyphicon.glyphicon-chevron-right {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out false;
        -o-transition: all 0.2s ease-in-out false;
        transition: all 0.2s ease-in-out;
    }
    #banner:hover span.glyphicon.glyphicon-chevron-left,
    #banner:hover span.glyphicon.glyphicon-chevron-right {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .shape-float-top-right-especial {
        border-top: 250px solid transparent;
    }
    #visao h2 {
        padding: 150px 0;
        font-size: 30px;
    }
    #empresa {
        padding: 50px 0;
    }
    .filiais {
        padding: 20px 0 0 0;
    }
    #empresa h2 {
        margin: 35px 0 0 0;
        font-size: 38px;
    }
    #empresa .valores {
        padding: 35px 0;
    }
    #pos_filters .animated {
        padding: 0 15px!important;
    }
    .pos_list-item {
        padding: 15px 10px!important;
    }
    #footer {
        padding: 70px 0;
    }
    #page .title-page, #content .title-page {
        margin-bottom: 50px;
    }
    #banner {
        margin-top: -710px;
    }
    #page,
    #content {
        padding: 50px 0;
    }
    #page .title-page-video {
        font-size: 20px;
        text-align: center;
    }
    .andresuper,
    .andreunica {
        height: 255px;
        width: 200px;
        background-size: contain;
    }
    .search-wrapper .search-field {
        margin-left: 0;
    }
    select#filtro {
        position: relative;
        margin: 0;
        width: 100%;
    }
    #search-button:after {
        content: 'Pesquisar';
        font-weight: 600;
        text-transform: uppercase;
    }
    .lista-title h4 {    
        color: #3f4553;
        font-weight: 600;
        font-size: 16px;
        padding: 20px 0;
        text-align: center;
    }
    
    h2.contato {
        margin-top: 40px;
    }
    div.bhoechie-tab-content {
        padding: 50px 15px;
    }
    #header-interno {
        position: relative;
        margin-bottom: -150px;
    }
    #header .navbar-default .navbar-collapse {
        background-color: #343a48;
    }
    .navbar-default .navbar-collapse {
        background-color: transparent;
        z-index: 999;
        position: relative;
    }
    #conheca h2 {
        font-size: 45px;
        text-align: center;
    }
    #conheca {
        padding: 140px 0;
    }
    .bhoechie-tab {
        padding-left: 15px;
    }
    #divisoria {
        height: 350px;
    }
    #single-product.especial {
        padding: 0 0 80px 0;
        margin-top: -290px;
    }
    #header-interno {
        padding: 35px 0 5px 0!important;
    }
    #new-banner .objeto-esquerda, #new-banner .objeto-direita {
        width: 200px;
        height: 300px;
    }
    #new-banner .col-md-6 {
        width: 100%;
        display: block;
    }
    #new-banner,
    #header,
    #new-banner .item-content {
        height: 650px;
    }
    .container-responsive {
        font-family: 'Titillium Web', sans-serif;
        max-width: 371px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #f2f2f2;
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        text-shadow: 1px 1px #262c36;
    }
    #new-banner:before {
        border-top: 100px solid rgba(40, 37, 45, 0);
        border-left: 286px solid #262c36;
        border-right: 168px solid rgba(0, 0, 0, 0);
    }
    #new-banner:after {
        border-radius: 0px;
        border-top: 97px solid transparent;
        border-right: 130vw solid #fff;
    }
    #header {
        padding-top: 10px;
    }
    #new-banner .centralizador {
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
        padding-bottom: 100px;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 100%;
        max-width: -webkit-calc(100% - 8px);
        max-width: calc(100% - 8px);
        width: 100%;
    }
    .gallery img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    #header{
        padding-top: 0;
    }
}
@media (min-width: 768px) {
    #search-button {
        margin-top: 10px;
        margin-right: -15px;
        padding: 5px 0 5px 5px;
        float: right;
        cursor: pointer;
        position: relative;
        color: #fff;
        font-size: 18px;
    }
    .fixed-menu {
        background-color: #2a303a;
        padding: 15px 0;
    }
    /* Abrir dropdown-menu no hover */
    .dropdown-menu {
        display: inherit;
        visibility: hidden;
        opacity: 0;
        background: #292d37;
    }
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }
    .open > .dropdown-menu {
        animation-name: slidenavAnimation;
        animation-duration: .1s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
 
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: .1s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: forwards;
 
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: .1s;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: forwards;
    }
    @keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-webkit-keyframes slidenavAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    /* Abrir dropdown-menu no hover */
}
@media (max-width: 600px) {
    .bhoechie-tab-content tbody tr {
        display: block;
    }
    .bhoechie-tab-content td,
    .bhoechie-tab-content th {
        padding: 5px;
        font-size: 12px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .bhoechie-tab-content table {
        width: 100%;
    }
}