:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-653fbc5 */.bienestar-hero {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 24px;
}
.bienestar-hero-tab {
  display: inline-block;
  background: #b00000;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 12px 26px;
  border-radius: 14px 14px 0 0;
  margin-left: 36px;
}
.bienestar-hero-body {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px 24px 24px 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,.06);
  padding: 50px 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}
.bienestar-hero-text h2 {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  line-height: 1.25;
  margin-bottom: 18px;
}
.bienestar-hero-text p {
  color: #555;
  font-size: 16px;
  line-height: 1.85;
}
.bienestar-hero-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bienestar-stack-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px dashed #e5d5d5;
}
.bienestar-stack-item:last-child {
  border-bottom: none;
}
.bienestar-stack-item i {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: #fff3f3;
  color: #b00000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}
.bienestar-stack-item h4 {
  font-size: 15.5px;
  color: #111;
  margin-bottom: 4px;
}
.bienestar-stack-item p {
  font-size: 13.5px;
  color: #666;
  line-height: 1.6;
}
@media(max-width: 900px) {
  .bienestar-hero-body {
    grid-template-columns: 1fr;
  }
  .bienestar-hero-tab {
    margin-left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ccb796 */.bienestar-access {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 24px;
}
.bienestar-access-header {
  text-align: center;
  margin-bottom: 50px;
}
.bienestar-access-header span {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}
.bienestar-access-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #111;
}
.bienestar-access-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 24px;
}
.bienestar-folder {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px 18px 18px 18px;
  padding: 34px 28px 28px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
  transition: .3s ease;
}
.bienestar-folder-tab {
  position: absolute;
  top: -18px;
  left: 0;
  background: #b00000;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 10px 10px 0 0;
}
.bienestar-folder:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(176,0,0,.12);
  border-color: #f0d5d5;
}
.bienestar-folder-icon {
  font-size: 26px;
  color: #b00000;
  margin: 10px 0 18px;
  display: block;
}
.bienestar-folder h3 {
  font-size: 19px;
  color: #111;
  margin-bottom: 10px;
}
.bienestar-folder p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 18px;
}
.bienestar-folder-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b00000;
  font-size: 14px;
  font-weight: 700;
}
.bienestar-folder-link i {
  font-size: 12px;
  transition: .25s ease;
}
.bienestar-folder:hover .bienestar-folder-link i {
  transform: translateX(4px);
}
@media(max-width: 700px) {
  .bienestar-access-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea77c3c */.bienestar-id-card {
  position: relative;
  max-width: 760px;
  margin: 70px auto;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 40px 44px 40px 34px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 16px 40px rgba(0,0,0,.07);
  overflow: hidden;
}
.bienestar-id-ribbon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: repeating-linear-gradient(
    45deg,
    #b00000,
    #b00000 8px,
    #8a0000 8px,
    #8a0000 16px
  );
}
.bienestar-id-photo {
  width: 140px;
  height: 140px;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #b00000;
}
.bienestar-id-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}
.bienestar-id-info {
  flex: 1;
}
.bienestar-id-label {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.bienestar-id-info h2 {
  font-size: 24px;
  color: #111;
  font-weight: 800;
  margin-bottom: 8px;
}
.bienestar-id-info a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #b00000;
  font-size: 14.5px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 6px;
}
.bienestar-id-second {
  display: flex !important;
  color: #888 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-bottom: 14px !important;
}
.bienestar-id-info p {
  color: #555;
  font-size: 14.5px;
  line-height: 1.75;
  max-width: 480px;
}
@media(max-width: 700px) {
  .bienestar-id-card {
    flex-direction: column;
    text-align: center;
    padding: 34px 24px;
  }
  .bienestar-id-info a {
    justify-content: center;
  }
}/* End custom CSS */