/* --- Slider --- */
.glide{
  margin: 1.5em 0!important;
}
.glide-wrapper {
  background-color: #ececec;
  padding: 3% 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
li.glide__slide {
  border-radius: 1em;
  border: 1px solid rgba(217, 217, 217, 0.58);
  padding: 0!important;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.13);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
li.glide__slide .image{
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.glide__bullets {
  bottom: -1em!important;
}

.glide__bullet {
  background-color: rgb(255, 255, 255);
  width: unset!important;
  height: unset!important;
  padding: 0.5em 1em!important;
  border-radius: initial!important;
  border: 1px solid #bdbdbdfa;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: initial!important;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: -1px!important;
  color: #69635b;
}

.glide__arrow{
  color: #635959!important;
  font-size: 1.5em;
  border-radius: 50%!important;
  border: none!important;
  background-color: #cecece;!important;
}

.glide__slide .conteudo {
  position: relative;
  bottom: -60%;
  background-color: #ffffff;
  font-size: 14px;
  box-shadow: 0 -1px 3px 0 rgba(187, 187, 187, 0.41);
  padding: 0.5em;
}
.glide__slide h2 {
  line-height: 1em;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #333333;
}
.glide__slide p {
  font-size: 14px;
  line-height: 18px;
  color : #212121;
}

/* --- Front Page --- */
#custom-front-page div.neo-lista-posts {
  margin-top: 2em;
}
#custom-front-page div.neo-lista-posts li:before {
  content: none;
}
#custom-front-page div.neo-lista-posts span.cat {
  text-transform: uppercase;
}
#custom-front-page div.neo-lista-posts li .thumbnail {
  width: 100%;
  background-size: cover;
  background-origin: border-box;
  background-position: center center;
  margin: 0;
  border-radius: 3px 3px ;
  box-shadow: 1px 2px 0px 0px rgba(47, 44, 44, 0.1);
}
#custom-front-page div.neo-lista-posts ul {
  margin-right: 1em;
}
#custom-front-page div.neo-lista-posts > li {
  font-size: 0.89em;
  display: inline-block;
  float: left;
  margin: 0;
  width: 30%;
}
#custom-front-page div.neo-lista-posts > li .thumbnail {
  height: 10em;
  display: block;
}
#custom-front-page div.neo-lista-posts > li h3 {
  line-height: 1.4em;
  font-weight: 500;
}
#custom-front-page div.neo-lista-posts > li.columns.five:nth-of-type(2) {
  margin: 0 5%;
}
#custom-front-page div.neo-lista-posts ul.col-0 li .thumbnail {
  height: 24em;
}
#custom-front-page div.neo-lista-posts ul.col-1 li .thumbnail {
  height: 9em;
}
#custom-front-page div.neo-lista-posts ul.col-3 li .thumbnail {
  display: none;
}
#custom-front-page ul.neo-lista-cat ul.wrapper {
  display: inline-block;
  margin-right: 1em;
}
#custom-front-page ul.neo-lista-cat ul.wrapper a:hover {
  opacity: 1;
}
#custom-front-page ul.neo-lista-cat ul.wrapper li {
  display: block;
  margin: 0;
}
#custom-front-page ul.neo-lista-cat ul.wrapper li:before {
  content: none;
}
#custom-front-page ul.neo-lista-cat ul.wrapper li span.cat {
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
}
#custom-front-page ul.neo-lista-cat ul .thumbnail {
  background-size: cover;
  background-position: center center;
}
#custom-front-page ul.neo-lista-cat  .thumbnail {
  height: 24em;
  width: 100%;
}
footer .neo-lista-cat .thumbnail,
footer .neo-lista-post .thumbnail {
  display: none;
}
.neo-lista-cat div.header {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  left: 1em;
  bottom: 70px;
  /* font-weight: 600; */
  color: white;
  text-shadow: 1px 1px 1px black;
}
.neo-lista-cat div {
  text-align: justify;
  text-justify: inter-word;
}
.neo-lista-cat div.header h4 {
  margin: 3px 0;
  font-size: 18px;
}
.neo-lista-cat div.header span.cat {
  font-size: 11px;
}
/*# sourceMappingURL=outros.css.map */