/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.box1 {
	background-color: aliceblue;
	padding: 2em;
	margin: .02em;
}

.pt-10 {
	padding-top: 2rem;
}

.margens {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.central {
	margin-left: auto;
	margin-right: auto;
}

.textspan {
	font-size: 1.25rem;
	text-align: justify;
}

.licon {
	font-size: 1.25rem;
	line-height: 2.25rem;
}

.fbox-icon2 {
	margin-bottom: 0rem !important;
}

.fslider{
	
	max-width:40em;
	margin-left: auto;
	margin-right: auto;
} 

.slider-text h2 {
	font-size: 9vw;
	color: white;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	margin-top: 15vw;
	text-shadow: 3px 3px 3px black;
}

.slider-text p {
	font-size: 1.3rem;
	color: white;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	margin-top: .5em;
	text-shadow: 2px 2px 2px black;

}

.slider-text p span {
	font-size: 1.3rem;
	color: #bc1a1a;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	margin-top: .5em;

}

.prod {
	font-weight: 700;
	color: #bc1a1a;
}

.himg {
	border-radius: 0.5em;
	box-shadow: 0px 5px 5px rgb(23, 23, 23);
}
