

.rlc-top{
	justify-content: flex-start !important; 
}

.top-mrg{
	margin-top: 70px;
}

.habs{
	word-break: keep-all;
	width: 100%;
	max-width: 241px;
	padding: 20px;
}

.contenedor-qa{
	width: var(--width);
	margin: 25px auto;
}

.pregunta{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	background-color: #292734; 
	border-bottom: 1px solid rgba(255,255,255, 0.5);
	margin-bottom: 2px;
	border-radius: 4px;
	padding: 20px;
	color: #ffffff;
}

.pregunta p{
	margin: 0 !important;
}

.pregunta:first-child{
	background-color: #292734;
}

.respuesta{
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	color: #292734;
	background-color: #E2E2E8;
	transition: max-height .5s ease-out;
}

.respuesta p, .respuesta ul {
	margin: 20px 0;
  	list-style: none;
}

.active, .pregunta:hover {
  background-color: #1C1E25; 
}

.pregunta:after {
  content: '\25be';
  font-weight: bold;
}

.active:after {
  content: "\2212";
}

.portfolio-ctas{
	width: var(--width);
	margin: 45px auto;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
}

/*---------MEDIA-Q---------*/

@media only screen and (max-width: 820px) {


.portfolio-ctas{
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
}