/* 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-container-main{
	position: fixed;
	display: none;
	top:0;
	left:0;
	width:100%;
	min-width:320px;
	border:0;
	z-index:90;
}

#only-one-container{
	position: relative;
	display: block;
	width: 100%;
	max-width: 954px;
	margin: auto;
}

#only-one{
	display:none;
	clear:both;

	position: absolute;
	top: 0;
	right: 0;

	width:100%;
	min-width:320px;
	max-width: 532px;
	max-height: calc(100vh - 70px);
	overflow: auto;


	border:0;
	z-index:90;
	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;
}

/*
*/

#openAccordion{
    position: relative;
    display: block;
    aspect-ratio: 1;
    height: 43px;
    cursor: pointer;
    margin: 0 7px 0 0;
    text-align: center;
    background: none;
    border: 0;
    border-radius: 7.5px;
    padding: 0;
}

#openAccordion:hover {
	border: 2px solid black;
}

img.burgerOn,
img.burgerOff {
	width: 31px;
	height: 31px;
	margin: auto;
}

img.burgerOn {
	display: none;
}

img.burgerOff {
	display: block;
}

#openAccordion.openedPannel > img.burgerOff {
	display: none;
}

#openAccordion.openedPannel > img.burgerOn {
	display: block;
}

/*
*/

.closedPannel{
	color:#000000;
}

.closedPannel:hover{
	opacity: 0.8;
}

[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:50px;
	padding:0 15px 0 15px;
	font-size:19px;
	cursor:pointer;
}

[data-content] > ul li {
	line-height:24px;	
	padding: 10px 15px 10px 15px;
	font-size:19px;
}

[data-content] > ul li:first-child {
	padding-top: 15px;
}

[data-content] > ul li:last-child,
[data-content] > ul li:only-child {
	padding-bottom: 15px;
}

#only-two [data-content] > ul li {
    /*border-bottom: 1px rgba(255,255,255,0.2) solid;*/
	line-height:24px;	
	padding:10px 15px 10px 15px;
	white-space:nowrap;
	font-size:14px;
}

#only-two [data-content] > ul li:first-child {
	padding-top: 15px;
}

#only-two [data-content] > ul li:last-child,
#only-two [data-content] > ul li:only-child {
	padding-bottom: 15px;
}


#only-two [data-content] > article:last-of-type {
    border-bottom: 1px rgba(255,255,255,0.2) solid;
}

[data-item]{
    /*border-bottom: 1px solid #DCDCDC;*/
	height:50px;
	line-height:50px;
	padding:0;
	white-space:nowrap;
	font-size:19px;
}

[data-item] a, 
[data-content] > ul li a{
    display: inline-block;
    position: relative;
    height: 100%;
    text-decoration: none;
    color: #000000;
	padding: 0 2px 2px 0;
}

[data-item] a:hover{
	color:var(--ev-header-cor-default-red);
}

[data-content] > ul li a span.data-item-icon{
	position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 38px;
    height: 18px;
    line-height: 30px;
    margin: 0 0 0 0;
    text-align: center;
    /*background: url(../images/Global/rightBlack.png) center center no-repeat;*/
    background-size: auto 100%;
}

#only-two [data-item]{
    border-bottom: 1px rgba(255,255,255,0.2) solid;
	height:50px;
	line-height:50px;
	padding:0;
	white-space:nowrap;
	font-size:14px;
	color: #FFFFFF;
}

#only-two [data-item] a, 
#only-two [data-content] > ul li a,
#only-two [data-accordion] [data-content] {
	position:relative;
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0 15px 0 0;
	color:#FFFFFF;
	font-size: 14px;
}

#only-two [data-content] > ul li a span.data-item-icon{
	position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 38px;
    height: 18px;
    line-height: 30px;
    margin: 0 0 0 0;
    text-align: center;
  /*background: url(../images/Global/rightWhite.png) center center no-repeat;
    background-size: auto 100%;*/
}

[data-content] > ul li a.thisPage{
	color:var(--ev-header-cor-default-red);
}

[data-content] > ul li a.thisPage span.data-item-icon{
	display:none;
}

[data-content] > ul li 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: 20px;
    display: block;
    width: 34px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 0;
    text-align: center;
    /* border: 2px solid #686868; */
    border-radius: 50px;
}

#only-two [data-item] a span.data-item-icon1{
	position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 0;
    text-align: center;
    /* border: 2px solid #686868; */
    border-radius: 50px;
	/*background: url(../images/Global/BTSetaNextWhite.png) center center no-repeat;
    background-size: auto 100%;*/
}

[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: 6px;
    right: -2px;
    display: block;
    width: 38px;
    height: 18px;
    line-height: 30px;
    margin: 0 0 0 0;
    text-align: center;
    /*background: url(../images/Global/rightBlack.png) center center no-repeat;*/
    background-size: auto 100%;
}

[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: 6px;
    right: -2px;
    display: block;
    width: 38px;
    height: 18px;
    line-height: 30px;
    margin: 0 0 0 0;
    text-align: center;
    /*background: url(../images/Global/rightBlack.png) center center no-repeat;*/
    background-size: auto 100%;
}

[data-accordion] > [data-control] span.data-item-icon{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:30px;
	height:30px;
	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;
}

#only-two [data-accordion] > [data-control] span.data-item-icon{
	position:absolute;
	top:0;
	right:15px;
	display:block;
	width:40px;
	height:40px;
	line-height:44px;
	margin:10px 0 0 0;
	text-align:center;
	/*border: 2px solid #686868;*/
	border-radius: 50px;
	opacity: 1;
}

#only-two [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: var(--ev-header-cor-default-red);
}

[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:-5px;
	right:7px;
	display:block;
	width:34px;
	height:40px;
	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: 100% auto;
}

#only-two [data-accordion] > [data-control] span.data-item-icon span.icon,
#only-two [data-accordion] > [data-control] span.data-item-icon2 span.icon,
#only-two [data-accordion] > [data-control] span.data-item-icon3 span.icon,
#only-two [data-accordion] > [data-control] span.data-item-icon4 span.icon{
	position:absolute;
	top:-5px;
	right:7px;
	display:block;
	width:30px;
	height:40px;
	background-color:#EDEDED;
	line-height:44px;
	margin:0 0 0 0;
	text-align:center;
	background: url('../images/Global/BTSetaDownWhite.png') center center no-repeat;
    background-size: 100% auto;
}

[data-accordion].open > [data-control] img.opened,
[data-accordion] > [data-control] img.closed {
    display: block;
}

[data-accordion].open > [data-control] img.closed,
[data-accordion] > [data-control] img.opened {
    display: none;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

#only-two [data-content] [data-accordion] {
    border: 0;
    padding: 0 0 0 15px;
}

[data-accordion] [data-control],
.headerMenuSoleButton {
	position: relative;
    text-align: left;
	text-decoration: none;
	vertical-align:middle;
	width: 100%;
    padding: 0 15px 0 15px;
	background-color:#FFFFFF;
	font-size:19px;
	color:#000000;
	border: 0;

	font-family: 'Source Sans Pro', system-ui, sans-serif;
	display: flex;
	align-items: center;
}

.headerMenuSoleButton:focus-visible {
	outline-width: 3px;
	outline-style: solid;
	outline-color: #000;
	outline-offset: -9px;
}


[data-accordion] [data-control] h2,
.headerMenuSoleButton h2 {
    width: 100%;
    line-height: normal;
    padding: 14px 0;
}

[data-accordion] [data-control]:hover h2,
.headerMenuSoleButton:hover h2 {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-position: under;
}

[data-accordion] [data-control]:hover h2,
.headerMenuSoleButton:hover h2 {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-position: under;
}

#only-two [data-accordion] [data-control] {
	position: relative;
    display:block;
    text-align: left;
	vertical-align:middle;
	width: 100%;
    padding:0 70px 0 15px;
	background-color:transparent;
	font-size:14px;
	color:#FFFFFF;
	border-bottom: 1px rgba(255,255,255,0.2) solid;

	font-family: 'Source Sans Pro', system-ui, sans-serif;
}

img.data-control-icon {
	width: 30px;
	height: 30px;
}

img.data-control-icon.go {
    width: 33px;
    height: 20px;
}


[data-accordion] [data-control]:focus-visible,
#only-two [data-accordion] [data-control]:focus-visible {
	outline-width: 3px;
	outline-style: solid;
	outline-color: black;
    outline-offset: -9px;
}

#only-two [data-accordion] [data-control]:focus-visible {
	outline-color: white;
}

#only-two [data-accordion].open [data-control] {
	position: relative;
    display:block;
    text-align: left;
	vertical-align:middle;
	width: 100%;
    padding:0 70px 0 15px;
	background-color:transparent;
	font-size:14px;
	color:#FFFFFF;
	border-bottom: 0;
}

[data-accordion].open [data-control] *,
[data-accordion].open:hover [data-control] *,
#only-two [data-accordion].open [data-control] *,
#only-two [data-accordion].open:hover [data-control] * {
	text-decoration: none;
}

[data-accordion].open [data-control] *,
[data-accordion].open:hover [data-control] * {
	color: var(--ev-header-cor-default-red);
}

#only-two [data-accordion].open [data-control] *,
#only-two [data-accordion].open:hover [data-control] * {
	color: #FFFFFF;
}

[data-accordion] [data-control] p {
	width: 100%;
	height:50px;
    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:50px;
    display:table-cell;
	vertical-align:middle;
    text-align: left;
	line-height:23px;
    padding:0 0 0 0;
	font-size:19px;
	color:#000000;
}

#only-two [data-accordion] [data-control] p {
	width: 100%;
	height:50px;
    display:table-cell;
	vertical-align:middle;
    text-align: left;
	line-height:23px;
    padding:0;
	font-size:14px;
	color:#FFFFFF;
}

[data-accordion] [data-control]:hover p {
	color:var(--ev-header-cor-default-red);
}

[data-accordion].open > [data-control] p{
	color:var(--ev-header-cor-default-red);
}

[data-accordion] [data-content] {
    background:#F7F7F7;
}

#only-two [data-accordion] [data-content] {
    background:transparent;
}

[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-accordion] [data-content] a {
    background:#F0F0F0;
	padding-left: 60px;
}

[data-accordion] [data-content] [data-content] [data-content] {
    background:#F0F0F0;
}

/* Media Queries */

@media (max-width:999px){
	#openAccordion{
		display:block;
	}
}

@media (min-width:986px){
	#only-one .hide2{
		display: none;
	}
}

@media (min-width:354px){
	#only-one .hide{
		display: none;
	}
}

/* End Media Queries */