/* Cached vesion created on 24/09/25 20:26:52*/
/* elapsed time: 0.00049400329589844 secs */

.APBox {
	position: relative;
	z-index: 2;
}
.APitem .APtitolo, .APitem .APtesto {
	padding-left: 0px;
}

.APitem:nth-child(even) .APtitolo, .APitem:nth-child(even) .APtesto {
    margin-left: 0px;
}

.APtitolo {
	font-family: 'latobold', Arial, Verdana, sans-serif;
	font-size: 1.66rem;
	color:#000;
	padding-top: 30px;
}

a:hover .APtitolo, a:active .APtitolo { color: #910312; }

.APtitolo:after {
	content:"";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 30px;
}

a:hover .APtitolo:after, a:active .APtitolo:after { border-color: #910312; }

.APtesto {
	color:#000;
	padding-bottom: 15px;
}

.APimg {
	position: relative;
	float: left;
}

.APitem:nth-child(odd) .APimg:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(3deg);
}

.APitem:nth-child(even) .APimg:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
}

 @media screen and (min-width: 768px) {

	.APtitolo {
		font-family: 'latobold', Arial, Verdana, sans-serif;
		font-size: 1.66rem;
		color:#000;
		padding-top: 80px;
	}

}