/* Requirements */

#mobileNavigation{
	position:fixed;
	top: 0%;
	right: 0%;
	bottom: 0%;
	left: 0%;
	overflow: hidden;
	background-color:rgba(0,0,0,0.7);
	display:none;
	z-index:80;
}

#only-one{
	display:none;
	clear:both;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width:320px;
	border:0;
	z-index:90;
	font-family: 'Source Sans Pro', sans-serif;
	background-color:#FFFFFF;
	-moz-box-shadow:0  8px 18px -8px #000000;
    -webkit-box-shadow:0  8px 18px -8px #000000;
     box-shadow:0  8px 18px -8px #000000;
}

#only-one .hide{
	display: none;
}

#openAccordion{
	position:relative;
	display:none;
	width:44px;
	height:44px;
	line-height:44px;
	cursor:pointer;
	margin:12px 0 0 0;
	text-align:center;

}

#openAccordion span.mIco{
	position:absolute;
	width:44px;
	top:0;
	left:0;
	padding:0 0 0 0;
	height:44px;
	display:inline-block;
	line-height:44px;
	background: url('../images/Global/mHanb.svg') center center no-repeat;
    background-size: 100% auto;
	opacity: 1;
}

.closedPannel{
	color:#000000;
}

.closedPannel:hover{
	opacity: 0.8;
}

.openedPannel{
	opacity: 0.8;
	background: url('../images/Global/mHanb.svg') center center no-repeat;
    background-size: 100% auto;
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

/* Basic Theme */

[data-accordion] {
    line-height: 1;
}

[data-control]{
    border-bottom: 1px solid #DCDCDC;
	line-height:64px;
	padding:0 15px 0 15px;
	font-size:19px;
	cursor:pointer;
}

[data-content] > * {
    border-bottom: 1px solid #DCDCDC;
	line-height:64px;
	padding:0;
	white-space:nowrap;
	font-size:19px;
}

[data-item]{
    border-bottom: 1px solid #DCDCDC;
	height:64px;
	line-height:64px;
	padding:0;
	white-space:nowrap;
	font-size:19px;
}

[data-item] a, [data-content] > * a{
	position:relative;
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0 15px 0 15px;
	color:#000000;
}

[data-content] > * a:hover{
	color:#CC0001;
}

[data-item] a:hover{
	color:#CC0001;
}

[data-content] > * a span.data-item-icon{
	position:absolute;
	top:10px;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	margin:0 0 0 0;
	text-align:center;
	background: url('../images/Global/rightBlack.png') center center no-repeat;
    background-size: auto 50%;
}

[data-content] > * a.thisPage{
	color:#CC0001;
}

[data-content] > * a.thisPage span.data-item-icon{
	display:none;
}

[data-content] > * a:hover span.data-item-icon{
	/*Content Arrow hover style*/
}

/* Default Buttons Color */

[data-item] a span.data-item-icon2{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #ff3019;
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}

[data-item] a span.data-item-icon3{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #46a8cf;
background: -moz-linear-gradient(top,  #46a8cf 0%, #2c8fa6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46a8cf), color-stop(100%,#2c8fa6));
background: -webkit-linear-gradient(top,  #46a8cf 0%,#2c8fa6 100%);
background: -o-linear-gradient(top,  #46a8cf 0%,#2c8fa6 100%);
background: -ms-linear-gradient(top,  #46a8cf 0%,#2c8fa6 100%);
background: linear-gradient(to bottom,  #46a8cf 0%,#2c8fa6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a8cf', endColorstr='#2c8fa6',GradientType=0 );
}

[data-item] a span.data-item-icon1{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	border: 2px solid #686868;
	border-radius: 50px;
}

[data-item] a span.data-item-icon4{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #fca40c; /* Old browsers */
background: -moz-linear-gradient(top,  #fca40c 0%, #fc9901 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fca40c 0%,#fc9901 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fca40c 0%,#fc9901 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca40c', endColorstr='#fc9901',GradientType=0 ); /* IE6-9 */
}

[data-item]:hover a span.data-item-icon2{
	background: #ff7667;
background: -moz-linear-gradient(top,  #ff7667 0%, #fb3f3f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7667), color-stop(100%,#fb3f3f));
background: -webkit-linear-gradient(top,  #ff7667 0%,#fb3f3f 100%);
background: -o-linear-gradient(top,  #ff7667 0%,#fb3f3f 100%);
background: -ms-linear-gradient(top,  #ff7667 0%,#fb3f3f 100%);
background: linear-gradient(to bottom,  #ff7667 0%,#fb3f3f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7667', endColorstr='#fb3f3f',GradientType=0 );
}

[data-item]:hover a span.data-item-icon3{
	background: #81d9f4;
	background: -moz-linear-gradient(top,  #81d9f4 0%, #00afe5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d9f4), color-stop(100%,#00afe5));
	background: -webkit-linear-gradient(top,  #81d9f4 0%,#00afe5 100%);
	background: -o-linear-gradient(top,  #81d9f4 0%,#00afe5 100%);
	background: -ms-linear-gradient(top,  #81d9f4 0%,#00afe5 100%);
	background: linear-gradient(to bottom,  #81d9f4 0%,#00afe5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d9f4', endColorstr='#00afe5',GradientType=0 );
}

[data-item]:hover a span.data-item-icon1{
	background: #EFEFEF;
}

[data-item]:hover a span.data-item-icon4{
	background: #f9b53e; /* Old browsers */
background: -moz-linear-gradient(top,  #f9b53e 0%, #f9aa34 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9b53e 0%,#f9aa34 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9b53e 0%,#f9aa34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b53e', endColorstr='#f9aa34',GradientType=0 ); /* IE6-9 */
}

/* End Default Buttons Color */

[data-item] a span.data-item-icon1 span.icon,
[data-item] a span.data-item-icon2 span.icon,
[data-item] a span.data-item-icon3 span.icon,
[data-item] a span.data-item-icon4 span.icon{
	position:absolute;
	top:-1px;
	right:-2px;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	margin:0 0 0 0;
	text-align:center;
	background: url('../images/Global/rightBlack.png') center center no-repeat;
    background-size: auto 50%;
}

[data-item]:hover a span.data-item-icon1 span.icon,
[data-item]:hover a span.data-item-icon2 span.icon,
[data-item]:hover a span.data-item-icon3 span.icon,
[data-item]:hover a span.data-item-icon4 span.icon{
	position:absolute;
	top:-1px;
	right:-2px;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	margin:0 0 0 0;
	text-align:center;
	background: url('../images/Global/rightBlack.png') center center no-repeat;
    background-size: auto 50%;
}

[data-accordion] > [data-control] span.data-item-icon{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	border: 2px solid #686868;
	border-radius: 50px;
	opacity: 1;
}

[data-accordion] > [data-control]:hover span.data-item-icon{
	background: #EFEFEF;
	opacity: 0.8;
}

[data-accordion].open > [data-control] span.data-item-icon{
	background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #e8e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#e8e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#e8e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#e8e8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
box-shadow:         inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
}

[data-accordion] > [data-control] span.data-item-icon2{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #fca40c; /* Old browsers */
background: -moz-linear-gradient(top,  #fca40c 0%, #fc9901 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fca40c 0%,#fc9901 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fca40c 0%,#fc9901 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca40c', endColorstr='#fc9901',GradientType=0 ); /* IE6-9 */
}

[data-accordion] > [data-control]:hover span.data-item-icon2{
	background: #f9b53e; /* Old browsers */
background: -moz-linear-gradient(top,  #f9b53e 0%, #f9aa34 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9b53e 0%,#f9aa34 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9b53e 0%,#f9aa34 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b53e', endColorstr='#f9aa34',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: 1px 0 2px -1px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    1px 0 2px -1px rgba(50, 50, 50, 0.4);
box-shadow:         1px 0 2px -1px rgba(50, 50, 50, 0.4);

}

[data-accordion] > [data-control] span.data-item-icon3{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #46a8cf;
background: -moz-linear-gradient(top,  #46a8cf 0%, #2c8fa6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46a8cf), color-stop(100%,#2c8fa6));
background: -webkit-linear-gradient(top,  #46a8cf 0%,#2c8fa6 100%);
background: -o-linear-gradient(top,  #46a8cf 0%,#2c8fa6 100%);
background: -ms-linear-gradient(top,  #46a8cf 0%,#2c8fa6 100%);
background: linear-gradient(to bottom,  #46a8cf 0%,#2c8fa6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a8cf', endColorstr='#2c8fa6',GradientType=0 );
}

[data-accordion] > [data-control]:hover span.data-item-icon3{
	background: #81d9f4;
	background: -moz-linear-gradient(top,  #81d9f4 0%, #00afe5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d9f4), color-stop(100%,#00afe5));
	background: -webkit-linear-gradient(top,  #81d9f4 0%,#00afe5 100%);
	background: -o-linear-gradient(top,  #81d9f4 0%,#00afe5 100%);
	background: -ms-linear-gradient(top,  #81d9f4 0%,#00afe5 100%);
	background: linear-gradient(to bottom,  #81d9f4 0%,#00afe5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d9f4', endColorstr='#00afe5',GradientType=0 );
-webkit-box-shadow: 1px 0 2px -1px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    1px 0 2px -1px rgba(50, 50, 50, 0.4);
box-shadow:         1px 0 2px -1px rgba(50, 50, 50, 0.4);

}

[data-accordion] > [data-control] span.data-item-icon4{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	background: #CC0001;
}

[data-accordion] > [data-control]:hover span.data-item-icon4{
	background: #CC2C2F;

}

[data-accordion].open > [data-control] span.data-item-icon2{
	background: #fca40c; /* Old browsers */
background: -moz-linear-gradient(top,  #fca40c 0%, #fc9901 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fca40c 0%,#fc9901 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fca40c 0%,#fc9901 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca40c', endColorstr='#fc9901',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
box-shadow:         inset 1px 0 5px -1px rgba(50, 50, 50, 0.2);
}

[data-accordion] > [data-control] span.data-item-icon span.icon,
[data-accordion] > [data-control] span.data-item-icon2 span.icon,
[data-accordion] > [data-control] span.data-item-icon3 span.icon,
[data-accordion] > [data-control] span.data-item-icon4 span.icon{
	position:absolute;
	top:-2px;
	right:-2px;
	display:block;
	width:44px;
	height:44px;
	background-color:#EDEDED;
	line-height:44px;
	margin:0 0 0 0;
	text-align:center;
	background: url('../images/Global/mais.svg') center center no-repeat;
    background-size: 80% auto;
}

[data-accordion].open > [data-control] span.data-item-icon span.icon,
[data-accordion].open > [data-control] span.data-item-icon2 span.icon,
[data-accordion].open > [data-control] span.data-item-icon3 span.icon,
[data-accordion].open > [data-control] span.data-item-icon4 span.icon{
    background: url('../images/Global/menos.svg') center center no-repeat;
    background-size: 80% auto;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
	position: relative;
    display:block;
    text-align: left;
	vertical-align:middle;
	width: 100%;
    padding:0 70px 0 15px;
	background-color:#FFFFFF;
	font-size:19px;
	color:#000000;
}

[data-accordion] [data-control] p {
	width: 100%;
	height:64px;
    display:table-cell;
	vertical-align:middle;
    text-align: left;
	line-height:23px;
    padding:0;
	font-size:19px;
	color:#000000;
}

[data-accordion] [data-accordion] [data-control] p {
	width: 100%;
	height:64px;
    display:table-cell;
	vertical-align:middle;
    text-align: left;
	line-height:23px;
    padding:0 0 0 25px;
	font-size:19px;
	color:#000000;
}

[data-accordion] [data-control]:hover p {
	color:#CC0001;
}

[data-accordion].open > [data-control] p{
	color:#CC0001;
}

[data-accordion] [data-content] {
    background:#F7F7F7;
}

[data-accordion] [data-content] [data-accordion] [data-control] {
    background:#F7F7F7;
	text-transform:none;
}

[data-accordion] [data-accordion] [data-content] a {
    background:#F0F0F0;
	padding-left: 60px;
}

[data-accordion] [data-content] a {
	padding-left: 35px;
}

[data-accordion] [data-content] [data-content] [data-content] {
    background:#F0F0F0;
}

/* Media Queries */

@media (max-width:1160px){
	#openAccordion{
		display:block;
	}
}

@media (max-width:800px){
	#only-one .hide{
		display: block;
	}
}

/* End Media Queries */