.pols-wrapper main,
.terms-wrapper main {
  background-color: #fff;
}

.pols-wrapper .main-content,
.terms-wrapper .main-content {
  width: 100%;
  max-width: 1325px;
  margin: 0 auto;
  padding: 40px;
}

.pols-wrapper .breadcrums,
.terms-wrapper .breadcrums {
  max-width: 1325px;
  margin: 0 auto;
}

.pols-wrapper .pols-section,
.terms-wrapper .pols-section {
  width: 100%;
  border: none;
  position: relative;
  height: fit-content;
}

.pols-wrapper .pols-conteiner,
.terms-wrapper .pols-conteiner {
  width: 100%;
  padding: 40px 0px;
  position: relative;
}

.pols-wrapper .pols-header,
.terms-wrapper .pols-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pols-wrapper .pols-header input {
  background-image: url("../img/icons/icono_buscar_simple_help.svg");
  background-repeat: no-repeat;
  background-position: 5px -2px;
  border: 1px solid var(--black);
  min-width: 390px;
  padding-left: 65px;
}

.pols-wrapper .pols-section .pols {
  position: relative;
  margin-top: 80px;
}

.pols-wrapper .pols ul {
  list-style-type: none;
  width: 100%;
  max-width: 248px;
  margin-top: 10px;
  padding-bottom: 60px;
}

.pols-wrapper .pols > ul > li {
  overflow: hidden;
  width: 100%;
  height: fit-content;
  border: none;
  margin: 35px 0;
  transition: all 0.3s;
}

.pols-wrapper .pols > ul > li > a {
  border-bottom: 1px solid var(--black);
  color: var(--black);
  display: block;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 35px;
  height: 60px;
}

.pols-wrapper .pols > ul > li > a:hover {
  font-weight: 600;
}

.pols-wrapper .pols > ul > li.selected > a {
  pointer-events: none;
  font-weight: 600;
}

.pols-wrapper .pols > ul > li .answer {
  display: none;
}

.pols-wrapper .pols > ul > li.selected .answer {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  left: 40%;
  max-width: 652px;
  height: 100%;
}

.pols-wrapper .pols > ul > li.selected .answer h2 {
  margin-bottom: 50px;
}

.pols-wrapper .pols > ul > li.selected .answer .pols-content {
  line-height: 22px;
  margin-top: 10px;
}

.pols-wrapper .pols > ul > li.selected .answer .back {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icons/icono_flecha_derecha.svg);
  background-size: 100%;
  margin-top: 20px;
  margin-left: -8px;
  cursor: pointer;
}

.pols-wrapper .pols > ul > li.selected > a::before {
  scale: 70%;
}

.pols-wrapper .pols > ul > li.selected > a::before{
  content: url(../img/icons/icono_flecha_black.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  left: -40px;
}

.pols-wrapper .pols .answer .pols-content {
  font-size: 16px;
  height: fit-content;
}

.pols-wrapper .pols .answer p {
  font-size: 16px;
  margin-bottom: 25px;
}

.pols-wrapper .footer {
  position: relative;
}


/* terms-page */
.terms-wrapper .terms-section {
  width: 100%;
  display: flex;
  justify-content: left;
}

.terms-wrapper .terms-conteiner {
  width: 100%;
  max-width: 787px;
  padding: 50px 0px;
  padding-bottom: 100px;
  position: relative;
}

.terms-wrapper .terms-conteiner .back {
  display: block;
  width: 42px;
  height: 40px;
  background: url(../img/icons/icon-back2.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-left: 10px;
  cursor: pointer;
}

.terms-wrapper .terms-content {
  line-height: 22px;
  margin-top: 10px;
}

.terms-wrapper .terms-conteiner h2 {
  margin-bottom: 50px;
}

.terms-wrapper .terms-content p {
  font-size: 16px;
  margin-bottom: 25px;
}
