
body {
  margin:0;
  padding:0;
  overflow-x:hidden !important;
  font-family: 'Roboto', sans-serif !important;
  font-size:15px !important;
  outline:none !important;
}

.topo {
	background-color:rgb(235,235,235);
	padding-top:30px;
	width:100%;
	float:left;
	margin-bottom:-1px;
}

.bg-light {
	background-color:rgb(240,240,240);
}

.bg-atalhos {
	background-color:rgb(255,255,255);
	}
	
.bg-atalhos a {
	color:rgb(100,100,100);
	text-decoration:none;
	font-size:.75em;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 20px;
	border-left:1px solid rgb(230,230,230);
	}

footer {
	width:100%;
	float:left;
	margin-top:100px;
	background-color:rgb(225,225,225);
	}

footer hr {
	border-top:1px solid #FFF;
}

footer a {
	color:rgb(170,170,170);
}

footer i {
	font-size:16px;
	border:1px solid rgb(170,170,170);
	padding:10px 7px;
	border-radius:30px;
	margin-left:10px;
}

.slogan {
	vertical-align:middle !important;
	margin:10px 0px 0px 10px !important;
}

.nomargin {
	margin:0px;
}

.nopadding {
	padding:0px;
}

#box-busca {
	padding:20px 15px;
	vertical-align:middle;
}

.border {
	border:1px solid rgb(210,210,210);
}

.borderB {
	border-bottom:1px solid rgb(210,210,210);
}

.borderBP {
	border-bottom:1px dashed rgb(210,210,210);
}

.borderT {
	border-top:1px solid rgb(210,210,210);
}

.padding1 {
	padding:1px;
}

.padding3 {
	padding:2px 2px 0 2px;
}

.padding3V {
	padding:3px 0px;
}

.padding5 {
	padding:5px;
}

.padding5B {
	padding-bottom:5px;
}

.padding5V {
	padding:5px 0px;
}

.padding10 {
	padding:10px;
}

.padding10L {
	padding-left:10px;
}

.padding10V {
	padding:10px 0px;
}

.padding10T {
	padding-top:10px;
}

.padding10B {
	padding-bottom:10px;
}

.padding15T {
	padding-top:15px;
}

.padding15V {
	padding:15px 0px;
}

.padding20 {
	padding:20px;
}

.padding20V {
	padding:20px 0px;
}

.padding20T {
	padding-top:20px;
}

.padding20B {
	padding-bottom:20px;
}

.padding30 {
	padding:30px;
}

.padding30V {
	padding:30px 0;
}

.padding40V {
	padding:40px 0px;
}

.margin1V {
	margin:1px 0;
}

.margin2T {
	margin-top:2px;
}

.margin5T {
	margin-top:5px;
}

.margin10V {
	margin:10px 0px;
}

.margin10T {
	margin-top:10px;
}

.margin10R {
	margin-right:10px;
}

.margin-10T {
	margin-top:-15px;
}

.margin15T {
	margin-top:15px;
}

.margin20V {
	margin:20px 0px;
}

.margin20T {
	margin-top:20px;
}

.margin20B {
	margin-bottom:30px;
}

.margin24L {
	margin-left: 24px;
}

.margin30B {
	margin-bottom:30px;
}

.margin30T {
	margin-top:30px;
}

.margin40T {
	margin-top:40px;
}

.margin40V {
	margin:40px 0px;
}

.margin50T {
	margin-top:50px;
}

.margin50V {
	margin:50px 0px;
}

.margin60B {
	margin-bottom:60px;
}

.margin60V {
	margin:60px 0px;
}

.margin60T {
	margin-top:60px;
}

.margin70T {
	margin-top:70px;
}

.margin80V {
	margin:80px 0px;
}

.radius4 {
	border-radius:4px;
}

.bg-branco {
	background-color:rgb(255,255,255);
}

.botao-fixo {
	right:10px;
	bottom:10px;
}

.text-cinza {
	color:rgb(150,150,150);
}

.shadow {
	-webkit-box-shadow:1px 1px 1px 1px rgba(150,150,150,0.2);
	-moz-box-shadow:1px 1px 1px 1px rgba(150,150,150,0.2);
	box-shadow:1px 1px 1px 1px rgba(150,150,150,0.2);
}

.height60 {
	height:60px;
}

.box3 {
	width:32%;
	float:left;
	margin-right:2%;
}

.box3:last-child {
	margin-right:0;
}

.altura-box-1 {
	height:200px;
	overflow-y:auto;
}
	
.altura-box-2 {
	height:250px;
	overflow-y:auto;
}

.altura-box-3 {
	height:300px;
	overflow-y:auto;
}

.altura-box-4 {
	height:350px;
	overflow-y:auto;
}

.altura-box-5 {
	height:400px;
	overflow-y:auto;
}

.altura-box-3 img {
	height:198px;
	object-fit: cover;
    object-position: center;
	overflow:hidden;
	}

.altura-box-video {
	height:150px;
	overflow-y:auto;
	}

.noticia-principal-home {
	width:100%;
	float:left;
	position:relative;
	}

.noticia-principal-home img {
	width:auto;
	min-width:100%;
	height:430px;
	object-fit: cover;
    object-position: center;
	}

.noticia-principal-home a {
	font-size:2em;
	line-height:1.6em;
	font-weight:bold;
	padding:20px;
	background-color:rgba(0,0,0,.7);
	color:#FFF;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
}

.noticia-secundaria-home {
	width:49%;
	margin-right:2%;
	height:430px;
	background-color:rgba(195,5,0,.1);
	float:left;
	position:relative;
	}

.noticia-secundaria-home:nth-child(2n) {
	margin-right:0;
}

.noticia-secundaria-home img {
	width:auto;
	min-width:100%;
	height:220px;
	padding-bottom:15px;
	overflow:hidden;
	object-fit: cover;
    object-position: center;
	top:0;
	}

.noticia-secundaria-home p {
	padding:0 15px 15px 15px;
	display:block;
	margin:0;
	position:absolute;
}

.noticia-secundaria-home a {
	font-size:1.3em;
	line-height:1.4em;
	font-weight:bold;
	padding:15px;
	display:block;
	color:#000;
	margin-top:205px;
}

.noticia-principal-home a:hover , .noticia-secundaria-home a:hover {
	text-decoration:none;
	color:rgb(150,150,150);
	}
	
.box-acesso-rapido {
	background-color:#FFF;
	text-align:center;
	padding:20px;
	border-radius:4px;
	height:230px;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:1px solid rgb(170,170,170);
	border-right:1px solid rgb(170,170,170);
	border-top:1px solid rgb(220,220,220);
	border-left:1px solid rgb(220,220,220);
	overflow-y: auto;
	}
	
.box-acesso-rapido i {
	margin:0;
	padding:0;
	font-size:32px;
	color:#900;
	}
	
.box-acesso-rapido a {
	font-size:19px;
	line-height:22px;
	display:block;
	font-weight:bold;
	}

.box-acesso-rapido p {
	padding:0;
	margin:0;
	font-size:1em;
}
	
.img-thumbs {
	width:100%;
	height:200px;
	object-fit: cover;
    object-position: center;
	overflow:hidden;
	}

.img-servico , .img-turismo {
	width:100%;
	height:220px;
	object-fit: cover;
	object-position: center;
	overflow:hidden;
	}

.img-galeria-capa {
	width:100%;
	height:250px;
	object-fit: cover;
    object-position: center;
	overflow:hidden;
	}

.box-icones {
	width:55px;
	height:100px;
	line-height:54px;
	padding:20px 25px;
	vertical-align:middle;
	background-color:rgb(250,175,70);
	color:rgb(255,255,255);
	display:inline;
	margin-right:20px;
	background: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.2));
}

.img-noticia {
	width:100%;
	height:140px;
	object-fit: cover;
    object-position: center;
}

.img-fotos-capa {
	width:100%;
	height:250px;
	object-fit: cover;
    object-position: center;
}

.img-galeria {
	width:100%;
	height:400px;
	object-fit: cover;
    object-position: center;
}

.img-secretario {
	width:100%;
	height:200px;
	object-fit: cover;
    object-position: center;
}

.owl-prev {
	text-align: center;
	position: absolute;
	left:10px;
	top:45px;
	outline:none !important;
	font-size:32px !important;
}

.owl-next {
	text-align: center;
	position: absolute;
	right:10px;
	top:45px;
	outline:none !important;
	font-size:32px !important;
}

#galeria-home .titulo-galeria {
	position:absolute;
	background-color: rgba(0,0,0,.8);
	bottom:0;
	left:0;
	right:0;
}

#galeria-home:hover span {
	background-color: rgb(110,0,0);
}

#galeria-home .titulo-galeria {
	color:rgb(255,255,255);
	padding:15px;
	font-size:1.2em;
	display:block;
	text-align:center;
}

.titulo {
	font-size:1em;
	text-transform:uppercase;
	border-top:1px solid rgb(230,230,230);
	}
	
.titulo-interno {
	font-size:1em;
	text-transform:uppercase;
	border-top:1px solid rgb(230,230,230);
	margin-bottom:50px;
	}

.titulo span , .titulo-interno span {
		position: relative;
		top: 0px;
		display: inline-block;
		padding:12px 20px;
		font-weight:bold;
		border-top: 2px solid rgb(195,0,0);
		border-bottom:1px solid rgb(225,225,225);
		border-left:1px solid rgb(225,225,225);
		border-right:1px solid rgb(225,225,225);
		outline: 0;
		width:100%;
	}

.box-expande {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.box-expande img {
	object-fit: cover;
	object-position: center;
	height: 200px;
	width: 100%;
}

.img-expande {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
	-webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
}

.img-expande:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
	cursor:pointer;
}

.relative {
	position:relative;
}

.absolute {
	position:absolute;
}

.btnPadrao , .btnPadrao:visited {
	padding:7px 15px;
	background-color:rgb(110,0,0);
	border:1px solid rgb(110,0,0);
	color:rgba(255,255,255,1);
	border-radius:4px;
	cursor:pointer;
}

.btnPadrao:hover , .btnPadrao:focus , .btnPadrao:active {
	background-color:rgb(60,0,0);
	border:1px solid rgb(60,0,0);
	color:rgba(255,255,255,.6);
	text-decoration:none;
}

.btnPadrao1 , .btnPadrao1:visited {
	padding:7px 15px;
	background-color:rgb(190,0,0);
	border:1px solid rgb(190,0,0);
	color:rgba(255,255,255,1);
	border-radius:4px;
	cursor:pointer;
}

.btnPadrao1:hover , .btnPadrao1:focus , .btnPadrao1:active {
	background-color:rgb(120,0,0);
	border:1px solid rgb(120,0,0);
	color:rgba(255,255,255,.6);
	text-decoration:none;
}

.btnPadrao2 , .btnPadrao2:visited {
	padding:7px 10px;
	border:1px solid rgb(220,220,220);
	color:rgb(50,50,50);
	border-radius:4px;
	cursor:pointer;
}

.btnPadrao2:hover , .btnPadrao2:focus , .btnPadrao2:active {
	background-color:rgb(235,235,235);
	border:1px solid rgb(235,235,235);
	color:rgba(50,50,50);
	text-decoration:none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 35px;
  right: -4px;
}

::-webkit-scrollbar              {background:rgba(255,255,255,.5); width:8px;}
::-webkit-scrollbar-track        {background-color:rgba(0,0,0,.2); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
::-webkit-scrollbar-track-piece  {background-color:rgba(255,255,255,0.1);}
::-webkit-scrollbar-thumb        {background-color:rgba(110,0,0,.2); border-radius:10px;}


.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}





/* ----- MENU ----- */

.sidenav {
	display:none;
}

.bg-menu {
	background-color:rgb(190,5,0);
	margin-top:30px;
	}

#box-nav {
	left:0px;
	right:0px;
	z-index:2000 !important;
	}
	
	nav .menu {
		list-style:none;
		margin:0;
		padding:0;
		flex: 1;
		z-index:20 !important;
		position:relative;
		min-width:100%;
		text-align:center;
		}
		
	.menu > li {
		display:inline-block;
		width:auto;
		border-radius:0 !important;
		padding:0 !important;
		margin:0 !important;
		}
	
	.menu > li > a {
		display:block;
		padding:20px 25px;
		color:#FFF;
		text-transform:uppercase;
		font-size:13px;
		font-weight:700;
		text-align:center;
		}
	 
	.menu > li:hover > a {
		text-decoration:none;
		color:rgb(255,255,255);
		background-color:rgba(0,0,0,.2);
		}
		
	.menu > li > a > svg {
		color:rgb(200,200,200);
		}
		
	.menu > li {
		border-radius:2px;
		margin-right:-1px;
		}
	
	.menu li ul {
		position:absolute;
		margin:0 !important;
		padding:12px !important;
		display:none;
		width:100%;
		right:0;
		left:0;
		top:58px;
		background-color:#980400 !important;
		color:#FFF;
		}
	
	.menu li:hover ul {
		display:flex;
		flex-direction:row;
		}
		
	.menu li ul span {  
		font-size:.95em;
		text-align:left !important;
		width:1000px;
	}
	
	.menu-coluna {
		width:31.33333%;
		margin:1%;
		padding-right:5px;
		float:left;
		max-height:350px;
		overflow-y:auto;
		display:inline-block;
		font-size:.95em;
		text-align:left !important;
	}
	
	.menu li ul span h3 {
		color: rgba(255,255,255,.5);
		font-size: 14px !important;
		font-weight:700;
		text-transform: uppercase;
		line-height: 14px !important;
		padding: 10px 0;
		margin:0;
	}
	
	.menu li ul li {
		display:block;
		width:100%;
		text-align:left;
		border-top:none !important;
		}
	
	.menu li ul li a {
		padding:6px 10px !important;
		font-weight:bold !important;
		text-align:left;
		display:block;
		color:#FFF;
		font-weight:600;
		border-bottom:1px solid rgba(255,255,255,.15);
		}
	
	.menu li ul li:hover a {
		background-color:rgba(0,0,0,.05);
		}





/* ----- ACESSIBILIDADE ----- */

#acessibilidade div {
    position: fixed;
    right: -340px;
    transition: 1s;
	padding:0px;
    width: 320px;
    text-decoration: none;
	z-index:999!important;
	top:40px;
	}

#acessibilidade div:hover {
    position: fixed;
    right:0;
    transition: 1s;
	padding:0px;
    width: 240px;
    text-decoration: none;
	z-index:999 !important;
	top:40px;
}

#texto .icone {
	float:left;
	display:inline-block;
	padding:8px 10px;
	top:0px;
	color:rgb(255,255,255);
	background-color:rgb(0,85,155);
	font-weight:bold;
	cursor:pointer;
	position:fixed;
	text-align:center;
	right:0px;
	}
	
#texto .icone h3 {
	font-size:18px !important;
	}
	
#texto .links {
	display:inline-block;
	width:245px;
	float:left; 
	box-shadow:0px 1px 3px 0px rgba(0,0,0,.3);
	background-color:#FFF;
	padding:15px;
	margin-top:1px;
	background-color:rgb(243,240,183);
	}
	
#acessibilidade a {
	display:block;
	padding:10px;
	border-bottom:2px solid rgb(190,190,190);
	border-right:1px solid rgb(190,190,190);
	border-left:1px solid rgb(230,230,230);
	border-top:1px solid rgb(230,230,230);
	margin:5px;
	color:#000;
	border-radius:3px;
	font-size:0.8em;
	background-color:rgb(255,255,255);
	top:50px;
}

#acessibilidade a:hover {
	background-color:rgb(242,242,242);
}

.modal-header h2 {
	font-size:1.3em;
	text-align:center;
	font-weight:600;
}

.indisponivel , .empty {
	padding:80px 0px !important;
	text-align:center;
	font-size:1.5em !important;
	}
	
#bx-wrapper img {
	min-height:100% !important;
	}
	
.bx-wrapper {
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	box-shadow:none !important;
	list-style:none !important;
	object-fit: cover !important;
    object-position: center !important;
	width:100% !important;
	}

#banner-lateral .bx-viewport img {
	padding:0 !important;
	object-fit: cover !important;
    object-position: center !important;
	height:auto !important;
	}
	
.bx-viewport {
	padding:0 !important;
	object-fit: cover !important;
    object-position: center !important;
	}
	
.bx-viewport ul {
	padding:0 !important;
	margn:0 !important;
	list-style:none !important;
	}
	
.bx-viewport li {
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	}
	
.bx-viewport img {
	width:100% !important;
	margin:0 !important;
}

.bx-pager {
	bottom:0px !important;
	}
	
.bx-wrapper .bx-pager.bx-default-pager a {
    background:transparent  !important;
    text-indent: -9999px;
    display: block;
    width:12px !important;
    height:12px  !important;
    margin:0px 2px 10px 2px  !important;
    outline: 0;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    border-radius:30px;
	border:3px solid rgb(255,255,255);
}

.bx-pager-item .active {
    border:3px solid rgb(100,100,100)  !important;
}

.item img {
	width:100% !important;
}

.carousel-control {
	display:none !important;
}

#enquete-id_enquete_opcao label {
	width:100%;
	float:left;
	font-weight:normal;
}

.progress {
	margin-bottom:0 !important;
	height:25px !important;
	border-radius:3px !important;
}

.progress-bar {
	background-color:rgb(45,175,15) !important;
	height:25px !important;
	line-height:25px !important;
	color:rgb(255,255,255) !important;
	background-image:none !important;
}

.highcharts-title {
	width:100% !important;
	float:left !important;
	font-weight:500 !important;
	font-size:1.2em !important;
	padding-top:20px !important;
	margin-top:20px !important;
	color:rgb(125,200,190) !important;
	}


.carousel-indicators li {
	margin-bottom:-15px !important;
}

.carousel-caption {
	left:10% !important;
	right:10% !important;
}

.carousel-caption p {
	font-size:18px;
	line-height:18px !important;
	font-weight:bold;
	margin-bottom:-10px;
}

.mapa-site {
	list-style:none;
	margin-left:-40px;
	}

.mapa-site li {
	padding:20px 10px;
	border-bottom:1px dashed rgb(235,235,235);
	}
	
.mapa-site li ul li {
	border:none;
	padding:3px;
}




/*----- SCROLL PARA O TOPO -----*/
.scrollTop {
  position: fixed;
  right:10px;
  bottom:10px;
  width:50px;
  height:50px;
  background-color:rgb(155,0,0);
  padding:6px;
  line-height:16px !important;
  text-align:center;
  border:1px solid rgba(0,0,0,.1);
  cursor:pointer;
  opacity: 0;
  border-radius:3px;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 14px;
  color: #fff;
  font-weight:600;
  text-decoration:none;
  text-align:center;
  line-height:16px !important;
  padding:0;
  margin:0;
}

.scrollTop a:hover {
  color: #fff;
}

.search .highlight {
	background-color:#e4f2f0;
	padding:3px 6px;
	border-radius:4px;
}

p.search {
	font-size:0.9em;
	margin-top:5px;
	}

#galeria-pagina img , #galeria-turismo img , #galeria-noticia img {
	width:100%;
	}
	
.social-share li {
	list-style:none;
	display:inline-block;
	padding:0px 20px 4px 20px;
	font-size:20px;
	line-height:20px;
	border:1px solid rgb(230,230,230);
	border-radius:3px;
	margin-right:5px;
	}

.social-share li:first-child {
	padding:0px 10px 6px 10px !important;
	}
	
label {
	font-weight:400 !important; 
	}
	
#licitacao-capa p {
	font-size:1em !important;
	}
	
#bannerTopo {
	position:relative;
}

#bannerTopo img{
	width: 100% !important;
}

#legenda-banner {
	position:absolute;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,.5);
	color:#FFF;
	font-size:28px;
	line-height:28px;
	font-family:'Roboto';
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
	padding:25px 60px;
	text-align: center;
}	

.sidenav ul li:visited ul {
	display: block !important;
}





/* ----- BOOTSTRAP ----- */

a {
	color:#900;	
	}
	
a:hover , a:focus {
	color:#000;
	text-decoration:none;
	}
	
.breadcrumb {
	background-color:transparent;
	margin:20px 20px 0 20px;
	border-radius:0;
	padding:0;
	font-size:.85em;
	}
	
.breadcrumb li {
	padding:0 0 15px 0;
	}
	
.breadcrumb li a {
	color:#000;
	}
	
.jumbotron {
	padding-top:65px;
	padding-bottom:65px;
	}
	
.nav-tabs {
    border-bottom:0 !important;
}

.nav > li > a {
    padding:8px 15px;
	background-color:rgba(240,240,240);
	color:#000;
}

.list-group-item-danger {
	background-color:rgb(190,0,0);
	color:#FFF !important;
}

.list-group-item-danger:hover {
	background-color:rgb(110,0,0) !important;
	color:#FFF !important;
}

hr {
	border-top: 1px solid rgb(220,220,220);
}

h1 {
	font-size:40px !important;
	line-height:46px !important;
}

h2 {
	font-size:30px !important;
	line-height:34px !important;
}

h3 {
	font-size:24px !important;
	line-height:26px !important;
}

h4 {
	font-size:20px !important;
	line-height:23px !important;
}

h5 {
	font-size:17px !important;
	line-height:20px !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: rgb(110,0,0);
    border-color: rgb(110,0,0);
}
.pagination > li > a, .pagination > li > span {
    color: rgb(110,0,0);
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: rgb(110,0,0);
}


/* ----- COVID -----*/

.card-covid {
	cursor: pointer;
}

.box-covid {
	border:1px solid rgb(225,225,225);
	padding:30px 30px 20px;
	border-radius: 4px;
	margin:10px 5px;
	text-align: center;
	transition: all .3s ease;
}

.box-covid:hover {
	border:1px solid rgb(120,120,120);
}

.box-covid h6 {
	margin:0;
	padding:0;
}

.box-covid h4 {
	margin-top: 10px;
	font-size:32px; 
	font-weight:bold;
}

.color1-covid {color:#55B863}
.color2-covid {color:#0e89c7}
.color3-covid {color:#cead18}
.color4-covid {color:#44176e}

.cor1-covid {background-color:#8a1919}
.cor2-covid {background-color:#2a8f38}
.cor3-covid {background-color:#cead18}
.cor4-covid {background-color:#44176e}

#cvd {
	display: flex;
	justify-content: space-between !important;
	flex-wrap: wrap;
}
#cvd .covid-capa {
	border:1px solid rgb(225,225,225);
	color: #FFF;
	padding:30px;
	border-radius: 6px;
	transition: all .3s ease;
}

#cvd .covid-capa {
    margin: 3px;
    flex-basis: 210px;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.covid-capa {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#cvd h4 {
	font-size:18px;
	font-weight:bold;
}

.covid-capa:hover h3 {
	cursor:pointer;
	font-size:60px;
	line-height:60px;
	cursor:pointer;
}

.covid-capa h3 {
	margin: 0;
    padding: 0;
    font-size: 45px;
	line-height:60px;
	font-weight: bold;
	transition: all .2s ease;
}

/*  FIM COVID */

.bg-protocolo{
	background-color:rgb(235,235,235);
	padding:40px;
	border-radius:6px;
	text-align: center;
}

.midia-top{
    display: flex;
    align-items: center;
    height: 39px;
}

.midia-top a {
	display: inline-block;
	padding:4px 5px;
	transition: all .3s ease;
	background-color:#980400 !important;
	border:2px solid rgb(255,255,255);
	border-radius:50px;
}

.midia-top a:hover {
	background-color:#f0ad4e;
}

.midia-top img {
	filter: invert(100%);
	width: 20px;
}

.container-links-topo{
	height: 39px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}