@charset "utf-8";
/* CSS Document */

/* Header */

.home #header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: solid 5px #f56a6a;
	padding: 6em 0 1em 0;
	position: relative;
}

.home #header > * {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 0;
}

.home #header .logo {
	border-bottom: 0;
	color: inherit;
	font-family: 'Roboto Slab', serif;
	font-size: 1.125em;
}

.home #header .icons {
	text-align: right;
}

@media screen and (max-width: 1680px) {
	.home #header {
		padding-top: 5em;
	}
}

@media screen and (max-width: 736px) {
	.home #header {
		padding-top: 6.5em;
	}

	.home #header .logo {
		font-size: 1.25em;
		margin: 0;
	}

	.home #header .icons {
		height: 5em;
		/*line-height: 5em;*/
		position: absolute;
		right: -0.5em;
		top: 0;
	}
}
.home ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}
.home ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}
.home ul.icons li:last-child {
	padding-right: 0;
}
.home ul.icons li .icon {
	color: inherit;
}
.home ul.icons li .icon:before {
	font-size: 1.25em;
}
/* Icon */

.home .icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.home .icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.home .icon > .label {
	display: none;
}

/* Banner */

.home #banner {
	padding: 2em 0 4em 0;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.home #banner h1 {
	margin-top: -0.125em;
	font-size: 2em;
	font-weight: bold;
}
@media screen and (max-width: 736px) {
	.home #banner h1 {
		font-size: 1.7em;
	}
}

.home #banner .content {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 50%;
}

.home #banner .image {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	display: block;
	margin: 0 0 2em 4em;
	width: 50%;
}

.home #banner .image img {
	height: 100%;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	-moz-object-position: center;
	-webkit-object-position: center;
	-ms-object-position: center;
	object-position: center;
	width: 100%;
}

@media screen and (orientation: portrait) {
	.home #banner {
		-moz-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.home #banner h1 br {
		display: none;
	}

	.home #banner .content {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		width: 100%;
	}

	.home #banner .image {
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		margin: 0 0 4em 0;
		height: 25em;
		max-height: 50vh;
		min-height: 18em;
		width: 100%;
	}
}

@media screen and (orientation: portrait) and (max-width: 480px) {
	.home #banner .image {
		max-height: 35vh;
	}
}

/* Actions */

.home ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

.home ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

.home ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

.home ul.actions.special li:first-child {
	padding-left: 0;
}

.home ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

.home ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

.home ul.actions.stacked li:first-child {
	padding-top: 0;
}

.home ul.actions.fit {
	width: calc(100% + 1em);
}

.home ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

.home ul.actions.fit li > * {
	width: 100%;
}

.home ul.actions.fit.stacked {
	width: 100%;
}

/* Button */

.home input[type='submit'],
.home input[type='reset'],
.home input[type='button'],
.home button,
.home .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 0.375em;
	border: 0;
	box-shadow: inset 0 0 0 2px #f56a6a;
	color: #f56a6a !important;
	cursor: pointer;
	display: inline-block;
	/*font-family: "Roboto Slab", serif;*/
	font-size: 0.8em;
	font-weight: 700;
	height: 3.5em;
	letter-spacing: 0.075em;
	line-height: 3.5em;
	padding: 0 2.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.home input[type='submit']:hover,
.home input[type='reset']:hover,
.home input[type='button']:hover,
.home button:hover,
.home .button:hover {
	background-color: rgba(245, 106, 106, 0.05);
}

.home input[type='submit']:active,
.home input[type='reset']:active,
.home input[type='button']:active,
.home button:active,
.home .button:active {
	background-color: rgba(245, 106, 106, 0.15);
}

.home input[type='submit'].icon:before,
.home input[type='reset'].icon:before,
.home input[type='button'].icon:before,
.home button.icon:before,
.home .button.icon:before {
	margin-right: 0.5em;
}

.home input[type='submit'].fit,
.home input[type='reset'].fit,
.home input[type='button'].fit,
.home button.fit,
.home .button.fit {
	width: 100%;
}

.home input[type='submit'].small,
.home input[type='reset'].small,
.home input[type='button'].small,
.home button.small,
.home .button.small {
	font-size: 0.6em;
}

.home input[type='submit'].large,
.home input[type='reset'].large,
.home input[type='button'].large,
.home button.large,
.home .button.large {
	font-size: 1em;
	height: 3.65em;
	line-height: 3.65em;
}

.home input[type='submit'].primary,
.home input[type='reset'].primary,
.home input[type='button'].primary,
.home button.primary,
.home .button.primary {
	background-color: #f56a6a;
	box-shadow: none;
	color: #ffffff !important;
}

.home input[type='submit'].primary:hover,
.home input[type='reset'].primary:hover,
.home input[type='button'].primary:hover,
.home button.primary:hover,
.home .button.primary:hover {
	background-color: #f67878;
}

.home input[type='submit'].primary:active,
.home input[type='reset'].primary:active,
.home input[type='button'].primary:active,
.home button.primary:active,
.home .button.primary:active {
	background-color: #f45c5c;
}

.home input[type='submit'].disabled,
.home input[type='submit']:disabled,
.home input[type='reset'].disabled,
.home input[type='reset']:disabled,
.home input[type='button'].disabled,
.home input[type='button']:disabled,
.home button.disabled,
.home button:disabled,
.home .button.disabled,
.home .button:disabled {
	pointer-events: none;
	opacity: 0.25;
}

.home header.major > :last-child {
	border-bottom: solid 3px #f56a6a;
	display: inline-block;
	margin: 0 0 2em 0;
	padding: 0 0.75em 0.5em 0;
}
.home header.major h2 {
	font-size: 1.75em;
	font-weight: bold;
}
.home .icons .separador {
	margin: 0 2px;
}
.img-right {
	display: block;
	margin-right: 0;
	margin-left: auto;
}
@media (max-width: 900px) {
	#main section header.main h1 {
		font-size: 2em !important;
	}
}
