body{
	overflow-y: unset !important;
}

section#faq{
	height: 100% !important;
	overflow-y: hide;
}

.faq-items a {
	display: block;
	padding: 1rem 3rem 1rem 1rem;
	color: white;
	font-size: 1.15rem;
	font-weight: 400;
	border-bottom: 1px solid white;
}

.faq-items a:hover,
.faq-items a:hover::after {
	cursor: pointer;
	color: white;
}

.faq-items a:hover::after {
	border: 1px solid black;
}

.faq-items a.active {
	color: white;
	background-color: black;
	border-bottom: 1px solid white;
}

.faq-items .item-faq-contenido {
	opacity: 0;
	padding: 0 1rem;
	max-height: 0;
	border-bottom: 1px solid white;
	overflow: hidden;
	clear: both;
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s;
}

.faq-items .item-faq-contenido p {
	font-size: 1rem;
	font-weight: 300;
}

.faq-items .item-faq-contenido.active {
	opacity: 1;
	padding: 1rem;
	max-height: 100%;
	-webkit-transition: all 0.35s ease 0.15s;
	-o-transition: all 0.35s ease 0.15s;
	transition: all 0.35s ease 0.15s;
}
.active{
	background-color: #ffffff;
	color: black;
}

.item-faq-contenido a{
	display: contents;
	color: black;
	padding: 0px;
}

.item-faq-contenido a:hover{
	color: gray;
}

.boton-mas-info {
	border: 2px solid lightgrey;
	background-color: transparent;
	font-size: 16px;
	height: 2.5em;
	width: 2.5em;
	border-radius: 999px;
	position: relative;
	float: right;
	margin: -8px;
}

.boton-mas-info:after, .boton-mas-info:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.boton-mas-info:before {
	background-color: white;
	height: 1em;
	width: 0.2em;
}
.boton-mas-info:after {
	background-color: white;
	height: 0.2em;
	width: 1em;
}

#faq h2{
	font-size: 60px;
	/* padding-left: 40px; */
	/* padding-top: 20px; */
	padding-bottom: -28px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: white;
	font-weight: 100;
	text-align: center;
}

@media (max-width: 500px) {
	section#faq{
		height: 64vh !important;
		overflow-y: scroll;
	}
	body{
		overflow-y: hidden !important;
	}
	.boton-mas-info {
		margin: unset;
	}
}
