@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
.intro-texto{
	width: 90%;
	margin:0 auto;
}
.intro-texto h1{
	font-family: 'Neucha', cursive;
	color:#d60707;
}
.intro-texto p{
	font-size: 18px;
	line-height: 40px;
}
.cx-destaque{
	float:left;
	width: 30%;
	margin-right: 35px;
}
.cx-destaque img{
	width:100%;
}
.cx-destaque h2{
	font-family: 'Neucha', cursive;
	color:#d60707;
	font-size: 24px;
}
.cx-destaque h3{
	color:#006b05;
	font-size:18px;
}
.cx-destaque h3 span{
	color:#006b05;
	font-family: 'Dancing Script', cursive;
	font-size:24px;
}
.cx-destaque p{
	font-size:14px;
	line-height: 21px;
}

.produtos h1{
	font-family: 'Neucha', cursive;
	color:#d60707;
	text-align:center;
	font-size:36px;
}
.convencionais{
	float:left;
	width:50%;
}
.higienizados{
	float:right;
	width:50%;
}
#texto-convencionais{
	position:relative;
	top: -300px;
	right:5%;
	bottom:20px;
	z-index:10;
	color:#fff;
	font-size: 50px;
	text-align:center;
	font-weight:700;
	font-family: 'Neucha', cursive;
}

.hoverzoom { 
	position: relative; 
	width: 100%; 
	overflow: hidden;
}
.hoverzoom > img { 
	width: 100%; 
	border-radius: 2px; 
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover > img { 
	-webkit-transform: scale(1.5); 
	-moz-transform: scale(1.5); 
	-ms-transform: scale(1.5); 
	-o-transform: scale(1.5);
	 transform: scale(1.5);
 }
.hoverzoom .retina{ 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0;
	opacity: 0; 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5); 
	border-radius: 2px; 
	text-align: center; 
	padding: 30px; 
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000); 
}
.hoverzoom:hover .retina { 
	opacity: 1; 
	box-shadow: inset 0 0 100px 50px rgba(0,0,0,.5); 
}
.hoverzoom .retina p{ 
	color: #fff;
}
.hoverzoom .retina h2{ 
	color: #fff;
	font-family: 'Neucha', cursive;
	font-size: 36px;
}
.hoverzoom .retina a { 
	display: block; 
	width: 150px; 
	background: #6fc5e9; 
	border: 1px solid #59afd4; 
	border-radius: 4px; 
	color: #fff; 
	text-decoration: none; 
	text-align: center; 
	padding: 10px 15px; 
	margin: 16px auto 0;
}



.receitas-bg{
	background:url(../imagens/receitas.png);
	height:500px;
	background-repeat:no-repeat;
}
.receitas-tx {
	float:right;
	width:40%;
	border:1px solid #000;
	padding: 2px 30px 30px 300px;
	margin-top:50px;
}
.receitas-tx a{
	font-size:18px;
	text-decoration:none;
	color:#333333;
}
.receitas-tx a:hover{
	font-size:18px;
	text-decoration:none;
	color: #FF6600;
}
.receitas-tx h1{
	font-family: 'Neucha', cursive;
	color:#d60707;
	text-align:center;
	font-size:41px;
}
.empresa{
	background-image:url(../imagens/img-empresa.jpg);
    min-height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 15px 15px 50px 15px;
}
.empresa-tx{
	float:left;
	width:50%;
	color:#FFFFFF;
}
.empresa-tx p{
	text-align:left;
	font-size:18px;
}
.empresa-tx h1{
	font-size:41px;
	text-align:left;
	color:#FFFFFF;
}
.empresa-tx a{
	color:#FFFFFF;
	background:#61a647;
	padding:10px 25px;
	text-decoration:none;
	border-radius: 5px;
	text-align:left;
}
.empresa-tx a:hover{
	color:#FFFFFF;
	background:#026930;
}

@media all and (max-width : 1109px) {
.cx-destaque{
	width: 28%;
	margin-right: 25px;
}
}
@media all and (max-width : 653px) {
.cx-destaque{
	width: 95%;
	margin-right: 15px;
}
.convencionais{
	float:left;
	width:100%;
}
.higienizados{
	float:right;
	width:100%;
}
.empresa-tx{
	width:100%;
}
}
