/*
https://coolors.co/2d3142-4f5d75-bfc0c0-ffffff-ef8354
escuro - #2D3142
meio escuro - #4F5D75
claro - #BFC0C0
branco - #FFFFFF
laranja - #EF8354
*/



html {
	/*height: 100%;*/

}

body {
	font-family: "Raleway";
	font-size: 1.5em;
	color: #2D3142;
	/*padding-top: 70px;*/
/*	background: url(../img/header01.jpeg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
}

hr {
	width: 50%;
	border: 1px solid #EF8354;
}

h1 {
	text-transform: capitalize;
}

/*IDs*/
#id01 {
	height: 400px;
	width: 100%;
	background-image: url(../img/header01.jpeg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: -50px;
}

#id02 {
	background: #2D3142;
	padding: 15px;
	text-align: center;
	font-size: 2em;
	color: white;
}

#id04 {
	background: #4F5D75;
}

#id04 h1,#id06 h1 {
	color: white;
}

#id05 h2 {
	text-align: center;
}

#id06 {
	background: #4F5D75;
}

#id05 {
    background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../img/bg-image03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 5px;
}

#id07 {
	padding-bottom: 15px;
}

#id08 {
	color: white;
	background: #4F5D75;
	padding-bottom: 5px;
}

#id09 {
    background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../img/bg-image02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*padding-bottom: 5px;*/
}

#id10 {
	background: #2D3142;
	padding: 15px;
	text-align: center;
	/*font-size: 2em;*/
	color: white;
}

#artHeader {
	height: 300px;
	width: 100%;
	background-image: url(../img/header04.jpg);
	background-position: center;
	text-align: center;
	color: white;
	padding-top: 120px;
}

/*CLASSES*/
.valores {
	/*border: 1px solid grey;*/
	padding: 10px;
	margin: 20px 0 0 0;
}

.valores p, .valores h3 {
	text-align: center;	
}

.artigos {
	border: 1px solid red;
	padding: 10px;
	text-align: justify;
}

.fa-hubspot,.fa-hand-holding,.fa-hands-helping,.fa-bookmark {
	font-size: 6em;
}
.fa-file-signature {
	font-size: 5em;
	color: #4F5D75;
}

.fa-file-signature:hover{
	color: #2D3142;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.media:nth-of-type(odd) {
	margin-bottom: 20px;
}

/*.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #EF8354;
}*/


/*COLLAPSE*/
.panel-default>.panel-heading {
    color: #FFFFFF;
    background-color: #BFC0C0;
    border-color: #2D3142;
}

/*CARROSSEL*/
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
	/*margin-top: -50px;*/
}