.capacidad-filas {
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
  color: #9F6000;
  background-color: #FEEFB3;
  z-index: 1;
  padding-right: 4px;
  padding-left: 3px;
}

/* PNotify styles */
.ui-pnotify.pb-notify-region-layout .brighttheme-error {
  background-image: none;
}

.ui-pnotify.pb-notify-region-layout .ui-pnotify-title {
  font-size: 18px;
}

.container-outofplace {
  -webkit-box-shadow: 0 0 0 2px #f00 !important;
  -moz-box-shadow: 0 0 0 2px #f00 !important;
  box-shadow: 0 0 0 2px #f00 !important;
}

.configure-section {
  padding: 15px;
}

.Container, .page-node-subhome #block-starterkits-help, .page-node-subhome #block-starterkits-local-tasks, .page-node-subhome #edit-actions, .page-node-subhome .layout-builder__message, .Page #block-starterkits-help, .Page #block-starterkits-local-tasks, .Page #edit-actions, .Page .layout-builder__message {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 1304px;
}

.ui-dialog .block-categories summary {
  background-color: #222 !important;
  color: #fff !important;
}

.ui-dialog .block-categories .table-container-blocks {
  font-size: 15px !important;
}

.ui-dialog .block-categories .table-container-blocks tbody tr td {
  border: none !important;
}

.ui-dialog .block-categories .table-container-blocks tbody tr td .ajax-progress-throbber {
  display: none;
}

.ui-dialog .block-categories .table-container-blocks tbody tr td:first-child {
  max-width: 210px !important;
  width: 210px !important;
}

.ui-dialog .block-categories .table-container-blocks tbody tr td:first-child a {
  color: #000 !important;
}

.ui-dialog .block-categories .table-container-blocks tbody tr td:nth-child(2) a {
  background-image: url(../images/icons/delete.svg) !important;
  background-size: 15px 15px !important;
  background-position: center !important;
  background-position-x: center !important;
  background-position-y: center !important;
  background-repeat: no-repeat !important;
  background-repeat-x: no-repeat !important;
  background-repeat-y: no-repeat !important;
  width: 15px;
  height: 15px;
}

.ui-dialog .block-categories .table-container-blocks tbody tr:hover td {
  background-color: transparent !important;
}

#layout-builder {
  font-family: inherit !important;
}

#layout-builder .layout-builder__section .contextual-region.focus {
  outline: 1px dashed rgba(36, 82, 105, 0.25);
}

#layout-builder .layout-builder__section .layout-builder__region {
  padding: 0.4em;
}

#layout-builder .add-section,
#layout-builder .layout-builder__section .layout-builder__region {
  outline: 1px dashed rgba(0, 0, 0, 0.15);
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: ease all .3s;
}

#layout-builder .add-section:hover,
#layout-builder .layout-builder__section .layout-builder__region:hover {
  outline: 1px dashed #4285f4;
}

@media screen and (min-width: 40em) {
  #layout-builder .layout--twocol-bricks > .layout__region--first-above,
  #layout-builder .layout--twocol-bricks > .layout__region--second-above,
  #layout-builder .layout--twocol-bricks > .layout__region--first-below,
  #layout-builder .layout--twocol-bricks > .layout__region--second-below {
    flex: 0 1 calc(50% - 10px);
  }
}

#layout-builder .add-section a,
#layout-builder .layout-builder__section .layout-builder__region .add-block a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #4285f4;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: relative;
  min-width: 120px;
  width: auto;
  height: 30px;
  padding: 0.4em;
  padding-left: 2em;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  transition: ease all .3s;
}

#layout-builder .add-section a:before,
#layout-builder .layout-builder__section .layout-builder__region .add-block a:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 6px;
  height: 16px;
  width: 16px;
  background-size: 15px;
  background-position: center;
}

#layout-builder .add-section a:hover,
#layout-builder .add-section a:focus,
#layout-builder .add-section a:active,
#layout-builder .layout-builder__section .layout-builder__region .add-block a:hover,
#layout-builder .layout-builder__section .layout-builder__region .add-block a:focus,
#layout-builder .layout-builder__section .layout-builder__region .add-block a:active {
  background-color: #376bc2;
}

#layout-builder .add-section a:hover,
#layout-builder .add-section a:focus,
#layout-builder .add-section a:active,
#layout-builder .layout-builder__section .layout-builder__region .add-block a:hover,
#layout-builder .layout-builder__section .layout-builder__region .add-block a:focus,
#layout-builder .layout-builder__section .layout-builder__region .add-block a:active {
  text-decoration: none;
}

/* UI DIALOG */
.ui-dialog.ui-dialog-off-canvas {
  background-color: #fafafa;
}

.ui-dialog.ui-dialog-off-canvas .ui-dialog-titlebar {
  background-color: #4285f4;
  border-bottom: none;
}

.ui-dialog.ui-dialog-off-canvas .ui-dialog-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.ui-dialog-off-canvas #drupal-off-canvas {
  padding: 20px;
}

#drupal-off-canvas .layout-builder__section li {
  display: inline-block !important;
  vertical-align: top;
  width: 50%;
}

#drupal-off-canvas .layout-builder__section li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding-top: 20px !important;
  outline: none;
  transition: ease all .3s;
}

#drupal-off-canvas *,
#drupal-off-canvas *:not(div) {
  color: #777;
  background-color: transparent;
  transition: ease all .3s;
}

#drupal-off-canvas .panel {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#drupal-off-canvas .panel .panel-heading a {
  outline: none;
  position: relative;
}

#drupal-off-canvas .panel .panel-heading a:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  height: 12px;
  width: 12px;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition: ease all 0.3s;
}

#drupal-off-canvas .panel .panel-heading a.collapsed:after {
  transform: rotate(-180deg);
}

#drupal-off-canvas .panel .panel-heading a:hover,
#drupal-off-canvas .panel .panel-heading a:focus,
#drupal-off-canvas .panel .panel-heading a:active {
  text-decoration: none;
}

#drupal-off-canvas .panel ul > li > a {
  font-size: 14px;
  margin-bottom: 1em;
}

#drupal-off-canvas .layout-icon .layout-icon__region {
  fill: #eee;
  stroke: #ccc;
  transition: ease all .3s;
}

#drupal-off-canvas .layout-builder__section li a:hover,
#drupal-off-canvas .layout-builder__section li a:focus,
#drupal-off-canvas .layout-builder__section li a:active {
  text-decoration: none;
  border-bottom: none;
}

#drupal-off-canvas .layout-builder__section li a:hover .form-group,
#drupal-off-canvas .layout-builder__section li a:focus .form-group,
#drupal-off-canvas .layout-builder__section li a:active .form-group {
  color: #777;
}

#drupal-off-canvas .layout-builder__section li a:hover .layout-icon__region,
#drupal-off-canvas .layout-builder__section li a:focus .layout-icon__region,
#drupal-off-canvas .layout-builder__section li a:active .layout-icon__region {
  fill: #aaa;
  stroke: #777;
}

#drupal-off-canvas label {
  display: block;
}

/* ToolBar Notify */
#toolbar-tab-notify {
  float: right;
}

#toolbar-tab-notify .alert-count {
  border-radius: 100%;
  padding: 1px;
  position: absolute;
  top: 6px;
  right: 3px;
  min-width: 15px;
  font-size: .8em;
  color: #000;
  overflow: hidden;
}

#toolbar-tab-notify .alert-count:after {
  animation: shine 5s ease-in-out  infinite;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 55%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%);
}

.toolbar .toolbar-icon-notify:before {
  background-image: url(../images/icons/noti_nuevo.svg);
}

.toolbar .toolbar-icon-notify-error {
  box-shadow: 0 0 8px 2px #3a0101 inset;
  background-color: #e6504f42 !important;
}

.toolbar .toolbar-icon-notify-error:before {
  background-image: url(../images/icons/noti_error.svg) !important;
}

.toolbar .toolbar-icon-notify-error .alert-count {
  background: #e63f40;
}

.toolbar .toolbar-icon-notify-success {
  box-shadow: 0 0 8px 2px #082301e8 inset;
  background-color: #3c8a2947 !important;
}

.toolbar .toolbar-icon-notify-success:before {
  background-image: url(../images/icons/noti_success.svg) !important;
}

.toolbar .toolbar-icon-notify-success .alert-count {
  background: #60c953;
}

.toolbar .toolbar-icon-notify-warning {
  box-shadow: 0 0 8px 2px #4c4c38 inset;
  background-color: #78790545 !important;
}

.toolbar .toolbar-icon-notify-warning:before {
  background-image: url(../images/icons/noti_warning.svg) !important;
}

.toolbar .toolbar-icon-notify-warning .alert-count {
  background: #fdfea2;
}

@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 2px #ea4c89, inset 0 0 2px #ea4c89;
  }
  50% {
    box-shadow: 0 0 4px #ea4c89, inset 0 0 5px #ea4c89;
  }
  100% {
    box-shadow: 0 0 2px #ea4c89, inset 0 0 2px #ea4c89;
  }
}

.page-node-subhome .contextual-links .layout-builder-block-update, .Page .contextual-links .layout-builder-block-update {
  display: none;
}

.page-node-subhome .layout-builder__message, .Page .layout-builder__message {
  margin-top: 12px;
}

.page-node-subhome .layout-builder__message .messages, .Page .layout-builder__message .messages {
  background-image: none;
}

.page-node-subhome .layout-builder__section .layout-builder__link--remove, .Page .layout-builder__section .layout-builder__link--remove {
  margin-left: 12px;
  margin-bottom: 12px;
}

.page-node-subhome .js-form-type-vertical-tabs, .Page .js-form-type-vertical-tabs {
  display: none;
}

.page-node-subhome .form-item-toggle-content-preview, .Page .form-item-toggle-content-preview {
  display: none;
}

.page-node-subhome .node-subhome-layout-builder-form .button, .Page .node-subhome-layout-builder-form .button {
  display: inline-block;
  background-color: #eee;
  border: 0 solid currentcolor;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  font-weight: 600;
  margin: 0;
  padding: .5em 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: box-shadow .35s,background-color .35s;
  transition: box-shadow .35s,background-color .35s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  cursor: pointer;
}

.page-node-subhome .node-subhome-layout-builder-form .Button--primary, .Page .node-subhome-layout-builder-form .Button--primary {
  background-color: #3155a6;
  color: #fff;
}

.page-node-subhome .node-subhome-layout-builder-form .Module--120, .Page .node-subhome-layout-builder-form .Module--120 {
  height: 165px !important;
}

.page-node-subhome .layout-builder-block, .Page .layout-builder-block {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 24px;
}

.page-node-subhome .Group.Group--color0, .Page .Group.Group--color0 {
  background-color: white;
}

.page-node-subhome .layout-builder, .Page .layout-builder {
  padding: 0;
}
