.cuerpoInt p + h2,
.mce-content-body p + h2 {
  margin-top: 30px;
}

.cuerpoInt h2,
.mce-content-body h2 {
  font-size: 31px;
  line-height: 1.3;
  color: #233d63;
  font-weight: 700;
  padding-top: 15px;
  position: relative;
  margin: 0 0 20px;
}

.cuerpoInt h2::before,
.mce-content-body h2::before {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 5px;
  background: #b269ac;
  position: absolute;
  top: 0;
  left: 0;
}

.cuerpoInt p + h4,
.mce-content-body p + h4 {
  margin-top: 20px !important;
}

.cuerpoInt h3,
.mce-content-body h3 {
  color: #233d63;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
}

.cuerpoInt h4,
.mce-content-body h4 {
  color: #233d63;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
}

.cuerpoInt ul,
.mce-content-body ul {
  list-style: none;
}

.cuerpoInt ul li,
.mce-content-body ul li {
  align-items: baseline;
  margin: 0;
}

.cuerpoInt ul li i,
.mce-content-body ul li i {
  font-size: 14px;
  margin-right: 8px;
  color: #b269ac;
}

.cuerpoInt ul li::before,
.mce-content-body ul li::before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  font-weight: 900;
  color: #b269ac;
  font-size: 14px;
  margin-right: 10px;
}

.cuerpoInt img,
.mce-content-body img {
  height: auto;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
