/* HOME COMPANY */
.home-company {
	background-color: #fff;
}
.home-company > .body {
	padding:100px 25px;
}
.home-company h1 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    word-wrap: normal;
    white-space: nowrap;
	color: #747474;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 10px;
}
.home-company h1:before {
    content: '';
    width: 4%;
    height: 1px;
    display: block;
    background-color: #393939;
    margin-right: 3%;
}
.home-company h1:after {
    content: '';
    width: 4%;
    height: 1px;
    display: block;
    background-color: #393939;
    margin-left: 3%;
}
.home-company h2 {
	color: #ff0058;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 10px;
}
.home-company .text {
	color: #3a3838;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	max-width: 1014px;
	margin: 10px auto;
}
.home-company .text p {
	margin-bottom: 20px;
}
.home-company .marcas {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap: wrap;
    margin-top:10px;
}

.home-company .marcas li {
	width: 25%;
	padding: 10px;
	text-align: center;
}
@media (max-width: 580px){  
	.home-company .marcas li {
		width: 50%;
	}
}
@media (max-width: 380px){  
	.home-company .marcas li {
		width: 100%;
	}
}
.home-company .marcas li img {
	max-width: 100%;
}
/* HOME ACTIVITIES */
.home-activities {
	background-color: #fcfcfc;
	background: linear-gradient(#eee, #fcfcfc);
}
.home-activities > .body {
	padding:50px 25px;
}
@media (max-width: 768px){  
	.home-activities > .body {
		padding:50px 10px;
	}
}
.home-activities h1 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    word-wrap: normal;
    white-space: nowrap;
	color: #00c7ff;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}
@media (max-width: 768px){  
	.home-activities h1 {
    	white-space: normal;
		font-size: 28px;
		line-height: 28px;
	}
}
.home-activities h1:before {
    content: '';
    width: 4%;
    height: 1px;
    display: block;
    background-color: #00c7ff;
    margin-right: 3%;
}
.home-activities h1:after {
    content: '';
    width: 4%;
    height: 1px;
    display: block;
    background-color: #00c7ff;
    margin-left: 3%;
}
.home-activities .articles {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top:30px;
}

.home-activities .articles article {
	width: 50%;
	padding: 20px;
	margin-bottom: 20px;
}
@media (max-width: 680px){  
	.home-activities .articles article {
    	width: 100%;
	}
}
.home-activities .articles article h2 {
	color: #383838;
	font-size: 24px;
	font-weight: 500;
	margin: 10px;
}

/* HOME AREAS */
.home-areas {
	background-color: #005b77;
	background-image: url(../grp/tri-lrbt-fcfcfc.svg), url(../grp/tri-lrtb-fcfcfc.svg), url(../img/home-areas.jpg);
	background-size: 105%, 105%, cover;
	background-position: bottom center, top center,center;
	background-repeat: no-repeat;
	background-attachment: scroll,scroll, fixed;
	z-index: 1;
}
.home-areas > .body {
	padding:10% 25px;
}
@media (max-width: 380px){  
	.home-areas > .body {
		padding:15% 10px;
	}
}
.home-areas h1 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    word-wrap: normal;
    white-space: nowrap;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	margin: 20px auto;
}
@media (max-width: 768px){  
	.home-areas h1 {
    	white-space: normal;
		font-size: 28px;
		line-height: 28px;
	}
}
.home-areas h1:before {
    content: '';
    width: 4%;
    height: 1px;
    display: block;
    background-color: #fff;
    margin-right: 3%;
}
.home-areas h1:after {
    content: '';
    width: 4%;
    height: 1px;
    display: block;
    background-color: #fff;
    margin-left: 3%;
}
.home-areas .articles {
	position: relative;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap: wrap;
    margin: 30px auto;
}
.home-areas .articles article {
	width: 50%;
	padding: 20px;
	color: #fff;
	text-align: left;
}
@media (max-width: 767px){  
	.home-areas .articles article {
		width: 100%;
		padding: 10px;
	}
}
.home-areas .articles article ul {
	position: relative;
	width: 100%;
	height: 100%;
	border: solid 1px #fff;
	padding: 50px 25px 50px 50px;
	list-style-type: circle;
}
.home-areas .articles article li {
	padding-left: 0px;
	list-style-type: disc;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
@media (max-width: 768px){  
	.home-areas .articles article li {
		font-size: 20px;
		margin-bottom: 5px;
	}
}
/* HOME PRODCUCTS */
.home-products {
	background-color: #fcfcfc;
}
.home-products > .body {
	padding:110px 25px;
}
@media (max-width: 480px){  
	.home-products > .body {
		padding:50px 10px;
	}
}
.home-products h1 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    word-wrap: normal;
    white-space: nowrap;
	color: #ff003b;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 20px;
}
@media (max-width: 768px){  
	.home-products h1 {
    	white-space: normal;
		font-size: 28px;
		line-height: 28px;
	}
}
.home-products h1:before {
    content: '';
    width: 4%;
    height: 1px;
    display: block;
    background-color: #ff003b;
    margin-right: 3%;
}
.home-products h1:after {
    content: '';
    width: 4%;
    height: 1px;
    display: block;
    background-color: #ff003b;
    margin-left: 3%;
}
.home-products .articles {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
  	flex-wrap:         wrap;
    -webkit-justify-content: flex-start; /* Safari */
  	justify-content:         flex-start;
    margin-top:30px;
}
.home-products .articles article {
	width: 33.333%;
	padding: 20px;
	margin-bottom: 20px;
}
@media (max-width: 768px){  
	.home-products .articles article {
		width: 50%;
	}
}
@media (max-width: 480px){  
	.home-products .articles article {
		width: 100%;
	}
}
.home-products .articles article img {
	max-width: 100%;
	border: solid 1px #d3d3d3;
}
.home-products .articles article h2 {
	color: #383838;
	font-size: 14px;
	font-weight: 400;
	margin: 10px;
}