@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #5a5a5a;
  
  font-family: "montserratregular";
}
.navbar-divider{
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	border-top: 3px solid #0B2A4A;
}
.section-divider{
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-top: 1px solid #1488C2;
}
.vertical-align-center{
	margin-top: 5vh;
}

/* CUSTOMIZE THE TOP BANNER
-------------------------------------------------- */
.top_banner{
	width: 25vw;
	height: auto;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.font-azul{
	color: #0B2A4A !important;
}
.font-azul:hover{
	background: #1488C2 !important;
}
.nav-link{
	margin-left: 1rem;
	margin-right: 1rem;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
  padding: 0.5rem !important;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* CIRCULAR CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.circular-img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.circular-title{
	margin-top: 1rem;
	text-align: center;
	font-size: 1.5rem;
	color: #0B2A4A;
}


/* HORIZONTAL NEWS
------------------------- */

.horizontal-news{
	height: 100%;
	width: auto;
}
.horizontal-news-heading{
	
}
.horizontal-news-lead{
    font-size: 1rem;
	color: #0B2A4A;
}

/* EXTERNAL LINKS
------------------------- */

.external-link-img{
	max-width: 15vw;
	max-height: 15vh;
	display: flex;
	margin: auto;
}

.external-link-img img{
	width: 100%;
}

/* SOCIAL MEDIA LINKS
------------------------- */

.socialmedia-link-img{
	max-width: 5vw;
	max-height: 5vh;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

/* TRANSPARENCIA
------------------------- */

.card-img{
	height: auto !important;
	width: 100% !important; 
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .horizontal-news-heading {
    font-size: 35px;
  }
}

@media (min-width: 62em) {
  .horizontal-news-heading {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}