/* Content */

.content {
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

section {
	width: 100%;
	/*overflow-x: hidden;*/
	position: relative;
	display: inline-block;
}


/*Header*/

header {
	width: 100%;
	text-align: center;
}


/*Banner*/

#banner {
	background-image: url('../img/tijolos.png');
	background-position: top;
	background-size: cover;
	padding-bottom: 150px;
}

#banner .content {
	position: initial !important;
	width: 70%;
}

.logo {
	position: absolute;
	left: 30%;
	top: 46%;
	z-index: 30;
}

.logo img {
	max-width: 360px;
}

.construcao {
	margin-bottom: 180px;
}

.construcao img {
	max-width: 330px;
}

#banner .inner {
	position: relative;
	top: 200px;
}

.texto {
	text-transform: uppercase;
	margin-top: 21px;
	color: #fff;
	font-size: 17px;
	line-height: 2.5;
	position: relative;
}

.texto b {
	color: #fff;
}

.gif {
	position: relative;
	margin-top: 40%;
	right: 50px;
}

.gif img {
	max-width: 450px;
	width: 100%;
	position: relative;
}


/* Section white 1 */

#quem-somos {
	padding: 50px 10px;
	background-color: #fff;
	text-align: center;
}

#quem-somos .ad-title {
	max-width: 400px;
	margin: 0 auto;
}

#quem-somos .inner {
	margin-top: 70px;
}

#quem-somos .desc {
	font-family: 'Caecilia LT Std';
	font-weight: 500;
}

#quem-somos .desc span {
	font-family: 'Caecilia LT Std';
	font-weight: 500;
	color: #000;
	background-color: #e7e7e7;
}

.exp img,
.retail img {
	max-width: 200px;
}

.middle img {
	max-width: 330px;
}


/*Marcas*/

#marcas {
	background-color: #f2f2f2;
	padding: 50px 0;
	text-align: center;
}

#marcas .content {
	width: 90%;
}

#marcas .ad-title {
	max-width: 650px;
	margin: 0 auto;
}

#marcas .title {
	font-size: 22px;
	font-weight: 400;
	border-bottom: 1px solid #000;
}


/* Footer */

footer {
	background-image: url(../img/footer.png);
	background-position: top;
	background-size: cover;
	display: inline-block;
	padding: 100px 0;
	width: 100%;
}


/*Tipografia*/

footer .desc {
	color: #fff;
	text-align: left;
	line-height: 1;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 0;
}

footer .desc a {
	color: #fff;
	text-align: left;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 0;
}

footer .title {
	color: #fff;
	text-align: left;
	font-weight: bolder;
	border: 0;
	font-size: 50px;
}

footer .content {
	width: 66%;
	margin: 0 0 0 12%;
}

.mind img {
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
}

.bigger {
	font-size: 35px !important;
	font-weight: 500;
}

.icon {
	max-width: 25px;
	margin-right: 15px;
	position: relative;
	top: 15px;
}

.desc {
	text-align: center;
	padding: 5px;
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 2;
}

.title {
	color: #000;
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #000;
}

.sub {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center;
}

strong {
	color: #1d0835;
}

a {
	text-decoration: none;
}

b {
	font-weight: bolder !important;
}


/*Afeta a pagina toda*/

* {
	color: #777777;
	font-family: 'Gotham HTF';
	font-weight: normal;
	margin: 0px;
	outline: 0 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	/* Code for Firefox */
	color: #777777;
	background: #e7e7e7;
}

::selection {
	color: #777777;
	background: #e7e7e7;
}


/*Floats*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}


/* Tricks */

#cursos-oficinas .col-4:hover {
	background-color: rgba(251, 182, 64, 0.46);
	transition: 0.4s;
}

#quem-somos img:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.img-responsive {
	width: 100%;
}

.hide {
	display: none;
}

.mobile {
	display: none;
}

.center {
	text-align: center;
}

.space {
	padding: 3px;
}

.push-left {
	position: relative;
	left: 2%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

body,
html {
	background-color: #fff;
	height: 100%;
}


/*GRIDS*/

#marcas .col {
	width: 20%;
	float: left;
	padding: 10px 30px;
	margin-top: 30px;
}

.col-1 {
	width: 8.33%;
	float: left;
}

.col-2 {
	width: 16.66%;
	float: left;
}

.col-3 {
	width: 25%;
	float: left;
}

.col-4 {
	width: 33.33%;
	float: left;
}

.col-5 {
	width: 41.66%;
	float: left;
}

.col-6 {
	width: 50%;
	float: left;
}

.col-7 {
	width: 58.33%;
	float: left;
}

.col-8 {
	width: 66.66%;
	float: left;
}

.col-9 {
	width: 75%;
	float: left;
}

.col-10 {
	width: 83.33%;
	float: left;
}

.col-11 {
	width: 91.66%;
	float: left;
}

.col-12 {
	width: 100%;
	float: left;
}