@charset "UTF-8";
@font-face {
  font-family: 'nevermindregular';
  src: url("/o/liferay-cesce-theme/font/nevermind-medium/nevermind-regular-webfont.eot");
  src: url("/o/liferay-cesce-theme/font/nevermind-medium/nevermind-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/o/liferay-cesce-theme/font/nevermind-medium/nevermind-regular-webfont.woff2") format("woff2"), url("/o/liferay-cesce-theme/font/nevermind-medium/nevermind-regular-webfont.woff") format("woff"), url("/o/liferay-cesce-theme/font/nevermind-medium/nevermind-regular-webfont.ttf") format("truetype"), url("/o/liferay-cesce-theme/font/nevermind-medium/nevermind-regular-webfont.svg#nevermindregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em; }
  .loadingmask-message .loadingmask-message-content {
    -webkit-animation: loading-animation 1.2s infinite ease-out;
    animation: loading-animation 1.2s infinite ease-out;
    background: transparent;
    border-radius: 50%;
    border-width: 0;
    clear: both;
    color: transparent;
    height: 1em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 1em; }

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/* ---------- Main content body ---------- */
.portal-iframe #main-content {
  width: 100%; }

/* ---------- Separator ---------- */
.separator {
  border-top: 1px solid #cdced9; }

/* ---------- Status ---------- */
.entry-status {
  border-left: 4px solid transparent; }

span.alert {
  display: inline-block; }

/* ---------- Update manager ---------- */
.update-available {
  margin-top: 10px;
  padding: 2px;
  text-align: left; }

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000; }
  .quick-access-nav a {
    background: #333;
    background: rgba(51, 51, 51, 0.9);
    border: 1px solid #fff;
    left: 0;
    outline: none;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: center; }
    .quick-access-nav a:focus {
      color: #fff;
      top: 1000px; }

@media (max-width: 991.98px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%; }
    .responsive-table-horizontal:after {
      clear: both;
      content: '';
      display: block;
      font-size: 0;
      height: 0;
      visibility: hidden; }
    .responsive-table-horizontal tbody {
      display: block;
      overflow-x: auto;
      position: relative;
      white-space: nowrap;
      width: auto; }
      .responsive-table-horizontal tbody tr {
        display: inline-block;
        vertical-align: top; }
        .responsive-table-horizontal tbody tr td {
          display: block;
          margin-bottom: 20px; }
          .responsive-table-horizontal tbody tr td:first-child {
            text-align: left; }
    .responsive-table-horizontal thead {
      display: block;
      float: left;
      margin-right: 10px; }
      .responsive-table-horizontal thead:after {
        clear: both;
        content: '';
        display: block;
        font-size: 0;
        height: 0;
        visibility: hidden; }
      .responsive-table-horizontal thead th {
        display: block;
        margin-bottom: 20px;
        text-align: right; }
        .responsive-table-horizontal thead th:first-child {
          text-align: right; }
  .ie9 .responsive-table-horizontal thead {
    float: none; } }

.important {
  font-weight: bold; }

.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px; }

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  /*Webkit and IE7 let clipped content change the scroll height of the page*/
  /*Scale webkit to 0*/
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  /*Change IE7 to using fixed*/
  *position: fixed !important;
  /*...And reset back to absolute for IE6*/
  _position: absolute !important; }

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important; }

.unselectable,
.unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  background: transparent; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  border-color: #a6a6a6;
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace; }

.lfr-asset-category-container .no-matches {
  color: #999; }

.lfr-asset-category-search-container {
  background-color: #d3dadd;
  border-bottom-color: #aeb8bc; }

.lfr-asset-category-list a.selected {
  background-color: #eee; }

.lfr-categories-selector-search-results-path {
  color: #575757;
  font-size: 0.9em;
  text-align: right;
  width: 25%; }

.lfr-asset-column-actions-content {
  background-color: #d7f1ff; }

.lfr-asset-column-actions .lfr-asset-column-actions-content {
  border-color: #88c5d9; }

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
    color: #555; }

.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

.lfr-asset-column-details .lfr-asset-icon {
  border-right-color: #999;
  color: #999; }

.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d; }
  .lfr-asset-column-details .lfr-asset-tags .tag {
    color: #555; }

.lfr-asset-panels .lfr-panel.lfr-extended,
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border-color: #ccc; }

.lfr-form-row {
  border-bottom-color: #ccc; }

.lfr-form-row:hover {
  border-bottom-color: #ccc; }

.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%; }

.lfr-edit-layout-panel .taglib-form-navigator .button-holder {
  background-color: #fff; }

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700; }
  .form-control-inline:not(:hover) {
    border-color: transparent; }
  .form-control-inline::-webkit-input-placeholder {
    color: #a7a9bc;
    font-style: italic; }
  .form-control-inline:-ms-input-placeholder {
    color: #a7a9bc;
    font-style: italic; }
  .form-control-inline::-ms-input-placeholder {
    color: #a7a9bc;
    font-style: italic; }
  .form-control-inline::placeholder {
    color: #a7a9bc;
    font-style: italic; }

.definition-of-terms dt {
  color: #333;
  font-weight: normal;
  width: 100%;
  word-break: break-word; }
  @media (min-width: 576px) {
    .definition-of-terms dt {
      width: auto; } }

.lfr-code {
  background: #fff;
  border-color: #777;
  font-family: monospace; }
  .lfr-code tr td.line-numbers {
    background: #fafafa; }
    .lfr-code tr td.line-numbers:before {
      color: #aaa;
      text-shadow: 1px 1px #fff; }

.popup-alert-notice .countdown-timer {
  font-size: 1.1em;
  font-weight: bold; }

.lfr-token {
  background-color: #b3daef;
  border-color: #5fa8ff;
  color: #444;
  text-decoration: none; }
  .lfr-token:hover {
    background-color: #d1e5ef; }

.lfr-token-primary {
  font-weight: bold; }
  .lfr-token-primary, .lfr-token-primary:hover {
    background-color: #b3daef; }

.lfr-token-close:hover {
  text-decoration: none; }

.lfr-button {
  background: no-repeat 0 50%; }

.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold; }

.lfr-checkbox-preselected {
  opacity: 0.5; }

.lfr-header-row {
  border-bottom-color: #7b7b7b; }
  .lfr-header-row .lfr-search-combobox {
    border-color: #5f5f5f; }

.openid-login input[type='text'] {
  background: url(../images/common/openid.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000; }

.page-extra-settings .lfr-panel-titlebar .lfr-panel-title {
  font-size: 1em; }

.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  color: #333;
  font-weight: normal; }

.lfr-panel.lfr-extended,
.lfr-panel-container,
.lfr-floating-container {
  border-color: #dedede #bfbfbf #bfbfbf #dedede; }

.lfr-panel-container,
.lfr-floating-container {
  background: #fff; }

.lfr-panel-titlebar .lfr-panel-title {
  font-size: 1.2em;
  font-weight: bold; }

.lfr-panel-titlebar .lfr-panel-button {
  background: url(../images/application/panel_header_toggler_close.png) no-repeat 0 0; }
  .lfr-panel-titlebar .lfr-panel-button:hover {
    background-position: 0 100%; }

.lfr-panel.lfr-collapsible .lfr-panel-titlebar {
  background: url(../images/arrows/05_down.png) no-repeat 2px 50%; }

.lfr-panel.lfr-collapsed .lfr-panel-titlebar {
  background-image: url(../images/arrows/05_right.png); }
  .lfr-panel.lfr-collapsed .lfr-panel-titlebar .lfr-panel-button {
    background-image: url(../images/application/panel_header_toggler_open.png); }

.lfr-panel.lfr-extended .lfr-panel-titlebar {
  background: #d6d6d6 url(../images/application/panel_header.png) repeat-x 0 0;
  border-bottom-color: #cdcdcd; }

.lfr-panel-container .lfr-extended.lfr-collapsible .lfr-panel-titlebar {
  border-top-color: #cecece; }

.js .lfr-floating-trigger {
  background-image: url(../images/arrows/05_down.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  text-decoration: none; }

.lfr-panel-page .panel-page-content {
  border-left-color: #ccc; }

.lfr-panel-page .lfr-add-content h2 {
  border-color: #ccc; }
  .lfr-panel-page .lfr-add-content h2 span {
    background: #efefef; }

.lfr-panel-page .lfr-add-content .lfr-content-category h2 {
  border-bottom-color: #ccc; }
  .lfr-panel-page .lfr-add-content .lfr-content-category h2 span {
    background: none; }

.lfr-panel-content .paginator-container {
  background: #cfd2d5;
  border-bottom-color: #dcdee0;
  border-top-color: #dcdee0; }

.lfr-panel-content .paginator-page-container .paginator-page-link {
  background: none;
  border-color: #cfd2d5; }
  .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page {
    background: #99a7b3 url(../images/application/current_page_hover_bg.png) repeat-x 0 0;
    border-color: #6b7785 #7c8994 #919fa9;
    color: #fff;
    font-weight: bold; }
    .lfr-panel-content .paginator-page-container .paginator-page-link.paginator-current-page:hover {
      background: #5094d7 url(../images/application/current_page_bg.png) repeat-x 0 0;
      border-color: #31659c #396ea8 #4c8ccb; }

#portlet-set-properties fieldset fieldset legend {
  font-size: 1.1em; }

.lfr-preview-file-content {
  border-bottom-color: #6d6d6e; }

.lfr-preview-file-image-current-column,
.lfr-preview-file-video-current-column {
  background: url(../images/common/checkerboard.png); }

.lfr-preview-file-toolbar {
  background: #333;
  opacity: 0.5; }
  .lfr-preview-file-toolbar .icon-arrow-1-l {
    background: url(../images/document_library/preview_left.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-arrow-1-r {
    background: url(../images/document_library/preview_right.png) no-repeat 0 50%; }
  .lfr-preview-file-toolbar .icon-zoomin {
    background: url(../images/document_library/preview_zoom.png) no-repeat 0 50%; }

.lfr-preview-file-image-current-column:hover .lfr-preview-file-toolbar {
  opacity: 1; }

.lfr-preview-file-info {
  background: #333;
  color: #fff;
  opacity: 0.5; }
  .lfr-preview-file-info:hover {
    opacity: 1; }

.lfr-preview-file-index {
  font-weight: bold; }

.lfr-preview-file-image-current {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%; }

.lfr-preview-file-image img {
  background: url(../images/aui/loading_indicator.gif) no-repeat 50% 50%;
  border-color: #aeb8bc; }

.lfr-preview-file-image-selected img,
.lfr-preview-file-image:hover img {
  border-color: #00a2ea; }

.lfr-preview-file-loading-indicator {
  background: #333;
  color: #fff; }

.lfr-preview-file-image-overlay-content {
  background: url(../images/common/checkerboard.png);
  border-color: #555; }

.firefox .lfr-preview-video-content div.video-node {
  height: 100%; }

textarea.lfr-editor-textarea {
  font-family: monospace; }

.lfr-rich-editor.ace_editor {
  border-color: #a1a2a4; }

.lfr-plain-editor textarea,
.lfr-rich-editor.ace_editor {
  font-family: 'Monaco', 'Menlo', 'Droid Sans Mono', 'Courier New', monospace;
  font-size: 12px; }

.sidebar-sm {
  font-size: 0.875rem; }
  .sidebar-sm .sheet-subtitle {
    font-size: 0.75rem;
    margin-bottom: 1rem; }
  .sidebar-sm .form-group {
    margin-bottom: 1rem; }
  .sidebar-sm .form-control {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1.5;
    min-height: auto;
    padding: 0.25rem 0.75rem; }
    .sidebar-sm .form-control.form-control-tag-group {
      height: auto; }
      .sidebar-sm .form-control.form-control-tag-group .form-control-inset {
        margin-bottom: 0;
        margin-top: 0; }
      .sidebar-sm .form-control.form-control-tag-group .label {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 0.25rem; }
    .sidebar-sm .form-control[type='file'] {
      padding: 0; }
  .sidebar-sm select.form-control:not([size]) {
    height: 2rem; }
  .sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
    min-height: auto;
    padding: 0.285rem 0.75rem; }
  .sidebar-sm .btn:not(.btn-unstyled) {
    border-radius: 0.1875rem;
    font-size: 0.875rem;
    line-height: 1.15;
    padding: 0.4375rem 0.75rem; }
    .sidebar-sm .btn:not(.btn-unstyled).close {
      padding: 0.4375rem; }
  .sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
    height: 2rem;
    padding: 0.1875rem 0;
    width: 2rem; }
  .sidebar-sm .input-group-item .input-group-text {
    font-size: 0.875rem;
    height: 2rem;
    min-width: 2rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .sidebar-sm .input-group-item .btn .btn-section {
    font-size: 0.5625rem; }
  .sidebar-sm .list-group-item-flex {
    padding: 0.5rem 0.25rem; }
    .sidebar-sm .list-group-item-flex .autofit-col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; }

.lfr-spa-loading-bar {
  background: #2fa4f5; }

.lfr-tag-selector-popup label {
  border-bottom-color: #eee; }

.lfr-tag-selector-popup .no-matches {
  color: #999; }

.lfr-toolbar {
  background-color: #e5e4e8; }
  .lfr-toolbar .lfr-button:focus {
    border-color: #000; }
  .lfr-toolbar .lfr-button:hover {
    border-color: #ccc #777 #777; }
  .lfr-toolbar .lfr-separator {
    border-left-color: #fff;
    border-right-color: #ccc;
    font-size: 12px; }

.lfr-toolbar .lfr-button,
.lfr-emoticon-container .lfr-button {
  border-color: #e5e4e8; }

.lfr-emoticon-container {
  background: #e5e4e8;
  border-color: #ccc; }

.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1; }

.lfr-translation-manager .lfr-translation-manager-translation {
  text-decoration: none; }
  .lfr-translation-manager .lfr-translation-manager-translation:hover {
    background-color: #d1e5ef; }
  .lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
    background-color: #598bec;
    border-color: #224fa8;
    color: #fff; }

.lfr-tree a {
  text-decoration: none; }

.tree-drag-helper {
  z-index: 1035; }

.lfr-upload-container .upload-target {
  border-color: #ddd; }
  .lfr-upload-container .upload-target h4 span {
    text-transform: lowercase; }
  .lfr-upload-container .upload-target .drop-file-text {
    font-weight: normal; }

.lfr-upload-container a.browse-button {
  background-image: url(../images/common/add.png);
  background-repeat: no-repeat;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none; }

.lfr-upload-container a.clear-uploads {
  background-image: url(../images/common/remove.png);
  background-repeat: no-repeat; }

.lfr-upload-container a.cancel-uploads {
  background-image: url(../images/common/close.png);
  background-repeat: no-repeat; }

.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em; }

.lfr-upload-container .cancel-button {
  color: #869cad; }

.lfr-upload-container .delete-button {
  color: #869cad; }

.lfr-upload-container .file-added .success-message {
  font-weight: normal; }

.lfr-upload-container .upload-error {
  opacity: 1; }

.lfr-upload-container .multiple-files .upload-error {
  background: #fdd url(../images/messages/error.png) no-repeat 5px 5px;
  border-color: #900;
  color: #900;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px; }

.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold; }

.lfr-upload-container .file-uploading {
  background-color: #ffc; }

.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #ddedde;
  border-color: #7d7;
  border-style: dashed; }

/* ---------- Input file ---------- */
/* ---------- Table ---------- */
.app-view-entry:hover .entry-thumbnail {
  border-color: #7abfdd; }

.app-view-entry.selected .entry-thumbnail {
  border-color: #057cb0; }

.app-view-entry.selected .entry-metadata dt,
.app-view-entry.selected .entry-metadata dd,
.app-view-entry.selected .entry-metadata .entry-categories,
.app-view-entry.selected .entry-metadata .entry-tags,
.app-view-entry.selected .entry-metadata .entry-description {
  color: #f0f0f0; }

.app-view-entry .entry-title {
  font-weight: bold; }

.app-view-entry .entry-link {
  text-decoration: none; }

.app-view-entry .entry-metadata dt,
.app-view-entry .entry-metadata dd,
.app-view-entry .entry-metadata .entry-categories,
.app-view-entry .entry-metadata .entry-tags,
.app-view-entry .entry-metadata .entry-description {
  color: #333;
  word-wrap: break-word; }

.app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary {
  font-weight: bold; }
  .app-view-entry .entry-metadata .entry-categories .taglib-asset-categories-summary .asset-category {
    font-weight: normal; }

.app-view-entry.selected, .app-view-entry.selected:hover {
  background-color: #00a2ea; }

.app-view-entry.selected a, .app-view-entry.selected a:focus, .app-view-entry.selected a:hover {
  color: #fff; }

.app-view-entry.selected a .lfr-icon-menu-arrow {
  color: #333; }

.app-view-entry.active-area, .app-view-entry.active-area.hover,
.app-view-entry.active-area td {
  background-color: #5ad300; }

.app-view-entry:hover, .app-view-entry.hover {
  background-color: #d3e8f1; }

.app-view-entry a.entry-link:hover {
  text-decoration: none; }
  .app-view-entry a.entry-link:hover .entry-metadata .entry-title .entry-title-text {
    text-decoration: underline; }

.app-view-entry-taglib.entry-display-style.display-icon .entry-title {
  font-weight: normal; }

.app-view-search-entry-taglib .entry-discussion a,
.app-view-search-entry-taglib .entry-attachment a {
  text-decoration: none; }

.app-view-search-entry-taglib .entry-discussion:hover,
.app-view-search-entry-taglib .entry-attachment:hover {
  background-color: #d3e8f1; }

.app-view-search-entry-taglib .entry-folder {
  color: #999; }

.app-view-search-entry-taglib .entry-link .entry-thumbnail-image {
  color: #000;
  text-decoration: none; }

.app-view-search-entry-taglib.alt {
  background-color: #edf0f3; }

.app-view-search-entry-taglib.search {
  background-color: #fff; }
  .app-view-search-entry-taglib.search.alt {
    background-color: #e2e5e8; }

.app-view-taglib .display-style .icon {
  background-image: url(../images/application/layouts.png);
  background-repeat: no-repeat; }

.app-view-taglib .icon-display-descriptive {
  background-position: -32px 0; }

.app-view-taglib .icon-display-icon {
  background-position: -16px 0; }

.app-view-taglib .icon-display-list {
  background-position: 0 0; }

.app-view-taglib .state-active .icon-display-descriptive {
  background-position: -32px 100%; }

.app-view-taglib .state-active .icon-display-icon {
  background-position: -16px 100%; }

@media (max-width: 767.98px) {
  .navbar .nav-display-style-buttons .display-style-buttons > .dropdown > .dropdown-menu {
    background-color: transparent;
    box-shadow: none; } }

.navbar .nav-display-style-buttons .display-style-buttons-container .dropdown-toggle .caret {
  border-bottom-color: #333;
  border-top-color: #333; }

.taglib-asset-metadata .metadata-entry-label {
  font-weight: normal; }

.taglib-asset-metadata .metadata-author {
  font-weight: bold; }

.taglib-asset-metadata .metadata-entry {
  color: #999; }

.taglib-asset-metadata .metadata-author .asset-user-info .user-info {
  color: #009ae5;
  font-size: 14px;
  line-height: 14px; }

.taglib-asset-metadata .metadata-author .asset-user-info .date-info {
  color: #8c8c8c;
  font-size: 13px; }

.taglib-calendar table {
  border-color: #999; }

.taglib-calendar tr th,
.taglib-calendar tr td {
  border-bottom-color: #999; }

.taglib-calendar tr.portlet-section-header th,
.taglib-calendar tr td {
  border-color: #999; }

.taglib-calendar a:hover,
.taglib-calendar a:focus {
  background-color: #ccc; }

.taglib-calendar .calendar-inactive {
  color: #999; }

.taglib-calendar .has-events a span {
  background: url(../images/calendar/event_indicator.png) no-repeat 50% 95%; }

.taglib-calendar .has-events.calendar-current-day a span {
  background-image: url(../images/calendar/event_indicator_current.png); }

.taglib-diff-addedline,
#taglib-diff-results ins {
  background: #e6ffe6; }

.taglib-diff-context {
  background: #eee; }

.taglib-diff-deletedline,
#taglib-diff-results del {
  background: #ffe6e6; }

.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png); }

.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat; }

.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  opacity: 0.55; }

.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em; }
  .taglib-diff-html span.diff-html-added img {
    border-color: #cfc; }

.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x; }
  .taglib-diff-html span.diff-html-changed img {
    border-color: #009; }

.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through; }
  .taglib-diff-html span.diff-html-removed img {
    border-color: #fdc6c6; }

.diff-version-comparator .taglib-diff-html .diff-html-changed {
  background-image: none;
  border-bottom-color: #009ae5; }
  .diff-version-comparator .taglib-diff-html .diff-html-changed img {
    border-color: #009ae5; }

.diff-version-comparator .diff-target-selector {
  border-left-color: #e5e5e5; }

.diff-version-comparator .diff-version-filter {
  background-color: #f9f9f9; }

.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1; }

@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word; } }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none; }
  .taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
    text-decoration: underline; }

.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px; }

.taglib-discussion .lfr-discussion-actions li a,
.taglib-discussion .lfr-discussion-actions li a span {
  text-decoration: none; }

.taglib-discussion .lfr-discussion-actions li a:hover span, .taglib-discussion .lfr-discussion-actions li a:focus span {
  text-decoration: underline; }

.taglib-discussion .lfr-discussion-form-container .lfr-discussion-form {
  background: #ddd;
  border-radius: 4px; }
  .taglib-discussion .lfr-discussion-form-container .lfr-discussion-form .taglib-user-display .user-profile-image .avatar {
    background-size: 40px; }

.lfr-discussion-reply.popover .lfr-discussion-reply-user-name {
  font-weight: bold; }

.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5); }

.drop-here-info .drop-icons span:nth-of-type(1),
.drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac; }

.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff; }

.drop-here-info .drop-text {
  color: #fff; }

.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100; }

.lfr-ddm-field-group {
  margin-bottom: 20px; }

.lfr-ddm-field-group-inline {
  display: inline-block;
  vertical-align: bottom; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  background: transparent; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active {
    background: transparent;
    opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label:focus {
      background: transparent; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .message {
      color: #000;
      opacity: 0.7; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .number {
      background: #333;
      font-size: 18px;
      opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab.active .tab-label .tab-icon {
      color: #333; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label {
    background: transparent;
    outline: 0; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus {
      text-decoration: none; }
      .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
        opacity: 1; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
      background: #ccc;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      opacity: 0.6;
      text-decoration: none; }
    .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .message {
      color: #000;
      font-size: 12px; }

.taglib-header {
  border-bottom-color: #c8c9ca;
  color: #555; }
  .taglib-header .header-back-to a {
    font-weight: bold;
    text-decoration: none; }

a.taglib-icon, a.taglib-icon:focus, a.taglib-icon:hover {
  text-decoration: none; }

a.taglib-icon:focus .taglib-text, a.taglib-icon:hover .taglib-text {
  text-decoration: underline; }

a.taglib-icon.btn:focus .taglib-text, a.taglib-icon.btn:hover .taglib-text {
  text-decoration: none; }

.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px; }

.taglib-icon-label {
  margin-left: 12px; }

.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5; }

.input-localized.input-localized-focused .palette-item-inner .lfr-input-localized-flag {
  opacity: 1; }

.input-localized .palette-item-inner {
  border-color: #666; }

.input-localized .palette-item,
.input-localized .palette-item-inner,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  background: #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    background: #ff0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2; }

.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3; }

.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent; }
  .taglib-move-boxes .sortable-container .move-option.move-option-dragging {
    background-color: #fafafa; }
  .taglib-move-boxes .sortable-container .move-option .handle {
    color: #999; }

.taglib-image-selector .change-image-controls {
  background: #fff; }

.taglib-image-selector .selection-status {
  background: #fff;
  opacity: 0;
  z-index: -1; }

.taglib-image-selector .progress-wrapper .progressbar {
  background: #b0b4bb;
  opacity: 0.7; }

.taglib-image-selector.check-active .selection-status {
  opacity: 1;
  z-index: 0; }

.taglib-image-selector.drop-active {
  outline-width: 0; }
  .taglib-image-selector.drop-active .browse-image-controls {
    opacity: 0; }
  .taglib-image-selector.drop-active .selection-status {
    opacity: 0; }
  .taglib-image-selector.drop-active .image-wrapper {
    opacity: 0.15; }
  .taglib-image-selector.drop-active .error-wrapper {
    opacity: 0; }

.taglib-image-selector.progress-active .image-wrapper {
  opacity: 0.15; }

.taglib-image-selector.progress-active .browse-image-controls {
  opacity: 0; }

.taglib-image-selector.progress-active .drop-here-info {
  opacity: 0; }

.taglib-image-selector.progress-active .selection-status {
  opacity: 0; }

.dialog-iframe-popup {
  background-color: #fff; }

.portlet-item-selector .management-bar {
  border-bottom-color: #e7e7ed; }

.item-selector .card-row {
  align-items: center; }

.item-selector .drop-zone {
  background-color: #f1f2f5; }

.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1; }
  .item-selector .input-file + label {
    position: relative; }
    .item-selector .input-file + label::before {
      border-radius: 4px;
      bottom: -2px;
      content: '';
      display: block;
      left: -2px;
      position: absolute;
      right: -2px;
      top: -2px;
      transition: box-shadow 0.15s ease-in-out; }
  .item-selector .input-file:focus + label::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff; }

.lfr-tree-display-page .tree-node .tree-node-over .tree-label {
  text-decoration: none; }

.lfr-tree-display-page .tree-label {
  cursor: default; }
  .lfr-tree-display-page .tree-label a {
    color: black; }
  .lfr-tree-display-page .tree-label .layout-page-invalid {
    color: #aaa;
    font-style: italic; }
    .lfr-tree-display-page .tree-label .layout-page-invalid:hover {
      cursor: default;
      text-decoration: none; }

.lfr-tree-radio.lfr-tree-root-node-hidden .lfr-root-node + .tree-container {
  margin-left: 0; }

.lfr-map {
  border-color: #ccc; }
  .lfr-map .search-controls {
    font-size: 15px; }

.navbar .navbar-search {
  background-color: #f3f3f3; }
  @media (min-width: 576px) {
    .navbar .navbar-search {
      background-color: transparent; } }

.taglib-portlet-preview.show-borders {
  border-color: #828f95; }
  .taglib-portlet-preview.show-borders .title {
    background-color: #d3dadd;
    font-size: 1.4em;
    font-weight: bold; }

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative; }
  @media (min-width: 576px) {
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
      margin-left: 375px;
      width: auto; } }
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
    position: static; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
      left: 12px;
      position: fixed;
      right: 12px;
      top: -1px;
      z-index: 1020; }
      .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
        display: block;
        padding: 0; }
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
          overflow-x: hidden; }
          @media (min-width: 576px) {
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
              margin-left: 375px; } }
          .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
            border-collapse: collapse;
            width: 100%; }
            .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
              border-radius: 0; }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      width: auto; }
      @media (min-width: 576px) {
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
        .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
          left: 0;
          position: absolute;
          right: 15px; } }
    .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
      height: auto; }

.lfr-search-container-wrapper a {
  color: #212529; }

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d; }
  .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
    background-color: #f7f8f9;
    border-radius: 4px;
    color: #212529; }

.lfr-search-container-wrapper .list-group {
  margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item:nth-last-child(2) {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .lfr-search-container-wrapper .list-group .list-group-item h4 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item h5,
  .lfr-search-container-wrapper .list-group .list-group-item h6,
  .lfr-search-container-wrapper .list-group .list-group-item .h5,
  .lfr-search-container-wrapper .list-group .list-group-item .h6 {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0; }
  .lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
    font-weight: 600; }
  .lfr-search-container-wrapper .list-group .list-group-item .checkbox {
    margin-top: 0; }
  .lfr-search-container-wrapper .list-group + .taglib-search-iterator-page-iterator-bottom {
    margin-top: 20px; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem; }

.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem; }

.lfr-asset-type-column,
.lfr-author-column,
.lfr-city-column,
.lfr-country-column,
.lfr-email-address-column,
.lfr-job-title-column,
.lfr-region-column,
.lfr-removed-by-column,
.lfr-replier-column,
.lfr-scope-column,
.lfr-screen-name-column,
.lfr-type-column,
.lfr-user-column,
.lfr-users-column {
  word-break: break-all \9;
  word-wrap: break-word; }
  @media (min-width: 576px) {
    .lfr-asset-type-column,
    .lfr-author-column,
    .lfr-city-column,
    .lfr-country-column,
    .lfr-email-address-column,
    .lfr-job-title-column,
    .lfr-region-column,
    .lfr-removed-by-column,
    .lfr-replier-column,
    .lfr-scope-column,
    .lfr-screen-name-column,
    .lfr-type-column,
    .lfr-user-column,
    .lfr-users-column {
      max-width: 125px;
      min-width: 100px; } }

.lfr-completion-date-column,
.lfr-create-date-column,
.lfr-date-column,
.lfr-display-date-column,
.lfr-expiration-date-column,
.lfr-last-post-date-column,
.lfr-modified-date-column,
.lfr-removed-date-column,
.lfr-reply-date-column,
.lfr-revision-column,
.lfr-size-column {
  white-space: nowrap; }

.lfr-description-column,
.lfr-role-column {
  max-width: 375px;
  min-width: 375px; }

.lfr-email-address-column,
.lfr-name-column,
.lfr-parent-organization-column,
.lfr-screen-name-column,
.lfr-title-column,
.lfr-url-column,
.lfr-wiki-column {
  max-width: 200px;
  min-width: 200px; }

.lfr-email-column,
.lfr-mobile-column,
.lfr-website-column {
  min-width: 100px; }
  @media (min-width: 576px) {
    .lfr-email-column,
    .lfr-mobile-column,
    .lfr-website-column {
      min-width: 115px; } }
  .lfr-email-column .checkbox-container .form-group,
  .lfr-mobile-column .checkbox-container .form-group,
  .lfr-website-column .checkbox-container .form-group {
    margin-bottom: 0; }

.taglib-search-toggle .toggle-advanced {
  color: inherit; }
  .taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
    text-decoration: none; }

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border-color: #ddd; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .btn.close {
    margin-right: 5px; }
  .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
    position: relative; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
      margin-bottom: 0; }
    .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
      color: #999;
      font-size: 13px; }

.taglib-social-activities .day-separator {
  border-bottom-color: #ccc; }

.taglib-social-bookmarks a.social-bookmark-link {
  background-repeat: no-repeat; }

.taglib-user-display a .user-name {
  text-decoration: underline; }

.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px; }
  .taglib-user-display .avatar.author:after {
    background: rgba(50, 168, 230, 0.5); }

.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold; }

.js .taglib-webdav.visible {
  background: #f0f5f7; }

.js .taglib-webdav table {
  border-color: #828f95; }

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999; }

/* ---------- Cards ---------- */
/* ---------- Cards horizontal ---------- */
/* ---------- Dialogs ---------- */
/* ---------- Splitter ---------- */
/* ---------- Toggle card ---------- */
/* ---------- File icons colors ---------- */
/* ---------- File icons text colors ---------- */
/* ---------- User icons background colors ---------- */
/* ---------- User icons border color ---------- */
/* ---------- User icons colors ---------- */
.aspect-ratio.aspect-ratio-8-to-3 {
  padding-bottom: 37.5%; }

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0; }

.liferay-autocomplete-input-mirror {
  left: -9999px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: -9999px;
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word; }

.card-tab-group .card-tab:nth-child(n + 2) {
  border-left: 4px solid #65b6f0;
  padding-left: 20px; }
  .card-tab-group .card-tab:nth-child(n + 2) .card-tab {
    border-left: 4px solid #93ccf5;
    padding-left: 20px; }
    .card-tab-group .card-tab:nth-child(n + 2) .card-tab .card-tab {
      border-left-color: #c2e2f9; }
      .card-tab-group .card-tab:nth-child(n + 2) .card-tab .card-tab .card-tab {
        border-left-width: 0;
        padding-left: 0; }

.hsv-palette .hsv-view-container .hsv-label-value-hex .hsv-value {
  width: 95px; }

.hsv-palette .hsv-view-container .hsv-value {
  width: 56px; }

.yui3-color-picker-popover .palette-container {
  border-collapse: separate; }

.dialog-iframe-popup .hsv-palette-modal.modal-dialog {
  bottom: 0 !important;
  left: 0 !important;
  margin: 0;
  max-width: none;
  right: 0 !important;
  top: 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog {
      bottom: auto !important;
      height: 100%;
      left: 50% !important;
      max-height: 375px;
      max-width: 650px;
      right: auto !important;
      top: 50% !important;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
    bottom: 0;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767.98px) {
      .dialog-iframe-popup .hsv-palette-modal.modal-dialog > .hsv-palette-modal-content {
        border-radius: 0;
        border-width: 0; } }
  @media (max-width: 767.98px) {
    .dialog-iframe-popup .hsv-palette-modal.modal-dialog .modal-body {
      padding: 1rem; } }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-default-size.hsv-container {
    width: 100%; }
  .dialog-iframe-popup .hsv-palette-modal.modal-dialog .hsv-image-container {
    margin: 0; }

.dialog-bd {
  min-height: 30px; }

.dialog-content {
  border: 1px solid #c8c9ca;
  padding: 5px; }

.dialog-iframe-popup .sheet > .lfr-nav {
  margin-top: -24px; }

.dialog-iframe-popup .contacts-portlet .portlet-configuration-container .form {
  position: static; }

.dialog-iframe-popup .lfr-form-content {
  padding: 15px; }

.dialog-iframe-popup .portlet-body,
.dialog-iframe-popup .portlet-boundary,
.dialog-iframe-popup .portlet-column,
.dialog-iframe-popup .portlet-layout {
  height: 100%; }

.dialog-iframe-popup .portlet-column {
  position: static; }

.dialog-iframe-popup .dialog-body > .container-fluid-1280,
.dialog-iframe-popup .dialog-body .container-view,
.dialog-iframe-popup .export-dialog-tree > .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree .container-view,
.dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader .container-view,
.dialog-iframe-popup .lfr-form-content > .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content .container-view,
.dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content .container-view,
.dialog-iframe-popup .process-list > .container-fluid-1280,
.dialog-iframe-popup .process-list .container-view,
.dialog-iframe-popup .roles-selector-body > .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body .container-view {
  padding-top: 20px; }
  .dialog-iframe-popup .dialog-body > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .dialog-body > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .dialog-body .container-view > .nav-tabs-default,
  .dialog-iframe-popup .dialog-body .container-view .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .export-dialog-tree .container-view > .nav-tabs-default,
  .dialog-iframe-popup .export-dialog-tree .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .lfr-form-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .lfr-form-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view > .nav-tabs-default,
  .dialog-iframe-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
  .dialog-iframe-popup .process-list > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .process-list > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .process-list .container-view > .nav-tabs-default,
  .dialog-iframe-popup .process-list .container-view .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body > .container-fluid-1280 .nav-tabs-underline,
  .dialog-iframe-popup .roles-selector-body .container-view > .nav-tabs-default,
  .dialog-iframe-popup .roles-selector-body .container-view .nav-tabs-underline {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px; }

.dialog-iframe-popup .dialog-body > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .export-dialog-tree > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .lfr-form-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .process-list > .lfr-nav + .container-fluid-1280,
.dialog-iframe-popup .roles-selector-body > .lfr-nav + .container-fluid-1280 {
  padding-top: 0; }

.dialog-iframe-popup .login-container {
  padding: 1rem; }

.dialog-iframe-popup .management-bar-default,
.dialog-iframe-popup .navbar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0; }

.dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
.dialog-iframe-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative; }
  @media (min-width: 576px) {
    .dialog-iframe-popup .navbar ~ .portlet-configuration-setup,
    .dialog-iframe-popup .portlet-export-import-container {
      height: calc(100% - 48px); } }

.dialog-iframe-popup .navigation-bar > .container-fluid {
  margin-left: 24px;
  margin-right: 24px;
  padding: 0; }

.dialog-iframe-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0; }

.dialog-iframe-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0; }

.dialog-iframe-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px; }
  @media (min-width: 576px) {
    .dialog-iframe-popup .portlet-configuration-setup .lfr-nav {
      padding-left: 8px;
      padding-right: 8px; } }

.dialog-iframe-popup .lfr-dynamic-uploader,
.dialog-iframe-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 576px) {
    .dialog-iframe-popup .lfr-dynamic-uploader,
    .dialog-iframe-popup .process-list {
      top: 48px; } }

.dialog-iframe-popup .portlet-export-import-publish-processes {
  top: 0; }

@media (min-width: 768px) {
  .dialog-with-footer #main-content,
  .dialog-with-footer #wrapper {
    height: calc(100% - 60px); } }

.dialog-with-footer .button-holder.dialog-footer,
.dialog-with-footer .sheet-footer.dialog-footer {
  background-color: #FFF;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%; }
  @media (min-width: 768px) {
    .dialog-with-footer .button-holder.dialog-footer,
    .dialog-with-footer .sheet-footer.dialog-footer {
      position: fixed; } }
  .dialog-with-footer .button-holder.dialog-footer .btn,
  .dialog-with-footer .sheet-footer.dialog-footer .btn {
    margin-left: 1rem;
    margin-right: 0; }

@media (min-width: 768px) {
  .dialog-with-footer .dialog-body,
  .dialog-with-footer .lfr-dynamic-uploader,
  .dialog-with-footer .lfr-form-content,
  .dialog-with-footer .portlet-configuration-body-content,
  .dialog-with-footer .roles-selector-body {
    padding-bottom: 60px; } }

.dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0; }
  .dialog-with-footer .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
    display: none; }

.dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .dialog-with-footer .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
    flex-grow: 1;
    max-width: none;
    overflow: auto; }

.dialog-with-footer .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0; }

.portlet-layout.dragging {
  border-collapse: separate; }

.drop-area {
  background-color: #d3dadd; }

.active-area {
  background: #ffc; }

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6; }
  .portlet-boundary.yui3-dd-dragging .portlet {
    border: 2px dashed #ccc; }

.sortable-layout-proxy {
  opacity: 1; }
  .sortable-layout-proxy .portlet-topper {
    background-image: none; }

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute; }
  .proxy.generic-portlet {
    height: 200px;
    width: 300px; }
    .proxy.generic-portlet .portlet-title {
      padding: 10px; }
  .proxy.not-intersecting .forbidden-action {
    background: url(../images/application/forbidden_action.png) no-repeat;
    display: block;
    height: 32px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px; }

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden; }

.sortable-proxy {
  background: #727c81;
  margin-top: 1px; }

.sortable-layout-drag-target-indicator {
  margin: 2px 0; }

.yui3-dd-proxy {
  z-index: 1110 !important; }

.lfr-editable {
  outline: 1px dashed #68bb30;
  outline-offset: 2px;
  position: relative; }
  .lfr-editable:after {
    background: #68bb30 url(../images/common/edit_white.png) no-repeat 50%;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px; }
  .lfr-editable:focus:after {
    display: none; }
  .lfr-editable:focus:hover {
    background-color: transparent; }
  .lfr-editable:hover {
    background-color: rgba(255, 255, 255, 0.3);
    outline-color: #519226; }
    .lfr-editable:hover:after {
      background-color: #519226; }

.lfr-editable-notice-close {
  margin-left: 1em; }

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999; }
  .lfr-portlet-title-editable .lfr-portlet-title-editable-content {
    padding: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
      margin-bottom: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
      display: none; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
      display: inline-block;
      vertical-align: bottom; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
      margin-top: 0; }
    .lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
      display: inline-block;
      float: none;
      margin-top: 0;
      width: auto; }

.alloy-editor-container .alloy-editor {
  outline: 0; }
  .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
    color: #2b4259; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
      border-left-color: #dbdde1;
      color: #b0b4bb; }
    .alloy-editor-container .alloy-editor.alloy-editor-placeholder.readonly {
      color: #ccc; }

.alloy-editor-container .alloy-editor-icon {
  color: #869cad; }

.has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder.ae-placeholder:not(:focus) {
  border-left-color: #cc6677; }

.cke_dialog .cke_dialog_ui_input_text {
  height: auto; }

.cke_editable_inline a {
  cursor: pointer; }

.cke_panel.cke_combopanel {
  width: 220px; }

.cke_panel_block .cke_panel_grouptitle {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0; }

.cke_panel_block .cke_panel_list {
  margin-left: 0; }
  .cke_panel_block .cke_panel_list .cke_panel_listItem {
    line-height: initial; }
    .cke_panel_block .cke_panel_list .cke_panel_listItem a:hover {
      text-decoration: none; }

/* ---------- CKEditor table ---------- */
.cke_show_border {
  width: 500px; }
  .cke_show_border td {
    height: 15px; }

/* ---------- CKEditor image resizer ---------- */
.cke_widget_image .cke_image_resizer {
  bottom: -15px;
  height: 5px;
  outline-color: transparent;
  padding: 5px;
  right: -15px;
  width: 5px; }

.html-editor.portlet {
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 1em;
  text-align: start; }

.html-editor.portlet-message-boards {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  word-wrap: break-word; }
  .html-editor.portlet-message-boards blockquote {
    background: #eef0f2 url(../images/message_boards/quoteleft.png) no-repeat 5px 5px;
    border: 1px solid #777;
    padding: 5px 45px; }
    .html-editor.portlet-message-boards blockquote:after {
      background: url(../images/message_boards/quoteright.png) no-repeat 50%;
      content: '';
      display: block;
      float: right;
      height: 24px;
      margin-right: -35px;
      margin-top: -25px;
      width: 31px;
      z-index: 999; }
    .html-editor.portlet-message-boards blockquote cite {
      display: block;
      font-weight: bold; }
  .html-editor.portlet-message-boards pre {
    background: #f9f9f9;
    border: 1px solid #777;
    padding: 0.5em; }

.lfr-source-editor {
  border-color: #ccc; }
  .lfr-source-editor .lfr-source-editor-toolbar li > .btn {
    background-color: #fff;
    border: transparent;
    color: #717383;
    outline: 0; }
  .lfr-source-editor .lfr-source-editor-code {
    background-color: #fff;
    color: #2b4259; }
    .lfr-source-editor .lfr-source-editor-code .ace_gutter {
      background-color: #ededef;
      color: #868896;
      overflow: hidden; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
        font-family: fontawesome-alloy;
        text-align: center;
        vertical-align: middle; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
          background-image: none; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
          content: '\25be'; }
        .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
          content: '\25b8'; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
        color: #fff; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #717383; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
        border-right: solid 1px #ccc; }
      .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
        background-image: none; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #ededef; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
      color: #34adab; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
      color: #1d5ec7; }
    .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
      color: #ff6c58; }
      .lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
        color: #f00; }
  .lfr-source-editor.ace_dark .lfr-source-editor-code {
    background-color: #47474f;
    color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
      background: #54555e;
      color: #fff; }
      .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
        background-color: #009aed; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
      background-color: #11394e; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
      color: #fff; }
    .lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
      color: #4d91ff; }

.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border-color: #ccc; }

.mce-content-body {
  text-align: start; }

.file-icon-color-0 {
  background-color: #FFF;
  color: #6b6c7e; }

.file-icon-color-1 {
  background-color: #FFF;
  color: #a7a9bc; }

.file-icon-color-2 {
  background-color: #FFF;
  color: #50d2a0; }

.file-icon-color-3 {
  background-color: #FFF;
  color: #af78ff; }

.file-icon-color-4 {
  background-color: #FFF;
  color: #ffb46e; }

.file-icon-color-5 {
  background-color: #FFF;
  color: #ff5f5f; }

.file-icon-color-6 {
  background-color: #FFF;
  color: #4b9bff; }

.file-icon-color-7 {
  background-color: #FFF;
  color: #272833; }

.lfr-item-viewer .image-viewer-base {
  outline: none; }

.lfr-item-viewer .item-preview:hover {
  cursor: pointer; }

.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.lfr-item-viewer .search-info {
  background-color: #d3e8f1; }
  .lfr-item-viewer .search-info .keywords {
    font-size: 1.4em;
    font-weight: bold; }
  .lfr-item-viewer .search-info .change-search-folder {
    font-size: 0.8em;
    font-weight: normal; }

.lfr-item-viewer .progress-container {
  background-color: #fff; }

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3; }

.image-viewer-caption {
  color: #777; }

.image-viewer-footer-control, .image-viewer-footer-control:focus, .image-viewer-footer-control:hover {
  color: #777; }

@media (min-width: 576px) {
  .image-viewer-sidenav-menu {
    background-color: transparent;
    border-left-width: 0; } }

.image-viewer-sidenav dd {
  color: #8b8b8b;
  margin-bottom: 16px; }
  @media (min-width: 576px) {
    .image-viewer-sidenav dd {
      color: #777; } }

.image-viewer-sidenav .h5 {
  color: #869cad;
  margin-bottom: 3px; }
  @media (min-width: 576px) {
    .image-viewer-sidenav .h5 {
      color: #fff; } }

.image-viewer-sidenav .nav-tabs-default > li {
  padding-left: 20px; }
  .image-viewer-sidenav .nav-tabs-default > li:first-child {
    padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li:first-child > a {
  padding-left: 0; }

.image-viewer-sidenav .nav-tabs-default > li > a {
  border-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0; }

.image-viewer-sidenav .nav-tabs-default > li > .active {
  background-color: transparent; }
  .image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
    border-color: transparent;
    color: #777; }
    @media (min-width: 576px) {
      .image-viewer-sidenav .nav-tabs-default > li > .active, .image-viewer-sidenav .nav-tabs-default > li > .active:focus, .image-viewer-sidenav .nav-tabs-default > li > .active:hover {
        color: #fff; } }
  .image-viewer-sidenav .nav-tabs-default > li > .active:after {
    background-color: #65b6f0;
    bottom: -10px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: relative;
    right: 0; }

.image-viewer-sidenav-body {
  padding-top: 0; }

.lfr-item-viewer .lfr-item-viewer-close {
  color: #fff;
  opacity: 1; }
  .lfr-item-viewer .lfr-item-viewer-close, .lfr-item-viewer .lfr-item-viewer-close:focus, .lfr-item-viewer .lfr-item-viewer-close:hover {
    color: #fff; }
  .lfr-item-viewer .lfr-item-viewer-close .icon-monospaced {
    color: #777; }

.lfr-item-viewer-icon-info {
  color: #fff; }

.nav.list-group li > a:focus, .nav.list-group li > a:hover {
  background-color: #e5f5fc;
  color: #009ae5; }

.nav.list-group > .active {
  border-width: 1px 0 0 0; }
  .nav.list-group > .active > a, .nav.list-group > .active > a:focus, .nav.list-group > .active > a:hover {
    background-color: #60bfef;
    border: 1px solid #60bfef;
    color: #fff; }

.nav.list-group .list-group-item {
  padding: 0; }
  .nav.list-group .list-group-item.nav-header {
    background-color: #f3f3f3;
    padding-left: 10px;
    padding-right: 10px; }

.lfr-page-templates li a {
  padding: 0; }
  .lfr-page-templates li a label {
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 5px; }

.menu {
  position: absolute;
  width: auto; }
  .menu .notice-message {
    background-image: none;
    margin: 3px;
    padding: 6px; }

.menu-content {
  background: #fff;
  list-style: none;
  min-width: 150px; }
  .menu-content li {
    margin: 0;
    padding: 0; }
    .menu-content li .disabled {
      color: #999; }

.menu-content {
  background: #ccc9c9 url(../images/application/menu_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #aeafb1 #777879 #777879 #aeafb1;
  padding: 2px 0; }

.menugroup-content .menu-label {
  background: #d2d6de;
  color: #5b677d;
  display: block;
  padding: 5px 3px;
  text-shadow: 1px 1px #fff; }

.menugroup-content ul {
  display: block;
  min-width: 0; }

.menu-content li {
  border-bottom: 1px solid #bcbbbb;
  border-top: 1px solid #eee;
  display: block;
  margin: 0;
  padding: 0; }
  .menu-content li.first {
    border-top-width: 0; }
  .menu-content li.last {
    border-bottom-width: 0; }

.menu-content li a,
.menu-content li .disabled {
  color: #2c2f34;
  display: block;
  padding: 4px 5px;
  text-decoration: none; }

.menu-content li a.focus,
.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34; }

.app-view-drop-active {
  background-color: #00a2ea;
  font-weight: bold; }
  .category-portlets .app-view-drop-active {
    background-color: #00a2ea;
    color: #fff; }

.basecelleditor [class~='form-validator-message'] {
  clip: rect(auto auto auto auto);
  width: auto; }

.document-library-file-entry-cell-editor-hidden {
  display: none; }

.previous-level {
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle; }

.has-control-menu .lfr-asset-anchor {
  height: 74px;
  margin-top: -74px; }

.lfr-asset-anchor {
  display: block;
  height: 10px;
  margin-top: -10px;
  position: relative;
  z-index: -1; }

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all; }

.lfr-page-layouts {
  padding: 0; }
  .lfr-page-layouts input[type='radio'] {
    opacity: 0;
    position: absolute; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal.card,
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal .card {
      background-color: #f8f9fa;
      cursor: default; }
    .lfr-page-layouts input[type='radio']:checked + .card-horizontal::after {
      background-color: #007BFF;
      bottom: -1px;
      content: "";
      height: 4px;
      left: -1px;
      position: absolute;
      right: -1px;
      transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal.card,
  .lfr-page-layouts .card-horizontal .card {
    cursor: pointer;
    outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    .lfr-page-layouts .card-horizontal.card:hover,
    .lfr-page-layouts .card-horizontal .card:hover {
      background-color: #f8f9fa;
      text-decoration: none; }
    .lfr-page-layouts .card-horizontal.card:focus,
    .lfr-page-layouts .card-horizontal .card:focus {
      background-color: #f8f9fa;
      border-color: #80bdff;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .lfr-page-layouts .card-horizontal.card:active, .lfr-page-layouts .card-horizontal.card.active,
    .lfr-page-layouts .card-horizontal .card:active,
    .lfr-page-layouts .card-horizontal .card.active {
      background-color: #e9ecef; }
  .lfr-page-layouts .card-horizontal::after {
    border-radius: 0 0 0.25rem 0.25rem;
    bottom: -1px;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    right: -1px;
    transition: height 0.15s ease-in-out; }
  .lfr-page-layouts .card-horizontal:hover::after, .lfr-page-layouts .card-horizontal.hover::after {
    background-color: #007BFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:focus::after, .lfr-page-layouts .card-horizontal.focus::after {
    background-color: #007BFF;
    height: 4px; }
  .lfr-page-layouts .card-horizontal:active::after, .lfr-page-layouts .card-horizontal.active::after {
    background-color: #007BFF;
    height: 4px; }

.dialog-iframe-popup:not(.article-preview) #main-content,
.dialog-iframe-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch; }

.modal {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed; }

.modal-body {
  overflow: auto; }
  .modal-body.dialog-iframe-bd {
    overflow: hidden;
    padding: 0; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: none; } }

.modal-dialog.modal-dialog-sm {
  max-width: 500px; }

.modal-hidden {
  display: none; }

.modal-open .modal {
  overflow: hidden; }

.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0; }
  .portal-popup .columns-max > .portlet-layout.row > .portlet-column {
    padding-left: 0;
    padding-right: 0; }

.dragging .portlet-column.customizable {
  background-color: #cffccf;
  outline: 3px solid #5eaf3d; }

.customizable-layout-column-content {
  background-color: #c92c3c; }
  .customizable-layout-column-content.yui3-widget-content-expanded {
    margin: 0 15px; }

.layout-customizable-controls {
  background-color: rgba(201, 44, 60, 0.8); }

.customizable .customizable-layout-column-content {
  background-color: #5eaf3d; }

.customizable .layout-customizable-controls {
  background-color: rgba(94, 175, 61, 0.8); }

.layout-customizable-controls-container {
  margin: 0 15px;
  position: relative; }

.layout-customizable-controls {
  font-size: 1.5em;
  padding: 4px 16px;
  position: absolute;
  width: 100%;
  z-index: 15; }
  .layout-customizable-controls label {
    color: #fff; }

.paginator-link {
  background: #eee no-repeat scroll 50% 1px;
  border: 1px solid #f0f1f2;
  border-color: #f0f1f2 #b2b2b2 #949494 #f0f1f1;
  color: #1f1e1e;
  display: inline-block;
  height: 20px;
  padding: 0;
  text-indent: -9999px;
  width: 20px; }

.paginator-page-link {
  height: auto;
  text-indent: 0; }

.paginator-current-page {
  background: #0083bd url(../images/application/paginator_link_current_bg.png) 0 0 repeat-x;
  border-color: #38b6ef #006d9e #006d9e #46b4e6;
  color: #fff;
  text-shadow: -1px -1px #003c57; }

.paginator-first-link {
  background-image: url(../images/arrows/paging_first.png); }

.paginator-prev-link {
  background-image: url(../images/arrows/paging_previous.png); }

.paginator-last-link {
  background-image: url(../images/arrows/paging_last.png); }

.paginator-next-link {
  background-image: url(../images/arrows/paging_next.png); }

.paginator-current-page-report,
.paginator-total {
  color: #555;
  font-size: 0.9em; }

.paginator-current-page-report {
  margin-left: 2em; }

.taglib-page-iterator .search-pages .page-links {
  padding: 0; }

.info-panel .panel-group {
  margin-left: -1rem;
  margin-right: -1rem; }

.lfr-panel-container {
  background: #fff; }

.lfr-panel-content {
  padding: 5px 10px; }

.lfr-panel-basic .lfr-panel-content {
  padding-left: 15px; }

.panel-hd {
  background: #c0c2c5 url(../images/application/panel_header_bg.png) repeat-x 0 0;
  border: 1px solid;
  border-color: #c8c9ca #aeb2b8 #aeb2b8 #c8c9ca;
  padding-left: 10px;
  text-shadow: 1px 1px #fff; }

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0; }

.sheet-footer .btn {
  margin-right: 0.5rem; }
  .sheet-footer .btn:last-child {
    margin-right: 0; }

@media (min-width: 576px) {
  .sheet .display-style-icon .lfr-asset-item {
    width: 25%; } }

.splitter {
  background-color: #f8f9fa;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 10px 15px;
  position: relative;
  z-index: 1; }
  .splitter.splitter-spaced {
    border-radius: 0.25rem;
    margin-bottom: 20px; }

.table > tbody > tr.splitter {
  height: auto; }
  .table > tbody > tr.splitter > td {
    padding: 0; }

.lfr-nav.nav-tabs {
  margin-bottom: 20px; }

.tab-active strong {
  font-weight: normal; }

.tab-back {
  float: right; }

.tab-back-content {
  border-width: 0;
  padding: 1px; }

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em 1em;
  white-space: normal; }
  .tag-items li {
    display: inline-block;
    margin: 0 1em 0 0;
    max-width: 100%; }

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.tag-cloud .tag-popularity-1 {
  font-size: 1em; }

.tag-cloud .tag-popularity-2 {
  font-size: 1.3em; }

.tag-cloud .tag-popularity-3 {
  font-size: 1.6em; }

.tag-cloud .tag-popularity-4 {
  font-size: 1.9em; }

.tag-cloud .tag-popularity-5 {
  font-size: 2.2em; }

.tag-cloud .tag-popularity-6 {
  font-size: 2.5em; }

.tagselector-content {
  border-width: 0;
  padding: 0; }
  .tagselector-content .textboxlistentry-holder {
    border-bottom: 2px solid #869cad;
    margin-bottom: 10px;
    padding: 0; }

.categoriesselector-content .textboxlistentry-holder {
  background-color: transparent;
  border-width: 0;
  padding: 0; }

.lfr-portal-tooltip {
  display: inline-block; }
  .lfr-portal-tooltip,
  .lfr-portal-tooltip a {
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }

.tooltip {
  max-width: 200px; }
  .tooltip .tooltip-arrow {
    background-color: #000;
    height: 0.6rem;
    position: absolute;
    transform: rotate(45deg);
    width: 0.6rem; }

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -0.3rem; }

.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  margin-top: -0.3rem;
  top: 50%; }

.tooltip.bottom {
  padding-top: 0.3rem; }
  .tooltip.bottom .tooltip-arrow {
    top: 0; }

.tooltip.left {
  padding-right: 0.3rem; }
  .tooltip.left .tooltip-arrow {
    right: 0; }

.tooltip.right {
  padding-left: 0.3rem; }
  .tooltip.right .tooltip-arrow {
    left: 0; }

.tooltip.top {
  padding-bottom: 0.3rem; }
  .tooltip.top .tooltip-arrow {
    bottom: 0; }

.tree-node .icon-check {
  padding-right: 2px; }

.tree-node .tree-node-checked .icon-check {
  padding-right: 0; }

.tree-node [class^='icon-'] {
  margin-right: 5px; }

.tree-node .tree-node-checkbox-container {
  margin-right: 0; }

.tree-node .tree-node-selected .tree-label {
  background: none; }

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px; }

.tree-node-content .tree-label {
  margin-left: 3px; }

.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden; }

.tree-node-selected .tree-label {
  background-color: transparent; }

.underlay {
  clear: both;
  top: 100%; }
  .underlay .yui3-widget-hd {
    height: 38px; }

.underlay-hidden {
  display: none; }

.underlay-content {
  background: #f4f3f3 url(../images/common/message_panel_shadow.png) repeat-x 0 0;
  border: 0 solid #aeafb1;
  border-width: 0 1px 1px; }

.underlay-close {
  position: absolute;
  right: 5px;
  top: 5px; }

.user-icon-color-0 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e; }

.user-icon-color-1 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4b9bff; }

.user-icon-color-2 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ffb46e; }

.user-icon-color-3 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff5f5f; }

.user-icon-color-4 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #50d2a0; }

.user-icon-color-5 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ff73c3; }

.user-icon-color-6 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #9be169; }

.user-icon-color-7 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff; }

.user-icon-color-8 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #ffd76e; }

.user-icon-color-9 {
  background-color: #FFF;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5fc8ff; }

/* ---------- Column widths ---------- */
.portlet-column-content.empty {
  padding: 50px; }

/* ---------- Wrapper ---------- */
#wrapper {
  padding-bottom: 0;
  padding-top: 2em;
  position: relative; }

.modify-pages li {
  position: relative; }
  .modify-pages li.lfr-nav-hover .delete-tab {
    opacity: 1; }

.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #fff;
  top: 50%; }
  .modify-pages .delete-tab:hover {
    color: #b50303; }

.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px; }

.controls-hidden .modify-pages .drag-handle {
  display: none; }

@media (min-width: 768px) {
  .touch .modify-pages .drag-handle {
    display: none; } }

.nav li .toolbar {
  margin-top: 5px; }

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: '';
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%; }

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .navigation-pane .body-row ul li a .icon {
    float: left;
    margin-right: 5px; }

.navigation-pane .lfr-component {
  margin-left: 0; }

.navigation-pane .navigation-entry {
  position: relative; }
  .navigation-pane .navigation-entry.folder.error {
    display: block;
    padding: 6px 8px; }
  .navigation-pane .navigation-entry .browse-folder,
  .navigation-pane .navigation-entry .nav-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle; }
  .navigation-pane .navigation-entry .nav-item-icon {
    vertical-align: middle; }
  .navigation-pane .navigation-entry .overlay.entry-action {
    bottom: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0; }
    .navigation-pane .navigation-entry .overlay.entry-action .btn {
      border-width: 0;
      margin: 0;
      padding: 11px 14px; }
      @media (min-width: 768px) {
        .navigation-pane .navigation-entry .overlay.entry-action .btn {
          padding: 11px; } }

.nav-menu ul {
  padding-left: 10px; }

.nav-menu li a.ancestor {
  font-weight: bold; }

.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png); }

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px; }

.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0; }

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0; }
  .split-button-dropdowns > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px; }

.form-options {
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle; }
  .form-options input {
    border-width: 0;
    display: inline;
    float: left; }

.form-triggers {
  float: left; }

.form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #bbb;
  display: inline-block;
  float: left; }
  .form-trigger img {
    background: no-repeat 50% 40%;
    height: 25px;
    padding: 0 3px;
    vertical-align: middle;
    width: 16px; }
  .form-trigger:focus, .form-trigger:hover {
    background-color: #83b0ca;
    background-image: url(../images/application/button_bg_over.png); }

.trigger-selected {
  background-color: #ebebeb;
  background-image: url(../images/application/button_bg_selected.png); }
  .trigger-selected:focus, .trigger-selected:hover {
    background-color: #b7def4;
    background-image: url(../images/application/button_bg_selected_over.png); }

.options-trigger img {
  background-image: url(../images/common/configuration.png); }

.save-trigger img {
  background-image: url(../images/common/check.png); }

/* ---------- Portlet topper ---------- */
/* ---------- Portlet decorator ---------- */
/* ---------- Portlet header ---------- */
body.portlet {
  border-width: 0; }

.portlet-icon-back {
  margin-top: -2px; }

.portlet-topper {
  position: relative; }
  .portlet-topper .portlet-topper-toolbar .portlet-icon-back {
    background: url(../images/arrows/12_left.png) no-repeat 0 50%;
    padding: 5px 5px 5px 18px; }
  .portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
    display: none; }

.portlet-title-editable {
  cursor: pointer; }

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap; }

.panel-page-content .portlet-title-text,
.panel-page-body .portlet-title-text {
  cursor: auto; }

.portlet-minimized .portlet-content {
  padding: 0; }

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important; }

.portlet-layout .portlet-header {
  margin-bottom: 1rem; }

.portlet-draggable .portlet-topper {
  cursor: move; }

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none; } }

.portlet:hover .visible-interaction, .portlet.open .visible-interaction {
  display: block; }

@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none; } }

.lfr-status-alert-label,
.lfr-status-error-label,
.lfr-status-info-label,
.lfr-status-progress-label,
.lfr-status-success-label {
  background: none no-repeat 0 50%;
  padding: 3px 3px 3px 20px; }

.lfr-status-alert-label {
  background-image: url(../images/messages/alert.png);
  color: #663; }

.lfr-status-error-label {
  background-image: url(../images/messages/error.png);
  color: #900; }

.lfr-status-help-label,
.lfr-status-info-label,
.lfr-status-progress-label {
  background-image: url(../images/messages/info.png);
  color: #34404f; }

.lfr-status-help-label {
  background-image: url(../images/portlet/help.png); }

.lfr-status-progress-label {
  background-image: url(../images/aui/loading_indicator.gif); }

.lfr-status-success-label {
  background-image: url(../images/messages/success.png);
  color: #384f34; }

.portlet-msg {
  background: #eee none no-repeat 6px 50%;
  border: 1px solid #555;
  color: #34404f;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 6px 6px 6px 30px;
  text-align: left; }

.lfr-message {
  position: relative; }
  .lfr-message .lfr-message-control {
    background-color: #333;
    display: inline-block; }
  .lfr-message .lfr-message-controls {
    display: none;
    left: 3px;
    margin: -8px 8px 0 3px;
    position: absolute;
    top: 50%;
    z-index: 10; }
  .lfr-message .lfr-message-close {
    background-image: url(../images/portlet/close_borderless.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
  .lfr-message .lfr-message-close-all {
    color: #fff;
    display: none;
    font-size: 0.8em;
    margin-left: 10px;
    padding: 1px 10px;
    text-shadow: 1px 1px 0 #000;
    vertical-align: top; }
    .lfr-message .lfr-message-close-all a {
      color: #fff; }
  .lfr-message .lfr-message-controls-hover .lfr-message-close-all {
    display: inline-block; }
  .lfr-message.pending {
    background-image: url(../images/common/time.png); }

.lfr-message-content.alert {
  margin-bottom: 0; }

.lfr-message-close {
  cursor: pointer; }

/* ---------- Standard styles defined in the JSR 168 specification ---------- */
/* ---------- Fonts ---------- */
/* ---------- Sections ---------- */
.portlet-section-selected,
.portlet-section-selected a {
  background: #727c81;
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

.portlet-section-selected a:hover,
.portlet-section-selected a:focus {
  background-color: #727c81; }

/* ---------- Forms ---------- */
/* ---------- Icons ---------- */
/* ---------- Menus ---------- */
@media (min-width: 576px) {
  .portlet.open > .portlet-topper, .portlet:hover > .portlet-topper, .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%); } }

@media (min-width: 576px) {
  .portlet.open > .portlet-content-editable, .portlet:hover > .portlet-content-editable, .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

.portlet {
  margin-bottom: 10px;
  position: relative; }
  .portlet > .portlet-content-editable {
    border-color: transparent; }
  .portlet > .portlet-topper {
    display: none; }
    @media (min-width: 576px) {
      .portlet > .portlet-topper {
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: opacity 0.25s, transform 0.25s;
        top: 0; } }
  @media (min-width: 576px) and (prefers-reduced-motion: reduce) {
    .portlet > .portlet-topper {
      transition: none; } }

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }

/* ---------- Portlet topper ---------- */
.portlet-actions {
  float: right; }

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600; }

.portlet-options {
  display: inline-block; }

.portlet-title-default {
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.portlet-title-menu {
  box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .portlet-title-menu > span > a {
    display: inline-block;
    text-decoration: none; }

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative; }

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0; }
  .portlet-topper-toolbar > a,
  .portlet-topper-toolbar > span > a,
  .portlet-topper-toolbar .lfr-icon-menu > a {
    color: rgba(0, 0, 0, 0.5); }
  .portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
    text-decoration: none; }

@media (max-width: 767.98px) {
  .lfr-configurator-visibility {
    opacity: 0.5; } }

@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5; }
  .lfr-configurator-visibility .portlet-content-editable {
    opacity: 0.5; } }

/* ---------- Portlet controls in mobile ---------- */
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; } }

@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.controls-visible .portlet-topper-toolbar {
  display: block; }

.lfr-configurator-visibility .portlet-borderless-bar {
  opacity: 0.6; }

.lfr-configurator-visibility .portlet-content .lfr-icon-actions {
  opacity: 1; }

.lfr-panel-page {
  width: 100%; }
  .lfr-panel-page .portlet-title {
    font-size: 13px; }
  .lfr-panel-page .lfr-add-content h2 span {
    background-color: #d3dadd; }

.main-content-body {
  margin-top: 20px; }

.restricted,
.restricted td {
  background: #fdd;
  border-width: 0; }

.restricted * {
  color: #727c81; }

.alt.restricted td {
  background-color: #ffc0c0; }

.hover.restricted td {
  background-color: #d3bdc0; }

.alt.restricted td.first,
.restricted td.first {
  background-image: url(../images/messages/error.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 28px; }

.portlet-borderless .portlet-content {
  padding: 1rem; }

.portlet-decorate .portlet-content {
  background: #FFF;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word; }

.portlet-barebone .portlet-content {
  padding: 0; }

/* ---------- Dynamic data list display/Journal portlet ---------- */
.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px 28px; }

/* ---------- Breadcrumb taglib ---------- */
.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center; }
  .breadcrumb.breadcrumb-vertical li {
    display: block; }
    .breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
      background: none; }
  .breadcrumb.breadcrumb-vertical .divider {
    background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }

/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th,
.taglib-calendar tr td {
  border-width: 0; }

.taglib-calendar tr td a {
  background-color: #f0f5f7;
  border: 1px solid #fff;
  border-bottom-width: 0;
  border-left-width: 0;
  display: block;
  height: 15px;
  padding: 5px 0; }
  .taglib-calendar tr td a:hover {
    background-color: #727c81;
    color: #fff; }

.taglib-calendar tr td.calendar-inactive {
  background-color: #fff;
  color: #b5bfc4; }

.taglib-calendar tr th {
  border-bottom-color: #d7d7d7; }

.taglib-calendar table td {
  border-width: 0; }

.taglib-calendar .calendar-current-day,
.taglib-calendar .calendar-current-day a {
  background-color: #fff; }

.taglib-calendar .calendar-current-day a {
  border: 1px solid #727c81;
  color: #369;
  text-decoration: underline; }

/* ---------- Navbar form search ---------- */
.navbar form {
  margin: 0; }

.widget-toolbar .btn + .btn,
.widget-toolbar .widget-group + .widget-group {
  margin-left: 1rem; }

.widget-mode-detail {
  padding-top: 1rem; }
  .widget-mode-detail .title {
    font-size: 36px; }
  .widget-mode-detail .sub-title {
    font-size: 26px;
    margin-bottom: 32px; }
  .widget-mode-detail .widget-metadata {
    margin-bottom: 2rem; }
  .widget-mode-detail .widget-mode-detail-text {
    margin-top: 48px; }
    .widget-mode-detail .widget-mode-detail-text img {
      max-width: 100%; }
    .widget-mode-detail .widget-mode-detail-text p {
      font-size: 18px;
      line-height: 1.8; }

.widget-mode-card .card {
  display: flex;
  height: calc(100% - 24px);
  margin-bottom: 24px; }

.widget-mode-card .card-header {
  overflow: hidden;
  padding: 0; }

.widget-mode-card .card-title {
  position: relative; }

@media (min-width: 768px) {
  .widget-mode-card .visible-interaction {
    position: absolute;
    right: -8px; } }

.widget-mode-simple .widget-topbar {
  margin-bottom: 8px; }

.widget-mode-simple .widget-metadata {
  margin-bottom: 24px; }

.widget-mode-simple .widget-toolbar {
  margin-top: 1.5rem; }

.widget-mode-simple .widget-content .cover-image {
  margin-bottom: 24px; }

.menu-content,
.underlay-content {
  box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.5); }

.lfr-ddm-container .file-entry-upload-progress {
  border-radius: 0 0 4px 4px; }

.lfr-preview-file-image img {
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8); }

.lfr-preview-file-image-current-column {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8); }

.portlet-document-library .lfr-ddm-small-image-preview,
.portlet-dynamic-data-mapping .lfr-ddm-small-image-preview {
  box-shadow: 0 1px 3px #ccc; }

.portlet-document-library-upload-mask .overlaymask-content {
  border-radius: 5px; }

.overlaymask-content {
  background-color: #fff; }

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px; }

.product-menu .loading-animation {
  margin-top: 160px; }

.lfr-search-combobox-item {
  border-radius: 1px; }

.lfr-search-combobox .field-input-text {
  border-radius: 4px 1px 1px 4px; }

.lfr-search-combobox .button-input {
  border-radius: 1px 4px 4px 1px; }

.lfr-upload-container .progress-bar,
.lfr-upload-container .progress,
.lfr-editable:after {
  border-radius: 10px; }

.portlet-language .portlet-body .current-language,
.portlet-language .portlet-body .taglib-icon,
.portlet-language .portlet-body .taglib-language-list-text {
  border-radius: 10px; }

body > .lfr-menu-list ul,
.active-area-proxy,
.entry-display-style .entry-thumbnail,
.lfr-api-results,
.lfr-translation-manager,
.lfr-translation-manager-translation,
.lfr-upload-container .cancel-button .modify-pages .delete-tab,
.portlet-image-gallery-display .image-thumbnail img,
.rule-group-instance-container .rule-group-instance,
.select-documents,
.select-files,
.taglib-ratings.stars:hover,
.taglib-ratings.stars:hover .liferay-rating-vote > div,
.taglib-ratings.stars .rating-focused > div,
.tags-search-combobox .field-input-text {
  border-radius: 4px; }

.entry-display-style,
.lfr-search-combobox,
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target,
.portlet-document-library .common-file-metadata-container.selected,
.portlet-document-library-display .common-file-metadata-container.selected,
.portlet-image-gallery-display .image-icon,
.select-documents,
.select-files {
  border-radius: 5px; }

.portlet-dynamic-data-list-display .lfr-ddm-container .lfr-ddm-repeatable-placeholder,
.portlet-dynamic-data-lists .lfr-ddm-container .lfr-ddm-repeatable-placeholder {
  border-radius: 6px; }

.menu-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
    box-shadow: 0 0 5px 0 #333;
    transition-duration: 0.25s;
    transition-property: box-shadow;
    transition-timing-function: ease-out; }
  .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
    border-radius: 50%; }

.underlay-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.input-localized .lfr-input-localized-state {
  border-radius: 3px; }

.input-localized .lfr-input-localized .lfr-input-localized-state {
  box-shadow: 0 0 3px #ddd; }
  .input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
    box-shadow: 0 0 3px #ff0047; }

.input-localized .palette-item-selected .lfr-input-localized-state {
  box-shadow: 0 0 3px #27c1f2; }

.lfr-content-preview-popup .lfr-content-preview-popup-content {
  border-radius: 0;
  box-shadow: 8px 3px 7px rgba(0, 0, 0, 0.25); }

.lfr-message .lfr-message-control {
  border-radius: 10px; }

.lfr-token {
  border-radius: 8px; }

.staging-tabview-list {
  border-radius: 0; }

.site-variations-tabview-list .tab-content,
.staging-tabview-list .tab-active .tab-content,
.tagselector-content .textboxlistentry-holder .lfr-tag-selector-input:focus {
  box-shadow: none; }

.rule-group-instance-container .rule-group-instance {
  box-shadow: 1px 1px 2px #999; }

.lfr-action-label {
  border-radius: 2px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  -webkit-animation: progress-bar-stripes 0.5s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .lfr-progress-active .progress-bar-status,
    .lfr-upload-container .file-uploading .progress-bar .progress {
      transition: none; } }

@-webkit-keyframes highlight-animation {
  from {
    background-color: #ffc; }
  to {
    background-color: transparent; } }

@keyframes highlight-animation {
  from {
    background-color: #ffc; }
  to {
    background-color: transparent; } }

.highlight-animation {
  -webkit-animation: highlight-animation 0.7s;
  animation: highlight-animation 0.7s; }

.lfr-spa-loading .lfr-spa-loading-bar {
  -webkit-animation: shift-rightwards 1s ease-in-out infinite;
  animation: shift-rightwards 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.lfr-spa-loading-bar {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes shift-rightwards {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  40% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  60% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .lfr-icon-menu-text,
.mobile.touch body:first-of-type .portlet-content .lfr-icon-actions .taglib-text {
  max-width: 200px; }

.portlet-boundary.yui3-dd-dragging {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (prefers-reduced-motion: reduce) {
    .portlet-boundary.yui3-dd-dragging {
      transition: none; } }

.portlet-document-library .entry-thumbnail .label,
.portlet-document-library-display .workflow-status .label,
.portlet-journal .entry-thumbnail .label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none; }

@-webkit-keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd; }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    background-color: #ddedde;
    border-color: #7d7; }
  100% {
    background-color: #ebebeb;
    border-color: #ddd; } }

.upload-drop-active .lfr-upload-container .upload-target {
  -webkit-animation: none;
  animation: none; }

.upload-drop-active .portlet-document-library .document-container {
  box-shadow: inset 0 0 5px #b8c1d1; }

.upload-drop-intent .lfr-upload-container .upload-target {
  -webkit-animation: lfr-drop-active 1s ease 0.2s infinite;
  animation: lfr-drop-active 1s ease 0.2s infinite; }

.quick-access-nav a {
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup,
.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_toolgroup:hover {
  box-shadow: initial; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button:hover {
  box-shadow: none; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:after {
  background-image: linear-gradient(#fff, #e4e4e4);
  border-radius: 2px; }

.cke_toolbar.cke_toolbar__a11yhelpbtn .cke_button .cke_button_label:hover:after {
  background-image: linear-gradient(#f2f2f2, #ccc); }

/* ---------- Switches ---------- */
input.switch:focus ~ .switch-bar:before {
  box-shadow: 0 0 3px #00f; }

input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
input.switch:empty ~ .switch-bar .switch-icon,
input.switch:empty ~ .switch-bar .switch-toggle:after,
input.switch:empty ~ .switch-bar .switch-toggle:before {
  transition: all 100ms ease-in; }
  @media (prefers-reduced-motion: reduce) {
    input.switch:empty ~ .switch-bar:after, input.switch:empty ~ .switch-bar:before,
    input.switch:empty ~ .switch-bar .switch-icon,
    input.switch:empty ~ .switch-bar .switch-toggle:after,
    input.switch:empty ~ .switch-bar .switch-toggle:before {
      transition: none; } }

/* ---------- Image selector ---------- */
.taglib-image-selector .selection-status {
  transition: opacity 0.2s ease-in-out;
  border-radius: 30px; }
  @media (prefers-reduced-motion: reduce) {
    .taglib-image-selector .selection-status {
      transition: none; } }

.taglib-image-selector .progress-wrapper .progressbar {
  border-radius: 0; }

/* ---------- Drop here info ---------- */
.drop-here-info {
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .drop-here-info {
      transition: none; } }
  .drop-here-info .drop-icons {
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .drop-here-info .drop-icons {
        transition: none; } }
    .drop-here-info .drop-icons span {
      transition: all 0.3s ease-in-out;
      border-radius: 3px; }
      @media (prefers-reduced-motion: reduce) {
        .drop-here-info .drop-icons span {
          transition: none; } }
    .drop-here-info .drop-icons span:nth-of-type(1) {
      box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(25deg);
      transform: rotate(25deg); }
    .drop-here-info .drop-icons span:nth-of-type(2) {
      box-shadow: 0 6px 0 -2px rgba(0, 0, 0, 0.15);
      -webkit-transform: scale(0.8);
      transform: scale(0.8); }
    .drop-here-info .drop-icons span:nth-of-type(3) {
      box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
      -webkit-transform: rotate(-25deg);
      transform: rotate(-25deg); }

.drop-active .drop-here-info span:nth-of-type(1) {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.drop-active .drop-here-info span:nth-of-type(2) {
  -webkit-transform: scale(1);
  transform: scale(1); }

.drop-active .drop-here-info span:nth-of-type(3) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px;
    padding: 20px !important; } }

@media screen and (max-width: 1199px) {
  .container {
    max-width: 1400px;
    padding: 20px !important; } }

.portlet-boundary_com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet_ .portlet-content .portel-title-text {
  display: none; }

/*@import "liferay-font-awesome/scss/font-awesome";*/
/*@import "liferay-font-awesome/scss/glyphicons";*/
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?39699855");
  src: url("../font/fontello.eot?39699855#iefix") format("embedded-opentype"), url("../font/fontello.woff2?39699855") format("woff2"), url("../font/fontello.woff?39699855") format("woff"), url("../font/fontello.ttf?39699855") format("truetype"), url("../font/fontello.svg?39699855#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?39699855#fontello') format('svg');
  }
}
*/
.bola-x-twitter .icon-x-twitter:before {
  content: '\e800';
  height: 40px;
  font-size: 30px;
  width: 40px;
  display: block;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center; }

.bola-x-twitter {
  color: #1c4cde;
  border: 2px solid #1c4cde;
  border-radius: 101px; }

.fontello:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-x-twitter:before {
  content: '\e800'; }

/* '' */
.icon-x-twitter:before {
  content: '\e800'; }

/* '' */
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?84635955");
  src: url("../font/fontello.eot?84635955#iefix") format("embedded-opentype"), url("../font/fontello.svg?84635955#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,d09GRgABAAAAAAw8AA8AAAAAFewAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADsAAABUIIslek9TLzIAAAGUAAAARAAAAGA+I0pTY21hcAAAAdgAAABKAAABcOkou6pjdnQgAAACJAAAAAsAAAAOAAAAAGZwZ20AAAIwAAAG7QAADgxiLvl6Z2FzcAAACSAAAAAIAAAACAAAABBnbHlmAAAJKAAAAHwAAAB8UIZxwmhlYWQAAAmkAAAAMQAAADYm/SVbaGhlYQAACdgAAAAbAAAAJAc8A1VobXR4AAAJ9AAAAAgAAAAIB9AAAGxvY2EAAAn8AAAABgAAAAYAPgAAbWF4cAAACgQAAAAgAAAAIADeDkhuYW1lAAAKJAAAAXUAAALNzZ0bHHBvc3QAAAucAAAAIgAAADNUsunncHJlcAAAC8AAAAB6AAAAnH62O7Z4nGNgZGBg4GIwYLBjYHJx8wlh4MtJLMljkGJgYYAAkDwymzEnMz2RgQPGA8qxgGkOIGaDiAIAJjsFSAB4nGNgYX7BOIGBlYGBqYppDwMDQw+EZnzAYMjIBBRlYGVmwAoC0lxTGA68YHjBwBz0P4shinkNwzSgMCOKIiYAnEAM9Hic7ZCxDYAwEAPPykOBGIEqNbNQsX/NFsnHwBaxdJZ8+uqBBSjJmQToRoxcaWVf2OyD6psY/qG1v3OHG63M7O7jW/7VC+ot1glxAAB4nGNgQAYAAA4AAQB4nK1Xa1sbxxWe1Q2MAQNC2M267ihjUZcdySRxHGIrDtllURwlqcC43XVuu0i4TZNekt7oNb1flD9zVrRPnW/5aXnPzEoBB9ynz1M+6Lwz886c65xZSGhJ4n4UxlJ2H4n5nS5V7j2I6IZL1+LkoRzej6jQSD+bFtOi31f7br1OIiYRqK2RcESQ+E1yNMnkYZMKWtVVvUlFLQdHxeWa8AOqBjJJ/KywHPhZoxhQIdg7lDSrAIJ0QKXe4ahQKOAYqh9crvPsaL7m+JcloPJHVaeKNUWiFx3EoxWnYBSWNBU9qgUR66OVIMgJrhxI+rxHpdUHo2vOXBD2Q6qEUZ2KjXj3rQhkdxhJ6vUwtQk2bTDaiGOZWTYsuoapfCRpndfXmfl5L5KIxjCVNNOLEsxIXpthdJPRzcRN4jh2ES2aDfokdiMSXSbXMXa7dIXRlW76aEH0mfGoLPbjeJDG5HhxnHsQywH8UX7cpLKWsKDUSOHTVNCLaEr5NK18ZABbkiZVTLgRCTnIpvZ9yYvsrmvN518SSdin8lodi4EcyiF0ZevlBiK0EyU9N92NIxXXY0mb9yKsuRyX3JQmTWk6F3gjUbBpnsZQ+QrlovyUCvsPyenDEJpaa9I5LdnaebhVEvuST6DNJGZKsmWsndGjc/MiCP21+qRwzuuThTRrT3E8mBDA9USGQ5VyUk2whcsJIenCyLGVSK1Kt6yKuTO201XsEu6Xrh3fNK+NQ0dzs6IYQour6vEaiviCzgqFkAbpVpMWNKhS0oXgNT4AABmiBR7tYrRg8rWIgxZMUCRi0IdmWgwSOUwkLSJsTVrS3b0oKw224qs0d6AOm1TV3Z2oe89OunXMV838ss7EUnA/ypaWAnJSnxY9vnIoLT+7wD8L+CFnBbkoNnpRxuGDv/4QGYbahbW6wrYxdu06b8FN5pkYnnRgfwezJ5N1RgozIaoK8UJB3Rk5jmOyVdMiE4VwL6Il5cuQ5lF+c4hw4svkP5cuOWJRVIXv+xyBZaw5abY87dGnnvs0wrUCH2teky7qzGF5CfFm+TWdFVk+pbMSS1dnZZaXdVZh+XWdTbG8orNplt/Q2TmWnlbj+FMlQaSVbJHzDt+WJuljiyuTxY/sYvPY4upk8WO7KLWgC96ZfsKpf1tX2c/j/tXhn4RdT8M/lgr+sbwK/1g24B/LVfjH8pvwj+U1+MfyW/CP5Rr8Y9nSsm0K9rqG2kuJRNNzksCkFJewxTW7rum6R9dxH5/BVejIM7Kp0g3Fjf2JDJe9f3ac4my+EnLF0TNrWdmphRGaInv53LHwnMW5oeXzxvLncZrlhF/ViWt7qi08L1b+Jfhv647ayG44Nfb1JuIBB063H5cl3WjSC7p1sd2kjf9GRWH3QX8RKRIrDdmSHW4JCO3d4bCjOughER4+dF28SBuOU1tGhG+hd63QRdBKaKcNQ8tmhU/nA+9g2FJStoc48/ZJmmzZ86ii/DFbUsI9ZXMnOirJsnSPSqvlp2KfO+0MmrYyO9R2QpXg8euacLezr1IpSAaKynhUsVwKUhc44U73+J4UpqH/q23kWEHDNr9YM4HRgvNOUaJsT62giSAZZRRc+Sun4kQ2osFGFPGbd9IvdaEQ2uNYSMyWV/NYqDbC9NJkiWbM+rbqsFLO4p1JCNkZG2kSe1FLtvGgs/X5pGS78lRQpYHR3ePfLjaJp1V7ni3FJf/yMUuCcboS/sB53OVxijfRP1ocxW26GEQ9F2+qbMetbN1Zxr195cTqrts7seqfuvdJOwJNt7wnKdzSdNsbwjauMTh1JhUJbdE6doTGZa7PVRv5FB9ovnWdC1Th+rRw8+z52zqbwVsz3vI/lnTn/1XF7BP3sbZCqzpWL/U4t7ODBnzLG0flVYxue3WVxyX3ZhKCuwhBzV57fI3ghldbdBO3/LUz5rs4zlmu0gvAr2t6EeINjmKIcMttPLzjaL2puaDpDcBv65EQ2wA9AIfBjh45ZmYXwMzcY04HYI85DO4zh8F3mMPgu/oIvTAAioAcg2J95Ni5B0B27i3mOYzeZp5B7zDPoHeZZ9B7rDMESFgng5R1MthnnQz6zHkVYMAcBgfMYfCQOQy+Z+zaAvq+sYvR+8YuRj8wdjH6wNjF6ENjF6MfGrsY/cjYxejHiHF7ksCfmBFtAn5k4SuAH3PQzcjH6Kd4a3POzyxkzs8Nx8k5v8Dmlyan/tKMzI5DC3nHryxk+q9xTk74jYVM+K2FTPgduHcm5/3ejAz9EwuZ/gcLmf5H7MwJf7KQCX+2kAl/AfflyXl/NSND/5uFTP+7hUz/B3bmhH9ayIShhUz4VI/Omy9bqrijUqEY4p8mtMHY92j6gIpXe4fjx7r5BSXaAUEAAAAAAQAB//8ADwACAAD/yAO2AvQACwAPAC9ALAsIBQIEBAUBTAMBAAAFBAAFZwAEAQEEVwAEBAFfAgEBBAFPERISEhIQBgYcKwEzCQEhCwEjCQEhGwEzASMC94n+0wFj/urZ+YoBQv6tARzEs03+E1IC9P6o/iwBHP7kAXABvP79/ikCjAB4nGNgZGBgAGJxkbXb4vltvjLwM78AijA8/PHhLoL+f4L5BdMXIJeDgQkkCgCM6A8oAAAAeJxjYGRgYA76nwUkXzAwgElGBlTABABc9gOZAAPoAAAD6AAAAAAAAAA+AAAAAQAAAAIAEAACAAAAAAACAAwAKgCNAAAAQA4MAAAAAHicdZDLasJAFIb/8dKLQlta6LazKkpp1GA3giBYdNNupLgtMcYkEjMyGQVfo+/Qh+lL9Fn6G8dSlCZM5jvfnDkzOQCu8Q2B3fPEsWOBM0Y7LuAUXctF+mfLJfKL5TKqeLN8Qv9uuYIHhJaruMEHK4jSOaM5Pi0LXIlLywVciDvLRfpHyyVy13IZt+LV8gm9b7mCscgsV3EvvvpqudFxGBlZ69el23TbcrKRiipOvUR6KxMpncmenKnUBEmiHF8t9jwKwlXi6X24n8eBzmKVypbT3KthkAbaM8F0Wz1bh64xMznTaiEHNkMutZoHvnEiY5adRuPveehDYYkNNGK2KoKBRI22ztlFk6NNmjBDMnOXFSOFh4TGw4o7onwlY9zjmDFKaQNmJGQHPr+LIz8ihdyfsIo+Wj2Mx6TtGXHuJVqs2zzKGpLSPNPL7fT37hnWPM2lNdy1vaXObyUxOKgh2Y/t2pzGp3fyrhjaDhp8//m/H+BnhE0AAAB4nGNgYoAALgbsgImRiZGZgbNCt6Q8s6QktYiBAQAcsAPXAAB4nGPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGdidNjIwaEFoLhR6JwMDAzcSaycDMwODy0YVxo7AiA0OHREgforLRg0QfwcHA0SAwSVSeqM6SGgXRwMDI4tDR3IITAIENjLwae1g/N+6gaV3IxODy2bWFDYGFxcAlBwqBwAA") format("woff"), url("data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI+I0pTAAABUAAAAGBjbWFw6Si7qgAAAbAAAAFwY3Z0IAAAAAAAAAc0AAAADmZwZ21iLvl6AAAHRAAADgxnYXNwAAAAEAAABywAAAAIZ2x5ZlCGccIAAAMgAAAAfGhlYWQm/SVbAAADnAAAADZoaGVhBzwDVQAAA9QAAAAkaG10eAfQAAAAAAP4AAAACGxvY2EAPgAAAAAEAAAAAAZtYXhwAN4OSAAABAgAAAAgbmFtZc2dGxwAAAQoAAACzXBvc3RUsunnAAAG+AAAADNwcmVwfrY7tgAAFVAAAACcAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQD6AGQAAUAAAJ6ArwAAACMAnoCvAAAAeAAMQECAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOgA6AADUv9qAFoDrACWAAAAAQAAAAAAAAAAAAAAAAACAAAABQAAAAMAAAAsAAAABAAAAVQAAQAAAAAATgADAAEAAAAsAAMACgAAAVQABAAiAAAABAAEAAEAAOgA//8AAOgA//8AAAABAAQAAAABAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAAcAAAAAAAAAAEAAOgAAADoAAAAAAEAAgAA/8gDtgL0AAsADwAvQCwLCAUCBAQFAUwDAQAABQQABWcABAEBBFcABAQBXwIBAQQBTxESEhISEAYGHCsBMwkBIQsBIwkBIRsBMwEjAveJ/tMBY/7q2fmKAUL+rQEcxLNN/hNSAvT+qP4sARz+5AFwAbz+/f4pAowAAAEAAAABAAAXFK22Xw889QAPA+gAAAAA4fjw3QAAAADh+PDdAAD/yAPoAvQAAAAIAAIAAAAAAAAAAQAAA1L/agAAA+gAAAAAA+gAAQAAAAAAAAAAAAAAAAAAAAID6AAAA+gAAAAAAAAAPgAAAAEAAAACABAAAgAAAAAAAgAMACoAjQAAAEAODAAAAAAAAAASAN4AAQAAAAAAAAA1AAAAAQAAAAAAAQAIADUAAQAAAAAAAgAHAD0AAQAAAAAAAwAIAEQAAQAAAAAABAAIAEwAAQAAAAAABQALAFQAAQAAAAAABgAIAF8AAQAAAAAACgArAGcAAQAAAAAACwATAJIAAwABBAkAAABqAKUAAwABBAkAAQAQAQ8AAwABBAkAAgAOAR8AAwABBAkAAwAQAS0AAwABBAkABAAQAT0AAwABBAkABQAWAU0AAwABBAkABgAQAWMAAwABBAkACgBWAXMAAwABBAkACwAmAclDb3B5cmlnaHQgKEMpIDIwMjQgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbWZvbnRlbGxvUmVndWxhcmZvbnRlbGxvZm9udGVsbG9WZXJzaW9uIDEuMGZvbnRlbGxvR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwBvAHAAeQByAGkAZwBoAHQAIAAoAEMAKQAgADIAMAAyADQAIABiAHkAIABvAHIAaQBnAGkAbgBhAGwAIABhAHUAdABoAG8AcgBzACAAQAAgAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAGYAbwBuAHQAZQBsAGwAbwBSAGUAZwB1AGwAYQByAGYAbwBuAHQAZQBsAGwAbwBmAG8AbgB0AGUAbABsAG8AVgBlAHIAcwBpAG8AbgAgADEALgAwAGYAbwBuAHQAZQBsAGwAbwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAQIBAwAJeC10d2l0dGVyAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAsAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgACABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAgYGYtsAIsIyEjIS2wAywgZLMDFBUAQkOwE0MgYGBCsQIUQ0KxJQNDsAJDVHggsAwjsAJDQ2FksARQeLICAgJDYEKwIWUcIbACQ0OyDhUBQhwgsAJDI0KyEwETQ2BCI7AAUFhlWbIWAQJDYEItsAQssAMrsBVDWCMhIyGwFkNDI7AAUFhlWRsgZCCwwFCwBCZasigBDUNFY0WwBkVYIbADJVlSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQ1DRWNFYWSwKFBYIbEBDUNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ACJbAMQ2OwAFJYsABLsApQWCGwDEMbS7AeUFghsB5LYbgQAGOwDENjuAUAYllZZGFZsAErWVkjsABQWGVZWSBksBZDI0JZLbAFLCBFILAEJWFkILAHQ1BYsAcjQrAII0IbISFZsAFgLbAGLCMhIyGwAysgZLEHYkIgsAgjQrAGRVgbsQENQ0VjsQENQ7AAYEVjsAUqISCwCEMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZIVkgsEBTWLABKxshsEBZI7AAUFhlWS2wByywCUMrsgACAENgQi2wCCywCSNCIyCwACNCYbACYmawAWOwAWCwByotsAksICBFILAOQ2O4BABiILAAUFiwQGBZZrABY2BEsAFgLbAKLLIJDgBDRUIqIbIAAQBDYEItsAsssABDI0SyAAEAQ2BCLbAMLCAgRSCwASsjsABDsAQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYUREsAFgLbANLCAgRSCwASsjsABDsAQlYCBFiiNhIGSwJFBYsAAbsEBZI7AAUFhlWbADJSNhRESwAWAtsA4sILAAI0KzDQwAA0VQWCEbIyFZKiEtsA8ssQICRbBkYUQtsBAssAFgICCwD0NKsABQWCCwDyNCWbAQQ0qwAFJYILAQI0JZLbARLCCwEGJmsAFjILgEAGOKI2GwEUNgIIpgILARI0IjLbASLEtUWLEEZERZJLANZSN4LbATLEtRWEtTWLEEZERZGyFZJLATZSN4LbAULLEAEkNVWLESEkOwAWFCsBErWbAAQ7ACJUKxDwIlQrEQAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAQKiEjsAFhIIojYbAQKiEbsQEAQ2CwAiVCsAIlYbAQKiFZsA9DR7AQQ0dgsAJiILAAUFiwQGBZZrABYyCwDkNjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wFSwAsQACRVRYsBIjQiBFsA4jQrANI7AAYEIgYLcYGAEAEQATAEJCQopgILAUI0KwAWGxFAgrsIsrGyJZLbAWLLEAFSstsBcssQEVKy2wGCyxAhUrLbAZLLEDFSstsBossQQVKy2wGyyxBRUrLbAcLLEGFSstsB0ssQcVKy2wHiyxCBUrLbAfLLEJFSstsCssIyCwEGJmsAFjsAZgS1RYIyAusAFdGyEhWS2wLCwjILAQYmawAWOwFmBLVFgjIC6wAXEbISFZLbAtLCMgsBBiZrABY7AmYEtUWCMgLrABchshIVktsCAsALAPK7EAAkVUWLASI0IgRbAOI0KwDSOwAGBCIGCwAWG1GBgBABEAQkKKYLEUCCuwiysbIlktsCEssQAgKy2wIiyxASArLbAjLLECICstsCQssQMgKy2wJSyxBCArLbAmLLEFICstsCcssQYgKy2wKCyxByArLbApLLEIICstsCossQkgKy2wLiwgPLABYC2wLywgYLAYYCBDI7ABYEOwAiVhsAFgsC4qIS2wMCywLyuwLyotsDEsICBHICCwDkNjuAQAYiCwAFBYsEBgWWawAWNgI2E4IyCKVVggRyAgsA5DY7gEAGIgsABQWLBAYFlmsAFjYCNhOBshWS2wMiwAsQACRVRYsQ4GRUKwARawMSqxBQEVRVgwWRsiWS2wMywAsA8rsQACRVRYsQ4GRUKwARawMSqxBQEVRVgwWRsiWS2wNCwgNbABYC2wNSwAsQ4GRUKwAUVjuAQAYiCwAFBYsEBgWWawAWOwASuwDkNjuAQAYiCwAFBYsEBgWWawAWOwASuwABa0AAAAAABEPiM4sTQBFSohLbA2LCA8IEcgsA5DY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2E4LbA3LC4XPC2wOCwgPCBHILAOQ2O4BABiILAAUFiwQGBZZrABY2CwAENhsAFDYzgtsDkssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrI4AQEVFCotsDossAAWsBcjQrAEJbAEJUcjRyNhsQwAQrALQytlii4jICA8ijgtsDsssAAWsBcjQrAEJbAEJSAuRyNHI2EgsAYjQrEMAEKwC0MrILBgUFggsEBRWLMEIAUgG7MEJgUaWUJCIyCwCkMgiiNHI0cjYSNGYLAGQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsARDYGQjsAVDYWRQWLAEQ2EbsAVDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AKQ0awAiWwCkNHI0cjYWAgsAZDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBkNgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA8LLAAFrAXI0IgICCwBSYgLkcjRyNhIzw4LbA9LLAAFrAXI0IgsAojQiAgIEYjR7ABKyNhOC2wPiywABawFyNCsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA/LLAAFrAXI0IgsApDIC5HI0cjYSBgsCBgZrACYiCwAFBYsEBgWWawAWMjICA8ijgtsEAsIyAuRrACJUawF0NYUBtSWVggPFkusTABFCstsEEsIyAuRrACJUawF0NYUhtQWVggPFkusTABFCstsEIsIyAuRrACJUawF0NYUBtSWVggPFkjIC5GsAIlRrAXQ1hSG1BZWCA8WS6xMAEUKy2wQyywOisjIC5GsAIlRrAXQ1hQG1JZWCA8WS6xMAEUKy2wRCywOyuKICA8sAYjQoo4IyAuRrACJUawF0NYUBtSWVggPFkusTABFCuwBkMusDArLbBFLLAAFrAEJbAEJiAgIEYjR2GwDCNCLkcjRyNhsAtDKyMgPCAuIzixMAEUKy2wRiyxCgQlQrAAFrAEJbAEJSAuRyNHI2EgsAYjQrEMAEKwC0MrILBgUFggsEBRWLMEIAUgG7MEJgUaWUJCIyBHsAZDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwBENgZCOwBUNhZFBYsARDYRuwBUNgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxMAEUKy2wRyyxADorLrEwARQrLbBILLEAOyshIyAgPLAGI0IjOLEwARQrsAZDLrAwKy2wSSywABUgR7AAI0KyAAEBFRQTLrA2Ki2wSiywABUgR7AAI0KyAAEBFRQTLrA2Ki2wSyyxAAEUE7A3Ki2wTCywOSotsE0ssAAWRSMgLiBGiiNhOLEwARQrLbBOLLAKI0KwTSstsE8ssgAARistsFAssgABRistsFEssgEARistsFIssgEBRistsFMssgAARystsFQssgABRystsFUssgEARystsFYssgEBRystsFcsswAAAEMrLbBYLLMAAQBDKy2wWSyzAQAAQystsFosswEBAEMrLbBbLLMAAAFDKy2wXCyzAAEBQystsF0sswEAAUMrLbBeLLMBAQFDKy2wXyyyAABFKy2wYCyyAAFFKy2wYSyyAQBFKy2wYiyyAQFFKy2wYyyyAABIKy2wZCyyAAFIKy2wZSyyAQBIKy2wZiyyAQFIKy2wZyyzAAAARCstsGgsswABAEQrLbBpLLMBAABEKy2waiyzAQEARCstsGssswAAAUQrLbBsLLMAAQFEKy2wbSyzAQABRCstsG4sswEBAUQrLbBvLLEAPCsusTABFCstsHAssQA8K7BAKy2wcSyxADwrsEErLbByLLAAFrEAPCuwQistsHMssQE8K7BAKy2wdCyxATwrsEErLbB1LLAAFrEBPCuwQistsHYssQA9Ky6xMAEUKy2wdyyxAD0rsEArLbB4LLEAPSuwQSstsHkssQA9K7BCKy2weiyxAT0rsEArLbB7LLEBPSuwQSstsHwssQE9K7BCKy2wfSyxAD4rLrEwARQrLbB+LLEAPiuwQCstsH8ssQA+K7BBKy2wgCyxAD4rsEIrLbCBLLEBPiuwQCstsIIssQE+K7BBKy2wgyyxAT4rsEIrLbCELLEAPysusTABFCstsIUssQA/K7BAKy2whiyxAD8rsEErLbCHLLEAPyuwQistsIgssQE/K7BAKy2wiSyxAT8rsEErLbCKLLEBPyuwQistsIsssgsAA0VQWLAGG7IEAgNFWCMhGyFZWUIrsAhlsAMkUHixBQEVRVgwWS0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAdCsQAAKrEAB0KxAAoqsQAHQrEACiqxAAdCuQAAAAsqsQAHQrkAAAALKrkAAwAARLEkAYhRWLBAiFi5AAMAZESxKAGIUVi4CACIWLkAAwAARFkbsScBiFFYugiAAAEEQIhjVFi5AAMAAERZWVlZWbEADiq4Af+FsASNsQIARLMFZAYAREQ=") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?84635955#fontello') format('svg');
  }
}
*/
.bola-x-twitter .icon-x-twitter:before {
  content: '\e800';
  height: 40px;
  font-size: 30px;
  width: 40px;
  display: block;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center; }

.bola-x-twitter {
  color: #1c4cde;
  border: 2px solid #1c4cde;
  border-radius: 101px; }

.fontello:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-x-twitter:before {
  content: '\e800'; }

/* '' */
.fontello {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */ }

.bola-x-twitter .icon-x-twitter:before {
  content: '\e800';
  height: 40px;
  font-size: 30px;
  width: 40px;
  display: block;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center; }

.bola-x-twitter {
  color: #1c4cde;
  border: 2px solid #1c4cde;
  border-radius: 101px; }

.icon-x-twitter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }

.icon-x-twitter {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("../font/fontawesome-alloy.eot");
  src: url("../font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-alloy.woff") format("woff"), url("../font/fontawesome-alloy.ttf") format("truetype"), url("../font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'fontawesome-alloy';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
0% {
    -ms-transform: rotate(0deg); }
100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'fontawesome-alloy';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-caret-bottom-right, .icon-glass, .icon-music, .icon-search, .icon-envelope, .icon-heart, .icon-star, .icon-star-empty, .icon-user, .icon-film, .icon-th-large, .icon-th, .icon-th-list, .icon-ok, .icon-remove, .icon-zoom-in, .icon-zoom-out, .icon-off, .icon-signal, .icon-cog, .icon-trash, .icon-home, .icon-file, .icon-inbox, .icon-play-circle, .icon-repeat, .icon-refresh, .icon-list-alt, .icon-lock, .icon-flag, .icon-headphones, .icon-volume-off, .icon-volume-down, .icon-volume-up, .icon-qrcode, .icon-barcode, .icon-tag, .icon-tags, .icon-book, .icon-bookmark, .icon-print, .icon-camera, .icon-font, .icon-bold, .icon-italic, .icon-align-justify, .icon-list, .icon-indent-left, .icon-indent-right, .icon-facetime-video, .icon-picture, .icon-pencil, .icon-map-marker, .icon-adjust, .icon-tint, .icon-edit, .icon-share, .icon-check, .icon-move, .icon-step-backward, .icon-fast-backward, .icon-backward, .icon-play, .icon-pause, .icon-stop, .icon-forward, .icon-fast-forward, .icon-minus-sign, .icon-remove-sign, .icon-ok-sign, .icon-question-sign, .icon-info-sign, .icon-screenshot, .icon-remove-circle, .icon-ok-circle, .icon-ban-circle, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-down, .icon-share-alt, .icon-resize-full, .icon-resize-small, .icon-plus, .icon-minus, .icon-asterisk, .icon-exclamation-sign, .icon-gift, .icon-leaf, .icon-calendar, .icon-random, .icon-comment, .icon-magnet, .icon-chevron-up, .icon-chevron-down, .icon-retweet, .icon-shopping-cart, .icon-folder-close, .icon-folder-open, .icon-resize-vertical, .icon-resize-horizontal, .icon-bar-chart, .icon-twitter-sign, .icon-facebook-sign, .icon-camera-retro, .icon-key, .icon-cogs, .icon-comments, .icon-thumbs-up, .icon-thumbs-down, .icon-star-half, .icon-signin, .icon-trophy, .icon-github-sign, .icon-upload-alt, .icon-lemon, .icon-phone, .icon-check-empty, .icon-bookmark-empty, .icon-phone-sign, .icon-twitter, .icon-facebook, .icon-github, .icon-unlock, .icon-credit, .icon-rss, .icon-hdd, .icon-bullhorn, .icon-bell, .icon-certificate, .icon-hand-right, .icon-hand-left, .icon-hand-up, .icon-globe, .icon-wrench, .icon-tasks, .icon-filter, .icon-briefcase, .icon-fullscreen, .icon-group, .icon-link, .icon-cloud, .icon-beaker, .icon-cut, .icon-copy, .icon-paper-clip, .icon-save, .icon-sign-blank, .icon-reorder, .icon-list-ul, .icon-list-ol, .icon-strikethrough, .icon-underline, .icon-table, .icon-magic, .icon-money, .icon-caret-down, .icon-caret-up, .icon-caret-left, .icon-caret-right, .icon-columns, .icon-sort, .icon-sort-down, .icon-sort-up, .icon-envelope-alt, .icon-linkedin, .icon-undo, .icon-legal, .icon-dashboard, .icon-comment-alt, .icon-comments-alt, .icon-bolt, .icon-sitemap, .icon-umbrella, .icon-paste, .icon-lightbulb, .icon-exchange, .icon-bell-alt, .icon-coffee, .icon-food, .icon-file-alt, .icon-building, .icon-hospital, .icon-ambulance, .icon-medkit, .icon-fighter-jet, .icon-beer, .icon-h-sign, .icon-plus-sign, .icon-double-angle-left, .icon-double-angle-right, .icon-double-angle-up, .icon-double-angle-down, .icon-angle-left, .icon-angle-right, .icon-angle-up, .icon-angle-down, .icon-desktop, .icon-laptop, .icon-spinner, .icon-circle, .icon-reply, .icon-github-alt, .icon-folder-close-alt, .icon-folder-open-alt, .icon-expand-alt, .icon-collapse-alt, .icon-smile, .icon-frown, .icon-meh, .icon-gamepad, .icon-keyboard, .icon-flag-alt, .icon-flag-checkered, .icon-terminal, .icon-code, .icon-reply-all, .icon-star-half-full, .icon-location-arrow, .icon-crop, .icon-code-fork, .icon-subscript, .icon-eraser, .icon-puzzle, .icon-microphone, .icon-microphone-off, .icon-shield, .icon-calendar-empty, .icon-fire-extinguisher, .icon-rocket, .icon-maxcdn, .icon-chevron-sign-left, .icon-chevron-sign-right, .icon-chevron-sign-up, .icon-chevron-sign-down, .icon-html5, .icon-css3, .icon-anchor, .icon-unlock-alt, .icon-bullseye, .icon-ellipsis-horizontal, .icon-ellipsis-vertical, .icon-rss-sign, .icon-fb-boolean, .icon-text-height, .icon-text-width, .icon-align-left, .icon-align-center, .icon-align-right, .icon-step-forward, .icon-eject, .icon-chevron-left, .icon-chevron-right, .icon-plus-sign-2, .icon-fire, .icon-eye-open, .icon-eye-close, .icon-warning-sign, .icon-plane, .icon-heart-empty, .icon-signout, .icon-linkedin-sign, .icon-pushpin, .icon-external-link, .icon-hand-down, .icon-circle-arrow-left, .icon-circle-arrow-right, .icon-circle-arrow-up, .icon-circle-arrow-down, .icon-truck, .icon-pinterest, .icon-pinterest-sign, .icon-google-plus-sign, .icon-google-plus, .icon-cloud-download, .icon-cloud-upload, .icon-user-md, .icon-stethoscope, .icon-suitcase, .icon-tablet, .icon-mobile, .icon-circle-blank, .icon-quote-left, .icon-quote-right, .icon-unlink, .icon-question, .icon-info, .icon-exclamation, .icon-superscript, .icon-play-sign, .icon-ticket, .icon-minus-sign-alt, .icon-check-minus, .icon-level-up, .icon-sort-by-attributes-alt, .icon-sort-by-order, .icon-sort-by-order-alt, .icon-thumbs-up-2, .icon-thumbs-down-2, .icon-dribbble, .icon-skype, .icon-foursquare, .icon-trello, .icon-female, .icon-level-down, .icon-check-sign, .icon-edit-sign, .icon-external-link-sign, .icon-share-sign, .icon-compass, .icon-collapse, .icon-collapse-top, .icon-expand, .icon-euro, .icon-gbp, .icon-dollar, .icon-rupee, .icon-yen, .icon-renminbi, .icon-won, .icon-bitcoin, .icon-file-2, .icon-file-text, .icon-sort-by-alphabet, .icon-sort-by-alphabet-alt, .icon-sort-by-attributes, .icon-youtube-sign, .icon-youtube, .icon-xing, .icon-xing-sign, .icon-youtube-play, .icon-dropbox, .icon-stackexchange, .icon-instagram, .icon-flickr, .icon-adn, .icon-bitbucket, .icon-bitbucket-sign, .icon-tumblr, .icon-tumblr-sign, .icon-long-arrow-down, .icon-long-arrow-up, .icon-long-arrow-left, .icon-long-arrow-right, .icon-apple, .icon-windows, .icon-android, .icon-linux, .icon-male, .icon-gittip, .icon-sun, .icon-moon, .icon-archive, .icon-bug, .icon-vk, .icon-weibo, .icon-renren, .icon-time, .icon-road, .icon-download-alt, .icon-download, .icon-upload, .icon-db-joinxor, .icon-db-state, .icon-db-start, .icon-db-end, .icon-db-fork, .icon-db-condition, .icon-db-task, .icon-db-join, .icon-fb-button, .icon-fb-fieldset, .icon-fb-custom-field, .icon-fb-separator, .icon-fb-paragraph, .icon-fb-file-upload, .icon-fb-text, .icon-fb-text-box, .icon-fb-select, .icon-fb-radio, .icon-fb-number, .icon-fb-integer, .icon-fb-decimal {
  font-family: 'fontawesome-alloy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-caret-bottom-right:before {
  content: "\e016"; }

.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file:before {
  content: "\f016"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up:before {
  content: "\f087"; }

.icon-thumbs-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope-alt:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-fb-boolean:before {
  content: "\e008"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign-2:before {
  content: "\f055"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up-2:before {
  content: "\f164"; }

.icon-thumbs-down-2:before {
  content: "\f165"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before {
  content: "\f155"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-yen:before {
  content: "\f157"; }

.icon-renminbi:before {
  content: "\f158"; }

.icon-won:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-file-2:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-db-joinxor:before {
  content: "\e006"; }

.icon-db-state:before {
  content: "\e009"; }

.icon-db-start:before {
  content: "\e00b"; }

.icon-db-end:before {
  content: "\e00a"; }

.icon-db-fork:before {
  content: "\e00c"; }

.icon-db-condition:before {
  content: "\e00e"; }

.icon-db-task:before {
  content: "\e00d"; }

.icon-db-join:before {
  content: "\e00f"; }

.icon-fb-button:before {
  content: "\e010"; }

.icon-fb-fieldset:before {
  content: "\e011"; }

.icon-fb-custom-field:before {
  content: "\e012"; }

.icon-fb-separator:before {
  content: "\e013"; }

.icon-fb-paragraph:before {
  content: "\e014"; }

.icon-fb-file-upload:before {
  content: "\e015"; }

.icon-fb-text:before {
  content: "\e000"; }

.icon-fb-text-box:before {
  content: "\e001"; }

.icon-fb-select:before {
  content: "\e002"; }

.icon-fb-radio:before {
  content: "\e003"; }

.icon-fb-number:before {
  content: "\e004"; }

.icon-fb-integer:before {
  content: "\e005"; }

.icon-fb-decimal:before {
  content: "\e007"; }

.icon-btc:before {
  content: "\f15a"; }

.icon-cny:before {
  content: "\f158"; }

.icon-eur:before {
  content: "\f153"; }

.icon-gear:before {
  content: "\f013"; }

.icon-gears:before {
  content: "\f085"; }

.icon-inr:before {
  content: "\f156"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-krw:before {
  content: "\f159"; }

.icon-mail-forward:before {
  content: "\f064"; }

.icon-mail-reply:before {
  content: "\f112"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-rotate-right:before {
  content: "\f01e"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-unchecked:before {
  content: "\f096"; }

.icon-usd:before {
  content: "\f155"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../font/glyphicons-halflings-regular.eot);
  src: url(../font/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../font/glyphicons-halflings-regular.woff2) format("woff2"), url(../font/glyphicons-halflings-regular.woff) format("woff"), url(../font/glyphicons-halflings-regular.ttf) format("truetype"), url(../font/glyphicons-halflings-regular.svgglyphicons_halflingsregular) format("svg");
  font-display: swap; }

.glyphicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

.text-light,
.text-secondary,
.text-dark {
  color: #3C3C3B !important; }

p.cesce-title,
.container_des,
.container_link {
  color: #3C3C3B !important; }

@font-face {
  font-family: 'Montserrat';
  src: url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Light.woff2") format("woff2"), url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Black.woff2") format("woff2"), url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Thin.woff2") format("woff2"), url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("/o/liferay-landings-theme/font/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("/o/liferay-landings-theme/font/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("/o/liferay-landings-theme/font/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

p,
* {
  font-family: "Montserrat", sans-serif; }

h1,
.title-1 {
  font-size: 50px;
  font-family: "Hepta Slab", serif;
  color: #1C4CDE;
  line-height: 64px;
  font-weight: bold; }

h3,
.title-3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1C4CDE; }
  h3 .text-light,
  h3 .text-secondary,
  h3 .text-dark,
  .title-3 .text-light,
  .title-3 .text-secondary,
  .title-3 .text-dark {
    color: #1C4CDE !important; }
  h3 font,
  .title-3 font {
    color: #1C4CDE !important; }

h2,
.title-2 {
  font-size: 40px;
  text-align: center;
  line-height: 50px;
  font-family: "Hepta Slab", serif;
  font-weight: 700;
  color: #1C4CDE; }

h4,
.title-4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif; }

@media screen and (max-width: 600px) {
  h2,
  .title-2 {
    font-size: 30px;
    line-height: 1.2em; }
  h1,
  .title-1 {
    font-size: 36px;
    line-height: 1.2em; } }

p.lead {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: initial;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  border-left: 4px solid #E7E7E7;
  padding-left: 20px;
  margin-top: 35px;
  margin-bottom: 35px;
  color: #1C4CDE;
  font-weight: bold; }
  p.lead:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 23px;
    left: -4px;
    top: 0;
    background: #002fff; }

body[path="agentes"] p.lead {
  margin-top: 20px;
  margin-bottom: 0; }

a {
  color: #1C4CDE; }
  a:hover {
    text-decoration: none;
    color: #F96138; }

.component-paragraph a {
  color: #1C4CDE; }
  .component-paragraph a:hover {
    text-decoration: none;
    color: #F96138; }

body {
  color: #3C3C3B; }

.grid-box-4 {
  align-items: flex-end; }
  .grid-box-4 .box {
    width: 22%;
    margin: 1%; }

.grid-sin-margin-4 {
  align-items: flex-end; }
  .grid-sin-margin-4 .box {
    width: 25%; }

.grid-box-2 {
  align-items: flex-end; }
  .grid-box-2 .box {
    width: 50%; }

.grid-box-3 {
  align-items: flex-end; }
  .grid-box-3 .box {
    width: 33.3%; }

.grid-box-2-1 .box {
  width: 33.3%; }
  .grid-box-2-1 .box:first-of-type {
    width: 66.6%; }
  .grid-box-2-1 .box .view-product-list .container > a {
    width: auto; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .grid-box-4 .box {
    width: 48% !important; }
  .grid-sin-margin-4 .box {
    width: 100% !important; }
  .grid-box-2 .box {
    width: 100% !important; }
  .grid-box-3 .box,
  .grid-box-2-1 .box {
    width: 100% !important; }
  .grid-box-2-1 .box .view-product-list .container > a {
    width: 100%; } }

@media (max-width: 600px) {
  .grid-box-4 .box {
    width: 100% !important; }
  .grid-sin-margin-4 .box {
    width: 100% !important; }
  .grid-box-2 .box {
    width: 100% !important; }
  .grid-box-3 .box {
    width: 100% !important; } }

@media (max-width: 479px) {
  .grid-box-4 .box {
    width: 100% !important; }
  .grid-sin-margin-4 .box {
    width: 100% !important; }
  .grid-box-2 .box {
    width: 100% !important; }
  .grid-box-3 .box {
    width: 100% !important; } }

.btn-primary-class,
.container-fluid .btn-primary {
  border-right: 0;
  font-size: 15px;
  font-family: 'Montserrat',
 sans-serif;
  padding: 5px 25px !important;
  text-align: center;
  color: #FFFFFF !important;
  background: #F96138;
  border-radius: 20px;
  transition: .7s;
  background-size: 200% auto;
  background-position: center right;
  transition: background 0.4s;
  border: 1px solid #F96138; }
  .btn-primary-class:hover,
  .container-fluid .btn-primary:hover {
    background-size: 200% auto;
    background-position: center;
    color: #F96138 !important;
    text-decoration: none;
    background: transparent;
    transition: background 0.4s;
    border: 1px solid #F96138; }
  .btn-primary-class:focus,
  .container-fluid .btn-primary:focus {
    outline: none;
    border: 0; }

.btn-green-class {
  border-right: 0;
  font-size: 15px;
  font-family: 'Montserrat',
 sans-serif;
  padding: 5px 25px !important;
  text-align: center;
  color: #FFFFFF !important;
  background: #1C4CDE;
  border-radius: 20px;
  transition: .7s;
  background-size: 200% auto;
  background-position: center right; }
  .btn-green-class:hover {
    background-size: 200% auto;
    background-position: center;
    color: white !important;
    text-decoration: none; }
  .btn-green-class:focus {
    outline: none;
    border: 0; }

.btn-second-class {
  border-right: 0;
  font-size: 15px;
  border: 1px solid #1C4CDE;
  font-family: 'Montserrat',
 sans-serif;
  padding: 5px 25px !important;
  text-align: center;
  color: #1C4CDE;
  border-radius: 20px;
  background-color: #FFFFFF; }
  .btn-second-class:hover {
    background-color: #1C4CDE;
    color: white;
    text-decoration: none; }
  .btn-second-class:focus {
    outline: none;
    border: 0; }

.btn-white-class {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  padding: 5px 25px;
  text-align: center;
  color: #FFFFFF;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #FFFFFF; }
  .btn-white-class:hover {
    background: #FFFFFF;
    color: #408913;
    text-decoration: none; }
  .btn-white-class:focus {
    outline: none;
    border: 0; }

.link-arrow {
  font-size: 16px;
  color: #1C4CDE;
  position: relative; }
  .link-arrow:before {
    content: '';
    position: absolute;
    right: -22px;
    width: 12px;
    height: 12px;
    background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-orange.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(-90deg);
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
  .link-arrow:hover {
    color: #F96138;
    text-decoration: none; }
  .link-arrow:focus {
    outline: none;
    border: 0; }

.box-link-banner {
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
  background-color: #ffffff;
  padding: 30px;
  margin: 20px 0;
  color: #1C4CDE;
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .box-link-banner:hover {
    text-decoration: none; }
  .box-link-banner:before {
    content: '';
    position: absolute;
    right: 13px;
    width: 22px;
    height: 100%;
    background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-orange.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    transform: rotate(270deg);
    bottom: 0; }

.link {
  color: #1C4CDE;
  margin: 10px 0;
  display: inline-block; }
  .link.tel {
    background-image: url(/o/liferay-cesce-theme/images/iconos/phone.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    padding-left: 40px;
    border-right: 0;
    color: #3C3C3B; }
  .link.mail {
    background-image: url(/o/liferay-cesce-theme/images/iconos/email-blue-medium.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    padding-left: 40px;
    border-right: 0;
    color: #3C3C3B; }
  .link.web-url {
    background-image: url(/o/liferay-cesce-theme/images/iconos/icon-web.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    padding-left: 40px;
    border-right: 0;
    color: #3C3C3B; }
  .link.external-link {
    background-image: url(/o/liferay-cesce-theme/images/iconos/external-link.svg);
    background-size: 17px;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 23px;
    margin-right: 15px;
    color: #3C3C3B; }
  .link.download-icon {
    background-image: url(/o/liferay-cesce-theme/images/iconos/icono-general-descarga.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 44px;
    background-size: 45px;
    padding-bottom: 50px;
    color: #3C3C3B;
    height: 38px;
    padding-top: 25px;
    border-bottom: 1px solid #1C4CDE;
    width: 95%;
    font-weight: 500; }
  .link.location {
    color: #3C3C3B; }
  .link:hover {
    text-decoration: none;
    color: #F96138 !important; }

.link-ancla {
  cursor: pointer; }

.slick-next:before {
  content: '';
  background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-orange.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  transform: rotate(270deg);
  background-repeat: no-repeat; }

.slick-prev:before {
  content: '';
  background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-orange.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  transform: rotate(90deg);
  background-repeat: no-repeat; }

.portlet-layout .portlet-header {
  display: none; }

.portlet-decorate .portlet-content {
  padding: 0;
  background: transparent; }

body[path="landing-poliza-facil"] header#banner {
  background: #1c4cde;
  box-shadow: 2px 12px 22px -2px #000000b0; }

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 12; }
  header#banner {
    background: #1c4cde; }
  header nav#nav-main {
    position: relative;
    padding: 20px;
    background: #1c4cde;
    z-index: 10;
    max-width: 100%;
    transition: 0.7s;
    padding-bottom: 5px !important;
    color: white; }
    header nav#nav-main.home {
      background: #1C4CDE; }
    header nav#nav-main .logo {
      width: 100%;
      padding: 10px 30px;
      position: absolute;
      top: 0px;
      left: 20px;
      z-index: 1;
      transition: all 0.8s cubic-bezier(0, 1, 0.5, 1);
      max-width: 390px;
      padding-top: 0 !important; }
    header nav#nav-main .nav-header {
      width: 100%;
      padding-left: 30px;
      padding-top: 80px;
      transition: 0.7s; }
      header nav#nav-main .nav-header .menu-items {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        flex-grow: 2; }
        header nav#nav-main .nav-header .menu-items > .item-menu::before {
          display: none;
          padding-right: 0; }
      header nav#nav-main .nav-header .top-header {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        max-width: 600px;
        background: #1C4CDE; }
        header nav#nav-main .nav-header .top-header .item-top-header {
          cursor: pointer;
          border-right: 1px solid white; }
          header nav#nav-main .nav-header .top-header .item-top-header .submenu-top-header {
            position: absolute;
            background: #FFFFFF;
            left: 0px;
            width: 430px;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            padding: 10px 15px;
            z-index: 11;
            list-style: none;
            margin-top: 10px;
            box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
            align-items: flex-start; }
            header nav#nav-main .nav-header .top-header .item-top-header .submenu-top-header a {
              border-right: 0;
              padding: 0;
              font-size: 16px;
              color: #1C4CDE;
              font-family: "Montserrat", sans-serif; }
              header nav#nav-main .nav-header .top-header .item-top-header .submenu-top-header a:hover {
                font-weight: bold; }
            header nav#nav-main .nav-header .top-header .item-top-header .submenu-top-header li {
              margin: 5px 0; }
          header nav#nav-main .nav-header .top-header .item-top-header a {
            font-size: 17px;
            color: white;
            font-family: 'Montserrat';
            width: auto;
            text-align: right;
            padding: 0 9px; }
            header nav#nav-main .nav-header .top-header .item-top-header a.-buscador {
              font-size: 15px;
              padding: 0 15px !important;
              display: flex;
              justify-content: center;
              align-items: center; }
            header nav#nav-main .nav-header .top-header .item-top-header a.main-item {
              position: relative; }
              header nav#nav-main .nav-header .top-header .item-top-header a.main-item:before {
                content: "";
                bottom: -11px;
                right: 0;
                left: 0;
                position: absolute;
                width: 0;
                height: 3px;
                background-color: white;
                animation: width 0.5s;
                transition: all 0.4s;
                border-radius: 2px; }
              header nav#nav-main .nav-header .top-header .item-top-header a.main-item.active {
                position: relative;
                font-weight: 500;
                position: relative; }
                header nav#nav-main .nav-header .top-header .item-top-header a.main-item.active:before {
                  content: "";
                  bottom: -10px;
                  right: 0;
                  left: 0;
                  position: absolute;
                  width: 100%;
                  height: 2px;
                  background-color: white;
                  animation: width 0.5s;
                  transition: all 0.4s;
                  border-radius: 2px; }
            header nav#nav-main .nav-header .top-header .item-top-header a.telf-icon {
              border-right: 1px solid #3C3C3B;
              font-size: 18px;
              font-family: "Hepta Slab", serif;
              background-image: url(/o/liferay-cesce-theme/images/iconos/phone-white.svg);
              background-repeat: no-repeat;
              background-size: 20px;
              background-position: 10px center;
              padding-left: 35px;
              border-right: 0; }
            header nav#nav-main .nav-header .top-header .item-top-header a.user-icon {
              margin-top: 0px;
              font-size: 15px;
              font-family: "Montserrat", sans-serif;
              color: white;
              background-image: url(/o/liferay-cesce-theme/images/iconos/user_white.svg);
              background-repeat: no-repeat;
              background-size: 25px;
              background-position: 10px center;
              padding-left: 40px;
              border-right: 0; }
              header nav#nav-main .nav-header .top-header .item-top-header a.user-icon:hover {
                background-image: url(/o/liferay-cesce-theme/images/iconos/area-cliente-fill_.svg); }
            header nav#nav-main .nav-header .top-header .item-top-header a:hover {
              text-decoration: none; }
          header nav#nav-main .nav-header .top-header .item-top-header button.top {
            font-size: 17px;
            color: white;
            font-family: 'Montserrat';
            width: auto;
            text-align: right;
            padding: 0 9px; }
            header nav#nav-main .nav-header .top-header .item-top-header button.top.-buscador {
              font-size: 15px;
              padding: 0 15px !important;
              display: flex;
              justify-content: center;
              align-items: center; }
            header nav#nav-main .nav-header .top-header .item-top-header button.top.main-item {
              position: relative; }
              header nav#nav-main .nav-header .top-header .item-top-header button.top.main-item:before {
                content: "";
                bottom: -11px;
                right: 0;
                left: 0;
                position: absolute;
                width: 0;
                height: 3px;
                background-color: white;
                animation: width 0.5s;
                transition: all 0.4s;
                border-radius: 2px; }
              header nav#nav-main .nav-header .top-header .item-top-header button.top.main-item.active {
                position: relative;
                font-weight: 500;
                position: relative; }
                header nav#nav-main .nav-header .top-header .item-top-header button.top.main-item.active:before {
                  content: "";
                  bottom: -10px;
                  right: 0;
                  left: 0;
                  position: absolute;
                  width: 100%;
                  height: 2px;
                  background-color: white;
                  animation: width 0.5s;
                  transition: all 0.4s;
                  border-radius: 2px; }
            header nav#nav-main .nav-header .top-header .item-top-header button.top.telf-icon {
              border-right: 1px solid #3C3C3B;
              font-size: 18px;
              font-family: "Hepta Slab", serif;
              background-image: url(/o/liferay-cesce-theme/images/iconos/phone-white.svg);
              background-repeat: no-repeat;
              background-size: 20px;
              background-position: 10px center;
              padding-left: 35px;
              border-right: 0; }
            header nav#nav-main .nav-header .top-header .item-top-header button.top.user-icon {
              margin-top: 0px;
              font-size: 15px;
              font-family: "Montserrat", sans-serif;
              color: white;
              background-image: url(/o/liferay-cesce-theme/images/iconos/user_white.svg);
              background-repeat: no-repeat;
              background-size: 25px;
              background-position: 10px center;
              padding-left: 40px;
              border-right: 0; }
              header nav#nav-main .nav-header .top-header .item-top-header button.top.user-icon:hover {
                background-image: url(/o/liferay-cesce-theme/images/iconos/area-cliente-fill_.svg); }
            header nav#nav-main .nav-header .top-header .item-top-header button.top:hover {
              text-decoration: none; }
          header nav#nav-main .nav-header .top-header .item-top-header.phone {
            border-right: 0; }
        header nav#nav-main .nav-header .top-header .register {
          width: 50%;
          margin-top: 10px; }
          header nav#nav-main .nav-header .top-header .register .btn-second-class:hover {
            color: white !important;
            background: #1C4CDE; }
      header nav#nav-main .nav-header .sub-header {
        margin-top: 0px;
        padding: 0 !important;
        max-width: 100%;
        background: #1C4CDE;
        margin-top: 5px;
        transition: all 0.3s cubic-bezier(0, 1, 0.5, 1); }
        header nav#nav-main .nav-header .sub-header .item-menu {
          font-size: 17px;
          color: white;
          font-family: "Montserrat", sans-serif;
          order: 0;
          cursor: pointer;
          margin-right: 40px;
          position: relative;
          padding-right: 20px;
          height: auto;
          display: flex;
          align-items: center; }
          header nav#nav-main .nav-header .sub-header .item-menu:hover {
            color: white;
            font-weight: 500; }
          header nav#nav-main .nav-header .sub-header .item-menu:last-of-type {
            margin-right: 30px;
            text-decoration: none; }
          header nav#nav-main .nav-header .sub-header .item-menu::before {
            width: 15px;
            height: 16px;
            content: "";
            display: inline-block;
            background: url(../images/iconos/arrow-orange.svg) center bottom/12px no-repeat;
            position: absolute;
            right: 0;
            top: 47%;
            margin-top: -10px; }
          header nav#nav-main .nav-header .sub-header .item-menu.active::before {
            transform: rotate(-180deg);
            margin-top: 0; }
          header nav#nav-main .nav-header .sub-header .item-menua::before {
            display: none; }
          header nav#nav-main .nav-header .sub-header .item-menu::after {
            transition-timing-function: ease-in-out;
            content: "";
            bottom: 0;
            right: 0;
            left: 0;
            position: absolute;
            width: 0;
            height: 2px;
            background-color: white;
            animation: width 0.5s;
            transition: all 0.4s;
            border-radius: 2px;
            opacity: 0; }
          header nav#nav-main .nav-header .sub-header .item-menu.active::after {
            transition-timing-function: ease-in-out;
            content: "";
            bottom: 0;
            right: 0;
            left: 0;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: white;
            animation: width 0.5s;
            transition: all 0.4s;
            border-radius: 2px;
            opacity: 1; }
        header nav#nav-main .nav-header .sub-header a.item-menu {
          padding-right: 0; }
        header nav#nav-main .nav-header .sub-header a.item-menu::before {
          display: none; }
  header .submenu-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 420px;
    transform: translateY(-100%); }
    header .submenu-container .submenu {
      position: absolute;
      left: 50%;
      top: 0;
      transition: 0.7s;
      transition-timing-function: ease-in-out;
      background: #FFFFFF;
      display: flex;
      height: auto;
      width: 100%;
      z-index: 10;
      max-width: 1400px;
      -webkit-box-shadow: -1px 7px 20px -13px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: -1px 7px 20px -13px rgba(0, 0, 0, 0.3);
      box-shadow: -1px 7px 20px -13px rgba(0, 0, 0, 0.3);
      transform: translateX(-50%); }
      header .submenu-container .submenu.active {
        transform: translateY(185%) translateX(-50%); }
      header .submenu-container .submenu .first-box {
        width: 35%;
        padding: 20px 40px;
        position: relative;
        min-height: 420px;
        background: #FFFFFF; }
        header .submenu-container .submenu .first-box div {
          margin: 20px 0;
          position: relative; }
          header .submenu-container .submenu .first-box div span:after {
            width: 15px;
            height: 16px;
            content: "";
            display: inline-block;
            background: url(../images/iconos/arrow-orange.svg) center bottom/12px no-repeat;
            transform: rotate(-90deg) translatex(-4px); }
          header .submenu-container .submenu .first-box div span:before {
            position: absolute;
            top: 0px;
            right: -55px;
            width: 0;
            height: 0;
            border-left: 20px solid #FFFFFF;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            content: "";
            z-index: 1;
            opacity: 0;
            margin-top: -6px; }
          header .submenu-container .submenu .first-box div span.active:before {
            opacity: 1; }
          header .submenu-container .submenu .first-box div[id-children="soluciones-tamano-empresa"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/soluciones-empresa.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="soluciones-cobertura-empresa"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/soluciones-cobertura.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="comparador-soluciones"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/comparador.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="catalogo-seguros-credito"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/catalogo-seguros.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="si-eres-empresa"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/empresa.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="si-eres-una-entidad-financiera"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/entidad-financiera.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="entidades-extranjeras"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/entidad-extranjera.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="linea-covid"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/riesgo-pais.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="documentacion-seguros"], header .submenu-container .submenu .first-box div[id-children="documentacion-coberturas"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/documentacion.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="eca"], header .submenu-container .submenu .first-box div[id-children="coberturas-riesgo"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/eca.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="servicios-apoyo-financiacion"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/apoyo-financiacion.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="servicios-apoyo-a-toma-de-decisiones"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/apoyo-toma-decisiones.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="otros-servicios"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/otros-servicios.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="catalogo-servicios-cesce"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/catalogo-servicios.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="garantia-cumplimiento"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/garantia-cumplimiento.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div[id-children="consulta-poliza"] {
            background-image: url(/o/liferay-cesce-theme/images/iconos/consulta-poliza.svg);
            background-repeat: no-repeat;
            padding-left: 40px;
            background-size: 32px 25px; }
          header .submenu-container .submenu .first-box div span,
          header .submenu-container .submenu .first-box div a {
            font-size: 17px;
            color: #1C4CDE;
            font-family: "Montserrat", sans-serif;
            cursor: pointer;
            font-weight: 500; }
            header .submenu-container .submenu .first-box div span.active, header .submenu-container .submenu .first-box div span:hover,
            header .submenu-container .submenu .first-box div a.active,
            header .submenu-container .submenu .first-box div a:hover {
              font-weight: bold;
              text-decoration: none;
              color: #F96138;
              font-weight: 500; }
      header .submenu-container .submenu .second-box {
        width: 38%;
        padding: 20px 40px;
        background: #8facd8;
        min-height: 440px; }
        header .submenu-container .submenu .second-box div a,
        header .submenu-container .submenu .second-box div p.active {
          font-size: 17px;
          color: white;
          font-family: "Montserrat", sans-serif;
          margin-top: 10px;
          font-weight: 600; }
          header .submenu-container .submenu .second-box div a.active, header .submenu-container .submenu .second-box div a:hover,
          header .submenu-container .submenu .second-box div p.active.active,
          header .submenu-container .submenu .second-box div p.active:hover {
            font-weight: 600;
            text-decoration: none; }
        header .submenu-container .submenu .second-box p,
        header .submenu-container .submenu .second-box p[data-id=intro] {
          color: white; }
      header .submenu-container .submenu .third-box {
        width: 27%;
        padding: 20px 40px;
        color: #1C4CDE;
        background: white;
        min-height: 420px; }
        header .submenu-container .submenu .third-box .title {
          font-size: 22px;
          width: 100%;
          display: block;
          line-height: 1.2em;
          font-family: "Montserrat", sans-serif;
          margin-bottom: 0px;
          color: #1C4CDE;
          font-weight: bold; }
        header .submenu-container .submenu .third-box p {
          font-size: 16px;
          line-height: 1.2em;
          font-family: "Montserrat", sans-serif;
          margin-bottom: 0px; }
        header .submenu-container .submenu .third-box a {
          color: #1C4CDE;
          font-size: 16px;
          margin-bottom: 12px;
          display: block; }
          header .submenu-container .submenu .third-box a .glyphicon {
            color: #F96138;
            font-size: 13px;
            padding-left: 5px; }
          header .submenu-container .submenu .third-box a:hover {
            text-decoration: none; }
  header.fixed-menu {
    background: #1c4cde;
    top: 0px;
    z-index: 13;
    -webkit-box-shadow: -1px 4px 20px -13px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -1px 4px 20px -13px rgba(0, 0, 0, 0.6);
    box-shadow: -1px 4px 20px -13px rgba(0, 0, 0, 0.6); }
    header.fixed-menu nav#nav-main {
      padding: 10px 20px !important;
      padding-bottom: 5px !important; }
    header.fixed-menu nav#nav-main .nav-header {
      padding-top: 30px; }
    header.fixed-menu nav#nav-main .nav-header .top-header a.telf-icon, header.fixed-menu nav#nav-main .nav-header .top-header a.btn-second-class, header.fixed-menu nav#nav-main .nav-header .top-header a.user-icon {
      display: block;
      margin-top: 0; }
    header.fixed-menu nav#nav-main .nav-header .top-header a.user-icon {
      margin-top: 0; }
    header.fixed-menu nav#nav-main .nav-header .top-header .register {
      width: auto;
      margin: 0px 5px 0 5px; }

header.fixed-menu nav#nav-main .nav-header .sub-header .item-menu:after {
  bottom: 0; }

body[path="buscador-de-soluciones"] nav#nav-main,
body[path="solution-search-engine"] nav#nav-main {
  display: none !important; }

nav#buscador-soluciones {
  display: none; }

body[path="buscador-de-soluciones"] #content,
body[path="solution-search-engine"] #content {
  padding-top: 78px; }

body[path="buscador-de-soluciones"] nav#buscador-soluciones,
body[path="solution-search-engine"] nav#buscador-soluciones {
  display: flex;
  background: #1C4CDE !important;
  color: white;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px !important; }
  body[path="buscador-de-soluciones"] nav#buscador-soluciones .logo,
  body[path="solution-search-engine"] nav#buscador-soluciones .logo {
    width: 160px; }
  body[path="buscador-de-soluciones"] nav#buscador-soluciones p,
  body[path="solution-search-engine"] nav#buscador-soluciones p {
    margin-bottom: 0;
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    padding-right: 35px; }
  body[path="buscador-de-soluciones"] nav#buscador-soluciones .exit,
  body[path="solution-search-engine"] nav#buscador-soluciones .exit {
    background-image: url(/o/liferay-cesce-theme/images/iconos/exit-white.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
    font-size: 14px;
    background-size: 30px;
    color: white; }
    body[path="buscador-de-soluciones"] nav#buscador-soluciones .exit:hover,
    body[path="solution-search-engine"] nav#buscador-soluciones .exit:hover {
      text-decoration: none; }

.search-icon {
  background-image: url(/o/liferay-cesce-theme/images/iconos/lupa.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0px;
  font-size: 0; }

body.signed-in header {
  top: 56px; }

@keyframes resetheader {
  to {
    transform: translate(0); } }

body.signed-out header.fixed-menu {
  top: 0; }

#content {
  padding-top: 167px; }

#baner.fixed-menu + #content {
  padding-top: 107px; }

.breadcrumb {
  font-size: 15px;
  color: #1C4CDE;
  background: transparent;
  padding: 0; }
  .breadcrumb .breadcrumb-link {
    color: #1C4CDE; }
    .breadcrumb .breadcrumb-link:hover {
      text-decoration: none; }
  .breadcrumb .breadcrumb-item {
    color: #F96138; }
    .breadcrumb .breadcrumb-item a {
      color: #1C4CDE; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #1C4CDE;
        text-decoration: underline; }
  .breadcrumb .breadcrumbItem {
    padding-left: 20px;
    position: relative;
    color: #F96138; }
    .breadcrumb .breadcrumbItem:before {
      float: left;
      background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-blue-right.svg);
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      height: 0.75em;
      left: 4px;
      margin-top: -0.375em;
      padding: 0;
      position: absolute;
      top: 10px;
      width: 0.75em; }

.breadcrumb-item + .breadcrumb-item::before {
  background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-blue-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.breadcrumb-list {
  font-size: 15px;
  color: #979797;
  background: transparent;
  padding: 0;
  list-style: none;
  padding-left: 0; }
  .breadcrumb-list a {
    color: #1C4CDE; }
    .breadcrumb-list a:hover {
      text-decoration: none; }
  .breadcrumb-list .breadcrumbItem {
    padding-left: 20px;
    position: relative;
    color: #F96138; }
    .breadcrumb-list .breadcrumbItem:before {
      float: left;
      background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-blue-right.svg);
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      display: block;
      height: 0.75em;
      left: 4px;
      margin-top: -0.375em;
      padding: 0;
      position: absolute;
      top: 10px;
      width: 0.75em; }

.show-menu,
.close-menu {
  display: none; }

.-buscador {
  display: inline-block;
  transform: none;
  position: relative;
  border: 1px solid white;
  background: transparent; }
  .-buscador:hover {
    background: white;
    border: 1px solid white;
    color: #1C4CDE !important; }

.encabezado-menu {
  display: none; }

.cover-submenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  opacity: 0;
  pointer-events: none;
  z-index: 10; }

.fixed-menu .cover-submenu {
  height: 65px; }

.cover-menu-top {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 10; }

.cover-menu-top.show {
  pointer-events: visible; }

.cover-submenu.-two {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 9; }

.cover-submenu.show {
  pointer-events: visible; }

header nav#nav-main {
  max-width: 1400px; }

header.fixed-menu nav#nav-main .nav-header .sub-header {
  margin-top: 35px;
  transition: all 0.3s cubic-bezier(0, 1, 0.5, 1); }

header.fixed-menu nav#nav-main .logo {
  padding: 10px 95px 10px 0;
  transition: all 0.8s cubic-bezier(0, 1, 0.5, 1); }

body #banner.fixed-menu {
  top: 56px; }

body.signed-out #banner.fixed-menu,
body.signed-out #banner {
  top: 0; }

header .submenu-container .submenu .second-box div.menu-second[id-subchildren="linea-covid"] a {
  margin: 20px 0; }

@media screen and (max-width: 1700px) {
  .cover-submenu.-two {
    width: calc(100% - 1230px); } }

@media screen and (max-width: 1400px) {
  header nav#nav-main .nav-header .sub-header .item-menu {
    margin-right: 20px; }
    header nav#nav-main .nav-header .sub-header .item-menu:last-of-type {
      margin-right: 20px; }
  .cover-submenu.-two {
    width: calc(100% - 1120px); }
  header nav#nav-main .nav-header {
    padding-left: 0; }
  header.fixed-menu nav#nav-main .nav-header {
    padding-top: 40px; }
  header.fixed-menu nav#nav-main .nav-header .top-header,
  header nav#nav-main .nav-header .top-header {
    top: 5px; }
  header nav#nav-main .nav-header .sub-header .search-icon {
    margin-right: 20px; }
  header.fixed-menu nav#nav-main .logo {
    top: 10px; }
  .cover-submenu.-two {
    width: calc(100% - 1040px); } }

@media screen and (max-width: 1383px) {
  header .submenu-container .submenu .third-box p {
    margin-bottom: 0; } }

@media screen and (max-width: 1300px) {
  header nav#nav-main .nav-header .sub-header .item-menu,
  header nav#nav-main .nav-header .menu-items .item-top-header,
  header nav#nav-main .nav-header .sub-header .search-icon {
    font-size: 15px; }
  header .submenu-container .submenu .second-box {
    padding: 20px 40px; }
  header.fixed-menu nav#nav-main .logo {
    top: 0; }
  header.fixed-menu nav#nav-main .nav-header .sub-header {
    margin-top: 20px; }
  header .submenu-container .submenu .second-box div a,
  header .submenu-container .submenu .second-box div p.active {
    font-size: 16px; }
  header nav#nav-main .nav-header .sub-header .item-menu {
    margin-right: 20px; }
  header .submenu-container .submenu .first-box {
    padding: 20px 20px; }
  header .submenu-container .submenu .first-box div span:before {
    right: -35px; }
  header .submenu-container .submenu .third-box {
    padding: 20px 30px; }
  header .submenu-container .submenu .third-box .title {
    font-size: 20px;
    margin-bottom: 5px; } }

@media screen and (max-width: 1283px) {
  header .submenu-container .submenu .second-box {
    padding: 20px 30px;
    width: 40%; }
  header .submenu-container .submenu .first-box {
    width: 30%; }
  header .submenu-container .submenu .third-box {
    width: 30%; }
  header nav#nav-main .nav-header .sub-header .search-icon {
    font-size: 0 !important; } }

@media screen and (max-width: 1120px) {
  button.top {
    padding: 0 !important; }
  header.fixed-menu nav#nav-main .nav-header .top-header a.user-icon {
    font-size: 0;
    padding: 0;
    width: 35px;
    background-position: center; }
  header .submenu-container .submenu .first-box div span.active,
  header .submenu-container .submenu .first-box div span:hover,
  header .submenu-container .submenu .first-box div a.active,
  header .submenu-container .submenu .first-box div a:hover,
  header .submenu-container .submenu .first-box div span,
  header .submenu-container .submenu .first-box div a {
    font-weight: bold; }
  header.fixed-menu nav#nav-main .nav-header .top-header .item-top-header a.telf-icon {
    font-size: 0;
    width: 30px;
    height: 30px;
    background-position: center;
    display: block;
    padding: 0; }
  header.fixed-menu nav#nav-main .nav-header .sub-header {
    margin-top: 0 !important; }
  .cover-submenu {
    display: none; }
  .cover-menu-top {
    display: none; }
  .item-top-header {
    display: inline-block; }
  #content {
    padding-top: 118.41px; }
  #baner.fixed-menu + #content {
    padding-top: 75.34px; }
  .show-menu {
    width: 32px;
    height: 18px;
    position: relative;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    margin-left: 10px;
    outline: none; }
    .show-menu span:nth-child(1) {
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 0;
      background: white;
      display: inline-block; }
    .show-menu span:nth-child(2) {
      width: 66%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -0.5px;
      background: white;
      display: inline-block; }
    .show-menu span:nth-child(3) {
      width: 20%;
      height: 1px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.5px;
      background: #F96138;
      display: inline-block; }
    .show-menu span:nth-child(4) {
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: white;
      display: inline-block; }
  header nav#nav-main .nav-header .sub-header {
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: white;
    flex-direction: column;
    padding-bottom: 20px !important;
    padding-top: 65px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    transform: translateX(-120%);
    transition: 0.7s;
    box-shadow: 5px 7px 20px rgba(0, 0, 0, 0.5);
    z-index: 7;
    max-width: 380px;
    height: 100%; }
  header nav#nav-main .nav-header .sub-header .item-menu::before {
    display: none !important; }
  header nav#nav-main .nav-header .top-header .item-top-header a.-buscador {
    display: none; }
  header nav#nav-main .nav-header .sub-header.show {
    transform: translateX(0%); }
  header nav#nav-main .nav-header .menu-items {
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
    justify-content: flex-start; }
  header nav#nav-main .nav-header .sub-header .item-menu,
  header nav#nav-main .nav-header .menu-items .item-top-header {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 0;
    padding-bottom: 5px;
    border-bottom: solid 1px #979797;
    text-align: left; }
  header nav#nav-main .nav-header .sub-header .item-menu span,
  header nav#nav-main .nav-header .sub-header .item-top-header a span,
  header nav#nav-main .nav-header .sub-header .item-menu {
    width: 100%;
    position: relative;
    display: inline-block;
    color: #1C4CDE; }
    header nav#nav-main .nav-header .sub-header .item-menu span::before,
    header nav#nav-main .nav-header .sub-header .item-top-header a span::before,
    header nav#nav-main .nav-header .sub-header .item-menu::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background: url(../images/iconos/more.svg) center/20px no-repeat;
      font-size: 36px;
      color: #0f3bff;
      text-align: center;
      display: inline-block;
      font-weight: 400;
      line-height: 20px;
      margin-top: -7px; }
  header nav#nav-main .nav-header .sub-header .item-menu.active span::before,
  header nav#nav-main .nav-header .sub-header .item-top-header a.active span {
    content: ""; }
  header nav#nav-main .nav-header .sub-header .item-menu:last-of-type {
    margin-right: 0;
    color: #1C4CDE; }
  header nav#nav-main .nav-header .sub-header .item-menu::after {
    display: none; }
  header nav#nav-main .nav-header .sub-header .item-top-header a::before {
    display: none; }
  header.fixed-menu .show-menu {
    margin-top: 0; }
  header nav#nav-main .logo {
    max-width: 220px; }
  .item-top-header {
    margin-bottom: 12px;
    text-align: center; }
  .item-top-header.phone,
  .item-top-header.client-area {
    margin-bottom: 0; }
  header nav#nav-main .nav-header .top-header .register {
    margin-bottom: 0;
    z-index: 12; }
  header .submenu-container {
    transform: none;
    min-height: 0; }
  header .submenu-container .submenu {
    position: fixed;
    transform: translateX(-110%);
    max-width: 320px;
    z-index: 11;
    flex-direction: column;
    height: 100%;
    padding: 0 20px;
    padding-top: 56px;
    left: 0; }
    header .submenu-container .submenu .first-box {
      width: 100%;
      min-height: 0;
      padding: 20px 0; }
      header .submenu-container .submenu .first-box div {
        padding-left: 0 !important;
        background: none !important; }
    header .submenu-container .submenu .second-box {
      width: 100%;
      min-height: 0;
      padding: 0;
      background: transparent; }
      header .submenu-container .submenu .second-box a {
        color: #1C4CDE; }
    header .submenu-container .submenu .third-box {
      width: 100%;
      min-height: 0;
      padding: 0;
      display: none !important; }
  header .submenu-container .submenu.active {
    transform: translateX(380px); }
  header .submenu-container .submenu .first-box div {
    margin: 0; }
  header .submenu-container .submenu .first-box div span:after,
  header .submenu-container .submenu .first-box div span:before {
    display: none; }
  header .submenu-container .submenu .first-box p {
    display: none; }
  header .submenu-container .submenu .first-box div.menu-second[id-subchildren="documentacion-seguros"] p {
    display: flex; }
  header .submenu-container .submenu .first-box div.menu-first {
    margin-top: 20px;
    margin-bottom: 10px; }
    header .submenu-container .submenu .first-box div.menu-first:first-of-type {
      margin-top: 0; }
    header .submenu-container .submenu .first-box div.menu-first + .menu-first {
      margin-top: 0; }
  header .submenu-container .submenu .first-box div.menu-second a {
    font-weight: 400;
    margin-bottom: 8px !important;
    color: #1C4CDE; }
  header .submenu-container .submenu .first-box div span.active, header .submenu-container .submenu .first-box div span:hover,
  header .submenu-container .submenu .first-box div a.active,
  header .submenu-container .submenu .first-box div a:hover {
    color: #1C4CDE; }
  header .submenu-container .submenu .first-box div.menu-second a:last-of-type {
    margin-bottom: 0 !important; }
  header .submenu-container .submenu .first-box div.menu-second {
    margin-bottom: 30px; }
  header .submenu-container .submenu .first-box div.menu-second + .menu-first {
    margin-top: 0; }
  .submenu-top-header {
    position: fixed;
    transform: translateX(-110%);
    max-width: 320px;
    z-index: 11;
    flex-direction: column;
    height: 100%;
    padding: 0 20px;
    padding-top: 80px;
    top: 0;
    left: 0;
    background: white;
    box-shadow: -1px 7px 20px -13px rgba(0, 0, 0, 0.3);
    width: 100%; }
  .active + .submenu-top-header {
    animation-name: showsubmenu;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
  @keyframes showsubmenu {
    to {
      transform: translateX(380px); } }
  .submenu-top-header li {
    list-style: none; }
  .submenu-top-header li a {
    font-size: 15px;
    color: #1C4CDE;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    text-align: left;
    display: inline-block;
    font-weight: initial;
    margin-bottom: 20px; }
  .submenu-top-header li a::before {
    display: none; }
  .item-top-header > a {
    font-size: 15px;
    color: #053b66;
    font-family: nevermindcondensed_regular;
    order: 0;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    margin-bottom: 10px; }
  .item-top-header a::before {
    width: 15px;
    height: 16px;
    content: "";
    display: inline-block;
    background: url(../images/iconos/arrow-white.svg) center bottom/12px no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px; }
  header nav#nav-main .nav-header .top-header .item-top-header a.telf-icon::before,
  header nav#nav-main .nav-header .top-header .item-top-header a.user-icon::before {
    display: none; }
  header nav#nav-main .nav-header .top-header .item-top-header a.telf-icon,
  header nav#nav-main .nav-header .top-header .item-top-header a.user-icon {
    margin-top: 0;
    margin-bottom: 0; }
  .item-top-header a[aria-labelledby="layout_17"] {
    padding-right: 0; }
  .item-top-header a[aria-labelledby="layout_17"]::before {
    display: none; }
  header nav#nav-main .nav-header .sub-header .search-icon {
    margin-right: 0;
    color: #1C4CDE;
    background-image: url(/o/liferay-cesce-theme/images/iconos/lupa_blue.svg);
    font-size: 15px !important; }
  .close-menu {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 27px;
    width: 100%;
    text-align: right;
    padding: 4px 28px;
    box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
    background: url(../images/iconos/cerrar.svg) calc(100% - 30px) center/18px no-repeat;
    height: 50px; }
  .item-top-header:last-of-type {
    margin-bottom: 0; }
  .register {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 10px;
    text-align: center;
    justify-content: center !important;
    align-items: center;
    box-shadow: -3px 1px 20px rgba(0, 0, 0, 0.5);
    z-index: 7;
    display: none !important; }
  .register .btn-second-class {
    background: #1C4CDE;
    color: white !important;
    border: none !important; }
  header nav#nav-main .nav-header .top-header {
    position: relative;
    right: auto;
    top: auto;
    padding: 0; }
  header nav#nav-main .nav-header {
    padding-top: 0;
    width: auto; }
  header nav#nav-main .logo {
    position: relative;
    top: auto;
    left: auto;
    padding: 0; }
  header nav#nav-main {
    justify-content: space-between;
    align-items: center; }
  header.fixed-menu nav#nav-main .nav-header {
    padding-top: 0; }
  header.fixed-menu nav#nav-main .logo {
    top: auto;
    padding: 0; }
  .search-icon {
    margin-right: 20px;
    order: 0;
    display: inline-block;
    width: 25px;
    height: 25px; }
  .encabezado-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 12;
    box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
    padding: 10px 5px; }
    .encabezado-menu .h2 {
      font-size: 17px;
      font-weight: bold;
      margin-bottom: 0;
      line-height: 1.2em;
      color: #1C4CDE;
      font-family: 'Montserrat'; }
    .encabezado-menu .volver {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: url(../images/iconos/volver.svg) center/18px no-repeat;
      border: none;
      outline: none; }
    .encabezado-menu .cerrar {
      width: 30px;
      height: 30px;
      display: inline-block;
      background: url(../images/iconos/cerrar.svg) center/18px no-repeat;
      border: none;
      outline: none; }
  .search-icon {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    order: 3;
    display: inline-block;
    font-size: 17px;
    padding: 0;
    color: #1C4CDE;
    background-position: calc(100% - 10px) 3px;
    background-size: 20px;
    border-bottom: solid 1px #979797;
    padding-bottom: 10px;
    height: auto; }
  header .submenu-container .submenu .first-box .title {
    font-size: 17px;
    color: #1C4CDE;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 15px; }
    header .submenu-container .submenu .first-box .title:last-of-type {
      margin-bottom: 0; }
  header .submenu-container .submenu .second-box div.menu-second[id-subchildren="linea-covid"] a {
    margin: 0; } }

body[path="buscador"]::before {
  display: none; }

@media screen and (max-width: 680px) {
  header nav#nav-main .nav-header .sub-header .search-icon {
    background-position: 99%; }
  body.signed-in header {
    top: 45px; }
  header nav#nav-main .nav-header .top-header .item-top-header a.telf-icon {
    font-size: 0;
    width: 35px;
    padding: 0;
    height: 35px;
    display: block;
    margin-bottom: 0;
    background-size: 27px; }
  header nav#nav-main .nav-header .top-header .item-top-header a.user-icon {
    font-size: 0;
    width: 50px;
    padding: 0;
    height: 35px;
    display: block;
    margin-top: 0;
    background-position: center;
    margin-bottom: 0;
    background-size: 32px;
    margin-left: 5px; }
  .show-menu {
    margin-top: 0; }
  header .submenu-container .submenu.active {
    transform: translateX(0px);
    overflow-y: scroll; }
  .active + .submenu-top-header {
    animation-name: showsubmenu;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards; }
  @keyframes showsubmenu {
    to {
      transform: translateX(0); } }
  header .submenu-container .submenu {
    max-width: 100%;
    left: 0; }
  .submenu-top-header {
    max-width: 100%; }
  header nav#nav-main .nav-header .sub-header {
    max-width: 100%; }
  header nav#nav-main .nav-header .top-header {
    z-index: 0;
    justify-content: space-between !important;
    min-width: 175px; } }

@media screen and (max-width: 450px) {
  header nav#nav-main .logo {
    width: 180px; }
  header .submenu-container .submenu .first-box div span,
  header .submenu-container .submenu .first-box div a,
  header .submenu-container .submenu .first-box .title {
    font-size: 16px; }
  header .submenu-container .submenu .first-box div span,
  header .submenu-container .submenu .first-box .title {
    font-size: 16px; }
  header .submenu-container .submenu .first-box .menu-second a {
    color: #3c3c3b; } }

@media screen and (max-width: 360px) {
  .encabezado-menu .h2 {
    font-size: 16px; } }

@media screen and (max-height: 680px) {
  header nav#nav-main .nav-header .sub-header .item-menu {
    height: auto; }
  header nav#nav-main .nav-header .sub-header .item-menu,
  header nav#nav-main .nav-header .menu-items .item-top-header {
    margin-bottom: 0; }
  .search-icon {
    padding-bottom: 10px;
    padding-top: 10px;
    background-position: center center; } }

@media screen and (max-height: 540px) {
  header nav#nav-main .nav-header .sub-header .item-menu {
    height: auto; }
  header nav#nav-main .nav-header .sub-header .item-menu,
  header nav#nav-main .nav-header .menu-items .item-top-header {
    margin-bottom: 0; }
  .search-icon {
    padding-bottom: 6px;
    padding-top: 6px;
    background-position: 97%; } }

@media screen and (max-height: 480px) {
  header nav#nav-main .nav-header .menu-items {
    margin-bottom: 0; }
  header nav#nav-main .nav-header .sub-header .item-menu,
  header nav#nav-main .nav-header .menu-items .item-top-header {
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px; }
  header nav#nav-main .nav-header .sub-header .item-menu {
    font-size: 14px; }
  header nav#nav-main .nav-header .sub-header .item-menu span::before,
  header nav#nav-main .nav-header .sub-header .item-top-header a span::before {
    width: 30px;
    height: 30px;
    background-size: 16px;
    margin-top: -3px; }
  .item-top-header > a {
    font-size: 15px; }
  .close-menu {
    height: 36px; }
  .search-icon {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-size: 15px;
    background-position: 99%;
    width: 100%;
    display: block; }
  header nav#nav-main .nav-header .sub-header {
    padding-top: 42px !important;
    padding-bottom: 10px !important; } }

footer {
  color: #FFFFFF; }
  footer #imagen-iso {
    width: 200px;
    height: 100px; }
  footer #imagen-100 {
    width: 100px;
    height: 100px; }
  @media screen and (max-width: 1330px) {
    footer .a-flex-wrap-mobile {
      flex-wrap: wrap !important; } }
  footer .top-footer {
    background-color: #1C4CDE; }
    footer .top-footer .h3 {
      text-align: center;
      padding: 20px 0;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      color: white; }
    footer .top-footer .slider-brands div {
      min-height: 65px;
      height: 100%; }
    footer .top-footer .slick-next {
      right: -10px;
      transform: translateY(-20px); }
    footer .top-footer .slick-prev {
      left: -10px;
      transform: translateY(-20px); }
  footer .link-footer {
    background-color: #1C4CDE; }
    footer .link-footer .box-link {
      width: 25%;
      padding: 20px 20px 20px 0;
      margin-bottom: 20px; }
      footer .link-footer .box-link .h4,
      footer .link-footer .box-link .h4 a {
        font-size: 17px;
        margin-bottom: 10px;
        color: white;
        font-weight: 500; }
        footer .link-footer .box-link .h4::before,
        footer .link-footer .box-link .h4 a::before {
          display: none; }
      footer .link-footer .box-link a {
        color: white;
        font-size: 14px;
        margin: 5px 0;
        position: relative; }
        footer .link-footer .box-link a:before {
          transition-timing-function: ease-in-out;
          content: "";
          bottom: -3px;
          right: 0;
          left: 0;
          position: absolute;
          width: 0;
          height: 1px;
          background-color: white;
          animation: width 0.5s;
          transition: all 0.4s;
          border-radius: 2px;
          opacity: 0; }
        footer .link-footer .box-link a:hover {
          text-decoration: none; }
          footer .link-footer .box-link a:hover:before {
            width: 25%;
            animation: width 0.5s;
            transition: all 0.4s;
            border-radius: 2px;
            opacity: 1; }
      footer .link-footer .box-link.-contact .tel {
        font-size: 16px;
        font-family: "Hepta Slab", serif;
        background-image: url(/o/liferay-cesce-theme/images/iconos/tel.svg);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: left center;
        padding-left: 27px; }
        footer .link-footer .box-link.-contact .tel:hover {
          background-image: url(/o/liferay-cesce-theme/images/iconos/telefono-fill.svg); }
      footer .link-footer .box-link.-contact .mail {
        background-image: url(/o/liferay-cesce-theme/images/iconos/email.svg);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: left center;
        padding-left: 27px; }
        footer .link-footer .box-link.-contact .mail:hover {
          background-image: url(/o/liferay-cesce-theme/images/iconos/email-fill.svg); }
      footer .link-footer .box-link.-contact .offices {
        background-image: url(/o/liferay-cesce-theme/images/iconos/ubicacion.svg);
        background-repeat: no-repeat;
        background-size: 17px;
        background-position: left center;
        padding-left: 27px;
        min-height: 18px; }
        footer .link-footer .box-link.-contact .offices:hover {
          background-image: url(/o/liferay-cesce-theme/images/iconos/ubicacion-fill.svg); }
      footer .link-footer .box-link.-contact .red-cesce {
        background-image: url(/o/liferay-cesce-theme/images/iconos/perfil.svg);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: left center;
        padding-left: 27px; }
        footer .link-footer .box-link.-contact .red-cesce:hover {
          background-image: url(/o/liferay-cesce-theme/images/iconos/perfil-fill.svg); }
      footer .link-footer .box-link.-contact a:hover {
        text-decoration: none; }
        footer .link-footer .box-link.-contact a:hover:before {
          display: none; }
  footer .social-box {
    background-color: #1C4CDE; }
    footer .social-box h4 {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: 500; }
    footer .social-box .rrss a {
      font-size: 15px;
      color: white;
      border: 1px solid white;
      margin: 5px;
      border-radius: 51px;
      width: 30px;
      display: block;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      footer .social-box .rrss a:hover {
        text-decoration: none;
        color: #1C4CDE;
        background: white;
        border: 1px solid white; }
    footer .social-box .cesce-countries {
      width: 50%; }
      footer .social-box .cesce-countries h4 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 500; }
      footer .social-box .cesce-countries a {
        width: 30%;
        font-size: 14px;
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: 10px center;
        padding-left: 35px;
        border-right: 0;
        color: white;
        margin: 5px 0; }
        footer .social-box .cesce-countries a:hover {
          text-decoration: none; }
        footer .social-box .cesce-countries a.brasil {
          background-image: url(/o/liferay-cesce-theme/images/iconos/brasil.svg); }
        footer .social-box .cesce-countries a.colombia {
          background-image: url(/o/liferay-cesce-theme/images/iconos/colombia.svg); }
        footer .social-box .cesce-countries a.chile {
          background-image: url(/o/liferay-cesce-theme/images/iconos/chile.svg); }
        footer .social-box .cesce-countries a.mexico {
          background-image: url(/o/liferay-cesce-theme/images/iconos/mexico.svg); }
        footer .social-box .cesce-countries a.peru {
          background-image: url(/o/liferay-cesce-theme/images/iconos/peru.svg); }
        footer .social-box .cesce-countries a.portugal {
          background-image: url(/o/liferay-cesce-theme/images/iconos/portugal.svg); }
        footer .social-box .cesce-countries a.venezuela {
          background-image: url(/o/liferay-cesce-theme/images/iconos/venezuela.svg); }
  footer .sub-footer {
    background-color: #1C4CDE; }
    footer .sub-footer #imagen-ens {
      width: 90px !important;
      height: 109px; }
    footer .sub-footer .links {
      border-bottom: 1px solid #FFFFFF;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      footer .sub-footer .links a {
        font-size: 14px;
        color: #FFFFFF;
        padding-right: 10px;
        padding-left: 10px;
        border-right: 1px solid #FFFFFF; }
        footer .sub-footer .links a:first-of-type {
          padding-left: 0; }
        footer .sub-footer .links a:last-of-type {
          border-right: 0; }
    footer .sub-footer .logo-bl {
      max-width: 140px;
      width: 100%;
      padding-right: 20px; }
    footer .sub-footer img[alt="Dun bradstreet"] {
      width: 75px;
      height: auto; }
    footer .sub-footer .box-brand {
      width: 50%; }
      footer .sub-footer .box-brand a {
        align-items: center;
        justify-content: center;
        display: flex;
        height: 100%;
        min-height: 65px; }
        footer .sub-footer .box-brand a img {
          width: 30px;
          margin: 0 15px 0px 15px;
          height: auto; }
          footer .sub-footer .box-brand a img[alt="Breeam"] {
            width: 53px; }
          footer .sub-footer .box-brand a img[alt="Dun Bradstreet"] {
            width: 95px; }
          footer .sub-footer .box-brand a img[alt="Efr"] {
            width: 95px; }
    footer .sub-footer .change-language .portlet {
      margin-bottom: 0; }
    footer .sub-footer .change-language .portlet-body {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    footer .sub-footer .change-language .language-entry-short-text {
      color: white;
      text-transform: uppercase;
      border-right: 1px solid white;
      font-size: 16px; }
      footer .sub-footer .change-language .language-entry-short-text:hover {
        text-decoration: none; }
      footer .sub-footer .change-language .language-entry-short-text:last-child {
        border-right: 0; }
    footer .sub-footer .change-language span.language-entry-short-text {
      color: #F96138;
      font-weight: 600; }

body[path="landing-poliza-facil"] footer .top-footer,
body[path="landing-poliza-facil"] footer .link-footer,
body[path="landing-poliza-facil"] footer .social-box,
body[path="landing-poliza-facil"] footer .sub-footer .links a:last-of-type,
body[path="landing-poliza-facil"] footer .subfooter-content a:nth-of-type(2),
body[path="landing-poliza-facil"] footer .sub-footer .change-language .text-white {
  display: none; }

body[path="landing-poliza-facil"] footer .sub-footer .links a {
  border-right: 0; }

@media screen and (max-width: 1100px) {
  footer {
    padding-bottom: 0px; } }

@media screen and (max-width: 900px) {
  footer .link-footer .box-link {
    width: 50%;
    padding: 0; } }

@media screen and (max-width: 630px) {
  footer .link-footer .box-link {
    width: 100%; }
    footer .link-footer .box-link:last-of-type {
      margin-bottom: 0; }
  footer .social-box .cesce-countries {
    margin-top: 20px;
    width: 100%; } }

@media screen and (min-width: 531px) and (max-width: 1300px) {
  footer .subfooter-content {
    flex-wrap: wrap; } }

@media screen and (max-width: 1300px) {
  footer .sub-footer .image {
    order: 2; }
  footer .sub-footer .change-language {
    order: 2; }
  footer .sub-footer .box-brand {
    width: 100%;
    order: 3; } }

@media screen and (max-width: 530px) {
  footer .sub-footer .links {
    justify-content: center; }
  footer .sub-footer .links a:last-of-type {
    padding-right: 0; }
  footer .sub-footer .change-language {
    order: -1; }
  footer .sub-footer .subfooter-content > a {
    order: -2; }
  footer .subfooter-content {
    flex-wrap: wrap; }
  .portlet.open > .portlet-topper,
  .portlet:hover > .portlet-topper,
  .portlet.focus > .portlet-topper {
    opacity: 0 !important; } }

.msgcookie {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  /* padding: 0px 0; */
  background: #13294B;
  color: white;
  text-align: center; }
  .msgcookie p {
    margin: 0 auto; }
    .msgcookie p a {
      color: #F96138; }
  .msgcookie .btn-white-class {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: initial;
    opacity: 1;
    font-weight: bold;
    width: auto;
    text-shadow: none;
    height: auto;
    padding: 5px 25px 7px 25px; }
    .msgcookie .btn-white-class:hover {
      color: #13294B; }

.view-product .header-product {
  overflow: hidden; }
  .view-product .header-product .info {
    width: calc(100% - 306px); }
    .view-product .header-product .info h1 {
      font-size: 50px;
      line-height: 1.2em;
      font-family: "Hepta Slab", serif;
      color: #1C4CDE; }
    .view-product .header-product .info .description {
      color: #1C4CDE; }
      .view-product .header-product .info .description p {
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 0; }
        .view-product .header-product .info .description p strong {
          font-family: "Montserrat", sans-serif;
          font-weight: bold; }
  .view-product .header-product .img-box {
    width: 286px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .view-product .header-product .img-box.-poliza-verde {
      width: 215px; }
    .view-product .header-product .img-box img {
      width: 100%;
      font-size: 30px;
      height: auto; }

.view-product .more-info {
  padding: 40px;
  overflow: hidden; }
  .view-product .more-info h2 {
    font-size: 40px;
    text-align: center;
    line-height: 1.2em;
    font-family: "Hepta Slab", serif;
    margin-bottom: 50px; }
  .view-product .more-info .video-info {
    margin-bottom: 25px;
    max-width: 560px;
    width: 100%; }
    .view-product .more-info .video-info span {
      display: block;
      margin: 10px 0; }
    .view-product .more-info .video-info .img-zoom {
      position: relative;
      cursor: pointer; }
      .view-product .more-info .video-info .img-zoom::before {
        content: '';
        opacity: 0; }
      .view-product .more-info .video-info .img-zoom:hover::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-image: url(../images/iconos/lupa_blue_light.svg), linear-gradient(64deg, #053b66 4%, #002fff 74%, #01e7ff 114%);
        z-index: 1;
        opacity: .6;
        background-position: center center;
        background-repeat: no-repeat;
        transition: opacity 1s;
        -webkit-transition: opacity 1s; }

.downloads-box {
  width: calc(100% - 600px);
  padding-left: 40px; }
  .downloads-box:first-child:last-child {
    width: 100%; }

.box-download,
.box-graphic {
  display: contents;
  flex-direction: column;
  margin-bottom: 25px;
  border-bottom: 1px solid #1C4CDE;
  padding-bottom: 10px; }
  .box-download:last-of-type,
  .box-graphic:last-of-type {
    border-bottom: 0; }
  .box-download:first-of-type,
  .box-graphic:first-of-type {
    border-bottom: 1px solid #1C4CDE; }
  .box-download .head-info,
  .box-graphic .head-info {
    display: flex;
    flex-direction: column;
    background-image: url(/o/liferay-cesce-theme/images/iconos/icono-general-descarga.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 44px;
    background-size: 45px;
    padding-bottom: 0;
    color: #3c3c3b;
    height: 100%;
    min-height: 45px; }
    .box-download .head-info:hover,
    .box-graphic .head-info:hover {
      text-decoration: none; }
    .box-download .head-info .title,
    .box-graphic .head-info .title {
      font-size: 18px;
      line-height: 22px;
      font-family: "Montserrat", sans-serif;
      color: #3C3C3B;
      font-weight: 500;
      margin: 0 !important; }
    .box-download .head-info .date,
    .box-graphic .head-info .date {
      font-size: 15px;
      margin: 0 !important; }
  .box-download .description,
  .box-graphic .description {
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 !important; }

.box-graphic .head-info {
  background-image: url(/o/liferay-cesce-theme/images/iconos/icono-general-imagen.svg); }

.cases-success {
  margin-top: 90px;
  padding: 40px 60px; }
  .cases-success .slick-prev {
    left: auto;
    top: 35px;
    right: 48px;
    z-index: 1; }
    .cases-success .slick-prev:before {
      width: 30px;
      height: 30px; }
  .cases-success .slick-next {
    right: 0;
    top: 35px; }
    .cases-success .slick-next:before {
      width: 30px;
      height: 30px; }
  .cases-success h4 {
    font-size: 45px;
    text-align: center;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-bottom: 50px;
    max-width: 800px;
    margin: 0 auto; }
  .cases-success .box-slider-success .image-box-succes {
    width: 136px;
    height: 136px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 30px;
    background-position: center center; }
  .cases-success .box-slider-success .content-success .video {
    width: 50%;
    max-width: 560px; }
  .cases-success .box-slider-success .content-success .info-box {
    width: 50%;
    padding: 0 25px;
    height: 315px;
    border-left: 1px solid #3C3C3B;
    position: relative;
    margin-left: 3px; }
    .cases-success .box-slider-success .content-success .info-box::before {
      content: '';
      position: absolute;
      left: -3px;
      top: 0;
      background: #1C4CDE;
      width: 5px;
      height: 28px;
      border-radius: 10px; }
    .cases-success .box-slider-success .content-success .info-box .content-description .title {
      font-size: 30px;
      line-height: 35px;
      font-family: 'Montserrat';
      display: block;
      margin-bottom: 25px;
      font-weight: bold;
      color: #1C4CDE; }
    .cases-success .box-slider-success .content-success .info-box .content-description .entradilla {
      color: #3C3C3B;
      font-size: 18px;
      font-style: italic;
      line-height: 1.4em; }
    .cases-success .box-slider-success .content-success .info-box .content-description .surname-name {
      display: block;
      font-style: italic;
      font-family: 'Montserrat';
      font-size: 16px;
      font-weight: bold; }
    .cases-success .box-slider-success .content-success .info-box .content-description .cargo {
      display: block;
      font-family: 'Montserrat';
      font-size: 16px; }
  .cases-success .box-slider-success .content-success .video-box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

.view-product-list .container > a {
  margin: 0 20px 40px 20px;
  max-width: 360px;
  width: calc(33.333333% - 50.666666px); }

.view-product-list h4 {
  font-size: 45px;
  text-align: center;
  line-height: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 25px; }

.view-product-list .card-product {
  width: 100%;
  color: #3C3C3B;
  transition: 0.7s;
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2); }
  .view-product-list .card-product:hover {
    text-decoration: none;
    color: #3C3C3B;
    transform: translateY(-20px);
    box-shadow: -3px 19px 12px 0 rgba(5, 59, 102, 0.2); }
  .view-product-list .card-product .head-logo {
    height: 185px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .view-product-list .card-product .content {
    background-color: #ffffff;
    padding: 20px;
    min-height: 455px;
    padding-bottom: 80px;
    color: #3C3C3B;
    position: relative; }
    .view-product-list .card-product .content h1,
    .view-product-list .card-product .content h2,
    .view-product-list .card-product .content .title-listado {
      font-size: 26px;
      line-height: 1.2em;
      margin-bottom: 25px;
      text-align: left;
      font-family: 'Montserrat';
      color: #1C4CDE;
      font-weight: 700; }
    .view-product-list .card-product .content p {
      line-height: 1.2em; }
    .view-product-list .card-product .content .btn-primary-class {
      position: absolute;
      bottom: 20px;
      padding: 10px 25px !important; }
    .view-product-list .card-product .content.-service {
      min-height: 285px;
      padding-bottom: 20px; }
  .view-product-list .card-product.-small .head-logo {
    padding: 15px; }
    .view-product-list .card-product.-small .head-logo img {
      height: 100%;
      width: auto;
      margin: 0 auto;
      display: block; }
  .view-product-list .card-product.-small .content {
    height: auto;
    min-height: 200px; }
    .view-product-list .card-product.-small .content p {
      font-size: 18px;
      line-height: 25px; }
    .view-product-list .card-product.-small .content a {
      color: #3C3C3B; }
      .view-product-list .card-product.-small .content a:hover {
        text-decoration: none; }

.btn-login-apoyo-empresa {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 24px;
  align-items: center; }

.btn-login-apoyo-empresa a {
  position: relative;
  padding-left: 45px !important;
  min-height: 35px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.btn-login-apoyo-empresa a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 35px;
  background-image: url(/o/liferay-cesce-theme/images/iconos/user_white.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0; }

@media screen and (max-width: 900px) {
  .btn-login-apoyo-empresa {
    margin-top: 0;
    margin-bottom: 30px;
    justify-content: center; }
  .view-product .header-product .img-box {
    margin-bottom: 30px !important; } }

.tab-block {
  overflow: hidden; }
  .tab-block .item-tab {
    margin: 20px 40px 30px 40px;
    border-bottom: 3px solid #E7E7E7; }
    .tab-block .item-tab div.content-tab-icon {
      border-bottom: 3px solid #E7E7E7;
      padding: 10px;
      align-items: stretch; }
      .tab-block .item-tab div.content-tab-icon .tab-icon {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        cursor: pointer;
        margin: 0 30px; }
        .tab-block .item-tab div.content-tab-icon .tab-icon:before {
          content: '';
          position: absolute;
          bottom: -15px;
          right: 0;
          left: 0;
          margin: 0 auto;
          width: 100%;
          height: 4px;
          background-color: transparent; }
        .tab-block .item-tab div.content-tab-icon .tab-icon span {
          padding-top: 55px;
          background-size: 35px;
          background-repeat: no-repeat;
          background-position: center 10px;
          width: 100%;
          font-size: 17px;
          line-height: 22px;
          color: #1C4CDE;
          height: 100%;
          transition: .5s;
          font-family: "Montserrat", sans-serif, sans-serif;
          font-weight: 500; }
          .tab-block .item-tab div.content-tab-icon .tab-icon span:hover {
            background-position: center 5px; }
          .tab-block .item-tab div.content-tab-icon .tab-icon span p {
            margin-bottom: 0; }
        .tab-block .item-tab div.content-tab-icon .tab-icon.active {
          position: relative; }
          .tab-block .item-tab div.content-tab-icon .tab-icon.active:before {
            background-color: #F96138; }
          .tab-block .item-tab div.content-tab-icon .tab-icon.active span {
            font-family: "Montserrat", sans-serif;
            color: #F96138;
            font-size: 16px;
            font-weight: 500; }
  .tab-block.-width50 .info-tab .image-tab {
    width: 40%;
    background-size: contain; }
  .tab-block.-width50 .info-tab .content-info {
    width: 50%; }
    .tab-block.-width50 .info-tab .content-info .description {
      color: #3C3C3B; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon {
    width: auto;
    margin: 0;
    position: initial;
    max-width: 100%;
    padding-right: 75px; }
    .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon::before {
      display: none; }
    .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon span {
      min-height: auto;
      width: auto;
      font-size: 17px;
      padding-top: 0;
      display: flex;
      padding-top: 0;
      align-items: center; }
    .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon.active span {
      position: relative;
      font-weight: 700; }
      .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon.active span::before {
        content: '';
        position: absolute;
        bottom: -16px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        height: 6px;
        background-color: #F96138; }
    .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon.-green.active span::before {
      background-color: #F96138; }
  .tab-block.-withoutIcons .item-tab .search-icon {
    background-image: url(/o/liferay-cesce-theme/images/iconos/lupa.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 50px; }
  .tab-block.-withoutIcons .item-tab .kit-prensa {
    font-size: 17px;
    font-weight: 500;
    margin-right: 15px;
    color: #1C4CDE;
    background-image: url(/o/liferay-cesce-theme/images/iconos/external-link.svg);
    background-size: 17px;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 23px;
    margin-right: 15px; }
    .tab-block.-withoutIcons .item-tab .kit-prensa :hover {
      text-decoration: none; }
  .tab-block.-withoutIcons .info-tab {
    box-shadow: none;
    height: 100%;
    padding: 0;
    min-height: auto;
    background: transparent;
    flex-direction: column; }
  .tab-block.-withoutIcons .box-values {
    padding: 0 40px; }
    .tab-block.-withoutIcons .box-values h1 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 20px;
      font-family: "Hepta Slab", serif; }
    .tab-block.-withoutIcons .box-values .box {
      width: 16%;
      /* box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2); */
      /* background-color: #ffffff; */
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      height: auto;
      margin-top: 20px;
      text-align: center; }
      .tab-block.-withoutIcons .box-values .box img {
        width: auto;
        margin-bottom: 20px;
        height: 85px; }
      .tab-block.-withoutIcons .box-values .box span {
        font-size: 15px;
        color: #3C3C3B;
        font-weight: bold; }
  .tab-block .info-tab {
    box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
    background-color: #ffffff;
    padding: 40px;
    margin: 0px 40px; }
    .tab-block .info-tab .image-tab {
      width: 25%;
      height: auto;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
    .tab-block .info-tab .content-info {
      width: calc(75% - 25px);
      height: 100%;
      text-align: left;
      margin-left: 25px;
      position: relative; }
      .tab-block .info-tab .content-info h1,
      .tab-block .info-tab .content-info h2 {
        font-size: 25px;
        line-height: 1.2em;
        margin-bottom: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        text-align: left;
        color: #3C3C3B; }
      .tab-block .info-tab .content-info .box-content-pestana {
        padding: 0 20px;
        border-left: 1px solid #3c3c3b;
        margin-left: 3px; }
        .tab-block .info-tab .content-info .box-content-pestana:before {
          content: '';
          position: absolute;
          left: 1px;
          top: 0;
          background: #1C4CDE;
          width: 5px;
          height: 28px;
          background: #1C4CDE;
          border-radius: 10px; }
        .tab-block .info-tab .content-info .box-content-pestana .description h1,
        .tab-block .info-tab .content-info .box-content-pestana .description .title-pestana {
          font-size: 30px;
          line-height: 35px;
          margin-bottom: 20px;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          color: #1C4CDE; }
        .tab-block .info-tab .content-info .box-content-pestana .description h2,
        .tab-block .info-tab .content-info .box-content-pestana .description h3 {
          color: #1C4CDE; }
    .tab-block .info-tab.-withoutCard {
      background: transparent;
      box-shadow: none;
      height: auto;
      align-items: center;
      display: flex;
      padding: 0;
      flex-direction: initial; }
      .tab-block .info-tab.-withoutCard .content-info {
        overflow-y: hidden;
        margin-left: 0;
        direction: ltr;
        width: 68%; }
        .tab-block .info-tab.-withoutCard .content-info h1,
        .tab-block .info-tab.-withoutCard .content-info h2 {
          font-size: 25px;
          line-height: 1.2em;
          margin-bottom: 20px;
          text-align: left;
          color: #1C4CDE; }
        .tab-block .info-tab.-withoutCard .content-info h3 {
          color: #1C4CDE;
          font-weight: bold; }
        .tab-block .info-tab.-withoutCard .content-info p,
        .tab-block .info-tab.-withoutCard .content-info span {
          color: #3C3C3B; }
        .tab-block .info-tab.-withoutCard .content-info div:first-of-type {
          padding: 0; }
        .tab-block .info-tab.-withoutCard .content-info .box-content {
          padding: 0 20px;
          border-left: 1px solid #3C3C3B;
          margin-left: 3px; }
          .tab-block .info-tab.-withoutCard .content-info .box-content .description {
            padding: 0 20px; }
            .tab-block .info-tab.-withoutCard .content-info .box-content .description h1,
            .tab-block .info-tab.-withoutCard .content-info .box-content .description h2 {
              font-size: 25px;
              line-height: 1.2em;
              margin-bottom: 20px;
              font-family: "Montserrat", sans-serif;
              font-weight: bold; }
            .tab-block .info-tab.-withoutCard .content-info .box-content .description .title {
              color: #1C4CDE;
              position: relative;
              font-size: 18px;
              font-weight: 500; }
              .tab-block .info-tab.-withoutCard .content-info .box-content .description .title:before {
                content: '';
                position: absolute;
                width: 5px;
                height: 28px;
                left: -23px;
                top: 0;
                background: #1C4CDE;
                border-radius: 10px; }
              .tab-block .info-tab.-withoutCard .content-info .box-content .description .title.-orange:before {
                background: #F96138; }
              .tab-block .info-tab.-withoutCard .content-info .box-content .description .title.-green:before {
                background: #1C4CDE; }
      .tab-block .info-tab.-withoutCard .image-tab {
        width: 23%;
        margin: 0 40px; }
        .tab-block .info-tab.-withoutCard .image-tab img {
          width: 100%;
          margin: 0 auto;
          display: block; }
      .tab-block .info-tab.-withoutCard.-width-50 .image-tab {
        width: 38%; }
      .tab-block .info-tab.-withoutCard.-width-50 .content-info {
        width: 50%; }
      .tab-block .info-tab.-withoutCard.-withVideo .content-info {
        width: calc(100% - 535px); }
      .tab-block .info-tab.-withoutCard.-withVideo .video-tab {
        width: 535px; }
  .tab-block .box-link {
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
    background-color: #ffffff;
    padding: 30px;
    margin: 20px 0;
    color: #1C4CDE;
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .tab-block .box-link:hover {
      text-decoration: none; }
    .tab-block .box-link:before {
      content: '';
      position: absolute;
      right: 13px;
      width: 22px;
      height: 100%;
      background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-orange.svg);
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: center center;
      top: 0;
      transform: rotate(270deg);
      bottom: 0; }

.img-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px; }
  .img-text .image {
    width: 45%; }
    .img-text .image img {
      width: 100%;
      height: auto; }
  .img-text .description {
    width: 50%; }
    .img-text .description h1,
    .img-text .description h2 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 20px;
      font-family: "Hepta Slab", serif; }

@media screen and (max-width: 1100px) {
  .tab-block .info-tab .image-tab {
    display: none; }
  .tab-block .info-tab .content-info {
    width: 100%;
    margin-left: 0; }
  .tab-block .info-tab .content-info .box-content-pestana {
    padding-left: 0;
    padding-right: 0;
    border: none; }
  .tab-block .item-tab {
    margin: 20px auto; }
  .tab-block .info-tab {
    margin: 0 auto;
    padding: 20px; }
  .tab-block .info-tab .content-info .box-content-pestana:before {
    display: none; }
  .tab-block .item-tab div.content-tab-icon .tab-icon {
    margin: 0 10px; } }

@media screen and (max-width: 750px) {
  .tab-block .item-tab {
    border: none; }
  .tab-block .item-tab div.content-tab-icon {
    flex-wrap: wrap;
    border-bottom: none;
    padding: 0; }
  .tab-block .item-tab div.content-tab-icon .tab-icon {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 50px;
    padding-top: 10px;
    border-top: 2px solid #979797; }
    .tab-block .item-tab div.content-tab-icon .tab-icon:last-child {
      margin-bottom: 0; }
    .tab-block .item-tab div.content-tab-icon .tab-icon:first-child {
      border: none; }
  .tab-block .item-tab div.content-tab-icon .tab-icon span,
  .tab-block .item-tab div.content-tab-icon .tab-icon.active span {
    background-position: center left;
    pointer-events: none;
    height: auto;
    padding-left: 55px;
    background-size: 30px;
    text-align: left;
    padding: 5px 0 5px 45px; }
  .tab-block .item-tab div.content-tab-icon .tab-icon span p {
    min-height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 29px;
    font-weight: bold;
    padding-left: 32px;
    color: #3c3c3b;
    position: relative; }
  .tab-block .item-tab div.content-tab-icon .tab-icon span p::before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 36px;
    color: #0f3bff;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    line-height: 30px; }
  .tab-block .item-tab div.content-tab-icon .tab-icon.active span p::before {
    content: '-'; }
  .tab-block .info-tab {
    border: none;
    padding: 0;
    box-shadow: none;
    background: transparent;
    animation-name: none; }
  .tab-block .info-tab > div {
    width: 100% !important; }
  .tab-block .info-tab .content-info .box-content-pestana .description h1,
  .tab-block .info-tab .content-info .box-content-pestana .description h2,
  .tab-block .info-tab .content-info .box-content-pestana .description .title-pestana {
    font-size: 20px;
    line-height: 1.2em; }
  .tab-block .info-tab .btn-primary-class {
    font-size: 14px;
    padding: 5px 15px !important; } }

body[path="actualidad-internacional"] .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon {
  padding-right: 45px; }

@media screen and (max-width: 450px) {
  .tab-block .item-tab div.content-tab-icon .tab-icon span p {
    font-size: 18px; }
  .tab-block .item-tab {
    margin: 0 auto; } }

.site-map ul {
  list-style: none;
  padding-left: 15px; }

.site-map h4 a,
.site-map h4 {
  color: #1C4CDE !important;
  font-weight: bold; }

.more-info-interest {
  background: #1C4CDE;
  color: white;
  padding: 50px 25px;
  margin: 100px 0; }
  .more-info-interest .title {
    font-size: 45px;
    line-height: 51px;
    text-align: center;
    max-width: 350px;
    font-family: "Hepta Slab", serif;
    margin-bottom: 23px; }
  .more-info-interest .interest {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .more-info-interest .interest img {
      width: 100%;
      max-width: 395px;
      margin: 40px 0; }
    .more-info-interest .interest a {
      padding: 5px 45px; }
    .more-info-interest .interest .subtitle {
      font-size: 24px;
      line-height: 26px;
      text-align: center; }
  .more-info-interest .more-info {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .more-info-interest .more-info .options {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .more-info-interest .more-info .options .box-option {
        width: 40%;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        margin: 25px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .more-info-interest .more-info .options .box-option span {
          display: block;
          width: 65%;
          margin: 0 auto;
          background-repeat: no-repeat;
          background-size: 40px;
          background-position: top center;
          padding-top: 60px; }
        .more-info-interest .more-info .options .box-option .localitation {
          background-image: url(/o/liferay-cesce-theme/images/iconos/ubicacion.svg); }
        .more-info-interest .more-info .options .box-option .tel {
          background-image: url(/o/liferay-cesce-theme/images/iconos/tel.svg); }
          .more-info-interest .more-info .options .box-option .tel a {
            display: block;
            font-size: 20px;
            font-family: "Hepta Slab", serif;
            color: white;
            margin-top: 10px; }
            .more-info-interest .more-info .options .box-option .tel a:hover {
              text-decoration: none; }
        .more-info-interest .more-info .options .box-option .phoned {
          background-image: url(/o/liferay-cesce-theme/images/iconos/tel-arrow.svg); }
        .more-info-interest .more-info .options .box-option form {
          background: transparent;
          border: 0;
          border-bottom: 1px solid #F96138;
          padding-top: 10px;
          max-width: 260px;
          margin: 0 auto;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          padding-bottom: 5px; }
          .more-info-interest .more-info .options .box-option form input {
            background: transparent;
            border: 0;
            width: 100%;
            color: #FFFFFF; }
            .more-info-interest .more-info .options .box-option form input::placeholder {
              color: white;
              font-size: 15px;
              text-align: center;
              opacity: 0.7; }
            .more-info-interest .more-info .options .box-option form input:focus {
              outline: none;
              border: 0; }
          .more-info-interest .more-info .options .box-option form button {
            width: 16px;
            background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-orange.svg);
            display: block;
            background-size: 16px;
            transform: rotate(270deg);
            background-repeat: no-repeat;
            height: 16px;
            background-position: center right;
            background-color: transparent;
            border: 0; }
            .more-info-interest .more-info .options .box-option form button:focus {
              outline: none;
              border: 0; }
        .more-info-interest .more-info .options .box-option .contact {
          background-image: url(/o/liferay-cesce-theme/images/iconos/email.svg); }
  .more-info-interest.bg-white {
    background: #FFFFFF;
    color: #3C3C3B;
    margin: 0; }
    .more-info-interest.bg-white .more-info .options .box-option .tel a {
      color: #3C3C3B; }
    .more-info-interest.bg-white .more-info .options .box-option form {
      border-color: #3C3C3B; }
    .more-info-interest.bg-white input::placeholder {
      color: #E7E7E7; }
    .more-info-interest.bg-white .more-info .options .box-option .localitation {
      background-image: url(/o/liferay-cesce-theme/images/iconos/ubicacion-blue-medium.svg); }
    .more-info-interest.bg-white .more-info .options .box-option .tel {
      background-image: url(/o/liferay-cesce-theme/images/iconos/telefono-blue-medium.svg); }
    .more-info-interest.bg-white .more-info .options .box-option .phoned {
      background-image: url(/o/liferay-cesce-theme/images/iconos/tel-arrow-blue-medium.svg); }
    .more-info-interest.bg-white .more-info .options .box-option .contact {
      background-image: url(/o/liferay-cesce-theme/images/iconos/email-blue-medium.svg); }

@media screen and (max-width: 1100px) {
  .more-info-interest {
    padding: 50px 20px; }
    .more-info-interest .container {
      padding: 0 !important; }
    .more-info-interest .interest {
      width: 100%;
      margin-bottom: 30px; }
      .more-info-interest .interest img {
        display: none; }
    .more-info-interest .more-info {
      width: 100%; }
      .more-info-interest .more-info .title {
        max-width: 100%; } }

@media screen and (max-width: 450px) {
  .more-info-interest {
    padding: 30px 20px;
    margin-bottom: 30px;
    margin-top: 0; }
  .more-info-interest .more-info .options .box-option {
    width: 100%;
    margin: 15px 0; }
  .more-info-interest .title {
    font-size: 30px;
    line-height: 1.2em; }
  .more-info-interest .interest .subtitle {
    font-size: 18px; } }

.banner-poliza-verde {
  background: #f4b554;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
  margin: 40px 20px;
  overflow: hidden; }
  .banner-poliza-verde .head-logo {
    background-image: url(/o/liferay-cesce-theme/images/iconos/cesce-poliza-verde.svg);
    height: 175px;
    width: 242px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .banner-poliza-verde .content {
    width: calc(100% - 242px);
    padding-left: 50px;
    position: relative; }
    .banner-poliza-verde .content::before {
      content: '';
      width: 1430px;
      height: 246px;
      position: absolute;
      right: -75px;
      background: url(../images/fondos/line-white-decor.svg) center center/contain no-repeat;
      max-width: 1400px;
      top: -28px; }
    .banner-poliza-verde .content .title {
      font-size: 30px;
      line-height: 1.2em;
      font-family: "Montserrat", sans-serif;
      font-weight: bold; }
    .banner-poliza-verde .content .description {
      font-size: 18px;
      line-height: 1.3em;
      margin-bottom: 25px; }
    .banner-poliza-verde .content .btn-white-class {
      position: relative;
      z-index: 1; }
      .banner-poliza-verde .content .btn-white-class:hover {
        color: #f4b554; }

@media screen and (max-width: 1380px) {
  .banner-poliza-verde .content::before {
    right: -13%; } }

@media screen and (max-width: 1337px) {
  .banner-poliza-verde .content::before {
    right: -17%; } }

@media screen and (max-width: 1337px) {
  .banner-poliza-verde .content::before {
    right: -22%; } }

@media screen and (max-width: 1269px) {
  .banner-poliza-verde .content::before {
    right: -25%; } }

@media screen and (max-width: 1100px) {
  .banner-poliza-verde .content::before {
    right: -75%; } }

@media screen and (max-width: 992px) {
  .banner-poliza-verde .content::before {
    display: none; }
  .banner-poliza-verde {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
    justify-content: center;
    margin: 0; }
    .banner-poliza-verde .head-logo {
      margin-bottom: 20px;
      height: 135px;
      width: 100%;
      background-size: 80%; }
    .banner-poliza-verde .content {
      width: 100%;
      padding: 0; } }

@media screen and (max-width: 700px) {
  .banner-poliza-verde .content .title {
    font-size: 22px;
    line-height: 1.2em; }
  .banner-poliza-verde .content .description {
    font-size: 18px;
    line-height: 1.2em; } }

.bannercomparador-soluciones {
  background: #1C4CDE;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 50px;
  margin: 40px 20px;
  align-items: center; }
  .bannercomparador-soluciones .head {
    background-image: url(/o/liferay-cesce-theme/images/iconos/comparador-soluciones-blue-light.svg);
    height: 105px;
    width: 242px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .bannercomparador-soluciones .content {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px);
    align-items: center;
    justify-content: space-between; }
    .bannercomparador-soluciones .content .info {
      width: 75%; }
      .bannercomparador-soluciones .content .info .title {
        font-size: 30px;
        line-height: 40px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold; }
      .bannercomparador-soluciones .content .info .subtitle {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px; }
    .bannercomparador-soluciones .content .btn-arrow {
      width: 60px;
      height: 60px;
      background-image: url(/o/liferay-cesce-theme/images/iconos/btn-arrow.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  .bannercomparador-soluciones.-buscador-soluciones {
    background: #1C4CDE; }
    .bannercomparador-soluciones.-buscador-soluciones .head {
      background-image: url(/o/liferay-cesce-theme/images/iconos/icon-buscador-soluciones.svg); }

@media screen and (max-width: 992px) {
  .bannercomparador-soluciones {
    margin: 0;
    margin-bottom: 20px; }
  .bannercomparador-soluciones .head {
    display: none; }
  .bannercomparador-soluciones .content {
    width: 100%; } }

@media screen and (max-width: 700px) {
  .bannercomparador-soluciones {
    padding: 20px;
    position: relative;
    padding-bottom: 50px; }
  .bannercomparador-soluciones .content .info {
    width: 100%; }
  .bannercomparador-soluciones .content .btn-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px; } }

@media screen and (max-width: 500px) {
  .bannercomparador-soluciones {
    padding-bottom: 70px; }
  .bannercomparador-soluciones .content .btn-arrow {
    transform: translateX(50%);
    right: 50%; } }

.banner-options {
  padding-top: 50px; }
  .banner-options .title {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #1C4CDE; }
  .banner-options h1 {
    max-width: 67%;
    line-height: 1.1em; }
  .banner-options ul {
    margin: 25px 0;
    margin: 25px 0;
    font-size: 20px;
    line-height: 1.2em;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 40px; }
    .banner-options ul li {
      position: relative; }
      .banner-options ul li:before {
        content: '';
        position: absolute;
        left: -24px;
        top: 5px;
        width: 20px;
        height: 20px;
        background-image: url(/o/liferay-cesce-theme/images/iconos/check-blue.svg);
        background-repeat: no-repeat;
        background-position: left center; }

.slider-cards {
  margin-bottom: 65px; }
  .slider-cards .card-slide {
    box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
    background-color: #ffffff;
    padding: 30px 55px;
    margin: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 250px; }
    .slider-cards .card-slide.link-image-slide {
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      box-shadow: none;
      margin: 30px 0; }
    .slider-cards .card-slide a:focus {
      outline: none;
      border: 0;
      box-shadow: none; }
    .slider-cards .card-slide img {
      width: auto;
      height: 100%; }
    .slider-cards .card-slide .img-text .image {
      padding: 20px; }
      .slider-cards .card-slide .img-text .image img {
        width: 100%;
        height: auto; }
    .slider-cards .card-slide .content {
      width: calc(100% - 290px); }
      .slider-cards .card-slide .content h2 {
        font-family: 'Montserrat';
        font-size: 30px;
        line-height: 35px;
        color: #1C4CDE;
        text-align: left; }
      .slider-cards .card-slide .content p {
        font-size: 18px;
        line-height: 25px; }
      .slider-cards .card-slide .content .btn-primary-class {
        margin-top: 15px;
        display: inline-block; }
    .slider-cards .card-slide.-contacta {
      height: auto; }
      .slider-cards .card-slide.-contacta .content h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 30px;
        line-height: 35px;
        color: #1C4CDE; }
      .slider-cards .card-slide.-contacta .content:first-child {
        width: 60%;
        padding-right: 40px; }
      .slider-cards .card-slide.-contacta .content:last-child {
        width: 40%; }
      .slider-cards .card-slide.-contacta .content a {
        color: #3C3C3B; }
        .slider-cards .card-slide.-contacta .content a:hover {
          text-decoration: none; }
    .slider-cards .card-slide.-simple {
      padding: 20px;
      margin: 0; }
    .slider-cards .card-slide.-hoverText {
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center 46px;
      height: 372px;
      position: relative; }
      .slider-cards .card-slide.-hoverText .hover-box {
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #1C4CDE;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        opacity: 0;
        cursor: pointer;
        transition: opacity 1s;
        -webkit-transition: opacity 1s; }
        .slider-cards .card-slide.-hoverText .hover-box img {
          max-width: 120px; }
      .slider-cards .card-slide.-hoverText:hover .hover-box {
        opacity: 0.9;
        transition: opacity 1s;
        -webkit-transition: opacity 1s; }
    .slider-cards .card-slide.-width-50 .content:first-child, .slider-cards .card-slide.-width-50 .content:last-child {
      width: 50%; }
    .slider-cards .card-slide.-destacado .content {
      font-size: 15px; }
      .slider-cards .card-slide.-destacado .content:last-child {
        border-left: 4px solid #E7E7E7;
        padding-left: 30px;
        position: relative; }
        .slider-cards .card-slide.-destacado .content:last-child::before {
          content: '';
          position: absolute;
          width: 4px;
          height: 23px;
          left: -4px;
          top: 0;
          background: #1C4CDE; }
  .slider-cards .slick-dots {
    bottom: 60px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: right;
    right: 90px; }
  .slider-cards .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #1C4CDE; }
  .slider-cards .slick-dots li button:before {
    color: #1C4CDE; }
  .slider-cards .slick-next {
    right: 90px;
    top: 80px; }
  .slider-cards .slick-prev {
    left: initial;
    right: 140px;
    top: 80px;
    z-index: 1; }
  .slider-cards.-iniciativas .card-slide.-simple {
    height: 360px;
    position: relative;
    align-items: start; }
    .slider-cards.-iniciativas .card-slide.-simple .d-flex {
      width: 100%;
      align-items: center; }
    .slider-cards.-iniciativas .card-slide.-simple .logo {
      max-width: 200px;
      align-items: center;
      justify-content: center;
      display: flex;
      padding-right: 15px; }
    .slider-cards.-iniciativas .card-slide.-simple .text {
      width: 75%;
      border-left: 1px solid;
      padding-left: 20px; }
    .slider-cards.-iniciativas .card-slide.-simple .content {
      width: 100%;
      margin-bottom: 25px; }
    .slider-cards.-iniciativas .card-slide.-simple .bottom-pos {
      display: flex;
      position: absolute;
      left: 20px;
      bottom: 20px; }

.double-box .bg-gradient {
  width: 50%;
  background: #1C4CDE;
  color: #FFFFFF;
  padding: 35px 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .double-box .bg-gradient h1 {
    color: white;
    font-size: 25px;
    font-family: "Hepta Slab", serif; }
  .double-box .bg-gradient h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 21px; }
  .double-box .bg-gradient .btn-white-class {
    margin-top: 25px;
    max-width: 250px; }
    .double-box .bg-gradient .btn-white-class:hover {
      color: #0056b3; }
  .double-box .bg-gradient.-banner-soluciones {
    margin: 40px 0; }
    .double-box .bg-gradient.-banner-soluciones .container {
      position: relative;
      max-width: 1100px;
      min-height: 270px;
      height: 100%; }
      .double-box .bg-gradient.-banner-soluciones .container p {
        max-width: 612px;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px; }
      .double-box .bg-gradient.-banner-soluciones .container::before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -30px;
        width: 180px;
        height: 180px;
        background: url(/o/liferay-cesce-theme/images/fondos/bg-banner-soluciones-1.svg);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat; }
      .double-box .bg-gradient.-banner-soluciones .container::after {
        content: '';
        background: url(/o/liferay-cesce-theme/images/fondos/bg-banner-soluciones-2.svg);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        bottom: -30px;
        width: 250px;
        height: 250px; }
    .double-box .bg-gradient.-banner-soluciones.linea-covid {
      min-height: 280px; }
      .double-box .bg-gradient.-banner-soluciones.linea-covid .container::before {
        background: url(/o/liferay-cesce-theme/images/fondos/linea-covid-izq.svg);
        background-size: cover;
        width: 230px;
        height: 223px;
        left: -15px;
        background-repeat: no-repeat; }
      .double-box .bg-gradient.-banner-soluciones.linea-covid .container::after {
        background: url(/o/liferay-cesce-theme/images/fondos/linea-covid-der.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 228px;
        width: 369px;
        right: -106px; }

.your-interest-box {
  margin-top: 25px; }
  .your-interest-box .box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 267px;
    overflow: hidden;
    width: 390px;
    padding: 25px;
    text-align: center;
    color: white; }
    .your-interest-box .box img {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: auto; }
    .your-interest-box .box .content-info {
      position: relative; }
      .your-interest-box .box .content-info a {
        color: white; }
        .your-interest-box .box .content-info a:hover {
          text-decoration: none; }

@media screen and (max-width: 992px) {
  .double-box .bg-gradient {
    width: 100%; } }

@media screen and (max-width: 550px) {
  .double-box .bg-gradient {
    padding: 25px 20px; }
  .double-box .bg-gradient h2 {
    font-size: 22px;
    line-height: 1.2em; }
  .double-box .bg-gradient h1 {
    font-size: 20px;
    line-height: 1.2em; } }

.sucribe-newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 20px 0s; }
  .sucribe-newsletter .image {
    width: 50%; }
    .sucribe-newsletter .image img {
      width: 100%;
      margin: 0 auto;
      max-width: 500px;
      display: block;
      height: auto; }
  .sucribe-newsletter .content {
    width: 50%;
    color: #3C3C3B; }
    .sucribe-newsletter .content p {
      font-size: 18px;
      line-height: 1.5em; }
      .sucribe-newsletter .content p.title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        color: #1C4CDE; }
    .sucribe-newsletter .content form {
      border-bottom: 1px solid #3C3C3B;
      margin-top: 35px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-bottom: 5px; }
      .sucribe-newsletter .content form a {
        color: #F96138; }
      .sucribe-newsletter .content form input {
        background: transparent;
        border: 0;
        width: 100%;
        color: #3C3C3B; }
        .sucribe-newsletter .content form input::placeholder {
          color: #3C3C3B; }
        .sucribe-newsletter .content form input:focus {
          outline: none;
          border: 0; }
      .sucribe-newsletter .content form .box-input.-politica {
        margin-top: 0;
        padding-top: 0; }
        .sucribe-newsletter .content form .box-input.-politica input {
          top: 7px; }
      .sucribe-newsletter .content form button {
        margin-top: 15px; }
        .sucribe-newsletter .content form button:focus {
          outline: none; }

@media screen and (max-width: 970px) {
  .sucribe-newsletter {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px; }
    .sucribe-newsletter .content {
      margin-top: 20px;
      width: 100%;
      max-width: 360px; }
    .sucribe-newsletter .image {
      width: 100%; } }

@media screen and (max-width: 570px) {
  .sucribe-newsletter .content p.title {
    font-size: 20px; }
  .sucribe-newsletter .content p {
    font-size: 16px; } }

.box-slider-histories .slick-prev {
  left: auto;
  top: 65px;
  right: 75px;
  z-index: 1; }
  .box-slider-histories .slick-prev:before {
    width: 30px;
    height: 30px; }

.box-slider-histories .slick-next {
  right: 10px;
  top: 65px; }
  .box-slider-histories .slick-next:before {
    width: 30px;
    height: 30px; }

.box-slider-histories .slide-histories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px; }
  .box-slider-histories .slide-histories .image-profile {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50%; }
  .box-slider-histories .slide-histories .history {
    width: 45%;
    padding: 20px;
    margin: 15px 20px;
    border-left: 4px solid #E7E7E7; }
    .box-slider-histories .slide-histories .history .info-box .content-description .title {
      color: #1C4CDE; }
  .box-slider-histories .slide-histories .opinions {
    width: 45%;
    padding: 20px;
    margin: 15px 20px;
    border-left: 4px solid #E7E7E7; }
    .box-slider-histories .slide-histories .opinions .info-box .content-description .info-opinion {
      font-size: 15px;
      margin-bottom: 15px; }
      .box-slider-histories .slide-histories .opinions .info-box .content-description .info-opinion .puntuation {
        font-size: 30px;
        line-height: 35px;
        display: block;
        position: relative; }
        .box-slider-histories .slide-histories .opinions .info-box .content-description .info-opinion .puntuation:before {
          content: '';
          position: absolute;
          width: 4px;
          height: 35px;
          left: -24px;
          top: 0;
          background: #1C4CDE; }
      .box-slider-histories .slide-histories .opinions .info-box .content-description .info-opinion .info-puntuation {
        font-family: "Hepta Slab", serif;
        width: 100%;
        display: block;
        font-weight: bold;
        font-size: 15px; }
  .box-slider-histories .slide-histories .title {
    font-size: 30px;
    line-height: 35px;
    font-family: "Hepta Slab", serif;
    display: block;
    margin-bottom: 25px;
    position: relative;
    color: #1C4CDE; }
    .box-slider-histories .slide-histories .title:before {
      content: '';
      position: absolute;
      width: 4px;
      height: 35px;
      left: -24px;
      top: 0;
      background: #1C4CDE; }
  .box-slider-histories .slide-histories .entradilla {
    color: #3C3C3B;
    font-size: 24px;
    font-style: italic;
    line-height: 30px; }
  .box-slider-histories .slide-histories .surname-name {
    display: block;
    font-style: italic;
    font-family: "Hepta Slab", serif; }

.portlet {
  width: 100%; }

.list-inform {
  width: 100%; }

.list-inform .item {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px; }

.box-inform {
  display: flex;
  flex-wrap: wrap;
  min-height: 335px;
  height: 100%; }
  .box-inform .image {
    width: 50%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .box-inform .image span {
      position: absolute;
      top: 20px;
      left: 20px;
      color: white;
      background: #9e9e9e;
      text-transform: uppercase;
      padding: 5px 20px 5px;
      right: 20px;
      display: inline-table;
      font-size: 15px; }
    .box-inform .image .categories-list {
      position: absolute;
      top: 20px;
      left: 20px;
      color: white;
      background: #F96138;
      text-transform: uppercase;
      right: 20px;
      display: inline-table;
      font-size: 15px; }
      .box-inform .image .categories-list span {
        position: initial;
        padding: 5px 10px; }
        .box-inform .image .categories-list span.more {
          background: #ffffff82;
          color: #9e9e9e;
          font-size: 16px;
          font-weight: bold; }
  .box-inform .info-content {
    width: 50%;
    padding: 20px;
    box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
    background-color: #ffffff;
    color: #1C4CDE;
    position: relative; }
    .box-inform .info-content span {
      color: #3C3C3B; }
    .box-inform .info-content .title-news {
      font-size: 23px;
      font-weight: bold;
      line-height: 1.2em;
      position: relative;
      color: #1C4CDE; }
      .box-inform .info-content .title-news::before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #F96138;
        animation: width 0.5s;
        transition: all 0.4s;
        border-radius: 2px; }
    .box-inform .info-content .date-share {
      font-size: 14px;
      position: absolute;
      bottom: 20px;
      right: 20px;
      left: 20px;
      margin-bottom: 0; }
      .box-inform .info-content .date-share .date {
        color: #3C3C3B;
        text-transform: uppercase; }
      .box-inform .info-content .date-share .cat-share a.cat {
        color: #F96138;
        font-weight: 500;
        padding-right: 8px;
        text-transform: uppercase; }
      .box-inform .info-content .date-share .cat-share span.share {
        cursor: pointer;
        background: url(../images/iconos/icon-compartir.svg);
        width: 17px;
        height: 17px;
        display: block;
        background-size: 17px;
        background-repeat: no-repeat;
        margin-left: 10px; }
    .box-inform .info-content .description-notice {
      height: 150px;
      overflow: hidden;
      position: relative;
      color: #3C3C3B; }
      .box-inform .info-content .description-notice::before {
        content: '';
        position: absolute;
        background: url(../images/fondos/white-degraded.svg);
        width: 100%;
        height: 90px;
        bottom: -3px;
        background-size: cover;
        background-position: bottom center;
        right: 0;
        left: 0; }
    .box-inform .info-content .download {
      margin-top: 50px;
      border-top: 1px solid #1C4CDE;
      padding-top: 20px;
      padding-left: 33px;
      background-image: url(/o/liferay-cesce-theme/images/iconos/icon-pdf.svg);
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 25px;
      position: absolute;
      bottom: 22px;
      right: 20px;
      left: 20px; }
      .box-inform .info-content .download::before {
        content: '';
        position: absolute;
        width: 43px;
        height: 4px;
        top: -3px;
        left: 0;
        display: block;
        background: #1C4CDE; }
  .box-inform:hover .title-news::before {
    width: 35%;
    animation: width 0.5s;
    transition: all 0.4s; }
  .box-inform.-reducida {
    height: 375px; }
    .box-inform.-reducida .info-content {
      position: relative; }
      .box-inform.-reducida .info-content span {
        text-transform: uppercase; }
      .box-inform.-reducida .info-content .title-news {
        font-size: 16px;
        margin-top: 20px; }
      .box-inform.-reducida .info-content .date-share {
        margin-top: 60px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        left: 20px; }
  .box-inform.-view-small {
    height: 100%; }
    .box-inform.-view-small .image {
      height: 140px; }
    .box-inform.-view-small .info-content {
      height: 100%;
      min-height: 190px; }
      .box-inform.-view-small .info-content .cat-share a.cat {
        text-transform: uppercase;
        margin-bottom: 10px;
        border-right: 1px solid #F96138;
        margin-right: 5px;
        padding-right: 6px;
        display: inline-block;
        color: #F96138; }
        .box-inform.-view-small .info-content .cat-share a.cat:last-of-type {
          border-right: 0; }
  .box-inform.-view-medium {
    height: 100%; }
    .box-inform.-view-medium .image {
      height: 185px; }
    .box-inform.-view-medium .info-content {
      height: 100%;
      min-height: 190px; }
      .box-inform.-view-medium .info-content a {
        margin-bottom: 10px;
        border-right: 1px solid #F96138;
        margin-right: 5px;
        padding-right: 6px;
        display: inline-block; }
        .box-inform.-view-medium .info-content a:last-of-type {
          border-right: 0; }

.list-inform.-vertical .box-inform .image {
  width: 50%; }

.box-inform-image {
  width: 100%;
  height: 375px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .box-inform-image .categories-list {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    background: #9e9e9e;
    text-transform: uppercase;
    right: 20px;
    display: inline-table;
    font-size: 15px;
    z-index: 1; }
    .box-inform-image .categories-list span {
      position: initial;
      padding: 5px 10px;
      display: inline-block; }
      .box-inform-image .categories-list span.more {
        background: #ffffff82;
        color: #9e9e9e;
        font-size: 16px;
        font-weight: bold; }
  .box-inform-image .cat-name {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    background: #9e9e9e;
    text-transform: uppercase;
    padding: 5px 20px 5px;
    right: 20px;
    display: inline-table;
    font-size: 15px;
    z-index: 1; }
  .box-inform-image .info-content {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: column;
    background: #1C4CDE;
    color: white;
    padding: 20px;
    opacity: 0.8;
    margin-top: -24px; }
    .box-inform-image .info-content .title-news {
      font-size: 23px;
      font-weight: bold;
      line-height: 1.2em;
      position: relative;
      color: white; }
      .box-inform-image .info-content .title-news::before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #FFFFFF;
        animation: width 0.5s;
        transition: all 0.4s;
        border-radius: 2px; }
    .box-inform-image .info-content .date-share {
      width: 100%;
      font-size: 14px;
      margin-top: 20px; }
      .box-inform-image .info-content .date-share .date {
        color: white;
        text-transform: uppercase; }
      .box-inform-image .info-content .date-share .cat-share a.cat {
        color: white;
        padding-right: 8px;
        text-transform: uppercase; }
      .box-inform-image .info-content .date-share .cat-share span.share {
        cursor: pointer;
        background: url(../images/iconos/icon-compartir-blue-light.svg);
        width: 17px;
        height: 17px;
        display: block;
        background-size: 17px;
        background-repeat: no-repeat;
        margin-left: 10px; }
  .box-inform-image:hover .title-news::before {
    width: 35%;
    animation: width 0.5s;
    transition: all 0.4s; }

.box-inform.-infografia {
  max-width: 560px;
  height: 315px;
  margin: 0 auto;
  margin-bottom: 25px;
  min-height: auto; }

.box-inform.-infografia .info-content {
  width: 50%; }

.box-inform.-infografia .image {
  width: 50%; }

.downloads-box {
  max-width: 560px; }

.box-inform.-infografia .info-content .download {
  background: none;
  padding-left: 0; }

/* popup imagen */
.popup-img {
  background: #043975cc;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  z-index: 20;
  display: none; }

.popup-img.on {
  display: flex;
  align-items: center;
  justify-content: center; }

.popup-img .container-popup-img {
  position: relative;
  height: 100%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px; }

.popup-img .container-popup-img img {
  height: 100%;
  max-height: calc(100% - 195px); }

.popup-img .container-popup-img .closePopup {
  color: white;
  position: absolute;
  right: 0px;
  top: 90px;
  font-size: 40px;
  cursor: pointer; }

.popup-img.-miembros {
  background: transparent;
  color: white; }
  .popup-img.-miembros .container-popup-img {
    position: relative;
    height: 400px;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: #1C4CDE; }
    .popup-img.-miembros .container-popup-img .closePopup {
      color: white;
      position: absolute;
      right: 20px;
      top: 0;
      font-size: 30px;
      cursor: pointer; }
    .popup-img.-miembros .container-popup-img .content-description {
      position: absolute;
      top: 0;
      right: 30px;
      left: 30px;
      top: 45px;
      overflow-y: scroll;
      height: 330px;
      padding-right: 20px; }
      .popup-img.-miembros .container-popup-img .content-description h1 {
        font-size: 33px;
        color: #FFFFFF;
        line-height: 1.2rem;
        padding-bottom: 10px; }
      .popup-img.-miembros .container-popup-img .content-description h2 {
        font-size: 25px;
        color: #FFFFFF;
        line-height: 1.2rem;
        padding-bottom: 10px; }
      .popup-img.-miembros .container-popup-img .content-description h3 {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 1.2rem;
        padding-bottom: 10px; }
      .popup-img.-miembros .container-popup-img .content-description::-webkit-scrollbar {
        width: 2px;
        height: 2px;
        background-color: transparent; }
      .popup-img.-miembros .container-popup-img .content-description::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent; }
      .popup-img.-miembros .container-popup-img .content-description::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #F96138; }

.card-product {
  max-width: 360px;
  width: 100%;
  margin: 20px;
  color: #1C4CDE;
  transition: .7s;
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2); }
  .card-product:hover {
    text-decoration: none;
    color: #1C4CDE;
    transform: translateY(-20px);
    box-shadow: -3px 19px 12px 0 rgba(5, 59, 102, 0.2); }
  .card-product .head-logo {
    height: 185px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .card-product .content {
    background-color: #ffffff;
    padding: 20px;
    min-height: 455px;
    color: #1C4CDE;
    position: relative; }
    .card-product .content h1 {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 25px; }
    .card-product .content .btn-primary-class {
      position: absolute;
      bottom: 20px;
      padding: 10px 25px !important; }
  .card-product.-small .head-logo {
    padding: 15px; }
    .card-product.-small .head-logo img {
      height: 100%;
      width: auto;
      margin: 0 auto;
      display: block; }
  .card-product.-small .content {
    height: auto;
    min-height: 200px; }
    .card-product.-small .content p {
      font-size: 18px;
      line-height: 25px; }
    .card-product.-small .content a {
      color: #3C3C3B; }
      .card-product.-small .content a:hover {
        text-decoration: none; }
  .card-product.-miembro {
    margin: 20px 0;
    box-shadow: none; }
    .card-product.-miembro:hover {
      box-shadow: none; }
    .card-product.-miembro .head-logo {
      padding: 0;
      overflow: hidden;
      height: 165px; }
      .card-product.-miembro .head-logo img {
        width: 100%;
        height: auto; }
    .card-product.-miembro .content {
      box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
      position: relative; }
      .card-product.-miembro .content .more-info {
        background-image: url(/o/liferay-cesce-theme/images/iconos/more-info.svg);
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 50px;
        display: block;
        position: absolute;
        right: -20px;
        top: 20px;
        cursor: pointer;
        z-index: 1; }
      .card-product.-miembro .content p {
        font-size: 15px;
        line-height: 22px; }
        .card-product.-miembro .content p.lead {
          border-bottom: 1px solid #979797;
          padding-bottom: 10px;
          font-weight: "Hepta Slab", serif;
          font-size: 18px;
          border-left: 0;
          position: relative;
          padding-left: 0; }
          .card-product.-miembro .content p.lead::before {
            content: '';
            position: absolute;
            width: 43px;
            height: 4px;
            bottom: -3px;
            left: 0;
            display: block;
            background: #002FFF;
            top: initial; }
      .card-product.-miembro .content .type-charge {
        position: absolute;
        bottom: 20px;
        right: 20px;
        left: 20px;
        color: #979797; }

.-oficinas-agentes .card-product.-small .content {
  min-height: 240px; }

.leaflet-popup .card-product.-small .content .link.link-arrow {
  color: #1C4CDE !important; }

select:focus {
  outline: none; }

select.border-arrow-blue {
  font-size: 15px;
  color: #1C4CDE;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 65px;
  border-color: #1C4CDE;
  appearance: none;
  font-size: 16px;
  color: #1C4CDE;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 65px;
  border-color: #1C4CDE;
  appearance: none;
  background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-blue-down.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 95%;
  padding-right: 55px;
  margin: 10px 0; }

.taglib-categorization-filter {
  display: none; }

#nav-facturacion,
#calidad {
  margin: 10px 0;
  cursor: pointer; }
  #nav-facturacion .option,
  #calidad .option {
    font-size: 16px;
    padding: 10px;
    border-radius: 24px;
    border: 1px solid #1C4CDE;
    padding-right: 55px;
    width: 100%;
    max-width: 400px;
    display: block;
    background: white;
    border: 1px solid #1C4CDE;
    background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-blue-down.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 95% 20px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }
    #nav-facturacion .option strong,
    #calidad .option strong {
      color: #1C4CDE;
      padding-left: 15px;
      font-size: 17px;
      font-weight: 500; }
    #nav-facturacion .option ul,
    #calidad .option ul {
      z-index: 1;
      background: white;
      width: 100%;
      list-style: none;
      padding-left: 0px; }
      #nav-facturacion .option ul li,
      #calidad .option ul li {
        margin: 15px 0;
        padding: 5px 15px; }
        #nav-facturacion .option ul li:hover,
        #calidad .option ul li:hover {
          background-color: rgba(0, 47, 255, 0.18);
          border-radius: 18px; }
    #nav-facturacion .option:hover,
    #calidad .option:hover {
      font-size: 16px;
      color: #1C4CDE;
      padding: 10px;
      border-radius: 24px;
      border: 1px solid #1C4CDE;
      padding-right: 55px;
      width: 100%;
      max-width: 400px;
      display: block;
      background: #1C4CDE;
      position: relative;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn; }
      #nav-facturacion .option:hover::before,
      #calidad .option:hover::before {
        content: '';
        background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-white-down.svg);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: center center;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 13px;
        right: 19px; }
      #nav-facturacion .option:hover strong,
      #calidad .option:hover strong {
        color: white; }
  #nav-facturacion.active .option,
  #calidad.active .option {
    background-color: white;
    border: 1px solid #1C4CDE;
    background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-blue-up.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 95% 20px; }
    #nav-facturacion.active .option::before,
    #calidad.active .option::before {
      display: none; }
    #nav-facturacion.active .option strong,
    #calidad.active .option strong {
      color: #1C4CDE; }

.select-anio {
  position: relative;
  z-index: 1;
  margin-bottom: 75px; }
  .select-anio .legend-select {
    position: absolute;
    right: 155px;
    top: 20px; }
  .select-anio .border-arrow-blue,
  .select-anio #nav-facturacion {
    position: absolute;
    top: 0;
    right: 0; }
    .select-anio .border-arrow-blue .option,
    .select-anio #nav-facturacion .option {
      padding-right: 15px;
      width: 140px;
      background-position: 99px 19px; }
      .select-anio .border-arrow-blue .option:hover,
      .select-anio #nav-facturacion .option:hover {
        padding-right: 15px;
        width: 140px;
        background-size: initial;
        background-position: initial; }
      .select-anio .border-arrow-blue .option ul,
      .select-anio #nav-facturacion .option ul {
        height: 100px;
        overflow-y: scroll;
        margin-top: 5px; }
        .select-anio .border-arrow-blue .option ul li,
        .select-anio #nav-facturacion .option ul li {
          margin: 5px 0; }
        .select-anio .border-arrow-blue .option ul::-webkit-scrollbar,
        .select-anio #nav-facturacion .option ul::-webkit-scrollbar {
          width: 2px;
          height: 2px;
          background-color: #E7E7E7; }
        .select-anio .border-arrow-blue .option ul::-webkit-scrollbar-track,
        .select-anio #nav-facturacion .option ul::-webkit-scrollbar-track {
          border-radius: 10px;
          background-color: #E7E7E7; }
        .select-anio .border-arrow-blue .option ul::-webkit-scrollbar-thumb,
        .select-anio #nav-facturacion .option ul::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background-color: #1C4CDE; }
    .select-anio .border-arrow-blue.active .option,
    .select-anio #nav-facturacion.active .option {
      padding-right: 15px;
      width: 140px;
      background-size: 18px;
      background-position: 99px 19px; }

.form-contact {
  margin: 60px 0; }
  .form-contact h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    font-size: 20px; }
  .form-contact .container-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 40px; }
    .form-contact .container-contact .info {
      width: 350px;
      background: white;
      padding: 20px;
      box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
      background-image: url(/o/liferay-agentes-theme/images/cesce-ilustraciones-contacto.svg);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: 243px;
      padding-bottom: 155px;
      justify-content: center;
      display: flex;
      flex-direction: column; }
      .form-contact .container-contact .info .title {
        font-size: 25px;
        font-weight: bold;
        text-align: center; }
      .form-contact .container-contact .info .phoned {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        color: #F96138;
        margin: 25px 0; }
        .form-contact .container-contact .info .phoned img {
          width: 100%;
          max-width: 45px;
          height: auto; }
        .form-contact .container-contact .info .phoned span {
          font-size: 22px;
          font-family: "Montserrat", sans-serif;
          color: #1C4CDE;
          font-weight: bold; }
        .form-contact .container-contact .info .phoned:hover {
          text-decoration: none; }
      .form-contact .container-contact .info span {
        text-align: center;
        display: inline-block;
        font-size: 15px;
        line-height: 1.2em;
        color: #F96138; }
      .form-contact .container-contact .info .contacted {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        color: #F96138;
        margin: 55px 0; }
        .form-contact .container-contact .info .contacted img {
          width: 100%;
          max-width: 45px;
          height: auto; }
        .form-contact .container-contact .info .contacted span {
          font-size: 22px;
          font-family: "Montserrat", sans-serif;
          color: #1C4CDE;
          font-weight: bold; }
        .form-contact .container-contact .info .contacted:hover {
          text-decoration: none; }

.container-form {
  width: calc(100% - 420px); }
  .container-form .title-form {
    font-size: 20px;
    font-weight: bold;
    color: #1C4CDE; }
  .container-form span {
    font-size: 14px; }
  .container-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .container-form form button {
      min-width: 145px;
      margin-left: 10px;
      margin-top: 0;
      margin-bottom: 20px; }
    .container-form form .box-input {
      width: 48%;
      border-bottom: 1px solid;
      padding: 10px;
      margin: 20px 0; }
      .container-form form .box-input input,
      .container-form form .box-input textarea {
        width: 100%;
        border: 0;
        background: transparent; }
        .container-form form .box-input input:focus,
        .container-form form .box-input textarea:focus {
          outline: none;
          border: 0; }
        .container-form form .box-input input::placeholder,
        .container-form form .box-input textarea::placeholder {
          color: #3C3C3B; }
      .container-form form .box-input label {
        display: none; }
      .container-form form .box-input.-asunto, .container-form form .box-input.-mensaje {
        width: 100%; }
      .container-form form .box-input.-politica {
        width: 100%;
        border-bottom: 0;
        margin: 10px 0 0 0;
        position: relative;
        padding-left: 30px; }
        .container-form form .box-input.-politica input {
          border: 0;
          position: absolute;
          left: 0;
          top: 17px;
          width: 28px; }

.form-contact.-form-simple {
  max-width: 592px; }
  .form-contact.-form-simple .container-form {
    box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
    background-color: #ffffff;
    padding: 30px; }
    .form-contact.-form-simple .container-form .title {
      font-size: 30px;
      font-weight: bold;
      line-height: 1.4;
      color: #F96138; }
    .form-contact.-form-simple .container-form form .box-input {
      margin: 10px 0; }

.search-bar-box {
  border: 1px solid #1C4CDE;
  border-radius: 22px;
  padding: 2px 20px;
  display: flex;
  font-size: 1.1em; }
  .search-bar-box .search-input {
    border: 0;
    background: transparent;
    color: #1C4CDE;
    height: 2.375rem;
    width: 100%; }
    .search-bar-box .search-input::placeholder {
      color: #3C3C3B; }
    .search-bar-box .search-input:focus {
      outline: none;
      background: transparent;
      border: 0;
      box-shadow: none; }
  .search-bar-box .btn-send {
    border: 0;
    background: transparent;
    color: #1C4CDE;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .search-bar-box .btn-send:focus {
      outline: none;
      background: transparent;
      border: 0;
      box-shadow: none; }

.portlet-search-bar .search-bar-keywords-input-wrapper {
  min-width: 6.25rem;
  border: 1px solid #1C4CDE;
  border-radius: 22px;
  padding: 2px 15px;
  display: flex; }
  .portlet-search-bar .search-bar-keywords-input-wrapper .form-control {
    border: 0;
    background: transparent;
    color: #1C4CDE; }
    .portlet-search-bar .search-bar-keywords-input-wrapper .form-control:focus {
      outline: none;
      background: transparent;
      border: 0;
      box-shadow: none; }
  .portlet-search-bar .search-bar-keywords-input-wrapper .input-group-inset-item-after {
    border: 0;
    background: transparent;
    color: #1C4CDE;
    font-size: 22px; }
    .portlet-search-bar .search-bar-keywords-input-wrapper .input-group-inset-item-after:focus {
      outline: none;
      background: transparent;
      border: 0;
      box-shadow: none; }

.portlet-search-bar .input-group .btn:focus,
.portlet-search-bar .input-group .form-control:focus {
  z-index: 4;
  outline: none;
  border: 0;
  box-shadow: none; }

.portlet-search-results .search-total-label {
  font-size: 22px; }

.portlet-search-results .search-results-metadata .list-group-subtext:first-of-type {
  display: none; }

.portlet-search-results .search-results-metadata .list-group-subtext {
  color: #3C3C3B; }

.portlet-search-results .list-group-item {
  background-color: transparent;
  border: 0;
  padding-top: 20px; }
  .portlet-search-results .list-group-item .highlight {
    background: transparent;
    color: #F96138; }
  .portlet-search-results .list-group-item .autofit-col {
    border-bottom: 1px solid #979797;
    padding: 0 0 20px 0; }
    .portlet-search-results .list-group-item .autofit-col .sticker {
      display: none; }
  .portlet-search-results .list-group-item .autofit-section a {
    color: #1C4CDE;
    border-color: #1C4CDE; }
    .portlet-search-results .list-group-item .autofit-section a:hover {
      text-decoration: none;
      color: #1C4CDE; }

.portlet-search-results .pagination-bar .pagination-items-per-page > a {
  border: 0;
  border-bottom: 1px solid #1C4CDE;
  color: #1C4CDE;
  border-radius: 0;
  padding: 0;
  background: transparent; }
  .portlet-search-results .pagination-bar .pagination-items-per-page > a:hover, .portlet-search-results .pagination-bar .pagination-items-per-page > a:focus {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #1C4CDE;
    box-shadow: none;
    outline: none; }
  .portlet-search-results .pagination-bar .pagination-items-per-page > a:active {
    background: transparent;
    border: 0;
    color: #1C4CDE;
    border-bottom: 1px solid #1C4CDE;
    box-shadow: none;
    outline: none; }

.portlet-search-results .pagination .page-link {
  border: 0;
  font-size: 18px;
  background: transparent;
  color: #1C4CDE; }
  .portlet-search-results .pagination .page-link:hover, .portlet-search-results .pagination .page-link:focus {
    background: transparent;
    outline: 0;
    box-shadow: none; }
  .portlet-search-results .pagination .page-link:active {
    background: transparent;
    color: #1C4CDE; }
  .portlet-search-results .pagination .page-link .lfr-portal-tooltip {
    color: #F96138;
    font-size: 15px; }

.portlet-search-results .pagination .page-item.active .page-link {
  color: #F96138;
  background: transparent; }

.portlet-search-results .taglib-empty-result-message.sheet {
  margin-bottom: 24px;
  border: 0;
  background: transparent; }

.portlet-search-results .taglib-empty-result-message .taglib-empty-result-message-header {
  background-image: url(/o/liferay-cesce-theme/images/fondos/result-info.svg);
  max-width: 400px;
  height: 360px;
  padding-top: 0;
  background-size: contain;
  background-position: top center; }

.portlet-search-results .sheet-text {
  font-size: 18px; }

.error {
  color: #F96138; }

.view-news .header-new {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 20px 0; }
  .view-news .header-new .title {
    width: 50%;
    padding-right: 50px;
    flex-grow: 1; }
    .view-news .header-new .title h1 {
      font-size: 45px;
      line-height: 1.2em; }
    .view-news .header-new .title .cat-date {
      font-size: 15px;
      text-transform: uppercase; }
      .view-news .header-new .title .cat-date span {
        margin-right: 10px; }
    .view-news .header-new .title .categories {
      text-transform: uppercase;
      color: #979797;
      font-size: 14px; }
      .view-news .header-new .title .categories span {
        border-right: 1px solid #979797;
        margin-right: 5px; }
        .view-news .header-new .title .categories span:last-of-type {
          border-right: 0; }
  .view-news .header-new .image {
    width: 50%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

.view-news .header-entrance {
  margin: 40px 0; }
  .view-news .header-entrance .share {
    width: 40px;
    display: flex;
    flex-direction: column; }
    .view-news .header-entrance .share a {
      font-size: 25px;
      border: 2px solid #F96138;
      color: #F96138;
      display: flex;
      justify-content: center;
      border-radius: 50%;
      align-items: center;
      width: 40px;
      height: 40px;
      margin: 8px 0; }
      .view-news .header-entrance .share a:hover {
        text-decoration: none;
        background: #F96138;
        color: white; }
  .view-news .header-entrance .content {
    width: calc(100% - 40px);
    padding-left: 50px; }
    .view-news .header-entrance .content div {
      text-align: left;
      font-size: 22px;
      line-height: 1.5em;
      color: #1C4CDE; }

.view-news.-conWidgets .header-new .title h1 {
  font-size: 32px;
  line-height: 1.2em; }

.view-news.-conWidgets .header-entrance .content {
  padding-left: 15px; }

.view-news.-conWidgets .header-new .image {
  height: 470px; }

.cat-links {
  margin-top: 20px; }
  .cat-links .categories a {
    border-right: 1px solid #1C4CDE;
    padding: 0 5px;
    text-transform: uppercase;
    color: #F96138;
    font-size: 14px; }
    .cat-links .categories a:last-child {
      border-right: 0;
      padding-right: 0px; }
    .cat-links .categories a:hover {
      text-decoration: none; }

.cat-tags {
  background-image: url(/o/liferay-cesce-theme/images/iconos/icon-tag.svg);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 25px;
  background-size: 24px;
  min-height: 25px;
  height: 100%; }
  .cat-tags span {
    border-right: 1px solid #979797;
    padding: 0 5px;
    text-transform: uppercase;
    color: #1C4CDE;
    font-size: 14px; }
    .cat-tags span:last-child {
      border-right: 0;
      padding-right: 0px; }

.body-new cite {
  font-size: 25px;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-style: initial;
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  position: relative;
  border-left: 4px solid #E7E7E7;
  padding-left: 20px;
  margin-top: 35px;
  margin-bottom: 35px; }
  .body-new cite:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 23px;
    left: -4px;
    top: 0;
    background: #002fff; }

.body-new ul li::marker {
  color: #c6c6c6; }

.body-new table {
  border: 0; }
  .body-new table tr {
    border: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .body-new table tr td {
      border: 0;
      padding: 20px;
      width: 100%; }
      .body-new table tr td:first-child {
        padding-left: 0; }
      .body-new table tr td:last-child {
        padding-right: 0; }
      .body-new table tr td img {
        width: 100%;
        height: auto; }

.container-duo-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  margin-top: 40px; }
  .container-duo-news .w-container-body {
    width: calc(100% - 320px);
    padding-right: 30px; }
  .container-duo-news .container-widgets {
    width: 100%;
    background: white;
    box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
    background-color: #fff;
    padding: 20px;
    max-width: 290px; }
    .container-duo-news .container-widgets .title {
      font-size: 17px;
      position: relative;
      margin-bottom: 10px; }
      .container-duo-news .container-widgets .title::before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #1C4CDE;
        position: absolute;
        right: 0;
        bottom: -3px;
        left: 0;
        margin: 0 auto; }
    .container-duo-news .container-widgets .banner-publi {
      display: flex;
      align-items: center;
      justify-content: center; }
      .container-duo-news .container-widgets .banner-publi img {
        height: auto;
        max-width: 200px; }

.item-simple-new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #979797;
  padding: 15px 0; }
  .item-simple-new .image-new {
    height: 80px;
    width: 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .item-simple-new .t-news-simple {
    width: calc(100% - 90px);
    text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    color: #1C4CDE;
    font-weight: bold; }

.cat-share-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0; }
  .cat-share-bottom .share {
    display: flex; }
    .cat-share-bottom .share a {
      border: 1px solid #1C4CDE;
      padding: 5px;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 14px;
      margin: 0 5px; }
      .cat-share-bottom .share a:hover {
        color: white;
        background: #1C4CDE; }

.view-count-info {
  display: none; }

.questions-related h3 {
  font-size: 45px;
  text-align: center;
  line-height: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 50px; }

.box-question {
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
  background-color: #ffffff;
  padding: 20px;
  margin: 20px 0; }
  .box-question .question {
    color: #3C3C3B;
    margin-right: 60px;
    padding-right: 0px;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    padding-left: 35px;
    position: relative; }
    .box-question .question .lead {
      font-size: 22px;
      font-weight: bold;
      font-family: "Montserrat", sans-serif; }
    .box-question .question:before {
      content: "";
      position: absolute;
      right: 0px;
      width: 22px;
      height: 22px;
      background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-orange.svg);
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: center center;
      bottom: 3px; }
    .box-question .question.open-blue {
      color: #3C3C3B; }
    .box-question .question::before {
      bottom: initial;
      top: 5px;
      right: initial;
      left: 0;
      width: 22px;
      height: 22px;
      background-image: url(/o/liferay-cesce-theme/images/iconos/more.svg);
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: center center;
      bottom: 3px; }
    .box-question .question:hover::before {
      background-image: url(/o/liferay-cesce-theme/images/iconos/flecha-hover-blue.svg); }
    .box-question .question.open-blue:before {
      background-image: url(/o/liferay-cesce-theme/images/iconos/less.svg);
      transform: rotate(0deg); }
  .box-question .answer {
    padding-right: 60px;
    display: none;
    padding-left: 35px;
    margin-top: 20px; }
    .box-question .answer .tab-block {
      padding: 0 !important; }
      .box-question .answer .tab-block .info-tab.-withoutCard {
        margin: 0; }
    .box-question .answer.d-open {
      display: block !important; }
    .box-question .answer.-proyectos .localizacion {
      margin-right: 40px;
      background-image: url(/o/liferay-cesce-theme/images/iconos/icon-loca-blue.svg);
      background-repeat: no-repeat;
      background-size: 20px;
      padding-left: 30px;
      text-align: left; }
    .box-question .answer.-proyectos .personaContacto {
      background-image: url(/o/liferay-cesce-theme/images/iconos/asegurado.svg);
      background-repeat: no-repeat;
      background-size: 24px;
      padding-left: 30px;
      text-align: left;
      display: inline-block;
      margin-right: 40px; }
    .box-question .answer.-proyectos .FechaPubli {
      background-image: url(/o/liferay-cesce-theme/images/iconos/icon-fecha.svg);
      background-repeat: no-repeat;
      background-size: 24px;
      padding-left: 30px;
      text-align: left;
      display: inline-block;
      margin-right: 40px; }
    .box-question .answer.-proyectos .sector {
      background-image: url(/o/liferay-cesce-theme/images/iconos/icon-sector.svg);
      background-repeat: no-repeat;
      background-size: contain;
      padding-left: 30px;
      text-align: left;
      margin-right: 40px; }
    .box-question .answer.-proyectos .exportador {
      background-image: url(/o/liferay-cesce-theme/images/iconos/icon-exportador.svg);
      background-repeat: no-repeat;
      background-size: contain;
      padding-left: 30px;
      text-align: left;
      margin-right: 40px; }
    .box-question .answer.-proyectos .estandarMedio {
      background-image: url(/o/liferay-cesce-theme/images/iconos/icon-estandares.svg);
      background-repeat: no-repeat;
      background-size: 35px;
      padding-left: 41px;
      text-align: left;
      margin-right: 40px; }
    .box-question .answer.-proyectos .conclusiones {
      background-image: url(/o/liferay-cesce-theme/images/iconos/icon-proyecto.svg);
      background-repeat: no-repeat;
      background-size: 19px;
      padding-left: 30px;
      text-align: left; }
  .box-question.-withoutCard {
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    padding: 20px 0;
    margin: 20px 0;
    border-bottom: 1px solid #979797;
    width: 100%; }
    .box-question.-withoutCard .question {
      color: #3C3C3B;
      margin-right: 60px;
      padding-right: 0px;
      font-weight: bold;
      cursor: pointer;
      margin-bottom: 20px;
      font-size: 16px;
      padding-left: 35px; }
      .box-question.-withoutCard .question h2,
      .box-question.-withoutCard .question h3,
      .box-question.-withoutCard .question h4 {
        color: #3C3C3B; }
      .box-question.-withoutCard .question.-proyectos {
        margin-right: 0px; }
        .box-question.-withoutCard .question.-proyectos .categoria {
          background-image: url(/o/liferay-cesce-theme/images/iconos/icon-categoria.svg);
          background-repeat: no-repeat;
          background-size: 22px;
          padding-left: 30px;
          text-align: left;
          width: 100%;
          max-width: 130px;
          top: 0;
          color: black;
          font-size: 16px; }
      .box-question.-withoutCard .question.open-blue {
        color: #1C4CDE; }
      .box-question.-withoutCard .question .description p a {
        color: #3C3C3B; }
        .box-question.-withoutCard .question .description p a:hover {
          text-decoration: none !important; }

.listado-convocatorias .box-question {
  padding: 0; }
  .listado-convocatorias .box-question .question {
    padding-left: 0;
    padding-right: 110px; }
    .listado-convocatorias .box-question .question .d-flex {
      margin-top: 25px; }
    .listado-convocatorias .box-question .question:before {
      right: 0;
      left: initial;
      width: 100%;
      height: auto;
      background: url(/o/liferay-cesce-theme/images/iconos/arrow-orange.svg);
      background-size: 17px;
      background-repeat: no-repeat;
      background-position: right 11px;
      bottom: 0;
      top: initial;
      content: 'Ver más';
      text-align: right;
      padding-right: 24px;
      font-size: 16px;
      color: #1C4CDE;
      font-weight: normal; }
    .listado-convocatorias .box-question .question:hover:before {
      background-position: right 5px;
      background-size: 13px;
      background-image: url(/o/liferay-cesce-theme/images/iconos/flecha-hover-blue.svg); }
    .listado-convocatorias .box-question .question.open-blue:before {
      background-position: right 12px;
      content: 'Ver menos';
      background-image: url(/o/liferay-cesce-theme/images/iconos/less.svg); }
  .listado-convocatorias .box-question .answer {
    padding-left: 22px;
    margin-top: 30px;
    padding-right: 0; }
    .listado-convocatorias .box-question .answer .tab-block {
      padding: 0 !important; }
      .listado-convocatorias .box-question .answer .tab-block .info-tab {
        margin: 0; }

.listado-convocatorias .datePubli {
  background-image: url(/o/liferay-cesce-theme/images/iconos/icon-fecha.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-size: 20px;
  min-height: 22px;
  height: 100%;
  font-size: 15px;
  margin-right: 40px;
  font-weight: bold;
  color: #979797; }

.listado-convocatorias .title {
  color: #1C4CDE;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0px;
  font-size: 18px; }

.listado-convocatorias .state {
  font-size: 15px;
  font-weight: bold;
  color: #979797;
  text-transform: uppercase;
  position: relative;
  padding-left: 23px; }
  .listado-convocatorias .state::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: gray;
    border-radius: 50%;
    left: 0;
    top: 3px; }
  .listado-convocatorias .state[data-state="409699"]::before {
    background: #89d51e; }
  .listado-convocatorias .state[data-state="409700"]::before {
    background: #387bff; }
  .listado-convocatorias .state[data-state="409701"]::before {
    background: #e94b03; }

.listado-convocatorias .downloads-box {
  width: 100%;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }
  .listado-convocatorias .downloads-box .box-download {
    width: calc(100% - 655px);
    margin-right: 25px;
    border-bottom: 0; }
    .listado-convocatorias .downloads-box .box-download .title {
      margin-bottom: 0; }
    .listado-convocatorias .downloads-box .box-download:last-of-type, .listado-convocatorias .downloads-box .box-download:first-of-type {
      border-bottom: 0; }

body[path="trabaja-en-cesce"] .listado-convocatorias .box-question .answer {
  padding-left: 0; }

.contenedor-comparador {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 160px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px; }

@media screen and (max-width: 1420px) {
  .wrapper-comparadores {
    overflow: scroll; } }

.wrapper-comparadores::-webkit-scrollbar {
  width: 0px;
  height: 10px; }

.wrapper-comparadores::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

.wrapper-comparadores::-webkit-scrollbar-thumb {
  background: #dae0ff;
  border: 0px none #ffffff;
  border-radius: 50px; }

.wrapper-comparadores::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px; }

.wrapper-comparadores::-webkit-scrollbar-corner {
  background: transparent; }

.contenedor-comparador .comparadores {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 1200px;
  min-height: calc(100vh - 400px); }

.contenedor-comparador .comparador {
  margin-right: 10px;
  flex-grow: 1;
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2); }

.contenedor-comparador .comparador.active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.contenedor-comparador .comparador.active:nth-of-type(1) {
  animation-delay: 1s; }

.contenedor-comparador .comparador.active:nth-of-type(2) {
  animation-delay: 1.2s; }

.contenedor-comparador .comparador.active:nth-of-type(3) {
  animation-delay: 1.4s; }

.contenedor-comparador .comparador.active:nth-of-type(4) {
  animation-delay: 1.6s; }

.contenedor-comparador .comparador.active:nth-of-type(5) {
  animation-delay: 1.7s; }

.contenedor-comparador .comparador.active:nth-of-type(6) {
  animation-delay: 1.9s; }

.contenedor-comparador .comparador.active:nth-of-type(7) {
  animation-delay: 2s; }

.comparador .title {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
  background: #1C4CDE;
  padding: 0 10px;
  width: 100%;
  z-index: 5; }

.comparador .title h2 {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 0; }

.comparador .title h2 a {
  color: white; }

.comparador .contenedor-tips {
  padding: 0 12px;
  background: white; }

.comparador .tip {
  min-height: 110px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #c6c6c6;
  position: relative; }

.comparador .tip:last-child {
  border-bottom: none; }

.comparador .tip p {
  font-size: 15px;
  color: #3C3C3B;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  max-width: 150px;
  line-height: 1.2em; }

.comparador .tip img {
  max-width: 32px;
  margin-bottom: 3px; }

.comparador .tip img.cesce {
  max-width: 100%;
  width: 90px;
  transform: scale(1.6);
  margin-top: 20px; }

.comparador .tip p + img {
  margin-top: 10px; }

.comparador .tip p strong {
  width: 100%;
  display: inline-block;
  font-weight: bold; }

.comparador-titles {
  position: absolute;
  padding-top: 80px;
  top: 0;
  left: 0;
  z-index: 6; }

.comparador-titles h3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  max-width: 160px;
  font-size: 16px;
  line-height: 1.2em;
  color: #3c3c3b;
  padding-right: 20px;
  min-height: 110px;
  margin-bottom: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  color: #1C4CDE;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.comparador-titles h3:nth-child(1) {
  animation-delay: 1s; }

.comparador-titles h3:nth-child(2) {
  animation-delay: 1.2s; }

.comparador-titles h3:nth-child(3) {
  animation-delay: 1.4s; }

.comparador-titles h3:nth-child(4) {
  animation-delay: 1.6s; }

.comparador-titles h3:nth-child(5) {
  animation-delay: 1.7s; }

.comparador-titles h3:nth-child(6) {
  animation-delay: 1.9s; }

.comparador-titles h3:nth-child(7) {
  animation-delay: 2s; }

.comparador-titles h3.-aseguramiento {
  min-height: 110px; }

.comparador-titles h3.-ambito {
  min-height: 120px; }

.comparador-titles h3.-cobertura,
.comparador-titles h3.-limite {
  min-height: 157px; }

.comparador-titles h3.-riesgos {
  min-height: 223px; }

.comparador-titles h3.-acceso {
  min-height: 245px; }

.comparador .tip h4 {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
  color: #3C3C3B; }

.comparador .tip.-aseguramiento {
  min-height: 110px; }

.comparador .tip.-cobertura,
.comparador .tip.-limite {
  min-height: 177px; }

.comparador .tip.-riesgos {
  min-height: 223px; }

.comparador .tip.-acceso {
  min-height: 305px;
  justify-content: flex-start;
  padding-bottom: 100px;
  position: relative; }

.comparador .tip.-acceso .btn-primary-class {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 145px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  padding: 0 !important; }

.comparador .tip h4.ghost {
  opacity: .2; }

.comparador .tip .info {
  width: 15px; }

.comparador .tip .explicacion {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1C4CDE;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; }

.comparador .tip:hover .explicacion {
  display: flex; }

.comparador .tip .explicacion p {
  color: white;
  display: inline-block;
  text-align: center; }

body[path="comparador-seguros-de-credito"] #nav-facturacion .option:hover {
  background: transparent; }
  body[path="comparador-seguros-de-credito"] #nav-facturacion .option:hover strong {
    color: #1C4CDE; }

body[path="comparador-seguros-de-credito"] #nav-facturacion .option ul {
  z-index: 6; }

@media screen and (max-width: 1410px) {
  body[path="comparador-seguros-de-credito"] {
    background: white; }
  .comparador-titles {
    background: white;
    box-shadow: 5px 5px 3px -5px #3a3a3a78; }
  .comparador-titles h3 {
    padding-left: 10px; }
  .comparador-titles h3:nth-child(2n) {
    background: #f3f3f3; } }

@media screen and (max-width: 1000px) {
  .comparador-titles h3 {
    font-size: 14px;
    padding-right: 10px;
    max-width: 120px; }
  .contenedor-comparador {
    padding-left: 120px; }
  .contenedor-comparador .comparador {
    max-width: calc(100vw - 180px); }
  body[path="comparador-seguros-de-credito"] .container {
    padding: 20px 0 !important; } }

@media screen and (max-width: 450px) {
  #nav-facturacion .option {
    font-size: 14px; } }

.video-home {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%; }

.video {
  position: relative; }
  .video.active-mask:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fondos/bg-video.svg);
    z-index: 1;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s; }
  .video.active-mask:hover {
    position: relative; }
    .video.active-mask:hover:before {
      z-index: -1;
      opacity: 0;
      transition: opacity 1s;
      -webkit-transition: opacity 1s; }

.video-preview-image {
  width: 100%;
  max-width: 560px;
  height: 315px;
  position: relative;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .video-preview-image iframe {
    width: 100%; }
  .video-preview-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fondos/bg-video.svg);
    z-index: 1;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s; }
  .video-preview-image.active-iframe:before {
    opacity: 0;
    z-index: -1; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .video {
    margin-top: 0px !important; } }

@media (max-width: 600px) {
  .video {
    margin-top: 50px !important;
    width: 100% !important;
    height: 200px !important; }
  .video iframe {
    width: 100% !important;
    height: 100% !important; }
  .video:hover:before {
    z-index: -1 !important;
    opacity: 0 !important;
    transition: opacity 1s !important;
    -webkit-transition: opacity 1s !important; } }

@media (max-width: 479px) {
  .video {
    margin-top: 50px !important;
    width: 100% !important;
    height: 200px !important; }
  .video iframe {
    width: 100% !important;
    height: 100% !important; }
  .video:hover:before {
    z-index: -1 !important;
    opacity: 0 !important;
    transition: opacity 1s !important;
    -webkit-transition: opacity 1s !important; } }

.-pais {
  position: relative; }
  .-pais .img-pais {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: auto; }
  .-pais .riesgo {
    background: gray;
    color: white;
    display: flex;
    font-size: 34px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: 18px; }
    .-pais .riesgo[data-riesgo="1"] {
      background: #07d500; }
    .-pais .riesgo[data-riesgo="2"] {
      background: #cbeb00; }
    .-pais .riesgo[data-riesgo="3"] {
      background: #ffd100; }
    .-pais .riesgo[data-riesgo="4"] {
      background: #c09500; }
    .-pais .riesgo[data-riesgo="5"] {
      background: #ff9100; }
    .-pais .riesgo[data-riesgo="6"] {
      background: #ff0000; }
    .-pais .riesgo[data-riesgo="7"] {
      background: #c00000; }
  .-pais .boxs-map-info-riesgo {
    height: 100%;
    min-height: 430px;
    margin-top: 55px;
    width: 50%; }
    .-pais .boxs-map-info-riesgo .box-type-info {
      border-left: 1px solid gray;
      padding-left: 60px;
      margin-bottom: 65px;
      position: relative; }
      .-pais .boxs-map-info-riesgo .box-type-info .situ-politica {
        font-weight: normal;
        font-size: 1rem; }
      .-pais .boxs-map-info-riesgo .box-type-info:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 33px;
        left: -2px;
        top: 0;
        background: #002FFF;
        min-height: 38px; }
      .-pais .boxs-map-info-riesgo .box-type-info.-riesgo-comercial {
        background-image: url(/o/liferay-cesce-theme/images/iconos/icon-riesgo-comercial.svg);
        background-size: 38px;
        background-position: 10px top;
        background-repeat: no-repeat;
        min-height: 38px; }
      .-pais .boxs-map-info-riesgo .box-type-info.-riesgo-politico {
        background-image: url(/o/liferay-cesce-theme/images/iconos/icon-riesgo-politico.svg);
        background-size: 38px;
        background-position: 10px top;
        background-repeat: no-repeat;
        min-height: 38px; }
      .-pais .boxs-map-info-riesgo .box-type-info.-politicos {
        background-image: url(/o/liferay-cesce-theme/images/iconos/politicos.svg);
        background-size: 38px;
        background-position: 10px top;
        background-repeat: no-repeat;
        min-height: 38px; }
      .-pais .boxs-map-info-riesgo .box-type-info.-economia {
        background-image: url(/o/liferay-cesce-theme/images/iconos/icon-economia.svg);
        background-size: 38px;
        background-position: 10px top;
        background-repeat: no-repeat; }
      .-pais .boxs-map-info-riesgo .box-type-info .head-type {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 20px; }
      .-pais .boxs-map-info-riesgo .box-type-info .body-type {
        margin: 10px 0; }
      .-pais .boxs-map-info-riesgo .box-type-info span {
        max-width: 167px;
        display: block;
        width: 100%;
        margin-right: 30px; }
        .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo {
          color: white;
          padding: 0;
          text-align: center;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: initial;
          font-weight: normal; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color-comercial="Bajo"] {
            background: #07d500; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color-comercial="Medio"] {
            background: #c09500; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color-comercial="Alto"] {
            background: #c00000; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color="1"] {
            background: #07d500; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color="2"] {
            background: #cbeb00; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color="3"] {
            background: #ffd100; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color="4"] {
            background: #c09500; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color="5"] {
            background: #ff9100; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color="6"] {
            background: #ff0000; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo[data-color="7"] {
            background: #c00000; }
        .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia {
          background: gray;
          color: white;
          padding: 5px 15px;
          text-align: center; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia[data-color="Muy favorable"] {
            background: #07d500; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia[data-color="Favorable"] {
            background: #cbeb00; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia[data-color="Regular"] {
            background: #c09500; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia[data-color="Desfavorable"] {
            background: #ff9100; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia[data-color="Muy desfavorable"] {
            background: #ff0000; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia[data-color-evolucion="Sin valoración"] {
            background: gray; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia[data-color-evolucion="Positiva"] {
            background: #07d500; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia[data-color-evolucion="Estable"] {
            background: #c09500; }
          .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia[data-color-evolucion="Negativa"] {
            background: #ff0000; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0 !important;
  border-bottom: 1px solid #1C4CDE !important;
  border-radius: 0 !important;
  font-size: 16px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3C3C3B !important; }

.select2-container--default .select2-selection--single:focus {
  border: 0;
  border-bottom: 1px solid #1C4CDE;
  outline: none;
  box-shadow: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background: url(/o/liferay-cesce-theme/images/iconos/arrow-orange.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center; }

.select2-container--open .select2-dropdown--below {
  border: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee; }

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #eee !important;
  box-shadow: none;
  outline: none; }

.select2-search--dropdown {
  padding: 0 !important; }

.select2-results__option {
  color: #1C4CDE; }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #eee; }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee; }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1C4CDE; }

.box-type-info .head-type {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px; }

.box-type-info .body-type {
  margin: 10px 0; }

.box-color-riesgo {
  background: gray;
  color: white;
  padding: 5px 15px;
  text-align: center; }

.info-riesgo-pais span {
  color: #979797;
  font-size: 18px; }
  .info-riesgo-pais span.color {
    padding-left: 44px;
    position: relative;
    height: 42px;
    display: flex;
    align-items: center; }
    .info-riesgo-pais span.color:before {
      content: '';
      width: 35px;
      height: 35px;
      background-color: #ccc;
      display: inline-block;
      position: absolute;
      left: 0;
      border-radius: 50%;
      top: 4px; }

.info-riesgo-pais strong {
  font-size: 22px;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #1C4CDE; }

.info-riesgo-pais .box-riesgos {
  margin-top: 10px;
  border-top: 4px solid #1C4CDE;
  padding-top: 20px; }
  .info-riesgo-pais .box-riesgos span {
    width: 100px; }
  .info-riesgo-pais .box-riesgos img {
    width: calc(100% - 200px);
    height: auto; }

.view-buscador-soluciones .slider-steps {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  transform: scale(0.85); }
  .view-buscador-soluciones .slider-steps:before {
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: #c6c6c6;
    height: 2px;
    z-index: -1; }
  .view-buscador-soluciones .slider-steps span {
    color: white;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    font-size: 18px;
    position: relative;
    line-height: 0;
    opacity: 0; }
    .view-buscador-soluciones .slider-steps span.active-slide-step {
      background-color: #1C4CDE;
      opacity: 1;
      margin-right: 120px; }
      .view-buscador-soluciones .slider-steps span.active-slide-step.-solution {
        color: #1C4CDE;
        background: white;
        width: 190px;
        left: 100%;
        position: absolute;
        font-weight: bold; }
        .view-buscador-soluciones .slider-steps span.active-slide-step.-solution::before {
          left: initial;
          content: '';
          position: absolute;
          width: 500px;
          background: #F96138;
          height: 3px;
          right: 100%;
          z-index: -1; }
      .view-buscador-soluciones .slider-steps span.active-slide-step:before {
        background: #F96138;
        height: 3px !important;
        left: -145px;
        content: '';
        position: absolute;
        width: 160px;
        height: 2px;
        z-index: -1; }
    .view-buscador-soluciones .slider-steps span:first-of-type:before {
      display: none; }

.view-buscador-soluciones .panel-home {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .view-buscador-soluciones .panel-home h1 {
    margin-bottom: 20px; }
  .view-buscador-soluciones .panel-home h3 {
    color: #1C4CDE;
    font-family: "Montserrat", sans-serif;
    font-weight: bold; }
  .view-buscador-soluciones .panel-home span {
    margin: 25px 0 30px 0;
    cursor: pointer; }
  .view-buscador-soluciones .panel-home img {
    width: 100%;
    max-width: 590px;
    height: auto; }

.view-buscador-soluciones .content-panel .title-main,
.view-buscador-soluciones .content-panel .title {
  font-size: 30px;
  font-weight: bold;
  color: #1C4CDE;
  font-family: "Hepta Slab", serif;
  margin-top: 15px;
  margin-bottom: 0; }

.view-buscador-soluciones .content-panel .options-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 335px; }
  .view-buscador-soluciones .content-panel .options-panel .optionP {
    width: 33%;
    padding: 0px 30px;
    cursor: pointer; }
    .view-buscador-soluciones .content-panel .options-panel .optionP .title {
      color: #1C4CDE;
      font-size: 20px;
      line-height: 1.2em;
      position: relative;
      font-family: "Montserrat", sans-serif;
      font-weight: 600; }
      .view-buscador-soluciones .content-panel .options-panel .optionP .title::before {
        content: '';
        width: 100%;
        height: 1px;
        background: #c6c6c6;
        position: absolute;
        bottom: -20px;
        z-index: 0;
        left: 20px;
        right: 0; }
    .view-buscador-soluciones .content-panel .options-panel .optionP .check-option {
      cursor: pointer;
      display: block;
      border: 1px solid #c6c6c6;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin: 10px 0; }
      .view-buscador-soluciones .content-panel .options-panel .optionP .check-option.active-check {
        position: relative; }
        .view-buscador-soluciones .content-panel .options-panel .optionP .check-option.active-check::before {
          content: '';
          width: 9px;
          height: 9px;
          background: #F96138;
          display: block;
          border-radius: 43px;
          position: absolute;
          right: 4px;
          left: 4px;
          top: 5px; }

.view-buscador-soluciones .btn-primary-class {
  cursor: pointer; }

.view-buscador-soluciones .btn-second-class {
  cursor: pointer; }
  .view-buscador-soluciones .btn-second-class:hover {
    color: white; }

#chart2div {
  width: 100%;
  height: 640px;
  overflow: hidden; }

.span-light {
  width: 61px;
  height: 25px;
  background: #e8e8e8;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1; }

.tooltipWindow {
  display: flex;
  justify-content: center;
  padding: 10px;
  flex-direction: column; }

.tooltipWindow .link-arrow {
  color: #053b66 !important; }

.color_arrow {
  color: orange;
  font-size: 20px; }

.container_des {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.container_link_agente {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #053b66;
  margin-bottom: 15px;
  margin-top: 15px; }

.container_link_agente a {
  text-decoration: none !important;
  color: #053b66;
  font-size: 15px !important; }

.p_name_agentes {
  font-size: 18px;
  font-weight: bold;
  color: #3c3c3b;
  min-width: 300px;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 0; }

.descrip_agente.num_agente {
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 5px; }

.cont_agentes_tooltip {
  padding-bottom: 5px; }

.cont_agentes_tooltip .link-arrow {
  padding-left: 10px; }

.cont_agentes_tooltip .link.tel {
  margin-bottom: 0; }

.descrip_agente {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #3c3c3b;
  padding-bottom: 3px;
  padding-bottom: 5px; }

.phone_ema_age {
  margin-right: 10px; }

.num_agente {
  color: #979797;
  font-size: 15px !important; }

.legend-agencia img {
  max-width: 30px !important;
  margin-right: 4px; }

.legend-agencia p {
  font-size: 25px;
  margin-bottom: 0;
  margin-right: 25px; }

.listado-politicas-pais {
  margin-top: 30px; }
  .listado-politicas-pais .clasificacion-title {
    text-align: center;
    padding: 0 150px 0 200px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .listado-politicas-pais .clasificacion-title span {
      background: #002ffff2;
      width: 100%;
      padding: 5px 0;
      text-transform: uppercase;
      color: white; }
  .listado-politicas-pais .head {
    display: flex;
    flex-wrap: wrap; }
    .listado-politicas-pais .head .pais {
      width: 200px;
      color: #1C4CDE;
      padding-bottom: 5px;
      font-weight: bold;
      font-size: 17px;
      padding: 5px 15px; }
    .listado-politicas-pais .head .cc-plazo {
      width: calc((100% - 250px)/ 2);
      border-bottom: 2px solid #1C4CDE;
      text-align: center;
      color: #1C4CDE;
      padding-bottom: 5px;
      font-weight: bold;
      font-size: 17px;
      margin-right: 25px; }
    .listado-politicas-pais .head .cl-plazo {
      width: calc((100% - 200px)/ 2);
      border-bottom: 2px solid #1C4CDE;
      text-align: center;
      color: #1C4CDE;
      padding-bottom: 5px;
      font-weight: bold;
      font-size: 17px; }
    .listado-politicas-pais .head .clasificacion-anterior,
    .listado-politicas-pais .head .clasificacion-pais {
      padding: 5px 15px;
      width: calc((100% - 380px)/ 2);
      border-bottom: 2px solid #002fff;
      text-align: center;
      color: #002fff;
      padding-bottom: 5px;
      font-weight: bold;
      margin-right: 25px;
      line-height: 1.2em;
      margin-right: 25px; }
    .listado-politicas-pais .head .fecha-pais {
      width: 125px;
      border-bottom: 2px solid #002fff;
      text-align: center;
      color: #002fff;
      padding-bottom: 5px;
      font-weight: bold;
      margin-right: 25px;
      line-height: 1.2em;
      margin-right: 0; }
  .listado-politicas-pais .content-pais {
    background: #eeeeee;
    display: flex;
    flex-wrap: wrap; }
    .listado-politicas-pais .content-pais span {
      max-width: calc(100% - 130px); }
    .listado-politicas-pais .content-pais:nth-of-type(2n+1) {
      background-color: white; }
    .listado-politicas-pais .content-pais .pais {
      width: 200px;
      padding: 8px 15px;
      text-transform: uppercase; }
    .listado-politicas-pais .content-pais .box-cc-plazo {
      padding: 8px 0;
      width: calc((100% - 250px)/ 2);
      display: flex;
      align-items: end;
      justify-content: space-between;
      margin-right: 25px; }
    .listado-politicas-pais .content-pais .box-cl-plazo {
      padding: 8px 0px;
      width: calc((100% - 200px)/ 2);
      display: flex;
      align-items: end;
      justify-content: space-between; }
    .listado-politicas-pais .content-pais .color-cobertura {
      width: 125px;
      background-color: red;
      height: 100%;
      display: inline-block;
      margin-left: 10px;
      justify-content: space-between;
      height: 25px; }
      .listado-politicas-pais .content-pais .color-cobertura[data-color="gray"] {
        background-color: gray; }
      .listado-politicas-pais .content-pais .color-cobertura[data-color="Abierta."] {
        background-color: #017648; }
      .listado-politicas-pais .content-pais .color-cobertura[data-color="Abierta con restricciones."] {
        background-color: #19b003; }
      .listado-politicas-pais .content-pais .color-cobertura[data-color="Abierta con restricciones para comprador privado. Cerrada para comprador público."] {
        background-color: #ff9100; }
      .listado-politicas-pais .content-pais .color-cobertura[data-color="Actualmente no hay política de cobertura establecida. Consultar con los servicios de CESCE."] {
        background-color: #979797; }
      .listado-politicas-pais .content-pais .color-cobertura[data-color="Sin Valoración."] {
        background-color: transparent; }
      .listado-politicas-pais .content-pais .color-cobertura[data-color="Cerrada."] {
        background-color: #c00000; }
      .listado-politicas-pais .content-pais .color-cobertura[data-color="País HIPC. Sistema especial de aprobación. Consultar con los servicios de CESCE."] {
        background-color: #f7ed03; }
      .listado-politicas-pais .content-pais .color-cobertura[data-color="País HIPC. Sistema especial de aprobación. Consultar con los servicios de CESCE."] {
        background-color: #f7ed03; }
    .listado-politicas-pais .content-pais .box-clasificacion-anterior,
    .listado-politicas-pais .content-pais .box-clasificacion-pais {
      padding: 8px 0;
      width: calc((100% - 380px)/ 2);
      display: flex;
      align-items: end;
      justify-content: center;
      margin-right: 25px; }
      .listado-politicas-pais .content-pais .box-clasificacion-anterior .color-cobertura,
      .listado-politicas-pais .content-pais .box-clasificacion-pais .color-cobertura {
        width: 90%;
        max-width: 100%;
        color: white;
        text-align: center; }
        .listado-politicas-pais .content-pais .box-clasificacion-anterior .color-cobertura.color0,
        .listado-politicas-pais .content-pais .box-clasificacion-pais .color-cobertura.color0 {
          background: #DED9D9; }
        .listado-politicas-pais .content-pais .box-clasificacion-anterior .color-cobertura.color1,
        .listado-politicas-pais .content-pais .box-clasificacion-pais .color-cobertura.color1 {
          background: #07D500; }
        .listado-politicas-pais .content-pais .box-clasificacion-anterior .color-cobertura.color2,
        .listado-politicas-pais .content-pais .box-clasificacion-pais .color-cobertura.color2 {
          background: #CBEB00; }
        .listado-politicas-pais .content-pais .box-clasificacion-anterior .color-cobertura.color3,
        .listado-politicas-pais .content-pais .box-clasificacion-pais .color-cobertura.color3 {
          background: #FFD100; }
        .listado-politicas-pais .content-pais .box-clasificacion-anterior .color-cobertura.color4,
        .listado-politicas-pais .content-pais .box-clasificacion-pais .color-cobertura.color4 {
          background: #C09500; }
        .listado-politicas-pais .content-pais .box-clasificacion-anterior .color-cobertura.color5,
        .listado-politicas-pais .content-pais .box-clasificacion-pais .color-cobertura.color5 {
          background: #FF9100; }
        .listado-politicas-pais .content-pais .box-clasificacion-anterior .color-cobertura.color6,
        .listado-politicas-pais .content-pais .box-clasificacion-pais .color-cobertura.color6 {
          background: #FF0000; }
        .listado-politicas-pais .content-pais .box-clasificacion-anterior .color-cobertura.color7,
        .listado-politicas-pais .content-pais .box-clasificacion-pais .color-cobertura.color7 {
          background: #C00000; }
    .listado-politicas-pais .content-pais .box-fecha {
      padding: 8px 0;
      width: 125px;
      display: flex;
      align-items: end;
      justify-content: center;
      margin-right: 0; }
      .listado-politicas-pais .content-pais .box-fecha span {
        max-width: 100%; }

.box-legenda .link-arrow {
  color: #1C4CDE !important; }

#legenda {
  padding: 70px 0; }
  #legenda .color {
    width: 40px;
    height: 40px;
    background: gray;
    display: inline-block;
    border-radius: 50%; }
    #legenda .color[data-color="0"] {
      background-color: #017648; }
    #legenda .color[data-color="1"] {
      background-color: #017648; }
    #legenda .color[data-color="2"] {
      background-color: #19B003; }
    #legenda .color[data-color="3"] {
      background-color: #19B003; }
    #legenda .color[data-color="4"] {
      background-color: #FF9100; }
    #legenda .color[data-color="5"] {
      background-color: #76EB00; }
    #legenda .color[data-color="6"] {
      background-color: #979797; }
    #legenda .color[data-color="7"] {
      background-color: #CBEB00; }
    #legenda .color[data-color="8"] {
      background-color: #F7ED03; }
    #legenda .color[data-color="9"] {
      background-color: #FF9100; }
    #legenda .color[data-color="10"] {
      background-color: #FF0000; }
    #legenda .color[data-color="11"] {
      background-color: #C00000; }
    #legenda .color[data-color="12"] {
      background-color: transparent; }
  #legenda .info-extra {
    background-image: url(/documents/20122/37701/que+es.svg);
    background-repeat: no-repeat;
    min-width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center center;
    margin-left: 4px;
    cursor: pointer;
    position: relative; }
    #legenda .info-extra span {
      position: absolute;
      background: white;
      width: 100%;
      min-width: 250px;
      padding: 10px;
      top: -18px;
      left: 100%;
      opacity: 0;
      font-size: 14px;
      z-index: 1; }
    #legenda .info-extra p {
      width: calc(100% - 60px); }
  #legenda .info-extra:hover span {
    opacity: 1; }
  #legenda .info-legenda {
    margin-bottom: 20px; }

.container-mapa {
  position: relative; }

.span-light {
  width: 61px;
  height: 25px;
  background: #f2f2f2;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1; }

#chart3div {
  width: 100%;
  height: 640px;
  overflow: hidden; }

.tooltip-politica {
  color: black;
  min-width: 200px;
  min-height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.tooltip-politica p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold; }

.tooltip-politica span {
  width: 100%;
  display: inline-block;
  width: auto;
  font-size: 14px;
  color: gray; }

.tooltip-politica .text {
  display: flex;
  flex-direction: column; }

.tooltip-politica .text .data-color {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  min-height: 30px; }

.tooltip-politica .text .data-color span {
  color: black;
  font-size: initial; }

.tooltip-politica .title {
  font-size: 22px; }

.tooltip-politica .text .data-color .color {
  display: inline-block;
  width: 25px;
  height: 14px;
  background-color: gray;
  margin-left: 5px; }
  .tooltip-politica .text .data-color .color[data-color="Abierta sin restricciones."] {
    background-color: #017648; }
  .tooltip-politica .text .data-color .color[data-color="Abierta."] {
    background-color: #017648; }
  .tooltip-politica .text .data-color .color[data-color="Abierta sin restricciones para C. Privado. Las operaciones se analizarán caso por caso para C. Público."] {
    background-color: #19B003; }
  .tooltip-politica .text .data-color .color[data-color="Abierta para C. Privado. Las operaciones se analizarán caso por caso para C. Público."] {
    background-color: #19B003; }
  .tooltip-politica .text .data-color .color[data-color="Abierta para C. Privado. Cerrada para C. Público."] {
    background-color: #FF9100; }
  .tooltip-politica .text .data-color .color[data-color="Las operaciones se analizarán caso por caso."] {
    background-color: #76EB00; }
  .tooltip-politica .text .data-color .color[data-color="Consultar con los servicios de CESCE."] {
    background-color: #979797; }
  .tooltip-politica .text .data-color .color[data-color="Con S. Público, Sujeta a un límite global. Consultar con los servicios de CESCE. Con S. Privado, Las operaciones se analizarán caso por caso."] {
    background-color: #CBEB00; }
  .tooltip-politica .text .data-color .color[data-color="Sujeta a un límite global. Consultar con los servicios de CESCE."] {
    background-color: #F7ED03; }
  .tooltip-politica .text .data-color .color[data-color="Las operaciones se analizarán caso por caso para C. Privado. Cobertura cerrada para C. Público."] {
    background-color: #FF9100; }
  .tooltip-politica .text .data-color .color[data-color="Consultar con los servicios de CESCE para C. Privado. Cerrada con C. Público."] {
    background-color: #FF0000; }
  .tooltip-politica .text .data-color .color[data-color="Cerrada."] {
    background-color: #C00000; }
  .tooltip-politica .text .data-color .color[data-color="Actualmente no hay capacidad de cobertura."] {
    background-color: transparent; }

.calculadora {
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
  background-color: #ffffff;
  padding: 20px 0; }
  .calculadora label[for] {
    margin-bottom: 0; }
  .calculadora .title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #1C4CDE;
    margin-bottom: 5px; }
  .calculadora .subtitle {
    font-size: 18px;
    text-align: center;
    color: #979797; }
    .calculadora .subtitle.destac {
      position: relative;
      position: relative;
      width: 100%;
      color: #1C4CDE;
      margin-top: 5px;
      font-weight: bold; }
      .calculadora .subtitle.destac::before {
        position: absolute;
        bottom: -10px;
        right: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 4px;
        background-color: #1C4CDE; }
  .calculadora .info-doc {
    background-image: url(/o/liferay-cesce-theme/images/iconos/icon-riesgo.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 38px;
    min-height: 30px;
    height: 100%;
    margin: 0 40px; }
    .calculadora .info-doc span {
      color: #1C4CDE; }
  .calculadora .info-bottom {
    padding: 0 40px;
    padding: 20px 40px 0 40px;
    font-size: 15px; }
    .calculadora .info-bottom p {
      margin-bottom: 0; }
    .calculadora .info-bottom span {
      color: #1C4CDE; }
  .calculadora .table {
    color: #1C4CDE; }
    .calculadora .table thead th {
      background-color: #FFF;
      border-top-width: 0;
      text-align: center;
      text-transform: uppercase;
      color: #1C4CDE;
      border: 0; }
      .calculadora .table thead th.destac {
        position: relative;
        min-width: 200px; }
        .calculadora .table thead th.destac:last-of-type {
          min-width: 160px; }
        .calculadora .table thead th.destac::before {
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          content: '';
          width: 98%;
          height: 4px;
          background-color: #1C4CDE; }
    .calculadora .table .porcent {
      position: relative;
      min-width: 200px;
      width: 100%; }
      .calculadora .table .porcent:before {
        content: '%';
        position: absolute;
        color: #1C4CDE;
        left: 142px;
        top: 7px; }
      .calculadora .table .porcent.active:before {
        left: 260px; }
      .calculadora .table .porcent.active input:focus::-webkit-input-placeholder {
        display: none; }
      .calculadora .table .porcent.active input:focus:-moz-placeholder {
        /* Firefox 18- */
        display: none; }
      .calculadora .table .porcent.active input:focus::-moz-placeholder {
        /* Firefox 19+ */
        display: none; }
      .calculadora .table .porcent.active input:focus:-ms-input-placeholder {
        display: none; }
    .calculadora .table .anios {
      position: relative;
      min-width: 200px;
      width: 100%; }
      .calculadora .table .anios:before {
        content: 'Años';
        position: absolute;
        color: #1C4CDE;
        left: 130px;
        top: 7px; }
      .calculadora .table .anios.active:before {
        left: 240px; }
      .calculadora .table .anios.active input:focus::-webkit-input-placeholder {
        display: none; }
      .calculadora .table .anios.active input:focus:-moz-placeholder {
        /* Firefox 18- */
        display: none; }
      .calculadora .table .anios.active input:focus::-moz-placeholder {
        /* Firefox 19+ */
        display: none; }
      .calculadora .table .anios.active input:focus:-ms-input-placeholder {
        display: none; }
    .calculadora .table input {
      border: 1px solid #1C4CDE;
      border-radius: 30px;
      text-align: center !important;
      color: #1C4CDE !important;
      background: transparent; }
      .calculadora .table input:focus {
        outline: none;
        box-shadow: none; }
    .calculadora .table tr {
      background: #eeeeee; }
      .calculadora .table tr.bg-blue {
        background-color: #1C4CDE !important;
        color: white; }
      .calculadora .table tr:nth-of-type(2n+1) {
        background: white; }
      .calculadora .table tr td {
        border: 0;
        text-align: center; }
        .calculadora .table tr td:first-child {
          padding-left: 40px;
          text-align: left;
          max-width: 300px; }
        .calculadora .table tr td:last-child {
          min-width: 160px;
          padding: 0;
          float: right;
          padding-right: 35px;
          top: 4px; }
    .calculadora .table .select-anio {
      position: initial;
      margin-bottom: 0; }
    .calculadora .table .select-anio .border-arrow-blue,
    .calculadora .table .select-anio #nav-facturacion,
    .calculadora .table .select-anio .border-arrow-blue,
    .calculadora .table .select-anio #calidad {
      position: absolute;
      top: 0px;
      right: 35px;
      left: initial;
      z-index: 1; }
    .calculadora .table .select-anio #nav-facturacion {
      z-index: 2; }
      .calculadora .table .select-anio #nav-facturacion .option ul {
        height: 240px; }
    .calculadora .table .input-group {
      min-width: 300px; }
    .calculadora .table .select-anio .border-arrow-blue .option,
    .calculadora .table .select-anio #nav-facturacion .option,
    .calculadora .table .select-anio #calidad .option {
      padding: .375rem .75rem;
      width: 140px;
      background-color: transparent;
      background-position: 94% center;
      min-width: 300px; }
    .calculadora .table .select-anio .border-arrow-blue .option:hover,
    .calculadora .table .select-anio #nav-facturacion .option:hover,
    .calculadora .table .select-anio #calidad .option:hover {
      background: #1C4CDE; }
    .calculadora .table #nav-facturacion .option:hover::before,
    .calculadora .table #calidad .option:hover::before {
      top: 10px; }
    .calculadora .table .select-anio .border-arrow-blue.active .option,
    .calculadora .table .select-anio #nav-facturacion.active .option,
    .calculadora .table .select-anio #calidad.active .option {
      background-position: 250px 20px;
      min-width: 300px;
      background: white;
      background-image: url(/o/liferay-cesce-theme/images/iconos/arrow-blue-up.svg);
      background-repeat: no-repeat;
      background-size: 18px;
      background-position: 93% 17px; }
    .calculadora .table ::-webkit-input-placeholder {
      color: #1C4CDE; }
    .calculadora .table :-moz-placeholder {
      /* Firefox 18- */
      color: #1C4CDE; }
    .calculadora .table ::-moz-placeholder {
      /* Firefox 19+ */
      color: #1C4CDE; }
    .calculadora .table :-ms-input-placeholder {
      color: #1C4CDE; }
    .calculadora .table #nav-facturacion .option strong,
    .calculadora .table #calidad .option strong {
      padding-left: 0; }
    .calculadora .table.table_form tr td:first-child {
      max-width: 145px; }
    .calculadora .table.table_form input {
      max-width: 300px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px; }
  .calculadora .btn-primary-class {
    border: 0;
    min-width: 175px; }
    .calculadora .btn-primary-class#calcula-prima {
      margin-right: 35px;
      min-width: 300px; }
    .calculadora .btn-primary-class:focus {
      outline: none;
      box-shadow: none;
      border: 0; }

.info-extra {
  background-image: url(/documents/20122/37701/que+es.svg);
  background-repeat: no-repeat;
  min-width: 15px;
  height: 15px;
  background-size: contain;
  background-position: center center;
  margin-left: 4px;
  cursor: pointer;
  position: relative; }
  .info-extra span {
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    min-width: 315px;
    padding: 10px;
    top: -18px;
    left: 100%;
    opacity: 0;
    font-size: 14px;
    z-index: 0; }
  .info-extra:hover span {
    opacity: 1;
    z-index: 1; }

.resultado-calc {
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
  background-color: #fff; }
  .resultado-calc .head-blue {
    background-color: #1C4CDE !important;
    color: white;
    text-align: center;
    width: 100%;
    padding: 10px 0; }
    .resultado-calc .head-blue p {
      margin-bottom: 0; }
  .resultado-calc .table tr {
    background: #eeeeee; }
    .resultado-calc .table tr:nth-of-type(2n+1) {
      background: white; }
    .resultado-calc .table tr td {
      border-color: transparent;
      padding-left: 40px; }
  .resultado-calc .bigcol {
    min-width: 50px; }
  .resultado-calc .sechead {
    position: relative;
    position: relative;
    color: #1C4CDE;
    font-weight: bold;
    border-color: transparent !important;
    padding-top: 20px !important; }
    .resultado-calc .sechead::before {
      position: absolute;
      bottom: 0px;
      right: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 4px;
      background-color: #1C4CDE; }

.calculadora-cesce-facil {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 30px; }
  .calculadora-cesce-facil .cesce-form-container {
    max-width: 645px;
    border: 0;
    padding: 30px 50px;
    margin-bottom: 50px;
    background-color: #f8f6f6;
    box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
    background-color: #ffffff;
    width: 100%; }
  .calculadora-cesce-facil .label-coste {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #1C4CDE;
    margin-bottom: 5px; }
  .calculadora-cesce-facil .form-control {
    border: 1px solid #1C4CDE;
    border-radius: 30px;
    text-align: center !important;
    color: #1C4CDE !important;
    background: transparent; }
    .calculadora-cesce-facil .form-control:focus {
      outline: none;
      box-shadow: none; }
  .calculadora-cesce-facil .box-info-extra {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    margin-bottom: 15px;
    color: #3C3C3B;
    font-weight: normal; }
  .calculadora-cesce-facil .calculate-btn,
  .calculadora-cesce-facil .calculate-btn:hover {
    width: 100%;
    background-color: #F96138;
    border: 0;
    color: #fff !important;
    padding: 7px 0;
    margin: 0 auto;
    max-width: 195px;
    margin-top: 20px;
    text-transform: uppercase; }
  .calculadora-cesce-facil .input-group .d-flex {
    width: 100%;
    flex-direction: column; }
  .calculadora-cesce-facil #error {
    display: none; }
  .calculadora-cesce-facil .error-description {
    color: #F96138;
    text-align: center; }
  .calculadora-cesce-facil #result {
    display: none; }
  .calculadora-cesce-facil .spinner-border {
    width: 13px;
    height: 13px;
    border-width: 2px; }
  .calculadora-cesce-facil .hire-btn,
  .calculadora-cesce-facil .hire-btn:hover {
    width: 100%;
    background-color: #F96138;
    border: 0;
    color: #fff !important;
    padding: 7px 0;
    margin: 0 auto;
    max-width: 195px;
    margin-top: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center; }
  .calculadora-cesce-facil .cesce-main-container {
    align-items: center;
    flex-direction: column; }
  .calculadora-cesce-facil .coste-total {
    font-size: 15px;
    margin-top: 20px; }
  .calculadora-cesce-facil .impuesto {
    font-size: 15px;
    font-style: italic;
    color: #919396; }
  .calculadora-cesce-facil .impuesto-value {
    color: #1C4CDE;
    font-weight: 700; }
  .calculadora-cesce-facil .loading-text {
    color: #919396; }
  .calculadora-cesce-facil #loader {
    display: none;
    padding-left: 5px;
    margin: 0 auto;
    text-align: center; }

body[path="calculadora-cesce-facil"]:before {
  display: none; }

.table {
  color: #3C3C3B !important; }

.listado-documentacion-productos .head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em;
  justify-content: space-between; }
  .listado-documentacion-productos .head span {
    width: calc(50% / 4);
    padding: 10px; }
    .listado-documentacion-productos .head span:first-of-type {
      width: 40%; }

.listado-documentacion-productos .content .journal-content-article {
  width: 100%; }
  .listado-documentacion-productos .content .journal-content-article .line-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    background: #eee;
    padding: 10px 0;
    justify-content: space-between; }
    .listado-documentacion-productos .content .journal-content-article .line-info span {
      width: 40%;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0 10px; }
    .listado-documentacion-productos .content .journal-content-article .line-info .down-box {
      width: calc(50% / 4); }
      .listado-documentacion-productos .content .journal-content-article .line-info .down-box a {
        text-align: center;
        margin: 0;
        border: 0;
        text-align: center;
        padding: 0;
        background-position: center center;
        height: 30px;
        background-size: 30px; }
  .listado-documentacion-productos .content .journal-content-article:nth-of-type(2n) .line-info {
    background: white; }

.ver-mas-respons {
  display: none; }

.list-datos-macroeconomicos {
  display: flex;
  align-items: stretch; }
  .list-datos-macroeconomicos .cont-head {
    display: flex;
    flex-direction: column;
    width: 40%; }
    .list-datos-macroeconomicos .cont-head .head {
      display: flex;
      width: 100%;
      align-items: stretch;
      margin-top: 35px; }
      .list-datos-macroeconomicos .cont-head .head .box-titles {
        width: 190px;
        font-weight: bold;
        font-size: 20px;
        padding-left: 65px;
        padding-right: 10px;
        background-position: 20px top;
        background-repeat: no-repeat;
        background-size: 38px; }
        .list-datos-macroeconomicos .cont-head .head .box-titles.pais {
          background-image: url(/o/liferay-cesce-theme/images/iconos/icono-comparador-poblacion.svg); }
        .list-datos-macroeconomicos .cont-head .head .box-titles.coyuntura {
          background-image: url(/o/liferay-cesce-theme/images/iconos/icono-comparador-riesgo.svg); }
        .list-datos-macroeconomicos .cont-head .head .box-titles.cuentas-publicas {
          background-image: url(/o/liferay-cesce-theme/images/iconos/icono-comparador-titulos-liquidez.svg); }
        .list-datos-macroeconomicos .cont-head .head .box-titles.sector-exterior {
          background-image: url(/o/liferay-cesce-theme/images/iconos/icono-comparador-importe-maximo.svg); }
        .list-datos-macroeconomicos .cont-head .head .box-titles.servicio-deuda {
          background-image: url(/o/liferay-cesce-theme/images/iconos/icono-submenu-eca.svg); }
        .list-datos-macroeconomicos .cont-head .head .box-titles.doing-business {
          background-image: url(/o/liferay-cesce-theme/images/iconos/icono-doing-business.svg); }
      .list-datos-macroeconomicos .cont-head .head .title-datos {
        width: calc(100% - 190px);
        border-left: 4px solid #1C4CDE; }
        .list-datos-macroeconomicos .cont-head .head .title-datos span {
          width: 100%;
          display: inline-block;
          width: 100%;
          display: inline-block;
          background: transparent;
          padding: 5px 10px;
          background-color: white;
          font-weight: bold;
          min-height: 35px; }
          .list-datos-macroeconomicos .cont-head .head .title-datos span.fnd-gray {
            background: #eeeeee; }
          .list-datos-macroeconomicos .cont-head .head .title-datos span.fnd-white {
            background: white; }
  .list-datos-macroeconomicos .body {
    display: flex;
    flex-direction: column;
    min-width: calc(60% / 5);
    text-align: center; }
    .list-datos-macroeconomicos .body span {
      width: 100%;
      display: inline-block;
      width: 100%;
      display: inline-block;
      padding: 5px 20px 5px 20px;
      background-color: transparent;
      min-height: 35px; }
      .list-datos-macroeconomicos .body span.mh-58 {
        min-height: 58px; }
      .list-datos-macroeconomicos .body span.fnd-gray {
        background: #eeeeee; }
      .list-datos-macroeconomicos .body span.fnd-white {
        background: white; }
    .list-datos-macroeconomicos .body .anio {
      text-align: center;
      font-weight: bold;
      color: #1C4CDE;
      padding: 0 20px 5px 20px;
      position: relative;
      background: transparent;
      min-height: 35px; }
      .list-datos-macroeconomicos .body .anio::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 95%;
        height: 4px;
        background: #1C4CDE; }

@media screen and (max-width: 1210px) {
  .list-datos-macroeconomicos {
    width: 1168px; }
  .box-datos {
    width: 100%;
    overflow-x: scroll; } }

.evento-destacado {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .evento-destacado .categories-list {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #9e9e9e;
    background: #fffffff0;
    text-transform: uppercase;
    right: 20px;
    display: inline-table;
    font-size: 15px;
    z-index: 1;
    font-weight: bold;
    padding: 5px; }
    .evento-destacado .categories-list span {
      position: initial;
      padding: 5px 10px; }
      .evento-destacado .categories-list span.more {
        background: #ffffff82;
        color: #9e9e9e;
        font-size: 16px;
        font-weight: bold;
        padding: 0 5px; }
  .evento-destacado .cat-name {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    background: #9e9e9e;
    text-transform: uppercase;
    padding: 5px 20px 5px;
    right: 20px;
    display: inline-table;
    font-size: 15px;
    z-index: 1; }
  .evento-destacado .info-content {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: column;
    background: #1C4CDE;
    color: white;
    padding: 20px;
    opacity: 0.8;
    margin-top: 20px; }
    .evento-destacado .info-content .date-event {
      width: 100%;
      font-size: 22px;
      text-transform: uppercase;
      font-family: neverminddemibold;
      justify-content: center;
      font-weight: bold;
      margin-bottom: 55px; }
      .evento-destacado .info-content .date-event span {
        background-size: 23px;
        background-position: left;
        padding-left: 31px;
        background-repeat: no-repeat;
        min-height: auto;
        height: 100%;
        margin-right: 30px;
        display: flex;
        align-items: center;
        font-size: 17px;
        line-height: 1.3em;
        margin-bottom: 5px; }
        .evento-destacado .info-content .date-event span.location {
          background-image: url(/o/liferay-cesce-theme/images/iconos/ubicacion.svg);
          background-size: 20px;
          background-position: top left;
          padding-left: 24px; }
        .evento-destacado .info-content .date-event span.date {
          background-image: url(/o/liferay-cesce-theme/images/iconos/calendario.svg); }
        .evento-destacado .info-content .date-event span.hour {
          background-image: url(/o/liferay-cesce-theme/images/iconos/reloj.svg); }
        .evento-destacado .info-content .date-event span.cancelled {
          background-image: url(/o/liferay-cesce-theme/images/iconos/close-orange.svg); }
    .evento-destacado .info-content .title-news {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.2em;
      position: relative; }
      .evento-destacado .info-content .title-news::before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #FFFFFF;
        animation: width 0.5s;
        transition: all 0.4s;
        border-radius: 2px; }
    .evento-destacado .info-content .date-share {
      width: 100%;
      font-size: 14px;
      margin-top: 20px; }
      .evento-destacado .info-content .date-share .date {
        color: #F96138; }
      .evento-destacado .info-content .date-share .cat-share span.cat {
        color: #F96138;
        padding-right: 8px;
        text-transform: uppercase; }
      .evento-destacado .info-content .date-share .cat-share span.share {
        cursor: pointer;
        background: url(../images/iconos/icon-compartir-blue-light.svg);
        width: 17px;
        height: 17px;
        display: block;
        background-size: 17px;
        background-repeat: no-repeat;
        margin-left: 10px; }
  .evento-destacado:hover .title-news::before {
    width: 35%;
    animation: width 0.5s;
    transition: all 0.4s; }

.evento-el {
  width: 100%;
  height: 300px;
  display: flex;
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
  background-color: #ffffff; }
  .evento-el .image-box {
    width: 36%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%; }
  .evento-el .content {
    color: #3C3C3B;
    padding: 25px;
    width: 64%; }
    .evento-el .content .title {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.2em;
      position: relative;
      color: #1C4CDE;
      margin-bottom: 8px; }
    .evento-el .content .subtitle {
      font-size: 14px;
      line-height: 1.2em;
      height: 59px;
      overflow-y: hidden;
      position: relative;
      margin-bottom: 10px; }
    .evento-el .content .box-date {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap; }
      .evento-el .content .box-date span {
        font-weight: 500;
        padding-left: 25px;
        text-transform: uppercase;
        background-size: 15px;
        background-position: left;
        padding-left: 21px;
        background-repeat: no-repeat;
        min-height: auto;
        height: 100%;
        margin-right: 25px;
        font-size: 15px;
        display: flex;
        align-items: center;
        color: #3C3C3B;
        margin-right: 25px;
        margin-bottom: 7px;
        line-height: 1.1em; }
        .evento-el .content .box-date span.date {
          background-image: url(/o/liferay-cesce-theme/images/iconos/calendar-blue.svg); }
        .evento-el .content .box-date span.hour {
          background-image: url(/o/liferay-cesce-theme/images/iconos/reloj-blue.svg); }
        .evento-el .content .box-date span.cancelled {
          background-image: url(/o/liferay-cesce-theme/images/iconos/close-orange.svg); }
        .evento-el .content .box-date span.location {
          background-image: url(/o/liferay-cesce-theme/images/iconos/ubicacion-blue-medium.svg);
          background-size: 17px;
          padding-left: 23px;
          background-position: top left;
          background-size: 15px;
          min-height: 20px; }

.ficha-evento .header {
  height: 100%;
  min-height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%; }
  .ficha-evento .header .info-header {
    height: 100%;
    min-height: 360px;
    display: flex;
    align-items: stretch;
    background: #1C4CDE;
    color: white;
    padding: 20px;
    opacity: .8;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 60px;
    width: 100%; }
    .ficha-evento .header .info-header h1 {
      color: white;
      width: 100%;
      padding-right: 20px; }
    .ficha-evento .header .info-header .date-event {
      width: 100%;
      font-size: 22px;
      text-transform: uppercase;
      font-family: neverminddemibold;
      justify-content: center;
      font-weight: bold;
      align-items: flex-end; }
      .ficha-evento .header .info-header .date-event span {
        background-size: 25px;
        background-position: bottom left;
        padding-left: 32px;
        background-repeat: no-repeat;
        min-height: 25px;
        height: fit-content;
        margin-right: 30px;
        display: flex;
        align-items: flex-end;
        font-size: 16px; }
        .ficha-evento .header .info-header .date-event span.location {
          background-image: url(/o/liferay-cesce-theme/images/iconos/ubicacion.svg);
          background-size: 21px;
          background-position: top left;
          padding-left: 25px; }
        .ficha-evento .header .info-header .date-event span.date {
          background-image: url(/o/liferay-cesce-theme/images/iconos/calendario.svg); }
        .ficha-evento .header .info-header .date-event span.hour {
          background-image: url(/o/liferay-cesce-theme/images/iconos/reloj.svg); }
        .ficha-evento .header .info-header .date-event span.cancelled {
          background-image: url(/o/liferay-cesce-theme/images/iconos/close-orange.svg); }

.ficha-evento .header-entrance {
  margin: 40px 0; }
  .ficha-evento .header-entrance .share {
    width: 40px;
    display: flex;
    flex-direction: column; }
    .ficha-evento .header-entrance .share a {
      font-size: 25px;
      border: 2px solid #1C4CDE;
      color: #1C4CDE;
      display: flex;
      justify-content: center;
      border-radius: 50%;
      align-items: center;
      width: 40px;
      height: 40px;
      margin: 8px 0; }
      .ficha-evento .header-entrance .share a:hover {
        text-decoration: none; }
  .ficha-evento .header-entrance .content {
    width: calc(100% - 40px);
    padding-left: 25px; }
    .ficha-evento .header-entrance .content table {
      border: 0; }
      .ficha-evento .header-entrance .content table tr {
        border: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between; }
        .ficha-evento .header-entrance .content table tr td {
          border: 0;
          padding: 20px;
          width: 100%; }
          .ficha-evento .header-entrance .content table tr td:first-child {
            padding-left: 0; }
          .ficha-evento .header-entrance .content table tr td:last-child {
            padding-right: 0; }
          .ficha-evento .header-entrance .content table tr td img {
            width: 100%;
            height: auto; }
    .ficha-evento .header-entrance .content h2 {
      text-align: left;
      font-size: 20px;
      line-height: 1.2em;
      color: #1C4CDE;
      font-weight: bold; }

.grid-box-2 .portlet-forms .ddm-form-basic-info .ddm-form-name {
  padding-top: 0;
  display: none; }

.grid-box-2 .ddm-form-basic-info.ddm-form-success-page .ddm-form-name {
  display: block;
  padding-top: 0; }

.grid-box-2 .ddm-form-basic-info.ddm-form-success-page .ddm-form-description {
  padding-top: 0; }

.grid-box-2 .portlet-forms-display .portlet-content {
  background: #FFF;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
  background-color: #ffffff;
  padding: 20px;
  margin-left: 50px;
  margin-top: 40px; }

.grid-box-2 .portlet-forms .lfr-ddm-form-page-title,
.grid-box-2 .portlet-forms .form-builder-page-header-title.form-control,
.grid-box-2 .form-entry .lfr-ddm-form-page-title,
.grid-box-2 .form-entry .form-builder-page-header-title.form-control {
  font-size: 28px;
  margin-bottom: 9px;
  margin-top: 0;
  text-align: left;
  padding: 0 10px;
  color: #3C3C3B; }

.grid-box-2 .lfr-ddm-form-container .lfr-ddm-form-pagination-controls {
  padding-top: 0; }

.grid-box-2 body .ddm-user-view-content .ddm-field {
  padding: 0; }

.grid-box-2 .form-control {
  height: 2.375rem;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0; }

.grid-box-2 .grid-box-2 .portlet-forms p.ddm-label {
  float: initial;
  position: absolute;
  left: 0;
  margin: 0;
  top: 8px; }

.grid-box-2 .form-control:focus {
  border: 0;
  border-bottom: 1px solid #ced4da;
  box-shadow: none; }

.grid-box-2 .btn-primary-class:focus,
.grid-box-2 .container-fluid .btn-primary:focus {
  box-shadow: none; }

.grid-box-2 p.ddm-label {
  position: absolute;
  top: 7px;
  left: -5px; }

.calendario-evento {
  box-shadow: 0 2px 12px 0 rgba(5, 59, 102, 0.2);
  background-color: #ffffff;
  border-radius: 0 !important;
  height: 300px !important;
  border: 0 !important; }
  .calendario-evento .vc-title {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 20px !important;
    font-size: 20px !important;
    color: #1C4CDE !important; }
  .calendario-evento .vc-day-content {
    font-size: 16px !important;
    color: #3C3C3B !important; }
  .calendario-evento .vc-weeks {
    padding: 5px 20px !important; }
  .calendario-evento .vc-weekday {
    border-bottom: 1px solid #F96138 !important;
    padding-bottom: 5px !important;
    color: #F96138 !important; }
  .calendario-evento .vc-arrow {
    color: #F96138; }
  .calendario-evento .vc-container:focus,
  .calendario-evento .vc-container :focus {
    outline: none;
    box-shadow: none;
    border: 0; }

.lfr-pagination {
  margin-top: 25px; }
  .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group .dropdown-toggle {
    background: transparent;
    color: #1C4CDE;
    border: 0;
    border-bottom: 1px solid #F96138;
    text-transform: uppercase;
    border-radius: 0; }
    .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group .dropdown-toggle:focus {
      outline: 0;
      box-shadow: none; }
  .lfr-pagination .lfr-pagination-config .lfr-pagination-page-selector .btn-group .caret {
    color: #F96138; }
  .lfr-pagination .lfr-pagination-config .lfr-pagination-delta-selector {
    font-size: 15px;
    color: gray; }

.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
  padding-top: 15px; }

.pager li {
  text-transform: uppercase;
  color: #1C4CDE; }
  .pager li a,
  .pager li span {
    padding: 0px 14px;
    color: #1C4CDE;
    border: 0; }
    .pager li a:focus, .pager li a:hover,
    .pager li span:focus,
    .pager li span:hover {
      outline: 0;
      box-shadow: none;
      border: 0;
      background: transparent; }

.taglib-page-iterator .search-results {
  display: none; }

.grid-btns {
  background-color: #002FFF;
  padding: 20px;
  flex-direction: column;
  background-image: url(/o/liferay-cesce-theme/images/iconos/illustracion-podcast.svg);
  background-repeat: no-repeat;
  background-position: 25px center;
  min-height: 255px;
  background-size: 300px;
  padding-left: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .grid-btns .title-section {
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-align: center; }
  .grid-btns .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .grid-btns .buttons button {
      background: #F96138;
      border: 0;
      color: white;
      font-size: 16px;
      font-weight: 600;
      padding: 10px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 20px; }
      .grid-btns .buttons button img {
        border-style: none;
        height: 20px;
        width: auto;
        margin-right: 10px;
        object-fit: cover; }
      .grid-btns .buttons button:focus {
        outline: none;
        border: 0; }

.popup-podcast {
  display: none; }
  .popup-podcast.on {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000c2;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100; }
  .popup-podcast .closePopup {
    background-image: url(/o/liferay-cesce-theme/images/iconos/close-white.svg);
    background-repeat: no-repeat;
    background-size: 45px;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border: 0;
    font-size: 0;
    cursor: pointer;
    margin-bottom: 30px; }
    .popup-podcast .closePopup:focus {
      outline: none;
      border: 0; }
  .popup-podcast .container-iframe {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto; }
    .popup-podcast .container-iframe iframe {
      width: 100%; }

.list-inform.-claves-semana .item {
  width: calc(100% /4 - 15px); }

.list-inform.-claves-semana .item .box-inform {
  flex-direction: column-reverse; }

.list-inform.-claves-semana .item .box-inform .info-content {
  width: 100%;
  min-height: 145px; }

.list-inform.-claves-semana .item .box-inform .image {
  background-size: cover;
  background-position: center center;
  height: 370px;
  width: 100%; }

.box-inform .info-content .iframe-view {
  border-top: 1px solid #979797;
  padding-top: 10px;
  padding-left: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 25px;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0; }

.box-inform .info-content .iframe-view span {
  color: #002fff;
  cursor: pointer; }

.box-inform .info-content .iframe-view::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 4px;
  top: -3px;
  left: 0;
  display: block;
  background: #002fff; }

.box-inform .grid-btns {
  background-color: white;
  padding: 0px;
  flex-direction: column;
  background-image: none;
  min-height: auto;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
  margin-top: 0px;
  box-shadow: 0 -5px 5px -5px #050c511f; }

.box-inform .grid-btns .buttons {
  padding: 5px; }

.box-inform .grid-btns .buttons button {
  background: white;
  margin: 10px 5px;
  padding: 0;
  width: auto; }

.list-inform.-claves-semana .item .box-inform {
  min-height: auto;
  height: auto; }

.list-inform.-claves-semana .item .box-inform .info-content {
  width: 100%;
  min-height: 200px; }

.link-arrow.ver-iframe {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.link-arrow.ver-iframe img {
  width: 100%;
  max-width: 20px;
  margin-right: 5px; }

.link-arrow.ver-iframe:before {
  right: 0; }

@media screen and (max-width: 1030px) {
  .list-inform.-claves-semana .item .box-inform .image {
    height: 240px; } }

@media screen and (max-width: 955px) {
  .list-inform.-claves-semana .item {
    width: calc(100% /3 - 15px); } }

@media screen and (max-width: 725px) {
  .list-inform.-claves-semana .item {
    width: calc(100% /2 - 15px); }
  .list-inform.-claves-semana .item .box-inform .image {
    background-position: top; }
  .pop-up-iframe iframe {
    width: 100% !important; }
  .pop-up-iframe .close {
    background-size: 25px;
    background-position: center center !important;
    height: 25px;
    width: 25px;
    margin-left: 10px; } }

@media screen and (max-width: 1372px) {
  .grid-btns {
    background-color: #002FFF;
    padding: 20px;
    flex-direction: column;
    background-image: url(/o/liferay-cesce-theme/images/iconos/illustracion-podcast.svg);
    background-repeat: no-repeat;
    background-position: 25px center;
    min-height: 190px;
    background-size: 200px;
    padding-left: 180px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .grid-btns .title-section {
    font-size: 20px; } }

@media screen and (max-width: 939px) {
  .grid-btns .buttons button {
    margin: 10px;
    font-size: 15px; }
  .grid-btns .title-section {
    font-size: 17px; }
  .popup-podcast .container-iframe {
    padding: 40px; } }

@media screen and (max-width: 780px) {
  .grid-btns {
    background-position: bottom center;
    min-height: 190px;
    background-size: 150px;
    padding-left: 20px;
    padding-bottom: 129px; }
  .grid-btns .buttons button {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .list-inform.-claves-semana .item {
    width: 100%; }
  .list-inform.-claves-semana .item .box-inform .image {
    height: 190px;
    background-position: center -27px; }
  .list-inform.-claves-semana .box-inform .info-content .link-arrow {
    bottom: 0; }
  .list-inform.-claves-semana .box-inform .info-content p {
    margin-bottom: 20px; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px;
    padding: 20px; } }

@media screen and (max-width: 1401px) {
  header.fixed-menu {
    height: 110px; } }

@media screen and (max-width: 1374px) {
  .evento-destacado .info-content .date-event {
    font-size: 18px;
    margin-bottom: 20px; }
  .evento-destacado .info-content .date-event span {
    background-size: 24px;
    padding-left: 35px;
    height: 25px; }
  .evento-destacado .info-content .date-event span.location {
    background-size: 18px;
    padding-left: 23px; } }

@media screen and (max-width: 1357px) {
  .tel-area-cliente-top.container.menu-gen .item-top-header a::before {
    display: none; }
  .sites-mexico {
    align-items: flex-start;
    padding-bottom: 20px; }
  .sites-mexico .box .content {
    min-height: 440px; } }

@media screen and (max-width: 1200px) {
  .view-product-list {
    margin-top: 0px; }
    .view-product-list .container {
      padding-top: 0 !important; }
    .view-product-list .card-product {
      max-width: 100%;
      margin: 0; }
    .view-product-list > .container > .card-product {
      margin-bottom: 20px; }
  .view-product .header-product .info {
    width: 100%;
    order: 2; }
  .view-product .header-product .img-box {
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 50px; }
  .view-product .header-product .img-box img {
    max-width: 300px; }
  .view-product .more-info .downloads-box {
    width: 100%;
    max-width: 670px;
    padding-left: 0; }
  .view-product .header-product .info h1 {
    font-size: 34px;
    line-height: 1.2em; }
  .view-product .header-product .info .description p {
    font-size: 20px;
    line-height: 1.2em; } }

@media screen and (max-width: 1199px) {
  .container {
    max-width: 1400px;
    padding: 20px; }
  header nav#nav-main {
    padding-top: 0 !important; } }

@media screen and (max-width: 1100px) {
  header#banner {
    position: absolute;
    width: 100%; }
    header#banner.fixed-menu {
      position: fixed; }
  .slick-slide img {
    width: 100% !important; }
  .item-top-header.menu-option {
    display: none; }
  .menu-items .item-top-header.menu-option {
    display: block; } }

@media screen and (max-width: 1203px) {
  .box-inform.-view-small .info-content {
    min-height: 220px; } }

@media screen and (max-width: 992px) {
  .view-product-list .container > a {
    width: 100%;
    margin-right: 0; }
    .view-product-list .container > a:nth-child(3n+3) {
      margin-right: 0px; }
  .view-product-list .card-product .content {
    min-height: 0; }
    .view-product-list .card-product .content ul {
      padding-left: 25px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  header.fixed-menu {
    height: auto;
    padding: 10px;
    padding-top: 0px; }
  header nav#nav-main .nav-header .top-header .tel-area-cliente-top {
    margin-bottom: 0; }
  .cases-success .box-slider-success .content-success .info-box {
    width: 50%; }
  .cases-success .box-slider-success .image-box-succes {
    margin: 0 auto; }
  .cases-success .box-slider-success .content-success .info-box .content-description .entradilla {
    font-size: 20px;
    line-height: 22px; }
  .double-box .bg-gradient.-banner-soluciones .container::after {
    right: -110px; }
  .double-box .bg-gradient.-banner-soluciones .container::before {
    left: -150px; }
  .your-interest-box .box {
    height: 280px;
    width: 215px; }
  #fragment-0-fluu .video {
    height: 200px;
    width: 100%; }
  .downloads-box .box-download:first-of-type,
  .downloads-box .box-graphic:first-of-type {
    padding-bottom: 25px; }
  .grid-sin-margin-4 .box {
    width: 33%; }
  .select-anio {
    right: 20%; }
  .slider-cards .card-slide {
    height: 175px;
    padding: 10px;
    margin: 0px 10px; }
  .slider-cards .card-slide.link-image-slide.hidden-xs {
    display: block !important;
    background-size: contain; }
  .slider-cards .card-slide.link-image-slide.hidden-lg.hidden-sm {
    display: none !important; }
  .slider-cards .card-slide img {
    width: 30%;
    height: 100%; }
  .slider-cards .card-slide .content {
    width: 70%; }
  .slider-cards .card-slide .content h2 {
    font-size: 18px; }
  .slider-cards .card-slide .content p {
    font-size: 16px;
    line-height: 1.2em; }
  .slider-cards .card-slide.link-image-slide {
    margin: 0; }
  .slider-cards button.slick-next,
  .slider-cards button.slick-prev {
    display: none !important; }
  .view-product-list .container > a {
    width: 45%; }
  .grid-box-2-1 .box:first-of-type {
    width: 50%; }
  .grid-box-2-1 .box {
    width: 50%; }
  .banner-options h1 {
    max-width: 100%;
    font-size: 40px;
    line-height: 1.2em; }
  .banner-options ul {
    margin-bottom: 20px; }
  .slider-cards .card-slide .content p {
    font-size: 15px;
    line-height: 20px; }
  .slider-cards .card-slide .content p.title {
    font-size: 25px;
    line-height: 30px; }
  .slider-cards .card-slide.slick-slide:nth-child(2) {
    display: none; }
  .tab-block .item-tab div.content-tab-icon .tab-icon span {
    font-size: 13px;
    line-height: 1.2em; }
  h2 {
    font-size: 35px;
    line-height: 1.2em; }
  h3 {
    font-size: 18px;
    line-height: 1.2em; }
  .btn-primary-class,
  .container-fluid .btn-primary {
    font-size: 13px; }
  .slider-cards .slick-dots {
    bottom: 30px;
    right: 60px; }
  .slider-cards .slick-dots li {
    margin: 0; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon {
    padding-right: 25px; }
  .tab-block .info-tab.-withoutCard .content-info,
  .tab-block.-width50 .info-tab .content-info {
    width: 68%;
    padding-left: 25px; }
  .tab-block .info-tab.-withoutCard .image-tab,
  .tab-block.-width50 .info-tab .image-tab {
    margin: 0px;
    width: 32%;
    display: block; }
  .tab-block .box-question.-withoutCard .question {
    min-width: 100%; }
  .box-question .answer {
    padding-right: 0px; }
  .tab-block.-withoutIcons .box-values {
    padding-right: 0px; }
  .tab-block .box-question.-withoutCard .question {
    padding-right: 100px; }
  .content-info .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%; }
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h1,
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h2 {
    font-size: 19px;
    line-height: 1.2em;
    margin-bottom: 5px; }
  .cases-success .box-slider-success .image-box-succes {
    height: 50px;
    background-position: top center; }
  .text-break {
    margin-bottom: 0 !important; }
  .view-product-list .card-product .content.-service {
    min-height: auto; }
  .sucribe-newsletter {
    flex-wrap: wrap;
    flex-direction: initial;
    padding: 0;
    margin-bottom: 30px; }
  .sucribe-newsletter .image {
    width: 35%; }
  .sucribe-newsletter .content {
    margin-top: 20px;
    width: 60%;
    padding-left: 20px;
    margin-top: 0; }
  .sucribe-newsletter .content p.title {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold; }
  .sucribe-newsletter .content p {
    font-size: 16px;
    line-height: 1.2em; }
  .grid-box-2-1 .box .view-product-list .container > a {
    width: 45%; }
  .view-buscador-soluciones .content-panel .options-panel .optionP {
    width: 50%;
    padding: 0px 15px; }
  .view-buscador-soluciones .content-panel .title {
    font-size: 25px;
    margin-top: 10px; }
  .view-buscador-soluciones .content-panel .options-panel .optionP .title {
    font-size: 18px; } }

@media screen and (max-width: 1024px) {
  .box-table {
    overflow-x: scroll; }
  body:before {
    height: 100%; } }

@media (max-width: 800px) {
  #fragment-0-gmhn {
    display: none; }
  .container-mapa {
    display: none; }
  .box-download .head-info,
  .box-graphic .head-info {
    margin: 20px 0; }
  .item-simple-new {
    margin: 10px 0; }
  .item-simple-new .t-news-simple {
    font-size: 16px; }
  .legend-agencia p {
    font-size: 15px; }
  .grid-box-2 .box {
    width: 100% !important; }
  body[path="relaciones-institucionales"] .grid-box-3 .box {
    width: auto !important; }
  body[path="relaciones-institucionales"] .tab-block .info-tab.-withoutCard.-width-50 .image-tab {
    display: none; }
  .slider-cards .card-slide.-simple {
    text-align: center; }
  .select-anio {
    right: 40%; }
  .form-contact .container-contact {
    flex-direction: column-reverse;
    margin-top: 0; }
  .form-contact .container-contact .info {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column; }
  .container-form form button {
    margin-top: 20px;
    margin-bottom: 30px; }
  .container-form {
    width: 100%; }
  .pb-5,
  .py-5 {
    padding-bottom: 20px !important;
    padding-top: 20px !important; }
  .your-interest-box .box img {
    left: -95px !important;
    width: auto;
    height: 100%; }
  .your-interest-box .box {
    width: 32% !important; }
  .your-interest-box .box p {
    margin-bottom: 0 !important; }
  .tab-block .info-tab.-withoutCard.-width-50 .content-info,
  .tab-block .info-tab.-withoutCard .content-info,
  .tab-block.-width50 .info-tab .content-info {
    width: 100%;
    padding-left: 0; }
  .tab-block .info-tab.-withoutCard.-width-50 .image-tab {
    width: 100%; }
  .tab-block .info-tab.-withoutCard .image-tab,
  .tab-block.-width50 .info-tab .image-tab {
    margin: 0 auto; }
  .img-text .image {
    width: 100% !important; }
  .img-text .description {
    width: 100% !important;
    margin-top: 20px; }
  #fragment-8702-rvrq .grid-box-4 .box,
  #fragment-4002-kayy .grid-box-4 .box {
    width: 22% !important; }
  #fragment-0-fluu .video {
    height: 200px !important;
    margin: 0 auto; }
  .tab-block.-width50.-withoutIcons {
    padding: 5px 20px !important; }
  #fragment-0-aeeu .py-4 {
    padding-bottom: 0;
    padding-top: 0; }
  .slider-brands.-colaboradores .slick-prev {
    left: 0;
    z-index: 1; }
  .slider-brands.-colaboradores .slick-next {
    right: 0;
    z-index: 1; }
  .listado-convocatorias .downloads-box .box-download,
  .listado-convocatorias .downloads-box .box-download:first-of-type {
    width: 100%;
    padding-bottom: 0 !important;
    margin-right: 0; }
  .tab-block.-withoutIcons .box-values .box img {
    height: 55px; }
  .list-inform .item {
    width: 100%; }
  .-pais .img-pais {
    display: none; }
  .-pais .boxs-map-info-riesgo {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
  .-pais .boxs-map-info-riesgo .box-type-info span {
    font-size: 18px;
    line-height: 1.2em; }
  .-pais .boxs-map-info-riesgo .box-type-info span.box-color-riesgo,
  .-pais .boxs-map-info-riesgo .box-type-info span.box-color-economia {
    font-size: 14px; }
  .ver-mas-respons {
    display: block; }
  .head-tabla-datos {
    border-bottom: 1px solid #FFA900; }
    .head-tabla-datos .link-arrow:before {
      bottom: -6.4px;
      right: -21px; }
  body[path="agencia-de-credito-a-la-exportacion-eca"] .tab-block .info-tab.-withoutCard.-width-50 .image-tab {
    display: none; }
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h4,
  .tab-block .info-tab.-withoutCard .content-info .box-content .description .h4 {
    font-size: 16px; }
  p.lead {
    font-size: 16px; }
  .tab-block .box-question.-withoutCard .question {
    padding-right: 122px; }
  body[path="agencia-de-credito-a-la-exportacion-eca"] .tab-block .info-tab.-withoutCard .image-tab,
  body[path="agencia-de-credito-a-la-exportacion-eca"] .tab-block.-width50 .info-tab .image-tab {
    margin: 0 auto;
    display: none; }
  body[path="agencia-de-credito-a-la-exportacion-eca"] .tab-block .info-tab.-withoutCard .content-info .box-content {
    margin-bottom: 20px; }
  .slider-cards .card-slide {
    box-shadow: none; }
  .slider-cards .card-slide .link-image-slide {
    height: 160px; }
  .view-news .header-new {
    flex-direction: column-reverse; }
    .view-news .header-new .title {
      width: 100%;
      padding-right: 50px;
      padding-right: 0;
      margin-top: 20px; }
      .view-news .header-new .title h1 {
        font-size: 22px;
        line-height: 1.2em; }
    .view-news .header-new .image {
      height: 220px;
      width: 100%; }
    .view-news .header-new .header-entrance {
      margin: 20px 0; }
      .view-news .header-new .header-entrance .share {
        display: none; }
      .view-news .header-new .header-entrance .content {
        padding-left: 0;
        width: 100%; }
        .view-news .header-new .header-entrance .content h2 {
          font-size: 18px;
          line-height: 1.2em; }
  .body-new h2 {
    font-size: 18px;
    line-height: 1.2em;
    text-align: left; }
  .view-news .header-entrance .share {
    display: none; }
  .view-news .header-entrance .content {
    width: 100%;
    padding-left: 0; }
  .view-news .header-entrance {
    margin: 20px 0; }
  .view-news .header-entrance .content h2 {
    text-align: left;
    font-size: 18px;
    line-height: 1.2em; }
  .component-html img {
    height: auto !important;
    width: auto !important;
    max-width: 100%; }
  #fragment-4503-otdr .grid-box-2 {
    flex-direction: column-reverse; }
  .body-new table tr,
  .content table tr {
    flex-direction: column; }
  .breadcrumb .breadcrumbItem:before {
    top: 12px; }
  .body-new table tr td,
  .content table tr td {
    padding: 20px 0; }
  .container-duo-news .w-container-body {
    width: 100%;
    padding-right: 0; }
  .container-duo-news .container-widgets {
    width: 100%;
    max-width: 100%; }
  .view-news.-conWidgets .header-new .title h1 {
    font-size: 20px;
    line-height: 1.2em; }
  .box-inform.-view-medium {
    min-height: auto; }
  .box-inform.-view-medium .info-content {
    min-height: 100%;
    position: initial; }
  .box-inform .info-content .date-share {
    position: initial; }
  .box-inform .info-content .title-news {
    font-size: 16px; }
  .box-inform.-view-small .info-content {
    min-height: 100%;
    position: initial; }
  .box-inform.-view-small {
    min-height: 100%; }
  .box-inform.-reducida .info-content .date-share {
    margin-top: 0;
    position: initial; }
  .info-extra span {
    left: inherit;
    right: 0;
    top: 15px; }
  .listado-politicas-pais .content-pais span {
    max-width: 100%; }
  .listado-politicas-pais .content-pais .color-cobertura {
    max-width: 100%;
    width: 100%;
    margin-left: 0; }
  .listado-politicas-pais .content-pais .box-cc-plazo,
  .listado-politicas-pais .content-pais .box-cl-plazo {
    flex-direction: column; }
  .slider-cards .card-slide.link-image-slide {
    min-height: 150px; }
  .slider-cards .card-slide .content h2 {
    font-size: 22px;
    line-height: 1.2em; }
  .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slider-cards button.slick-next {
    display: none; }
  .slider-cards button.slick-prev {
    display: none; }
  .info-riesgo-pais .box-riesgos img {
    width: calc(100% - 200px) !important; }
  .cases-success .box-slider-success .content-success {
    justify-content: center;
    align-items: center; }
  .cases-success .box-slider-success .content-success .info-box {
    width: 100%;
    margin-bottom: 25px;
    height: auto; }
  .cases-success .box-slider-success .content-success .video {
    width: 100%;
    margin: 0 auto; }
  .cases-success .box-slider-success .content-success .info-box .content-description .title {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 10px; }
  .cases-success .box-slider-success .image-box-succes {
    width: 80px;
    height: 80px; }
  .cases-success .box-slider-success .content-success .info-box .content-description .entradilla {
    font-size: 18px;
    line-height: 1.2em; }
  .sucribe-newsletter {
    flex-direction: column-reverse;
    margin-bottom: 0; }
  .sucribe-newsletter .image {
    width: 50%;
    margin-top: 22px; }
  .slider-cards {
    margin-bottom: 0; }
  .sucribe-newsletter .content {
    width: 100%;
    padding-left: 0px;
    margin-top: 0;
    max-width: 100%; }
  .sucribe-newsletter .content form button {
    margin: 0 auto; }
  .listado-politicas-pais .content-pais .box-fecha,
  .listado-politicas-pais .head .fecha-pais {
    width: 100px; }
  .listado-politicas-pais .head .clasificacion-anterior,
  .listado-politicas-pais .head .clasificacion-pais,
  .listado-politicas-pais .content-pais .box-clasificacion-anterior,
  .listado-politicas-pais .content-pais .box-clasificacion-pais {
    width: calc((100% - 350px)/ 2); }
  .listado-politicas-pais .clasificacion-title {
    padding: 0 125px 0 200px; } }

@media screen and (max-width: 700px) {
  footer .top-footer .slider-brands div {
    height: 75px; }
  .slider-brands {
    padding-bottom: 0 !important; }
  .-oficinas-agentes .card-product.-small .content {
    min-height: auto; }
  .lead {
    font-size: 16px; }
  header.fixed-menu {
    height: auto; }
  header nav#nav-main .nav-header .top-header .tel-area-cliente-top {
    margin-bottom: 5px; }
  .card-slide {
    height: auto;
    margin-bottom: 19px;
    padding: 10px; }
  header nav#nav-main .nav-header .top-header .sub-header {
    margin-top: 0 !important; }
  header.fixed-menu nav#nav-main .logo,
  header nav#nav-main .logo {
    z-index: 4; }
  header nav#nav-main .nav-header .top-header .tel-area-cliente-top .item-top-header {
    width: 50px;
    padding: 0; }
  .grid-2 .grid-el {
    width: 100% !important; }
  .sites-mexico {
    flex-wrap: wrap; }
  .sites-mexico .box {
    width: 100%;
    margin-bottom: 25px; }
  .sites-mexico .box .head img {
    width: 74%;
    height: auto; }
  .sites-mexico .box .content .title {
    font-size: 25px; }
  .sites-mexico .box .content .btn-white-class {
    position: initial; }
  .sites-mexico .box .content {
    padding: 30px 20px;
    color: white;
    min-height: auto; }
  .subfooter-content span {
    font-size: 12px; }
  footer .sub-footer.home-gen .logo-bl,
  footer .sub-footer.home-gen .log_buro {
    display: none; }
  .tel-area-cliente-top.container.menu-gen .item-top-header a::before {
    display: none; }
  .tel-area-cliente-top.menu-gen .item-top-header a.telf-icon {
    padding-right: 0; }
  .view-product .more-info .video-info {
    max-width: 100%; }
  .view-product .more-info .video-info iframe {
    width: 100%;
    height: calc(60vw - 40px); }
  .cases-success .slick-prev {
    left: auto;
    top: 0 !important;
    right: 80px !important; }
  .cases-success .slick-next {
    right: 0;
    top: 0 !important; }
  footer .social-box .cesce-countries a {
    width: 50%;
    margin: 10px 0; }
  footer .sub-footer .change-language .text-white {
    padding-right: 25px;
    margin-right: 25px; }
  footer .sub-footer .links a {
    margin-right: 20px;
    padding-right: 20px; }
  header .submenu-container .submenu .first-box div.menu-second a {
    margin-bottom: 10px !important;
    padding-left: 10px;
    font-size: 16px; }
  header .submenu-container .submenu .first-box div.menu-second[id-subchildren="documentacion-seguros"] p {
    padding-left: 10px; }
  header nav#nav-main .nav-header .sub-header .item-menu,
  header nav#nav-main .nav-header .menu-items .item-top-header,
  .item-top-header > a,
  header nav#nav-main .nav-header .sub-header .search-icon {
    padding: 10px 0;
    font-size: 16px; } }

@media (max-width: 600px) {
  .box-inform .info-content .date-share .cat-share a.cat {
    display: none; }
  .container {
    max-width: 1400px;
    padding: 10px !important;
    width: 100%; }
  .banner-options .title {
    font-size: 21px; }
  .banner-options h1 {
    max-width: 100%;
    font-size: 23px; }
  .banner-options ul {
    font-size: 15px; }
  .cases-success {
    margin-top: 0px !important; }
  #content {
    padding-top: 75px; }
  .banner-options ul li::before {
    height: 15px;
    width: 15px; }
  .banner-options .btn-primary-class {
    margin-left: 0px;
    padding: 5px 10px !important; }
  .content-info {
    width: 90%; }
  .cases-success .box-slider-success .content-success .info-box {
    width: 100%; }
  .info-box .content-description .title {
    font-size: 25px;
    line-height: 20px; }
  .cases-success .box-slider-success .content-success .info-box .content-description .entradilla {
    font-size: 18px;
    line-height: 22px; }
  .image-box-succes {
    margin: 0 auto;
    margin-left: auto; }
  .double-box .bg-gradient.-banner-soluciones .container::after {
    display: none; }
  .double-box .bg-gradient.-banner-soluciones .container::before {
    display: none; }
  /* breadcrumb */
  .breadcrumb {
    font-size: 13px; }
  /* cesce-quienes-somos */
  .your-interest-box {
    display: block; }
  .your-interest-box .box {
    width: 100%;
    margin-bottom: 30px; }
  .your-interest-box .box img {
    margin: 0 auto; }
  .img-text .image,
  .img-text .description {
    width: 100%; }
  /* Responsabilidad Social Corporativa */
  .grid-sin-margin-4 .box {
    width: 100%; }
  .grid-box-3 .box {
    width: 100%;
    z-index: 0; }
  .grid-box-3 .box .slider-cards {
    margin-bottom: 0px;
    min-height: 90px; }
  .grid-box-3 .box .slider-cards .card-slide {
    min-height: 280px; }
  /* Agencia Española de Crédito a la Exportación (ECA) */
  .box-question .answer {
    padding-left: 0px;
    padding-right: 0; }
  .grid-box-4 .box {
    width: 100%; }
  .downloads-box .box-download .head-info,
  .downloads-box .box-graphic .head-info {
    padding-left: 35px;
    background-size: 40px; }
  /* Riesgo País */
  .downloads-box .box-download:first-of-type,
  .downloads-box .box-graphic:first-of-type {
    padding-bottom: 0;
    margin-bottom: 10px; }
  .grid-sin-margin-4 .box {
    width: 100%; }
  .downloads-box .box-download .head-info .title,
  .downloads-box .box-graphic .head-info .title {
    font-size: 16px; }
  .downloads-box .box-download .description,
  .downloads-box .box-graphic .description {
    font-size: 14px; }
  .select-anio {
    right: 0%; }
  .form-contact .container-contact .container-form form .box-input {
    width: 100%; }
  #nav-facturacion .option strong {
    font-size: 15px; }
  .form-contact .container-contact .container-form {
    margin: 0 auto;
    padding: 0 15px; }
  .form-contact .container-contact .info {
    margin: 0 auto; }
  .form-contact .container-contact .container-form {
    width: 100%;
    margin-top: 10px; }
  .form-contact .container-contact .container-form form button {
    margin: 0 0 20px 0; }
  .slider-cards .card-slide.-contacta .content:first-child {
    padding-right: 0px; }
  .slider-cards .card-slide.-contacta {
    z-index: 0; }
  .slider-cards .card-slide img {
    height: inherit;
    margin: 0 auto; }
  .slider-cards button.slick-next {
    display: none; }
  .slider-cards button.slick-prev {
    display: none; }
  .slider-cards .card-slide img {
    width: 54%;
    height: auto; }
  .slider-cards .card-slide.link-image-slide.hidden-lg img {
    width: 100%; }
  .slider-cards .card-slide .content p.title {
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 15px; }
  .slider-cards .card-slide {
    min-height: 100%;
    height: 100%;
    padding: 20px;
    margin: 0 auto; }
  .slider-cards .slick-next,
  .slider-cards .slick-prev {
    display: none !important; }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
    height: 100%;
    background: white; }
  .slider-cards .slick-dots {
    text-align: center;
    right: 0px;
    bottom: 25px;
    left: 0;
    margin: 0 auto; }
  .slider-cards .card-slide .content p {
    font-size: 16px;
    line-height: 1.2em; }
  .slider-cards .card-slide .content {
    text-align: center;
    width: 100%; }
  .slider-cards .slick-dots {
    text-align: center;
    right: 0px;
    bottom: 25px; }
  .slider-cards .card-slide.slick-slide:nth-child(2) {
    display: none; }
  .tab-block .box-question.-withoutCard .question {
    font-size: 18px;
    min-width: 480px;
    padding-right: 0px; }
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h1,
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h2 {
    font-size: 25px; }
  .tab-block.-withoutIcons .box-values {
    padding: 0px;
    text-align: center; }
  .tab-block.-withoutIcons .box-values .box {
    margin: 10px auto; }
  .tab-block.-withoutIcons .box-values .justify-content-between {
    display: block; }
  .tab-block .info-tab.-withoutCard .image-tab,
  .tab-block.-width50 .info-tab .image-tab {
    margin: 5px 0 0 0;
    width: 100%;
    display: block; }
  .tab-block .info-tab.-withoutCard .content-info .box-content .description {
    font-size: 15px; }
  .tab-block .item-tab div.content-tab-icon .tab-icon {
    justify-content: left;
    padding-left: 0px; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon span {
    font-weight: bolder;
    text-align: left;
    padding-left: 0; }
  .tab-icon.animate__animated.animate__fadeIn span.image-tab:after {
    content: '\002B';
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    color: #0f3bff;
    position: absolute;
    right: 50px;
    font-size: 36px;
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon.on span::before {
    display: none; }
  .tab-icon.animate__animated.animate__fadeIn.on span.image-tab:after {
    display: none; }
  .tab-icon.animate__animated.animate__fadeIn.on:after {
    content: '\002D';
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    color: #0f3bff;
    position: absolute;
    right: 18px;
    font-size: 36px;
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center; }
  .tab-block .item-tab div.content-tab-icon {
    display: block; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon {
    padding-right: 0px;
    margin-bottom: 20px;
    line-height: 20px; }
  .tab-block .item-tab div.content-tab-icon .tab-icon span,
  .tab-block .item-tab div.content-tab-icon .tab-icon.active span {
    padding-left: 10px;
    padding-right: 0px; }
  .calculadora {
    padding: 20px 0; }
  .calculadora .title {
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 20px;
    text-align: left; }
  .calculadora .subtitle {
    font-size: 16px;
    line-height: 1.2em;
    padding: 0 20px;
    text-align: left;
    margin-bottom: 5px; }
  .calculadora .info-doc {
    padding-left: 0;
    margin: 0 20px;
    background: none; }
  .calculadora .table tr td:first-child {
    min-width: 190px; }
  .calculadora .table {
    font-size: 15px; }
  .calculadora .info-bottom {
    padding: 20px; }
  .calculadora .table-responsive {
    margin-bottom: 0; }
  #fragment-0-opbn .py-3,
  #fragment-0-aeeu .py-4,
  #fragment-0-ojaf .py-3 {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  .info-tab h2 {
    display: none; }
  .tab-block.-withoutIcons .box-values h1 {
    font-size: 18px;
    line-height: 1.2em; }
  .tab-block.-width50.-withoutIcons {
    padding: 0px !important; }
  .tab-block.-withoutIcons .box-values .box {
    width: 50%;
    padding: 10px 0;
    margin: 0 auto; }
  .tab-block.-withoutIcons .box-values .box span {
    font-size: 12px;
    color: #3C3C3B;
    line-height: 1.2em; }
  #fragment-8402-pqgx .image-tab {
    display: block; }
  #fragment-8402-pqgx .description h2 {
    display: block; }
  .box-link-banner {
    padding: 15px 10px; }
  .img-text .description h1,
  .img-text .description h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px; }
  #fragment-4503-klzy .clearfix.component-paragraph.mb-3.text-left.text-break h3,
  #fragment-4503-azhw .component-button.mb-3.text-left.text-break,
  #fragment-4503-azhw .clearfix.component-paragraph.mb-3.text-left.text-break h3 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0; }
  #fragment-4503-klzy .grid-box-2 .box,
  #fragment-4503-azhw .grid-box-2 .box {
    text-align: left; }
  #fragment-4503-klzy .grid-box-2 .a,
  #fragment-4503-azhw .grid-box-2 .a {
    text-align: left; }
  .box .link {
    margin: 0;
    border: 0; }
  .box .external-link.link {
    padding-left: 0; }
  .component-paragraph,
  .component-heading {
    padding: 0;
    margin-bottom: 0 !important; }
  .-pais .boxs-map-info-riesgo .box-type-info {
    padding-left: 20px;
    background-image: none !important; }
  .-pais .riesgo {
    font-size: 20px;
    width: 35px;
    height: 35px; }
  .-pais .boxs-map-info-riesgo .box-type-info span {
    font-size: 14px; }
  .-pais .boxs-map-info-riesgo .box-type-info {
    margin-bottom: 15px; }
  .-pais .boxs-map-info-riesgo .box-type-info span {
    margin-right: 8px; }
  .box-type-info .head-type {
    margin-bottom: 10px; }
  .slider-cards .card-slide.-contacta {
    font-size: 14px;
    line-height: 1.2em; }
  .slider-cards {
    margin-bottom: 20px; }
  .list-datos-macroeconomicos .cont-head .head .box-titles {
    width: 98px;
    font-size: 16px;
    padding-left: 0;
    background-image: none !important; }
  .list-datos-macroeconomicos .cont-head .head .title-datos {
    width: calc(100% - 98px);
    font-size: 14px; }
  .list-datos-macroeconomicos .body span {
    font-size: 14px; }
  .list-datos-macroeconomicos .body span.mh-58 {
    min-height: 52px; }
  .list-datos-macroeconomicos .cont-head {
    width: 34%; }
  .list-datos-macroeconomicos .body {
    min-width: calc(66% / 5); }
  .tab-block .item-tab div.content-tab-icon .tab-icon span {
    padding-left: 0px;
    padding-right: 45px; }
  .tab-icon.animate__animated.animate__fadeIn span.image-tab:after {
    right: 18px; }
  .tab-block .box-question.-withoutCard .question {
    min-width: 100%;
    padding-right: 0;
    font-size: 15px; }
  p.lead {
    margin-top: 15px;
    margin-bottom: 15px; }
  .listado-convocatorias .box-question .question:before {
    bottom: 5px; }
  .tab-block .box-question.-withoutCard .question {
    padding-bottom: 0;
    margin-bottom: 0; }
  .listado-convocatorias .box-question.-withoutCard .question {
    padding-bottom: 0;
    padding-top: 20px;
    padding-left: 10px; }
  .grid-box-3 .box {
    padding: 0 10px; }
  .tab-icon.animate__animated.animate__fadeIn.active:after {
    content: '\002D';
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    color: #0f3bff;
    position: absolute;
    right: 18px;
    font-size: 36px;
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center; }
  h4,
  .h4 {
    font-size: 1.5rem;
    font-size: 16px; }
  .listado-convocatorias .box-question .answer {
    padding-bottom: 10px;
    padding-left: 10px; }
  .tab-block.-withoutIcons .info-tab {
    padding: 0 10px; }
  .tab-block .item-tab div.content-tab-icon .tab-icon span,
  .tab-block .item-tab div.content-tab-icon .tab-icon.active span {
    padding-left: 10px;
    padding-right: 0; }
  .card-product.-miembro .content p.lead {
    margin-bottom: 5px; }
  .card-product.-small .content {
    height: auto;
    min-height: auto;
    padding: 0 10px; }
  .card-product.-small.-miembro .content {
    padding: 10px; }
  .link.download-icon {
    border: 0; }
  .box-question.-withoutCard {
    margin: 0; }
  .slider-cards .card-slide.-contacta .content:last-child,
  .slider-cards .card-slide.-contacta .content:first-child {
    width: 100%; }
  .slider-cards .card-slide.-contacta {
    padding-bottom: 20px; }
  .slider-cards.-iniciativas .card-slide.-simple {
    height: auto; }
  .link.tel,
  .link.mail {
    min-height: 20px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    padding-left: 50px;
    background-position: 20px center; }
  .slider-cards .card-slide.-contacta .content h4 {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0; }
  .slider-cards.-iniciativas .card-slide.-simple .d-flex {
    flex-wrap: wrap; }
  .slider-cards.-iniciativas .card-slide.-simple .logo,
  .slider-cards.-iniciativas .card-slide.-simple .text {
    width: 100%;
    max-width: 100%; }
  .slider-cards.-iniciativas .card-slide.-simple .text {
    margin-bottom: 10px; }
  body[path="relaciones-institucionales"] .box .external-link.link {
    margin-top: 10px; }
  #fragment-8702-rvrq .grid-box-4 .box,
  #fragment-4002-kayy .grid-box-4 .box {
    width: 45% !important;
    display: flex;
    align-items: center;
    justify-content: center; }
  #fragment-0-basn .component-paragraph img {
    width: 100%;
    padding: 0 116px;
    margin-bottom: 15px; }
  #fragment-0-yrax {
    display: none; }
  .list-inform .box-inform {
    flex-direction: column-reverse;
    min-height: auto; }
  .card-slide.-contacta .content:last-child {
    padding-left: 0 !important;
    border: 0 !important; }
    .card-slide.-contacta .content:last-child::before {
      display: none; }
    .card-slide.-contacta .content:last-child .img-text {
      margin-bottom: 0; }
      .card-slide.-contacta .content:last-child .img-text .image {
        display: none; }
      .card-slide.-contacta .content:last-child .img-text .description {
        margin: 0; }
  .breadcrumb .breadcrumbItem:before {
    top: 9px; }
  .view-news.-conWidgets .header-new .image,
  .view-news .header-new .image {
    height: 120px; }
  .view-news .header-new {
    flex-direction: column-reverse;
    margin: 0; }
  .info-extra span {
    top: initial;
    left: initial;
    right: 0;
    bottom: -75px;
    font-size: 14px;
    min-width: 240px; }
  .calculadora-cesce-facil .label-coste {
    font-size: 20px; }
  .calculadora-cesce-facil .impuesto {
    margin-bottom: 20px !important; }
  .box-listado-politica-pais {
    overflow-x: scroll; }
  .listado-politicas-pais {
    width: 100%;
    min-width: 620px; }
  .box-legenda {
    margin-top: 20px; }
  .listado-politicas-pais .head .pais,
  .listado-politicas-pais .head .cc-plazo,
  .listado-politicas-pais .head .cl-plazo,
  .listado-politicas-pais {
    font-size: 15px; }
  .listado-politicas-pais .head .pais,
  .listado-politicas-pais .content-pais .pais {
    width: 155px; }
  .listado-politicas-pais .head .cc-plazo,
  .listado-politicas-pais .content-pais .box-cc-plazo {
    width: calc((100% - 205px)/ 2); }
  .search-bar-box.-pais {
    min-width: 300px; }
  .reset-search {
    font-size: 15px;
    margin-top: 10px; }
  #legenda .info-legenda p {
    width: calc(100% - 40px); }
  .slider-cards .card-slide .content h2 {
    font-size: 18px;
    line-height: 1.2em; }
  footer .link-footer .box-link a {
    display: none; }
  footer .link-footer .box-link a.visible {
    display: block; }
  footer .link-footer .box-link .h4,
  footer .link-footer .box-link .h4 a {
    position: relative;
    width: max-content;
    font-size: 18px;
    margin-bottom: 5px;
    display: block; }
  footer .link-footer .box-link .h4::before,
  footer .link-footer .box-link .h4 a::before {
    width: 15px;
    height: 16px;
    content: "";
    display: inline-block;
    background: url(../images/iconos/arrow-orange.svg) center bottom/12px no-repeat;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -10px; }
  footer .link-footer .box-link .h4.active::before,
  footer .link-footer .box-link .h4.active a::before {
    transform: rotate(-180deg);
    margin-top: 0; }
  footer .link-footer .box-link {
    margin-bottom: 5px; }
  footer .sub-footer .box-brand a img {
    width: 20px;
    margin: 0 5px; }
  footer .sub-footer .box-brand a img[alt="Breeam"] {
    width: 38px; }
  footer .sub-footer .box-brand a img[alt="Efr"] {
    width: 60px; }
  footer .sub-footer img[alt="Dun bradstreet"] {
    width: 49px; }
  footer .sub-footer .change-language {
    justify-content: start !important; }
  .box-inform-image {
    margin-top: 20px; }
  .tab-block .item-tab div.content-tab-icon.-green .d-none:not(.d-flex) + .tab-icon,
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon.-green {
    margin-top: 0px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; }
  .info-riesgo-pais span {
    font-size: 15px; }
  .info-riesgo-pais .box-riesgos img {
    width: 100% !important; }
  .info-riesgo-pais .box-riesgos span:last-child {
    float: right; }
  .info-riesgo-pais strong {
    font-size: 18px; }
  .info-riesgo-pais .box-riesgos {
    margin-top: 5px;
    padding-top: 10px; }
  .select2-container {
    width: 100% !important; }
  .view-news .header-entrance .content div {
    font-size: 18px;
    line-height: 1.2em; }
  .box-inform.-reducida .info-content .date-share {
    margin-top: 15px; }
  .calculadora-cesce-facil {
    padding-top: 0; }
  .calculadora-cesce-facil .cesce-form-container {
    padding: 20px 25px;
    margin-bottom: 20px; }
  .calculadora-cesce-facil .box-info-extra {
    margin-bottom: 10px; }
  .calculadora-cesce-facil .hire-btn,
  .calculadora-cesce-facil .hire-btn:hover {
    margin-top: 20px !important; }
  .bigcol.header {
    display: none; }
  .sucribe-newsletter {
    padding: 0; }
  .box-input.-politica span {
    padding-left: 23px; }
  .sucribe-newsletter .content form .box-input.-politica span {
    padding-left: 0; }
  .sucribe-newsletter .content form button {
    margin-top: 10px; }
  .sucribe-newsletter .image {
    width: 100%; }
    .sucribe-newsletter .image img {
      width: 100%; }
  .box-input.-politica input {
    border: 0;
    position: absolute;
    left: -6px;
    top: 7px; }
  .box-inform.-infografia {
    flex-direction: column-reverse;
    height: auto; }
  .box-inform.-infografia .info-content {
    width: 100%;
    position: initial; }
  .box-inform.-infografia .info-content .link-arrow {
    position: initial; }
  .box-inform.-infografia .info-content .download {
    background: none;
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: initial;
    margin-top: 20px;
    padding-top: 8px; }
  .box-inform.-infografia .info-content .download .link-arrow:before {
    right: 0; }
  .box-inform.-infografia .image {
    height: 440px; }
  .evento-destacado .info-content .date-event {
    margin-bottom: 10px; }
  .evento-destacado {
    height: auto; }
  .evento-destacado .info-content .date-event span {
    margin-right: 10px;
    margin-bottom: 10px; }
  .listado-politicas-pais .clasificacion-title {
    padding: 0 170px 0 155px; }
  .card-product.-miembro.-oficina .content .link.tel,
  .card-product.-miembro.-oficina .content .link.mail,
  .leaflet-popup .card-product.-small .content .link.tel,
  .leaflet-popup .card-product.-small .content .link.mail {
    left: 0px !important; }
  .your-interest-box .box img {
    left: 0px !important; }
  .cat-share-bottom .share a {
    margin: 0;
    margin-right: 40px;
    margin-top: 10px; }
  .cat-share-bottom .share {
    justify-content: center; }
  .cat-links .categories a {
    margin-right: 15px;
    padding-right: 15px;
    padding: 0; }
  .box-inform.-view-small .info-content .cat-share a.cat {
    margin-right: 15px;
    padding-right: 15px; }
  .box-download .head-info,
  .box-graphic .head-info {
    height: auto;
    min-height: 40px;
    margin-bottom: 20px; }
  .tab-block .item-tab div.content-tab-icon .tab-icon {
    margin-bottom: 20px;
    padding-top: 20px;
    margin-top: 0; }
  .tab-block .info-tab .content-info .box-content-pestana {
    padding: 20px 0; }
  header nav#nav-main,
  header.fixed-menu nav#nav-main {
    padding-top: 2px !important; } }

@media (max-width: 479px) {
  .tab-block.-withoutIcons .item-tab .search-icon {
    overflow: hidden;
    padding-left: 20px;
    margin: 0 auto;
    border: none; }
  .tab-block .item-tab div.content-tab-icon {
    display: block; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon {
    padding-right: 0px;
    margin-bottom: 20px;
    line-height: 20px; }
  .tab-block.-withoutIcons .box-values {
    padding: 0px;
    text-align: center; }
  .tab-block.-withoutIcons .box-values .box {
    margin: 10px auto; }
  .tab-block.-withoutIcons .box-values .justify-content-between {
    display: block; }
  .tab-block .info-tab.-withoutCard .image-tab,
  .tab-block.-width50 .info-tab .image-tab {
    margin: 5px 0 0 0;
    width: 100%;
    display: block; }
  .tab-block .info-tab.-withoutCard .content-info .box-content .description {
    font-size: 15px; }
  .tab-block .item-tab div.content-tab-icon .tab-icon {
    justify-content: left; }
  .tab-icon.animate__animated.animate__fadeIn span.image-tab:after {
    content: '\002B';
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    color: #0f3bff;
    position: absolute;
    right: 18px;
    font-size: 36px;
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon.active span::before {
    display: none; }
  .tab-icon.animate__animated.animate__fadeIn.active span.image-tab:after {
    display: none; }
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h1,
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h2 {
    font-size: 25px; }
  h2 {
    font-size: 25px;
    line-height: 1.2em; }
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h1,
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h2 {
    font-size: 18px;
    line-height: 1.2em; }
  .tab-block .info-tab.-withoutCard .image-tab {
    display: none; }
  .tab-block .info-tab .content-info h1,
  .tab-block .info-tab .content-info h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 0; }
  h3 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: normal; }
  .cases-success .box-slider-success .image-box-succes {
    height: 39px;
    margin: 0 auto;
    background-position: top center; }
  .cases-success .box-slider-success .content-success .info-box .content-description .title {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 15px; }
  .cases-success .box-slider-success .content-success .info-box .content-description .entradilla {
    font-size: 16px;
    line-height: 1.2em; }
  .cases-success .box-slider-success .content-success .info-box {
    height: auto; }
  .view-product-list .card-product .content h1,
  .view-product-list .card-product .content h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 15px; }
  .view-product-list .container > a .content.-service {
    min-height: auto; }
  .double-box .bg-gradient h1,
  .double-box .bg-gradient h2 {
    font-size: 18px;
    line-height: 1.2em; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon {
    width: 100%; }
  .box-inform .info-content .title-news {
    font-size: 18px;
    margin-bottom: 10px; }
  .box-inform-image .categories-list {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    background: #9e9e9e;
    text-transform: uppercase;
    right: 20px;
    display: inline-table;
    font-size: 15px;
    z-index: 1; }
  .box-inform-image .info-content {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: column;
    background: linear-gradient(64deg, #053b66 4%, #002fff 74%, #01e7ff 114%);
    color: white;
    padding: 20px;
    opacity: 0.8;
    margin-top: -24px; }
  .list-inform .item {
    width: 100%; }
  .box-inform .info-content p {
    margin-bottom: 50px;
    margin-top: 10px; }
  .box-inform .info-content .link-arrow {
    bottom: 30px; }
  .box-inform .info-content .download {
    padding-top: 33px;
    padding-left: 20px;
    background-image: none;
    bottom: -14px;
    right: 0px;
    left: 0px; }
  .box-inform .image {
    width: 100% !important;
    height: 200px; }
  .box-inform .info-content {
    width: 100%; }
  .grid-box-2 .box {
    width: 100%; }
  .sucribe-newsletter .image img {
    width: 80%;
    max-width: 100%;
    display: block; }
  .box-inform .info-content .date-share {
    position: initial; }
  .box-inform.-view-medium .info-content span {
    font-size: 14px;
    margin-bottom: 5px; }
  .mod-home.tab-block .item-tab div.content-tab-icon .tab-icon span {
    position: relative;
    padding-left: 40px; }
  .mod-home.tab-block .item-tab div.content-tab-icon .tab-icon span::before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 36px;
    color: #0f3bff;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    line-height: 30px; }
  .mod-home.tab-block .item-tab div.content-tab-icon .tab-icon.on span::before {
    content: '-'; }
  .form-contact h2 {
    text-align: left; }
  .grid-box-2-1 .box:first-of-type {
    width: 100%; }
  .grid-box-2-1 .box {
    width: 100%; }
  .form-contact h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.2em;
    text-align: left;
    margin-top: 0; }
  .container-form .title-form {
    margin-bottom: 0;
    text-align: left; }
  .form-contact .container-contact .container-form {
    padding: 0; }
  .container-form span {
    line-height: 1.2em;
    text-align: left;
    display: block; }
  .form-contact .container-contact .container-form form .box-input {
    width: 100%; }
  .your-interest-box {
    flex-wrap: wrap; }
  .your-interest-box .box {
    width: 100% !important;
    margin-bottom: 30px !important;
    max-width: 100% !important;
    height: 243px !important; }
  body[path="buscador-de-soluciones"] nav#buscador-soluciones .logo {
    display: none; }
  body[path="buscador-de-soluciones"] nav#buscador-soluciones {
    padding: 8px 10px !important; }
  body[path="buscador-de-soluciones"] nav#buscador-soluciones p {
    font-size: 18px; }
  body[path="buscador-de-soluciones"] nav#buscador-soluciones .exit {
    font-size: 0;
    height: 16px; }
  body[path="buscador-de-soluciones"] #content {
    padding-top: 30px; }
  .view-buscador-soluciones .panel-home h1 {
    display: none; }
  .view-buscador-soluciones .panel-home h3 {
    text-align: center;
    margin-top: 25px; }
  .view-buscador-soluciones .content-panel .options-panel .optionP {
    width: 100%;
    padding: 10px; }
  .view-buscador-soluciones .slider-steps {
    display: none; }
  .view-buscador-soluciones .content-panel .title {
    font-size: 22px;
    margin-top: 5px; }
  .view-buscador-soluciones .content-panel .options-panel .optionP .title {
    font-size: 18px; }
  .view-buscador-soluciones .content-panel .options-panel .optionP .title::before {
    width: auto; }
  footer .top-footer .h3 {
    padding: 5px;
    font-size: 18px; }
  .slider-cards .card-slide .link-image-slide {
    height: 365px; }
  .evento-destacado .info-content .date-event {
    width: 100%;
    font-size: 16px;
    justify-content: end; }
  .evento-destacado .info-content .date-event span {
    min-height: 17px; }
  .evento-destacado .info-content .date-event span {
    background-size: 24px;
    background-position: left;
    padding-left: 33px; }
  .ficha-evento .header .info-header .date-event {
    height: 100%; }
  .evento-destacado .info-content .date-event span.location {
    background-size: 20px;
    padding-left: 27px; }
  .evento-destacado .info-content .title-news {
    font-size: 18px;
    margin-bottom: 10px; }
  .evento-el {
    flex-direction: column;
    height: auto; }
  .evento-el .content {
    width: 100%; }
  .evento-el .image-box {
    width: 100%;
    height: 200px; }
  .evento-el .content .box-date {
    margin-top: 20px; }
  .ficha-evento .header .info-header {
    padding: 20px;
    min-height: auto; }
  .ficha-evento .header {
    height: auto;
    min-height: auto; }
  .ficha-evento .header .info-header h1 {
    color: white;
    width: 100%;
    padding-right: 0;
    font-size: 20px; }
  .ficha-evento .header .info-header .date-event {
    width: 100%;
    font-size: 16px;
    justify-content: end; }
  .ficha-evento .header .info-header .date-event span {
    background-size: 22px;
    padding-left: 28px;
    min-height: 38px; }
  .ficha-evento .header-entrance .share {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
  .ficha-evento .header-entrance {
    margin: 0; }
  .ficha-evento .header-entrance .content {
    width: 100%;
    padding-left: 0; }
  .ficha-evento .header .info-header .date-event span.location {
    background-image: url(/o/liferay-cesce-theme/images/iconos/ubicacion.svg);
    background-size: 19px;
    padding-left: 28px; }
  .ficha-evento .header-entrance .content h2 {
    font-size: 18px;
    margin-top: 10px; }
  .calculadora .table tr {
    display: flex;
    flex-direction: column; }
  .calculadora.importes-maximos .table tr {
    display: table-row; }
  .calculadora.importes-maximos .table tr td:last-child {
    top: 0; }
  .calculadora .table.table_form tr td:first-child {
    max-width: 100%;
    padding-left: 20px;
    padding-bottom: 0; }
  .calculadora .table tr td:last-child {
    min-width: 100%;
    padding: 0;
    float: initial;
    padding-right: 0;
    padding-left: 20px;
    padding-bottom: 15px; } }

@media screen and (max-width: 500px) {
  .view-product-list .card-product .content h1 {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 15px; }
  .view-product .header-product .info h1 {
    font-size: 28px;
    line-height: 1.2em; }
  .view-product .header-product .info .description p {
    font-size: 18px; }
  .view-product .more-info h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 15px; }
  .component-paragraph,
  .component-heading {
    padding: 0; }
  .view-product-list h4 {
    font-size: 24px; }
  .img-text .image img {
    width: 100%; }
  .component-paragraph img {
    width: 100%; }
  .component-image.mb-3.overflow-hidden.text-left img {
    width: 100%; }
  .box-inform-image .categories-list {
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    background: #9e9e9e;
    text-transform: uppercase;
    right: 20px;
    display: inline-table;
    font-size: 15px;
    z-index: 1; }
  .box-inform-image .info-content {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: column;
    background: linear-gradient(64deg, #053b66 4%, #002fff 74%, #01e7ff 114%);
    color: white;
    padding: 20px;
    opacity: 0.8;
    margin-top: -24px; }
  .box-inform .image {
    width: 100% !important;
    height: 200px; }
  .box-inform .info-content {
    width: 100%; }
  .grid-box-2 .box {
    width: 100%; }
  .list-inform .item {
    width: 100%; }
  .box-inform .info-content p {
    margin-bottom: 50px;
    margin-top: 10px; }
  .box-inform .info-content .link-arrow {
    bottom: 30px; }
  .box-inform .info-content .download {
    padding-top: 33px;
    padding-left: 20px;
    background-image: none;
    bottom: -14px;
    right: 0px;
    left: 0px; }
  .form-contact .container-contact .container-form form .box-input {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0; }
  .view-product-list .container > a {
    width: 100%;
    margin: 0;
    max-width: 100%;
    margin-bottom: 20px; } }

@media screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  header.fixed-menu {
    height: auto;
    padding-bottom: 10px;
    padding-top: 0; }
  header nav#nav-main .nav-header .top-header .tel-area-cliente-top {
    margin-bottom: 5px; }
  .card-slide {
    height: auto;
    margin-bottom: 19px;
    padding: 10px; }
  header nav#nav-main .nav-header .top-header .sub-header {
    margin-top: 0; }
  header.fixed-menu nav#nav-main .logo {
    z-index: 4; }
  .banner-options h1 {
    font-size: 30px;
    max-width: 100%; }
  .slider-cards .card-slide {
    height: 175px;
    padding: 10px;
    margin: 0px 10px; }
  .slider-cards .card-slide.link-image-slide.hidden-xs {
    display: block !important;
    background-size: contain; }
  .slider-cards .card-slide.link-image-slide.hidden-lg.hidden-sm {
    display: none !important; }
  .slider-cards .card-slide img {
    width: 30%;
    height: 100%; }
  .slider-cards .card-slide .content {
    width: 70%; }
  .slider-cards .card-slide .content h2 {
    font-size: 18px; }
  .slider-cards .card-slide .content p {
    font-size: 16px;
    line-height: 1.2em; }
  .slider-cards .card-slide.link-image-slide {
    margin: 0; }
  .slider-cards button.slick-next,
  .slider-cards button.slick-prev {
    display: none !important; }
  .mod-home.tab-block .item-tab div.content-tab-icon .tab-icon span {
    position: relative; }
  .mod-home.tab-block .item-tab div.content-tab-icon .tab-icon span::before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 36px;
    color: #0f3bff;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    line-height: 30px; }
  .mod-home.tab-block .item-tab div.content-tab-icon .tab-icon.on span::before {
    content: '-'; }
  .view-product-list .container > a {
    width: 45%; }
  .grid-box-2-1 .box:first-of-type {
    width: 50%; }
  .grid-box-2-1 .box {
    width: 50%; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon {
    width: 100%;
    justify-content: flex-start; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon span {
    font-weight: bolder;
    text-align: left;
    padding-left: 0; }
  .tab-icon.animate__animated.animate__fadeIn span.image-tab:after {
    content: '\002B';
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    color: #0f3bff;
    position: absolute;
    right: 38px;
    font-size: 28px;
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center; }
  .tab-icon.animate__animated.animate__fadeIn.on:after {
    content: '\002D';
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    color: #0f3bff;
    position: absolute;
    right: 38px;
    font-size: 28px;
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center; }
  .tab-block.-withoutIcons .item-tab div.content-tab-icon .tab-icon.on span::before {
    display: none; }
  .tab-icon.animate__animated.animate__fadeIn.on span.image-tab:after {
    display: none; }
  .container {
    padding: 10px !important; }
  h2 {
    font-size: 30px;
    line-height: 1.2em; }
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h1,
  .tab-block .info-tab.-withoutCard .content-info .box-content .description h2 {
    font-size: 22px; }
  .cases-success .box-slider-success .content-success {
    justify-content: center;
    align-items: center; }
  .cases-success .box-slider-success .content-success .info-box {
    width: 100%;
    margin-bottom: 25px;
    height: auto; }
  .cases-success .box-slider-success .content-success .video {
    width: 100%;
    margin: 0 auto; }
  .view-product-list .card-product .content h1,
  .view-product-list .card-product .content h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px; }
  .cases-success .box-slider-success .content-success .info-box .content-description .title {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 10px; }
  .cases-success .box-slider-success .image-box-succes {
    width: 80px;
    height: 80px; }
  .cases-success .box-slider-success .content-success .info-box .content-description .entradilla {
    font-size: 18px;
    line-height: 1.2em; }
  .box-inform-image,
  .box-inform.-view-medium {
    height: 333px; }
  footer .sub-footer .box-brand a img {
    width: 20px;
    margin: 0 10px 0px 10px; }
  footer .sub-footer img[alt="Dun bradstreet"] {
    width: 55px; }
  footer {
    padding-bottom: 0; }
  .slider-cards .slick-dots {
    bottom: 15px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    width: 100%;
    text-align: center; }
  footer .sub-footer .box-brand a img[alt="Breeam"] {
    width: 40px; }
  footer .sub-footer .box-brand a img[alt="Efr"] {
    width: 70px; }
  .box-inform.-view-medium .info-content {
    height: auto;
    min-height: auto; }
  .box-inform-image .info-content {
    margin-top: 0; }
  .box-inform.-view-medium {
    min-height: 352px; }
  header .submenu-container .submenu .first-box div span,
  header .submenu-container .submenu .first-box div a {
    font-size: 14px; }
  .encabezado-menu .h2 {
    font-size: 14px; }
  header .submenu-container .submenu .first-box .title,
  .submenu-top-header li a {
    font-size: 14px; }
  .submenu-top-header li a {
    margin-bottom: 5px; }
  header .submenu-container .submenu .first-box div.menu-second {
    margin-bottom: 10px; }
  .encabezado-menu {
    padding: 3px 5px; }
  header .submenu-container .submenu {
    padding-top: 25px; }
  .calculadora-cesce-facil {
    padding-top: 0; }
  header nav#nav-main .nav-header .sub-header {
    padding-top: 52px !important; } }

@media (max-width: 479px) {
  .banner-options .title {
    font-size: 18px; }
  #content {
    padding-top: 75px; }
  .content-info {
    width: 100%;
    overflow-y: none; }
  .cases-success .box-slider-success .content-success .info-box {
    width: 100%; }
  .info-box .content-description .title {
    font-size: 25px;
    line-height: 20px; }
  .cases-success .box-slider-success .content-success .info-box .content-description .entradilla {
    font-size: 18px;
    line-height: 22px; }
  .image-box-succes {
    margin: 0 auto;
    margin-left: auto; }
  .double-box .bg-gradient.-banner-soluciones .container::after {
    display: none; }
  .double-box .bg-gradient.-banner-soluciones .container::before {
    display: none; }
  /* breadcrumb */
  .breadcrumb {
    font-size: 12px; }
  /* cesce-quienes-somos */
  .your-interest-box {
    display: block; }
  .img-text .image,
  .img-text .description {
    width: 100%; }
  /* Responsabilidad Social Corporativa */
  .grid-sin-margin-4 .box {
    width: 100%; }
  .grid-box-3 .box {
    width: 100%;
    z-index: 0; }
  /* Agencia Española de Crédito a la Exportación (ECA) */
  .box-question .answer {
    padding-right: 0px; }
  .grid-box-4 .box {
    width: 100%; }
  /* Riesgo País */
  .grid-sin-margin-4 .box {
    width: 100%; }
  /*icons responsiveness*/
  .box-question .answer.-proyectos .localizacion {
    background-position-y: 5px;
    min-height: 35px; }
  .box-question .answer.-proyectos .sector {
    background-position-y: 5px;
    background-size: 25px;
    min-height: 35px; }
  .box-question .answer.-proyectos .estandarMedio {
    background-position-y: 5px;
    background-size: 25px;
    padding-left: 30px;
    min-height: 35px; }
  .box-question .answer.-proyectos .personaContacto {
    background-position-y: 5px;
    min-height: 35px; }
  .box-question .answer.-proyectos .FechaPubli {
    background-position-y: 5px;
    min-height: 35px; }
  .link.tel,
  .link.mail {
    position: relative;
    left: -20px; }
  .select-anio {
    height: 40px; }
  .select-anio .border-arrow-blue,
  .select-anio #nav-facturacion {
    top: 45px; }
  .select-anio .legend-select {
    top: 0;
    right: 0px; }
  .form-contact .container-contact .container-form form .form-button-content {
    width: 100%; }
  .form-contact .container-contact .container-form form .box-input {
    width: 100%; }
  #nav-facturacion .option strong {
    font-size: 15px; }
  .slider-cards .card-slide.-contacta .content:first-child {
    padding-right: 0px; }
  .slider-cards .card-slide.-contacta {
    z-index: 0; }
  .slider-cards .card-slide img {
    height: inherit;
    margin: 0 auto; }
  .slider-cards button.slick-next {
    display: none; }
  .slider-cards button.slick-prev {
    display: none; }
  .slider-cards .card-slide .content {
    text-align: center;
    width: 100%; }
  .slider-cards .slick-dots {
    text-align: center;
    right: 0px;
    bottom: 25px; }
  .slider-cards .card-slide.slick-slide:nth-child(2) {
    display: none; }
  /*grid slider*/
  .grid-box-3 .box .slider-cards {
    margin-bottom: 0px;
    min-height: 90px; }
  .grid-box-3 .box .slider-cards .card-slide {
    min-height: 280px; } }

@media screen and (max-width: 321px) {
  .calculadora .table.table_form input {
    max-width: 260px; }
  .calculadora .table .select-anio .border-arrow-blue .option,
  .calculadora .table .select-anio #nav-facturacion .option,
  .calculadora .table .select-anio #calidad .option {
    min-width: 260px; }
  .calculadora .table .anios.active:before,
  .calculadora .table .porcent.active:before {
    left: 213px; }
  .calculadora .btn-primary-class#calcula-prima {
    margin: 0 auto;
    min-width: 260px; } }

.has-edit-mode-menu .waypoints {
  opacity: 1 !important; }

body.has-edit-mode-menu .answer {
  display: block !important; }

.capa-ie {
  z-index: -1;
  display: none; }
  .capa-ie .title-ie {
    color: white;
    font-size: 25px; }
  .capa-ie.on {
    display: block;
    background-color: #13294B;
    color: white;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 100000; }
  .capa-ie ul li a {
    color: white;
    text-decoration: none; }

.component-image img {
  height: auto; }

.image-tab img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  height: auto; }

.dialog-iframe-popup:not(.article-preview) #main-content {
  position: initial; }

body.dialog-iframe-popup::before {
  display: none; }

body.dialog-iframe-popup header {
  top: 0; }

.taglib-captcha .captcha {
  width: 200px !important;
  height: 100px !important; }

.portlet > .portlet-topper {
  background: white; }

/*# sourceMappingURL=main.css.map */