@charset "UTF-8";
/**
* Template Name: DC - v11.0.2
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Ubuntu");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Overpass:300,300i,400,400i,500,500i,600,600i,700,700i");
/*--------------------------------------------------------------
# BLOC TALENTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Configuration
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #0f479a;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.bcontent {
  flex: 1 0 auto;
}

.bfooter {
  flex-shrink: 0;
}

a {
  color: #b91700;
}
a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 14px;
}

.endpage {
  height: 30px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #b91700;
  color: #fff;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #e24d55;
  color: #fff;
}

/*--------------------------------------------------------------
# Header - Fixed Position with No Space Above
--------------------------------------------------------------*/
body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
  z-index: 997;
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: 68px;
  /*
    @media (max-width: 992px) {
      padding: 0;
      height: 65px; // Smaller height for mobile
    }
  */
}
#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
  height: auto;
}
#header .logo img {
  max-height: 50px;
  transition: all 0.3s;
}

.flag-menu {
  width: 25px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar .navbar-nav > li,
.navbar .nav-item > li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.navbar .nav-link {
  color: #0f479a !important;
  transition: color 0.3s ease;
  border-radius: 0;
  font-weight: 600;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #e24d55 !important;
}
.navbar .nav-link.active {
  color: #b91700;
  border-color: #b91700;
}
.navbar .nav-link .li, .navbar .nav-link > li {
  margin-left: 0px;
  margin-right: 0px;
}
.navbar .dropdown-menu {
  background-color: rgb(247, 249, 252);
  padding: 2px;
  border-radius: 2px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  font-weight: 500;
  transition: 0.3s;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s ease all;
}
.navbar .dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s ease all;
}
.navbar .dropdown-menu a {
  color: #0f479a;
  text-decoration: none;
}
.navbar .dropdown-menu a:hover {
  color: #fff;
  background-color: #0f479a;
  border-color: #fff;
}
.navbar .navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar .navbar-toggler:focus {
  outline: none;
  background: transparent !important;
}
.navbar .navbar-toggler .icon-bar {
  background-color: rgb(27, 66, 139);
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.2s;
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 1px;
}
.navbar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar .navbar-toggler:hover > .icon-bar:nth-child(2), .navbar .navbar-toggler:active > .icon-bar:nth-child(2) {
  width: 32px;
  transition: ease all 0.2s;
}
.navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(8px, 7px);
  transition: ease all 0.2s;
}
.navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all 0.2s;
}
.navbar .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  transition: ease all 0.2s;
}
.navbar .icon-bar:nth-child(2) {
  width: 26px;
  transition: ease all 0.2s;
}

/* NAVBAR Custom */
.navbar-custom .nav-link {
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  color: #fff !important;
}
.navbar-custom .nav-link:hover {
  color: #b91700;
}
.navbar-custom .nav-link.active {
  color: #b91700;
  border-color: #b91700;
}

.navbar-custom.bg-blue {
  background-color: #0f479a !important;
  height: auto;
}

/*
.navbar-custom .nav-link {
  color: white !important;
}

.header-scrolled {
  height: auto !important;
}

.header-scrolled .navbar-custom {
  background-color: white !important;
  height: auto;
}
*/
.header-scrolled .nav-link {
  color: #0f479a !important;
}

.bg-transp {
  background: transparent !important;
}

@media only screen and (max-width: 992px) {
  .navbar-collapse {
    max-height: 500px;
    color: #0f479a !important;
    background: #fff;
    border-radius: 2px;
    overflow-y: scroll;
    margin-top: 5px;
  }
  .navbar .nav-link {
    display: block;
    position: relative;
    color: #0f479a !important;
    padding: 10px 25px;
    outline: none;
  }
  .navbar .nav-link:hover, .navbar .nav-link.active {
    color: #b91700;
    border-color: #b91700;
  }
  .navbar .dropdown-menu {
    border: 0;
    transition: 0.3s;
    display: none;
    visibility: hidden;
    opacity: 0;
    transform: none;
    transition: none;
  }
  .navbar .dropdown-menu ul {
    display: none;
    overflow: hidden;
  }
  .navbar .dropdown-menu li {
    padding-left: 20px;
  }
  .navbar-custom .nav-link {
    color: #0f479a;
  }
  .navbar-custom .nav-link:hover, .navbar-custom .nav-link.active {
    color: #b91700;
    border-color: #b91700;
  }
}
/*--------------------------------------------------------------
# Carrosel TOP
--------------------------------------------------------------*/
.slidestop .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3));
  border-bottom: 3px solid #0f479a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slidestop .carousel-caption::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(30, 35, 40, 0);
}
.slidestop .center {
  padding: 68px 0;
  text-align: center;
}
.slidestop h2, .slidestop h3 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
.slidestop h3 {
  animation-delay: 0.4s;
  text-shadow: 0 2px 2px #000;
}
.slidestop p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.slidestop .carousel-item .img-fluid {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media (max-width: 992px) {
  .slidestop .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .slidestop h2, .slidestop h3 {
    font-size: 16px;
  }
  .slidestop .btn-get-more {
    z-index: 1100;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 2px;
  }
}
@media (max-width: 768px), (max-width: 576px) {
  .slidestop .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .slidestop h2, .slidestop h3 {
    font-size: 16px;
  }
  .slidestop .btn-get-more {
    z-index: 1100;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 2px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  z-index: 800;
  padding: 10px 0;
  background: #f8f9fa;
  min-height: 38px;
  margin-top: 75px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 0px;
    margin-top: 92px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 5px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# NoBreadcrumbs
--------------------------------------------------------------*/
.nobreadcrumbs {
  z-index: 800;
  padding: 0px;
  background: #f8f9fa;
  min-height: 1px;
  margin-top: 78px;
}
@media (max-width: 992px) {
  .nobreadcrumbs {
    margin-top: 88px;
  }
}

/*--------------------------------------------------------------
# Carrosel Slide destaques
--------------------------------------------------------------*/
.slidespot .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slidespot .carousel-caption::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
}
.slidespot .carousel-control-prev {
  left: -40px;
}
.slidespot .carousel-control-next {
  right: -40px;
}
.slidespot .carousel-control-prev-icon,
.slidespot .carousel-control-next-icon {
  width: 30px;
  height: 30px;
}
.slidespot .carousel-container {
  display: flex;
  position: absolute;
  max-width: 450px;
  border-radius: 5px;
  padding: 5px 15px;
  background-color: rgba(15, 71, 154, 0.7);
}
.slidespot .carousel-container.spot-top {
  top: 25px;
}
.slidespot .carousel-container.spot-middle {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slidespot .carousel-container.spot-bottom {
  bottom: 45px;
}
.slidespot .carousel-container.spot-left {
  left: 60px;
}
.slidespot .carousel-container.spot-center {
  left: 50%;
  transform: translateX(-50%);
}
.slidespot .carousel-container.spot-right {
  right: 60px;
}
.slidespot .carousel-container.container-right {
  text-align: right;
}
.slidespot .carousel-container.container-center {
  text-align: center;
}
.slidespot .carousel-container.container-left {
  text-align: left;
}
.slidespot h2 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  text-shadow: 0 1px 1px #000;
  font-weight: 300;
  padding: 2px 5px;
  border-radius: 0px;
}
.slidespot h3 {
  animation-delay: 0.4s;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 200;
  padding: 2px 5px;
  border-radius: 0px;
}
.slidespot .btn-get-more {
  z-index: 1100;
  margin: 10px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 2px;
}
.slidespot .carousel-item .img-fluid {
  width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .slidespot .carousel-control-prev {
    left: -5px;
  }
  .slidespot .carousel-control-next {
    right: -5px;
  }
  .slidespot .carousel-control-prev-icon,
  .slidespot .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
  .slidespot .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
    top: 10px;
    left: 5px;
    right: 5px;
    background-color: rgba(15, 71, 154, 0);
  }
  .slidespot .carousel-container.spot-top {
    top: 2px;
  }
  .slidespot .carousel-container.spot-middle {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .slidespot .carousel-container.spot-bottom {
    bottom: 15px;
  }
  .slidespot .carousel-container.spot-left, .slidespot .carousel-container.spot-center, .slidespot .carousel-container.spot-right {
    left: 5px;
    right: 5px;
  }
  .slidespot h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .slidespot h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .slidespot .btn-get-more {
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 2px;
  }
}

/*--------------------------------------------------------------
# Carrosel TOP FULL
--------------------------------------------------------------*/
.slidestop1 .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3));
  border-bottom: 3px solid #0f479a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slidestop1 .carousel-caption::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(30, 35, 40, 0);
}
.slidestop1 .center {
  padding: 68px 0;
  text-align: center;
}
.slidestop1 h2, .slidestop1 h3 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
}
.slidestop1 h3 {
  animation-delay: 0.4s;
  text-shadow: 0 2px 2px #000;
}
.slidestop1 p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.slidestop1 .carousel-item .img-fluid {
  object-fit: cover;
  width: 100%;
  height: 180px;
}
@media (max-width: 992px) {
  .slidestop1 .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .slidestop1 h2, .slidestop1 h3 {
    font-size: 16px;
  }
  .slidestop1 .btn-get-more {
    z-index: 1100;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 2px;
  }
}
@media (max-width: 768px), (max-width: 576px) {
  .slidestop1 .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .slidestop1 h2, .slidestop1 h3 {
    font-size: 16px;
  }
  .slidestop1 .btn-get-more {
    z-index: 1100;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 2px;
  }
}

/*--------------------------------------------------------------
# BLOC SPOTLIGHT FULL
--------------------------------------------------------------*/
/*
.blocspotfull {
  background-color: $white;
  color: $primary-color;
  margin-top: 68px; // Match header height
  width: 100%;
  text-align: left;
  position: relative;

  @media (max-width: 992px) {
    margin-top: 68px; // Match mobile header height
  }

  .title {
    padding: 5px 0px 10px 0px;
    font-size: 30px;
    text-align: left;
  }

  .box-spot-bartop {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    height: 10px;
    width: 27%;
    background-color: $hover-color;
    z-index: 250;
  }

  .box-spot-barbot {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-right: 0px;
    height: 10px;
    width: 27%;
    background-color: $hover-color;
    z-index: 250;
  }

  .carousel-header-overlay {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 20px;

    .bigbox-title {
      color: $white;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      font-size: 1.5rem;
      font-weight: 600;
    }

    a {
      color: $white;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s ease;

      &:hover {
        color: $hover-color;
      }
    }
  }

  .container-fluid.p-0 {
    margin: 0;
    padding: 0;
  }

  .carousel {
    width: 100%;
    margin: 0;
  }
}

*/
/*--------------------------------------------------------------
# Carrosel Slide destaques FULL WIDTH
--------------------------------------------------------------*/
.blocspotfull {
  width: 100%;
  margin: 0;
  margin-top: 68px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.slidespotfull {
  width: 100%;
  margin: 0;
  padding: 0;
}
.slidespotfull .carousel {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.slidespotfull .carousel.slide {
  overflow: visible;
}
.slidespotfull .carousel-inner {
  width: 100%;
  height: 85vh;
  max-height: 900px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
.slidespotfull .carousel-item {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  position: relative;
}
.slidespotfull .carousel-item.active {
  display: block;
}
.slidespotfull .carousel-item:not(.active) {
  display: none;
}
.slidespotfull .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slidespotfull .carousel-caption::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.02);
}
.slidespotfull .carousel-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  padding: 1px 0;
}
.slidespotfull .carousel-header-overlay .container {
  position: relative;
}
.slidespotfull .carousel-header-overlay .d-flex {
  justify-content: flex-end;
}
.slidespotfull .carousel-header-overlay .d-flex a {
  font-weight: 600;
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 5px;
  transition: all 0.3s ease;
  color: #fff;
}
.slidespotfull .carousel-header-overlay .d-flex a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #e24d55;
}
.slidespotfull img.img-fluid,
.slidespotfull video.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: brightness(1);
  image-rendering: -webkit-optimize-contrast;
}
.slidespotfull .carousel-control-prev,
.slidespotfull .carousel-control-next {
  width: 5%;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.slidespotfull .carousel-control-prev:hover,
.slidespotfull .carousel-control-next:hover {
  opacity: 1;
}
.slidespotfull .carousel-control-prev:not(:hover),
.slidespotfull .carousel-control-next:not(:hover) {
  opacity: 0.5;
}
.slidespotfull .carousel-control-prev-icon,
.slidespotfull .carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-size: 100%, 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.slidespotfull .carousel-control-prev-icon:hover,
.slidespotfull .carousel-control-next-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.slidespotfull .carousel-control-prev {
  left: 20px;
}
.slidespotfull .carousel-control-next {
  right: 20px;
}
.slidespotfull .carousel-container-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.slidespotfull .carousel-container-wrapper .container {
  height: 100%;
  position: relative;
  max-width: 1140px;
}
.slidespotfull .carousel-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  max-width: 500px;
  border-radius: 5px;
  padding: 12px;
  background-color: rgba(15, 71, 154, 0.55);
  pointer-events: auto;
  z-index: 100;
}
.slidespotfull .carousel-container.spot-top {
  top: 80px;
}
.slidespotfull .carousel-container.spot-middle {
  top: 50%;
  transform: translateY(-50%);
}
.slidespotfull .carousel-container.spot-bottom {
  bottom: 90px;
}
.slidespotfull .carousel-container.spot-left {
  left: 15px;
}
.slidespotfull .carousel-container.spot-center {
  left: 50%;
  transform: translateX(-50%);
}
.slidespotfull .carousel-container.spot-right {
  right: 15px;
}
.slidespotfull .carousel-container.container-right {
  text-align: right;
  align-items: flex-end;
}
.slidespotfull .carousel-container.container-center {
  text-align: center;
  align-items: center;
}
.slidespotfull .carousel-container.container-left {
  text-align: left;
  align-items: flex-start;
}
.slidespotfull h2 {
  color: #fff;
  margin: 0 0 10px 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  line-height: 1.2;
}
.slidespotfull h3 {
  color: #fff;
  margin: 0 0 15px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.slidespotfull .btn-get-more {
  z-index: 1100;
  margin: 0;
  font-weight: 800;
  padding: 8px 20px;
  border-radius: 2px;
  font-size: 0.9rem;
  background-color: #b91700;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.slidespotfull .btn-get-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #6d0d00;
}
.slidespotfull .carousel-indicators {
  bottom: 30px;
  z-index: 20;
  margin-bottom: 0;
}
.slidespotfull .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}
.slidespotfull .carousel-indicators [data-bs-target].active {
  background-color: #fff;
  transform: scale(1.2);
}
.slidespotfull .box-spot-bartop,
.slidespotfull .box-spot-barbot {
  position: absolute;
  height: 5px;
  width: 30%;
  background-color: #b91700;
  z-index: 10;
}
.slidespotfull .box-spot-bartop {
  top: 0;
  left: 0;
}
.slidespotfull .box-spot-barbot {
  bottom: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .slidespotfull .carousel-container-wrapper .container {
    height: 100%;
    position: relative;
    max-width: 1140px;
  }
  .slidespotfull .carousel-container {
    max-width: 500px;
  }
  .slidespotfull .carousel-container.spot-left {
    left: 50px;
  }
  .slidespotfull .carousel-container.spot-right {
    right: 50px;
  }
  .slidespotfull .carousel-container.spot-bottom {
    bottom: 90px;
  }
  .slidespotfull h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 992px) {
  .slidespotfull .carousel-container-wrapper .container {
    height: 100%;
    position: relative;
    max-width: 100%;
  }
  .slidespotfull .carousel-inner {
    height: 60vh;
    min-height: 400px;
  }
  .slidespotfull .carousel-container {
    max-width: 90%;
  }
  .slidespotfull .carousel-container.spot-top {
    top: 60px;
  }
  .slidespotfull .carousel-container.spot-bottom {
    bottom: 60px;
  }
  .slidespotfull .carousel-container.spot-bottom {
    bottom: 75px;
  }
  .slidespotfull h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .slidespotfull .carousel-inner {
    height: 50vh;
    min-height: 350px;
  }
  .slidespotfull .carousel-container {
    max-width: 90%;
    padding: 15px;
  }
  .slidespotfull .carousel-container.spot-left, .slidespotfull .carousel-container.spot-right {
    left: 50%;
    transform: translateX(-50%);
  }
  .slidespotfull .carousel-container.spot-top {
    top: 40px;
  }
  .slidespotfull .carousel-container.spot-bottom {
    bottom: 40px;
  }
  .slidespotfull .carousel-container.spot-bottom {
    bottom: 75px;
  }
  .slidespotfull h2 {
    font-size: 1.2rem;
  }
  .slidespotfull h3 {
    font-size: 1rem;
  }
  .slidespotfull .btn-get-more {
    padding: 8px 20px;
  }
  .slidespotfull .carousel-control-prev-icon,
  .slidespotfull .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .slidespotfull .carousel-inner {
    height: 60vh;
    min-height: 300px;
  }
  .slidespotfull .carousel-container {
    min-width: 80%;
  }
  .slidespotfull .carousel-container.spot-top {
    top: 20px;
  }
  .slidespotfull .carousel-container.spot-bottom {
    bottom: 20px;
  }
  .slidespotfull .carousel-container.spot-bottom {
    bottom: 75px;
  }
  .slidespotfull h2 {
    font-size: 1.1rem;
  }
  .slidespotfull h3 {
    font-size: 0.9rem;
  }
  .slidespotfull .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .slidespotfull .box-spot-bartop,
  .slidespotfull .box-spot-barbot {
    width: 40%;
  }
}

/*--------------------------------------------------------------
# Carrosel Slide Bootom of articles
--------------------------------------------------------------*/
#slidebot .carousel {
  background: #444;
}
#slidebot .carousel-item .img-fluid {
  width: 100%;
  height: auto;
}
#slidebot .carousel-item a {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Alerts
--------------------------------------------------------------*/
.alert {
  border-radius: 0px;
}
.alert a {
  color: #b91700;
}
.alert a:hover {
  color: #e24d55;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.read-more, .read-more2 {
  text-align-last: right;
}
.read-more a, .read-more2 a {
  display: inline-block;
  padding: 4px 10px 5px;
  transition: 0.3s;
  border-radius: 2px;
}

.read-more a {
  background: #b91700;
  color: #fff;
}
.read-more a:hover {
  background: #e1444d;
}

.read-more2 a {
  z-index: 3;
  text-decoration: none;
  font-weight: 600;
  color: #0f479a;
  background: #fff;
  text-align: center;
  position: relative;
  transition: all 0.25s;
}
.read-more2 a span {
  position: relative;
  z-index: 4;
}
.read-more2 a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #b91700;
  transition: all 0.25s;
}
.read-more2 a:hover {
  color: #fff;
}
.read-more2 a:hover:after {
  width: 100%;
}

.send-msg {
  text-align-last: left;
}
.send-msg a {
  display: inline-block;
  background: #b91700;
  color: #fff;
  padding: 4px 10px 5px;
  transition: 0.3s;
  border-radius: 2px;
}
.send-msg a:hover {
  background: #e1444d;
}

.btn-get-more {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 22px;
  border-radius: 2px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #d9232d;
}
.btn-get-more:hover {
  color: #fff;
  background: #df3740;
}

.btn-details {
  text-align-last: center;
  background: #275aa4;
}
.btn-details a {
  display: inline-block;
  color: #fff;
  padding: 4px 10px 5px;
  transition: 0.3s;
  border-radius: 2px;
}
.btn-details a:hover {
  background: #e24d55;
}

/*--------------------------------------------------------------
# Event Date
--------------------------------------------------------------*/
.eventdate {
  display: block;
  margin-left: 0px;
  font-style: normal;
  color: #c1c8d0;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-form form {
  background: #fff;
  border: 1px solid #556270;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}
.search-form form input[type=text] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}
.search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  padding: 0 15px;
  margin: -1px;
  background: #556270;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
.search-form form button:hover {
  background: #6b7b8d;
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.newsletter-form form {
  background: #fff;
  border: 1px solid #556270;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}
.newsletter-form form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}
.newsletter-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  padding: 0 15px;
  margin: -1px;
  background: #556270;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
.newsletter-form form button:hover {
  background: #6b7b8d;
}

/*--------------------------------------------------------------
# Main page
--------------------------------------------------------------*/
.text-dark {
  color: #0f479a;
  font-weight: 600;
  line-height: 1.5;
}
.text-dark a:link, .text-dark a:visited {
  color: #0f479a;
}
.text-dark a:hover {
  color: #e24d55;
  text-decoration: none;
}
.text-dark a:active {
  color: red;
}
.text-dark span {
  color: #0f479a;
  padding-left: 0px;
  padding-right: 15px;
}

.text-white {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.text-white a:link, .text-white a:visited {
  color: #fff;
}
.text-white a:hover {
  color: #e24d55;
  text-decoration: none;
}
.text-white a:active {
  color: red;
}
.text-white span {
  border-left: 3px solid #b91700;
  color: #fff;
  font-weight: normal;
  padding-left: 0;
  padding-right: 10px;
}

.text-red-bg {
  text-align-last: right;
}
.text-red-bg a {
  display: inline-block;
  background: #b91700;
  color: #fff;
  padding: 4px 10px 5px;
  transition: 0.3s;
  border-radius: 0px;
}
.text-red-bg a:hover {
  background: #e1444d;
}

.text-options {
  font-weight: 600;
  line-height: 1;
}

.box {
  border: 1px solid #dee2e6;
  box-shadow: 0 0 20px #eee;
  width: 100%;
}

.box-color {
  color: #e24d55;
}

.box-title {
  font-weight: bold;
  line-height: 1;
}

.options {
  padding: 0px;
  margin: 0 0 0px 0px;
}
.options .options-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px 0;
  color: #556270;
  position: relative;
}
.options .options-item {
  margin-bottom: 30px;
}

.categories ul {
  list-style: none;
  padding: 0;
}
.categories ul li + li {
  padding-top: 10px;
}
.categories ul a {
  color: #0f479a;
}
.categories ul a:hover {
  color: #b91700;
}
.categories ul a span {
  padding-left: 5px;
  color: #c1c8d0;
}

.main-image {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main-image a:link, .main-image a:visited {
  color: #0f479a;
}
.main-image a:hover {
  color: #e24d55;
  text-decoration: none;
}
.main-image a:active {
  color: red;
}
.main-image img {
  transition: all 0.4s ease-in-out;
}
.main-image:hover img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.search-form form {
  background: #fff;
  border: 1px solid #556270;
  padding: 3px 5px;
  position: relative;
  border-radius: 2px;
}
.search-form form input[type=text] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}
.search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  padding: 0 15px;
  margin: -1px;
  background: #556270;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 2px 2px 0;
}
.search-form form button:hover {
  background: #6b7b8d;
}

/*--------------------------------------------------------------
# Artcile main page
--------------------------------------------------------------*/
.article-spot {
  position: absolute;
  z-index: 830;
  top: 55%;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.article-spot::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  background-color: rgba(30, 35, 40, 0);
}
.article-spot .area-spot {
  z-index: 845;
  bottom: 0;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-weight: 600;
  padding: 10px;
  line-height: 1.5;
}
.article-spot .area-spot a:link, .article-spot .area-spot a:visited {
  color: #fff;
}
.article-spot .area-spot a:hover {
  color: #e24d55;
  text-decoration: none;
}
.article-spot .area-spot a:active {
  color: red;
}
.article-spot .area-spot span {
  border-left: 3px solid #b91700;
  color: #fff;
  font-weight: normal;
  padding-left: 0;
  padding-right: 10px;
}
.article-spot .text-spot {
  color: #0f479a;
  font-weight: 600;
  line-height: 1.5;
}
.article-spot .text-spot a:link, .article-spot .text-spot a:visited {
  color: #0f479a;
}
.article-spot .text-spot a:hover {
  color: #e24d55;
  text-decoration: none;
}
.article-spot .text-spot a:active {
  color: red;
}
.article-spot .text-spot span {
  color: #0f479a;
  padding-left: 0px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .article-spot .area-spot {
    padding: 5px;
    line-height: 1.2;
  }
}

/*--------------------------------------------------------------
# Publications
--------------------------------------------------------------*/
.indexaut {
  margin-top: 0px;
  padding-right: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100px;
  border: 0;
  font-weight: 800;
  line-height: 16px;
}
.indexaut i {
  display: contents;
  font-weight: 500;
}
.indexaut a {
  display: contents;
  font-weight: 700;
}

.arttitle {
  margin-top: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100px;
  border: 0;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .arttitle {
    font-size: 18px;
    line-height: 20px;
  }
}

.artimg {
  vertical-align: middle;
  width: 120px;
  height: 120px;
  border-radius: 5%;
  margin-right: 20px;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.avatar .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.avatar img {
  margin-left: auto;
  display: block;
}

/*--------------------------------------------------------------
# Autores
--------------------------------------------------------------*/
.avatar2 {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.avatar2 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.avatar2 img {
  margin-left: auto;
  display: block;
}

.avatar3 {
  vertical-align: middle;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.avatar3 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.avatar3 img {
  margin-left: auto;
  margin-right: 20px;
  display: block;
}

.author h3 {
  font-size: 24px;
}
.author .avatar-box {
  position: relative;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  background-color: rgb(36, 168, 36);
}
.author .avatar-bg {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  align-items: center;
}
.author .avatar-img {
  position: absolute;
  top: 50%;
  left: 10%;
  color: #fff;
}
.author .avatar-boss {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #fff;
}
.author .avatar-boss:hover {
  filter: none;
  transform: scale(1.05);
  border: 2px dashed #e24d55;
}
.author .avatar-boss .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.author .avatar-boss img {
  margin-left: auto;
  display: block;
  border-color: 10px #fff solid;
}
.author .avatar-rank {
  position: relative;
  top: 20px;
  left: 0px;
}
.author .arttitle i {
  display: contents;
  font-weight: 500;
}
.author .arttitle a {
  display: contents;
  font-weight: 700;
}
.author .artlisttitle {
  position: relative;
  margin-top: 10px;
  display: flex;
  justify-content: left;
  align-items: center;
  border: 0;
  line-height: 22px;
}
.author .artlisttitle img {
  margin-left: auto;
  margin-right: 10px;
  display: block;
}
.author .artlisttitle i {
  display: contents;
  font-weight: 400;
}
.author .artlisttitle a {
  display: contents;
  font-weight: 600;
}
.author .artlisttitle .articles-badge {
  position: absolute;
  left: 0px;
  top: 54px;
  background: red;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  padding: 1px 8px;
}
.author .artlisttitle .cientif-badge {
  position: absolute;
  left: 0px;
  top: 90px;
  background: blue;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  padding: 1px 8px;
}
.author .colabs {
  box-sizing: border-box;
  margin-bottom: 10px;
  display: block;
  min-height: 100px;
}
.author .colabs--image {
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  width: 80px;
}
.author .colabs--image img {
  display: block;
  width: 100%;
}
.author .colabs--content {
  overflow: hidden;
}
.author .colabs--name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.author .colabs--title {
  margin-top: 8px;
  font-size: 13px;
}
.author .colabs--position {
  font-size: 15px;
  line-height: 15px;
}
@media (max-width: 1280px) {
  .author .avatar-img {
    top: 60%;
  }
  .author .avatar-boss {
    width: 135px;
    height: 135px;
  }
}
@media (max-width: 992px) {
  .author .avatar-img {
    top: 55%;
  }
  .author .avatar-boss {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 768px) {
  .author .avatar-img {
    top: 50%;
  }
  .author .avatar-boss {
    width: 92px;
    height: 92px;
  }
}
@media (max-width: 576px) {
  .author .avatar-boss {
    width: 85px;
    height: 85px;
  }
}

.legend-badge {
  background: red;
  border-radius: 10px;
  color: #fff;
  padding: 1px 8px;
  text-align: center;
}

/*--------------------------------------------------------------
# Section General
--------------------------------------------------------------*/
section {
  padding: 0;
}

.section-bg, .services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 10px;
}
.section-title h2 {
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}
.features .nav-tabs {
  border: 0;
}
.features .arrow {
  position: relative;
  width: 120px;
  background: green;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.features .arrow-right:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid green;
}
.features .nav-link {
  border: 0;
  padding: 12px 10px 12px 0;
  transition: 0.3s;
  color: #0f479a;
  border-radius: 0;
  border-right: 4px solid #fff;
  font-weight: 600;
}
.features .nav-link:hover {
  color: #d9232d;
}
.features .nav-link.active {
  color: #d9232d;
  border-color: #d9232d;
}
.features .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}
.features .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 20px #eee;
}
.features .entry .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 53%;
  right: 50px;
}
.features .entry .img-container .right-container {
  text-align: left;
}
.features .entry .img-container h3, .features .entry .img-container h4 {
  animation-delay: 0.4s;
  color: #fff;
  text-shadow: 0 2px 2px #000;
  margin-bottom: 20px;
  font-weight: 600;
  padding: 10px;
  background-color: rgba(15, 71, 154, 0.75);
}
.features .entry .img-container h3 {
  font-size: 18px;
}
.features .entry .img-container h4 {
  font-size: 15px;
}
.features .entry .img-container p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-weight: 700;
}
.features .entry .bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #b91700;
  color: #fff;
  padding: 5px 10px;
}
.features .entry .bottom-right-black {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #b91700;
  color: #000;
  padding: 5px 10px;
}
.features .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
  position: relative;
}
.features .entry .entry-title {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0px 1px 0px #000;
  display: inline-flex;
  padding: 3px 10px;
  background-color: rgba(15, 71, 154, 0.45);
}
.features .entry .entry-title h3 {
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .features .entry .entry-title {
    bottom: 10px;
    left: 10px;
  }
}
.features .details {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 20px #eee;
}
.features .details .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 53%;
  right: 50px;
}
.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.features .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }
  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}

/*--------------------------------------------------------------
# Articles List
--------------------------------------------------------------*/
.artlist {
  overflow: hidden;
}
.artlist .entry {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 20px #eee;
}
.artlist .entry .bottom-right {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.artlist .entry .bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.artlist .entry .main-image {
  width: 100%;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  transform-style: preserve-3d;
}
.artlist .entry .main-image img {
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.artlist .entry .main-image:hover img {
  transform: scale(1.2);
}
.artlist .entry .entry-img {
  margin: -20px -20px 0px -20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
}
.artlist .entry .entry-title {
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin: 0 0 10px 0;
}
.artlist .entry .entry-title a {
  color: #0f479a;
  transition: 0.3s;
}
.artlist .entry .entry-title a:hover {
  color: #b91700;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
.table thead tr th {
  color: #0f479a;
  background-color: #fff;
  border: 0;
}

.table-hover thead tr:hover th {
  color: #b91700;
  background-color: #fff;
}
.table-hover tbody tr:hover td {
  background-color: #0f479a;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact1 .info {
  width: 100%;
  background: #fff;
}
.contact1 .info i {
  font-size: 20px;
  color: #556270;
  float: left;
  width: 44px;
  height: 44px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact1 .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
}
.contact1 .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  color: #8795a4;
}
.contact1 .info .email, .contact1 .info .phone {
  margin-top: 40px;
}
.contact1 .info .email:hover i, .contact1 .info .address:hover i, .contact1 .info .phone:hover i {
  background: #556270;
  color: #fff;
}
.contact1 .php-email-form {
  width: 100%;
  background: #fff;
}
.contact1 .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact1 .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
}
.contact1 .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact1 .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact1 .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact1 .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact1 .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact1 .php-email-form input, .contact1 .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  border-radius: 4px;
}
.contact1 .php-email-form input:focus, .contact1 .php-email-form textarea:focus {
  border-color: #b91700;
}
.contact1 .php-email-form input {
  height: 44px;
}
.contact1 .php-email-form textarea {
  padding: 10px 12px;
}
.contact1 .php-email-form button[type=submit] {
  background: #b91700;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact1 .php-email-form button[type=submit]:hover {
  background: #e24d55;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content {
  padding: 40px 0;
}
.content .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 20px #eee;
}
.content .entry .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 53%;
  right: 50px;
}
.content .entry .img-container .right-container {
  text-align: left;
}
.content .entry .img-container h3 {
  animation-delay: 0.4s;
  color: #fff;
  text-shadow: 0 2px 2px #000;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  background-color: rgba(15, 71, 154, 0.75);
}
.content .entry .img-container h4 {
  animation-delay: 0.4s;
  color: #fff;
  text-shadow: 0 2px 2px #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  background-color: rgba(15, 71, 154, 0.75);
}
.content .entry .img-container p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  font-weight: 700;
}
.content .entry .bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #b91700;
  color: #fff;
  padding: 5px 10px;
}
.content .entry .bottom-right-black {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #b91700;
  color: #000;
  padding: 5px 10px;
}
.content .entry .entry-img {
  margin: -20px -20px 20px -20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
}
.content .entry .entry-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}
.content .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
}
.content .entry .entry-title a:hover {
  color: #b91700;
}
.content .entry .entry-meta {
  margin-bottom: 20px;
  color: #0f479a;
}
.content .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.content .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.content .entry .entry-meta ul i {
  padding-right: 4px;
}
.content .entry .entry-meta ul a {
  color: #a4afba;
  display: inline-block;
  line-height: 1;
}
.content .entry .entry-content p {
  line-height: 22px;
}
.content .entry .entry-content h3 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
}
.content .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 40px;
  position: relative;
  text-align: left;
  margin: 20px 0;
}
.content .entry .entry-content blockquote p {
  color: #0f479a;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}
.content .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #e7e7e7;
}
.content .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #e7e7e7;
}
.content .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #556270;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content .entry .source-footer {
  padding-top: 10px;
}
.content .entry .source-footer i {
  color: #8795a4;
  display: inline;
}
.content .entry .source-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
}
.content .entry .source-footer .cats li {
  display: inline-block;
}
.content .entry .tags-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.content .entry .tags-footer i {
  color: #8795a4;
  display: inline;
}
.content .entry .tags-footer .cats, .content .entry .tags-footer .tags, .content .entry .tags-footer .places {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
}
.content .entry .tags-footer .cats li, .content .entry .tags-footer .tags li, .content .entry .tags-footer .places li {
  display: inline-block;
}
.content .entry .tags-footer .share i, .content .entry .tags-footer .hitscss i {
  padding-left: 5px;
}
@media (max-width: 992px) {
  .content .entry .arttitle {
    font-size: 18px;
    line-height: 20px;
  }
  .content .entry h3 {
    font-size: 16px;
  }
}
.content .content-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.content .content-author img {
  width: 120px;
}
.content .content-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}
.content .content-author .social-links {
  margin: 0 0 5px 140px;
}
.content .content-author .social-links a {
  color: #c1c8d0;
}
.content .content-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}
.content .content-comments {
  margin-bottom: 30px;
}
.content .content-comments .comments-count {
  font-weight: bold;
}
.content .content-comments .comment {
  margin-top: 30px;
  position: relative;
}
.content .content-comments .comment .comment-img {
  width: 150px;
}
.content .content-comments .comment h5 {
  margin-left: 65px;
  font-size: 18px;
  margin-bottom: 2px;
}
.content .content-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.content .content-comments .comment h5 a:hover {
  color: #b91700;
}
.content .content-comments .comment h5 .reply {
  padding-left: 10px;
  color: #556270;
}
.content .content-comments .comment time {
  margin-left: 65px;
  display: block;
  color: #0f479a;
  margin-bottom: 5px;
}
.content .content-comments .comment p {
  margin-left: 65px;
}
.content .content-comments .comment.comment-reply {
  padding-left: 40px;
}
.content .content-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.content .content-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.content .content-comments .reply-form input, .content .content-comments .reply-form textarea {
  border-radius: 0;
  padding: 20px 10px;
}
.content .content-comments .reply-form input:focus, .content .content-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}
.content .content-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.content .content-comments .reply-form .btn-primary {
  border-radius: 4;
  padding: 10px 20px;
  border: 0;
  background-color: #556270;
}
.content .content-comments .reply-form .btn-primary:hover {
  background-color: #b91700;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  padding: 10px;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 20px #eee;
}
.sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 15px 0;
  color: #556270;
  position: relative;
}
.sidebar .sidebar-item {
  margin-bottom: 20px;
}
.sidebar .search-form form {
  background: #fff;
  border: 1px solid #556270;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}
.sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}
.sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  padding: 0 15px;
  margin: -1px;
  background: #556270;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
.sidebar .search-form form button:hover {
  background: #6b7b8d;
}
.sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.sidebar .categories ul li + li {
  padding-top: 10px;
}
.sidebar .categories ul a {
  color: #6b7b8d;
}
.sidebar .categories ul a:hover {
  color: #b91700;
}
.sidebar .categories ul a span {
  padding-left: 5px;
  color: #c1c8d0;
}
.sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.sidebar .recent-posts img {
  margin-top: 5px;
  width: 100px;
  float: left;
}
.sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 105px;
}
.sidebar .recent-posts h4 a {
  color: #0f479a;
  transition: 0.3s;
}
.sidebar .recent-posts h4 a:hover {
  color: #b91700;
}
.sidebar .recent-posts time {
  display: block;
  font-style: bold;
  color: #0f479a;
}

/*--------------------------------------------------------------
# Tags 
--------------------------------------------------------------*/
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tags li {
  float: left;
}

.tag {
  background: #e24d55;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.tag::before {
  background: #fff;
  color: #fff;
  border-radius: 12px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #e24d55;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.tag:hover {
  background-color: #b91700;
  color: #fff;
}
.tag:hover::after {
  border-left-color: #b91700;
}

/*--------------------------------------------------------------
# Places
--------------------------------------------------------------*/
.places {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.places li {
  float: left;
}

.place {
  background: #87cefa;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.place::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.place::after {
  background: #fff;
  color: #fff;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.place:hover {
  background-color: #2b4f97;
  color: #fff;
}
.place:hover::after {
  border-left-color: #2b4f97;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #b91700;
  border-color: #b91700;
}
.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b91700;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
  color: #097aad;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.card {
  box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
  border-radius: 0;
  border-style: solid;
  border-color: #d7dfe7;
  border-width: 1px;
  margin: 5% 0%;
  transition: transform 0.2s ease;
}
.card:hover {
  border-style: solid;
  border-color: #b91700;
  border-width: 1px;
}
.card .card-title a {
  color: #556270;
  transition: 0.3s;
}
.card .card-title a:hover {
  color: #b91700;
}
.card .card-body {
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.card .card-footer {
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
.card .card-image {
  overflow: hidden;
  transform-style: preserve-3d;
}
.card .card-image img {
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.card .card-image:hover img {
  transform: scale(1.2) rotate(-7deg);
}

/*--------------------------------------------------------------
# Traffic lights
--------------------------------------------------------------*/
.traf_light {
  border: none;
}

.embossed {
  position: relative;
  z-index: 2;
}
.embossed:before {
  content: "";
  display: block;
  height: 106%;
  width: 106%;
  position: absolute;
  border-radius: 50%;
  top: -3%;
  bottom: 3%;
  right: 6%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  opacity: 0.6;
  background: radial-gradient(closest-side, #fff, #484848, #0d0d0d);
}
.embossed:after {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1), inset 0 -2px 0 rgba(255, 255, 255, 0.3);
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
form {
  border: 1px solid #1A33FF;
  background: #ecf5fc;
  padding: 40px 50px 45px;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
}

label {
  font-weight: 600;
}

.error {
  color: red;
  font-weight: 400;
  display: block;
  padding: 6px 0;
}

.form-control.error {
  border-color: red;
  padding: 0.375rem 0.75rem;
}

/* ==================================================
  MENUS RAPIDOS
  ================================================== */
.publicacoes {
  background-color: #e9f2ff;
}

.bigbox-title {
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

.smallbox-title {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

.box-proj {
  position: relative;
  height: auto;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 25px;
  border: 1px solid #CCC;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 105, 214, 0.25);
  z-index: 200;
}
.box-proj-bartop {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  height: 3px;
  width: 27%;
  background-color: #87cefa;
  z-index: 250;
}
.box-proj-barbot {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 0px;
  height: 3px;
  width: 27%;
  background-color: #87cefa;
  z-index: 250;
}

.irow {
  margin-bottom: 25px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px solid #DDD;
}
.irow:first-child {
  margin-left: 0px;
  padding-left: 15px;
}
.irow:last-child {
  margin-right: 0px;
  padding-right: 15px;
}
@media (max-width: 996px) {
  .irow {
    margin-bottom: 55px;
  }
}
@media (max-width: 576px) {
  .irow {
    margin-bottom: 25px;
  }
}

.prow {
  margin-bottom: 110px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px solid #DDD;
}
.prow:first-child {
  margin-left: 0px;
  padding-left: 15px;
}
.prow:last-child {
  margin-right: 0px;
  padding-right: 15px;
}

.c-title {
  font-family: "Oswald", sans-serif;
}

.prodbox {
  position: relative;
  padding-bottom: 66%;
  height: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
  z-index: 100;
}
.prodbox a, .prodbox:hover {
  border-color: #0088cc;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}
.prodbox .content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 100, 166, 0), rgba(0, 100, 166, 0.9));
  color: #fff;
  width: 100%;
  padding: 10px;
  margin-bottom: 0px;
}
.prodbox .content > h1 {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
}
.prodbox .content > h2 {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
.prodbox .content > h3 {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
.prodbox .content > h4 {
  margin: 0;
  color: #fde943;
  text-shadow: 0 1px 0 #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
}
@media (max-width: 768px) {
  .prodbox .content > h1 {
    font-size: 18px;
  }
  .prodbox .content > h2 {
    font-size: 16px;
  }
  .prodbox .content > h3 {
    font-size: 14px;
  }
  .prodbox .content > h4 {
    font-size: 15px;
  }
}

.thumbnail1 {
  position: relative;
  display: block;
  z-index: 200;
  margin-bottom: 0px;
  border: 1px solid #fff;
}
.thumbnail1 a, .thumbnail1:hover {
  border: 1px solid #e24d55;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}

.mt-pub {
  position: relative;
  top: 0px;
}

.mt-3px {
  position: relative;
  top: 3px;
}

.pubbox {
  position: relative;
  padding-bottom: 56%;
  height: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
  border: 1px solid #fff;
  z-index: 100;
}
.pubbox a, .pubbox:hover {
  border: 1px solid #e24d55;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  z-index: 201;
}
.pubbox .content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 100, 166, 0.7), rgb(0, 100, 166));
  color: #fff;
  width: 100%;
  padding: 10px;
  margin-bottom: 0px;
}
.pubbox .content > h1 {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
}
.pubbox .content > h2 {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
}
.pubbox .content > h3 {
  margin: 0;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-size: 15px;
}
.pubbox .content > h4 {
  margin: 0;
  color: #fde943;
  text-shadow: 0 1px 0 #000;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
}
@media (max-width: 768px) {
  .pubbox .content > h1 {
    font-size: 18px;
  }
  .pubbox .content > h2 {
    font-size: 16px;
  }
  .pubbox .content > h3 {
    font-size: 15px;
  }
  .pubbox .content > h4 {
    font-size: 15px;
  }
}

.newssubscription {
  margin-top: 0px;
  padding-right: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100px;
  border: 0;
  font-weight: 800;
  line-height: 16px;
}
.newssubscription i {
  display: contents;
  font-weight: 500;
}
.newssubscription a {
  display: contents;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Animações
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
body.modal-open {
  width: 100% !important;
  padding-right: 0 !important;
  overflow-y: scroll !important;
}

/*--------------------------------------------------------------
# BLOC SPOTLIGHT
--------------------------------------------------------------*/
.blocspot {
  background-color: #fff;
  color: #0f479a;
  text-align: left;
}
.blocspot .title {
  padding: 5px 0px 10px 0px;
  font-size: 30px;
  text-align: left;
}
.blocspot .box-spot-bartop {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  height: 5px;
  width: 27%;
  background-color: #e24d55;
  z-index: 250;
}
.blocspot .box-spot-barbot {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 0px;
  height: 5px;
  width: 27%;
  background-color: #e24d55;
  z-index: 250;
}

/*--------------------------------------------------------------
# BLOC PROJECT
--------------------------------------------------------------*/
.blocproject {
  background-color: #fff;
  color: #0f479a;
  text-align: left;
}
.blocproject .title {
  padding: 5px 0px 10px 0px;
  font-size: 30px;
  text-align: left;
}

/*--------------------------------------------------------------
# BLOC RAPID
--------------------------------------------------------------*/
.blocrapid {
  border-top: 3px solid #0f479a;
  background-color: #81ab61;
  color: #0f479a;
  text-align: left;
}
.blocrapid .title {
  padding: 5px 0px 10px 0px;
  font-size: 30px;
  text-align: left;
}

/*--------------------------------------------------------------
# BLOC NEWS
--------------------------------------------------------------*/
.blocnews {
  background-color: #0f479a;
  color: #eee;
}
.blocnews a {
  color: #eeeeee;
  transition: 0.3s;
}
.blocnews a:hover {
  color: #aaaaaa;
}
.blocnews .news {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 5px #eee;
}
.blocnews .news .bottom-right {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.blocnews .news .bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.blocnews .news .main-image {
  width: 100%;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  transform-style: preserve-3d;
}
.blocnews .news .main-image img {
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.blocnews .news .main-image:hover img {
  transform: scale(1.2);
}
.blocnews .news .news-img {
  margin: -20px -20px 0px -20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
}
.blocnews .news .news-title {
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin: 0 0 10px 0;
}
.blocnews .news .news-title a {
  color: #eeeeee;
  transition: 0.3s;
}
.blocnews .news .news-title a:hover {
  color: #aaaaaa;
}

/*--------------------------------------------------------------
# BLOC NEWS WHITE BG
--------------------------------------------------------------*/
.blocnewswhite {
  background-color: #fff;
  color: #eee;
}
.blocnewswhite a {
  color: #0f479a;
  transition: 0.3s;
}
.blocnewswhite a:hover {
  color: #e24d55;
}
.blocnewswhite .news {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 5px #0f479a;
}
.blocnewswhite .news .bottom-right {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.blocnewswhite .news .bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.blocnewswhite .news .main-image {
  width: 100%;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  transform-style: preserve-3d;
}
.blocnewswhite .news .main-image img {
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.blocnewswhite .news .main-image:hover img {
  transform: scale(1.2);
}
.blocnewswhite .news .news-img {
  margin: -20px -20px 0px -20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
}
.blocnewswhite .news .news-title {
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin: 0 0 10px 0;
}
.blocnewswhite .news .news-title a {
  color: #0f479a;
  transition: 0.3s;
}
.blocnewswhite .news .news-title a:hover {
  color: #e24d55;
}
.blocnewswhite .read-more {
  text-align-last: right;
}
.blocnewswhite .read-more a {
  display: inline-block;
  background: #b91700;
  color: #fff;
  padding: 4px 10px 5px;
  transition: 0.3s;
  border-radius: 2px;
}
.blocnewswhite .read-more a:hover {
  background: #e1444d;
}

/*--------------------------------------------------------------
# BLOC PROJ
--------------------------------------------------------------*/
.blocproj {
  background-color: #81ab61;
  color: #eee;
}
.blocproj a {
  color: #eeeeee;
  transition: 0.3s;
}
.blocproj a:hover {
  color: #fde943;
}
.blocproj .proj {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 5px #eee;
}
.blocproj .proj .bottom-right {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.blocproj .proj .bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.blocproj .proj .main-image {
  width: 100%;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  transform-style: preserve-3d;
}
.blocproj .proj .main-image img {
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.blocproj .proj .main-image:hover img {
  transform: scale(1.2);
}
.blocproj .proj .proj-img {
  margin: -20px -20px 0px -20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
}
.blocproj .proj .proj-title {
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin: 0 0 10px 0;
}
.blocproj .proj .proj-title a {
  color: #eeeeee;
  transition: 0.3s;
}
.blocproj .proj .proj-title a:hover {
  color: #fde943;
}

/*--------------------------------------------------------------
# BLOC PROJ WHITE
--------------------------------------------------------------*/
.blocprojwhite {
  background-color: #fff;
  color: #0f479a;
}
.blocprojwhite a {
  color: #0f479a;
  transition: 0.3s;
}
.blocprojwhite a:hover {
  color: #e24d55;
}
.blocprojwhite .proj {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 0px solid #0f479a;
  box-shadow: 0 0 2px #0f479a;
}
.blocprojwhite .proj .bottom-right {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.blocprojwhite .proj .bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
}
.blocprojwhite .proj .main-image {
  width: 100%;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  transform-style: preserve-3d;
}
.blocprojwhite .proj .main-image img {
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.blocprojwhite .proj .main-image:hover img {
  transform: scale(1.2);
}
.blocprojwhite .proj .proj-img {
  margin: -20px -20px 0px -20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
}
.blocprojwhite .proj .proj-title {
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  margin: 0 0 10px 0;
}
.blocprojwhite .proj .proj-title a {
  color: #0f479a;
  transition: 0.3s;
}
.blocprojwhite .proj .proj-title a:hover {
  color: #e24d55;
}
.blocprojwhite .read-more {
  text-align-last: right;
}
.blocprojwhite .read-more a {
  display: inline-block;
  background: #b91700;
  color: #fff;
  padding: 4px 10px 5px;
  transition: 0.3s;
  border-radius: 2px;
}
.blocprojwhite .read-more a:hover {
  background: #e1444d;
}

/*--------------------------------------------------------------
# BLOC PUBLICACOES
--------------------------------------------------------------*/
.blocpubs {
  background-color: #fff;
  color: #0f479a;
  padding: 10px 0;
  text-align: left;
}
.blocpubs .title {
  padding: 5px 0px 10px 0px;
  font-size: 30px;
  text-align: left;
}
.blocpubs .box-color {
  color: #0f479a;
}
.blocpubs .pub-badge {
  position: absolute;
  right: -10px;
  bottom: 50px;
  background: red;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  padding: 1px 8px;
}
@media (max-width: 768px) {
  .blocpubs .pub-badge {
    bottom: 70px;
  }
}

/*--------------------------------------------------------------
# BLOC STUDENTS COUNTERS
--------------------------------------------------------------*/
.stats-section, .blocstudentsblanc, .blocstudents {
  color: #0f479a;
  padding: 2rem 0;
}
.stats-section .container, .blocstudentsblanc .container, .blocstudents .container {
  padding: 0 1rem;
}

.stats-img, .stats-img-square, .stats-img-circle {
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  object-fit: contain;
}
.stats-img:hover, .stats-img-square:hover, .stats-img-circle:hover {
  filter: none;
  transform: scale(1.05);
}
.stats-img-circle {
  border-radius: 50%;
  padding: 3px;
  border: 3px dashed #87cefa;
  width: 125px;
  height: 125px;
}
.stats-img-circle:hover {
  border: 3px dashed #e24d55;
}
.stats-img-square {
  border-radius: 8px;
  padding: 2px;
  border: 2px dashed #87cefa;
  width: 100%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 1;
}
.stats-img-square:hover {
  border: 2px dashed #e24d55;
}

.stats-link {
  display: inline-block;
  text-decoration: none;
}
.stats-link:focus {
  outline: 2px solid #87cefa;
  outline-offset: 2px;
}

.stats-counter {
  font-size: 2.5rem;
  font-weight: 700;
  color: inherit;
  line-height: 1.2;
  margin: 0.5rem 0;
}

.stats-label {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0.75rem 0 0.5rem;
  line-height: 1.3;
}

.section-title {
  font-size: 2.125rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0.5rem 0;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0.5rem 0;
  line-height: 1.3;
}

.update-text {
  font-size: 0.9rem;
  opacity: 0.8;
  margin: 1rem 0 0;
  line-height: 1.4;
}

.blocstudents {
  background-color: #b6e1fc;
  border-top: 3px solid #f7bb09;
}
.blocstudents .stats-img-circle {
  width: 100px;
  height: 100px;
}

.blocstudentsblanc {
  background-color: #ffffff;
}
.blocstudentsblanc .stats-img-square {
  border-width: 2px;
}

@media (max-width: 1199.98px) {
  .stats-counter {
    font-size: 2.25rem;
  }
  .section-title {
    font-size: 1.875rem;
  }
  .section-subtitle {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  .stats-section, .blocstudents, .blocstudentsblanc {
    padding: 1.5rem 0;
  }
  .stats-counter {
    font-size: 2rem;
  }
  .stats-label {
    font-size: 1.125rem;
  }
  .stats-img-circle {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 0.5rem;
  }
  .stats-counter {
    font-size: 1.75rem;
  }
  .stats-label {
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.625rem;
  }
  .section-subtitle {
    font-size: 1.25rem;
  }
  .stats-img-circle {
    width: 80px;
    height: 80px;
  }
  .stats-img-square {
    max-width: 120px;
  }
  .row.justify-content-center > div {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 575.98px) {
  .stats-section, .blocstudents, .blocstudentsblanc {
    padding: 1rem 0;
  }
  .stats-counter {
    font-size: 1.5rem;
  }
  .stats-label {
    font-size: 0.9rem;
    margin: 0.5rem 0 0.25rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .section-subtitle {
    font-size: 1.125rem;
  }
  .stats-img-circle {
    width: 70px;
    height: 70px;
  }
  .stats-img-square {
    max-width: 100px;
  }
  .row.justify-content-center > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stats-counter {
  animation: countUp 0.6s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .stats-img, .stats-img-circle, .stats-img-square,
  .stats-counter {
    transition: none;
    animation: none;
  }
}
@media (prefers-color-scheme: dark) {
  .blocstudentsblanc {
    background-color: #f8f9fa;
  }
}
/*--------------------------------------------------------------
# BLOC STUDENTS COUNTERS
--------------------------------------------------------------*/
.blocstudents {
  background-color: #b6e1fc;
  color: #0f479a;
  border-top: 3px solid #f7bb09;
}
.blocstudents .title {
  padding: 5px 0px 10px 0px;
  font-size: 30px;
  text-align: center;
}
.blocstudents .box-color {
  color: #0f479a;
}
.blocstudents .rodape, .blocstudents .left_title, .blocstudents .left_rodape {
  padding: 15px 0px 10px 0px;
  text-align: center;
}
.blocstudents .left_rodape {
  padding: 0px 0px 10px 0px;
}
.blocstudents .counter {
  font-size: 35px;
  font-weight: bold;
}
.blocstudents .ramo {
  font-size: 20px;
}
.blocstudents i {
  color: #b6e1fc;
  margin-bottom: 5px;
  transition: 0.3s;
}
.blocstudents i:hover {
  color: #b91700;
}
.blocstudents .img-ramo {
  vertical-align: middle;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  padding: 2px;
  border: 3px dashed #87cefa;
}
.blocstudents .img-ramo:hover {
  filter: none;
  transform: scale(1.05);
  border: 3px dashed #e24d55;
}

.blocstudentsblanc {
  background-color: #ffffff;
  color: #0f479a;
}
.blocstudentsblanc .title {
  padding: 5px 0px 10px 0px;
  font-size: 30px;
  text-align: center;
}
.blocstudentsblanc .bigbox-title-30 {
  font-size: 34px;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
.blocstudentsblanc .bigbox-title-20 {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
.blocstudentsblanc .box-color {
  color: #0f479a;
}
.blocstudentsblanc .rodape, .blocstudentsblanc .left_title, .blocstudentsblanc .left_rodape {
  padding: 15px 0px 10px 0px;
  text-align: center;
}
.blocstudentsblanc .left_rodape {
  padding: 0px 0px 10px 0px;
}
.blocstudentsblanc .counter {
  font-size: 35px;
  font-weight: bold;
}
.blocstudentsblanc .ramo {
  font-size: 20px;
}
.blocstudentsblanc i {
  color: #b6e1fc;
  margin-bottom: 5px;
  transition: 0.3s;
}
.blocstudentsblanc i:hover {
  color: #b91700;
}
.blocstudentsblanc .img-ramo {
  vertical-align: middle;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  padding: 2px;
  border: 2px dashed #87cefa;
}
.blocstudentsblanc .img-ramo:hover {
  filter: none;
  transform: scale(1.05);
  border: 2px dashed #e24d55;
}
.blocstudentsblanc .img-ramo-square {
  vertical-align: middle;
  height: 125px;
  padding: 2px;
  border: 2px dashed #87cefa;
}
.blocstudentsblanc .img-ramo-square:hover {
  filter: none;
  transform: scale(1.05);
  border: 2px dashed #e24d55;
}
@media (max-width: 767.98px) {
  .blocstudentsblanc .img-ramo-square {
    vertical-align: middle;
    height: 50px;
    padding: 2px;
    border: 2px dashed #87cefa;
  }
  .blocstudentsblanc .img-ramo-square:hover {
    filter: none;
    transform: scale(1.05);
    border: 2px dashed #e24d55;
  }
}

/*--------------------------------------------------------------
# BLOC IMAGES
--------------------------------------------------------------*/
.footer-image .gradient-overlay-image {
  position: relative;
  display: block;
}
.footer-image .gradient-overlay-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

/*--------------------------------------------------------------
# BLOC TALENTS
--------------------------------------------------------------*/
#bloctalents.bloctalents {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 1rem 0 0;
  padding: 3rem 0;
  background-color: #f0f4f8;
  border-top: 1px solid #0f479a !important;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.55);
  /* Chart Container - Critical Positioning */
  /* Nuclear Option for Tooltips */
}
#bloctalents.bloctalents .academic-year {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
#bloctalents.bloctalents .reference-date {
  color: #6c757d;
  font-size: 1rem;
  font-style: italic;
}
#bloctalents.bloctalents .institution-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
#bloctalents.bloctalents .institution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
#bloctalents.bloctalents .institution-card .institution-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#bloctalents.bloctalents .institution-card .institution-logo img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
#bloctalents.bloctalents .institution-card .institution-name {
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}
#bloctalents.bloctalents .stats-box {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 12px;
  margin-top: 1rem;
}
#bloctalents.bloctalents .stats-box .stats-header {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bloctalents.bloctalents .stats-box .stats-total {
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.2rem;
}
#bloctalents.bloctalents .chart-container {
  position: relative;
  height: 125px;
  width: 100%;
  max-width: 140px;
  margin: 0.9rem auto 0;
  /* Center badges - BELOW tooltips */
}
#bloctalents.bloctalents .chart-container canvas {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
#bloctalents.bloctalents .chart-container .gender-chart {
  width: 100%;
  height: 100%;
  z-index: 101;
}
#bloctalents.bloctalents .chart-container .chart-center-badges {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  pointer-events: none;
}
#bloctalents.bloctalents .institution-card {
  padding: 1rem 0.25rem;
}
#bloctalents.bloctalents .chartjs-tooltip {
  z-index: 9999 !important;
  position: absolute !important;
  background: rgba(0, 0, 0, 0.95) !important;
  color: white !important;
  border-radius: 4px !important;
  padding: 5px 8px !important;
  font-size: 13px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  max-width: 200px;
  text-align: center;
  transition: none !important;
  pointer-events: none !important;
  border: 3px solid red !important;
  transform: translate3d(0, 0, 0) !important;
  will-change: transform, opacity !important;
  /* Tooltip arrow */
}
#bloctalents.bloctalents .chartjs-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.95) transparent transparent transparent;
}
#bloctalents.bloctalents .badge {
  font-size: 0.65rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
  z-index: 1;
}
#bloctalents.bloctalents .badge.male-badge {
  background-color: #0f479a;
  color: white;
}
#bloctalents.bloctalents .badge.female-badge {
  background-color: #b91700;
  color: white;
}
@media (max-width: 991.98px) {
  #bloctalents.bloctalents .col-lg-2 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 767.98px) {
  #bloctalents.bloctalents .academic-year {
    font-size: 1.3rem;
  }
  #bloctalents.bloctalents .institution-card {
    padding: 1rem 0.75rem;
  }
  #bloctalents.bloctalents .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #bloctalents.bloctalents .institution-logo {
    width: 68px;
    height: 68px;
  }
  #bloctalents.bloctalents .chart-container {
    height: 90px;
    max-width: 110px;
  }
  #bloctalents.bloctalents .badge {
    font-size: 0.6rem;
    padding: 3px 6px;
  }
}
@media (max-width: 575.98px) {
  #bloctalents.bloctalents .col-6 {
    padding: 0 0.5rem;
  }
  #bloctalents.bloctalents .institution-name {
    font-size: 1rem;
  }
  #bloctalents.bloctalents .chart-container {
    height: 80px;
    max-width: 100px;
  }
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.accordion .accordion-item {
  border-bottom: 1px solid #0f479a;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #0f479a;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #0f479a;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #b91700;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #b91700;
  border: 1px solid #0f479a;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #b91700;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 40em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 2em 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0f479a;
  padding: 0 0 2px 0;
  color: #fff;
}
#footer .footer-top {
  background: #0f479a;
  padding: 25px 0 5px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 10px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
#footer .footer-top .footer-info a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-info a:hover {
  color: #fff;
}
#footer .footer-top .email-link a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 166px;
  height: 32px;
  transition: 0.3s;
}
#footer .footer-top .email-link a:hover {
  background: #b91700;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .email-link a:hover i {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-top .email-link a i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #b91700;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .social-links a:hover i {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-top .social-links a i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 10px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul li a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul li a:hover {
  color: #fff;
}
#footer .footer-top .sponsers {
  padding: 0;
  text-align: left;
}
#footer .footer-top .sponsers img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 5px 0;
}
#footer .footer-top .sponsers img:hover {
  filter: none;
  transform: scale(1.15);
}
@media (max-width: 768px) {
  #footer .footer-top .sponsers {
    padding-left: 15px;
  }
  #footer .footer-top .sponsers img {
    max-width: 70%;
  }
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #b91700;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #df3740;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}
#footer .credits a:hover {
  color: #fff;
}
#footer .footer-med {
  background: #0f479a;
}
#footer .footer-med .lastline {
  margin: 0px 25px 0px 0px;
}
#footer .footer-med .footer-info {
  margin-bottom: 10px;
}
#footer .footer-med .footer-info h3 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-med .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-med .footer-info a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-med .footer-info a:hover {
  color: #fff;
}
#footer .footer-med .lline-link {
  margin: 0px 10px 0px 0px;
}
#footer .footer-med .lline-link a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 4px;
  margin: 10px 10px 0px 0px;
  border-radius: 2px;
  text-align: center;
  width: 160px;
  height: 32px;
  transition: 0.3s;
}
#footer .footer-med .lline-link a:hover {
  background: #b91700;
  color: #fff;
  text-decoration: none;
}
#footer .footer-med .lline-link a:hover i {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-med .lline-link a i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-menu {
  background: #0f479a;
  margin: 0;
}
#footer .footer-menu .sitemapbox {
  text-align: left;
  height: auto;
  left: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 0px;
  background: #0f479a;
}
#footer .footer-menu .sitemapbordertop {
  margin-top: 10px;
  border-top: 2px solid #fff;
  padding-bottom: 10px;
}
#footer .footer-menu ul.sitemap li {
  margin-left: -38px;
  margin-right: 20px;
  padding-top: 15px;
  width: 275px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
#footer .footer-menu ul.sitemap li a {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0px !important;
  padding-left: 0px;
  margin-left: 0px;
}
#footer .footer-menu ul.sitemap li ul li {
  position: relative;
  left: 0px;
  padding-top: 3px;
  clear: none;
  float: none;
  list-style: none;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
#footer .footer-menu ul.sitemap li ul li a {
  text-transform: none;
  font-weight: normal !important;
  margin-top: 0 !important;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-menu ul.sitemap li ul li a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# PROGRESS BAR
--------------------------------------------------------------*/
.progress {
  height: 20px;
  border-radius: 20px;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}
.progress span {
  display: block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #888888;
  line-height: 17px;
  margin-bottom: 5px;
}
.progress .progress-bar {
  text-align: left;
  border-radius: 20px;
  transition-duration: 3s;
  animation: animate-positive 2s;
}
.progress .progressBackground {
  width: 100%;
  height: 20px;
  margin: 0 20px 0 0;
  background-color: #888888;
}
.progress .progressAnimation {
  width: 0;
  height: 100%;
  background-color: #007bff;
  transition: width 3s;
}

@keyframes animate-positive {
  0% {
    width: 0%;
  }
}
/*--------------------------------------------------------------
# SOCIAL SHARE
--------------------------------------------------------------*/
.social-share a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social-share a:hover {
  background: #b91700;
  color: #fff;
  text-decoration: none;
}
.social-share a:hover i {
  color: rgba(255, 255, 255, 0.6);
}
.social-share a i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

/*--------------------------------------------------------------
# LIGHTBOX
--------------------------------------------------------------*/
/* Styles the thumbnail */
a.lightbox img {
  height: 150px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */
.lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  transition: 0.5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */
a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #000;
  position: absolute;
  left: 26px;
  top: 10px;
  transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
  overflow: scroll;
}
.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
  top: 0;
}

/*--------------------------------------------------------------
# HTML VIDEO
--------------------------------------------------------------*/
video {
  /* override other styles to make responsive */
  width: 100% !important;
  height: auto !important;
}

/*--------------------------------------------------------------
# COOKIE-BAR
--------------------------------------------------------------*/
#cookie-bar {
  border-top: 2px solid #fff;
  background: #082b5e;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 5px 0;
  z-index: 3000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  padding-right: 40px;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #007700;
}
#cookie-bar .cb-enable:hover {
  background: #009900;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}