/********************
 *					*
 *	WHISTLE.PT		*
 *	©2022			*
 *					*
 ********************/


@import url('https://fonts.googleapis.com/css2?family=Montagu+Slab&family=Roboto&display=swap');

html, body {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	width: 100%;
	height: 100%;
	color: #444;
	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	-webkit-user-select: text;
	user-select: text;
}


* {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}


a, input, select, textarea, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: 0;
}

input, select, textarea {
	width: 100%;
	color: inherit;
	background-color: #eee;
	padding: 10px;
	margin: 0 0 5px;
	border: 0;
	border-radius: 3px;
}

textarea { resize: vertical; }

a {
	color: inherit;
	text-decoration: none;
}

.container a,
a:hover { color: #a8a28a; }


img {
	image-rendering: auto;
	image-rendering: -webkit-optimize-contrast;
}


.header {
	position: relative;
	/*height: 100px;*/
	margin: 30px auto 20px;
	padding: 10px 0;
	text-align: center;
	/*background: linear-gradient( rgba(168,162,138,.1), rgba(168,162,138,.5), rgba(168,162,138,.8) );*/
}

.header div {
	font-family: 'Montagu Slab', sans-serif;
	position: absolute;
	background-color: #f1f1f1;
	border-radius: 3px;
	/*left: 5%;*/
	bottom: -60px;
	padding: 10px 40px;
	color: #444;
	
	left: 50%;
	transform: translateX(-50%);
	/*
	width: 180px;
	height: 125px;
	background-color: #f1f1f1;
	border-radius: 50%;
	*/
}

.header img {
	display: none;
	width: auto;
	height: 60px;
	margin: auto;
}

.header p {
	font-size: 40px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: inherit;
}


.banner {
	width: 100%;
	height: 250px;
	background: linear-gradient( rgba(168,162,138,.8), rgba(168,162,138,.7) ), url('../img/banner.png') center/90% no-repeat;
	/*box-shadow: 0 1px 5px 1px #ccc;*/
}


.titulo {
	display: block;
	font-family: 'Montagu Slab', sans-serif;
	font-size: 20px;
	margin: 40px auto 20px !important;
	text-align: center;
	letter-spacing: 1px;
}

.titulo img {
	display: block;
	width: auto;
	height: 45px;
	margin: 0 auto 5px;
	pointer-events: none;
}

.titulo span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	max-width: 50%;
	color: #888;
	margin: auto;
}


.container {
	display: block;
	color: inherit;
	background-color: #fff;
	margin: 0 auto 60px !important;
	padding: 40px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #ccc;
}


.bloco-cnt {
	/*display: flex;*/
	/*margin: 40px 0;*/
	text-align: center;
}

.bloco-cnt table { border-collapse: collapse; }
.bloco-cnt table small { display: block; color: #888; font-weight: normal; }
.bloco-cnt table span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #a8a28a;
	margin: auto;
	border-radius: 3px;
}

.bloco-cnt table img {
	width: auto;
	height: 30px;
	vertical-align: middle;
	pointer-events: none;
}

.bloco-cnt table i, .owl-carousel i { font-style: normal; }
.titulo, .bloco-cnt th, .bloco-cnt tr:nth-last-of-type(2) { font-weight: 600; }

.bloco-cnt tr:not(:nth-last-of-type(-n+2)) { border-bottom: solid 1px #ccc; }
.bloco-cnt th, .bloco-cnt td { padding: 10px; }
.bloco-cnt td:nth-child(-n+2) { text-align: left; }

.bloco-cnt button, .contacto button {
	color: #fff;
	background-color: #a8a28a;
	padding: 8px 25px;
	border-radius: 3px;
}

#tgl-precos {
	display: inline-block;
	background-color: #ddd;
	padding: 3px 10px;
	margin: 0 10px;
	border-radius: 3px;
}

.bloco-cnt button:hover, .contacto button:hover, #tgl-precos:hover {
	cursor: pointer;
	-webkit-opacity: .8;
	opacity: .8;
}


.tgl {
	display: block;
	width: max-content;
	color: #444;
	margin: 10px auto 0;
	padding: 15px 20px 0;
	border-top: solid 2px #ddd;
	border-radius: 3px;
}

input[type=checkbox] {
	position: relative;
	width: 45px;
	height: 25px;
	background: #ddd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: solid 3px #ccc;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox]:after, input[type=checkbox]:checked:after {
	position: absolute;
	content: "";
	top: 0;
	width: 20px;
	height: 20.4px;
	background: #a8a28a;
	border-radius: 2px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

input[type=checkbox]:after { right: 20px; }
input[type=checkbox]:checked:after { right: 0; }


.contacto div { width: 100%; }
.contacto div:not(:last-child) { margin-right: 20px; }

.msg span {
	display: inline-block;
	background-color: #fcc;
	padding: 5px 10px;
	margin: 0 0 10px;
	border-radius: 3px;
}

.ok { background-color: #cce8b5 !important; }


#tooltip { position: relative; display: inline-block; vertical-align: middle; }
#tooltip img { height: 18px; }

.info-tooltip {
	display: none;
	position: absolute;
	right: 0;
	min-width: 200px;
	max-width: 220px;
	padding: 10px 15px;
	margin-left: 10px;
	text-align: left;
}

#tooltip:hover .info-tooltip, #tooltip:active .info-tooltip {
	display: inline-block;
}

.tooltip {
	background-image: none;
	background-color: #444;
	color: #fff;
	font-size: 12px;
	border: 0;
	border-radius: 3px;
}


.rodape { margin-top: 80px; }

.rodape, .copy {
	color: #eee;
	background-color: #444;
	padding: 25px;
	text-align: center;
}

.copy {
	background-color: #333;
	padding: 20px;
}


.limite {
	max-width: 80%;
	margin: auto;
}


.elipse {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*
 * owl
 */
.scrl-logos {
	display: block;
	background-color: #fff;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto 60px;
	box-shadow: 1px 1px 1px #ccc;
}

.owl-carousel .logo {
	width: 75px;
	height: 75px;
	background-size: 70px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 10px;
	pointer-events: none;
}

.owl-carousel .logo-aurpicas { background-image: url('../img/logos/logo-aurpicas.png'); }
.owl-carousel .logo-olivais { background-image: url('../img/logos/jf-olivais-logo.png'); }
.owl-carousel .logo-odivelas { background-image: url('../img/logos/jf-odivelas-logo.png'); }
.owl-carousel .logo-pontinha { background-image: url('../img/logos/jf-pontinha-famoes-logo.png'); }
.owl-carousel .logo-carnaxide { background-image: url('../img/logos/uf-carnaxide-queijas-logo.png'); }
.owl-carousel .logo-ramada { background-image: url('../img/logos/uf-ramada-canecas-logo.png'); }

.owl-carousel span { display: inline-block; vertical-align: middle; }
.owl-carousel span:last-child { max-width: calc(100% - 120px); text-align: initial; }
.owl-carousel p { font-size: 18px; font-weight: normal; margin: 0 !important; text-align: inherit; }
.owl-carousel i { color: #888; }


:disabled, input[readonly], input[disabled], span[disabled] { cursor: not-allowed !important; }

::selection { color: #fff; background-color: #a8a28a; }


#overlay, .ie {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #a8a28a;
	text-shadow: 0 1px 2px #000;
	z-index: 9999;
}

#overlay:after, .ie:after {
	content: "Please wait...";
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%) translateY(-40%);
}

.ie:after {
	content: "\26A0\A Está a usar um navegador não suportado!\A Experimente Mozilla Firefox ou Google Chrome.";
	white-space: pre;
	text-align: center;
}


@media only screen and (max-width: 768px) {
	html, body {
		font-size: 14px;
		margin: auto;
	}
	
	.header { margin: 20px auto; }
	.header p { font-size: 34px; }
	
	.banner {
		height: 150px;
		background-size: cover;
	}
	
	.titulo { font-size: 18px }
	.titulo img { height: 40px; }
	.titulo span { max-width: 100%; font-size: 14px; }
	
	.container { margin: 0 auto !important; }
	
	.bloco-cnt table span {
		width: 12px;
		height: 12px;
	}
	
	.bloco-cnt table img { height: 25px; }
	
	.rodape { margin-top: 60px; }
}

@media only screen and (max-width: 491px) {
	.header, .scrl-logos { margin: 0; }
	.header { padding: 0; }
	.header div { bottom: initial; }
	.header p { font-size: 30px; }
	
	.owl-carousel .logo {
		width: 55px;
		height: 55px;
		background-size: 50px;
	}
	
	.owl-carousel span:last-child { max-width: calc(100% - 80px); }
	
	.titulo { font-size: 16px }
	
	.container { padding: 25px; }
	
	.bloco-cnt {
		max-width: 100%;
		overflow-x: auto;
		scrollbar-width: none;
	}
	
	.bloco-cnt::-webkit-scrollbar { width: 0; }
	
	.contacto form > div { display: block !important; }
	.contacto div:not(:last-child) { margin-right: 0; }
	
	.rodape .limite { max-width: initial; }
	
	.limite { max-width: 90%; }
}