@charset "utf-8";
/* CSS Document */

.bg-titulo-corpo{
	background: #DC1D25;
    margin: 0 auto;
    padding: 10px 25px;
    max-width: 650px;
    font-weight: bold;
    text-align: center;
	color:#ffffff;
	font-size:25px;
}

li {
    line-height: 30px !important;
}

.titulo-vermelho-corpo{
	color:#DC1D25;
	font-size:20px;
	font-weight:700;
	line-height: 180%;
}

.info-detalhe{
	text-align:center;
	font-size:18px !important;
	color:#333333;
	font-style: italic;
	padding:20px;
	font-weight: 600;
	
}

.coluna-bg-branco{
	background:#F9F9F9;
}
	

.coluna-bg-branco{
	background:#ffffff;
	padding:12px;
}

@media only screen and (min-width: 600px) {
.coluna-bg-branco{	
	min-height:325px;

}
}

@media only screen and (max-width: 600px) {
.coluna-bg-branco{	
	margin:10px;
	
}
}


.acordeon-perguntas {
  background-color: #fcfcfc;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #cbcbcb;
}

.ativo, .acordeon-perguntas:hover {
  background-color: #dedede; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;