/**
 * @version     CVS: 1.0.0
 * @package     com_smarteventos
 * @subpackage  mod_smarteventos
 * @copyright   2022 Tridia Criação
 * @license     GNU General Public License versão 2 ou posterior; consulte o arquivo License. txt
 * @author      Tridia Criação <tridiacriacao@gmail.com>
 */

/* Formatação Eventos  */

#sp-events {
    background-color: #b5dafb!important;
}
#mod_eventos .card {
	height: auto;
	padding: 0px 0px;
    border-radius: 0;
    filter: drop-shadow(0px 27px 57px rgba(0, 0, 0, 0.15));
    box-shadow: none;
}

#mod_eventos {
	color: #004576;
	padding: 0;
	margin-top: 10px;
	font-size: 200px;
	width: 100%;
}

#mod_eventos .fs-6 {
	color: #949494;
}

#sp-events .sp-module-title {
	font-size: 2rem;
	color: #0f4b8c;
	display: flex;
	align-items: center;
	gap: 1rem;
	text-transform: uppercase;
}
#sp-events .sp-module-title:before {
	font-family: "FontAwesome";
	content: "\e907";
	color: #0f4b8c;
	font-weight: 900;
	font-size: 1.5em;
}

.text-evento-calendario {
	background: none;
}
.text-evento-calendario:before {
	content: "\e905";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 0.9em;
	color: #949494;
    margin-right: .3rem;
}

.text-evento-hora {
	background: none;
	/* padding-left: 10px; */
}
.text-evento-hora:before {
	content: "\e904";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 0.9em;
	color: #949494;
	padding-left: 10px;
    margin-right: .3rem;
}

.text-evento-seta {
	background: none;
}
.text-evento-seta:before {
	content: "\2b";
	font-family: "FontAwesome";
	font-weight: 900;
	font-size: 2.2em;
	color: #0f4b8c;
	padding-left: 10px;
}

.rounded-start {
	border-radius: 0px !important;
	object-fit: cover !important;
	max-width: 100% !important;
	height: auto !important;
}
p.p-icones {
	font-size: 18px;
	color: #949494;
	margin: 0 !important;
}
.fonte-evento {
	display: block;
}
p.p-titulo {
	font-size: 18px;
	color: #949494;
	margin: 0 !important;
	margin-top: 10px !important;
}

p.p-descricao {
	margin-top: 1rem;
	overflow: hidden;
	height: 96px;
	line-height: 25px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-weight: 700;
	color: #15579d;
	font-size: 23px;
}

.card-body.fonte-evento {
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0;
}

@media screen and (max-width: 1399px) {
	p.p-titulo {
		color: #949494;
		font-size: 14px;
	}

	p.p-descricao {
		margin-top: 1rem;
		overflow: hidden;
		height: 81px;
		line-height: 25px;
		font-weight: 400;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		font-weight: 700;
		color: #15579d;
		font-size: 16px;
	}

	p.p-icones {
		font-size: 14px;
		color: #949494;
	}
	.text-evento-seta {
		background: none;
		padding-left: 60px;
	}
	.text-evento-seta:before {
		content: "2b";
		font-family: "FontAwesome";
		font-weight: 900;
		font-size: 2.2em;
		color: #0f4b8c;
		/* padding-left: 60px; */
	}

	@media screen and (max-width: 1199px) {
		p.p-titulo {
			color: #949494;
			font-size: 13px;
		}

		p.p-descricao {
			margin-top: 1rem;
			overflow: hidden;
			height: 56px;
			line-height: 14px;
			font-weight: 400;
			display: -webkit-box;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical;
			font-weight: 700;
			color: #15579d;
			font-size: 14px;
		}
		p.p-icones {
			font-size: 13px;
			color: #949494;
		}
		.text-evento-seta {
			background: none;
		}
		.text-evento-seta:before {
			content: "2b";
			font-family: "FontAwesome";
			font-weight: 900;
			font-size: 2em;
			color: #0f4b8c;
		}
		.card-body.fonte-evento {
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 0px;
		}
		.apresentacao .apresentacao__desc.apresentacao__height {
			height: 180px;
	}
	}
	@media screen and (max-width: 991px) {
		img.img-fluid.rounded-start {
			height: 100%;
			width: 100%;
		}
		p.p-titulo {
			color: #949494;
			font-size: 15px;
		}

		p.p-descricao {
			margin-top: 1rem;
			overflow: hidden;
			height: 100px;
			line-height: 25px;
			font-weight: 400;
			display: -webkit-box;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical;
			font-weight: 700;
			color: #15579d;
			font-size: 22px;
		}
		p.p-icones {
			font-size: 15px;
			color: #949494;
		}
		.text-evento-seta {
			background: none;
			padding-left: 100px;
		}
		.text-evento-seta:before {
			content: "2b";
			font-family: "FontAwesome";
			font-weight: 900;
			font-size: 2.2em;
			color: #0f4b8c;
			padding-left: 100px;
		}
		#mod_eventos .card {
			margin-top: 40px;
		}
	}
}

@media screen and (max-width: 767px) {
	img.img-fluid.rounded-start {
		height: 100%;
		width: 100%;
	}
	p.p-titulo {
		color: #949494;
		font-size: 15px;
	}

	p.p-descricao {
		margin-top: 1rem;
		overflow: hidden;
		height: 81px;
		line-height: 27px;
		font-weight: 400;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		font-weight: 700;
		color: #15579d;
		font-size: 20px;
	}
	p.p-icones {
		color: #949494;
		justify-content: space-between !important;
		font-size: 14px;
	}

	.text-evento-seta {
		background: none;
	}
	.text-evento-seta:before {
		content: "2b";
		font-family: "FontAwesome";
		font-weight: 900;
		font-size: 2.2em;
		color: #0f4b8c;
	}
	#mod_eventos .card {
		margin-top: 40px;
	}

	.card-body.fonte-evento {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}
	
	
	#sp-events .sp-module-title:before {
		display: flex;
    flex-direction:  row;
}
	#sp-banners .sp-module-title,
	#sp-news .sp-module-title,
	#sp-events .sp-module-title {
	font-size: 2rem;
	color: #0f4b8c;
	display: flex;
	align-items: center;
	gap: 0px;
	text-transform: uppercase;
	flex-direction:  column;
}
	
	
}

@media screen and (max-width: 575px) {
	p.p-descricao {
		color: #0b3766;
		font-size: 20px;
		justify-content: flex-start !important;
	}
}

@media screen and (max-width: 508px) {
	p.p-titulo {
		font-size: 14px;
	}
	p.p-icones {
		font-size: 14px;
		color: #949494;
		justify-content: space-between !important;
	}
	p.p-descricao {
		font-size: 18px;
		color: #0b3766;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
	}

	.text-evento-seta {
		background: none;
		padding-right: 10px;
	}
	.text-evento-seta:before {
		content: "2b";
		font-family: "FontAwesome";
		font-weight: 900;
		font-size: 2.2em;
		color: #0f4b8c;
		padding-right: 10px;
	}
	

	
}

@media screen and (max-width: 378px) {
	p.p-titulo {
		font-size: 13px;
	}
	p.p-icones {
		font-size: 13px;
		color: #949494;
		justify-content: space-between !important;
	}
	p.p-descricao {
		font-size: 15px;
		color: #0b3766;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
		padding-right: 5px;
	}

	.text-evento-seta {
		background: none;
		padding-right: 5px;
	}
	.text-evento-seta:before {
		content: "2b";
		font-family: "FontAwesome";
		font-weight: 900;
		font-size: 2.2em;
		color: #0f4b8c;
		padding-right: 5px;
		padding-left: 50px;
	}
	
	#sp-banners .sp-module-title,
	#sp-news .sp-module-title,
	#sp-events .sp-module-title {
		font-size: 1.5rem;
		color: #0f4b8c;
		display: flex;
		align-items: center;
		gap: 0px;
		text-transform: uppercase;
		flex-direction:  column;
	}
	
}
.apresentacao .apresentacao__desc.apresentacao__height {
	height: 250px;
	position: relative;
	overflow: hidden;
}
.apresentacao .apresentacao__desc.apresentacao__height:after {
	content: "";
	background-image: linear-gradient(to top, #fff, rgba(255,255,255,0.2));
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
}
