/*Accordion*/

#container-main {
	margin: 27px auto;
	min-width: 320px;
	max-width: 960px;
}

#container-main h1 {
	font-size: 40px;
	text-shadow: 4px 4px 5px #16a085;
}

.accordion-container {
	width: 100%;
	padding: 40px 0 0;
	clear: both;
}

.accordion-titulo {
	position: relative;
}

.accordion-titulo h2 {
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #ff7a01;
	display: inline;
	margin: 0;
}

.accordion-titulo p {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding-top: 10px;
}

.accordion-titulo span.toggle-icon:before {
	content: url('../img/orange-chevron.svg');
	background-color: var(--black);
	padding: 10px 15px;
	color: var(--white);
	font-size: 16px;
	border-radius: 50%;
	font-weight: 700;
}

.accordion-titulo.open span.toggle-icon:before {
	content: url('../img/orange-chevron2.svg');
	background-color: var(--orange);
	padding: 10px 15px;
	color: var(--white);
	font-size: 16px;
	border-radius: 50%;
	font-weight: 700;
}

.accordion-titulo.first-title span.toggle-icon {
	position: static;
	display: inline;
	/*left: 260px;
	top: -3px;*/
}

.accordion-titulo span.toggle-icon {
	position: static;
	display: inline;
	/*left: 230px;
	top: -3px;*/
}

.accordion-titulo1 {
	position: relative;
}

.accordion-titulo1 h2 {
	font-family: 'Raleway';
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #ff7a01;
	margin: 0;
}

.accordion-titulo1 p {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	padding-top: 10px;
}

.accordion-titulo1 span.toggle-icon {
	position: absolute;
	left: 230px;
	top: -3px;
}

.accordion-content {
	display: none;
	padding: 20px 0 0;
	overflow: auto;
}

.accordion-content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: rgba(60, 60, 67, 0.85);
	margin-left: 49px;
}

.form-check label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
