@charset "utf-8";
/* semana */

.text-white-9{
	color:#efdcc7;
}
.text-green{
	color:#859d47;
}
.btn-red-1{
	padding:0.5rem 2rem; 
	border-radius:0.75rem;
	background:#D82C20;
	color:#efdcc7;
}

.btn-red-1:hover{
	background:#FFF;
	color:#D82C20;
	
}



.bg-custom {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.5rem 0.25rem 0.5rem; 
  z-index: 0;
}

.bg-custom::before {
  content: "";
  position: absolute;
  z-index: -2;
}
.bg-custom::after {
  content: "";
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 1%;
  right: 1%;
  background: #000;
  border-radius: 1rem;
  z-index: -1;
}

#semana-02{
	background-image:url(../imgs/lp-semana/bg-fogo-1920x540.webp);
	background-position:50%;
	background-size:cover;
}



@media (min-width:480px){
	

}

@media (min-width:576px){
	
	

}
@media (min-width:768px){
	
}

@media (min-width:992px){
	.mt--5{
		margin-top:-2rem;
	}
}

@media (min-width:1200px){
}




@media (min-width:1440px){
}

@media (min-width:1640px){
}

@media (min-width:1921px){
	.container-fluid{
		max-width:1920px;
		background-size: contain;
	}

}
