hr.cke_tec--hr {
    height: 1px;
    margin: 16px 0 !important;
}


.cke_tec--enlaceBoton {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    flex-wrap: wrap;
    padding: 16px;
}

.cke_tec--enlaceBoton span,
.cke_tec--enlaceBoton i {
    display: inline-flex;
    min-width: 1px;
    display: flex;
    position: initial;
}

.cke_tec--enlaceBoton i {
    width: 16px;
    max-width: 16px;
    height: 16px;
    margin-left: 8px;
    font-size: 16px;
    overflow: hidden;
}

.cke_tec--enlaceBoton span {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 8%;
    text-transform: uppercase;
}

.cke_tec--enlaceBoton:not([style~="FAFAFA"]) span,
.cke_tec--enlaceBoton:not([style~="FAFAFA"]) i {
    color: var(--blanco);
}




/* style.css */

.ck.ck-abbr-form {
    padding: var(--ck-spacing-large);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: var(--ck-spacing-standard);
}

.ck.ck-abbr-form .ck.ck-labeled-field-view:nth-of-type(1) {
    grid-area: 1 / 1 / 2 / 3;
}

.ck.ck-abbr-form .ck.ck-labeled-field-view:nth-of-type(2) {
    grid-area: 2 / 1 / 3 / 3;
}

.ck.ck-abbr-form .ck-button:nth-of-type(1) {
    grid-area: 3 / 1 / 4 / 2;
}

.ck.ck-abbr-form .ck-button:nth-of-type(2) {
    grid-area: 3 / 2 / 4 / 3;
}

.cke_tec--enlaceBoton {
    pointer-events: none;
}


/* icono con texto */

.iconoConTexto__container,
.iconoConTexto__container .ck-widget,
.iconoConTexto__container .ck-widget table.iconoConTexto__table,
.iconoConTexto__table {
    width: 100%;
}

.iconoConTexto__container .ck-widget table.iconoConTexto__table,
.iconoConTexto__table {
    border-collapse: collapse;
    border: none;
}

.iconoConTexto__container .ck-widget table.iconoConTexto__table td,
.iconoConTexto__container .ck-widget table.iconoConTexto__table tr,
.iconoConTexto__table td,
.iconoConTexto__table tr {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    border: none;
}


/* EnlaceBoton form */
.cke_tec--dropdwonColores {
    display: flex;
}

.cke_tec--dropdwonColores .ck.ck-labeled-field-view__input-wrapper {
    display: flex !important;
}


.cke_tec--dropdwonColores .ck.ck-label {
    position: initial !important;
}

.cke_tec-form {
    padding: 8px !Important;
}

.cke_tec-form>.ck-labeled-field-view {
    margin-bottom: 8px;
    border-bottom: solid 1px #efedea
}

.cke_tec--dropdwonColores .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
}

.cke_tec--dropdwonColores .ck-dropdown__panel>button {
    width: 99px;
    flex: 99px;
    padding: 0 !important;
    cursor: pointer;
}

.cke_tec--dropdwonColores .ck-dropdown__panel>button:hover {
    opacity: 0.9;
}

.cke_tec--dropdwonColores .ck-dropdown__panel>button>span {
    width: 100%;
    padding: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}


form.cke_tec-form {
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
}

form.cke_tec-form .withDrop {
    width: calc(100% - 30px) !important;
}

p.cke_tec--textWithLink a {
    font-size: var(--ck-font-size-small) !important;
    color: blue !important;
    cursor: pointer !important;
    text-align: right;

}

.cke_tec--textWithLink {
    width: 100% !important;
    text-align: right !important;
    padding-right: 4px !important;
}