* {
	font-family: 'Lato', sans-serif;
  }
  
  .bg-primary-color {
	background-color: #050505;
  }
  
  .bg-secondary-color {
	background-color: #ffffff;
  }
  
  .bg-dark-color {
	background-color: #ff0000;
  }

  .bg-DarkBlue-color {
    background-color: #0000be;
  }

  .bg-LightGray-color {
    background-color: #e9dfdf;
  }
  
  .primary-color {
	color: #000000;
  }
  
  .secondary-color {
	color: #ffffff;
  }
  
  /* NAVBAR */
  #navbar {
	border-bottom: 1px solid #ff0000;
  }
  
  #navbar a {
	color: #ffffff;
  }
  
  #navbar a:hover {
	color: #ff0000;
  }
  
  #navbar .active {
	border-bottom: 1px solid #ffffff;
  }
  
  .navbar-brand {
	display: 100%;
  }
  
  .navbar-brand img {
	width: 120px;
  }
  
  .navbar-brand span {
	font-weight: 700;
	font-size: 1.5em;
	margin-left: 0.5em;
  }
  
  #navbar-items .navbar-nav {
	display: flex;
	justify-content: center;
	width: 100%;
  }
  
  #navbar-items .nav-item {
	margin: 0 1em;
  }
  
  /* SLIDER */
  #slider {
	margin-top: 7em;
	margin-bottom: 1em;
  }
  
  #slider .carousel-caption {
	bottom: 3em;
  }
  
  #slider .carousel-caption h2 {
	font-size: 2.5em;
	text-shadow: #000 2px 2px;
  }
  
  .btn {
	border-radius: 0;
  }
  
  #slider .btn {
	padding: 0.3em 0.8em;
	font-size: 1em;
	margin-top: 1em;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
	opacity: 0.7;
  }
  
  .carousel-control-prev i,
  .carousel-control-next i {
	color: #111;
	font-size: 4em;
  }
  
  .carousel-indicators [data-bs-target] {
	background-color: #222;
	opacity: 0.8;
  }
  
  .carousel-indicators .active {
	background-color: #000;
  }
  
  @media (min-width: 768px) {
	#slider .carousel-caption {
	  bottom: 3em;
	}
	#slider .carousel-caption h5 {
	  font-size: 4em;
	  text-shadow: #000 2px 3px;
	}
	#slider .btn {
	  padding: 0.6em 1.6em;
	  font-size: 1.2em;
	  margin-top: 1em;
	}
	.carousel-indicators {
	  bottom: 7em;
	}
  }
  
  /* MINI BANNERS */
  #mini-banners {
	margin-bottom: 4em;
  }
  
  #mini-banners .card {
	padding: 2em 0.3em;
	border-radius: 2;
  }
  
  #mini-banners i {
	font-size: 4em;
  }
  
  #mini-banners .card-title {
	margin-bottom: 1.5em;
  }
  
  #mini-banners .btn {
	margin-top: 1.5em;
	padding: 0.6em 1.2em;
  }
  
  #mini-banners .card {
	margin-bottom: 1em;
  }
  
  @media (min-width: 768px) {
	#mini-banners {
	  margin-top: -6em;
	}
  }
  
  /* DESTAQUES */
  #featured-container {
	margin-bottom: 4em;
  }

  #featured-containerGL {
    margin-bottom: 1em;
    padding: 4em 1em;
    }
  
  .title {
	font-size: 1.75em;
	margin-bottom: 0.4em;
	position: relative;
  }
  
  .title:before {
	width: 75px;
	border-top: 4px solid #000000;
	content: '';
	position: absolute;
	bottom: 2em;
  }
  
  #featured-images {
	margin-top: 2em;
  }
  
  #featured-images .col-md-4 {
	position: relative;
	cursor: pointer;
  }
  
  #featured-images .col-md-4 a:hover > .banner-content {
	opacity: 0.8;
  }
  
  #featured-images .banner-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0.6;
	transition: 0.5s;
  }
  
  @media (min-width: 768px) {
	.title {
	  font-size: 2.4em;
	}
  
	.title:before {
	  bottom: 1.5em;
	}
  
	#featured-images .banner-content {
	  opacity: 0;
	}
  }
  
  /* INFO */
  #info-content {
	margin-bottom: 4em;
	padding: 4em 1em;
  }
  
  #info-numbers {
	margin: 1.5em 0;
  }
  
  #info-banner {
	align-items: center;
	display: flex;
	margin-bottom: 2.5em;
  }
  
  #info-numbers h3 {
	font-size: 3em;
  }
  
  @media (min-width: 768px) {
	#info-content {
	  padding: 3.5em;
	}
  }
  
  /* FOOTER TOP */
  #footer {
	padding: 3em 2em;
  }
  
  #footer-top {
	margin-bottom: 2em;
  }

  #footer-top img {
  width: 170px;  
  }

  #info-apoio img {
    width: 250px;
  }
  
  #footer-top,
  #footer-top i {
	color: #ffffff;
  }
    
  #social-icons {
	text-align: right;
  }
  
  #social-icons a {
    background-color: #fd0000;
    color: #fffdfd;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
		font-size: 30px;
    font-weight: bold;
    border: solid #ff0000;
    border-radius: 10px;
  }
  
  #social-icons a:hover {
    background-color: #d33939;
	  color: #fffdfd;
  }
  
  /* FOOTER DETAILS */
  #footer-details {
	margin-bottom: 3em;
  }
  
  #news-container,
  #contact-container,
  #links-container {
	padding: 0;
	border: 0;
	margin-bottom: 2em;
  }
  
  #footer-details h4 {
	color: #fff;
	margin-bottom: 1.5em;
  }
  
  #news-container input {
	border-radius: 0;
	border: none;
  }
  
  #links-container li {
	margin-bottom: 0.5em;
  }
  
  #links-container a {
	text-decoration: none;
  }
  
  #links-container a:hover {
	color: #fff;
  }
  
  /* FOOTER BOTTOM */
  #footer-bottom {
	border-top: 1px solid #ffffff;
	padding-top: 2em;
  }
  
  #footer-bottom i {
	color: #25bb17;
  }
  
  @media (min-width: 768px) {
	#news-container {
	  padding-right: 2em;
	}
  
	#contact-container {
	  padding: 0 2em;
	  border-left: 1px solid #ffffff;
	  border-right: 1px solid #ffffff;
	}
   
	#links-container {
	  padding-left: 2em;
	}
  }