/* Archivo: wc-tools-rgpd/css/style.css */
div.primeraCapaInf {
  border: 3px solid var(--theme-base);
  text-align: left;
}
div.primeraCapaInf div.title.active {
  border-bottom: 1px solid var(--theme-base);
}
div.primeraCapaInf div.title {
  font-size: 14px;
  font-family: var(--theme-font);
  line-height: 14px;
  color: var(--theme-black);
  padding: 10px;
}
div.primeraCapaInf div.content {
  padding-top: 17px;
}
div.primeraCapaInf div.content ul.ProsemirrorEditor-list {
  margin-bottom: 0px;
}
div.primeraCapaInf div.content ul.ProsemirrorEditor-list li.ProsemirrorEditor-listItem {
  font-size: 14px;
  font-family: var(--theme-font);
  line-height: 14px;
  color: var(--theme-black);
}
.primeraCapaInf {
  border: 1px solid var(--theme-base);
  padding: 10px;
  margin-top: 20px;
  font-family: var(--theme-font);
  font-size: 17px;
  line-height: 17px;
}
.primeraCapaInf .title {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: 0.3s all ease;
}
.primeraCapaInf .title::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.876" height="10.959" viewBox="0 0 18.876 10.959"><path id="Trazado_54" data-name="Trazado 54" d="M19.438,13.9a1.569,1.569,0,0,0-.468-1.12l-7.926-7.81a1.575,1.575,0,0,0-2.219.006l-7.8,7.8A1.575,1.575,0,0,0,3.25,15.01l6.7-6.7,6.811,6.714A1.575,1.575,0,0,0,19.438,13.9Z" transform="translate(-0.562 -4.52)" fill="%236d744c"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center Center;
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  transition: 0.3s all ease;
  transform: rotate(180deg);
}
.primeraCapaInf .title.active {
  padding: 10px 0px;
  border-bottom: 1px solid var(--theme-base);
}
.primeraCapaInf .title.active::before {
  transform: translateY(-50%) rotate(0deg);
}
.primeraCapaInf .content {
  padding: 10px;
  display: none;
}
.primeraCapaInf .content p {
  font-family: var(--theme-font);
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 15px;
}
.primeraCapaInf .content ul {
  padding-left: 20px;
}
.primeraCapaInf .content li {
  font-family: var(--theme-font);
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 7px;
  list-style: circle;
}
