/* --------------------------------------------------
 Custom Author Styles
-------------------------------------------------- */

/* Preloader Styels */
.tm-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(28, 185, 200, 0.98);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}

.tm-preloader span {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: 0 0;
  border-radius: 1000px;
  position: relative;
  z-index: 1;
}

.tm-preloader span::before, .tm-preloader span::after {
  content: "";
  left: 50%;
  top: 50%;
  position: absolute;
  display: inline-block;
  border-radius: 1000px;
}

.tm-preloader span::before {
  height: 190%;
  width: 190%;
  margin-left: -28.5px;
  margin-top: -28.5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent;
  -webkit-animation: tmSpinReverse 1s linear infinite;
  animation: tmSpinReverse 1s linear infinite;
}

.tm-preloader span::after {
  height: 250%;
  width: 250%;
  margin-left: -37.5px;
  margin-top: -37.5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #ffffff;
  -webkit-animation: tmSpin 1s linear infinite;
  animation: tmSpin 1s linear infinite;
}

.tm-preloader .tm-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 15px;
  bottom: 15px;
}

.oculto {
    display : none;
}

.rev_slider .titulo {
    color: #000;
    font-weight : 700;
    text-shadow: none;
}

.rev_slider .subtitulo {
    color: #000;
    text-shadow: none;
}

.rev_slider .btn{
    background-color: #B2413A;
    border: none;
}

.post-meta.post-meta-title {
  color: #ff7930;
  font-size: 1.2em;
}

.list-categories li a {
  padding: 1em;
}

.list-categories > li.active > a, 
.list-categories > li.active > a:focus, 
.list-categories > li.active > a:hover {
  background-color: rgba(60, 70, 80, 1);
  color: #ECCD4F;
}

.text-data-label {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.ancla {
	position: absolute;
	top: 0;
	margin-top: -80px;
	visibility: hidden;
}

.lead,
.texto-simple {
    position: relative;
}

.navbar {
    border: none
}

.aside.sidebar .widget {
    border-bottom: none;
}

.filter-button-group a {
    color: #bdbdbd;
}

.filter-button-group a.active {
    color: #ffae00
}

.banner .titulo {
	color: #B2413A;
	font-size: 44px;
	line-height: 46px;
	text-shadow: 2px 2px #000;
}

.banner .subtitulo {
	color: #ECCD4F;
}

.main-content h3 {
    color: #3E92DD;
}

.grid-item .ribbon {
    width: auto;
    position: absolute;
    right: -1px;
}

.mg-t-0  { margin-top : 0 }
.mg-t-7  { margin-top : 7px }
.mg-t-15 { margin-top : 15px }
.mb-1 { margin-bottom : 1rem }

.icon-sm { width : 30px; }

.invalid{
    color : red;
    font-size : 1rem;
}

#prox-evento .clock {
    display: inline-block;
}

.txt-aln-center {
    text-align : center;
}

.invalid-message {
    margin-top : .25rem;
    font-size  : .875rem;
    color      : #dc3545;
}

#carrusel-patrocinadores .owl-wrapper-outer,
#carrusel-patrocinadores .owl-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.social-links li {
    margin-left : 10px;
    width       : 30px;
}

.social-links a {
    font-size: 24px;
}

.social-links a i {
    padding-top: 3px;
}

.post-footer .foot-left{
    margin-top: 9px;
}

.txt-italic {
    font-style: italic;
}

.paragraph {
    text-align : justify;
}

.ovr-y-hidden {
    overflow-y: hidden;
}