
 
.acordeon li ul,.acordeon>div>div {
    display: none
} 
.acordeon>div>a:after,
.acordeon>li>a:after,
.acordeon>div>button:after {
    content: '\002B';
    float: right;
    margin-left: 5px;
    font-family: 'foundrymonolinebold'
}

.acordeon >div>a.active:after,
.acordeon >div>button.active:after {
    content: "\002D"
}

div.acordeon {
    box-shadow: 0 2px 6px 0px rgb(0 0 0 / 5%), 0 0 60px 0 rgb(39 102 149 / 10%);
    border-radius: 7px;
}

.acordeon>div>div,div.acordeon>div>a,div.acordeon>div>button {
    border-bottom: 1px solid #edeeef;
}

div.acordeon>div>a{
    padding: 18px 22px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 10px;
    font-family: "Roboto Condensed", -apple-system,system-ui,BlinkMacSystemFont,"Helvetica Neue","Segoe UI",Roboto,Arial,sans-serif;
    font-size: 12pt;
    font-weight: 600;
    letter-spacing: 1px;
}
div.acordeon>div>button {
    text-align: left;
    border: none;
    font-size: 13pt;
    padding: 18px 22px;
    cursor: pointer;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 10px;
    color: #007ae6;
    border-bottom: 1px solid #e1e4ea;
}

.acordeon > div >a.active,
.acordeon > div >button.active {
    background: rgb(0 0 0/5%);
}

.acordeon>div>div {
    padding: 20px
}

div.acordeon>div:last-child>a,div.acordeon>div:last-child>div,div.acordeon>div:last-child>button {
    border-bottom: none
}
div.acordeon>div:last-child>div {
    border-top: 1px solid #e1e4ea
    
}

.acordeon.out_styles {
    box-shadow: none;
    border-radius: 7px;
    margin: 15px 0;
    border: 1px solid #e1e1e1;
}
.accordeon.out_styles > div:nth-child(2n+1) {
    background: rgb(0 0 0 /3%);
}
div.acordeon.pdp>div>button {
    grid-template-columns: max-content 1fr min-content;
}
div.acordeon.pdp>div>button::before {
    content: counter(step);
    counter-increment: step;
}
div.acordeon.highlight div a.acordeon_name_button {
    background: #047495;
    color: #f6a700;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14pt;
}
/* ACCORDEON*/
.accordeon>div>button:after {
    content: '\002B';
    float: right;
    margin-left: 5px; 
    font-family: 'foundrymonolinebold';
}
.accordeon .open > button:after {
    content: "\002D"
}
div.accordeon {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 8%), 0 10px 30px 0 rgb(39 102 149 / 20%);
    border-radius: 7px;
    margin:15px 0;
}  
div.accordeon > div {
    border-bottom: 1px solid rgb(0 0 0/10%);
}
div.accordeon > div:last-child {
    border-bottom: none;
}
div.accordeon button {
	text-align:left;
	border:none;
    font-size: 13pt;
    padding: 18px 22px;
    cursor: pointer;
    width:100%;
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 10px;
    color: #007ae6;
}
.accordeon .open > button {
    background: rgb(0 0 0/5%);
    border-bottom: 1px solid #e1e4ea;
} 
.accordeon > div > div {
	padding: 20px 18px; 
  	background-color: white;
  	max-height: 0;
    overflow: hidden; 
    display: none;
 	transition: height 0.2s ease-in;
} 
.accordeon > div > div.active {
    display: block;
}
.tabs .accordeon {
    background: rgb(0 0 0/6%);
    border: 1px solid rgb(0 0 0/6%);
    box-shadow: none;
} 

 