/*Estilos Peixaria Santa Clara Morumbi | Produtos por Marcelo Pinto : marcelos.mail@gmail.com : +55 (11) 99343-9129*/

/*TOPO*/
nav.row.top {padding-top:0;}
nav .menu-mobile {
	margin-bottom: 14px;
}
nav .menu-mobile .icon {
	text-align: center;
	padding: 6px 0;
	cursor: pointer;
}
nav .menu-mobile img {
	width: 32px;
}
nav .menu-mobile text {
	text-transform: uppercase;
	color: #3a3d98;
	letter-spacing: 0.03em;
	padding: 4px 0;
}
nav .hand-cursive {font-weight: bold;}
nav .phone-top section {padding: 0 2%;}
nav .whatsapp text, nav .whatsapp img {display: inline-block;}
nav .whatsapp {margin-bottom: 30px;}
nav button.active {
	background-color: #f58817;
	color: #3a3d98;
}

/*PRODUTOS*/
.prod-wrapper {
	background-color: #fff;
}
.products-types, .products-types div {padding: 0;}
.products-types {margin: 0;}
.products-types h1, footer h1 {text-align: center;}
.products-types h1 {
	background-color: #fff;
	color: #3a3d98;
	margin: 0;
	padding: 40px 0 12px 0;
}
.product-uls {
	background-color: #3a3d98;
	color: #fff;
	float: left;
	width: 100%;
}
.products-types ul {
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	padding: 16px 0;
	border: none;
	margin: 0;
}
.products-types .full-width {width: 100%;}
.products-types li {
	display: block;
	font-size: 18px;
	padding: 8px 4px;
	border: none;
	margin: 0;
}
.product-column .intro {
	background-color: #f58817;
	color: #fff;
}
.product-column .intro p {
	display: inline;
	margin: 0;
}
.product-column text {
	text-align: justify;
	font-size: 17px;
	line-height: 1.6;
	padding: 0;
	width: 100%;
	display: inline-block;
}

/*Carrossel de marcas*/
.carrossel-marcas {
	padding: 30px 0 15px;
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;
}


/*RODAPE*/
footer h1 {
	background-color: #f58817;
	color: #fff;
	font-size: 36px;
	margin: 0 0 36px;
	padding: 20px 0;
	box-shadow: 0 4px 4px 1px rgba(0,0,0,0.2);
}

/*Media Queries*/

/*Mobile*/
@media (max-width: 767px) {
	.phone-top, nav.products-all, .products-types ul.tablet-ul, .carrossel-marcas {display: none;}
	.image-top {padding-top: 6px;}
	.image-top img.logo {
		width: 60%;
		max-width: 220px;
	}
	nav button.active {
		border-bottom: 1px solid #f58817;
	}
	.product-column img {
		max-width: 100%;
		margin: 0;
	}
	.product-column .intro p {
		display: block;
		padding: 6% 8%;
		line-height: 1.8;
	}
	.contact-location-small {
		padding: 0 0 40px 0;
		margin-top: 80px;
	}
}

/*Tablets*/
@media (min-width: 768px) and (max-width: 991px) {
	nav.products-mobile, .products-types ul.mobile-ul {display: none;}
	.product-column {
		width: 90%;
		margin: 0 5%;
	}
	.product-column img, .product-column text {
		margin: 0;
		float: left;
	}
	.product-column img {
		width: 48%;
		box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.4);
		margin: 0 5% 0 0;
	}
	.product-column img.right {
		float: right;
		margin: 0 0 0 5%;
	}
	.product-column text {
		padding: 3% 5%;
		font-size: 18px;
	}
	.products-types li {
		padding: 6px 10px;
		font-size: 16px;
		display: inline-block;
	}
	.products-types .tablet-ul {
		width: 100%;
		padding: 16px 20px 20px 20px;
	}
	.products-types h1 {
		font-size: 34px;
		padding-bottom: 20px;
	}
	.contact-location-small {
		padding: 0 0 40px 0;
		margin-top: 40px;
	}
	footer h1 {
		padding: 16px 0;
		margin-bottom: 60px;
	}
}

/*Desktops pequenos*/
@media (min-width: 992px) and (max-width: 1199px) {
	nav.products-mobile, .products-types ul.mobile-ul {display: none;}
	.product-column {
		width: 80%;
		margin: 0 10%;
	}
	.product-column img, .product-column text {margin: 0;}
	.product-column img {
		width: 50%;
		box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.4);
		margin: 0 auto 3%;
		float: none;
		display: block;
	}
	.product-column img.right {
		float: none;
		margin: 0 auto 3%;
	}
	.product-column text {
		padding: 4% 5% 3% 5%;
		font-size: 18px;
		text-align: center;
		float: left;
	}
	.products-types li {
		padding: 8px 16px;
		font-size: 18px;
		display: inline-block;
	}
	.products-types .tablet-ul {
		width: 100%;
		padding: 18px 20px 24px 20px;
	}
	.products-types h1 {
		font-size: 36px;
		padding-bottom: 16px;
	}
	.prod-wrapper {
		position: relative;
		z-index: 3;
		margin-bottom: 724px;
		box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);
	}
	.carrossel-marcas {
		padding: 30px 0 50px;
	}
}

/*Desktops médios*/
@media (min-width: 1200px) and (max-width: 1399px) {
	nav.products-mobile, .products-types ul.mobile-ul {display: none;}
	.product-column {
		width: 76%;
		margin: 0 12%;
	}
	.product-column img, .product-column text {margin: 0;}
	.product-column img {
		width: 45%;
		box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.4);
		margin: 0 5% 0 0;
		float: left;
	}
	.product-column img.right {
		float: right;
		margin: 0 0 0 5%;
	}
	.product-column text {
		padding: 5%;
		font-size: 22px;
		text-align: justify;
		float: left;
	}
	.product-column .intro p {display: inline;}
	.products-types li {
		padding: 10px 16px;
		font-size: 20px;
		display: inline-block;
	}
	.products-types .tablet-ul {
		width: 100%;
		padding: 16px 20px 18px 20px;
	}
	.products-types h1 {
		font-size: 44px;
		padding: 80px 0 24px 0;
	}
	.prod-wrapper {
		position: relative;
		z-index: 3;
		margin-bottom: 729px;
		box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);
	}
	.carrossel-marcas {
		padding: 36px 0 64px;
	}
}

/*Desktops grandes*/
@media (min-width: 1400px) {
	nav.products-mobile, .products-types ul.mobile-ul {display: none;}
	.product-column {
		width: 70%;
		margin: 0 15%;
	}
	.product-column img, .product-column text {margin: 0;}
	.product-column img {
		width: 45%;
		max-width: 800px;
		box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.4);
		margin: 0 5% 0 0;
		float: left;
	}
	.product-column img.right {
		float: right;
		margin: 0 0 0 5%;
	}
	.product-column text {
		padding: 4%;
		font-size: 26px;
		text-align: justify;
		letter-spacing: 0.02em;
		float: left;
	}
	.product-column .intro p {display: inline;}
	.products-types li {
		padding: 12px 18px;
		font-size: 22px;
		display: inline-block;
	}
	.products-types .tablet-ul {
		width: 100%;
		padding: 16px 20px 18px 20px;
	}
	.products-types h1 {
		font-size: 54px;
		padding: 120px 0 24px 0;
	}
	.products-types .first-h1 {padding-top: 90px;}
	.prod-wrapper {
		position: relative;
		z-index: 3;
		margin-bottom: 759px;
		box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);
	}
	.carrossel-marcas {
		padding: 50px 0 80px;
	}
	.contact-location {
    	padding-top: 80px;
	}
}