<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html .rwmb-group-wrapper .rwmb-clone:after {
    display: none !important
}
html .editor-styles-wrapper p{
    font-family: 'Arial',sans-serif !important;
    line-height: 1.5em !important;
    font-size: 17px;
}
html .post-type-post .editor-styles-wrapper .wp-block,
html .post-type-team .editor-styles-wrapper .wp-block{
    max-width: 1140px;
}
html .post-type-team .editor-styles-wrapper h1,
html .post-type-team .editor-styles-wrapper h2,
html .post-type-team .editor-styles-wrapper h3,
html .post-type-team .editor-styles-wrapper h4,
html .post-type-team .editor-styles-wrapper h5,
html .post-type-team .editor-styles-wrapper h6{
    font-size: 16px;
    line-height: 130%;
    color: #262626;
    margin-bottom: 20px;
    text-transform: capitalize !important;
    font-family: 'Arial',sans-serif;
    line-height: 1.5em;
}

/* Panel de edición */
.rwmb-settings-no-boxes .rwmb-field{
    background-color: white;
    padding: 40px !important;
    box-sizing: border-box;
    margin-bottom: 20px !important;
}
.rwmb-settings-no-boxes .rwmb-field .rwmb-field,
.rwmb-settings-no-boxes .rwmb-field .rwmb-clone .rwmb-field{
    padding: 0px !important;
    background-color: transparent !important;
}
.rwmb-settings-no-boxes .rwmb-input.ui-sortable .rwmb-clone{
    border-bottom: 1px solid #CCC;
}
.rwmb-settings-no-boxes .rwmb-input.ui-sortable .rwmb-clone .rwmb-clone-icon{
    top: 37px;
}
.rwmb-label,
#wordpress_plugin_template_settings .description br {
    display: none !important;
}

.rwmb-label~.rwmb-input,
.rwmb-input input,
.rwmb-input select,
#wordpress_plugin_template_settings input,
#wordpress_plugin_template_settings textarea {
    width: 100% !important
}

html .rwmb-input input[type="checkbox"] {
    width: auto !important;
}

.rwmb-group-clone {
    padding: 20px
}

.rwmb-group-clone:nth-child(odd) {
    background-color: #fbfbfb
}

.rwmb-group-clone:nth-child(even) {
    background-color: #f3f3f3;
}

.rwmb-group-wrapper .rwmb-clone:after {
    border-bottom: 5px solid #e1e1e1;
}

.rwmb-input input,
.rwmb-input select,
#wordpress_plugin_template_settings input,
#wordpress_plugin_template_settings select,
#wordpress_plugin_template_settings textarea,
.rwmb-input textarea {
    padding: 10px;
    font-size: 17px;
}

.rwmb-input p.description:before,
#wordpress_plugin_template_settings .description:before {
    content: "↳";
    padding-right: 5px;
}

.rwmb-input p.description,
.rwmb-input p.help,
.rwmb-input span.description,
#wordpress_plugin_template_settings .description {
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 11px;
}

.rwmb-media-content {
    border: solid 3px #e9e9e9;
}

.thumbnail.column-thumbnail,
.manage-column.column-thumbnail {
    text-align: center;
    width: 80px
}

#wordpress_plugin_template_settings p.submit {
    float: left
}

#wordpress_plugin_template_settings p.submit input {
    padding: 10px 41px 36px;
    float: left;
}

#wordpress_plugin_template_settings textarea {
    min-height: 220px;
}

body #standard-sectores-icono .rwmb-media-content {
    background-color: #333
}

body #standard-sectores-icono .rwmb-media-content img {
    filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
}

.rwmb-meta-box[data-object-id="ce-ajustes"] .rwmb-field:nth-child(even) .rwmb-input{
    padding: 40px;
    background-color: #FFF;
}
.rwmb-meta-box[data-object-id="ce-ajustes"] .rwmb-field:nth-child(odd) .rwmb-input{
    padding: 40px;
    background-color: #e4e4e4;
}</pre></body></html>