/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  /*background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
  background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
  background-image:linear-gradient(180deg, seashell 1%, seashell 80%);*/
  background: rgba(var(--maincol1rgb), 0.05);
}

.faq .section-title h2, .faq .section-title p {
  /*color: #fff;*/
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  border-bottom: 1px solid var(--maincol1);  /*  */
}

.faq .faq-list a {
  display: block;
  position: relative;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: var(--maincol1);  /* vio blue #8577fb  |+ 5846f9, negro vio 2c4964 */
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: var(--maincol1);  /* vio blue #5846f9; |+ #8577fb, negro vio 2c4964 */
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
