@charset "iso-8859-1";
/* CSS Document */

.fullwidthbanner-container {
    padding: 0;
    position: relative;
    width: 1280px !important;
	height: 300px;
	margin: 0px auto 50px -160px;
	z-index: 3;
}
.fullwidthbanner-container > div:nth-child(1) {
	overflow: hidden !important;
	border-radius: 15px !important;	
	position: relative;
	background: #fff !important;
}
.titulo1 {
	font-size: 2.4em !important;
	background: url(../img/fundo-branco-80.png);
	color: #930205;
	display: block !important;
	text-overflow: clip !important;
	white-space: normal !important;	
	line-height: normal !important;
	font-weight: normal !important;
	padding: 10px 18px !important;
	border-radius: 15px;
}
.titulo2 {
	font-size: 1.1em !important;
	background: url(../img/fundo-branco-80.png);
	color: #676767;
	font-weight: normal !important;
	display: block !important;
	text-overflow: clip !important;
	white-space: normal !important;	
	line-height: normal !important;
	padding: 5px 10px !important;
	border-radius: 8px;
}
.tp-caption.link a {
	color: #fff;
	background-color: #930205;
	padding: 4px 12px;
	border-radius: 10px;
	z-index: 20;
	cursor: pointer;
}
.tp-caption.link a:hover {
	background-color: #58060a;
	color: #fff !important;
}

.tp-bullets {
	top: auto !important;
	top: 30px !important;
	max-height: 30px !important;
	left: auto !important;
	right: 50% !important;
	margin: 0px -500px 0px 0px !important;
}

.linha {
	position: relative;
	width: 100%;	
}
.linha#chamadas {
	height: auto;
	padding: 0px;
}
.linha#chamadas ul {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
.chamada {
	padding: 0px 0px 15px 0px;
	width: 306px;
	float: left;
	margin: 0px 10px;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.chamada:before {
	background: #c6c6c6;
	position: absolute;
	width: 100%;
	height: 285px;
	display: block;
	content: '';
	left: 0px;
	top: 0px;
	z-index: -1;
	border-bottom-left-radius: 120px;
	border-bottom-right-radius: 120px;
}
#chamadas > ul > li .chamada:nth-of-type(n+3) {
	margin-right: 0px
}
#chamadas > ul > li .chamada:nth-of-type(1) {
	margin-left: 0px;
}
.chamada h2 {
	min-height: 80px;
	display: block;
	text-align: center;
	border-top: 4px solid #930205;
	position: relative;
}
.chamada h2, .chamada h2 a {
	color: #fff;
	font-weight: normal;
}
.chamada h2 a {
	color: #930205;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.1em;
	display: inline-block;	
	padding: 6px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.chamada .foto {
	text-align: center;	
}
.chamada .foto img {
	border:	10px solid #b6b6b6;
	border-radius: 55px;
}
.chamada h3 {
	font-size: 1.2em;
	font-weight: normal;
	display: block;
	margin: 10px 0 0 0;	
}
.chamada .mais {
	float: right;
	position: relative;
	display: block;
	max-width: 85px; 
	text-align: right;
	padding: 4px 10px 4px 22px;
	border-radius: 10px;
	color: #fff;
	background: #930205;
	box-shadow: -3px 3px 2px rgba(0, 0, 0, 0.2);
}
.chamada .mais:before {
	content: '+';
	position: absolute;
	left: 8px;
	top: 5px;
}