body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FAFAFA;
	font: 8px "Tahoma";
	/* color: #636366; */
	/* color: rgb(0 0 0 / 80%); */
	color: #000;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
page {
	width: 210mm;
	/* height: calc(297mm - 14mm); */
	height: 297mm;
	padding: 0mm;
	margin: 0mm auto;
	border: 1px #D3D3D3 solid;
	border-radius: 5px;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.d-flex {
	display: flex;
	height: auto;
	max-height: 100%;
	align-items: center;
	position: relative;
}
.d-flex.h-50 {
    /* max-height: 50%; */
	min-height: 50%;
    max-height: 75%;
}
.w-50{
	width: 50%;
	padding: 0 10px;

	display: flex;
	height: auto;
	max-height: 100%;
}
.corpo-page{
	/* height: 100%; */
	width: 100%;
	height: calc( 100% - 75px );
}
.conteudo-item {
	/* float: left; */
	overflow: hidden;
	padding: 20px 10px;
	/* display: flex;
	flex-direction: column; */
}
.corpo-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.corpo-item.Ilinhas {
	height: calc(100% - 20px);
}
.corpo-item.IIlinhas {
	height: calc(100% - 30px);
}
.corpo-item.IIIlinhas {
	height: calc(100% - 45px);
}
.corpo-item.IIIIlinhas {
	height: calc(100% - 60px);
}
.tabela table{
    width: 100% !important;
    border-color: #000 !important;
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    -webkit-border-horizontal-spacing: 0px !important;
    -webkit-border-vertical-spacing: 0px !important;
	border-collapse: collapse;
}
.titulo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
	/* border-bottom: 2px solid #636366; */
	border-bottom: 1px solid #000;
	/* min-height: 21px; */
	padding-bottom: 3px;
}
.titulo div{
	width: calc(100% - 50px);
	font-size: 11px;
	min-height: 18px;
}
.titulo img {
	max-width: 60px !important;
}
.texto, .tabela {
	margin-top: 5px;
}
.conteudo-item .imagem {
	/* max-height: 50%; */
	text-align: center;
	overflow: hidden;
	position: relative;
	/* height: 100%; */
}
.qrcode {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
}
.conteudo-item img{
	max-height: 100%;
	max-width: 100%;
	height: auto;
	/* height: 100%; */
}
.conteudo-item.col-1 {
	width: 33.33%;
}
.conteudo-item.col-2 {
	width: 66.66%;
}
.conteudo-item.col-3 {
	width: 100%;
}
.conteudo-item.lin-1 {
	height: 20%;
	min-height: 209.11px !important;
}
.conteudo-item.lin-2 {
	height: 40%;
}
.conteudo-item.lin-3 {
	height: 60%;
}
.conteudo-item.lin-4 {
	height: 80%;
}
.conteudo-item.lin-5 {
	height: 100%;
}

.conteudo-item .imagem.imagem-calheu img {
    height: 100%;
    object-fit: contain;
}
.conteudo-item .imagem img {
	height: auto;
    width: 100%;
    object-fit: scale-down;
}

.topo{
	height: 45px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 28px;
}
.topo img{
	max-height: 40px;
    position: relative;
    top: 13px;
}
.footer{
    height: 30px;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
	color: #fff;
}
/* .footer span{
	border-bottom: 1px solid #fff;
} */
.footer .col-4{
	width: 33.33%;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.footer a{
	color: #fff;
    font-size: 11px;
    text-decoration: none !important;
    font-weight: bold;
	display: flex;
    align-items: center;
    gap: 10px;
}
.telefone-link {
	display: flex;
    align-items: center;
    /* justify-content: end; */
}
.footer a:not(.telefone-link) {
    justify-content: flex-end;
}
.whatsapp-svg {
	width: 10px;
    height: 10px;
    margin-right: 5px;
}
.corpo-page{
	position: relative;
}
.conteudo-item{
	position: absolute;
}
.pos-vertical-0{
	top: 0;
}
.pos-vertical-1{
	top: 20%;
}
.pos-vertical-2{
	top: 40%;
}
.pos-vertical-3{
	top: 60%;
}
.pos-vertical-4{
	top: 80%;
}
.pos-lateral-0{
	left: 0;
}
.pos-lateral-1{
	left: 33.33%;
}
.pos-lateral-2{
	left: 66.66%;
}

/* thead {
    background: #b1aeae;
}
tbody th {
    background: lightgray;
} */
.footer span {
    font-size: 11px;
    font-weight: bold;
}
/* tbody tr td:first-child {
    background: lightgray;
} */
.telefone-link svg {
    max-width: 100%;
    max-height: 20px;
}
.footer svg {
    max-width: 20px;
}

@page {
	size: A4;
	margin: 0;
}
@media print {
	html, body {
		width: 210mm;
		height: 297mm;        
	}
	page {
		margin: 0;
		border: initial;
		border-radius: initial;
		width: initial;
		min-height: initial;
		box-shadow: initial;
		background: initial;
		page-break-after: always;
	}
	.footer {
		-webkit-print-color-adjust: exact; 
	}
}