.acordeon {
	clear: both;
	margin-bottom: 40px;
}

.acordeon-toggle {
	cursor: pointer;

}

.acordeon-contenido.default {
	display: block;
    height: auto;
}

.acordeon-contenido {
	display: none;
    padding: 15px 0 0 45px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	margin: 25px 0 25px;
	border-left: 1px dashed #BBB;
	text-align: justify;
}

.acordeon-toggle {
    background-color: #f45f1f;
    color: #FFF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 25px;
    font-size: 2.5rem;
    transition: 0.4s;
    margin-bottom: 2px;
}

.acordeon-toggle.active, .acordeon-toggle:hover {
	text-decoration: underline;
}

.acordeon-toggle:after {
    content: '\002B';
    color: #FFF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.home .acordeon-toggle:after {
	content: "\f156";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	color: #FFF;
}
