body {
	background-color: rgb(245, 245, 245);	
    font-family: "Poppins", sans-serif;   
}
#masthead{
	padding-top: 200px;
	padding-bottom: 200px; 
	text-align: center;
	background-image: url("/assets/img/banner_becas.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	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: 200px;}  

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

/*---------------------------------------------------------------------------------------*/
/* BECAS
/*---------------------------------------------------------------------------------------*/
#scholarship{
	margin-top: 5rem;
	margin-bottom: 3rem;
	margin-left: 2rem;
	margin-right: 2rem;
}

.main-text {
	background-color: #004d0b;
	color: rgb(100, 198, 83);
  }

  .sidebar {
	background-color: #015A2C;
	color: rgb(100, 198, 83);
	
  }

  .footer-left {
	background-color: green;
	color: rgb(15, 65, 6);
	
  }

  .footer-right {
	background-color: #009C43;
	color: rgb(15, 65, 6);
  }

  .link-custom {
    color: rgb(100, 198, 83);
}

.link-custom:hover {
    color: green;
}

.footer-left ol,
.footer-right ol {
	list-style-type: upper-roman;
}

.footer-left ol li, .footer-right ol li {
	font-weight: normal; 
}

.footer-left ol li::marker, .footer-right ol li::marker {
	font-weight: bold;
}

.alert-box {
	background-color: #fff;
	color: #333; 
	padding: 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	margin-left: auto;  
  margin-right: auto;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	width: 60%;
  }
  

  .alert-box i {
	font-size: 24px;
	margin-right: 10px;
	color: rgb(15, 65, 6)
  }
  

  .alert-box span {
	font-size: 16px;
	color: #004d0b;
  }