/* Add here all your css styles (customizations) */

.aurora-gradiente {
	background-image: linear-gradient(to bottom, #135235, #3a6c51, #5e876f, #81a28e, #a5beaf);
}

.color-aurora {
	color: #0F4731!important;
}

.bg-aurora-light {
	background-color: #E5EAE5;
}

.bg-aurora {
	background-color: #0F4731;
}

.aurora p {
	font-size: 1.2rem;
}

.u-heading-v2-5--top {
	border-color: #0F4731!important;	
}

.w-90 {
    width: 90%!important;
}

.g-bg-aurora--hover:hover {
  background-color:  #aebdae !important;
}

.g-brd-aurora {
 border-color: #bedebe !important;	
}

/* Banners Seções */
.aurora-banners {  
  background-color: #fff;
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; 
}

