#person-identification{
	background-color: #13213B;
	color: white;
	
}
#person-identification .container{
	min-height: 150px;
}
#person-identification .container p{
	font-size: 18px;
	margin: 40px;
}

#person-identification img.face{
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

#banner{
	padding: 100px;
	background-image: url("../imgs/banner_desk.png"); /* The image used */
	background-color: #cccccc; /* Used if the image is unavailable */
	height: 100%; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

#pessoas{
	padding: 100px;
	background-image: url("../imgs/fundo1.png"); /* The image used */
	background-color: #cccccc; /* Used if the image is unavailable */
	height: 100%; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

#pessoas .card{
	width: 100%;
	background-color: #13213B;
    border-radius: 15px;
    padding: 30px 30px;
    text-align: center;
    color: white;
}

#pessoas .card .btn-card{
	display: inline-block;
	width: 80%;
	background-color: white;
	color: #13213B;
	margin: auto;
	text-decoration: none;
	padding: 15px;
	border-radius: 45px;
	text-transform: uppercase;
}
#sobre .texto{
	padding: 100px;
}
#sobre .texto h3{
	color: #13213B;
	font-weight: bolder;
	font-size: 30px;
}
#sobre .texto p{
	color: #13213B;
	font-weight: bolder;
	font-size: 20px;
	margin-top: 45px;
}
#sobre .img-fundo{
	min-height: 500px;
	background-image: url("../imgs/sobre.png"); /* The image used */
	background-color: #cccccc; /* Used if the image is unavailable */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}
#rodape{
	background-color: #13213B;
	color: white;
}
#rodape .container{
	min-height: 100px;
}
#rodape .container p{
	font-size: 18px;
}
#rodape a{
	display: inline-block;
	border-radius: 50%;
	background-color: white;
	width: 35px;
	height: 35px;
	text-align: center;
	margin: 32px 5px;
}
#rodape i{
	color: #13213B;
	font-size: 20px;
	line-height: 33px;
}

#logo-rodape{
	width: 120px;
	margin: 19px;
}
#rodape .dados p{
	text-align: right;
	margin: 0;
}

@media (max-width: 991px) {
	#banner{
		padding: 10% !important;
	}
	#person-identification .container p {
	  font-size: 14px !important;
	  margin: 20px !important;
	}

	#pessoas{
		padding: 10% !important;
	}
	.precard{
		padding: 0 0 20px 0 !important;
	}
	#sobre .img-fundo {
	  min-height: 370px !important;
	  
	}
	#sobre .texto {
	  padding: 10% !important;
	  
	}
	#sobre .texto h3 {
	  font-size: 25px !important;
	}

	#sobre .texto p {
	  font-size: 18px !important;
	}
}