/*
Theme Name: Iti Alimentos v1 2019
Theme URI: http://itialimentos.com.br;
Author: Joao Neris - Defoco
Author URI: http://defoco.com.br;
*/

@font-face {
	font-family: "it";
	src: url('css/a-little-sunshine.ttf');
}

@font-face {
	font-family: 'Alexa Std';
	font-style: normal;
	font-weight: normal;
	src: local('css/Alexa Std'), url('css/AlexaStd-Regular.woff') format('woff');
}

@font-face {
	font-family: "bookshop";
	src: url('css/old-bookshop.ttf');
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #ef9302; 
}
::-webkit-scrollbar-thumb:hover {
  background: darkgray; 
}

body {
	background: url('images/banner/bg-full.jpg');
	color: white;
	font-weight: lighter;
}

::selection {
	background: #ef9302;
	color: white;
}

.defoco::after {
	content: url('images/defoco.png');
	display: inline-block;
	vertical-align: middle;
}

.defoco {
	color: #F37021;
}

.defoco:hover {
	text-decoration: underline;
	color: #F37021;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}

#cookies {
    min-width: 345px;
    left: 0;
    right: 0;
    z-index: 9000;
    box-shadow: rgb(0 0 0 / 14%) 0 -3px 4px 2px;
    max-width: 960px;
    box-shadow: 0 3px 17px rgb(0 0 0 / 15%);
    padding: 25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    bottom: 12px;
	width: 95%;
}

.main {
	background: rgba(0,0,0,0.5);
}

.space-one {
	padding-top: 4em;
	padding-bottom: 4em;
}

.space-two {
	padding-top: 3em;
	padding-bottom: 3em;
}

.space-tree {
	padding-left: 2em;
	padding-right: 2em;
}

.space-four {
	padding-top: 1em;
	padding-bottom: 1em;
}

h2 {
	font-family: "it";
	text-transform: uppercase;
}

a, a:hover, a:active, a:link {
	text-decoration: none;
	color: inherit;
}

.slide1, .slide2, .slide3 {
	width: 100%;
	height: 45rem;
}

@media(min-width: 1400px){
	.slide1, .slide2, .slide3 {
	width: 100%;
	height: 50rem !important;
  }
}

.bg {
	background-size: cover !important;
	background-repeat: no-repeat !important;	
	position: relative !important;
	z-index: 0;
}

@media(min-width:768.1px){
	.bg{
		background-position: bottom center !important;
     }
}

@media(max-width:768px){
	.bg-1{
		background-position: center center !important;
     }
	
	.bg-2{
		background-position: 0 center !important;
	}
}

.b-gray {
	background:#3B3B3B;
}

.btn {
	border-radius: 50px;
	color: white;
	background: #ef9302;
	box-shadow: none !important;
	background-size: 300% 100%;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn:hover {
	background-position: 90% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn:focus {
	outline: none;
}

.btn:hover {
	background-image: linear-gradient(to right, #f5ce62, #e43603, #e85a19);
	box-shadow: 0 4px 20px 0 rgba(229, 66, 10, 0.75);
}

*, *::before, *::after {
	transition: all .3s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mobile {
	display: none;
}

.icones {
	background:transparent;
	font-size: 1.2rem;
	color: white;
	height: 0;
	padding-right: 2.1em;
	z-index: 999;
	margin-top:2em;
}

.icones i {
	padding: 0px 5px;
}

i:hover {
	color: #efb333;
	cursor: pointer;
}

.borda {
	box-shadow: 0px 11px 8px -10px rgba(255,255,255,0.5),
	0px -11px 8px -10px rgba(255,255,255,0.5);
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: background 0.4s, all 0.3s linear;
    -o-transition: background 0.4s, all 0.3s linear;
    transition: background 0.4s, all 0.3s linear;
}

.navbar {
	background: transparent !important;
	position: relative;
}

.navbar-brand {
    max-width: 8em;
    padding: 0em 1em;
}

.navbar-brand img {
	max-width: 100%;
}

.nav-item {
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-toggler {
	position: absolute;
}

.nav-link:hover {
	background: #efb333;
	color: black;
}

#overlay-nav {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.35s, visibility 0.35s, height 0.6s ease;
	transition: opacity 0.35s, visibility 0.35s, height 0.6s ease;
}

#overlay-nav.active {
	width: 100%;
	height: 100%;
	opacity: 100;
	visibility: visible;
}

#nav-content {
	position: relative;
	z-index: 999;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#nav-content ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

#nav-content ul li a {
	width: 100%;
	padding: 2% 0;
	display: block;
	font-weight: 100;
	font-size: 1.5em;
	letter-spacing: 0.6px;
	text-decoration: none;
	color: rgb(255, 255, 255);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#nav-content ul li a:hover {
	background: #efb333;
}

#top, #middle, #bottom {
	width: 100%;
	height: 4px;
	background: rgb(255, 255, 255);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#middle {
	margin: 4px 0;
}

.home-slider {
	width: 100%;
	height: auto;
	margin: 0;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

/* .slide1, .slide2, .slide3 {
	width: 100%;
	height: 50em;
	background-position: bottom center;
} */

.text-slide1 {
	position: relative;
	color: white;
	font-weight: 300;
	font-size: 3.5rem;
	padding: 6em 0em;
	text-shadow: 5px 5px 10px black;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	cursor: pointer;
}

.carousel-indicators .active {
	background-color: #efb333 !important;
}

h2 {
	font-size: 3rem;
}

h2:not(.not-line)::before {
	position: absolute;
	background: rgba(255,255,255,0.3);
	top: 29px;
	left: 0;
	display: inline-block;
	width: 35%;
	height: 1px;
	content: "";
}

h2:not(.not-line)::after {
	position: absolute;
	background: rgba(255,255,255,0.3);
	top: 29px;
	right: 0;
	display: inline-block;
	width: 35%;
	height: 1px;
	content: "";
}

.sobre p {
	line-height: 2;
}

.sobre h2::before {
	top: 29px;
}

.sobre h2::after {
	top: 29px;
}

.sobre .btn {
	padding: 0.5em 8em;
}

.produtos h2::before {
	top: 30px;
	left: 30px;
	width: 30%;
}

.produtos h2::after {
	top: 30px;
	right: 30px;
	width: 30%;
}

.quadro {
	box-shadow: 3px 10px 20px black;
}

.desc-produto {
	background:#2B2B2B;
	width: 60%;
	margin: 0 auto;
	line-height: 2.5;
	border-radius: 30px;
	text-transform: uppercase;
}

.title-prod {
	text-transform: uppercase;
	color: #efb333;
	font-size: 1.2rem;
}

.produts {
	width: 10em;
	height: 10em;
	margin: 0 auto;
	background: #FFF;
	border-radius: 100%;
	border: 5px solid #efb333;
	background-size: contain !important;
}

.produts:hover {
	border: 5px solid #FFF;
	cursor: pointer;
}

.owl-prev i, .owl-next i {
	font-size: 2rem;
	color: #FFF;
}

.owl-prev i:hover, 
.owl-next i:hover {
	color: #efb333;
}

.owl-theme .owl-nav [class*=owl-] {
	background: none !important;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}

.dicas:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 6%;
	width: 27em;
	height: 70%;
	background: url(images/chef.png) no-repeat center center/cover;
	z-index: -9999;
}

.dicas h2::before, .dicas-page h2::before {
	width: 28%;
}

.dicas h2::after, .dicas-page h2::after {
	width: 28%;
}

.dicas strong {
	font-size: 1.8rem;
	margin: 0;
	line-height: 1.5;
	font-weight: lighter;
}

h2 + p {
	margin: 0;
	line-height: 2;
	font-size: 1.3rem;
}

h3 {
	font-family: 'bookshop';
	font-size: 2rem;
}

.receita {
	background: url(images/fundo-receita.jpg);
	color: #040404;
	padding: 0.5em 0.5em 3em 0.5em;
	font-size: .8rem;
}

.area-img-receita {
	width: 100%;
	height: 12em;
	background: #2B2B2B;
}

.receita .btn {
	padding: 0.5em 2.8em;
}

h5 {
	font-family: 'Alexa Std';
	font-size: 1.7rem;
	color: #504533;
	padding-top: 20px;
}

.videos {
	background: url(images/fundo-receita.jpg);
	color: #040404;
	padding: 0.5em;
}

.videos a {
	font-size: 1.1rem;
	cursor: pointer;
}

.videos a:hover i {
	color: red;
}

.thumb {
	width: 100%;
	height: 8em;
	background: #2B2B2B;
}

.maisrec .btn {
	padding: 0.5em 1.8em;
}

.container-fluid {
	padding-right: 80px !important;
	padding-left: 80px !important;
}

.revendas h2::before, .revendas h2::after {
	display: none;
}

.revendas .quadro {
	padding: 2em 8em;
}

.fones {
	font-size: 2rem;
}

.desc-quadro .btn {
	padding: 0.5em 3em;
}

.atendimento a:hover {
	color: #efb333;
}

h4 {
	text-transform: uppercase;
	color: #efb333;
	font-weight: lighter;
}

.contats {
	list-style: none;
	padding: 0;
}

.contats li {
	line-height: 2;
	font-size: 1.3rem;
}

.social i {
	font-size: 2rem;
	padding: 0px 10px;
}

.atendimento .btn {
	padding: 0.5em 2em;
}

.form {
	width: 100%;
	padding: 10px;
	background:#f8f8f8;
	border:1px solid rgba(0, 0, 0, 0.075);
	box-shadow: none;
	border-radius: 10px;
	margin-bottom:15px;
	color:#727272 !important;
	font-size:13px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.form:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #efb333;
}

input {
	position: relative;
}

.textarea {
	height: 126px;
	max-height: 126px;
	max-width: 100%;
}

.detalhes .textarea {
	height: 200px;
	max-height: 200px;
	max-width: 100%;
}

.detalhes .btn {
	padding: 0.5em 5em;
}

.contact-form .btn {
	padding: 0.5em 3em;
}

.temperos:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 28em;
	height: 100%;
	background: url(images/temperos.png) no-repeat center center/cover;
	z-index: -9999;
}

footer {
	background: black;
}

footer p {
	margin: 0;
	padding: 1em 0em;
	font-size: 1.1rem;
}

.scroll-top {
	position: fixed;
	z-index: 1000;
	bottom: 10%;
	right: 2%;
	cursor:pointer;
}

.scroll-top .link-top {
	border-radius: 50%;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #ef9302;
	transition: all .3s ease-in-out;
	line-height: 50px;
	text-align: center;
	color: black;
	opacity: .5;
}

.scroll-top .link-top:hover {
	opacity: 1;
}

.produtos h4, h4.title-maior {
	font-size: 2.5rem;
	line-height: 2;
}

.area-produto {
	width: 100%;
	background: #3B3B3B;
	padding: 0.5em 0.5em 1em 0.5em;
	font-size: .9rem;
	box-shadow: 3px 10px 20px black;
	margin-bottom: 50px;
}

.pro {
	width: 100%;
	height: 16em;
	background: white;
	margin-bottom: 10px;
	background-size: contain !important;
}

.area-produto strong {
	color: #efb333;
	line-height: 3;
	text-transform: uppercase;
}

.area-produto span {
	font-weight: lighter;
	line-height: 3;
}

.area-produto .btn {
	padding: 0.5em 3em;
}

.dicas-link {
	background: rgba(0,0,0,0.3);
	padding: 2em;
	font-family: "it";
	font-size: 1.2rem;
}

.dicas-link .icon {
	display: block;
	font-family: "Flaticon";
	line-height: 1.2;
}

.dicas-link .icon:before {
	font-size: 60px;
	margin: 0;
}

.dicas-link .icon:hover:before {
	font-size: 70px;
}

.dicas-page .btn {
	padding: .8em 5em;
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.area-movie {
	width: 100%;
	height: 23em;
	background: white;
}

.siga i {
	font-size: 3rem;
	padding: 0px 10px;
}

.area-face {
	width: 100%;
	height: 15em;
	background: white;	
}

.page-link {
	padding: .5rem .75rem;
	margin-left: 5px;
	line-height: 1.25;
	font-size: 1.5rem;
	color: white;
	background: none;
	border: none;
}

.page-link:hover {
	color: black;
	background: #efb333;
}

.img-produto {
	width: 100%;
	height: 30em;
	border-radius: 10px;
	background: white;
	background-size: contain !important;
}

.area-receita {
	width: 100%;
	height: 30em;
	background: #3B3B3B;
	border-radius: 10px;
}

.desc-rec {
	border-radius: 5px;
	padding-top: 1em;
}

.desc-rec h1 {
	font-family: 'it';
	color: #efb333;
	line-height: 2;
	font-size: 3.5rem;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 0.8em;
}

.desc-rec h4 {
	margin: 1.5em 0em;
}

.recipe h2::before, .recipe h2::after  {
	display: none !important;
}

@media (max-width: 1200px) {

	.text-slide1 {
		padding-top: 30%;
	}

	.slide1, .slide2, .slide3 {
		height: 50em;
	}

	.container-fluid {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.social {
		text-align: right;
	}

	.dicas:after {
		display: none;
	}
}

@media (max-width: 992px) {
	header {
		width: 100%;
	}

	.icones {
		display: none;
	}

	.logo .mobile {
		display: block;
		width: 4em;
	}

	.buton-responsivo {
		right: 0;
		top: 30%;
		position: absolute;
	}
}

@media (max-width: 768px) {
	.slide1, .slide2, .slide3 {
		height: 40em;
	}

	.text-slide1 {
		font-size: 3rem;
	}

	.sobre {
		text-align: center;
	}

	.desc-produto {
		display: none;
	}

	.revendas .quadro {
		padding: 2em 1em;
	}

	.social {
		text-align: left;
	}

	h2::before, h2::after  {
		display: none;
	}

	.pimenta {
		display: none;
	}
}

@media (max-width: 576px) {
	.text-slide1 {
		display: none;
	}
	
	.navbar-brand {
		padding: 0;
	}

	.slide1, .slide2, .slide3 {
		height: 30em;
	}

	h2 {
		font-size: 2rem;
	}

	.desc-quadro .btn {
		padding: 0.5em 1em;
	}

	.img-produto {
		height: 15em;
	}
}