@import url("https://fonts.googleapis.com/css?family=Lato:400,300,700|Montserrat:200,300,400,500,600,700,800,900");
/* line 22, ../sass/style.scss */

:root{
  /* --cor_principal: #95222F; */
  --cor_principal: white;
  font-size: 14px;
}

body {
  background-color: #f5f5f5;
}

header {
  margin-bottom: 1em;
}
/* line 24, ../sass/style.scss */
header #top1 {
  background-color: var(--cor_principal);
  position: relative;
  line-height: 34px;
  font-size: 1rem;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  /* margin-bottom: 1em; */
  color: #fff;
}

header #top1 a {
  color: #fff;
}
/* line 31, ../sass/style.scss */
header #top1 span {
  border-right: 1px solid #ccc;
  padding-right: 1em;
  margin-right: 1em;
}
/* line 35, ../sass/style.scss */
header #top1 span:last-child {
  border: none;
}

header #top2 {
  background-color: #fff;
  box-shadow: 0 3px 25px #ccc;
  padding: .5em 0;
}
/* line 41, ../sass/style.scss */
header #top2 #top2-int {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
/* line 45, ../sass/style.scss */
header #top2 #top2-int ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  padding: 0;
  background-color: #eee;
  margin: 0;
}
/* line 52, ../sass/style.scss */
header #top2 #top2-int ul li:last-child a {
  border-right: none;
}
/* line 55, ../sass/style.scss */
header #top2 #top2-int ul li a {
  display: block;
  padding: 1em 2em;
  border-right: 1px solid #ddd;
  color: #888;
  text-transform: uppercase;
  font-size: 1.01rem;
  /* letter-spacing: 1px; */
  text-decoration: none;
  border-bottom: 2px solid #d5d5d5;
}
/* line 64, ../sass/style.scss */
header #top2 #top2-int ul li a:hover {
  background: #d3d3d3;
  text-decoration: none;
  border-bottom: 2px solid;
}
/* line 73, ../sass/style.scss */
header .divider {
  width: 100%;
  /* height: 27px; */
  /* background: url("../images/divider.png"); */
  background-position-y: -1px;
}

/* line 82, ../sass/style.scss */
main #slideshow .item {
  position: relative;
  margin-bottom: 1em;
}
/* line 84, ../sass/style.scss */
main #slideshow .item h2 {
  position: absolute;
  bottom: 0;
  background: url("../images/bg-slide.png");
  color: #fff;
  font-size: 1.4rem;
  padding: 1em;
  margin: 0;
  width: 100%;
}
/* line 95, ../sass/style.scss */
main #slideshow .owl-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0.5em;
  position: absolute;
  width: 100px;
  background: rgba(255,255,255,0.8);
  top: -7px;
  border-radius: 0 0 10px 10px;
  right: 0;
}
/* line 99, ../sass/style.scss */
main #slideshow .owl-dots .owl-dot {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
/* line 108, ../sass/style.scss */
main #slideshow .owl-dots .owl-dot.active {
  /*background: none repeat scroll 0 0 var(--cor_principal);*/
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
/* line 120, ../sass/style.scss */
main #last-news h3 {
  background: #fff;
  padding: 0.5em;
  position: relative;
  padding-left: 50px;
  margin-top: 0;
  border-bottom: 3px solid var(--cor_principal);
}
main #last-news .new-body {
  padding: 1em;
}
/* line 127, ../sass/style.scss */
main #last-news h3 span {
  color: var(--cor_principal);
  font-size: 2rem;
  text-align: center;
  line-height: 50px;
  /* background: #1565c0; */
  width: 60px;
  display: block;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  /* border-right: 20px solid #fff; */
  /* border-bottom: 50px solid #1565c0; */
}
/* line 145, ../sass/style.scss */
main #last-news #secretarias .item a {
  line-height: 70px;
  text-align: center;
  background: #f2f2f2;
  display: block;
}
/* line 150, ../sass/style.scss */
main #last-news #secretarias .item a:hover {
  background: #1e88e5;
  color: #fff;
}
/* line 157, ../sass/style.scss */
main #last-news .item {
  margin-bottom: 2em;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

/* line 159, ../sass/style.scss */
main #last-news .item a {
  text-decoration: none;
  color: #777;
}
/* line 162, ../sass/style.scss */
main #last-news .item a:hover {
  color: var(--cor_principal);
}
/* line 165, ../sass/style.scss */
main #last-news .item a .new-img {
  margin-bottom: 1em;
}

/* line 171, ../sass/style.scss */
main #mytabs {
  margin-top: 2em;
}
/* line 173, ../sass/style.scss */
main #mytabs .nav-tabs {
  border-color: var(--cor_principal);
  border-width: 3px;
}
/* line 177, ../sass/style.scss */
main #mytabs .nav-tabs li.active a {
  background: var(--cor_principal);
  border-color: var(--cor_principal);
  color: #fff !important;
}
/* line 184, ../sass/style.scss */
main #mytabs .item {
  margin-top: 2em;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
main #mytabs .item .new-body {
  padding: 1em;
}
/* line 186, ../sass/style.scss */
main #mytabs .item a {
  text-decoration: none;
  color: #777;
}
/* line 189, ../sass/style.scss */
main #mytabs .item a:hover {
  color: #9B002D;
}
/* line 192, ../sass/style.scss */
main #mytabs .item a .new-img {
  margin-bottom: 1em;
}
/* line 199, ../sass/style.scss */
main #galleries h3 {
  background: #fff;
  padding: 0.5em;
  position: relative;
  padding-left: 50px;
  margin-top: 1em;
  border-bottom: 3px solid var(--cor_principal);
}
/* line 206, ../sass/style.scss */
main #galleries h3 span {
  color: var(--cor_principal);
  font-size: 1rem;
  text-align: center;
  line-height: 50px;
  /* background: #1565c0; */
  width: 60px;
  display: block;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  /* border-right: 20px solid #fff; */
  /* border-bottom: 50px solid #1565c0; */
}
/* line 222, ../sass/style.scss */
main #galleries .item {
  margin-bottom: 1em;
  display: block;
}
/* line 228, ../sass/style.scss */
main .aside .widget {
  margin-bottom: 1em;
}
main .aside .widget.lastNews .item {
  padding: 0 1em;
}
/* line 230, ../sass/style.scss */
main .aside .widget h3 {
  font-size: 1rem;
  background-color: var(--cor_principal);
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
}
/* line 237, ../sass/style.scss */
main .aside .widget .or-spacer {
  margin-top: 10px;
  margin-left: 10px;
  width: 100%;
  position: relative;
}
/* line 242, ../sass/style.scss */
main .aside .widget .or-spacer .mask {
  overflow: hidden;
  height: 6px;
}
/* line 245, ../sass/style.scss */
main .aside .widget .or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 70px/12px;
  box-shadow: 0 0 8px #ccc;
}
/* line 254, ../sass/style.scss */
main .aside .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
/* line 258, ../sass/style.scss */
main .aside .widget ul li {
  border-left: 4px solid transparent;
}
/* line 260, ../sass/style.scss */
main .aside .widget ul li a {
  background-color: #fff;
  display: block;
  text-decoration: none;
  color: #777;
  position: relative;
  padding-left: 54px;
  line-height: 40px;
  margin-bottom: 5px;
}
/* line 270, ../sass/style.scss */
main .aside .widget ul li a:hover {
  background-color: #eee;
}
/* line 273, ../sass/style.scss */
main .aside .widget ul li a .icons {
  background: var(--cor_principal);
  width: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 5px;
  color: #fff;
  border-radius: 100%;
}
/* line 285, ../sass/style.scss */
main .aside .widget ul li:hover {
  border-left: 4px solid var(--cor_principal);
}
/* line 290, ../sass/style.scss */
main .aside .widget .item {
  margin: 1em 0;
}
/* line 292, ../sass/style.scss */
main .aside .widget .item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #777;
}
/* line 297, ../sass/style.scss */
main .aside .widget .item a:hover {
  color: #1e88e5;
}
/* line 300, ../sass/style.scss */
main .aside .widget .item a h5 {
  margin: 0;
}
/* line 303, ../sass/style.scss */
main .aside .widget .item a img {
  margin: 0 5px 0 0;
}
/* line 308, ../sass/style.scss */
main .aside .widget .btn-esic {
  background: #ffd54f;
  padding: 5px;
  text-align: center;
}
/* line 314, ../sass/style.scss */
main .aside img {
  margin-bottom: 1em;
}

/* line 319, ../sass/style.scss */
footer {
  margin-top: 1em;
  background-color: #333;
  color: #fff;
  padding: 1em 0;
}
/* line 325, ../sass/style.scss */
footer .socials a {
  font-size: 1rem;
  color: #fff;
  margin: 0 0.5em;
}
/* line 329, ../sass/style.scss */
footer .socials a:hover {
  color: #1e88e5;
}
/* line 334, ../sass/style.scss */
footer p {
  margin: 0;
}

/* line 338, ../sass/style.scss */
.legal {
  background: #111;
  color: #fff;
  padding: 1em 0;
}

@media only screen and (max-width: 768px) {
  /* line 348, ../sass/style.scss */
  header #top1 span:first-child {
    border: none;
    display: block;
  }
  /* line 357, ../sass/style.scss */
  header #top2 #top2-int .logo img {
    width: 100px;
  }
  /* line 363, ../sass/style.scss */
  header #top2 #top2-int .block-right .menu .bar {
    font-size: 1rem;
  }
  /* line 366, ../sass/style.scss */
  header #top2 #top2-int .block-right .menu ul#menu-ul {
    display: none;
    position: absolute;
    z-index: 3;
    width: 80%;
    right: -80%;
    top: 215px;
    transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
  }
  /* line 377, ../sass/style.scss */
  header #top2 #top2-int .block-right .menu ul#menu-ul.on {
    display: block;
    right: 0;
    transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
  }

  /* line 392, ../sass/style.scss */
  main #slideshow .item h2 {
    position: inherit;
    font-size: 1rem;
  }

  /* main #slideshow #owl-slideshow .owl-dots {
    position: absolute;
    width: 100px;
    background: rgba(255,255,255,0.8);
    top: -7px;
    border-radius: 0 0 10px 10px;
    right: 0;
  } */
  /* line 401, ../sass/style.scss */
  main #mytabs .nav-tabs li a {
    padding: 10px;
    font-size: 1rem;
  }
}

.titulo_galeria {
    margin: 0 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    background: rgba(0,0,0,.7)!important;
    background: #000;
    text-shadow: 0 1px 0 #000;
    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

main .aside #banner_covid {
  background-color: var(--cor_principal);
}