/*GERAL*/
#grafico, #historico, #dicas-covid, #blog{
	padding-top: 40px;
	padding-bottom: 40px;
}
#mapa-covid-maranhao{
	padding-top: 40px;
}
/*header*/
 .banner-section {
    background: url(../images/bg-section-01.jpg) no-repeat;
    background-position: center;
    background-size: cover; }

    .banner-section .banner-area .content-part .banner-content h2, .banner-section .banner-area .content-part .banner-content h4 {
      color: #fff;
      line-height: 1.3; }
    .banner-section .banner-area .content-part .banner-content h4 {
      font-weight: 500; }
    @media (min-width: 992px) {
      .banner-section .banner-area .content-part .banner-content h2 {
        font-size: 60px; } }
    .banner-section .banner-area .content-part .banner-content h2.count-people {
      color: #00ff99; }
      @media (min-width: 1200px) {
        .banner-section .banner-area .content-part .banner-content h2.count-people {
          font-size: 80px; } }
    @media (min-width: 576px) {
      .banner-section .banner-area .content-part .banner-content ul {
        max-width: 275px; } }
    .banner-section .banner-area .content-part .banner-content ul li {
      color: #fff;
      padding: 8px 0 8px 20px;
      font-size: 18px; }
      .banner-section .banner-area .content-part .banner-content ul li:nth-child(2)::after {
        background: #4fe04e; }
      .banner-section .banner-area .content-part .banner-content ul li:nth-child(3)::after {
        background: #ff5f5e; }
      .banner-section .banner-area .content-part .banner-content ul li::after {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        background: #ff9c00; }
      .banner-section .banner-area .content-part .banner-content ul li span.count-people {
        float: right; }
    .banner-section .banner-area .content-part .banner-content .lab-btn {
      margin-top: 20px; }
      .banner-section .banner-area .content-part .banner-content .lab-btn:hover {
        box-shadow: 0 5px 10px rgba(255, 255, 255, 0.2); }
      .banner-section .banner-area .content-part .banner-content .lab-btn span {
        color: #fff; }
    .banner-section .banner-area .banner-round img{
      animation: lab_round 20s linear infinite;
      }
	/*DADOS COVID BANNER*/
	.world-widget {
        background: #fff;
        padding: 15px 10px;
        margin-bottom: 20px;
        border-radius: 5px;
        display: flex;
        align-items: center;
    }
    .icon {
        width: 2.5rem;
        height: 2.5rem;
        max-width: 100%;
        flex: 0 0 auto;
        margin-right: 10px;
        display: inline-flex;
        padding: 7px;
        text-align: center;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
	.icon i, .icon svg {
    font-size: 20px;
    color: #fff;
	}
	.world-widget h5 {
    color: #000000;
    margin-bottom: 5px;
    font-size: 12px;
	}
	.banner-content h4.count-people {
    font-size: 14px;
	}
	.world-widget h2 {
    margin-bottom: 0px !important;
    font-size: 22px !important;
    color: #000 !important;
	}
	.banner-content h3 {
    font-size: 28px !important;
    color: #fff !important;
    padding: 5px 0;
    margin-top: 0 !important;
	}
	.gradient-1 {
    background: #3398fb;
    background: -moz-linear-gradient(left, #3398fb 0%, #8553ee 100%);
    background: -webkit-linear-gradient(left, #3398fb 0%, #8553ee 100%);
    background: linear-gradient(to right, #3398fb 0%, #8553ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3398fb', endColorstr='#8553ee', GradientType=1);
}
	.gradient-2 {
    background: #008484;
    background: -moz-linear-gradient(left, #008484 0%, #1f4e4e 100%);
    background: -webkit-linear-gradient(left, #008484 0%, #1f4e4e 100%);
    background: linear-gradient(to right, #008484 0%, #1f4e4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008484', endColorstr='#1f4e4e', GradientType=1);
}
	.gradient-3 {
    background: #dcd610;
    background: -moz-linear-gradient(left, #dcd610 0%, #969200 100%);
    background: -webkit-linear-gradient(left, #dcd610 0%, #969200 100%);
    background: linear-gradient(to right, #dcd610 0%, #969200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcd610', endColorstr='#969200', GradientType=1);
}
	.gradient-4 {
    background:  #c7101e;
    background: -moz-linear-gradient(left, #c7101e 0%, #7d000a 100%);
    background: -webkit-linear-gradient(left, #c7101e 0%, #7d000a 100%);
    background: linear-gradient(to right, #c7101e 0%, #7d000a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7101e', endColorstr='#7d000a', GradientType=1);
}
	.gradient-5 {
    background: #28a745;
    background: -moz-linear-gradient(left, #28a745 0%, #00731a 100%);
    background: -webkit-linear-gradient(left, #28a745 0%, #00731a 100%);
    background: linear-gradient(to right, #28a745 0%, #00731a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a745', endColorstr='#00731a', GradientType=1);
}
	.gradient-6 {
    background: #333333;
    background: -moz-linear-gradient(left, #333333 0%, #808080 100%);
    background: -webkit-linear-gradient(left, #333333 0%, #808080 100%);
    background: linear-gradient(to right, #333333 0%, #808080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr=' #808080', GradientType=1);
}

/*HISTORICO TRANSPARENCIA*/
#historico{
	background: url('../images/bg-covidinhos.jpg');
	background-color: #00529b;
	background-size: cover;
    background-repeat: no-repeat;
}
#historico .bloco-tabela{
    padding: 30px 0;
}
#historico .dt-buttons {
    margin: 25px 0;
}
#historico  div#example_filter {
    margin: 25px 0;
}
#historico .nav-item a.active{
    color: #fff;
    background: #20425acf;
    border-radius: 5px 5px 0 0;
    margin-right: 0px;
    padding: 15px 45px;
    border: 1px solid #20425acf;
}
#historico .nav-item a:after.active{
    position: absolute;
   content: "\f2ba";
   font: normal normal normal 14px/1 FontAwesome;
    right: 40%;
    color: #000;
    bottom: 0;
    height: 30px;
    width: 60px;
    background: green;
    z-index: 1;
}
#historico .nav-item a{
    color: #fff;
    background: #2f8de0c7;
    border-radius: 5px 5px 0 0;
    margin-right: 3px;
    padding: 15px 45px;
}
#historico .tab-content > .active {
    background: #244058d9;
    padding: 15px;
}
#historico .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255, 255, 255);
}
#historico thead, #historico tfoot {
    background: #267cc178;
    color: #fff;
}
#historico a#example_previous, #historico a.paginate_button, #historico a#example_next{
    color: #fff !important;
}
#historico a.paginate_button.current {
    background: #21425b !important;
}
#historico a.paginate_button.current:hover {
    background: #21425b !important;
}
#historico .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
#historico #example_filter label {
    color: #fff;
}
tbody tr td, thead tr th, tfoot tr th{
    font-size: 12px;
}
/*datatable*/
button.dt-button.buttons-html5 {
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}
input[type="search"] {
    border: 1px solid #b5b5b5;
    border-radius: 5px;
}
/*caroucel*/
.owl-dots {
    margin: 0 auto;
    text-align: center;
}
.owl-dots span {
    background: #00529b;
    padding: 10px;
    float: left;
    margin: 15px;
    border-radius: 20px;
}
.owl-carousel.owl-drag .owl-item {
    padding: 10px;
}
/*Blog*/
#blog a{
	color:  #000;
}
.covid-top {
    font-size: 12px;
    display: inline-block;
    color: #0d6bff;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2.5px;
}
.covid-head h2 {
    font-size: 38px;
    font-weight: 600;
    color: #262f3e;
}
.blog-img {
    position: relative;
}
.blog-img-btn {
    background: #fdd046;
    padding: 3px 24px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.blog-post h4 {
    font-size: 20px;
    margin-top: 20px;
}
.blog-single-btn:hover {
    text-decoration: underline;
    color: #262f3e;
}
.blog-single-btn {
    padding: 5px 0 5px 50px;
    position: relative;
    display: block;
    margin-top: 35px;
    font-weight: 500;
    transition: .3s all;
    text-decoration: none;
}
.blog-single-btn:before {
    position: absolute;
    content: '+';
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: #fdd046;
    text-align: center;
    font-size: 21px;
    border-radius: 50%;
}
.blog-post p {
    min-height: 150px;
}

/*dicas-covid*/
#dicas-covid{
	background-color: #f3f3f3;
}
.box4 {
    text-align: center;
}
.box4-gfx {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 35px 0px rgba(70,86,117,0.15);
}
/*rodape*/
#rodape{
	background-color: #00529b;
	margin-top: 50px; 
	height:  100px;

}
.nome-prefeitura-rodape {
    padding-top: 37px;
    color: #fff;
}
.redes-sociais-rodape {
    padding-top: 37px;
    color: #fff;
}
.redes-sociais-rodape li{
display: inline-block;
    float: left;
    list-style: none;
    margin-right: 15px;
}
/*MOBILE*/
@media (max-width: 722px) {
.nav-tabs .nav-item {
    margin-bottom: 5px;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
button.dt-button, div.dt-button, a.dt-button {
    width: 45%;
    float: left;
}
.banner-section .banner-area .banner-round img{
  width: 80%;
  }
.coluna-dados-left {
    padding-right: inherit !important;
    border-right: none !important;
}
.coluna-dados-right {
    padding-left: inherit !important;

}
}
.total-doses h3{
    color:  #000 !important;
}

@keyframes lab_round {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(359deg); } }


.coluna-dados-left {

    border-right: 2px solid #ffeb3b;
}
.coluna-dados-right {
    padding-left: 30px;

}
