body {
    font-family: "Poppins", sans-serif;   
}
#masthead{
	padding-top: 200px;
	padding-bottom: 200px; 
	text-align: center;
	background-image: url("/assets/img/IMG_5093.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-size: cover;		
	margin-bottom: 50px;
	position: relative;
	z-index: -1;		
}

.banner-masthead {
	background-color: white;
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	bottom: -15rem;
	padding: 20px;
	border-radius: 5px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
	color: #004d0b;
	width: 200px;	 
}  

#masthead .masthead-heading {
    font-size: 25px; 
    font-weight: 700;
}

@media (min-width: 768px) {
	.banner-masthead {width: 400px;}  

	.masthead .masthead-heading {font-size: 80%;}	
}

/*---------------------------------------------------------------------------------------*/
/* Pentagon
/*---------------------------------------------------------------------------------------*/



#pentagon h2 {	
	margin-top: 30px;
	padding-left: 10%;
} 

.pentagon-right{
    position: absolute;  
    width: 350px; 
    height: 80px; 
    background-color: black; 
    clip-path: polygon(0% 0%, 75% 0%, 80% 50%, 75% 100%, 0% 100%);
    z-index: 1; 
}

.pentagon-shadow {
    position: absolute;  
    width: 350px; 
    height: 80px; 
    background-color: rgb(183, 167, 78); 
    clip-path: polygon(0% 0%, 75% 0%, 80% 50%, 75% 100%, 0% 100%);
    z-index: 0;
    top: 20px;  
}

@media (min-width: 768px) {	
	.pentagon-right{
		width: 600px; 
		height: 100px; 
	}
	
	.pentagon-shadow { 
		width: 600px; 
		height: 100px; 		
	}
}

/*---------------------------------------------------------------------------------------*/
/* Docentes
/*---------------------------------------------------------------------------------------*/
#Docentes{  
    padding: 3rem 0 5rem 0; 
    background-color: white;
}

#Docentes i {
    color: #004d0b;
}

#Docentes .container{
	margin-top: 8%;
}


#Docentes > #pentagon{
	max-width: 1700px;
	margin-right: auto;  
	margin-left: auto;
}


