.containerAcord2 {
  width: 100%;
  max-width: 800px;
  min-width: 600px;
  margin: 50px auto;
}

.accordion3 {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: center;
  padding: 5px 15px;
  color: #444;
  cursor: pointer;
  transition: background-color 0.2s linear;
  position:relative;
}

.accordion3 img {
	/*width: 300px;*/
	/*height: 65px;*/
	background-repeat:no-repeat;
	opacity: 0;
    filter: alpha(opacity=100); 
	transition: .3s ease-in-out;
}

.accordion3 a {
	text-align: justify;
	font-family: 'Open Sans';
	font-size: 12px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:45%;
	float: center;
	font-size:18px;
	color:#444;
	white-space:nowrap;
	opacity:1;
	
	background-repeat:no-repeat;
}

.accordion3:after{
  content: '\f055';
  font-family: "Font Awesome 5 Brands";
  font-size: 14px;
  float: right;   
}

.accordion3.is-open:after a{
  opacity: 0;
  filter: alpha(opacity=15);
}

.accordion3:hover a, .accordion.is-open a{
  opacity: 0;
  filter: alpha(opacity=15);
}

.accordion3.is-open:after img{
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.accordion3:hover img, .accordion.is-open img{
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.accordion3.is-open:after{
  content: '\f056';
  font-family: "Font Awesome 5 Brands";
  color:white;
}

.accordion3:hover, .accordion.is-open{
  background-color: #84817a;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  color:white;
}

.accordion3:hover, .accordion.is-open{
  background-color: #84817a;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.accordion-content3 {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}


.content-table3 {
  border-collapse: collapse;
  margin: 5px 0;
  font-size: 1em;
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table3 thead tr {
  background-color: #999999;
  color: #ffffff;
  text-align: center;
  top:45%;
  font-style: Impact;
}

.content-table3 th,
.content-table3 td {
  padding: 15px 3px;
  text-align: center;
  min-width: 30px;
}

.content-table3 tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table3 tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table3 tbody tr:last-of-type {
  border-bottom: 2px solid #999999;
}
