/* Classes do CKEditor - Plugin "Alinhamento de texto" */
.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: end;
}

.text-align-justify {
  text-align: justify;
}

/* Classes customizadas - Transformação de texto */
.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* Classes customizadas - line-height */
.line-height0 {
  line-height: normal;
}

.line-height1 {
  line-height: 1rem;
}

.line-height1-5 {
  line-height: 1.5rem;
}

.line-height2 {
  line-height: 2rem;
}

.line-height2-5 {
  line-height: 2.5rem;
}

.line-height3 {
  line-height: 3rem;
}

.line-height4 {
  line-height: 4rem;
}

/* Classes customizadas - Tamanhos de fonte */
.extra-pequeno {
  font-size: clamp(12px, 1vw, 12px) !important;
}

.extra-pequeno-plus {
  font-size: clamp(10px, 1.2vw, 16px) !important;
}

.pequeno {
  font-size: clamp(14px, 1.5vw, 16px) !important;
}

.pequeno-plus {
  font-size: clamp(12px, 1.3vw, 18px) !important;
}

.semi-medio {
  font-size: clamp(13px, 1.6vw, 20px) !important;
}

.medio {
  font-size: clamp(14px, 1.5vw, 14px) !important;
}

.medio-plus {
  font-size: clamp(16px, 1.9vw, 22px) !important;
}

.semi-grande {
  font-size: clamp(16px, 1.8vw, 20px) !important;
}

.grande {
  font-size: clamp(22px, 2vw, 22px) !important;
}

.grande-plus {
  font-size: clamp(24px, 3vw, 36px) !important;
}

.muito-grande {
  font-size: clamp(20px, 3vw, 36px) !important;
}

.super-muito-grande {
  font-size: clamp(22px, 3vw, 40px) !important;
}

.super-grande {
  font-size: clamp(20px, 3vw, 40px) !important;
}

.extra-grande {
  font-size: clamp(40px, 5vw, 64px) !important;
}

/* Novas classes adicionadas */
.mobile-10-desktop-14 {
  font-size: clamp(10px, 2vw, 14px) !important;
}

.mobile-12-desktop-14 {
  font-size: clamp(12px, 2.5vw, 14px) !important;
}
