:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a1dd5c2 */.beneficios-page {
  max-width: 900px;
  margin: 70px auto;
  padding: 0 24px;
}
.benef-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.benef-header-top span {
  display: block;
  color: #b00000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.benef-header-top h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
.benef-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b00000;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 18px;
  border: 1px solid #f0d5d5;
  border-radius: 50px;
  transition: .2s ease;
  flex: none;
  margin-top: 6px;
}
.benef-back:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.benef-intro {
  color: #666;
  font-size: 15px;
  margin: 12px 0 32px;
}
.benef-group-title {
  font-size: 15px;
  color: #111;
  font-weight: 700;
  margin: 30px 0 12px;
}
.benef-group-title:first-of-type {
  margin-top: 0;
}
.benef-doc-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
}
.benef-doc {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  transition: .2s ease;
}
.benef-doc:last-child {
  border-bottom: none;
}
.benef-doc:hover {
  background: #fff8f8;
}
.benef-doc i:first-child {
  color: #b00000;
  font-size: 16px;
  flex: none;
  width: 20px;
  text-align: center;
}
.benef-doc span {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}
.benef-doc-arrow {
  font-size: 12px;
  color: #b00000;
  opacity: 0;
  transition: .2s ease;
}
.benef-doc:hover .benef-doc-arrow {
  opacity: 1;
}
@media(max-width: 700px) {
  .benef-header-top {
    flex-direction: column;
  }
}/* End custom CSS */