.faqs{
	padding-top: 30px;
	padding-bottom: 50px;
	background-image: url("../../imgs/fundo-contato.webp");
	background-size: cover;
	background-position: center 0;
	background-attachment: fixed; /* Efeito parallax */
	color:#614E37;  
}  
.faqs .panel-heading{
	background: rgba(245, 245, 245, 0.10) !important; 
}
.faqs .panel-heading a {
    display: block;
    padding: 15px;
	font-size: 22px;		
    text-decoration: none;
	color: #E83643;
}
.faqs a:hover {
    color: #BBBCC0;		
}
.faqs .titulo{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	color: #E83643;
}	
.faqs .panel-group .panel {
    border-radius: 5;
    box-shadow: none;
    border-color: #E83643 !important;
}
.faqs .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ff0000;   
}
.faqs .more-less {
    float: right;
    color: #E83643;
}
.faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #E83643;
}
.panel-body{
	color: #E83643 !important;
	font-family: arial;
	font-size: 16px;
}

@media (max-width: 768px) {
  .faqs {
    background-attachment: scroll; /* Desabilita o efeito parallax */
    background-size: cover;
    background-position: center;
  }
}