<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hLista {
	float: left;
}

.bPowrot {
	padding-bottom: 9px !important;
	padding-left: 18px !important;
	float: right;
}

.bPowrot a {
	text-decoration: none;
}

.bPowrot a span {
	font-size: 18px;
}

.tort {
	width: calc(100% - 2px);
	border: 1px solid #e36b72;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border-radius: 0.3rem;
}

li.tortItem {
	float: left;
	width: 31.4%;
	margin: 0 2.9% 2.9% 0;
	padding: 0 !important;
	/*padding: 2px;*/
	transition: 0.3s;
}

li.tortItem:hover {
	transform: scale(1.08);
	transition: 0.3s;
}

li.tortItem:nth-child(3n) {
	margin-right: 0;
}

li.tortItem img {
	width: calc(100% - 2px);
	border: 1px solid #e36b72;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

li.tortItem h4 {
	margin: 0 0 0 0;

}

li.tortItem h4 a {

font-family: 'Arima', cursive;
font-weight: 500;

	display: block;
	background: #e36b72;;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	height: 2.8rem;
	font-size: 1.05rem;
	line-height: 1.2rem;
	padding-top: 0.2rem;
	
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
	border-bottom-left-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}

li.tortItem h4 span {
	display: block;
	margin: 0;
	padding: 0 10px 2px 10px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


@media all and (min-width: 100px) and (max-width: 799px) {

li.tortItem {
	width: 48.5%;
	margin: 0 3% 3% 0;
}

li.tortItem:hover {
	transform: scale(1.05);
}

li.tortItem:nth-child(3n) {
	margin-right: 3%;
}

li.tortItem:nth-child(2n) {
	margin-right: 0;
}

}


@media all and (min-width: 100px) and (max-width: 480px) {

li.tortItem {
	width: 100%;
	margin: 0 0 4% 0;
}

li.tortItem:hover {
	transform: scale(1.04);
}

li.tortItem:nth-child(3n) {
	margin-right: 0;
}

li.tortItem:nth-child(2n) {
	margin-right: 0;
}

}
</pre></body></html>