@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');
.font-1 {
  font-family: "Roboto", serif;
}
.font-2 {
  font-family: "Delius", cursive;
  font-weight: 700;
}
.topbar {
  background-color: #333;
  font-family: "Roboto";
  font-size: 12px;
}
.topbar .inner {
  padding: 5px 0px;
}
.topbar .inner * {
  color: #bfbfbf;
}
.topbar .inner a {
  margin-right: 6px;
}
.topbar .inner a:hover {
  color: #fff;
}
.topbar .inner a:hover i {
  color: #fff;
}
.topbar .access-drop {
  background-color: #333;
}
.cfe-header {
  background-color: #B3D353;
  padding: 10px 0;
}
.cfe-header .menu {
  padding-left: 40px;
}
.cfe-header .menu a {
  font-weight: bold;
  font-family: "Delius", cursive;
  color: #02684C;
  margin-left: 8px;
  padding: 3px 10px;
  border-radius: 20px;
  transition: all 0.15s ease-in;
}
.cfe-header .menu a:hover {
  background-color: #02684C;
  color: #fff;
  text-decoration: none;
}
.cfe-header .acc a {
  font-family: "Delius", cursive;
  margin-left: 10px;
  font-weight: bold;
  color: #333;
  padding: 3px 10px;
  border-radius: 20px;
  transition: all 0.15s ease-in;
}
.cfe-header .acc a:hover {
  text-decoration: none;
  background-color: #333;
  color: #fff;
}
.cfe-header .acc a:hover i {
  color: #333;
}
.cfe-header .acc a i {
  font-size: 28px;
  color: #02684C;
}
.footer {
  margin-top: 15px;
  background-color: #424949;
  padding: 15px;
  color: #f4f6f7;
}
.footer-sticky.sticky-fixed {
  position: fixed;
  bottom: 0px !important;
  width: 100%;
}
.curso .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.2s ease;
}
.curso .item:hover {
  box-shadow: 0px 0px 3px #bfbfbf;
}
.curso .item:hover img {
  opacity: 1;
}
.curso .item .ins {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 0px;
  padding: 10px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 1px 2px 3px #717d7e;
}
.curso .item .ins.aberta {
  background: #2ecc71;
}
.curso .item .ins.fechada {
  background: #e74c3c;
}
.curso .item img {
  transition: all 0.2s ease;
  opacity: 0.6;
  width: 100%;
}
.curso .item .blank_img {
  height: 180px;
  width: 100%;
  padding: 10px;
}
.curso .item .info {
  padding: 15px;
  font-family: "Delius", cursive;
}
.curso .item .info .nome {
  font-family: "Delius", cursive;
  font-weight: 600;
  font-size: 25px;
  color: #02684C;
}
.curso .item .info .inicio, .curso .item .info .local {
  color: #717d7e;
}
body, html {
  font-family: "Delius", cursive;
  background-color: #f0f3f4;
}
