.paginaPreguntasFrecuentes ul {
    list-style: inside;
}
 div.cuerpo-card ul {
    list-style: inside;
}
.accordionContainer {
    margin: 0px 2rem 1rem 2rem!important;
}

.botonDesplegable {
	/*background-color: #fff;*/
    color: #1d1d1b;
	text-decoration:none!important;
	width:100%!important;
    font-size: 18px;
    margin-top: 0!important;
}
.card-header {
	background-color: rgba(239,243,248,0.502);
}
.botonDesplegable h3 {
	font-weight:600;
	font-size:1rem;
}
.botonDesplegable:hover, 
.botonDesplegable:active {
	background-color:#eaedf1;
}
.preguntasFrecuentesContainer>div.cabecera-card:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0!important;
}
.faqs .cabecera-card {
    border-bottom: 0!important;
    padding: 0!important;
	display:flex;
}
.faqs .card {
	margin-bottom: 10px;
}

#accordion .btn h6 {
	font-weight: 600;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none!important;
}
