/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*.transition(@duration:0.2s, @ease:ease-out) {
  -webkit-transition: all @duration @ease;
  -moz-transition: all @duration @ease;
  -o-transition: all @duration @ease;
  transition: all @duration @ease;
}*/
body {
  padding-bottom: 0 !important;
}

.btnVacina.bannerCOVID-home{
	padding: 0px!important;
	background-image: url(https://assets.assembleia.pr.leg.br/COVID19/img/banner-home-covid.jpeg)!important;
	background-position: 0px 0px!important;
	-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
@media (max-width: 992px) {
	.btnVacina.bannerCOVID-home{
		background-image: url(https://assets.assembleia.pr.leg.br/COVID19/img/banner-home-covid_mobile.jpeg)!important;
		background-position: center!important;
	    background-size: cover;
	}
}
@media (max-width: 400px) {
	.btnVacina.bannerCOVID-home{background-position-y: -67px!important; }
}
.btnVacina.bannerCOVID-home span{ visibility: hidden!important; display: inline-block; height: 75px; width: 110%; line-height: 77px;text-align: center;
	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
.btnVacina.bannerCOVID-home:hover{
	background-position: 0 -75px!important;
}
.btnVacina.bannerCOVID-home:hover span{     visibility: inherit!important; display: inline-block;  height: 75px; width: 110%; line-height: 77px;text-align: center;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
	.bannersDestaqueHome .nav.nav-tabs.nav-justified.nav-tabs-ALEP.tabs li.tab{
			display: block;
		    width: 100%;
	}
}

.abaCOVID19 .list-news-covid19 .link-box .est-title .title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 85px 10px 10px;
  background: url('../COVID19/img/shadow-title.png') repeat-x left top;
  font-size: 15px;
  font-weight: 700;
  color: #b7b7b7;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.abaCOVID19 {
  position: fixed;
  z-index: 99;
  bottom: -660px;
  width: 100%;
  height: 535px;
  margin-bottom: -50px;
  background: url('../COVID19/img/bgAbaCOVID19.png') no-repeat center center;
  background-size: cover;
}
@media (max-width: 992px) {
  .abaCOVID19 {
    z-index: 99999;
  }
}
.abaCOVID19 h2.logo {
  position: relative;
  z-index: 10;
  top: -90px;
  left: 50%;
  display: block;
  width: 450px;
  height: 139px;
  margin-left: -225px;
  margin-bottom: -190px;
  background: url('../COVID19/img/logo-COVID19.png');
  overflow: hidden;
  text-indent: -99999em;
  cursor: pointer;
}
.abaCOVID19 h2.logo * {
  text-indent: -9999px;
}
@media (max-width: 992px) {
  .abaCOVID19 h2.logo {
    margin-bottom: -160px;
  }
}
.abaCOVID19 .btnCloseABA {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.abaCOVID19 .btnCloseABA .icoX {
  margin-top: 10px;
  margin-bottom: -10px;
}
.abaCOVID19 .btnCloseABA .xlado1,
.abaCOVID19 .btnCloseABA .xlado2 {
  background: white;
  margin-top: 10px;
}
.abaCOVID19 .btnCloseABA span.txt {
  float: left;
  margin: 5px 5px 0 0;
  display: inline-block;
}
.abaCOVID19 .btnCloseABA:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.abaCOVID19 .btnCloseABA:hover .icoX {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.abaCOVID19 .btnCloseABA:hover .icoX .xlado1,
.abaCOVID19 .btnCloseABA:hover .icoX .xlado2 {
  background: white;
  margin-top: 12px;
}
.abaCOVID19 .btnCloseABA:focus {
  drop-shadow: none!important;
  outline: none !important;
}
.abaCOVID19 .btnCloseABA.none {
  display: none;
}
@media (max-width: 992px) {
  .abaCOVID19 .btnCloseABA {
    z-index: 9999;
    top: 60px;
    right: 0px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: black;
  }
  .abaCOVID19 .btnCloseABA .icoX {
    margin-bottom: -5px;
  }
  .abaCOVID19 .btnCloseABA .xlado1,
  .abaCOVID19 .btnCloseABA .xlado2 {
    background: black;
  }
}
.abaCOVID19 .btnBack {
  position: absolute;
  left: 10px;
  top: 35%;
  z-index: 1;
  display: none;
  overflow: hidden;
  width: 128px;
  height: 95px;
  background: url('../COVID19/img/btn-voltaGD.png');
  text-indent: -99999em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 992px) {
  .abaCOVID19 .btnBack {
    width: 60px;
    top: 40%;
    left: 0;
  }
}
.abaCOVID19 .content-covid19 {
  padding: 100px 45px 0;
  min-height: 250px;
  padding-bottom: 20px;
  max-height: 100%;
  overflow: auto;
}
@media (max-width: 992px) {
  .abaCOVID19 .content-covid19 {
    margin-top: 100px;
    padding-top: 0;
  }
}
.abaCOVID19 .list-news-covid19 {
  min-height: 250px;
  margin-bottom: 20px;
}
.abaCOVID19 .list-news-covid19 .link-box {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 275px;
  margin-top: 4px;
  padding: 0 3px;
  text-decoration: none;
  outline: none;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.abaCOVID19 .list-news-covid19 .link-box .est-title {
  position: absolute;
  bottom: 23px;
  display: block;
  min-width: 101%;
  width: 101%;
  padding-right: 6px;
}
.abaCOVID19 .list-news-covid19 .link-box .est-title .title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 85px 10px 10px;
  background: url('../COVID19/img/shadow-title.png') repeat-x left top;
  font-size: 15px;
  font-weight: 700;
  color: #b7b7b7;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.abaCOVID19 .list-news-covid19 .link-box img {
  max-height: 273px;
  height: 273px;
  width: auto!important;
  max-width: initial!important;
  min-width: inherit!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.abaCOVID19 .list-news-covid19 .link-box span {
  display: block;
  width: 80px;
  margin: 5px auto 0;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.abaCOVID19 .list-news-covid19 .link-box.icoAlep:after,
.abaCOVID19 .list-news-covid19 .link-box.icoInsta:after,
.abaCOVID19 .list-news-covid19 .link-box.icoFace:after,
.abaCOVID19 .list-news-covid19 .link-box.icoYout:after {
  content: '';
  position: absolute;
  right: 0;
  top: -2px;
  width: 58px;
  height: 54px;
}
@media (max-width: 1400px) {
  .abaCOVID19 .list-news-covid19 .link-box.icoAlep:after,
  .abaCOVID19 .list-news-covid19 .link-box.icoInsta:after,
  .abaCOVID19 .list-news-covid19 .link-box.icoFace:after,
  .abaCOVID19 .list-news-covid19 .link-box.icoYout:after {
    left: inherit;
    right: -2px;
    margin-left: 0;
  }
}
.abaCOVID19 .list-news-covid19 .link-box.icoAlep:after {
  background: url('../COVID19/img/icon_alep.png') no-repeat;
}
.abaCOVID19 .list-news-covid19 .link-box.icoInsta:after {
  background: url('../COVID19/img/icon_insta.png') no-repeat;
}
.abaCOVID19 .list-news-covid19 .link-box.icoFace:after {
  background: url('../COVID19/img/icon_face.png') no-repeat;
}
.abaCOVID19 .list-news-covid19 .link-box.icoYout:after {
  background: url('../COVID19/img/icon_yout.png') no-repeat;
}
.abaCOVID19 .list-news-covid19 .link-box.icoYout .btn-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 273px;
}
.abaCOVID19 .list-news-covid19 .link-box.icoYout .btn-play:after,
.abaCOVID19 .list-news-covid19 .link-box.icoYout .btn-play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.abaCOVID19 .list-news-covid19 .link-box.icoYout .btn-play:after {
  width: 84px;
  height: 84px;
  margin-top: -42px;
  margin-left: -42px;
  border: 0 solid;
  background: url('../COVID19/img/seta-play.png') no-repeat center center rgba(0, 0, 0, 0.4);
}
.abaCOVID19 .list-news-covid19 .link-box.icoYout .btn-play:before {
  width: 110px;
  height: 110px;
  margin-top: -55px;
  margin-left: -55px;
  border: 10px solid rgba(255, 255, 255, 0.4);
}
.abaCOVID19 .list-news-covid19 .link-box.icoYout:hover .btn-play:after {
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.abaCOVID19 .list-news-covid19 .link-box.icoYout:hover .btn-play:before {
  border: 11px solid rgba(255, 0, 0, 0.2);
}
.abaCOVID19 .list-news-covid19 .link-box:hover .est-title .title {
  color: #ffffff;
}
.abaCOVID19 .list-news-covid19 .link-box:hover span {
  text-decoration: underline;
  color: #ffffff;
}
.abaCOVID19 .list-news-covid19 .slick-arrow {
  z-index: 1;
}
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-prev,
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-next {
  width: 40px;
  height: 67px;
  background: url('../COVID19/img/est-seta.png') no-repeat;
}
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-prev:before,
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-next:before,
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-prev:before,
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 26px;
  margin-left: 15px;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-prev {
  left: -30px;
}
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-prev:before {
  margin-left: 10px;
  background: url('../COVID19/img/seta-esq.png') no-repeat;
}
@media (max-width: 1400px) {
  .abaCOVID19 .list-news-covid19 .slick-arrow.slick-prev {
    left: -26px;
  }
}
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-next {
  right: -7px;
}
.abaCOVID19 .list-news-covid19 .slick-arrow.slick-next:before {
  margin-left: 13px;
  background: url('../COVID19/img/seta-dir.png') no-repeat;
}
@media (max-width: 1400px) {
  .abaCOVID19 .list-news-covid19 .slick-arrow.slick-next {
    right: -26px;
  }
}
.abaCOVID19 .est-leis-covid19 {
  min-height: 250px;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19 {
  display: table;
  margin-bottom: 5px;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19 li {
  display: table-cell;
  min-width: 25%;
  padding: 0 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19 li .link-pq {
  display: block;
  padding: 28px 3px 4px 3px;
  background: url('../COVID19/img/ico-pq-seta1.png') no-repeat center 4px rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19 li .link-pq strong {
  display: inline-block;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19 li .link-pq:hover {
  background-color: #ffffff;
  color: #222222;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19 li:nth-child(even) .link-pq {
  display: block;
  background: url('../COVID19/img/ico-pq-seta2.png') no-repeat center 4px rgba(112, 167, 74, 0.8);
  color: #ffffff;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19 li:nth-child(even) .link-pq:hover {
  background-color: #bbff8c;
  color: #222222;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19:nth-child(even) li .link-pq {
  background: url('../COVID19/img/ico-pq-seta1.png') no-repeat center 4px rgba(255, 255, 255, 0.5);
  color: #555555;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19:nth-child(even) li .link-pq:hover {
  background-color: #ffffff;
  color: #222222;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19:nth-child(even) li:nth-child(odd) .link-pq {
  background: url('../COVID19/img/ico-pq-seta2.png') no-repeat center 4px rgba(112, 167, 74, 0.8);
  color: #ffffff;
}
.abaCOVID19 .est-leis-covid19 .lista-leis-covid19:nth-child(even) li:nth-child(odd) .link-pq:hover {
  background-color: #bbff8c;
  color: #222222;
}
@media (max-width: 992px) {
  .abaCOVID19 .est-leis-covid19 .lista-leis-covid19 {
    margin-bottom: 40px;
  }
  .abaCOVID19 .est-leis-covid19 .lista-leis-covid19:first-child {
    margin-top: 40px;
  }
  .abaCOVID19 .est-leis-covid19 .lista-leis-covid19 li {
    display: block;
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  .abaCOVID19 .est-leis-covid19 {
    padding-bottom: 120px;
  }
  .abaCOVID19 .est-leis-covid19 .lista-leis-covid19 {
    display: block;
    height: auto;
  }
}
.abaCOVID19 .btn-mapa {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 10px 0 20px;
  border: 3px solid #006a43;
  background: none;
  border-bottom: none;
  font-size: 26px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px #d3ffa2;
  -moz-box-shadow: 0px 0px 0px #d3ffa2;
  box-shadow: 0px 0px 0px #d3ffa2;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.abaCOVID19 .btn-mapa span {
  display: block;
  width: 100%;
  font-size: 23px;
  color: #d3ffa2;
}
.abaCOVID19 .btn-mapa small {
  display: block;
  margin-bottom: -32px;
}
.abaCOVID19 .btn-mapa small span {
  display: inline-block;
  margin-bottom: -20px;
  padding: 5px 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #006a43;
}
.abaCOVID19 .btn-mapa small span:after,
.abaCOVID19 .btn-mapa small span:before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin-top: 8px;
  background-color: #006a43;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.abaCOVID19 .btn-mapa small span:after {
  float: left;
  margin-left: -18px;
}
.abaCOVID19 .btn-mapa small span:before {
  float: right;
  margin-right: -18px;
}
.abaCOVID19 .btn-mapa:hover {
  -webkit-box-shadow: 0px -5px 10px #d3ffa2;
  -moz-box-shadow: 0px -5px 10px #d3ffa2;
  box-shadow: 0px -5px 10px #d3ffa2;
}
.abaCOVID19 .btn-mapa:hover small span:after,
.abaCOVID19 .btn-mapa:hover small span:before {
  width: 100px;
}
@media (max-width: 992px) {
  .abaCOVID19 .btn-mapa {
    margin-left: -25px;
    width: 120%;
    font-size: 22px;
    color: black;
  }
  .abaCOVID19 .btn-mapa span {
    font-size: 19px;
    color: #000000;
  }
  .abaCOVID19 .btn-mapa small span:after,
  .abaCOVID19 .btn-mapa small span:before {
    width: 30px;
  }
  .abaCOVID19 .btn-mapa:hover small span:after,
  .abaCOVID19 .btn-mapa:hover small span:before {
    width: 32px;
  }
}
.abaCOVID19 .elements-covid19 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.abaCOVID19 .elements-covid19 .elem1 {
  position: absolute;
  left: 0;
  top: -40px;
  width: 146px;
  height: 262px;
  background: url('../COVID19/img/cov1.png') no-repeat;
}
@media (max-width: 992px) {
  .abaCOVID19 .elements-covid19 .elem1 {
    left: -15px;
  }
}
.abaCOVID19 .elements-covid19 .elem2 {
  position: absolute;
  right: 0;
  top: 100px;
  width: 126px;
  height: 223px;
  background: url('../COVID19/img/cov2.png') no-repeat;
}
@media (max-width: 992px) {
  .abaCOVID19 .elements-covid19 .elem2 {
    right: -15px;
  }
}
.abaCOVID19 .elements-covid19 .elem3 {
  display: none;
  position: absolute;
  left: 50%;
  top: 300px;
  width: 129px;
  height: 129px;
  margin-left: 210px;
  background: url('../COVID19/img/cov3.png') no-repeat;
}
@media (max-width: 992px) {
  .abaCOVID19 .elements-covid19 .elem3 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .abaCOVID19 .elements-covid19 .elem3 {
    top: 270px;
    margin-left: 110px;
  }
}
.abaCOVID19.mapaOPEN .col-md-8,
.abaCOVID19.mapaOPEN .est-leis-covid19 {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.abaCOVID19 #mapaMunicipios {
  position: absolute;
  top: 0px;
  display: none;
}
.abaCOVID19 #mapaMunicipios .col-mapa {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.abaCOVID19 #mapaMunicipios .col-mapa img {
  display: inline-block;
}
@media (max-width: 992px) {
  .abaCOVID19 #mapaMunicipios .col-mapa img {
    /*rgin-top: 95px*/
  }
}
.abaCOVID19 #mapaMunicipios .col-lista-municipios .txt-atualizacao {
  display: block;
  margin-top: 80px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: black;
}
.abaCOVID19 #mapaMunicipios .col-lista-municipios .txt-atualizacao strong {
  font-size: 14px;
  font-weight: bold;
}
.abaCOVID19 #mapaMunicipios .col-lista-municipios .listaDecimal {
  max-height: 340px;
  overflow: hidden;
  padding-left: 45px;
  padding-right: 20px;
  margin-top: 80px;
  counter-reset: li;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.abaCOVID19 #mapaMunicipios .col-lista-municipios .listaDecimal li {
  padding: 4px 10px;
  margin-bottom: 2px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 106, 67, 0.6);
  font-size: 20px;
  font-weight: bold;
  color: white;
  counter-increment: li;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.abaCOVID19 #mapaMunicipios .col-lista-municipios .listaDecimal li:before {
  content: counter(li);
  font-size: 20px;
  font-weight: bold;
  color: whote;
  display: inline-block;
  width: 1em;
  margin-left: -40px;
  margin-right: 20px;
  text-align: right;
  direction: rtl;
  text-shadow: 1px 1px 2px black;
}
@media (max-width: 992px) {
  .abaCOVID19 #mapaMunicipios .col-lista-municipios .listaDecimal li:before {
    margin-left: -26px;
    margin-right: 16px;
    font-size: 14px;
  }
}
.abaCOVID19 #mapaMunicipios .col-lista-municipios .listaDecimal li:hover {
  background-color: rgba(1, 221, 140, 0.4);
  color: #006a43;
}
.abaCOVID19 #mapaMunicipios .col-lista-municipios .listaDecimal li:hover:before {
  text-shadow: 0px 0px 0px black;
}
.abaCOVID19 #mapaMunicipios .col-lista-municipios .listaDecimal:hover {
  overflow: auto;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .abaCOVID19 #mapaMunicipios .col-lista-municipios .listaDecimal {
    max-height: inherit;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 120px;
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .abaCOVID19 #mapaMunicipios {
    max-height: inherit;
    height: auto;
    margin-top: 100px;
    padding-bottom: 50px;
    overflow: auto;
  }
}
.abaCOVID19 .col-md-8,
.abaCOVID19 .est-leis-covid19 {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.abaCOVID19 .sombraAba {
  position: absolute;
  z-index: -1;
  top: -89px;
  width: 100%;
  height: 89px;
  background: url('../COVID19/img/shadow-fake.png');
}
