/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
	background:url(/imagens/fundo_textura2.jpg);
	background-color: #E9E9E9;
	font-family: 'Titillium Web', sans-serif;
	
}


.body_1 {
	background-position: center 620px; 
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #CD2709;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}


/* Pagination */

.pagination {
	font-size:16px;
}

.pagination>li>a, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #7C7C7C;
	background:#fff;
}

.pagination>li>a, .pagination>li>span {
  
    padding: 10px 12px;
    line-height: 14px;
 
}


.pagination>li>a:focus, .pagination>li>a:hover {
	color: #464646;
	background:#D9D9D9;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #CD2709;
	border-color: #CD2709;	
}






.secao {
	margin: 140px auto 30px auto;
}

.secaohome {
	margin-top: 40px;
}

    .strike {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
		margin: 10px auto;
		padding: 5px;
    }

    .strike > span {
        position: relative;
        display: inline-block;
		font-size:30px;
		text-transform:uppercase;
		font-weight:700;
    }
	
    .strike > span:before,
    .strike > span:after {
        content: "";
        position: absolute;
        top: 45%;
        width: 1000px;
        height: 2px;
        background: #F31A1A;
    }
	
	 .strike > span i{
		 color: #F31A1A;
		 font-size: 24px;
		 margin-left: 10px;

    }



    .strike > span:before {
        right: 100%;
        margin-right: 15px; 
    }

    .strike > span:after {
        left: 100%; 
        margin-left: 15px;  
    }



 .strike.vermais > span:before,
    .strike.vermais > span:after {
        height: 1px;
        background: #CFCFCF;
    }

 .strike.vermais > span a{
		 color: #868686;


    }


/* Back to Top */

#button-to-top{
	background: #4A4A4A;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1000;
	display:block;
	width:45px;
	height:45px;
	text-align:center;
	font-size:24px;
	padding-top:7px;
	color: #ECECEC;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	transition:background 0.3s, color 0.2s; 
	-webkit-transition:background 0.3s, color 0.2s;
	-moz-transition:background 0.3s, color 0.2s; 
	
}

#button-to-top:hover{
	background: #7E7E7E;
	
}


/* contatos */

.contatos div {
	text-align:center;
}

.contatos div i {
	font-size: 36px; vertical-align: 15px;
}

.contatos div span {
	font-size: 20px; margin-left: 15px; vertical-align: 20px; 
}

/* fotos */

.box_fotos {
	
	background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
   
}


#produtos-box *{
	z-index: 2;
}

#produtos-box .box-produtos-item {
	background-color: #F0F0F0;
	padding-bottom: 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
	 -webkit-transition:all .3s ease-out; 
    transition:all .3s ease-out;
	margin: 5px;

}

#produtos-box .box-produtos-item:hover {
	background-color: #fff;


}

#produtos-box .box-produtos-item a.not_link {
	padding:0;
    right: 0;
    margin: 0;
	overflow:hidden;
    display: block;
    position: relative;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

}

#produtos-box .box-produtos-item a.not_link img {
    -webkit-transition:all .3s ease-out; 
    transition:all .3s ease-out;
	width: 100%;

	
}

#produtos-box .box-produtos-item a.not_link:hover img {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}


#produtos-box .box-produtos-item .box-produtos-item-title{
	margin: 0 10px;
	padding: 5px 0;
	font-size:16px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing:-1px;
	color: #464646;
	
}

#produtos-box .box-produtos-item .box-produtos-item-data{
	margin: 0 10px;
	padding: 4px 0;
	font-size:12px;
	line-height:16px;
	border-bottom: 1px solid #D3D3D3;
	color:#747578;
	
}

#produtos-box .box-produtos-item p{
	margin: 0 10px;
	padding: 0 0 10px 0;
	font-size:13px;
	line-height: 20px;
	color: #747578;
}



#produtos-box .box-produtos-item .box-produtos-item-image{
	overflow:hidden;
	margin-bottom: 10px;
	position:relative;
	
}


#produtos-box .box-produtos-item .box-produtos-item-image .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	z-index: 10;
	background:#000000;
	
}


#produtos-box .box-produtos-item a.not_link:hover .caption {
    opacity:.7;
}

#produtos-box .box-produtos-item .box-produtos-item-image .caption .caption-content {
    position: absolute;
    top: 45%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

#produtos-box .box-produtos-item .box-produtos-item-image .caption .caption-content i {
    margin-top: -12px;
}

.owl-header{
	padding:0 15px;
	position:relative;
}

.owl-header .carousel-arrows{
	position:absolute;
	top: 0;
	right:15px;
}

.testimonial-carousel .owl-header .carousel-arrows{
	top:-25px;
}

.carousel-arrows span{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	padding:2px 0 0 2px;
	background: #fff;
	cursor:pointer;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	transition: background 0.3s, color 0.2s, border 0.3s;
	-webkit-transition: background 0.3s, color 0.2s, border 0.3s;
	-moz-transition: background 0.3s, color 0.2s, border 0.3s;
	
}

.carousel-arrows span i{
	color: #F31A1A; float:left;
	font-size: 22px;
	margin-left: 10px;
}

.testimonial-carousel .owl-header .carousel-arrows span{
	width:25px;
	height:25px;
	padding-top:0;
}

.carousel-arrows span:hover{
	background:#E4E4E4;
}



.adesivos-home {
	list-style: none;
	padding:0; margin:0;
	display:flex; flex-wrap:wrap;

}



.adesivos-home li.link{
	padding: 7px;
	border: 1px solid #D4D4D4;
	position:relative;
	display:block;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
}

.adesivos-home li.link .titulo_adesivos{
	
	color: #000;
	font-size:16px;
	margin: 10px 0;
	
}

.adesivos-home li.link .preco_adesivos{
	
	color: #000;
	font-size:16px;
	margin: 10px 0;
	font-weight:bold;
	
}

.adesivos-home li .mascara{
	top:0; left:0;
	width: 100%; height: 100%;
	display: block;
	position:absolute;
	z-index: 10;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	opacity:0;
	text-align: center;
}

.adesivos-home li .mascara div.lupa{
	margin-top: 27%;
	margin-left: 15px;
	width: 80px; height: 80px;
	border: 5px solid #4A4949;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-opera-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 40px;
	padding: 2px 0 0 7px;
	display:inline-block;
	text-align:center;
	transition: all .3s;

}

.adesivos-home li .mascara div.lupa a{
	
	color: #4A4949;

}

.adesivos-home li .mascara div.lupa a:hover{
	
	color: #000;

}

.adesivos-home li .mascara div.orcamento{
	margin-top: 27%;
	margin-left: 15px;
	height: 80px;
	border: 5px solid #4A4949;
	border-radius: 40px;
	-khtml-border-radius: 40px;
	-moz-border-radius: 40px;
	-opera-border-radius: 40px;
	-webkit-border-radius: 40px;
	color: #4A4949;
	font-size: 24px;
	padding: 16px 18px 0 18px;
	display:inline-block;
	transition: all .3s;
	
}

.adesivos-home li .mascara div:hover{
	background: #fff;
	color: #000;
	
}

.adesivos-home li:hover .mascara{
	opacity: 1;

}

.adesivos-home li .img_adesivo {
	width: 100%;
	opacity: 1;
	border-radius: 10px;
	border: 2px #fff solid;
	transition: all .6s;

}

.adesivos-home li:hover .img_adesivo {
	opacity: 0.1;
	border: 2px #FB0509 solid;

}

.fabricante {
	position:absolute; bottom: 7px; right: 10px;


z-index: 3;
}

.fabricante img{
	width: 50px; margin:8px 0 0 40px;
}




.div_parceiros {
	background:#FFFFFF; height: 250px; margin-bottom: 20px;
}

.div_parceiros .parceiros_imagem {
	float:left; display:inline-block; width: 160px; padding: 20px 0 0 20px; margin-right: 15px;
}

.div_parceiros .parceiros_infos {
	float:left; display:inline-block; border-left: #E4E4E4 1px solid; padding: 10px;
}



hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 350px;
    border: 0;
    border-top: solid 3px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #F3641A;
}

hr.star-light:after {
    color: rgba(243,100,26,1.00);
	background-color: #f5e995;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto; 
}

.boxpreto {
	position:absolute;
	top:0; left:0;
	background:#000;
	width: 22%; height: 130px;
	z-index: 2;
	}

.logo {
	margin:0;
	background: none;
	border-right: 30px solid transparent;
	border-top: 130px solid #000000; 
	position:relative;
	z-index: 2;
}

.logo a.img{
	top: -91px;
	left: 10px; 
	position:absolute;
	width: 100%;
}

.logo a.img img{
	width: 240px;
}

.vinteanos {
		display:block;
		position:absolute;
		top: 30px; left: 30px;
		width: 160px;
		z-index: 1;
}

.vinteanos img{
		width: 100%;
}


 .navbar-fixed-top {
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
		
 }

    .container .navbar-brand {
		position:absolute;
		top: 50px;
		left: 20px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
    padding: 0;
	background: none;
    position:fixed; top:0px;
		 
	}

.navbar {
    text-transform: uppercase;
	font-weight: 700;
	background:none;
	text-align:center;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
	height: 73px;
	width: 100%;
	padding: 0;
	float:left;
	text-align:left;
	margin: 4px 0 0 18px; 
	display:table; 
	
}

.navbar .navbar-nav li {
	display: table-cell;
	position:relative;
	float:none;
	text-align:center;
	padding: 0 5px;
	padding-top: 25px;
	background:url(../imagens/fundo-menu.png) right no-repeat;
		
}

.navbar .navbar-nav li .dropdown-menu li {
	display: table-cell;
	position:relative;
	float:none;
	text-align:left;
	padding: 8px 15px;
	border-bottom: 1px solid #E9E9E9;
	background:#FFFFFF;
	
}

.navbar .navbar-nav li .dropdown-menu li:last-child{
	border-bottom: none;
}


.navbar-default .navbar-nav>.open>a{
	background:none;
}


.navbar .navbar-nav .open .dropdown-menu{
	display: grid;
  -webkit-transform:  skew(10deg);  
  -moz-transform: skew(10deg); 
  -o-transform: skew(10deg);
  left: 20px;
}

.navbar .navbar-nav li .dropdown-menu li a, .body_3 .navbar .navbar-nav li.acessorios .dropdown-menu li a {
	font-size:16px;
	line-height: 15px;
    color: #000;
	transition: all .3s ease-in-out;
	padding: 2px 5px;
	font-style: italic;
	font-weight:bold;
	border:none;
}



.navbar .navbar-nav li .dropdown-menu li a:hover, .body_3 .navbar .navbar-nav li.acessorios .dropdown-menu li a:hover {
    color: #E82402;
	background:none;
	border: none
}


.navbar .navbar-nav li a {
	font-family: 'Titillium Web', sans-serif; 
	display: inline;
	font-size:17px;
	line-height: 15px;
    color: #FFF;
	transition: all .3s ease-in-out;
	padding: 3px 0;
	
}

.paralelogramo {
  
   -webkit-transform: skew(-10deg);  
  -moz-transform: skew(-10deg); 
  -o-transform: skew(-10deg);
  
}

.navbar .navbar-nav li a:hover {
	border-bottom: 2px solid #EFECEC;
	border-top: 2px solid #EFECEC;
	color: #fff;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #875A17;
    background: #F8AF10;
	background: linear-gradient(#FDCD00, #F8AF10);
	
	padding:10px;
	
	}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0; 
}



.btn-outline {
    margin-top: 7px;
    border: solid 1px #CBCBCB;
    font-size: 13px;
    color: #565656;
    background: #EDEDED;
    transition: all .3s ease-in-out;
	padding: 6px 7px;
	font-weight:bold;
	text-transform:uppercase;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.active {
    border: solid 1px #E82402;
    color: #E82402;
	background: #fff;
	}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    
}

.floating-label-form-group select:focus,
.floating-label-form-group input:focus,
.floating-label-form-group textarea:focus {
    border: 1px #18bc9c solid;
    background: #FFFFFF;
  
}


.floating-label-form-group select,
.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 10px;
    border: 1px #E1E1E1 solid;
    border-radius: 0;
    font-size: 16px;
    background: #F7F7F7;
	color: #777777;
    box-shadow: none!important;
    resize: none;
	 border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-opera-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.floating-label-form-group label {
    z-index: 0;
    position: relative;
    top: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 1;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #CD2709;
}



footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 20px;
}

footer .footer-above {
    padding-top: 20px;
	background-color:#000000;
	}

footer .footer-col {
    margin-bottom: 30px; height: 200px; border-right:1px solid rgba(98,98,98,1.00); text-align:left;
}

footer .footer-col:last-child{
	border:none;
}

footer .footer-below {
    padding: 5px 0;
	background:#EB0003;
}

footer .footer-below a{
	color:#FFFFFF;
}

.menu-footer {
	margin:0; padding:0;
	list-style: none;
}



.menu-footer li a{
	margin:0; padding:0;
	color: #fff; text-align:left;

}

.menu-footer li a:hover{
	text-decoration:underline;
	
}


.rodape {
	background-position: top center;
	background-repeat:no-repeat;
	padding-top: 30px;
	margin-top: 0px;
	z-index:0;
	position:relative;
	
	}

.btn-social {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
	color:#000;
	padding:0;
}

.btn:focus,
.btn:paral,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.redes{
	height:26px; float:right; margin-top: 3px;
}

.redes a {
	font-size: 22px; margin: 3px 0 0 8px; color: #000; float:left; line-height:0; 
	transition: all .3s ease-in-out;
	
}

.redes a:hover {
	color: #F31A1A;
	
}


.infos {
	float: left; height:22px; margin: 5px 0 0 20px;
	font-size:14px; line-height:22px; text-transform:none; text-align:left;
	color: #000; font-weight:400;
		
}

.infos i{
	font-size:14px; color: #E8E8E8; background: #E82402; padding:2px 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-opera-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: rgba(92,23,10,0.56) 1px 1px 0px;
	margin-right: 3px;
}


.superior {
	background: #FFF; height: 32px; border-bottom: 1px #C90606 solid;
	box-shadow: 0px 1px 1px rgba(255,83,83,0.91);
	position:absolute; top:0; width:100%; z-index:0;
}

.superior2 {
	background: #ED0505; height: 76px; border-bottom: 1px #C90606 solid;
	position:absolute; top:32px; width:100%; z-index:-1;
}

.superior3 {
	background: #7C7C7C; height: 43px; border-bottom: 3px #ED0505 solid;
	position:absolute; top:106px; width:100%; z-index:-1;  
}

.inputbusca{
	display: table-cell; width: 60%; position:relative;
}

.submitbusca{
	position: absolute; top:5px; right:0;
}

.submitbusca button{
	height: 30px; border: none; font-size:14px; padding:0 20px; margin:0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	background: #CA1313;
}

.inputbusca input{
	height: 30px; border:none; margin-top: 5px;
	  -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	background:#D8D8D8; color:#000000;
	width: 55%; display:inline;
}

.inputbusca select{
	height: 30px; border:none; margin-top: 5px;
	  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background:#D8D8D8; color:#000000;
	width: 40%; display:inline; padding: 0 10px;
}

#tags::-webkit-input-placeholder{
    color: #767676;

}
#tags::-moz-placeholder {
    color:#767676;
 
}​


.index .navbar .navbar-nav li.index a, /*--Home Page > Home Link--*/

.body_4 .navbar .navbar-nav li.fotos a,
.body_5 .navbar .navbar-nav li.dicas a,
.body_6 .navbar .navbar-nav li.orcamento a,
.body_3 .navbar .navbar-nav li.acessorios a,
.body_2 .navbar .navbar-nav li.adesivos a,
.body_7 .navbar .navbar-nav li.contato a,
.body_1 .navbar .navbar-nav li.index a,
.body_8 .navbar .navbar-nav li.parceiros a {
	

	border-bottom: 2px solid #EFECEC;
	border-top: 2px solid #EFECEC;
	color: #fff;

	
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right:-4px;

}

hr.style1 { 
height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -8px #A26529 inset;
	margin:0;
	padding:0;
	position:absolute; width:100%; left:0;
}

hr.style2 { 
height: 10px;
	border: 0;
	box-shadow: 0 -10px 10px -8px #A26529 inset;
	margin:0;
	padding:0;
	position:absolute; width:100%; left:0;
}

.produto {
	background: url(../imagens/trigo.png) bottom right no-repeat, url(../imagens/fundo-madeira.jpg);
	position:relative; padding: 30px;
}

.produto  {
	color: #62400E;
}

.descricao {
	text-align:left; line-height: 28px; font-size: 18px; margin: 20px 0; float:left; padding-right: 25px;
}

.ingredientes {
	text-align:left; line-height: 16px; font-size: 12px; margin: 10px 0; float:left; padding-right: 25px;
}




.incs {
	margin: 5px; 
	
}

.nutricional {
	background:url(/imagens/fundo_nutricional.png);	
	color: #EFEBDE; padding: 6px;
	 border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-opera-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-shadow: #62400E 1px 1px 0px;

}




.abre_video {
	background: url(/imagens/fundo-madeira.jpg);	
	padding: 15px 20px;
	width: 250px; margin:0 auto;
	border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; 
	box-shadow: 0 10px 10px -8px #422B09 inset; border: 2px #C07F20 solid; border-top: none;
}

.abre_video a {
	background: #966721;	
	color: #E7E1CC; padding: 4px 10px; margin:0 auto;
	border-radius: 8px; cursor:pointer;
}

#portfolio {
    margin-top: 25px; padding-top:0;
}


.btn-primary{
	color: #FFF5D1; background: #AC240C; border: none;
}

.btn-primary:hover{
	color: #FFF5D1; background: #D53E23;
}

.btn-default {
	background: #FFFCF2; border:none; color: #875A17; padding: 5px 15px;
}

.btn-default:hover {
	background: #FDCD00; border:none; color:#62400E;
}

.bordas {
	padding: 5px;
	overflow:hidden;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-opera-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(209,209,209,1.00); 
	-moz-box-shadow: 1px 1px 2px 0px rgba(209,209,209,1.00);
	box-shadow: 1px 1px 2px 0px rgba(209,209,209,1.00);
	
}

.bordas2 {
    padding: 10px;
    border: 1px #E1E1E1 solid;
    border-radius: 0;
    background: #F7F7F7;
    box-shadow: none!important;
    resize: none;
	 border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-opera-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}






@media(min-width:768px) {
 
    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em; 
    }
	
     
}


@media(max-width:767px) {


	
.adesivos-home li.link{
	padding: 2px;
	padding-bottom: 5px;
	margin-bottom: 2px;

}

.adesivos-home li.link .titulo_adesivos{
	font-size:12px;
	margin: 1px 0;
	width: 100%; display:block;
	text-align:center;
	
}

.adesivos-home li.link .preco_adesivos{
	font-size:12px;
	margin: 0;
	width: 100%; display:block;
	text-align:center;
}

.adesivos-home li.link #solicita{
	font-size:12px;

}



.adesivos-home .adesivo-item{
	padding-left: 2px; padding-right: 2px;
	
}
	
.div_parceiros {
	height: auto;
}

.div_parceiros .parceiros_imagem {
	float: none; width: 100%; padding: 20px; margin-right: auto;
}

.div_parceiros .parceiros_infos {
	float: none; width: 100%; border-top: #E4E4E4 1px solid; padding: 20px; border-left: none;
}	
	

.btn-outline {
    margin-top: 5px;
	padding: 3px 5px;

   
}


#produtos {
	margin-top: 1000px;
	position: relative;
	z-index: 2;
}	


#produtos_home {
	margin-top: 100px;
	position: relative;
	z-index: 2;
}

#portfolio .portfolio-item .portfolio-link {
    max-width: 500px;
}

#portfolio .portfolio-item a.categorias .titulo{
	width: 100%;
	text-align:center;
	font-size: 70%;
	margin-top: 10px;
}

#portfolio .portfolio-item a.categorias p {
	width: 100%;
	text-align:center;
	padding: 15px;
	
}

#portfolio .portfolio-item .categorias{
	min-height: 230px;
	
 }


.infos {
	font-size:13px; padding:0 0 0 10px; text-align:left;
}

.redes{
	margin: 3px 20px 0 0;
}


.navbar .navbar-nav li a {
	background:#FFFFFF;
	font-size:14px;
    color: #750000;
	padding: 4px 5px;
	float:none;
	transition: all .3s ease-in-out;
	margin: 0;
}

.navbar .navbar-nav li a:hover {
	background: #FC0;
	color:#CD2709;
	border-radius:0;
	box-shadow:none;

}

section {
        padding: 75px 0;
    }

section.first {
        padding-top: 75px;
    }
	
.descricao {
	text-align: center; padding: 0; 
}

.titulo_produto {
	text-align: center; padding: 0; 
}

#pagina_container {
	margin: 120px 10px 0 10px;
	float: none;
}

#pagina_container .imagem_nutricao {
	height: 250px;
	
}

.body_1 {
	background-position: center 120px; 
}

.secao {
	margin: 130px 20px 20px 20px;
}

.secaohome {
	margin-top: 20px;
}

 .strike > span {
    
		font-size:20px;
	}
	



}

@media(min-width:992px) {
	

body {
    
	background-size:auto;
}

#produtos {
	margin-top: 150px;
	position: relative;
	z-index: 2;
}

.destaque {
	padding: 1px;
	overflow:hidden;
	margin-top: 125px;
}

}

@media(max-width:1199px) {
	.logo a.img img{
	width: 200px;
}

.logo a.img{
	top: -88px;
	left: 10px; 
}

}

@media(min-width:1540px) {
.boxpreto {
width: 30%; 
	}
}

@media(max-width:991px) {
	
.logo {

	border:none;
}

.logo a.img{
	top: 52px;
	left: 32px;
	width: 200px;
}

.logo a.img img{
	width: 180px;
}

.navbar-fixed-top.navbar-shrink {
   height: 124px;
	
	}
	
.navbar-header {
	height: 62px;
	padding:0;
	width: 100px;
	float:right;
	margin-top: 20px;
}

.navbar-toggle {
	background:#762112;
	border:none;
	margin-top: 4px;
	
}
	
.menu_retratil {
	width: 100%;
	list-style: none;
	padding:5px 0 0 0;
	position:fixed;
	top: 140px; z-index: 31;
	
}

.menu_retratil li {
	width: 100%;
	padding: 0;
}

.menu_retratil li a{
	font-size: 16px;
	width: 100%;
	display:block;
	padding: 12px;
	background:#FFFFFF;
}

.menu_retratil li a:hover{
	font-size: 16px;
	width: 100%;
	display:block;
	padding: 12px;
	background: #CD2709;
	color: #ECECEC;
}

.menu_retratil li a i{
	float:right;

	
}

.destaque {
	padding: 1px;
	overflow:hidden;
	margin-top: 120px;
}

#produtos {
	margin-top: 110px;
	position: relative;
	z-index: 2;
}	
	
#pagina_container {
	margin-top: 120px;
	position: relative; 
	z-index: 2;
}

footer .footer-col {
	height:auto; padding-bottom: 15px;
    margin-bottom: 20px; border-bottom:1px solid rgba(98,98,98,1.00);
	border-right: none;
	text-align: center;
}

footer .footer-col:last-child{
	border:none;
}

.inputbusca{
	width: 94%; margin: 0 10px; display:block; padding:0; float:left;
}

.inputbusca input, .inputbusca select{
	margin-top: 0px; font-size:13px;
}

.inputbusca .submitbusca{
	top: 0px;
}

.submitbusca button{
	padding:0 10px; margin:0;
   
}

.pagination>li>a, .pagination>li>span {
  
    padding: 8px 7px;
    line-height: 12px;
 
}

}

/* Content Animation */
.animated{
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}

@-webkit-keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}

@keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
}

.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}