.elementor-76485 .elementor-element.elementor-element-e42c20f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-e9047c3 */.etiquetas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente si es necesario */
  gap: 10px;
  padding: 20px;
  border: 1px solid #e4d3f0; /* Color del borde */
  border-radius: 10px;
  background-color: #f9f4fc; /* Fondo del contenedor */
}

.etiquetas a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 20px;
  background-color: #002D5D; /* Color de fondo del botón */
  color: white; /* Texto en blanco */
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.etiquetas a:hover {
  background-color: #001A3C; /* Color más oscuro al pasar el ratón */
  color: white; /* Asegura que el texto siga siendo blanco */
}/* End custom CSS */