@charset 'utf-8';@import url('/css/carregar/layoutSitio');header {grid-template-areas:'logo menuCabecalho';grid-template-rows: 80px;height: 80px;}main {margin-top: 80px;min-height: calc(100vh - 230px);}main h1, main h2, main h3 {font-size: 2.2em;font-weight: bold;margin: 20px 0;text-align: center;}main h2 {font-size: 1.8em;}main h3 {font-size: 1.6em;margin-bottom: 10px;text-align: left;}main h4 {font-size: 1.6em;font-weight: normal;margin-bottom: 10px;text-decoration: underline;}main p {font-size: 1.4em;margin-bottom: 10px;text-align: justify;text-indent: 50px;}main ul, main ol {font-size: 1.2em;margin-left: 50px;}main li {margin-bottom: 10px;}main li:last-child {margin-bottom: 0;}#dataTermo {text-align: right;}footer {background-color: rgba(0,0,0,1);}