@charset "UTF-8";
body {

	font-family: 'Poppins', sans-serif;
	color: #2e2d37;
	font-size: 12px;
	line-height: 1.5;
}
.container-fluid {
	max-width: 480px;
	padding-left: 30px;
	padding-right: 30px;
}
.header {
  padding: 15px 0 12px 0;
	height: 52px;
	position: fixed;
	width: 100%;
	top: -75px;
	left: 0;
	background: #fff;
	z-index: 999;
	-webkit-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	-webkit-box-shadow: 0 12px 12px -12px rgba(46, 45, 55,.6);
	box-shadow: 0 12px 12px -12px rgba(46, 45, 55,.6);
}
.header.is-fixed {
	top:0;
}
.header .row {
	margin-left: -30px;
	margin-right: -30px;
}
.header__navigation {
	position: relative;
	height: 25px;
	width: 17px;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
	background: transparent;
	padding: 0;
	outline: 0;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 1px;
}
.header__navigation span {
	border-radius: 2px;
	top: 50%;
	margin-top: -2.5px;
	left: 0px;
	right: 0px;
	position: relative;
	height: 2px;
	background: #000;
	display: block;
	transition: background .3s linear;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-webkit-backface-visibility: hidden;
}
.header__navigation span:before, .header__navigation span:after {
	border-radius: 2px;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
}
.header__navigation span:before {
	transition: top .3s .3s, -webkit-transform .3s 0s;
	-moz-transition: top .3s .3s, -webkit-transform .3s 0s;
	-webkit-transition: top .3s .3s, -webkit-transform .3s 0s;
	top: -5px;
	-webkit-transform: rotate(0);
}
.header__navigation span:after {
	transition: bottom .2s .3s, -webkit-transform .3s 0s;
	-moz-transition: bottom .2s .3s, -webkit-transform .3s 0s;
	-webkit-transition: bottom .2s .3s, -webkit-transform .3s 0s;
	bottom: -5px;
	-webkit-transform: rotate(0);
}
.header__navigation.is-active span {
	background: transparent;
}
.header__navigation.is-active span:before {
	transition: top .3s 0s, transform .3s .3s;
	top: 0;
	transform: rotate(45deg);
}
.header__navigation.is-active span:after {
	transition: bottom .3s 0s, transform .3s .3s;
	bottom: 0;
	transform: rotate(-45deg);
}
.header__navigation--list-mobile {
	background: #2E2D37;
	padding: 20px 0;
	position: fixed;
	top: 52px;
	width: 100%;
	z-index: 10;
	opacity: 0;
	left: -100%;
	transition: all .4s ease-in-out;
}
.header__navigation--list-mobile.is-visible {
	display: block;
	opacity: 1;
	left: 0;
}
.header__navigation--list-mobile ul {
	margin: 0;
	padding: 0 20px;
}
.header__navigation--list-mobile li:last-child a {
	margin: 0;
}
.header__navigation--list-mobile a {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
	transition: all .2s ease-in-out;
}
.header__navigation--list-mobile a:hover, .header__navigation--list-mobile a:focus {
	border-left: 2px solid #f3123c;
	padding: 0 0 0	10px;
	text-decoration:none;
}
.header img {
	height: 22px;
	float: left;
	margin-left: 15px;
}

.featured {
	/*padding: 32px 0 82px 0;
	background: url('../img/background-featured.jpg')no-repeat center;
	background-size: cover;*/
}
.featured__title {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	margin: 21px 0 0 0;
}

.content {
	padding: 35px 0;
}

.intro__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 32px 0;
}
.intro__content p {
	margin: 0;
}
.intro__content p:first-child:after {
	content: '';
	width: 48px;
	height: 3px;
	background: #F3123C;
	display: block;
	margin: 30px 0 30px 15px;
}
.intro__subtitle {
	font-size: 16px;
	margin: 40px 0 20px 0;
}
.intro__list {
	margin: 0 0 0 15px;
	padding: 0;
}

.index {
	background: #ecedf2;
}
.index .col-xs-6 {
	margin-bottom: 30px;
}
.index .row:last-child .col-md-3:nth-child(3), .index .row:last-child .col-md-3:nth-child(4) {
	margin-bottom: 0;
}
.index__box {
	position: relative;
	width: 100%;
	padding: 15px;
	background-color: #fff;
	border-radius: 8px;
	-webkit-transition: box-shadow .2s ease-out;
	-o-transition: box-shadow .2s ease-out;
	transition: box-shadow .2s ease-out;
}
.index__box a {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height:100%;
}
.index__box:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.index__box a:hover {
	text-decoration: none;
}
.index__box:hover {
	box-shadow: 0 12px 12px -12px rgba(46, 45, 55, 0.24);
}
.index__box:hover .index__box__name {
	color: #f3123c;
}
.index__box__number {
	font-size: 9.2px;
	color: #696977;
	letter-spacing: 0;
	padding: 16px;
}
.index__box__name {
	position: absolute;
	bottom: 16px;
	left: 0;
	font-size: 9.2px;
	color: #2e2d37;
	letter-spacing: 0;
	font-weight: 500;
	width: 100%;
	padding: 0 16px;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}
.index__box:hover .index__box__name span {
	display: block;
	background: url('../img/arrow-right.svg')no-repeat right center;
	width: 100%;
	background-size: contain;
}
.index__box--logo {
	background-image: url('../img/logo.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.index__box--fotografia {
	background-image: url('../img/fotografia.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%;
}
.index__box--tipografia {
	background-image: url('../img/abc.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.index__box--cor {
	background-image: url('../img/cor.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.index__box--ilustracao {
	background-image: url('../img/ilustracao.svg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.index__box--iconografia {
	background-image: url('../img/iconografia.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.index__box--composicao {
	background-image: url('../img/composicao.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 90%;
}
.index__box--santander {
	background-image: url('../img/santander.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.content__number {
	font-size: 20px;
	margin: 0 0 5px 0;
}
.content__title {
	font-size: 32px;
	margin: 0;
}

.logo .content__text p {
	font-size: 10px;
	line-height: 1.8;
	margin: 15px 0 60px 0;
}
.content__logo {
	margin-bottom: 70px;
	max-width: 100%;
}
.logo .col-md-6 {
	margin: 0 0 30px 0;
}

.pictures {
	background: #ecedf2;
	padding-bottom: 0;
}
.pictures .content__text p {
	color: #696977;
	font-size: 10px;
	line-height: 1.8;
	margin-bottom: 30px;
}

.pictures__box {
	background: #2e2d37;
}
.pictures__box--content h4, .pictures__box--content p {
	color: #fff;
}
.pictures__box--content h4, .colors__details h4 {
	font-size: 16px;
	font-weight: 400;
}
.pictures__box--content p {
	margin-bottom: 30px;
}

.content__typography p {
	margin: 50px 0 20px 0;
}
.breakline {
	display: block;
}
.content__typography h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.64;
	margin: 0 0 40px 0;
}
.content__typography h3 {
	margin: 0;
	letter-spacing: -10px;
}
.content__typography h3 strong big {
	font-size: 100px;
	font-weight: normal;
}
.content__typography h3 strong {
	font-size: 60px;
	font-weight: 800;
	margin: 10px 0;
}
.content__typography--image {
	margin: 30px 0 0 0;
}

.colors {
	padding-top: 0;
	position: relative;
	background: #2e2d37;
	color: #fff;
}
.colors-position {
	position: absolute;
	top: 0;
	padding-top: 30px;
	width: 100%;
}

.colors__content__intro p {
	margin: 30px 0 20px 0;
}
.colors__details h4 span {
	color: #f3123c;
}
.colors__details--red-text {
	height: 210px;
	background: #f3123c;
	border-radius: 8px;
	padding: 22px;
	position: relative;
}
.colors__details--red-text p {
	position: absolute;
	bottom: 22px;
	left: 22px;
	margin: 0;
	font-size: 15px;
}
.colors__details--text {
	color: #aeaeba;
	margin: 30px 0;
	font-size: 10px;
	line-height: 1.8;
}

.colors__list {
	margin: 0 0 32px 0;
	padding: 0;
}
.colors__list li {
	display: block;
	height: 29px;
	border-radius: 4px;
	margin-right: 5%;
	box-sizing: border-box;
	float: left;
	font-size: 11px;
	text-align: center;
	line-height: 29px;
}
.colors__list li:last-child {
	margin: 0;
	color: #696977;
}
.colors__list--primary li:first-child {
	width: 22%;
	background-color: #f3123c;
}
.colors__list--primary li:nth-child(2) {
	width: 30%;
	border: solid 1px #696977;
}
.colors__list--primary li:nth-child(3) {
	width: 38%;
	background-color: #fff;
}

.colors__list.colors__list--neutral {
	margin: 0 0 19px 0;
}
.colors__list--neutral li:first-child {
	width: 55%;
	background-color: #fff;
	color: #696977;
}
.colors__list--neutral li:nth-child(2) {
	min-width: 22%;
	width: 5%;
	background: #aeaeba;
}
.colors__list--neutral li:nth-child(3) {
	min-width: 22%;
	margin-top: 13px;
	width: 8%;
	background-color: #696977;
}
.colors__list--neutral li:nth-child(4) {
	min-width: 22%;
	margin-top: 13px;
	width: 17%;
	border: 1px solid #696977;
}

.drawings {
	padding-bottom: 0;
}
.drawings .text-center {
	text-align: center;
}
.drawing__holder--image {
	display: inline-block;
}
.drawings .content__text {
	color: #696977;
	font-size: 10px;
	line-height: 1.8;
}
.drawing__holder {
	position: relative;
	overflow: hidden;
}
.drawing__holder img {
	margin-left: 65px;
}
.drawings__box {
	background: #ecedf2;
	margin-top: -5px;
	padding: 40px 0 35px 0;
}
.drawings__box .text-center {
	text-align: center;
}

.icons {
	background: #ecedf2;
}
.icons .icon__image--big {
	display: inline-block;
	margin: 40px 0 60px 0;
}
.icons .text-center {
	text-align: center;
}
.icons .icon__image--small {
	display: inline-block;
}
.icons__description {
	color: #696977;
	margin: 40px 0 0 0;
}

.composition .content__title {
	margin: 0 0 45px 0;
}
.composition__content {
	color: #696977;
	margin: 40px 0;
}
.composition__image--margin {
	margin: 30px 0 0 0;
}
.composition__line {
	display: block;
	height: 2px;
	width: 35px;
	background: #f3123c;
	border-radius: 5px;
	margin-top: 4px;
}
.composition__line:nth-child(1) {
	margin-top: 40px;
}
.composition__line:nth-child(3) {
	margin-bottom: 29px;
}
.composition .composition__image {
	margin: 45px 0 0 0;
}

.santander {
	padding: 0;
}
.santander .content__text, .download .content__text {
	color: #696977;
}
.santander .content__text--border p {
	margin-bottom: 0;
}
.santander .content__text--border p:after {
	content: '';
	width: 48px;
	height: 3px;
	background: #F3123C;
	display: block;
	margin: 30px 0 20px 15px;
}
.santander .text-center {
	text-align: center;
}
.santander__image {
	display: inline-block;
	margin: 55px 0;
}

.footer {
	padding: 20px 0;
	background: #2e2d37;
}
.footer img {
	height: 22px;;
}
a:not(.button__primary), a:not(.button__primary):hover {
	color: #f3123c;
}
.button__primary {
	background: #f3123c;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 8px 12px -8px rgba(243, 18, 60, 0.6);
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 60px;
	display: block;
	line-height: 60px;
	margin-top: -10px;
	border: 0;
	transition: all .2s ease-out;
}
.button__primary:hover, .button__primary:focus {
	color: #fff;
	text-decoration: none;
	transform: scale(1.05);
	outline: 0;
}
.download .button__primary {
	margin-top: 200px;
}

/* V2 */
.featured {
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	position: relative;
	background: url('../img/background-featured.jpg')no-repeat center;
	background-size: cover;
}
.featured iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: none;
}
.featured .container-fluid {
	padding-top: 25px;
}
.full-width {
	width: 100%;
	border-radius: 12px;
}
@media screen and (min-width: 992px) {
	.featured {
		padding-top: 0;
	}
	.featured .container-fluid {
		padding-top: 60px;
	}
	.header img {
		height: 27px;
	}
}

@media screen and (min-width: 992px) {
	.colors__list--neutral li:nth-child(3), .colors__list--neutral li:nth-child(4) {
		margin-top: 30px;
	}
	.colors__list li {
		line-height: 56px;
		font-size: 14px;
	}
	.header__navigation--list-mobile {
		display: none;
	}
	body {
		font-size: 16px;
	}

	.container-fluid {
		max-width: 100%;
	}

	.header {
		padding: 0;
		height: 68px;
	}
	.header__navigation {
		display: none;
	}
	.header img {
		margin: 20px 0 0 0;
	}
	.header__navigation--list ul {
		text-align: right;
		margin: 0;
		padding: 0;
	}
	.header__navigation--list li {
		display: inline-block;
		margin: 0 3% 0 0;
	}
	.header__navigation--list li:last-child {
		margin: 0;
	}
	.header__navigation--list a {
		color: #2e2d37;
		padding: 25px 0 23px 0;
		display: block;
		-webkit-transition: border .2s ease-in-out;
		-o-transition: border .2s ease-in-out;
		transition: border .2s ease-in-out;
		border-bottom: 2px solid transparent;
		font-size: 12px;
	}
	.header__navigation--list a:hover, .header__navigation--list a:focus {
		text-decoration: none;
		border-bottom: 2px solid #f3123c;
	}

	.featured {
		background: none;
	}
	.featured__title {
		font-size: 72px;
	}
	.featured iframe {
		margin-top: -100px;
		display: block!important;
	}
	.intro {
		margin-top: -100px;
	}
	.content {
		padding: 75px 0;
	}

	.intro__title {
		font-size: 42px;
		line-height: 54px;
	}
	.intro__content p:first-child:after {
		margin-left: 0;
	}

	.intro__subtitle {
		margin: 0 0 20px 0;
		font-size: 24px;
	}
	.intro__list li {
		font-size: 18px;
		line-height: 2.5;
	}

	.index__box {
		padding: 25px;
	}
	.index .row:last-child .col-xs-6 {
		margin: 0;
	}
	.index__box__number {
		padding: 25px;
	}
	.index__box__name {
		padding: 0 25px;
	}
	.index__box__number, .index__box__name {
		font-size: 18px;
	}
	.index__box--logo {
		background-size: 50%;
	}
	.index__box--ilustracao {
		background-size: 70%;
	}
	.index__box:hover .index__box__name span {
		background-size: 13%;
	}

	.content__number {
		font-size: 44px;
	}
	.content__title {
		font-size: 72px;
	}

	.logo .content__text p {
		font-size: 16px;
		line-height: 1.75;
		margin: 90px 0 0 0;
	}
	.content__logo {
		margin: 200px auto;
		display: block;
		height: 65px;
	}
	.pictures {
		padding:0;
		position: relative;
		color: #fff;
	}
	.pictures__position {
		position: absolute;
		top: 65px;
		left: 0;
		z-index: 10;
		width: 100%;
	}
	.pictures .content__text p {
		font-size: 18px;
		color: #fff;
	}
	.pictures__box {
		position: relative;
		max-height: 720px;
		overflow: hidden;
	}
	.pictures__box .container-fluid {
		position: absolute;
		bottom: 0;
	}
	.pictures__box--content h4 {
		font-size: 44px;
		margin: 25px 0;
	}
	.pictures__box--content p {
		font-size: 18px;
		margin: 0 0 40px 0;
	}

	.content__typography p {
		font-size: 24px;
		margin: 135px 0 50px 0;
	}
	.content__typography h2 {
		font-size: 32px;
	}
	.breakline {
		display: inline;
	}
	.breakline-md {
		display: block;
		clear: both;
	}
	.typography .text-center {
		text-align: center;
	}
	.content__typography h3 {
		margin-top: 120px;
		letter-spacing: -20px;
	}
	.content__typography h3 strong big {
		font-size: 200px;
	}
	.content__typography h3 strong {
		font-size: 100px;
	}
	.content__typography--images img {
		height: 449px;
		display: inline-block;
		margin: 0 30px 0 0;
	}
	.content__typography--images img:last-child {
		margin: 0;
	}

	.colors {
		padding-top: 0;
		margin-bottom: -20px;
	}
	.colors__holder {
		max-height: 720px;
		overflow: hidden;
	}
	.colors-position {
		padding-top: 65px;
	}
	.colors-position p {
		font-size: 18px;;
	}

	.colors__details {
		margin-top: 85px;
	}
	.colors__details h4 {
		font-size: 40px;
		margin-top: 0;
	}
	.colors__details--text {
		font-size: 18px;
		margin: 0 0 100px 0;
	}
	.colors__details .h4-small {
		font-size: 28px;
		margin-top: 10px;
	}
	.colors__list--primary li {
		margin-bottom: 100px;
	}
	.colors__list li {
		height: 56px;
	}

	.drawings {
		position: relative;
		height: 925px;
		overflow: hidden;
	}
	.drawings .content__text {
		font-size: 18px;
		position: relative;
		z-index: 10;
	}
	.drawings > .drawings-height {
		height: 800px;
	}
	.drawing__image {
		position: absolute;
		right: -10%;
		bottom: 0px;
	}
	.drawing__holder--image {
		margin: 50px 0;
		height: 280px;
	}
	.drawings__box {
		margin-top: -25px;
	}

	.content.icons {
		padding-top: 0;
	}

	.icon__image--md {
		margin: 52px 0 0 0;
	}

	.icons__description p, .composition__content p, .santander .content__text p , .download .content__text p {
		font-size: 18px;
	}

	.composition {
		overflow: hidden;
	}
	.composition__content {
		margin: 85px 0;
	}
	.composition .composition__image-nmd {
		margin-left: 30px;
	}
	.composition__content--bottom + img {
		margin-left: -30px;
	}
	.santander {
		padding-top: 0;
	}
	.santander__image {
		height: 35px;
		margin: 20px 0;
	}
	.santander__image {
		float: right;
	}
	.santander__image--big {
		height: 46px;
	}
	.santander .row:nth-child(3) {
		margin-top: 40px;
	}
	.santander .content__text--border p:after {
		margin: 70px 0 50px 0;
	}
	.footer {
		padding: 34px 0;
	}
	.footer img {
		height: 28px;
	}
}
@media screen and (min-width: 1441px) {
	.content__typography h2 {
		font-size: 44px;
	}
	.content__typography h3 strong big {
		font-size: 300px;
	}
	.content__typography h3 strong {
		font-size: 200px;
	}
	.container-fluid {
		max-width: 1440px;
	}
	.header__navigation--list li {
		margin: 0 5% 0 0;
	}
	.pictures__box .container-fluid {
		left: 50%;
		margin-left: -720px;
	}
	.content__typography--images img {
		height: 597px;;
	}
	.drawing__image {
		right: 0;
	}
	.icon__image--md {
		margin: 80px 0 0 0;
	}
	.composition .composition__image, .composition__line:nth-child(1) {
		margin-top: 96px;
	}
	.composition__content {
		margin-bottom: 125px;
	}
}