

/*** Centra Slide***/
.slide {
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 65px;
	padding-top: 50px;
	text-align: center;
}


/** Define Header **/

	.title-row {
		font-size: 45px;
		padding-bottom: 50px;
	}
	
	
	/** Define Linha**/
	.line-row .hr {
		background-color: #e4e6e5;
		height: 5px;
		margin: 0 auto;
		width: 33%;
	}
	
	/** Define Sub Header**/
	.subtitle-row {
		font-size: 25px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	


/** Define Tamanho Icons**/
	i.socialmedia {
		font-size: 60px;
		color: white;
	}

	
	
	
/** Define caracteristicas Gerais do Slide**/	
#slide-6 {
	background-color: #222222;
	color: #e4e6e5;
	padding-bottom: 10px;
	padding-top: 67px;
	background-image: url('../img/fotterback1.png');
	background-attachment: fixed;
    background-size: cover;
    background-position: center bottom;
}


@media (max-width: 767px) {
	#slide-6 {
		background-image: none; 
	}
}
	
	#slide-6 .line-row .hr {
		background-color: #4e4e4e;
		color: #4e4e4e;
	}

	#slide-6 a {
		color: inherit;
		outline: none;
		text-decoration: none;
	}

@media (max-width: 767px) {
	.with-hover-text{
		margin-bottom: 2em;
		margin-top: 1em;
	}
}




/** Define distancia Sub Header aos Icons **/	
	#contact-row-4 {
		padding-top: 5px;
	}
	
	#contact-row-4 .col-12 {
		height: 175px;
		overflow: hidden;
		padding-top: 20px;
		transition: all ease-in .5s;
	}
	
	#contact-row-4 img {
		display: block;
		margin: 0 auto;
		max-height: 100%;
		max-width: 100%;
	}
	
	#contact-row-4 .col-12:hover {
		height: 175px;
		padding-top: 0;
	}
	
	#contact-row-4 .col-12 .hover-text {
		display: none;
		font-size: 20px;
	}

	
