/* CSS Document font-family: 'Roboto', sans-serif;*/
@font-face {
	font-family: 'Artely Inks PERSONAL USE';
	src: url('ArtelyInksPERSONALUSE.eot');
	src: url('ArtelyInksPERSONALUSE.eot?#iefix') format('embedded-opentype'),
		url('ArtelyInksPERSONALUSE.woff') format('woff'),
		url('ArtelyInksPERSONALUSE.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html{
	 height: 100%;
}
body{
	margin:0 auto;
	padding:0px auto;
	font: 15px 'Roboto', sans-serif;
	height: 100%;
	top: 0px !important;
}
.assinatura{
	float: right;
	margin-top: 0px !important;
}
.setaLeft{
	left: 15px;
	top: 50%;
	z-index: 1;
	position: absolute;
	cursor: pointer;
}
.setaLeft:hover{
	opacity: 0.5;
}
.setaRight{
	right: 15px;
	top: 50%;
	z-index: 1;
	position: absolute;
	cursor: pointer;
}
.setaRight:hover{
	opacity: 0.5;
}
.clear{
	clear:both;
}
.topo{	
	/*border-bottom: #fceea4 solid 1px;*/
	background-image: url(../images/bgTopo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position: fixed;
	width: 100%;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 28px -1px rgba(0,0,0,0.35);
}
.alinhaTopo{
	padding-top: 100px;
}
.topoBranco{
	background-color: #fff;
	min-height: 100px;
}
.topoAmarelo{
	background-color: #ffe100;
	padding-left: 0px;
}
.logotipo{
	margin-top: 30px;
}
.rasgadoTopoProdutos{	
	bottom: 0px;
	position: absolute;
}
.produtos{
	background-color: #fff;
	padding: 80px 0 80px 0;	
}
.alinhaProdutos{
	padding-bottom: 20px;
}
.alinhaProdutos .slick-dots{
	margin-bottom: 0px;	
}
.produtos h2{
	font-family: 'Artely Inks PERSONAL USE';
	color: #ffd800;
	text-align: center;
	margin: 0px;
	font-size: 4.5em;
	line-height: 1em;
	position: relative;
}
.produtos h1{
	color: #1d1815;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 6em;
	line-height: 0.5em;
}
.produtos h1 img{
	margin-top: -100px;
}
.produtosHome{
	background-image:url(../images/img-produtos.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 500px;
	background-size: contain;
}
.produtosHome.mudas{
	background-image:url(../images/img-produtos-mudas.jpg);
}
.produtosHome.deliria{
	background-image:url(../images/img-produtos-deliria.jpg);
}
.produtosHome p{
	text-align: right;
	font-size: 1.2em;
	line-height: 1.5em;
}
.btnAmarelo{
	background-color: #ffd800;
	border:none;
	padding: 15px 30px 15px 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.btnAmarelo:hover{
	background-color: #eac600;
}
.conheca{
	float: right;
}
.fazenda{
	background-image:url(../images/bgFazenda.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	min-height: 1100px;
}
.fazenda h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	text-align: center;
	color: #fff;
	padding-top: 100px;
	font-size: 3em;
	margin: 0px;
}
.fazenda h2{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	margin: 0px;
	font-weight: 700;
	padding-bottom: 30px;
}	
.fazenda p{
	text-align: center;
	color: #fff;
	padding-top: 20px;
	line-height: 1.5em;
	font-size: 1.2em;

	font-weight: 300;
	padding-left: 150px;
	padding-right: 150px;
}
.mudaEsquerda{
	top: 180px;
	left: 0px;
	position: absolute;
	z-index: 3;
}
.mudaDireita{
	top: 180px;
	right: 0px;
	position: absolute;
	z-index: 3;
}
.destaquesFazenda{
   padding-top: 100px;
   padding-bottom: 100px;
}
.destaquesFazenda .box img{
	margin: 0 auto;
}
.destaquesFazenda .box h3{
    color: #fff;
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
    margin: 0px;
}
.destaquesFazenda .box p{
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 300;
    margin: 0px;
    padding-top: 15px;
}
.contato{
	background-color: #111509;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}
.rasgadoContato{
	bottom: 0px;
	position: absolute;
	z-index: 5;
}
.contato h2{
    color: #fff;
    font-weight: 700;
    font-size: 4em;
    text-transform: uppercase;
}
.contato p{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 300;
	padding-right: 150px;
}
.form-horizontal .form-group-lg .control-label{
	font-weight: 300;
	font-size: 1em;
	text-align: right !important;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 14px;
}
.rodape{
	background-color: #111509;
	padding-bottom: 50px;
}
.rodape img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.rodape p{
	color: #fff;
	font-size: 0.9em;
	line-height: 1.5em;
}
.nav>li{
	border-right: #dbbe00 solid 1px;
	border-left: #ffed70 solid 1px;
}
.navbar-collapse{
	padding-left: 0px;
	padding-right: 0px;
}
.nav>li a{
	padding:40px 40px;
	color: #1d1815;
	text-transform: uppercase;
	transition: 0.5s;
}
.nav>li a:hover{
	background-color: #ffcc00;
	transition: 0.5s;
}
.navbar-toggle{
	margin-top: 30px;
    border: #1d1815 solid 1px;
}
.navbar-toggle:hover{
	background-color: #f8d801;
}
.navbar-toggle .icon-bar{
	background-color: #1d1815;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color: #fff;
}
.dropdown-menu{
	padding:0px;
	margin-left:-1px;
	top:99px;
	border:0px;
}
.dropdown-menu>li>a{
	padding:20px 40px 20px 40px;
}
.dropdown-menu>li>a:hover{
	background-color: #f5f5f5;
}
.icoFacebook{
	position: absolute;
	right: 0px;
	top: 25px;
}
.icoFacebook:hover{
	opacity: 0.5;
}
.icoEmail{
	position: absolute;
	right: 50px;
	top: 25px;
}
.icoEmail:hover{
	opacity: 0.5;
}
/*--MACADAMIA--*/
.topoInterno{
	padding-bottom: 100px;
}
.bgTopoMacadamia{
	background-image: url(../images/bgTopoMacadamia.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
}
.topoInterno h1{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 12em;
	line-height: 0.7em;
	margin: 0px;
	padding-top: 380px;
	text-shadow: 0 10px 50px #d4cec8;
}
.topoInterno h2{
	font-family: 'Artely Inks PERSONAL USE';
	text-align: center;
	color: #9f7969;
	font-size: 5em;
	line-height: 1em;
	margin: 0px;
	padding-bottom: 150px;
}
.topoInterno h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1d1815;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-right: 0px;
	margin: 0px;
	font-style: italic;
}
.topoInterno p{
	text-align: right;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	padding-left: 100px;
}
.poteMacadamia{
	background-image: url(../images/poteMacadamia.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
#anima{
	animation-name: anima;
    animation-duration: 2s ;
    
}
@keyframes anima {
    0%   {background-position: center -300px;}
    50% {background-position: center -300px;}
    100%   {background-position: center top;}
}
.orcamento{
	background-color: #ffd800;
	padding: 50px 0;
}
.orcamento .ico{
}
.orcamento p{
	font-size: 3.9em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0 20px 40px;
	color: #1d1815;
	line-height: 1em;
}
.curiosidade{
	padding-top: 50px;
	background-image: url(../images/img-curiosidade.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 50%;
	padding-bottom: 140px;
}
.curiosidade h2{
	color: #ffd800;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 800px;
	margin-bottom: 30px;
	padding-top: 80px;
}
.curiosidade h2 span{
	border-bottom: #ffd800 solid 3px;
}
.curiosidade p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	line-height: 1.5em;
	font-style: italic;
}

.curiosidadeDois{
	padding-top: 50px;
	background-image: url(../images/img-curiosidadeDois.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 35%;
	padding-bottom: 140px;
}
.curiosidadeDois h2{
	color: #ffd800;
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 800px;
	margin-bottom: 30px;
	padding-top: 80px;
}
.curiosidadeDois h2 span{
	border-bottom: #ffd800 solid 3px;
}
.curiosidadeDois p{
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: right;
}
.listra{
	margin-top: 30px;
}
.nutricional{
	background-image: url(../images/nutricional.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;	
	padding-bottom: 200px;
}
.nutricional .informacao{
    background-color: #111509;
    min-height: 700px;
}
.nutricional .informacao h2{
	color: #ffd800;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 80px;
	font-size: 1.5em;
	margin: 0px;
}
.nutricional .informacao p{
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5em;
	padding: 15px 10% 40px 10%;
}
.nutricional .duvida{
	background-color: #fff;
	 min-height: 700px;
}
.nutricional .duvida h3{
    color: #ffd800;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 70px;
	padding-left: 50px;
	font-size: 1.5em;
	margin: 0px;
}
.nutricional .duvida h2{
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.5em; 
	padding-top: 0px;
	margin: 0px;
	padding-right: 40px;
}
.nutricional .duvida p{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 1.7em;
	line-height: 1.5em;
	color: #1d1815;
	font-weight: 300;
}

.list-group li{
	background-color: transparent !important;
	border: none;
	border-bottom: #2d3125 solid 1px; 
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1em;
	font-weight: normal;
}
.badge{
	background-color: transparent !important;
	font-size: 1em;
	font-weight: normal;
}
.setaEsquerda{
	right: 180px;
	bottom: 60px;
	position: absolute;
}
.setaEsquerda:hover{
	opacity: 0.8;
}
.divisao{
	right: 145px;
	bottom: 50px;
	position: absolute;
}
.setaDireita{
	right: 70px;
	bottom: 60px;
	position: absolute;
}
.setaDireita:hover{
	opacity: 0.8;
}
.rasgadoNutricional{
	padding-bottom: 200px;
}
/*--EMPRESA--*/
.bgTopoEmpresa{
	background-image: url(../images/topoEmpresa.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
	background-attachment: fixed;
}
.manchaVerde{
	background-image: url(../images/manchaVerde.png);
	background-repeat: no-repeat;
	padding-bottom: 150px;
}
.manchaVerde h1{
	color: #fff;
	text-shadow: 0 10px 50px #5f6d3a;
}   
.manchaVerde h2{
	color: #ffd800;
}
.manchaVerde h3{
	color: #fff;
	font-size: 1.7em;
}
.manchaVerde p{
	color: #fff;
	font-size: 1.5em;
}
.rasgadoVerde{
 margin-bottom: -70px;
 z-index: 1;
 position: relative;
}
.curiosidadeDois.empresa{
	 background-image: url(../images/macadamia-empresa.jpg);
}
.galeriaEmpresa img{
	float: left;
}
/*--Deliria--*/
.premium{
	 background-image: url(../images/img-premium.jpg);
}
.premium p{
	font-size: 1.3em;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-style: inherit;
}
.curiosidadeDois.macadamia{
	 background-image: url(../images/curiosidade-deliria.jpg);
	 padding-bottom: 150px;
}
.deliria{
    background-image: url(../images/bg-topo-deliria.jpg);
    background-position: center top;
    background-size: contain;
}
.deliria h1{
	font-size: 4em;
	text-transform: inherit;
	color: #ffd800;
	padding-top: 0px !important;
	text-shadow: 0 0 0 #FFFFFF;
}
.deliria h2{
	font-size: 6em;
	padding-bottom: 50px;
}
.deliria h3{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	padding-left: 10%;
	padding-right: 10%;
}
/*--Deliria--*/
.bgTopoPomares{
	background-image: url(../images/topoPomares.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 500px;
	background-size: cover;
	background-attachment: fixed;
}
.manchaMarrom{
	background-image: url(../images/manchaMarrom.png);
	background-repeat: no-repeat;
	padding-bottom: 150px;
}
.manchaMarrom h1{
	color: #fff;
	text-shadow: 0 10px 50px #32261c;
	font-size: 7em;
	line-height: 1em;
}   
.manchaMarrom h2{
	color: #ffd800;
}
.manchaMarrom h3{
	color: #fff;
	font-size: 1.7em;
}
.manchaMarrom p{
	color: #fff;
	font-size: 1.5em;
}
.pomares p{
	font-size: 1.3em;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-style: inherit;
}
.destaques{
	padding-top: 100px;
}
.destaques img{
	margin: 0 auto;
	display: block;
}
.destaques h4{
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
}
.destaques p{
	text-align: center !important;
	color: #d8d7d6;
	font-size: 1em;
	line-height: 1.6em;
	padding:0px !important;
}
.video{
  margin-top: 170px;
  margin-bottom: 70px;
}

.pedido{

}
.pedido h1{
	font-size: 11em;
	text-transform: inherit;
	color: #ffd800;
	padding-top: 200px !important;
	text-shadow: 0 0 0 #FFFFFF;
	text-transform: uppercase;
}
.pedido h2{
	font-size: 6em;
	padding-bottom: 50px;
}
.carrinho button{
   float: right;
}
.carrinho p{
    text-align: left;
    padding-left: 0px;
    padding-top: 10px;
}
.carrinho img{
	display: initial;
	margin-right: 10px;
	margin-top: -10px;
}
.alinhaBoxPedido{
	padding-bottom: 100px;
}
.boxPedido{
	padding: 9px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px 0 #D9D9D9;
    box-shadow: 0 0 30px 0 #D9D9D9;
    margin-bottom: 30px;
  
    position: relative;
}
.boxPedido .img{
    height: 180px;
    background-color: #000;
    background-image: url(../images/pedido1.jpg);
    background-size: cover;
}
.boxPedido h3{
	font-size: 1.2em;
	color: #000;
	text-transform: uppercase;
	padding-left: 15px;
	margin: 0px;
	padding-top: 35px;
}
.boxPedido h2{
	text-transform: uppercase;
	padding-left: 15px;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 15px;
	font-size: 2em;
}
.boxPedido p{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 30px;
	min-height: 120px;
}
.boxPedido button{
	width: 100%;
}
/*--pedido--*/
.lightPedido{
	-webkit-box-shadow: 0 0 30px 0 #D9D9D9;
    box-shadow: 0 0 30px 0 #D9D9D9;
    padding: 18px;
    margin-bottom: 200px;
    position: relative;
}
.lightPedido h2{
	padding-left: 40px;
	padding-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 3em;
	margin-bottom: 40px;
	
}
.lightPedido h2 span{
	border-bottom: #000 solid 4px;
}
.opcao{	
	padding: 15px;
	min-height: 320px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.opcao img{
	margin: 0 auto;

}
.opcao h3{
	text-align: center;
	text-transform: uppercase;
	color: #ffd800;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	font-size: 1.8em;
	padding-left: 20px;
	padding-right: 20px;
}
.opcao:hover{
    -webkit-box-shadow: 0 0 0 5px #d4d4d4;
    box-shadow: 0 0 0 5px #d4d4d4;
    cursor: pointer;
}
.opcao.ativo{
	-webkit-box-shadow: 0 0 0 5px #ffd800;
    box-shadow: 0 0 0 5px #ffd800;
}
.marrom{
	background-color: #9f7969;
	margin-right: 15px;
}
.marrom:hover{
	background-color: #916f60;
}
.resumo{
	font-size: 2em;
	text-transform: uppercase;
	padding-left: 25px;
	font-weight: bold;
	padding-top: 0px;
}
.resumo span{
	color: #ffd800;
}
.quant{
	padding-top: 20px;
}
.quant label{
	padding-left: 10px;	
	text-transform: uppercase;
	font-size: 2em;	
	float: left;
	padding-right: 30px;
}
.quant input{
	padding-left: 10px;	
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.infoLight{
    padding-left: 25px;
    padding-bottom: 40px;
}
.close{
	position: absolute;
	right: 20px;
	top: 20px;
}
.amarelo{
	color: #ffd800;
}
/*--finalizar pedido--*/
.finalizarPedido{
	padding-bottom: 180px;
}
/*--pedido mudas--*/
.mudas h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: inherit;
	text-transform: none;
	font-style: italic;
	padding-top: 25px;
}
.mudas h4{
	font-weight: bold;
	padding-left: 15px;
	font-size: 0.9em;
}
.alinhaQuantidade{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.bgEntrega{
	background-image: url(../images/bg-entrega.png);
	background-repeat: no-repeat;
}
.bgEntrega h2{
	color: #000000;
	padding-top: 30px;
}
.bgEntrega h2 span{
	border-bottom-color: #000000;
}
.caminhao{
	background-image: url(../images/caminhao.png);
}
.excluir{
	margin-top: 7px;
	cursor: pointer;
}
@media (min-width:1920px) and (max-width:2000px){/*lg - notbook-tela grande*/
.rasgadoContato{
	z-index: 0;
}
}


@media (min-width: 1025px) and (max-width:1919px) {/*md - notbook*/
.nav>li a{
	padding:40px 25px;
	color: #1d1815;
	text-transform: uppercase;
}
.topoInterno h1{
	font-size: 9em;
}
.topoInterno h2{
	font-size: 4em;
}
.nutricional .duvida p{
	font-size: 1.5em;
}
.deliria h1{
	font-size: 4em;
	text-transform: inherit;
	color: #ffd800;

}
.deliria h2{
	font-size: 6em;
	padding-bottom: 50px;
}
.deliria h3{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	padding-left: 10%;
	padding-right: 10%;
}
.deliria{
	background-position: center 120px;
}
.opcao h3{
	font-size: 1.5em;
}
.fazenda{
	overflow: hidden;
}
.mudaDireita{
	right: -100px;
}
.mudaEsquerda{
	left: -100px;
}
}
/*ENTRE O NOT e o IPAD APENAS*/
@media (min-width: 991px) and (max-width : 1023px){

}
/*fim-ENTRE O NOT e o IPAD APENAS*/

@media (min-width: 768px) and (max-width:1024px) {/*sm - tablet*/
	.produtosHome{
		min-height: 500px;
	}
	.produtosHome p{
		text-align: center;
		padding-bottom: 80px;
	}	
	.fazenda p{
		padding-left: 0px;
		padding-right: 0px;
	}
	.contato h2{
		font-size: 3em;
	}
	.contato p {
		padding-right: 50px;
	}
	.nav>li a{
	padding:40px 15px;
	color: #1d1815;
	font-size: 1em;
	text-transform: uppercase;
}
.icoEmail{
	display: none;
}
.topoInterno h1{
	font-size: 7em;
}
.topoInterno h2{
	font-size: 3em;
}
.orcamento p{
	font-size: 3em;
}
.curiosidade p{
	font-size: 1.2em;
}
.topoInterno h1{
	padding-top: 250px;
}
.logotipo{
	margin-top: 35px;
}
.nutricional .duvida h2{
	line-height: 1.2em;
}
.nutricional .duvida p{
	font-size: 1.3em;
}
.deliria h1{
	font-size: 3em;
	text-transform: inherit;
	color: #ffd800;
}
.deliria h2{
	font-size: 4em;
	padding-bottom: 50px;
}
.deliria h3{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	padding-left: 10%;
	padding-right: 10%;

}
.deliria{
	background-position: center 120px;
}
.manchaMarrom p{
	padding-left: 0px;
}
.opcao h3{
	font-size: 2em;
}
.destaquesFazenda .box{
	height: 350px;
}
.fazenda{
	overflow: hidden;
}
.mudaDireita{
	right: -100px;
}
.mudaEsquerda{
	left: -100px;
}
}

@media (min-width : 320px) and (max-width : 767px) {/*xs - celular*/
	.assinatura{
	float: initial;
	margin: 0 auto;
	padding-top: 40px;

}
	.produtos h2{
		font-size: 2.5em;
	}
	.produtos h1{
		font-size: 3em;
	}
	.produtos h1 img{
		display: none;
	}
	.produtosHome{
		min-height: 500px;
	}
	.produtosHome p{
		text-align: center;
		padding-bottom: 15px;
	}
	.btnAmarelo{
		width: 100%;
	}
	.fazenda p{
		padding-left: 30px;
		padding-right: 30px;
	}
	.mudaEsquerda{
		display: none;
	}
	.mudaDireita{
		display: none;
	}
	.contato h2{
		text-align: center;
		font-size: 2em;
	}
	.contato p{
		text-align: center;	
		padding-right: 0px;
	}
	.form-horizontal .form-group-lg .control-label{	
	padding-left: 15px;
    }
    .rodape img{
    	margin: 0 auto;

    }
    .rodape p{
    	text-align: center;
    	padding-top: 20px;
    }
.topoInterno h1{
	font-size: 3em;
	padding-top: 160px;
}
.topoInterno h2{
	font-size: 1.7em;
	padding-bottom: 40px;
}
.topoInterno h3{
	font-size: 1.2em;
}
.topoInterno p{
	padding-left: 0px;
	text-align: left;
	padding-top: 40px;
}
.orcamento p{
	font-size: 2em;
	padding-left: 20px;
}
.curiosidade{
	background-image: none;
	padding-bottom: 0px;
}
.curiosidade p{
	font-size:1.2em;
}
.curiosidadeDois{
	background-image: none;
}
.curiosidadeDois p{
	text-align: left;
	font-size: 1.2em;
}
.listra{
	margin-top: 0px;
}
.orcamento .ico{
	width: 50px;
}
.orcamento p{
	font-size: 1.2em;
	padding-left: 10px;
}
.curiosidade h2{
	font-size: 1.7em;
	padding-top: 10px;
}
.nutricional .duvida h3{
	font-size: 1.3em;
}
.nutricional .duvida h2{
	font-size: 1.3em;
}
.nutricional .duvida p{
	font-size: 1.2em;
}
.nutricional{
	padding-bottom: 50px;
}
.nutricional .informacao h2{
	font-size: 1.3em;
}
.nutricional .informacao p{
	font-size: 1.2em;
}
.nutricional .informacao{
	padding-bottom: 40px;
}
.rasgadoNutricional{
	padding-bottom: 50px;
}
.curiosidadeDois.empresa{
	 background-image: none;
}
.deliria{
	background-position: center 100px;
}
.deliria h1{
	font-size: 2em;
	line-height: 1em;
	text-transform: inherit;
	color: #ffd800;
}
.deliria h2{
	font-size: 2em;
	line-height: 0.7em;
	margin: 0px;
	padding-bottom: 50px;
	padding-top: 10px;
}
.deliria h3{
	padding-left: 0px;
	padding-right: 0;
}
.curiosidadeDois.macadamia{
	background-image: none;
}
.uf{
	margin-top: 5px;
}
.manchaMarrom{
	background-position: center -300px;
}
.manchaMarrom h2{
	font-size: 2.2em;
}
.manchaMarrom p{
	font-size: 1.2em;
}
.video{
  margin-top: 30px;
}
.marrom{
	margin-top: 5px;
	margin-right: 0px;
}
.opcao h3{
	font-size: 1.5em;
}
.lightPedido h2{
	font-size: 2em;
}
.resumo{
	padding-left: 0px;
	font-size: 1.5em;
}
.quant{
	padding-left: 0px;
}
.quant label{
	padding-left: 0px;
	font-size: 1.5em;
	padding-top: 5px;
}
.quant input{
	margin-left: 0px;
	width: 120px;
}
.infoLight{
	padding-left: 0px;
}
.bgEntrega{
	padding-bottom: 50px;
}
.caminhao{
	background-image: none;
}
.navbar-nav{
  margin: 0px;
  margin-top: 11px;
}
.nav>li{
	border: none;
}
.logotipo{
	    padding: 25px 20px 25px 30px;
    margin-top: 0;
    background-color: #fff;
    margin-left: 0px;
}
.topoAmarelo{
	padding-bottom: 11px;
	padding-right: 0px;
	border-bottom: #fff solid 1px;
}
.navbar-toggle{
  margin-right: 25px;
}
.alinhaTopo{
	padding-top: 80px;
}
.produtosHome.deliria{
	background-position: center bottom;
}
}

/***** Modal *****/
 
#modal-video .modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
 
#modal-video .modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
#modal-video .modal-body {
    padding: 0 25px 25px 25px;
}
 
#modal-video .modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
#modal-video .modal-header, .modal-footer {
    border: 0;
}
 
#modal-video .modal-header .close {
    float: none;
    margin: 0;
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    z-index: 1;
}