.accordion-container{
  width: 100%;
  padding: 0 40px;
  /* float: left; */
  /* font-size: 15px; */
  margin-bottom: 0;
}
.expandir {
  font-size: 12px;
  font-family: 'Spartan';
  text-align: right;
  color: #0071CE;
  border-bottom: 1px solid #c9d5e7;
  font-weight: 600;
  padding-bottom: 7px;
  margin: 0 40px;
  cursor: pointer;
}

.accordion{
  /* margin-bottom: 24px; */
  font-size: 15px;
  font-family: 'Roboto';
  padding: 30px;
  border-bottom: 1px solid #c9d5e7;
  line-height: 20px;
  color: #3f5b78;
}
.accordion .table-content {
  overflow-x: auto;
  width: 100%;
}
.accordion .table-content table {
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
}
.accordion .table-content table thead th:first-child {
  text-align: left;
  min-width: 50px;
}
.accordion .table-content table thead th:first-child + th {
  text-align: left;
  min-width: 200px;
}
.accordion .table-content table thead th {
  text-align: right;
  color: #4c6c9d;
  font-weight: 400;
  min-width: 100px;
}
.accordion .table-content table tr td:first-child {
  color: #0071ce;
  text-align: left;
}
.accordion .table-content table tr td:first-child + td {
  color: #4c6c9d;
  text-align: left;
}
.accordion .table-content table tr td {
  color: #0071ce;
  height: 30px;
  text-align: right;
}
.accordion .results-content {
  margin: 0 auto;
  font-size: 1em;
}
.accordion .results-content li {
  list-style: none;
  color: #0071ce;
  min-height: 190px;
  position: relative;
}
.accordion .results-content li .image {
  width: 195px;
  float: left;
  margin-right: 40px;
}
.accordion .results-content li .text {
  float: none;
  width: 415px;
  min-height: 167px;
  margin-left: 233px;
}
.accordion .results-content li .text .title-results {
  color: #0071ce;
  font-size: 1.145em;
}
.accordion .results-content li .text p {
  font-size: 0.715em;
  line-height: 1.2em;
  margin: 5px 0 36px 0;
}
.accordion .results-content li .text .footer {
  margin: 20px 0;
}
.accordion .results-content li .text .footer .knowmore {
  font-size: 1.45em;
  color: #a6b6ce;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 46px;
}
.accordion .results-content li .text .footer .knowmore:hover {
  color: #0071ce;
}

.title-accordion {
  color: #0071ce;
  font-size: 17px;
  font-weight: 500;
  padding: 0 0 4px 0;
  line-height: 55px;
  border-bottom: 1px solid #c9d5e7;
  margin-top: 4px;
  background-clip: content-box;
  font-family: 'Roboto';
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.title-accordion:hover {
  background-color: #f2f4f8;
}
.title-accordion.close:after {
  float: right;
  position: relative;
  right: 0;
  content: '\e9af';
  font-family: 'icomoon';
}

.title-accordion::after{
  content: '\e9ad';
  font-family: 'icomoon';
  font-size: 30px;
  vertical-align: middle;
  float: right;
  color: #0071ce;
  align-self: center;
}
.title-accordion ul {
  margin: 0;
}
.title-accordion ul li {
  color: #0071ce;
  list-style: none;
  display: inline-block;
  font-size: 0.780em;
  padding-right: 10px;
  vertical-align: top;
}
.title-accordion ul li + li {
  color: #4c6c9d;
  width: 300px;
}
.title-accordion ul li + li + li {
  color: #0071ce;
  width: auto;
}
.title-accordion span{
  text-align: left;
    width: 100%;
/*    padding-top: 15px;
    padding-bottom: 15px;*/
}

@media (max-width: 1004px) {
  .accordion .image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .title-accordion:before {
    display: none;
  }
}
@media print {
    .accordion.hidden {
         display: inline!important;
        visibility: visible;
    }
}