


.pos-rel{
  position: relative !important;
}
.sem-link{
  cursor: default !important;
}


/*Alertas --------------------------------*/
.alerta-erro {
  color: #ff0000 !important;
  background-color: #ff0000;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0;

}

.alerta-atencao {
  color: #efac78 !important;
  font-weight: 300;
}

.alerta-sucesso {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0px;
  font-weight: 600;
  font-size: 1em;
  color: rgb(0, 150, 0) !important;
}

  /* Loader PadrÃ£o */
  body.preloader-site {
    overflow: hidden;
  }
  .preloader-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  }
  .preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }
  
  /*
  .preloader-wrapper .preloader img{
    max-height: 40px;
  }
  */
  
  /* Loader PadrÃ£o fim */


.footer-area .single-footer-widget ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 23px;
}


.single-latest-news-area .news-content .news-meta a:last-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
  display: none !important;
}

.single-latest-news-area .news-content .news-meta a:last-child {
  margin-left: 0px !important;
}

.breakpoint-off .classynav ul li .dropdown {
  width: 320px;
  position: absolute;
  background-color: #ffffff;
  top: 120%;
  left: 0;
  z-index: 100;
  height: auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
}



.header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-color: #fff !important;
}


.header-area .credit-main-menu .classy-navbar .contact a {
  display: inline-block;
  font-size: 16px;
  color: #0E266B;
  font-weight: 700;
  line-height: 85px;
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0 10px;
  color: #ffffff;
}