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

/*Fontes personalizadas*/
@font-face {
	font-family: 'basic';
	src:url(../fonts/Oswald/Oswald-Light.ttf);
}
@font-face {
	font-family: 'highlight';
	src:url(../fonts/Oswald/Oswald-Regular.ttf);
}
@font-face {
	font-family: 'hand';
	src:url(../fonts/Rancho/Rancho-Regular.ttf);
}

/*Elementos basicos e classes comuns*/
.container-fluid {
	padding:0;
	margin:0;
}
header [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}
.row {margin:0;}
a {
	color: inherit;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}
text, li {
	font-size: 14px;
	font-family: 'basic', sans-serif;
}
text {display: block;}
button {
	font-size: 24px;
	font-family: 'highlight', sans-serif;
	display: inline;
	padding: 14px 0 18px 0;
	outline:none;
	border:none;
	transition: background-color 0.4s,border-color 0.4s;
	-webkit-transition: background-color 0.4s,border-color 0.4s;
	-moz-transition: background-color 0.4s,border-color 0.4s;
}
.hand-cursive, h1, h2 {
	font-family: 'hand', cursive;
}
h3, label {
	font-family: 'highlight', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.hand-cursive {color: #3a3d98;}
h1 {font-size: 40px;}
h2 {font-size: 32px;}
.hand-cursive.caption, .hand-cursive.phone-number {letter-spacing: 2px;}
header, nav, section {position:relative;}
header, nav {z-index: 4}
section {z-index: 3;}
.margin-x {
	width: 90%;
	max-width: 1700px;
	margin: 0 auto;
}

/*Imagens responsivas*/
.image-top .logo, .image-top .peixes, .marcas, .destaques .thumb {height:auto;}


/*TOPO*/
header {
	padding:0 5%;
	background-color: #fff;
}
.image-top, .phone-top {text-align:center;}
header .hand-cursive {font-weight: bold;}
header .phone-icon, header .phone-number {
	display: inline-block;
}
.hand-cursive.phone-number, .phone-icon {
	margin-right: 10px;
}
.whatsapp .phone-icon {
	margin-left: 12px;
	margin-right: 10px;
}
.phones-land, .whatsapp {
	margin-top: 8px;
}
nav {
	color: #fff;
	background-color: #fff;
	box-shadow: 0 4px 4px 1px rgba(0,0,0,0.2);
}
nav button {
	background-color: #3a3d98;
	width: 100%;
}
nav.top .main-menu {
	display: inline-block;
	width: 20%;
	float: left;
}
nav button:hover {
	color:#3a3d98;
	background-color:#f58817;
}


/**HOME**/
.main-wrapper {
	position: relative;
	z-index: 2;
	background-color: #fff;
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.4);
	margin-bottom: 735px;
}

/*Secao com smart background*/
.smart-bgd {
	z-index: 2;
	background-color: #fff;
}
.caption-smart-bgd, .caption-smart-bgd-mobile {
	background-image: url(../images/peixes_frescos.jpg);
	background-repeat: no-repeat;
}
.caption-smart-bgd {
	padding: 330px 0 180px 0;
	background-attachment: fixed;
	background-position-x: 50%;
	background-position-y: 0;
}
.caption-smart-bgd-mobile {
    padding: 30% 0 20% 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    margin: 20px 0 24px 0;
}
.caption-smart-bgd text, .caption-smart-bgd-mobile text {
	font-family: 'hand', cursive;
	color: #3a3d98;
	text-shadow: 2px 2px 1px #fff;
}
.caption-smart-bgd text {
	font-size: 60px;
	text-align: right;
	padding: 0 170px 10px 0;
	background-color: rgba(255,255,255,0.5);
}
.caption-smart-bgd-mobile text {
    font-size: 34px;
    text-align: center;
    line-height: 34px;
    padding: 10px 20px 12px 20px;
    background-color: rgba(255,255,255,0.45);
}

/*Carrossel de marcas*/
.marcas {
	display: inline;
	float: none;
	margin-right: -4px;
}
.carrossel-marcas {
    padding: 100px 0 40px;
    background-color: #fff;
    text-align: center;
}
.marcas-all {
	padding-top: 2em;
}
.carrossel-marcas #swipe-marcas {overflow-x: hidden;}
.carrossel-marcas #swipe-marcas, .carrossel-marcas .swipe-img {padding: 0;}

/*Destaques*/
.destaques {
	padding: 60px 0 40px;
	background-color: #fff;
}
.cross-page {
    font-size: 26px;
    font-family: 'highlight', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #f58817;
    padding: 0 0 .8em;
    border-bottom: 3px solid;
}
.destaques .sashimi, .destaques .frutos-do-mar {
    text-align: center;
    padding: 80px 0;
}
.destaques .wrapper {
	width:90%;
	margin:0 auto;
	text-align:center;
	background-color:#f58817;
	color:#fff;
	box-shadow: none;
	transition: background-color 0.4s,box-shadow 0.4s,color 0.4s;
	-webkit-transition: background-color 0.4s,box-shadow 0.4s,color 0.4s;
	-moz-transition: background-color 0.4s,box-shadow 0.4s,color 0.4s;
}
.destaques .wrapper:hover {
	background-color:rgba(245,136,23,0.2);
	color:#3a3d98;
	box-shadow: 0px 0px 10px 0px rgba(58,61,152,0.8);
}
.destaques .title {
    font-size:23px;
    padding: 26px 5% 30px 5%;
}
.destaques .descricao {
    font-size: 20px;
    padding: 20px 5% 30px 5%;
    line-height: 30px;
}
.destaques .thumb {
	max-width: 80%;
	display: block;
	margin: 0 auto;
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.4);
}


/**RODAPE**/
/*Contato e localizacao*/
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.contact-location, .contact-location-small, .avisos-legais {
	background-color: #3a3d98;
	color: #fff;
}
.contact-location, .contact-location-small {
	padding:56px 0px;
	text-align: center;
}
.contact-location .title, .contact-location-small .title {
	font-size: 26px;
	font-family: 'highlight';
	text-transform: uppercase;
	margin-bottom: 24px;
}
.contact-location .content, .contact-location-small .content {text-align: center;}
.contact-location .content.fale-conosco {
	padding: 0 2%;
}
.contact-location-small .content.fale-conosco {padding: 0%;}
.contact-location .content.localizacao, .contact-location-small .content.localizacao {padding: 0% 6%;}
.contact-location .content #googleMapMd, .contact-location-small .content #googleMapXs {margin-top:40px}
.contact-location .content #googleMapMd, .contact-location-small .content #googleMapXs {width: 100%;}
.contact-location .content #googleMapMd {height: 340px;}
.contact-location-small .content #googleMapXs {height: 300px;}
.contact-location .descricao, .contact-location-small .descricao {margin-bottom: 12px;}
.contact-location .content.fale-conosco .descricao, .contact-location-small .content.fale-conosco .descricao {
	font-size: 28px;
	letter-spacing: 0.04em;
}
.contact-location .content.fale-conosco .descricao.phone {display: inline-block;}
.contact-location .content.fale-conosco .descricao.phone.first {margin-right: 24px; }
.contact-location .content.localizacao .descricao, .contact-location-small .content.localizacao .descricao {font-size: 24px;}
.contact-location-small .content.localizacao .descricao div, .avisos-legais .direitos div {
	display: inline-block;
	padding: 0 0.4em;
}
.contact-location .title.horario, .contact-location-small .title.horario {margin-top: 100px;}
.contact-location img.icon, .contact-location-small img.icon {
	width: 36px;
	margin-right: 12px;
	position: relative;
	bottom: 4px;
}
.contact-location img.whatsapp {
	width: 30px;
	margin-right: 6px;
	position: relative;
	bottom: 12px;
}

/*Avisos legais*/
.avisos-legais {padding-bottom: 30px;}
.avisos-legais .direitos {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.avisos-legais .autor {
	text-align: left;
	padding-left: 5%;
}

/*Voltar ao topo*/
#top-sm {
    width: 60px;
    height: 60px;
    padding: 2px;
    background-color: #f58817;
    opacity: 0.5;
    z-index: 4;
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    display: none;
}
#top-sm img {width: 56px;}
#top-sm:hover {opacity:1.0;}

/*Media Queries*/

/*Mobile*/
@media (max-width: 767px) {
	header {padding:0;}
	.image-top img.logo {
		width: 68%;
		max-width: 250px;
		padding-top: 6px;
	}
	.hand-cursive {font-size: 24px;}
	.hand-cursive.caption {font-size: 44px;}
	.phone-top section {padding: 0 10%;}
	.phone-top .phone-icon {
		width: 34px;
		margin-right:0;
		margin-bottom: 4px;
	}
	.whatsapp .phone-icon {
		width: 24px;
		margin-left: 6px;
		margin-right: 4px;
		margin-bottom: 4px;
	}
	.hand-cursive.phone-number {margin-right: 0;}
	.phones-land .phone-number {display: block;	}
	.phones-land .phone-number.bottom {
		position: relative;
		left: 24px;
	}
	.hand-cursive.phone-number.big, .hand-cursive.phone-number.slash {display: none;}
	nav.row.top {padding-top:36px;}
	nav.top .main-menu {width: 100%;}
	nav button {
		border-bottom: 1px solid #fff;
	}
	nav button:hover {border-bottom: 1px solid #f58817}
	.caption-smart-bgd, .image-top.middle, .marcas-all {display:none;}
	.marcas {max-width: 80%;}
	.main-wrapper {
		margin-bottom: 0;
	}
	.margin-x {
		width: 100%;
	}
	.destaques .wrapper {
		width: 100%;
	}
	.carrossel-marcas {
		padding: 60px 0 10px;
	}
	.cross-page, .contact-location-small .title {
		font-size: 20px;
	}
	.cross-page {
		line-height: 34px;
		padding: 0 8%;
		margin-bottom: 10px;
		border-bottom: none;
	}
	.carrossel-marcas .cross-page {
		margin-bottom: 0;
	}
	.contact-location-small .title {
		margin-bottom: 12px;
		padding: 0 8px;
	}
	.destaques {
		padding: 40px 0;
	}
	.destaques .sashimi, .destaques .frutos-do-mar {padding: 20px 0;}
	.destaques .title {
	    font-size: 18px;
	    padding: 18px 8% 20px 8%;
	}
	.destaques .thumb {max-width: 90%;}
	.destaques .descricao {
	    font-size: 16px;
	    padding: 12px 8% 18px 8%;
	    line-height: 24px;
	    letter-spacing: 0.01em;
	}
	footer {
		position:relative;
		top: 0;
		width: auto;
	}
	.contact-location-small {padding: 40px 0;}
	.contact-location-small .content.fale-conosco {margin-bottom: 24px;}
	.contact-location-small img.icon {width:26px}
	.contact-location-small img.whatsapp {
		width: 22px;
		margin: 0 4px 8px 0;
	}
	.contact-location-small img.whatsapp, .contact-location-small .phone.last {
		display: inline-block;
	}
	.contact-location-small .phone.indent {padding-left: 38px;}
	.contact-location-small .content.fale-conosco .descricao, .contact-location-small .content.localizacao .descricao {font-size: 18px;}
	.contact-location-small .content.localizacao .descricao {line-height:32px}
	.contact-location-small .content #googleMapXs {
		margin-top: 20px;
    	width: 100%;
	}
	.contact-location-small .content.map {padding:0}
	.avisos-legais {padding-bottom: 100px;}
	.avisos-legais .direitos {font-size: 14px;}
	.avisos-legais .direitos div {line-height: 1.8;}
	.avisos-legais .autor {text-align:center;}
	#top-sm {
		bottom: 0;
		right: 0;
		width: 26%;
		margin: 0 37%;
		text-align: center;
		padding: 0;
	}
	#top-sm img {width:60px;}
}

/*Tablets*/
@media (min-width: 768px) and (max-width: 991px) {
	header {padding: 6px 0 10px 2%;}
	.image-top .logo {width: 160px;}
	.image-top .peixes {
		width: 240px;
		padding-top: 6px;
	}
	.phone-top {padding-top: 8px;}
	.hand-cursive {font-size: 16px;}
	.hand-cursive.caption {font-size: 28px;}
	.phone-top .phone-icon {
		width: 22px;
		margin-right: 0;
		margin-bottom:2px;
	}
	.whatsapp .phone-icon {
		margin-right: 3px;
		margin-left: 6px;
	}
	.hand-cursive.phone-number {
		margin-right: 3px;
	}
	button {
		font-size:18px;
		padding: 12px 0 14px 0;
	}
	.main-wrapper {
		margin-bottom: 0;
	}
	.marcas {padding: 0;}
	.carrossel-marcas {
		padding: 60px 0 30px;
	}
	.cross-page, .contact-location-small .title {
		font-size: 20px;
	}
	.destaques {
		padding: 46px 0 10px;
	}
	.caption-smart-bgd {
	    background-attachment: scroll;
	    background-size: cover;
	    background-position-x: 0;
	    background-position-y: 0;
	    padding: 200px 0 100px 0;
	  }
	.caption-smart-bgd text {
	    font-size: 40px;
	    padding: 0 90px 6px 0;
	    background-color: rgba(255,255,255,0.5);
  	}
	.destaques .sashimi, .destaques .frutos-do-mar {padding: 50px 0 64px 0;}
	.destaques .wrapper {width: 96%;}
	.destaques .thumb {max-width: 90%;}
	.destaques .title {
		font-size: 18px;
		padding: 14px 10%;
		height: 78px;
	}
	.destaques .descricao {
		font-size: 16px;
		padding: 16px 6% 26px 6%;
		line-height: 24px;
		letter-spacing: 0.03em;
		height: 114px;
	}
	footer {
		position: relative;
		top: 0;
		width: auto;
	}
	.contact-location-small {padding: 60px 0 40px 0;}
	.contact-location-small img.icon {width: 30px;}
	.contact-location-small .title {margin-bottom: 12px;}
	.contact-location-small .content.fale-conosco .descricao.phone {display: inline-block;}
	.contact-location-small .content.fale-conosco .descricao.phone.first {margin-right: 20px;}
	.contact-location-small .content.fale-conosco .descricao, .contact-location-small .content.localizacao .descricao {font-size: 20px;}
	.contact-location-small .content.fale-conosco {padding: 0;}
	.contact-location-small img.whatsapp {
		width: 22px;
		position: relative;
		bottom: 8px;
		margin-right: 2px;
	}
	.contact-location-small .content.localizacao {
		padding: 0;
		margin-top: 30px;
	}
	.contact-location-small .content #googleMapXs {
		margin: 30px auto 0 auto;
		width: 90%;
	}
	.avisos-legais .direitos {font-size: 14px;}
	.avisos-legais .autor {font-size: 13px;}
	#top-sm {
		width:56px;
		height:56px;
	}
	#top-sm img {width: 52px;}
}

/*Desktops Pequenos*/
@media (min-width: 992px) and (max-width: 1199px) {
	header {padding: 6px 5% 10px 5%;}
	.image-top .logo {width: 200px;}
	.image-top .peixes {
		width: 300px;
		padding-top: 8px;
	}
	.phone-top {padding-top: 12px;}
	.hand-cursive {font-size: 20px;}
	.hand-cursive.caption {font-size: 34px;}
	.phone-top .phone-icon {
		width: 26px;
		margin-bottom: 4px;
	}
	.phone-icon {
		margin-right: 4px;
	}
	.whatsapp .phone-icon {
		margin-right: 4px;
	}
	.hand-cursive.phone-number {
		margin-right: 8px;
	}
	button {
		font-size: 21px;
		padding: 11px 0 13px 0;
	}
	.main-wrapper {
		margin-bottom: 724px;
	}
	.marcas {padding: 0;}
	.caption-smart-bgd {
	    background-size: 1200px;
	    background-position-x: 0;
	    background-position-y: 0;
	    padding: 270px 0 120px 0;
 	}
	.caption-smart-bgd text {
	    font-size: 46px;
	    padding-right: 100px;
 	}
	.carrossel-marcas {
		padding: 80px 0 30px;
	}
	.cross-page, .contact-location .title {
		font-size: 22px;
	}
	.destaques {
		padding: 60px 0 20px;
	}
	.destaques .wrapper {
		width: 95%;
		min-height: 368px;
	}
	.destaques .title {
		font-size:20px;
		padding: 20px 8% 22px 8%;
	}
	.destaques .descricao {
		font-size: 18px;
		line-height: 26px;
		padding: 18px 8% 28px 8%;
		height: 124px;
	}
	.contact-location img.icon {width: 32px;}
	.contact-location img.whatsapp	{
		width: 28px;
		bottom: 10px;
	}
	.contact-location .content.fale-conosco .descricao, .contact-location .content.localizacao .descricao {font-size: 22px;}
	.contact-location .content.fale-conosco {padding: 0 0 0 3%;}
	.contact-location .content.localizacao {height:520px;}
	.avisos-legais .direitos {font-size: 16px;}
}

/*Desktops Medios*/
@media (min-width: 1200px) and (max-width: 1399px) {
	header {padding: 6px 5% 10px 5%;}
	.image-top .logo {width: 240px;}
	.image-top .peixes {
		width: 380px;
		padding-top: 8px;
	}
	.phone-top {padding-top: 14px;}
	.hand-cursive {font-size: 24px;}
	.hand-cursive.caption {font-size: 38px}
	.phone-top .phone-icon {
		width: 30px;
		margin-bottom: 6px;
	}
	.phone-icon {
		margin-right: 4px;
	}
	button {
		font-size:22px;
		padding:12px 0 14px 0;
	}
	.main-wrapper {
		margin-bottom: 729px;
	}
	.caption-smart-bgd {
	    background-size: 1400px;
	    background-position-x: 0;
	    background-position-y: 0;
	    padding: 280px 0 120px 0;
	}
	.caption-smart-bgd text {
	    font-size: 50px;
	    padding-right: 130px;
	}
	.carrossel-marcas {
		padding: 90px 0 35px;
	}
	.cross-page, .contact-location .title {
		font-size: 24px;
	}
	.destaques {
		padding: 55px 0 30px;
	}
	.destaques .title {
		font-size:22px;
		padding: 24px 5% 28px 5%;
	}
	.destaques .descricao {
		font-size: 18px;
		height: 110px;
	}
	.contact-location img.icon {width:34px}
	.contact-location .content.fale-conosco .descricao {font-size:26px;}
}

/*Desktops Grandes*/
@media (min-width: 1400px) {
	header {padding: 20px 5%}
	.image-top .logo {width: 240px;}
	.image-top .peixes {width: 410px;}
	.phone-top {padding-top: 4px;}
	.hand-cursive {font-size: 30px;}
	.hand-cursive.caption {font-size: 46px;}
	.phone-top .phone-icon {
		width: 34px;
		margin-bottom: 8px;
		margin-right: 2px;
	}
	.whatsapp .phone-icon {
		margin-right: 10px;
	}
	.marcas {max-width: 90%;}
	.destaques .descricao {height: 110px;}
}

/*Elementos exclusivos para Mobile*/
@media (min-width: 768px){
	.caption-smart-bgd-mobile, .marcas-mobile, .hand-cursive.phone-number.small {display:none;}
}

/*Elementos exclusivos para Mobile e Tablets*/
@media (min-width: 992px) {
	.contact-location-small {display: none;}
}

/*Elementos exclusivos para Desktops*/
@media (max-width: 991px) {
	.contact-location {display: none;}
}