*, *::before, *::after {
  box-sizing: border-box;
}
h1, h2, .font-weight-bold {
  font-weight: 700 !important;
  color: #FFFFFF;
}
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: left;
  background-color: #ffffff;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge-primary {
  color: #ffffff;
  background-color: #001D61;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #6689ff;
  text-decoration: underline;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 122, 199, 0.5);
  text-decoration: underline;
}
a.enlace-noticia {
  text-decoration: none !important;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;       
  transition: background-size .2s ease;
}

a.enlace-noticia:hover {
  background-size: 100% 2px;      
}



@media (prefers-reduced-motion: reduce) {
a.enlace-noticia {
  text-decoration: none !important;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;        
  transition: background-size .2s ease;
}

a.enlace-noticia:hover {
  background-size: 100% 2px;     
}

  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-relative {
  position: relative !important;
}
.h-100 {
  height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-white {
  color: #fff !important;
}
.section-title {
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dee2e6;
  /*border-left: 5px solid #6689ff;*/
  /*background-image: url("../img/probar.jpg");*/
}
.news-carousel .owl-nav {
  position: absolute;
  width: auto;
  height: 30px;
  top: -60px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.news-carousel .owl-nav .owl-prev, .news-carousel .owl-nav .owl-next {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  transition: .3s;
}
.news-carousel .owl-nav .owl-prev:hover, .news-carousel .owl-nav .owl-next:hover {
  color: #b1cee2;
  background: #6689ff;
  border-color: #6689ff;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1e2024);
  z-index: 1;
}
@media (min-width: 768px) {
  .news-lg {
    height: 350px;
  }
  .news-lg .border {
    border-left: none !important;
  }
	iframe {
    width: 100%;
}
}
@media (max-width: 767.98px) {
  .news-lg .border {
    border-top: none !important;
  }

}

  