<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.roboto{
	font-family: 	'Roboto', sans-serif;
	font-weight:	300;
}

.roboto-bold{
	font-family: 	'Roboto', sans-serif;
	font-weight:	700;
}

.zh-top{
	margin: 			1px 0;
	border-top: 		2px solid black;
	border-bottom: 		2px solid black;
}

.zh-title{	
	font-family: 		'Roboto', sans-serif;
	font-weight:		700;
	font-size:			22px;
    margin:				10px 0;
    text-transform:     uppercase;
}

h5 {
    font-size: 16px;
    margin: 5px 0;
}

.uppercase {
    text-transform: uppercase;
}

.margin-zero {
    margin: 20px 0 0 0;
}

h2 {
    font-size: 20px;
    text-align: center;
    background-color: #ebebeb;
    margin: 10px 5px;
    padding: 5px;
}

.center {
    text-align: center;
}

.right{
    text-align: right;
}

.red {
    color: #d15239;
}

.border-top {
    border-style: none dotted dotted dotted;
    padding: 10px;
    max-width: 647px;
    text-align: center;
    margin: auto;
}

.queda{
    width: 100%;
    float: center;
    padding-right: 20px;
    text-align: center;
}

.queda1{
    width: 49.5%;
    float: left;;
    text-align: center;
}

.queda2{
    width: 49.5%;
    float: right;;
    text-align: center;
}

/*.queda {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5px;
}

.queda1 {
    float: left;
    text-align: center;
    margin: 0 0 0 5px;
    grid-column: 1 / span 1;
}

.queda2 {
    float: right;
    text-align: center;
    margin: 0 5px 0 0;
    grid-column: 2 / span 1;
}*/

.quedab {
    display: grid;
    grid-template-columns: 33% 66%;
    grid-gap: 5px;
}

.queda3 {
    float: right;
    text-align: center;
    margin: 0 5px 0 0;
    grid-column: 1 / span 1;
}

.queda4 {
    float: right;
    text-align: center;
    margin: 0 5px 0 0;
    grid-column: 2 / span 1;
}

.semana1 {
    background-color: #f9f9f9;
    text-align: center;
    padding: 5px;
}

.semana2 {
    /*text-align: center;*/
    color: #fff;
    background-color: #000;
    padding: 5px;
    padding-right: 15px
}

.aumento {
    margin: 10px 5px;
    padding: 5px;
    text-align: center;
    color: white;
    background-color: #602c92;
    font-weight: 400;
}

.aumento2 {
    margin: 10px 5px;
    padding: 5px;
    text-align: center;
    color: white;
    background-color: #049392;
    font-weight: 400;
}

.hospitais {
    display: inline-flex;
    margin-bottom: 65px;
}

.hospitais-icone {
    width: 110px;
    position: absolute;
}

.hospitais-lotacao {
    color: white;
    background-color: #d15239;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 5px 10px 5px 30px;
    z-index: -1;
    position: relative;
    top: 30px;
    left: 80px;
    display: inline-block;
}

.hospitais-nomes {
    padding-left: 10px;
    display: inline-block;
}

.principais-hospitais-nomes {
    color: white;
    background-color: #602c92;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
}

@media all and (min-width:501px){
    .zh-title{
        font-size:			24px;
    }

    .border {
        border-style: dotted none dotted dotted;
        padding: 72px;
        position: absolute;
        z-index: 2;
        top: 169px;
        left: 75px;
    }

    .dados1 {
        float: left;
        text-align: center;
    }

    .dados2 {
        text-align: center;
        padding: 5px;
        position: absolute;
        z-index: 2;
        right: 10px;
        top: 212px;
    }

    .semana1 {
        background-color: #fff;
        text-align: center;
        padding: 5px 13px 5px;
        position: absolute;
        top: 37px;
        z-index: 2;
        left: -58px;
        width: 87px;
    }
}

@media (min-width:501px) and (max-width:550px){
    .border {
        border-style: dotted none dotted dotted;
        padding: 72px;
        position: absolute;
        z-index: 2;
        top: 169px;
        left: 54px;
    }
}


@media (max-width:500px) {
    .dados {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 5px;
    }
    
    .dados1 {
        float: left;
        text-align: center;
        margin: 0 0 0 5px;
        grid-column: 1 / span 1;
    }
    
    .dados2 {
        float: right;
        text-align: center;
        margin: 0 5px 0 0;
        grid-column: 2 / span 1;
    }

    .hospitais-lotacao{
        display: inline-grid;
        top: 12px;
        left: 60px;
        padding: 5px 10px 5px 46px;
    }
}

.zh-intro{
	font-family: 		'Roboto', sans-serif;
	margin:				16px 0;
	font-size:			16px;
}

.highcharts-tooltip-box{
	stroke: 			unset !important;
}

main.main-container {
    padding: 5px;

}

main.main-container h2 {
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

main.main-container h6 {
    font-size: 14px;
    margin: 15px 0 10px 0;
}

main .select-container select.select-box{
    width: 250px;
    font-size: 16px;
    padding: 5px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
}


/*====================================
CHART
====================================*/

main h3.chart-title {
    font: 18px;
}

main .chart-container {
    margin: auto;
}

main .chart-container p.highlighted{
    text-align: center;
    padding: 10px;
    color: #fff;
    background-color: #602c92
}

.highcharts-legend-item{
	margin-right: 32px!important;
}

main .icones {
    width: 150px;
    float: right;
    margin-left: 10px;
    margin-top: 20px;
}</pre></body></html>