/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
  width: 100%;
}

.clearFix {
	clear: both;
}

/* END RESET FILE */

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  background: #333;

  -webkit-font-smoothing: antialiased;
}

.wrap {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

.fontSize36 { font-size: 36px; }
.fontSize24 { font-size: 24px; }
.fontSize20 { font-size: 20px; }
.fontSize16 { font-size: 16px; }



a.linkWhiteBlack {
  background: #fff;
  background: linear-gradient(to bottom, #fff 50%, #333 50%);

  background-position: 0 0;
  background-size: 100% 200%;
  color: #333;

	-webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a.linkWhiteBlack:hover {
  background-position: 0 100%;
  color: #fff;
}

a.linkBlackWhite {
  background: #fff;
  background: linear-gradient(to bottom, #333 50%, #fff 50%);

  background-position: 0 0;
  background-size: 100% 200%;
  color: #fff;

	-webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a.linkBlackWhite:hover {
  background-position: 0 100%;
  color: #333;
}

a.linkBlueBlack {
  background: #fff;
  background: linear-gradient(to bottom, #3f8aa7 50%, #333 50%);

  background-position: 0 0;
  background-size: 100% 200%;
  color: #fff;

	-webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
    
    cursor: pointer;
}

a.linkBlueBlack:hover {
  background-position: 0 100%;
}

button.linkBlueBlack {
  background: #fff;
  background: linear-gradient(to bottom, #3f8aa7 50%, #333 50%);

  background-position: 0 0;
  background-size: 100% 200%;
  color: #fff;
	border: none;

	-webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

button.linkBlueBlack:hover {
  background-position: 0 100%;
}

a.selectedLink {
  color: #f6891c;
}

:root {
	/* fonts */
	--baseTextColor: #333;
	--baseLinkColor: #000099;

	/* forms */
	--formBackgroundColor: #fff;
	--formBorder: 1px solid #ccc;
	--formCheckedColor: #666;
	--formDropDownOptionHoverBackgroundColor: #333;
	--formDropDownOptionHoverTextColor: #fff;
}

/************************************/
/* HEADER */
/************************************/
#header {
  width: 100vw;
  background: #000000;
  padding: 20px 0;
  z-index: 1;
  position: fixed;

  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#header a {
	text-decoration: none;
}

#header .logotipo {
	display: inline-block;
	vertical-align: middle;
	width: 24%;
}

#header .logotipo a {
	display: block;
}

#header .logotipo img {
	/*max-height: 50px;*/
}

#header .mainMenu {
	display: inline-block;
	vertical-align: middle;
	width: 55%;
	margin: 10px 0;

	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#header .formSearch {
	display: inline-block;
	width: 19%;
	text-align: right;
}

#header .mainMenu ul {
	width: 100%;
	text-align: center;
}

#header .mainMenu li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px 0 0;
}

#header .mainMenu a.linkWhiteBlack {
	padding: 0 10px;
	line-height: 30px;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: 3px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	position: relative;
}

#header .mainMenu li.burger {
	display: none;
}

#header .burger ul {
  width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #fff;
	position: relative;
	border-radius: 3px;
	cursor: pointer;
	padding: 3px 0 0 1px;
}

#header .burger li {
	width: 12px;
	height: 2px;
	margin: 4px 5px;
	border-radius: 1px;
	background: #333;
	display: block;
}

#header .formSearch input {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	padding: 0 40px 0 10px;
	border: none;
	font-size: 14px;
	color: #333;
	background: #fff;
}

#header .formSearch input {
	max-width: 200px;
	height: 30px;
	box-sizing: border-box;
	padding: 0 10px;
	border: none;
	font-size: 14px;
	color: #333;
	background: #fff;
}

#header .formSearch button {
	border: none;
	background: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
}

#header .formSearch span {
	color: #999;
	font-size: 30px;
	background: #fff;
}

#header .logotipoHomepage {
    display: none;
	max-width: 500px;
	position: fixed;
	padding: 10px;
	top: 80px;
	background: #000000;
	border-radius: 3px;
	left: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.headSpacer {
	height: 92px;
}

/************************************/
/* END HEADER */
/************************************/

/************************************/
/* FOOTER */
/************************************/

#footer {
	width: 100%;
	background: #333;
	padding: 40px 0;
	text-align: center;
	position: relative;
}

#footer .footerMenu {
	width: 100%;
	text-align: center;
}

#footer .footerMenu ul {
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
	display: inline-block;
}

#footer .footerMenu li {
	display: inline-block;
	margin: 0 3px 20px 3px;
}

#footer .footerMenu a {
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	display: inline-block;
}

#footer .footerSocial p {
	text-align: center;
	color: #ccc;
	margin-bottom: 10px;
}

#footer .formMail {
	padding: 10px;
	border: 1px solid #666;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
}

#footer .formMail input[type="email"] {
	padding: 10px;
	background: #000;
	color: #ccc;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	max-width: 300px;
	font-size: 14px;
}

#footer .formMail button[type="submit"] {
	background: #f6891c;
	color: #fff;
	border: none;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0 0 0 -3px;
	padding: 0;
	position: relative;
	cursor: pointer
}

#footer .formMail button[type="submit"]:hover {
	background: #fff;
	color: #333;
}

#footer .formMail span {
	font-size: 36px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
}

#footer form {
    display: inline-block;
    vertical-align: top;
}

#footer .consentWrap {
    text-align: left;
}

#footer .consentWrap input {
    display: inline-block;
    vertical-align: middle;
}

#footer .consentWrap p {
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 13px;
}

#footer .consentWrap a {
    color: #FFF;
}

#footer .footerSocial {
	margin-bottom: 20px;
}

#footer .footerSocial .socialLinks {
	display: inline-block;
	vertical-align: middle;
	padding: 13px;
	border: 1px solid #666;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 5px;
}

#footer .socialList {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#footer .socialLinks span {
	font-size: 28px;
}

#footer .disclaimer {
	color: #999;
}

#footer a[href="http://www.kriacao.pt"] {
	font-size: 60px;
	color: #999;
	margin-top: -20px;
	display: inline-block;
	text-decoration: none;
}

#footer a[href="http://www.kriacao.pt"]:hover {
	color: #fff;
}

/************************************/
/* END FOOTER */
/************************************/

/************************************/
/************************************/
/* TABLET */
/************************************/
/************************************/

@media (max-width:1200px) {

  .wrap {
    max-width: 720px;
  }

  .fontSize36 { font-size: 30px; }
  .fontSize24 { font-size: 20px; }
  .fontSize20 { font-size: 18px; }

  /************************************/
  /* HEADER */
  /************************************/

	#header {
		overflow: hidden;
		height: 70px;
		box-sizing: border-box;
	}

	#header .logotipo {
		display: none;
	}

	#header .mainMenu {
		width: 100%;
		margin: 0;
	}

	#header .formSearch {
		margin-top: 20px;
		text-align: left;
		width: 100%;
	}

	#header .formSearch input {
		max-width: calc(100% - 30px);
	}

	#header .mainMenu ul {
		text-align: left;
	}

	#header .mainMenu .mainLink {
		display: block;
		margin: 5px 0;
	}

	#header .mainMenu li.burger {
		display: inline-block;
		margin-bottom: 20px;
	}

	#header .logotipoHomepage {
		max-width: 290px;
		padding: 0;
		top: 5px;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}

	.headSpacer {
		height: 70px;
	}

  /************************************/
  /* END HEADER */
  /************************************/

	/************************************/
	/* FOOTER */
	/************************************/

	#footer {
		padding: 20px 0;
		margin: 20px 0 0 0;
	}

	#footer .socialList {
		margin-left: 0;
	}

	/************************************/
	/* END FOOTER */
	/************************************/

}

/************************************/
/************************************/
/* SMARTPHONE */
/************************************/
/************************************/

@media (max-width:767px) {

  .wrap {
    max-width: 100%;
    padding: 0 10px;
  }

  .fontSize36 { font-size: 24px; }
  .fontSize24 { font-size: 18px; }
  .fontSize20 { font-size: 16px; }

  /************************************/
  /* HEADER */
  /************************************/

	#header .logotipoHomepage {
		max-width: 220px;
		top: 15px;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		left: auto;
		right: 10px;
		padding: 0;
        display: block;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

  /************************************/
  /* END HEADER */
  /************************************/

	/************************************/
	/* FOOTER */
	/************************************/

	/************************************/
	/* END FOOTER */
	/************************************/

}

/************************************/
/* SEARCH */
/************************************/

#search-list{
	padding: 0;
	margin: 0;
	list-style: none;
}

#search-list li{
	padding-bottom: 20px;
}

#search-list li a{
	text-decoration: none;
	color: black;
	font-weight: 600;
}

#search-list li p{
	display: block;
	padding-left: 15px;
}

/************************************/
/* END SEARCH */
/************************************/

.resultado {margin:12px auto;box-sizing: border-box; padding:6px;color:white;}
.resultado.bg-success {background-color:#28a745 !important;}
.resultado.bg-danger {background-color:#dc3545 !important;}