/* ----------------------------------------------------------------
	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{
	color: black;
	text-shadow: 2px 2px 3px white;
}
.slider-text span{
	color:#bc1a1a;
}



.prod {
	font-weight: 700;
	color: #bc1a1a;
}

.himg {
	border-radius: 0.5em;
	box-shadow: 0px 5px 5px rgb(23, 23, 23);
}

.new {
	background-color: white;
	border-radius: 10px;
	border: solid 2px #bc1a1a;
}

.new:before{
	content: "";
	display: block;
	top: -1rem;
	width: 200%;
    height: 50%;
	transform: rotate(5deg);
    background: #bc1a1a;
    left: -2rem;
    position: absolute;
}

.desc2 {
	background-color: white;
	text-align: center;
	font-weight: 700;
}

.desc2 a{
	color:#bc1a1a !important;
	text-align: center;
	font-weight: 700;
}

.desc2 h3{
	color: black;
}

.desc2 span {
	color: rgb(82, 82, 82);
}


.nr33 {
	background-image: url(../images/sobrenos/NR33.png);
	background-size: cover;
	position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
	height: 8vh;
	width: 8vh;
}

.nr331 {
	background-image: url(../images/sobrenos/NR33.png);
	background-size: cover;
	position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
	height: 6vh;
	width: 6vh;
}



.center-button {
	left: 50%;
	-ms-transform: translate( -50%);
	transform: translate( -50%);
}

.projetos {
	background-color: white;
	width: 90%;
	border-radius: 5px 5px 0px 0px;
	border: 2px solid #bc1a1a;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.projetos:after{
	content: "";
	background-color: #bc1a1a;
	position: absolute;
	display: block;
	left: -1rem;
	bottom: -1.5rem;
	width: 120%;
	height: 2rem;
	overflow: hidden;
	transform: rotate(2.5deg);
}

.projetos:before{
	content:"Iluminação";
	color: white;
	position: absolute;
	font-weight: bold;
	text-align: center;
	width: 100%;
	bottom: 1.3rem;
	text-transform: uppercase;
}

.proj2{
	background-color:#bc1a1a;
	width: 90%;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 1rem;
	padding: 0.0rem 0.7rem 0.7rem 0.7rem;
	border-radius: 0px 0px 5px 5px;
	margin: auto;
}

.proj2 a{
	color: white;
}

.video{
	background-color: white;
	border-radius: 5px;
	border: #bc1a1a 2px solid;
	overflow: hidden;
}

@media only screen and (max-width:990px) {
	.video {
	 margin-top: 3rem;
	}
  }

.titulos1 {
	padding: 0rem 1rem;	
	color: #bc1a1a;
	font-weight: bolder;
	font-family: 'Belanosima', sans-serif;
}

.titulos2 {
	z-index: -10;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
}

.play-button {
	font-size: 5rem;
	margin: auto !important;
	color: #bc1a1a !important;
	text-align: center;
}

.ultimo{
	
	width: 90%;
	height: 13rem;
	top: -3rem;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem 2rem 2rem;
	border-radius: 0.5em;
	box-shadow: inset 0px 0px 10px 0px black;
	
}

.youtube {
	width: 20rem;
	text-align: center;
}

.youtube spam{
	color: #bc1a1a;
	font-weight: 500;
}

.youtube p{
	line-height: 1rem;
	text-transform: uppercase;
	font-size: smaller;
}

.centertudo {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
}

.mag {
	background-color: grey;
	width: fit-content;
	color: white;
	border-radius: .2rem;
	padding: 1vh;
	line-height: .9rem !important;
	display: block;
	margin: auto;
}

.mag span {
	font-size: .7rem !important;
}

.mag h3{
	font-size: 1rem;
	font-weight: 900;
	color: white;
	margin-bottom: 0;
}
	
.galfotos {
	margin-left: 20vh;
	margin-right: 20vh;
}

@media only screen and (max-width:990px) {
	.galfotos {
	 margin-left: 2vh;
	 margin-right: 2vh;
	}
  }

.bg-dark5 {
	background-color: #bc1a1a8c !important;
}