@charset "UTF-8";
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/*Used to store custom Sass variables. This file gets injected into the Bootstrap/Lexicon build,
 so you can overwrite variables and change how those libraries are compiled.*/
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import url(https://use.typekit.net/sfk4hbp.css?t=1764778404683);
@import url(https://use.typekit.net/sfk4hbp.css?t=1764778404683);
@import url(https://use.typekit.net/sfk4hbp.css?t=1764778404683);
@import url(https://use.typekit.net/sfk4hbp.css?t=1764778404683);
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.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;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

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

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 1262.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 1262.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.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 {
  padding-right: 1.6rem;
}
.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 .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.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-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.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-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 375px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.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 {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #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: 2px dotted #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: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 375px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 375px) {
  .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-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 375px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 799.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 375px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  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 {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@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);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.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-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 799.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 1262.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.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 #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 374.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 375px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 799.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 800px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 799.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 1262.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 375px) {
  .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: 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 {
    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: 375px) {
  .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:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.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: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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 .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;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 799.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 1262.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 1262.98px) and (max-width: 799.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 1262.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 799.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 1262.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 1262.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 1263px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.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: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.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-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

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

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 375px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 375px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 375px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .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%;
  z-index: 1020;
}
@media (min-width: 800px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 800px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.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;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .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;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

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

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

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.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;
}

.portlet-column-content.empty {
  padding: 50px;
}

.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;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.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: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.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 {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.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.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.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 .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

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

.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 {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  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;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

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

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

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  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;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.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;
}

.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;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.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: #4a97f2;
}

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

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

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

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

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.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: #bf8c2a;
}

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

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

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

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.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-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.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-body .portlet-title-text, .panel-page-content .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;
}

@media (min-width: 375px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 799.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.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: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 800px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 800px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 375px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 800px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 800px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 800px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 799.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 800px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 800px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 375px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 799.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

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

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

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

.portlet-title-menu {
  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: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 800px) {
  .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: 800px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 799.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.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;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.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;
}

.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;
}

.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;
}

.navbar form {
  margin: 0;
}

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

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.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%;
}

@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 {
  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;
  }
}

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

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

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/*Metropolis*/
@font-face {
  font-family: "Metropolis";
  src: local("Metropolis"), url("../fonts/metropolis/Metropolis-Regular.otf");
}
@font-face {
  font-family: "Metropolis-Italic";
  src: local("Metropolis-Italic"), url("../fonts/metropolis/Metropolis-RegularItalic.otf");
}
@font-face {
  font-family: "Metropolis-Medium";
  src: local("Metropolis-Medium"), url("../fonts/metropolis/Metropolis-Medium.otf");
}
@font-face {
  font-family: "Metropolis-MediumItalic";
  src: local("Metropolis-MediumItalic"), url("../fonts/metropolis/Metropolis-MediumItalic.otf");
}
@font-face {
  font-family: "Metropolis-Bold";
  src: local("Metropolis-Bold"), url("../fonts/metropolis/Metropolis-Bold.otf");
}
@font-face {
  font-family: "Metropolis-Light";
  src: local("Metropolis-Light"), url("../fonts/metropolis/Metropolis-Light.otf");
}
@font-face {
  font-family: "Metropolis-SemiBold";
  src: local("Metropolis-SemiBold"), url("../fonts/metropolis/Metropolis-SemiBold.otf");
}
.crtvg-container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.dn {
  display: none !important;
}

.df {
  display: flex !important;
}

/*font family utils*/
/*gotham*/
.font-family-gotham {
  font-family: "gotham" !important;
}

.font-family-gotham-light {
  font-family: "gotham-light" !important;
}

.font-family-gotham-extralight {
  font-family: "gotham-extralight" !important;
}

.font-family-gotham-medium {
  font-family: "gotham" !important;
  font-weight: bold !important;
}

.font-family-gotham-bold {
  font-family: "gotham" !important;
  font-weight: bold !important;
}

.font-family-gotham-black {
  font-family: "gotham-black" !important;
}

/* Default class */
.crtvg-regular-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crtvg-regular-icon svg {
  width: 100%;
  height: 100%;
}

/* Default class */
.crtvg-regular-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 7px 10px;
}
.crtvg-regular-button span {
  font-family: "gotham";
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 799.98px) {
  .crtvg-regular-button span {
    font-size: 18px;
  }
}

/*Metropolis*/
@font-face {
  font-family: "Metropolis";
  src: local("Metropolis"), url("../fonts/metropolis/Metropolis-Regular.otf");
}
@font-face {
  font-family: "Metropolis-Italic";
  src: local("Metropolis-Italic"), url("../fonts/metropolis/Metropolis-RegularItalic.otf");
}
@font-face {
  font-family: "Metropolis-Medium";
  src: local("Metropolis-Medium"), url("../fonts/metropolis/Metropolis-Medium.otf");
}
@font-face {
  font-family: "Metropolis-MediumItalic";
  src: local("Metropolis-MediumItalic"), url("../fonts/metropolis/Metropolis-MediumItalic.otf");
}
@font-face {
  font-family: "Metropolis-Bold";
  src: local("Metropolis-Bold"), url("../fonts/metropolis/Metropolis-Bold.otf");
}
@font-face {
  font-family: "Metropolis-Light";
  src: local("Metropolis-Light"), url("../fonts/metropolis/Metropolis-Light.otf");
}
@font-face {
  font-family: "Metropolis-SemiBold";
  src: local("Metropolis-SemiBold"), url("../fonts/metropolis/Metropolis-SemiBold.otf");
}
.crtvg-container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.dn {
  display: none !important;
}

.df {
  display: flex !important;
}

/*font family utils*/
/*gotham*/
.font-family-gotham {
  font-family: "gotham" !important;
}

.font-family-gotham-light {
  font-family: "gotham-light" !important;
}

.font-family-gotham-extralight {
  font-family: "gotham-extralight" !important;
}

.font-family-gotham-medium {
  font-family: "gotham" !important;
  font-weight: bold !important;
}

.font-family-gotham-bold {
  font-family: "gotham" !important;
  font-weight: bold !important;
}

.font-family-gotham-black {
  font-family: "gotham-black" !important;
}

.noticias-destacadas {
  background: #000000;
  padding: 40px 0 0 0;
  min-height: 140px;
}
.noticias-destacadas.background-white {
  background: white;
  padding: 0 0 40px 0;
  margin-top: 0;
}
@media (min-width: 800px) {
  .noticias-destacadas .t0-noticia {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 800px) and (min-width: 375px) {
  .noticias-destacadas .t0-noticia {
    max-width: 800px;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .noticias-destacadas .t0-noticia {
    max-width: 1172px;
  }
}
@media (min-width: 800px) and (min-width: 1263px) {
  .noticias-destacadas .t0-noticia {
    max-width: 1672px;
  }
}
@media (min-width: 800px) and (min-width: 1700px) {
  .noticias-destacadas .t0-noticia {
    max-width: 1672px;
  }
}
.noticias-destacadas .t0-noticia .last-hour-banner {
  background: #DF001C;
  padding: 20px;
  margin-right: 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.noticias-destacadas .t0-noticia .last-hour-banner span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
  white-space: nowrap;
}
.noticias-destacadas .t0-noticia-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noticias-destacadas .t0-noticia-content .t0-news {
  position: relative;
  width: 100%;
}
.noticias-destacadas .t0-noticia-content .t0-news a {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-250%);
  transition: transform ease-out 0.5s;
  text-decoration: none;
}
.noticias-destacadas .t0-noticia-content .t0-news a.active {
  transform: translateY(0);
  position: relative;
}
.noticias-destacadas .t0-noticia-content .t0-news a:hover {
  text-decoration: none;
}
.noticias-destacadas .t0-noticia-content .t0-news a .noticia-container {
  display: flex;
}
.noticias-destacadas .t0-noticia-content .t0-news a .noticia-container .title-container span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
}
.noticias-destacadas .t1-noticia .noticia-container {
  position: relative;
  height: calc(min(1640px, 100vw) / 1.777777) !important;
}
.noticias-destacadas .t1-noticia .noticia-container.no-img {
  height: 100% !important;
}
.noticias-destacadas .t1-noticia .noticia-container.no-img a .noticia-content {
  position: relative;
  padding: 15px !important;
}
.noticias-destacadas .t1-noticia .noticia-container img.t1-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.noticias-destacadas .t1-noticia .noticia-container a {
  color: #008495;
}
.noticias-destacadas .t1-noticia .noticia-container a:hover {
  text-decoration: none;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 45px;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content a {
  color: #008495;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content a:hover {
  text-decoration: none;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content.no-img {
  position: relative;
  padding: 15px;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content img.play-icon {
  width: 50px;
  margin-bottom: 15px;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .direct-container {
  margin-bottom: 10px;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .direct-container img {
  width: auto;
  height: 50px;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .pre-title-container {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .pre-title-container span {
  color: white;
  font-family: "gotham";
  font-size: 18px;
  text-shadow: 0px 0px 4px #000000;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .title-container {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 70px;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .title-container span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  text-shadow: 0 0 4px #000000;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .title-container span.small-title {
  font-size: 0.8em;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .title-container span.normal-title {
  font-size: 1em;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .title-container span.big-title {
  font-size: 1.2em;
}
.noticias-destacadas .t1-noticia .noticia-container .noticia-content .subtitle-container span, .noticias-destacadas .t1-noticia .noticia-container .noticia-content .subtitle-container p {
  color: white;
  font-family: "gotham";
  font-size: 20px;
  text-shadow: 0 0 4px #000000;
}
.noticias-destacadas .t1-noticia .t1-noticia-border1 {
  height: 10px;
  background: #ffd400;
}
.noticias-destacadas .t1-noticia .t1-noticia-border2 {
  height: 10px;
  background: #806a00;
}
.noticias-destacadas .t2-t3-noticias {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 800px) {
  .noticias-destacadas .t2-t3-noticias {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 800px) and (min-width: 375px) {
  .noticias-destacadas .t2-t3-noticias {
    max-width: 800px;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .noticias-destacadas .t2-t3-noticias {
    max-width: 1172px;
  }
}
@media (min-width: 800px) and (min-width: 1263px) {
  .noticias-destacadas .t2-t3-noticias {
    max-width: 1672px;
  }
}
@media (min-width: 800px) and (min-width: 1700px) {
  .noticias-destacadas .t2-t3-noticias {
    max-width: 1672px;
  }
}
.noticias-destacadas .t2-t3-noticias.column-noticias {
  flex-direction: column;
}
.noticias-destacadas .t2-t3-noticias.column-noticias .t2-noticias {
  width: 100%;
}
.noticias-destacadas .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-flow: row wrap;
}
.noticias-destacadas .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia-container {
  width: calc(50% - 15px);
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .noticias-destacadas .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia-container {
    margin-top: 0;
  }
}
.noticias-destacadas .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia-container .noticia-container a {
  color: #00b1c9;
}
.noticias-destacadas .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia-container .noticia-container a:hover {
  text-decoration: none;
}
.noticias-destacadas .t2-t3-noticias.column-noticias .t3-noticias {
  width: 100%;
}
.noticias-destacadas .t2-t3-noticias.column-noticias .t3-noticias .t3-noticia-container {
  width: calc(25% - 22px);
}
.noticias-destacadas .t2-t3-noticias.column-noticias .t3-noticias .t3-noticia.align-start .t3-noticia-container {
  margin-right: 20px;
}
.noticias-destacadas .t2-t3-noticias .t2-noticias {
  width: calc(50% - 15px);
}
.noticias-destacadas .t2-t3-noticias .t2-noticias section.portlet .portlet-content {
  background: transparent;
}
.noticias-destacadas .t2-t3-noticias .t3-noticias {
  width: calc(50% - 15px);
}
.noticias-destacadas .t2-t3-noticias .t3-noticias section.portlet .portlet-content {
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .noticias-destacadas .t2-t3-noticias .t2-noticias .t2-noticia .t2-noticia-container .noticia-container {
    height: 56.2502460948vw !important;
    min-height: 0 !important;
  }
}
@media (max-width: 799.98px) {
  .noticias-destacadas {
    padding: 15px 0 0 0;
  }
  .noticias-destacadas.background-white {
    padding: 0 !important;
  }
  .noticias-destacadas .t0-noticia-content {
    flex-direction: column;
  }
  .noticias-destacadas .t0-noticia-content .last-hour-banner {
    margin: 0;
    width: 100%;
    padding: 13px 0;
    margin-bottom: 10px;
  }
  .noticias-destacadas .t0-noticia-content .last-hour-banner span {
    font-size: 25px;
  }
  .noticias-destacadas .t0-noticia-content .t0-news {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 0 16px 16px 16px;
    overflow-y: hidden;
  }
}
@media (max-width: 799.98px) and (min-width: 375px) {
  .noticias-destacadas .t0-noticia-content .t0-news {
    max-width: 800px;
  }
}
@media (max-width: 799.98px) and (min-width: 800px) {
  .noticias-destacadas .t0-noticia-content .t0-news {
    max-width: 1172px;
  }
}
@media (max-width: 799.98px) and (min-width: 1263px) {
  .noticias-destacadas .t0-noticia-content .t0-news {
    max-width: 1672px;
  }
}
@media (max-width: 799.98px) and (min-width: 1700px) {
  .noticias-destacadas .t0-noticia-content .t0-news {
    max-width: 1672px;
  }
}
@media (max-width: 799.98px) {
  .noticias-destacadas .t0-noticia-content .t0-news > a {
    padding: 0 15px;
    display: flex;
  }
  .noticias-destacadas .t0-noticia-content .t0-news > a .noticia-container .title-container span {
    font-size: 25px;
  }
  .noticias-destacadas .t1-noticia {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container {
    height: 56.2524610452vw !important;
    min-height: 250px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container.no-img {
    height: auto !important;
    min-height: 0 !important;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content {
    padding: 0 20px 12px 20px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content img.play-icon {
    width: 40px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content .pre-title-container span {
    font-size: 15px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content .title-container {
    margin-bottom: 0;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content .title-container span {
    display: flex;
    line-height: 35px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content .title-container span.small-title {
    font-size: 27px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content .title-container span.normal-title {
    font-size: 27px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content .title-container span.big-title {
    font-size: 27px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content .subtitle-container {
    margin-top: 20px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content .subtitle-container p {
    font-size: 16px;
  }
  .noticias-destacadas .t1-noticia-container .noticia-container .noticia-content .subtitle-container p.ladillo-titulo {
    background-size: 14px !important;
    line-height: 24px !important;
  }
  .noticias-destacadas .t2-t3-noticias {
    max-width: none;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .noticias-destacadas .t2-t3-noticias .t2-noticias {
    width: 100%;
    margin-bottom: 0;
  }
  .noticias-destacadas .t2-t3-noticias .t3-noticias {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 799.98px) and (min-width: 375px) {
  .noticias-destacadas .t2-t3-noticias .t3-noticias {
    max-width: 800px;
  }
}
@media (max-width: 799.98px) and (min-width: 800px) {
  .noticias-destacadas .t2-t3-noticias .t3-noticias {
    max-width: 1172px;
  }
}
@media (max-width: 799.98px) and (min-width: 1263px) {
  .noticias-destacadas .t2-t3-noticias .t3-noticias {
    max-width: 1672px;
  }
}
@media (max-width: 799.98px) and (min-width: 1700px) {
  .noticias-destacadas .t2-t3-noticias .t3-noticias {
    max-width: 1672px;
  }
}
@media (max-width: 799.98px) {
  .noticias-destacadas .t2-t3-noticias .t3-noticias .t3-noticia-container {
    margin-bottom: 30px;
  }
  .noticias-destacadas .t2-t3-noticias:not(.column-noticias) .t2-noticias {
    margin-bottom: 30px;
  }
  .noticias-destacadas .t2-t3-noticias .t2-noticias .t2-noticia-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 765px) and (max-width: 1024px) {
  .noticias-destacadas .t1-noticia .t1-noticia-container .noticia-container {
    height: 56.2524610452vw !important;
  }
  .noticias-destacadas .t1-noticia .t1-noticia-container .noticia-container.no-img {
    height: auto !important;
  }
  .noticias-destacadas .t2-t3-noticias {
    flex-direction: column;
  }
  .noticias-destacadas .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia {
    flex-direction: column;
  }
  .noticias-destacadas .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia .t2-noticia-container {
    width: 100%;
  }
  .noticias-destacadas .t2-t3-noticias .t2-noticias {
    width: 100%;
    margin-bottom: 30px;
  }
  .noticias-destacadas .t2-t3-noticias .t2-noticias .t2-noticia-container .noticia-container {
    height: 25rem !important;
  }
  .noticias-destacadas .t2-t3-noticias .t3-noticias {
    width: 100%;
  }
  .noticias-destacadas .t2-t3-noticias .t3-noticias .t3-noticia {
    flex-flow: row wrap;
  }
  .noticias-destacadas .t2-t3-noticias .t3-noticias .t3-noticia .t3-noticia-container {
    width: calc(50% - 20px) !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1673px) {
  .noticias-destacadas .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia-container .noticia-container {
    height: calc((50vw - 60px) / 1.7) !important;
  }
}

/*Metropolis*/
@font-face {
  font-family: "Metropolis";
  src: local("Metropolis"), url("../fonts/metropolis/Metropolis-Regular.otf");
}
@font-face {
  font-family: "Metropolis-Italic";
  src: local("Metropolis-Italic"), url("../fonts/metropolis/Metropolis-RegularItalic.otf");
}
@font-face {
  font-family: "Metropolis-Medium";
  src: local("Metropolis-Medium"), url("../fonts/metropolis/Metropolis-Medium.otf");
}
@font-face {
  font-family: "Metropolis-MediumItalic";
  src: local("Metropolis-MediumItalic"), url("../fonts/metropolis/Metropolis-MediumItalic.otf");
}
@font-face {
  font-family: "Metropolis-Bold";
  src: local("Metropolis-Bold"), url("../fonts/metropolis/Metropolis-Bold.otf");
}
@font-face {
  font-family: "Metropolis-Light";
  src: local("Metropolis-Light"), url("../fonts/metropolis/Metropolis-Light.otf");
}
@font-face {
  font-family: "Metropolis-SemiBold";
  src: local("Metropolis-SemiBold"), url("../fonts/metropolis/Metropolis-SemiBold.otf");
}
.crtvg-container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.dn {
  display: none !important;
}

.df {
  display: flex !important;
}

/*font family utils*/
/*gotham*/
.font-family-gotham {
  font-family: "gotham" !important;
}

.font-family-gotham-light {
  font-family: "gotham-light" !important;
}

.font-family-gotham-extralight {
  font-family: "gotham-extralight" !important;
}

.font-family-gotham-medium {
  font-family: "gotham" !important;
  font-weight: bold !important;
}

.font-family-gotham-bold {
  font-family: "gotham" !important;
  font-weight: bold !important;
}

.font-family-gotham-black {
  font-family: "gotham-black" !important;
}

.noticias-t4-container {
  display: flex;
  justify-content: space-between;
  margin: 0 -55px;
}
.noticias-t4-container .t4-noticias-col {
  padding: 0 35px 0 50px;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row {
  margin: -22.5px -7.5px;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container {
  padding: 22.5px 12.5px;
  width: 100%;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container a:hover {
  text-decoration: none;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media {
  position: relative;
  margin-bottom: 15px;
  height: 13.5rem;
}
@media screen and (min-width: 765px) and (max-width: 1023px) {
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media {
    height: min(12.5rem, (100vw - 32px) / 1.777777) !important;
  }
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media img.t4-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  background: transparent linear-gradient(180deg, rgba(43, 49, 49, 0) 0%, rgba(43, 49, 49, 0) 50%, #2b3131 100%) 0% 0% no-repeat padding-box;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media-content img.play-icon {
  width: 40px;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media-content .direct-container img.direct-icon {
  height: 40px;
  width: auto;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content:hover {
  text-decoration: none;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container {
  text-transform: uppercase;
  margin-bottom: 0;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container span, .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-size: 16px;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container {
  margin: 0 0 15px 0;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1262.98px) {
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 25px;
  }
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container span, .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-weight: bold;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container span.small-title, .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container p.small-title {
  font-size: 0.8em;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container span.normal-title, .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container p.normal-title {
  font-size: 1em;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container span.big-title, .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container p.big-title {
  font-size: 1.2em;
}
.noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container span, .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container p {
  color: #008495;
  font-family: "gotham";
  font-size: 16px;
}
.noticias-t4-container .t4-ads {
  padding: 0 55px;
  display: flex;
  flex-direction: column;
}
.noticias-t4-container .t4-ads .t4-ad {
  margin-left: auto;
  margin-bottom: 15px;
}
.noticias-t4-container .t4-ads .t4-ad:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 799.98px) {
  .noticias-t4-container {
    flex-direction: column-reverse;
    width: 100vw;
    margin: 0 auto;
  }
  .noticias-t4-container .t4-noticias-col {
    padding: 0;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row {
    margin: 0;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container {
    padding: 22px 16px;
    width: 100%;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media {
    margin-bottom: 0;
    height: calc((100vw - 32px) / 1.777777);
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content {
    padding: 0;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container span {
    font-size: 15px;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 25px;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container p, .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container span {
    font-size: 15px;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container:last-child,
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container:last-child,
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container:last-child {
    margin-bottom: 0;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-content {
    margin-top: 15px;
  }
  .noticias-t4-container .t4-ads {
    padding: 22.5px 55px;
  }
  .noticias-t4-container .t4-ads .t4-ad {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 765px) and (max-width: 1024px) {
  .noticias-t4-container {
    width: 100%;
    margin: 0 !important;
  }
  .noticias-t4-container .t4-noticias-col {
    padding: 0 35px 0 0;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row {
    flex-flow: row wrap;
  }
  .noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container {
    width: 50% !important;
    flex: 0 0 50%;
    max-width: none;
  }
  .noticias-t4-container .t4-ads {
    padding: 0 16px 0 0;
  }
  .noticias-t4-container .t4-ads .t4-ad {
    width: 100%;
  }
  .noticias-t4-container .t4-ads .t4-ad .crtvg-ads-item span.crtvg-ad-title {
    width: 100%;
    max-width: 300px;
  }
}

.noticia-by-category {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
}
.noticia-by-category-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 55px;
}
@media (max-width: 799.98px) {
  .noticia-by-category-title {
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 0;
  }
}
.noticia-by-category-title div.title-decorate {
  width: 60px;
  height: 5px;
  margin-bottom: 9px;
}
.noticia-by-category-title div.title-decorate.light {
  background: rgba(223, 0, 28, 0.5019607843);
}
.noticia-by-category-title div.title-decorate.dark {
  background: #DF001C;
}
.noticia-by-category-title div.title-decorate.extra-size {
  width: 100%;
}
.noticia-by-category-title span {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  display: flex;
}
.noticia-by-category-title span a {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 799.98px) {
  .noticia-by-category-title span a {
    font-size: 30px;
  }
}
.noticia-by-category-title span a.color-red {
  color: #DF001C;
}
@media (max-width: 799.98px) {
  .noticia-by-category-title span {
    font-size: 30px;
  }
}
.noticia-by-category-title span.color-red {
  color: #DF001C;
}
.noticia-by-category-filter .categories-vocabulary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto 45px auto;
}
.noticia-by-category-filter .categories-vocabulary .categories-title {
  color: #008495;
  font-family: "gotham";
  font-weight: bold;
  font-size: 28px;
}
.noticia-by-category-filter .categories-vocabulary a.category-option {
  color: #008495;
  font-family: "gotham";
  font-size: 25px;
}
.noticia-by-category-filter .categories-vocabulary a.category-option.active {
  font-family: "gotham";
  font-weight: bold;
  font-size: 28px;
}
.noticia-by-category-content {
  display: flex;
  flex-flow: row wrap;
  margin: -15px -20px;
}
.noticia-by-category-content.force-row {
  justify-content: flex-start;
}
.noticia-by-category-content.small-container .noticia-by-category-item {
  width: calc(33% - 15px);
}
@media (max-width: 799.98px) {
  .noticia-by-category-content.small-container .noticia-by-category-item {
    width: auto;
  }
}
.noticia-by-category-content .noticia-by-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
}
.noticia-by-category-content .noticia-by-category-item a.noticia-category {
  color: #008495;
  font-family: "gotham";
  font-size: 25px;
  margin-bottom: 5px;
  align-self: flex-start;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container a:hover {
  text-decoration: none;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-media {
  position: relative;
  margin-bottom: 15px;
  height: 13.5rem;
}
@media screen and (min-width: 765px) and (max-width: 1023px) {
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-media {
    height: min(12.5rem, (100vw - 32px) / 1.777777) !important;
  }
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-media img.t4-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-media-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  background: transparent linear-gradient(180deg, rgba(43, 49, 49, 0) 0%, rgba(43, 49, 49, 0) 50%, #2b3131 100%) 0% 0% no-repeat padding-box;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-media-content img.play-icon {
  width: 40px;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-media-content .direct-container img.direct-icon {
  height: 40px;
  width: auto;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content:hover {
  text-decoration: none;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .pre-title-container {
  text-transform: uppercase;
  margin-bottom: 0;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .pre-title-container span, .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .pre-title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-size: 16px;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1262.98px) {
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 25px;
  }
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container span, .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-weight: bold;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container span.small-title, .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container p.small-title {
  font-size: 0.8em;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container span.normal-title, .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container p.normal-title {
  font-size: 1em;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container span.big-title, .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container p.big-title {
  font-size: 1.2em;
}
.noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .subtitle-container span, .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .subtitle-container p {
  color: #008495;
  font-family: "gotham";
  font-size: 16px;
}
.noticia-by-category-content .noticia-by-category-item .crtvg-ads {
  margin: 36px auto 0 auto;
}
@media (max-width: 799.98px) {
  .noticia-by-category-content .noticia-by-category-item .crtvg-ads {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 799.98px) {
  .noticia-by-category {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .noticia-by-category-title span {
    font-size: 30px;
  }
  .noticia-by-category-filter .categories-vocabulary {
    width: 100%;
    overflow-x: scroll;
    margin: 0 auto 30px auto;
  }
  .noticia-by-category-filter .categories-vocabulary .category-option {
    white-space: nowrap;
    margin: 0 15px;
  }
  .noticia-by-category-content {
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .noticia-by-category-content .noticia-by-category-item {
    padding: 8px 16px;
    width: auto;
  }
  .noticia-by-category-content .noticia-by-category-item a.noticia-category, .noticia-by-category-content .noticia-by-category-item span.noticia-category {
    font-size: 18px;
    line-height: 1.2;
  }
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-media {
    margin-bottom: 0;
    height: calc((100vw - 32px) / 1.777777);
  }
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content {
    padding: 15px 0 25px 0;
  }
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .pre-title-container span {
    font-size: 15px;
  }
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 25px;
  }
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .subtitle-container p, .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .subtitle-container span {
    font-size: 15px;
  }
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .pre-title-container:last-child,
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .title-container:last-child,
  .noticia-by-category-content .noticia-by-category-item .noticia-container .noticia-content .subtitle-container:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 765px) and (max-width: 1024px) {
  .noticia-by-category-filter .categories-vocabulary {
    width: 100%;
    overflow-x: scroll;
    margin: 0 auto 30px auto;
  }
  .noticia-by-category-filter .categories-vocabulary .category-option {
    white-space: nowrap;
    margin: 0 15px;
  }
  .noticia-by-category-content {
    flex-flow: row wrap;
  }
  .noticia-by-category-content .noticia-by-category-item {
    width: 50%;
    flex: 0 0 50%;
    max-width: none;
  }
}

.noticia-tempo {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
}
.noticia-tempo-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 55px;
}
@media (max-width: 799.98px) {
  .noticia-tempo-title {
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 0;
  }
}
.noticia-tempo-title div.title-decorate {
  width: 60px;
  height: 5px;
  margin-bottom: 9px;
}
.noticia-tempo-title div.title-decorate.light {
  background: rgba(223, 0, 28, 0.5019607843);
}
.noticia-tempo-title div.title-decorate.dark {
  background: #DF001C;
}
.noticia-tempo-title div.title-decorate.extra-size {
  width: 100%;
}
.noticia-tempo-title span {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  display: flex;
}
.noticia-tempo-title span a {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 799.98px) {
  .noticia-tempo-title span a {
    font-size: 30px;
  }
}
.noticia-tempo-title span a.color-red {
  color: #DF001C;
}
@media (max-width: 799.98px) {
  .noticia-tempo-title span {
    font-size: 30px;
  }
}
.noticia-tempo-title span.color-red {
  color: #DF001C;
}
.noticia-tempo-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.noticia-tempo-content .main-noticia-tempo {
  width: calc(50% - 15px);
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item {
  display: flex;
  flex-direction: column;
  width: calc(100% - 15px);
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item span.noticia-category {
  color: #008495;
  font-family: "gotham";
  font-size: 25px;
  margin-bottom: 5px;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container a:hover {
  text-decoration: none;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media {
  position: relative;
  margin-bottom: 15px;
  height: 30.5rem;
}
@media screen and (min-width: 765px) and (max-width: 1023px) {
  .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media {
    height: min(12.5rem, (100vw - 32px) / 1.777777) !important;
  }
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media img.t4-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  background: transparent linear-gradient(180deg, rgba(43, 49, 49, 0) 0%, rgba(43, 49, 49, 0) 50%, #2b3131 100%) 0% 0% no-repeat padding-box;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media-content img.play-icon {
  width: 40px;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media-content .direct-container img.direct-icon {
  height: 40px;
  width: auto;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content:hover {
  text-decoration: none;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .pre-title-container {
  text-transform: uppercase;
  margin-bottom: 0;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .pre-title-container span, .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .pre-title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-size: 16px;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container {
  margin: 0 0 15px 0;
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 1262.98px) {
  .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container {
    font-size: 35px;
    line-height: 40px;
  }
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span, .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-weight: bold;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span.small-title, .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container p.small-title {
  font-size: 0.8em;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span.normal-title, .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container p.normal-title {
  font-size: 1em;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span.big-title, .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container p.big-title {
  font-size: 1.2em;
}
.noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .subtitle-container span, .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .subtitle-container p {
  color: #008495;
  font-family: "gotham";
  font-size: 16px;
}
.noticia-tempo-content .secondary-noticia-tempo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: calc(50% - 15px);
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container a:hover {
  text-decoration: none;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media {
  position: relative;
  margin-bottom: 15px;
  height: 13.5rem;
}
@media screen and (min-width: 765px) and (max-width: 1023px) {
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media {
    height: min(12.5rem, (100vw - 32px) / 1.777777) !important;
  }
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media img.t4-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  background: transparent linear-gradient(180deg, rgba(43, 49, 49, 0) 0%, rgba(43, 49, 49, 0) 50%, #2b3131 100%) 0% 0% no-repeat padding-box;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media-content img.play-icon {
  width: 40px;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media-content .direct-container img.direct-icon {
  height: 40px;
  width: auto;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content:hover {
  text-decoration: none;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .pre-title-container {
  text-transform: uppercase;
  margin-bottom: 0;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .pre-title-container span, .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .pre-title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-size: 16px;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container {
  margin: 0;
  font-size: min(25px, 1.8vw);
  line-height: 30px;
}
@media (max-width: 1262.98px) {
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 25px;
  }
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span, .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-weight: bold;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span.small-title, .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container p.small-title {
  font-size: 0.8em;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span.normal-title, .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container p.normal-title {
  font-size: 1em;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span.big-title, .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container p.big-title {
  font-size: 1.2em;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .subtitle-container span, .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .subtitle-container p {
  color: #008495;
  font-family: "gotham";
  font-size: 16px;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item span.noticia-category {
  color: #008495;
  font-family: "gotham";
  font-size: 25px;
  margin-bottom: 5px;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container {
  position: relative;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(43, 49, 49, 0) 0%, rgba(43, 49, 49, 0) 50%, #2b3131 100%) 0% 0% no-repeat padding-box;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container {
  background: rgba(0, 132, 149, 0.5019607843);
  padding: 10px;
}
.noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span {
  color: white;
  text-shadow: 0 0 4px #000000;
}
@media (max-width: 799.98px) {
  .noticia-tempo {
    padding: 0;
  }
  .noticia-tempo-title span {
    font-size: 30px;
  }
  .noticia-tempo-content {
    width: 100%;
    flex-direction: column;
    padding: 0 10px;
  }
  .noticia-tempo-content .main-noticia-tempo {
    width: 100%;
    margin-bottom: 20px;
  }
  .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item {
    width: 100%;
  }
  .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media {
    height: 12.5rem !important;
  }
  .noticia-tempo-content .main-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container span {
    font-size: 25px;
  }
  .noticia-tempo-content .secondary-noticia-tempo {
    flex-direction: column;
    width: 100%;
  }
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item {
    margin-bottom: 25px;
    width: 100%;
  }
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item span.noticia-category {
    font-size: 18px;
  }
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-media {
    margin-bottom: 0;
    height: calc((100vw - 32px) / 1.777777);
  }
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content {
    padding: 10px;
  }
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .pre-title-container span {
    font-size: 15px;
  }
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 30px;
  }
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .subtitle-container p, .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .subtitle-container span {
    font-size: 15px;
  }
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .pre-title-container:last-child,
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .title-container:last-child,
  .noticia-tempo-content .secondary-noticia-tempo .noticia-tempo-item .noticia-container .noticia-content .subtitle-container:last-child {
    margin-bottom: 0;
  }
}

.mas-visto-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 55px;
}
@media (max-width: 799.98px) {
  .mas-visto-title {
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 0;
  }
}
.mas-visto-title div.title-decorate {
  width: 60px;
  height: 5px;
  margin-bottom: 9px;
}
.mas-visto-title div.title-decorate.light {
  background: rgba(0, 177, 201, 0.5019607843);
}
.mas-visto-title div.title-decorate.dark {
  background: #008495;
}
.mas-visto-title div.title-decorate.extra-size {
  width: 100%;
}
.mas-visto-title span {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  display: flex;
}
.mas-visto-title span a {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 799.98px) {
  .mas-visto-title span a {
    font-size: 30px;
  }
}
.mas-visto-title span a.color-red {
  color: #DF001C;
}
@media (max-width: 799.98px) {
  .mas-visto-title span {
    font-size: 30px;
  }
}
.mas-visto-title span.color-red {
  color: #DF001C;
}
.mas-visto-content {
  display: flex;
  justify-content: space-between;
}
.mas-visto-content-dia, .mas-visto-content-mes, .mas-visto-content-twitter {
  width: calc(33.333% - 15px);
}
.mas-visto-content-dia-title, .mas-visto-content-mes-title, .mas-visto-content-twitter-title {
  font-family: "gotham";
  font-weight: bold;
  font-size: 25px;
  color: #008495;
  border-bottom: 1px solid #008495;
  padding-bottom: 24px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mas-visto-content-dia .mas-visto-dia-items, .mas-visto-content-mes .mas-visto-dia-items, .mas-visto-content-twitter .mas-visto-dia-items {
  display: flex;
  flex-direction: column;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item {
  display: flex;
  margin-bottom: 25px;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item-index, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item-index, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item-index {
  background: #008495;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item-index span, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item-index span, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item-index span {
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
  color: white;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article {
  width: calc(100% - 60px);
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main {
  position: relative;
  width: 100%;
  overflow-y: hidden;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main-img, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main-img, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 132, 149, 0.5019607843);
  padding: 0 15px;
  width: 100%;
  max-height: 100%;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a {
  color: white;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container {
  padding: 10px 0 10px 0;
  font-size: 35px;
  line-height: 40px;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  text-shadow: 0 0 4px #000000;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.small-title, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.small-title, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.small-title {
  font-size: 0.8em;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.normal-title, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.normal-title, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.normal-title {
  font-size: 1em;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.big-title, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.big-title, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.big-title {
  font-size: 1.2em;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary {
  display: flex;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary img, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary img, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary img {
  width: min(200px, 40%);
  height: auto;
  object-fit: cover;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary a, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary a, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary a {
  margin-left: 15px;
  color: #2b3131;
}
.mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary a span.title, .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary a span.title, .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary a span.title {
  font-family: "gotham";
  font-weight: bold;
  font-size: min(20px, 1.6vw);
  color: #2b3131;
  display: -webkit-box;
}
@media (max-width: 799.98px) {
  .mas-visto {
    padding: 0;
  }
  .mas-visto .mas-visto-content {
    flex-direction: column;
  }
  .mas-visto .mas-visto-content-dia {
    order: 1;
  }
  .mas-visto .mas-visto-content-mes {
    order: 2;
  }
  .mas-visto .mas-visto-content-twitter {
    order: 3;
  }
  .mas-visto .mas-visto-content-dia, .mas-visto .mas-visto-content-mes, .mas-visto .mas-visto-content-twitter {
    width: 100%;
  }
  .mas-visto .mas-visto-content-dia-title, .mas-visto .mas-visto-content-mes-title, .mas-visto .mas-visto-content-twitter-title {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item-index, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item-index, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item-index {
    width: 47px;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item-index span, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item-index span, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item-index span {
    font-size: 25px;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article {
    width: calc(100% - 47px);
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main {
    height: 56.2500246094vw !important;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container {
    padding: 10px 0;
    font-size: 18px;
    line-height: 30px;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span {
    line-height: 1em;
    font-family: "gotham";
    font-weight: bold;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.small-title, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.small-title, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.small-title {
    font-size: 0.8em;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.normal-title, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.normal-title, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.normal-title {
    font-size: 1em;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.big-title, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.big-title, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container span.big-title {
    font-size: 1.2em;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary > img, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary > img, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary > img {
    width: 112px;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary > a, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary > a, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary > a {
    margin-left: 20px;
  }
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary > a span.title, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary > a span.title, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-secondary > a span.title {
    font-size: 18px;
  }
}
@media screen and (min-width: 765px) and (max-width: 1370px) {
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main .noticia-content a .title-container {
    font-size: 20px;
    line-height: 33px;
  }
}
@media screen and (min-width: 800px) {
  .mas-visto .mas-visto-content-dia .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main, .mas-visto .mas-visto-content-mes .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main, .mas-visto .mas-visto-content-twitter .mas-visto-dia-items .mas-visto-dia-item .journal-content-article .mas-visto-main {
    height: calc(min(100vw, 1672px) / 3 / 1.7777777) !important;
  }
}

/*Metropolis*/
@font-face {
  font-family: "Metropolis";
  src: local("Metropolis"), url("../fonts/metropolis/Metropolis-Regular.otf");
}
@font-face {
  font-family: "Metropolis-Italic";
  src: local("Metropolis-Italic"), url("../fonts/metropolis/Metropolis-RegularItalic.otf");
}
@font-face {
  font-family: "Metropolis-Medium";
  src: local("Metropolis-Medium"), url("../fonts/metropolis/Metropolis-Medium.otf");
}
@font-face {
  font-family: "Metropolis-MediumItalic";
  src: local("Metropolis-MediumItalic"), url("../fonts/metropolis/Metropolis-MediumItalic.otf");
}
@font-face {
  font-family: "Metropolis-Bold";
  src: local("Metropolis-Bold"), url("../fonts/metropolis/Metropolis-Bold.otf");
}
@font-face {
  font-family: "Metropolis-Light";
  src: local("Metropolis-Light"), url("../fonts/metropolis/Metropolis-Light.otf");
}
@font-face {
  font-family: "Metropolis-SemiBold";
  src: local("Metropolis-SemiBold"), url("../fonts/metropolis/Metropolis-SemiBold.otf");
}
.crtvg-container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.dn {
  display: none !important;
}

.df {
  display: flex !important;
}

/*font family utils*/
/*gotham*/
.font-family-gotham {
  font-family: "gotham" !important;
}

.font-family-gotham-light {
  font-family: "gotham-light" !important;
}

.font-family-gotham-extralight {
  font-family: "gotham-extralight" !important;
}

.font-family-gotham-medium {
  font-family: "gotham" !important;
  font-weight: bold !important;
}

.font-family-gotham-bold {
  font-family: "gotham" !important;
  font-weight: bold !important;
}

.font-family-gotham-black {
  font-family: "gotham-black" !important;
}

.g24-slider {
  display: flex;
  flex-direction: column;
  background: #008495 0% 0% no-repeat padding-box;
}
.g24-slider-prev {
  background: transparent linear-gradient(270deg, transparent 0%, #2b3131 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  width: 15rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
.g24-slider-prev img {
  width: 40px;
  height: auto;
  margin-left: 3rem;
  cursor: pointer;
}
.g24-slider-next {
  background: transparent linear-gradient(90deg, transparent 0%, #2b3131 100%) 0% 0% no-repeat padding-box;
  height: 100%;
  width: 15rem;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}
.g24-slider-next img {
  width: 40px;
  height: auto;
  margin-right: 3rem;
  cursor: pointer;
}
.g24-slider-title {
  padding: 30px 15px 0 15px;
  z-index: 3;
}
.g24-slider-title a:hover {
  text-decoration: none;
}
.g24-slider-title span {
  font-family: "gotham";
  font-weight: bold;
  color: white;
  font-size: 25px;
}
.g24-slider-content {
  height: 17.5rem;
  position: relative;
  z-index: 1;
}
.g24-slider-content.extra-height {
  height: 23.5rem;
}
.g24-slider-content.only-one .g24-slider-page {
  justify-content: flex-start;
}
.g24-slider-content.only-one .g24-slider-page-item {
  margin-right: 25px;
}
.g24-slider-content .g24-slider-page {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(150%, -50%);
  left: 50%;
  transition: transform ease-out 0.5s;
}
.g24-slider-content .g24-slider-page.active {
  transform: translate(-50%, -50%) !important;
}
.g24-slider-content .g24-slider-page.previous {
  transform: translate(-200%, -50%);
}
.g24-slider-content .g24-slider-page-item {
  width: calc(25% - 15px);
  cursor: pointer;
}
.g24-slider-content .g24-slider-page-item .noticia-container {
  position: relative;
  height: 13.5rem;
}
@media screen and (min-width: 765px) and (max-width: 1024px) {
  .g24-slider-content .g24-slider-page-item .noticia-container {
    height: min(13.5rem, (25vw - 32px) / 1.777777);
  }
}
.g24-slider-content .g24-slider-page-item .noticia-container img.noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
}
.g24-slider-content .g24-slider-page-item .noticia-container a {
  color: white;
}
.g24-slider-content .g24-slider-page-item .noticia-container a:hover {
  text-decoration: none;
}
.g24-slider-content .g24-slider-page-item .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(43, 49, 49, 0) 0%, rgba(43, 49, 49, 0) 50%, #2b3131 100%) 0% 0% no-repeat padding-box;
}
.g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container {
  background: rgba(0, 132, 149, 0.5019607843) 0% 0% no-repeat padding-box;
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1262.98px) {
  .g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 25px;
  }
}
.g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container img.angle {
  width: 17.5px;
  height: 100%;
  margin-right: 10px;
}
.g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container span {
  font-family: "gotham";
  font-weight: bold;
  color: white;
  text-shadow: 0 0 4px #000000;
}
.g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container span.small-title {
  font-size: 0.8em;
}
.g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container span.normal-title {
  font-size: 1em;
}
.g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container span.big-title {
  font-size: 1.2em;
}
.g24-slider-content .g24-slider-page-item .tempo-img-container {
  display: flex;
  flex-direction: column;
}
.g24-slider-content .g24-slider-page-item .tempo-img-container img.tempo-img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  margin-bottom: 20px;
}
.g24-slider-content .g24-slider-page-item .tempo-img-container span.tempo-img-txt {
  font-family: "gotham";
  font-size: 25px;
  color: white;
}
@media (max-width: 799.98px) {
  .g24-slider-prev {
    width: 2.5rem;
  }
  .g24-slider-prev img {
    display: none;
  }
  .g24-slider-next {
    width: 2.5rem;
  }
  .g24-slider-next img {
    display: none;
  }
  .g24-slider-title {
    padding: 30px 30px 0 30px;
  }
  .g24-slider-title span {
    font-size: 20px;
  }
  .g24-slider-content {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    padding: 30px 0 30px 30px;
    max-width: none;
    height: auto;
  }
  .g24-slider-content .g24-slider-page {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    max-width: none;
    width: auto;
    padding: 0;
    transition: none;
  }
  .g24-slider-content .g24-slider-page.active {
    transform: none !important;
  }
  .g24-slider-content .g24-slider-page-item {
    width: min(300px, 100vw - 85px);
    margin-right: 25px;
  }
  .g24-slider-content .g24-slider-page-item .noticia-container {
    height: calc(min(300px, 100vw - 85px) / 1.777777);
  }
  .g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container {
    font-size: 20px;
  }
  .g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container img.angle {
    width: 12px;
  }
  .g24-slider-content .g24-slider-page-item .noticia-container .noticia-content .title-container span {
    font-family: "gotham";
    font-weight: bold;
  }
  .g24-slider-content .g24-slider-page-item .tempo-img-container span.tempo-img-txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .g24-slider-content {
    height: 14rem;
  }
}

.img-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000000;
  z-index: 100;
}
.img-viewer-close {
  position: absolute;
  top: 70px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  z-index: 6;
}
.img-viewer .img-viewer-content {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.img-viewer .img-viewer-content .img-viewer-main {
  height: 75%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.img-viewer .img-viewer-content .img-viewer-main .journal-content-article {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-viewer .img-viewer-content .img-viewer-main .journal-content-article .img-viewer-main-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-viewer .img-viewer-content .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 60%;
  max-height: 85%;
}
.img-viewer .img-viewer-content .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper .img-viewer-main-item-descr {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  align-items: flex-end;
  width: 25%;
}
.img-viewer .img-viewer-content .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper .img-viewer-main-item-descr span {
  color: white;
  text-align: end;
}
.img-viewer .img-viewer-content .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper .img-viewer-main-item-descr span.author {
  font-family: "gotham";
  font-size: 25px;
  font-weight: bold;
}
.img-viewer .img-viewer-content .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper .img-viewer-main-item-descr span.description {
  font-family: "gotham";
  font-size: 35px;
}
.img-viewer .img-viewer-content .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper img {
  width: 75%;
  height: auto;
}
.img-viewer .img-viewer-content .img-viewer-main .img-viewer-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 5;
  cursor: pointer;
}
.img-viewer .img-viewer-content .img-viewer-main .img-viewer-prev img {
  height: 80px;
  width: auto;
}
.img-viewer .img-viewer-content .img-viewer-main .img-viewer-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 5;
  cursor: pointer;
}
.img-viewer .img-viewer-content .img-viewer-main .img-viewer-next img {
  height: 80px;
  width: auto;
}
.img-viewer .img-viewer-content .img-viewer-list {
  height: calc(25% - 25px);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 45px 40px 45px;
  overflow-x: scroll;
  position: relative;
}
.img-viewer .img-viewer-content .img-viewer-list-prev {
  position: absolute;
  top: calc(50% - 19px);
  transform: translateY(-50%);
  left: 0;
  z-index: 6;
  cursor: pointer;
}
.img-viewer .img-viewer-content .img-viewer-list-prev img {
  height: 45px;
  width: auto;
}
.img-viewer .img-viewer-content .img-viewer-list-next {
  position: absolute;
  top: calc(50% - 19px);
  transform: translateY(-50%);
  right: 23px;
  z-index: 6;
  cursor: pointer;
}
.img-viewer .img-viewer-content .img-viewer-list-next img {
  height: 45px;
  width: auto;
}
.img-viewer .img-viewer-content .img-viewer-list-item {
  width: 17%;
  min-width: 17%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
  cursor: pointer;
}
.img-viewer .img-viewer-content .img-viewer-list-item .journal-content-article {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-viewer .img-viewer-content .img-viewer-list-item .journal-content-article img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 799.98px) {
  .img-viewer .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper {
    position: relative !important;
    width: 100vw !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    max-width: 90% !important;
  }
  .img-viewer .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper .img-viewer-main-item-descr {
    display: flex !important;
    flex-direction: column !important;
    margin-right: 0 !important;
    align-items: flex-end !important;
    position: relative !important;
    right: 0 !important;
    transform: none !important;
    top: 0 !important;
    width: 100% !important;
    padding-right: 10px !important;
  }
  .img-viewer .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper .img-viewer-main-item-descr span.author {
    font-size: 20px !important;
  }
  .img-viewer .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper .img-viewer-main-item-descr span.description {
    font-size: 30px !important;
  }
  .img-viewer .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper img {
    height: auto !important;
    width: 100% !important;
  }
  .img-viewer .img-viewer-main .img-viewer-prev {
    display: none !important;
  }
  .img-viewer .img-viewer-main .img-viewer-next {
    display: none !important;
  }
  .img-viewer .img-viewer-list-prev {
    display: none !important;
  }
  .img-viewer .img-viewer-list-next {
    display: none !important;
  }
  .img-viewer .img-viewer-list-item {
    width: 25% !important;
    min-width: 25% !important;
    height: auto !important;
  }
}
@media screen and (min-width: 765px) and (max-width: 1024px) {
  .img-viewer .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper .img-viewer-main-item-descr {
    transform: none !important;
    top: 10px !important;
  }
  .img-viewer .img-viewer-main .journal-content-article .img-viewer-main-item .img-viewer-main-item-wrapper img {
    height: auto !important;
    max-height: 80%;
    width: auto !important;
    max-width: 550px;
  }
}

.section-header-noticias {
  margin: 40px 0;
}
.section-header-noticias .t2-t3-noticias {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 800px) {
  .section-header-noticias .t2-t3-noticias {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 800px) and (min-width: 375px) {
  .section-header-noticias .t2-t3-noticias {
    max-width: 800px;
  }
}
@media (min-width: 800px) and (min-width: 800px) {
  .section-header-noticias .t2-t3-noticias {
    max-width: 1172px;
  }
}
@media (min-width: 800px) and (min-width: 1263px) {
  .section-header-noticias .t2-t3-noticias {
    max-width: 1672px;
  }
}
@media (min-width: 800px) and (min-width: 1700px) {
  .section-header-noticias .t2-t3-noticias {
    max-width: 1672px;
  }
}
.section-header-noticias .t2-t3-noticias.column-noticias {
  flex-direction: column;
}
.section-header-noticias .t2-t3-noticias.column-noticias .t2-noticias {
  width: 100%;
}
.section-header-noticias .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-flow: row wrap;
}
.section-header-noticias .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia-container {
  width: calc(50% - 15px);
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .section-header-noticias .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia-container {
    margin-top: 0;
  }
}
.section-header-noticias .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia-container .noticia-container a {
  color: #00b1c9;
}
.section-header-noticias .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia-container .noticia-container a:hover {
  text-decoration: none;
}
.section-header-noticias .t2-t3-noticias.column-noticias .t3-noticias {
  width: 100%;
}
.section-header-noticias .t2-t3-noticias.column-noticias .t3-noticias .t3-noticia-container {
  width: calc(25% - 22px);
}
.section-header-noticias .t2-t3-noticias.column-noticias .t3-noticias .t3-noticia.align-start .t3-noticia-container {
  margin-right: 20px;
}
.section-header-noticias .t2-t3-noticias .t2-noticias {
  width: calc(50% - 15px);
}
.section-header-noticias .t2-t3-noticias .t2-noticias section.portlet .portlet-content {
  background: transparent;
}
.section-header-noticias .t2-t3-noticias .t3-noticias {
  width: calc(50% - 15px);
}
.section-header-noticias .t2-t3-noticias .t3-noticias section.portlet .portlet-content {
  background: transparent;
}
@media (max-width: 799.98px) {
  .section-header-noticias {
    margin: 0;
  }
  .section-header-noticias .t2-t3-noticias {
    max-width: none;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .section-header-noticias .t2-t3-noticias .t2-noticias {
    width: 100%;
    margin-bottom: 0;
  }
  .section-header-noticias .t2-t3-noticias .t3-noticias {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 799.98px) and (min-width: 375px) {
  .section-header-noticias .t2-t3-noticias .t3-noticias {
    max-width: 800px;
  }
}
@media (max-width: 799.98px) and (min-width: 800px) {
  .section-header-noticias .t2-t3-noticias .t3-noticias {
    max-width: 1172px;
  }
}
@media (max-width: 799.98px) and (min-width: 1263px) {
  .section-header-noticias .t2-t3-noticias .t3-noticias {
    max-width: 1672px;
  }
}
@media (max-width: 799.98px) and (min-width: 1700px) {
  .section-header-noticias .t2-t3-noticias .t3-noticias {
    max-width: 1672px;
  }
}
@media (max-width: 799.98px) {
  .section-header-noticias .t2-t3-noticias .t3-noticias .t3-noticia-container {
    margin-bottom: 30px;
  }
  .section-header-noticias .t2-t3-noticias:not(.column-noticias) .t2-noticias {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 765px) and (max-width: 1024px) {
  .section-header-noticias .t2-t3-noticias {
    flex-direction: column;
  }
  .section-header-noticias .t2-t3-noticias .t2-noticias {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .section-header-noticias .t2-t3-noticias .t2-noticias .t2-noticia .t2-noticia-container .noticia-container {
    height: 25rem ​ !important;
  }
  .section-header-noticias .t2-t3-noticias .t3-noticias {
    width: 100%;
  }
  .section-header-noticias .t2-t3-noticias .t3-noticias .t3-noticia {
    flex-flow: row wrap;
  }
  .section-header-noticias .t2-t3-noticias .t3-noticias .t3-noticia .t3-noticia-container {
    width: calc(50% - 15px) !important;
  }
}

@media (max-width: 799.98px) {
  .crtvg_contenedor .section-header-noticias .t2-t3-noticias .t2-noticias {
    margin-top: -30px !important;
  }
  .noticias-destacadas.background-white .t2-t3-noticias.column-noticias .t2-noticias .t2-noticia {
    margin-top: -30px !important;
  }
}
@media screen and (min-width: 765px) and (max-width: 1024px) {
  .crtvg_contenedor .t2-t3-noticias {
    flex-direction: column;
  }
  .crtvg_contenedor .t2-t3-noticias .t2-noticias {
    width: 100%;
    margin-bottom: 30px;
  }
  .crtvg_contenedor .t2-t3-noticias .t3-noticias {
    width: 100%;
  }
}
.directo-deportes {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.directo-deportes-title {
  width: 100%;
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 55px;
}
@media (max-width: 799.98px) {
  .directo-deportes-title {
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 0;
  }
}
.directo-deportes-title div.title-decorate {
  width: 60px;
  height: 5px;
  margin-bottom: 9px;
}
.directo-deportes-title div.title-decorate.light {
  background: rgba(255, 212, 0, 0.5019607843);
}
.directo-deportes-title div.title-decorate.dark {
  background: #ffd400;
}
.directo-deportes-title div.title-decorate.extra-size {
  width: 100%;
}
.directo-deportes-title span {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  display: flex;
}
.directo-deportes-title span a {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 799.98px) {
  .directo-deportes-title span a {
    font-size: 30px;
  }
}
.directo-deportes-title span a.color-red {
  color: #DF001C;
}
@media (max-width: 799.98px) {
  .directo-deportes-title span {
    font-size: 30px;
  }
}
.directo-deportes-title span.color-red {
  color: #DF001C;
}
.directo-deportes-content {
  display: flex;
  align-items: flex-start;
}
.directo-deportes-content.show-all {
  flex-flow: row wrap;
}
.directo-deportes-content.show-all .directo-deportes-item {
  width: calc(25% - 30px);
}
.directo-deportes-content .directo-deportes-item {
  width: calc(25% - 15px);
  margin-right: 30px;
}
.directo-deportes-content .directo-deportes-item a {
  color: #008495;
}
.directo-deportes-content .directo-deportes-item a:hover {
  text-decoration: none;
}
.directo-deportes-content .directo-deportes-item .directo-deporte-item-content {
  display: flex;
  flex-direction: column;
}
.directo-deportes-content .directo-deportes-item .directo-deporte-item-content > img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}
.directo-deportes-content .directo-deportes-item .directo-deporte-item-content-descrp {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}
.directo-deportes-content .directo-deportes-item .directo-deporte-item-content-descrp .directo-deporte-item-content-icon {
  margin-right: 10px;
}
.directo-deportes-content .directo-deportes-item .directo-deporte-item-content-descrp .directo-deporte-item-content-icon img {
  width: 45px;
  height: 45px;
}
.directo-deportes-content .directo-deportes-item .directo-deporte-item-content-descrp .directo-deporte-item-content-txt {
  display: flex;
  flex-direction: column;
}
.directo-deportes-content .directo-deportes-item .directo-deporte-item-content-descrp .directo-deporte-item-content-txt span {
  color: #2b3131;
}
.directo-deportes-content .directo-deportes-item .directo-deporte-item-content-descrp .directo-deporte-item-content-txt span.title {
  font-family: "gotham";
  font-weight: bold;
  font-size: 25px;
}
.directo-deportes-content .directo-deportes-item .directo-deporte-item-content-descrp .directo-deporte-item-content-txt span.subtitle {
  font-family: "gotham";
  font-size: 18px;
}
.directo-deportes-content .directo-deportes-item .prox-directo-deporte-item-content {
  display: flex;
  flex-direction: column;
}
.directo-deportes-content .directo-deportes-item .prox-directo-deporte-item-content-media {
  position: relative;
}
.directo-deportes-content .directo-deportes-item .prox-directo-deporte-item-content-media > img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}
.directo-deportes-content .directo-deportes-item .prox-directo-deporte-item-content-media > img.play-icon {
  position: absolute;
  width: 40px;
  height: auto;
  bottom: 15px;
  left: 15px;
}
.directo-deportes-content .directo-deportes-item .prox-directo-deporte-item-content-txt {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.directo-deportes-content .directo-deportes-item .prox-directo-deporte-item-content-txt span {
  color: #2b3131;
}
.directo-deportes-content .directo-deportes-item .prox-directo-deporte-item-content-txt span.title {
  font-family: "gotham";
  font-weight: bold;
  font-size: 25px;
}
.directo-deportes-content .directo-deportes-item .prox-directo-deporte-item-content-txt span.subtitle {
  font-family: "gotham";
  font-size: 18px;
}
@media (max-width: 799.98px) {
  .directo-deportes {
    padding: 0;
  }
  .directo-deportes .directo-deportes-title {
    margin-bottom: 21px;
  }
  .directo-deportes .directo-deportes-content {
    flex-direction: column;
  }
  .directo-deportes .directo-deportes-content .directo-deportes-item {
    width: 100%;
    margin-bottom: 45px;
    margin-right: 0;
  }
  .directo-deportes .directo-deportes-content .directo-deportes-item .directo-deporte-item-content-descrp {
    padding: 0 10px;
  }
  .directo-deportes .directo-deportes-content .directo-deportes-item .prox-directo-deporte-item-content-txt {
    padding: 0 10px;
  }
}

.deportes-destacados {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}
.deportes-destacados-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 55px;
}
@media (max-width: 799.98px) {
  .deportes-destacados-title {
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 0;
  }
}
.deportes-destacados-title div.title-decorate {
  width: 60px;
  height: 5px;
  margin-bottom: 9px;
}
.deportes-destacados-title div.title-decorate.light {
  background: rgba(255, 212, 0, 0.5019607843);
}
.deportes-destacados-title div.title-decorate.dark {
  background: #ffd400;
}
.deportes-destacados-title div.title-decorate.extra-size {
  width: 100%;
}
.deportes-destacados-title span {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  display: flex;
}
.deportes-destacados-title span a {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 799.98px) {
  .deportes-destacados-title span a {
    font-size: 30px;
  }
}
.deportes-destacados-title span a.color-red {
  color: #DF001C;
}
@media (max-width: 799.98px) {
  .deportes-destacados-title span {
    font-size: 30px;
  }
}
.deportes-destacados-title span.color-red {
  color: #DF001C;
}
.deportes-destacados-publisher {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.deportes-destacados-publisher-main {
  width: calc(50% - 15px);
}
.deportes-destacados-publisher-main .deportes-destacados-main {
  display: flex;
  flex-direction: column;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item {
  margin-bottom: 30px;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container {
    height: calc(min(50vw, 836px) / 1.7777777) !important;
  }
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container img.t2-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .direct-container {
  margin-bottom: 20px;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .direct-container img {
  width: auto;
  height: 50px;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content img.play-icon {
  width: 50px;
  margin-bottom: 15px;
}
@media (max-width: 799.98px) {
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content img.play-icon {
    width: 40px;
    margin: 6.5px;
  }
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .pre-title-container {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .pre-title-container span {
  color: white;
  font-family: "gotham";
  font-size: 18px;
  text-shadow: 0px 0px 4px #000000;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .title-container {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 799.98px) {
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .title-container {
    font-size: 25px;
  }
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .title-container span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  text-shadow: 0px 0px 4px #000000;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .title-container span.small-title {
  font-size: 0.8em;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .title-container span.normal-title {
  font-size: 1em;
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .title-container span.big-title {
  font-size: 1.2em;
}
@media (max-width: 799.98px) {
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .title-container span {
    display: -webkit-box;
    line-height: 40px;
  }
}
.deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .subtitle-container span, .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content .subtitle-container p {
  color: white;
  font-family: "gotham";
  font-size: 18px;
  text-shadow: 0px 0px 4px #000000;
}
.deportes-destacados-publisher-second {
  width: calc(50% - 15px);
}
.deportes-destacados-publisher-second .deportes-destacados-secondary {
  display: flex;
  flex-direction: column;
}
.deportes-destacados-publisher-second .deportes-destacados-secondary-item {
  margin-bottom: 30px;
}
.deportes-destacados-publisher-second .deportes-destacados-secondary-item-content {
  display: flex;
  align-items: flex-start;
}
.deportes-destacados-publisher-second .deportes-destacados-secondary-item-content > img {
  width: 385px;
  height: 215px;
  object-fit: cover;
  margin-right: 30px;
  flex: 0 0 385px;
}
.deportes-destacados-publisher-second .deportes-destacados-secondary-item-content-txt {
  display: flex;
  flex-direction: column;
}
.deportes-destacados-publisher-second .deportes-destacados-secondary-item-content-txt span {
  font-size: 25px;
}
.deportes-destacados-publisher-second .deportes-destacados-secondary-item-content-txt span.category {
  font-family: "gotham";
  color: #008495;
  margin-bottom: 20px;
}
.deportes-destacados-publisher-second .deportes-destacados-secondary-item-content-txt span.title {
  font-family: "gotham";
  font-weight: bold;
  color: #2b3131;
}
@media (max-width: 799.98px) {
  .deportes-destacados {
    padding: 0;
  }
  .deportes-destacados-publisher {
    flex-direction: column;
  }
  .deportes-destacados-publisher-main {
    width: 100%;
  }
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container {
    height: 13.5rem !important;
  }
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content {
    padding: 10px;
  }
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content a.direct-container img {
    width: 50%;
  }
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content a .pre-title-container {
    display: none;
  }
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content a .title-container {
    margin: 0;
  }
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content a .title-container span {
    font-size: 25px;
  }
  .deportes-destacados-publisher-main .deportes-destacados-main-item .noticia-container .noticia-content a .subtitle-container {
    display: none;
  }
  .deportes-destacados-publisher-second {
    width: 100%;
    padding: 0 10px;
  }
  .deportes-destacados-publisher-second .deportes-destacados-secondary-item-content {
    flex-direction: column;
  }
  .deportes-destacados-publisher-second .deportes-destacados-secondary-item-content > img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .deportes-destacados-publisher-second .deportes-destacados-secondary-item-content-txt span.category {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .deportes-destacados-publisher-second .deportes-destacados-secondary-item-content-txt span.title {
    font-size: 20px;
  }
}

.noticia-detail {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.noticia-detail .edit-url-container {
  margin-bottom: 20px;
}
.noticia-detail .edit-url-container .edit-url {
  padding: 10px 20px;
  background: orange;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}
.noticia-detail .pre-header-noticia {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
.noticia-detail .pre-header-noticia .crtvg-breadcrumb {
  display: flex;
  align-items: flex-end;
}
.noticia-detail .pre-header-noticia .crtvg-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: flex-end;
}
.noticia-detail .pre-header-noticia .crtvg-breadcrumb .breadcrumb-item a {
  margin-right: 15px;
  font-family: "gotham";
  font-size: 23px;
  color: #000000;
}
.noticia-detail .pre-header-noticia .crtvg-breadcrumb .breadcrumb-item .breadcrumb-indicator {
  width: 20px;
  height: 5px;
  margin-right: 3px;
  background: rgba(0, 177, 201, 0.5019607843);
  margin-bottom: 9px;
}
.noticia-detail .ultima-hora-container {
  margin-bottom: 20px;
}
.noticia-detail .ultima-hora-container h2 {
  margin: 0;
  font-family: "gotham";
  font-weight: bold;
  font-size: 30px;
  color: #DF001C;
}
@media (max-width: 799.98px) {
  .noticia-detail .ultima-hora-container h2 {
    font-size: 25px;
  }
}
.noticia-detail .header-noticia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.noticia-detail .header-noticia-txt {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
}
.noticia-detail .header-noticia-txt h3 {
  font-family: "gotham";
  font-size: 23px;
  color: #2b3131;
}
.noticia-detail .header-noticia-txt h1 {
  font-family: "gotham";
  font-weight: bold;
  font-size: 50px;
  color: #2b3131;
  margin-bottom: 35px;
}
.noticia-detail .header-noticia-txt .summary-noticia {
  font-family: "gotham";
  font-size: 23px;
  color: #2b3131;
}
.noticia-detail .header-noticia-txt .summary-noticia a {
  color: #008495;
}
.noticia-detail .header-noticia-txt .summary-noticia a:hover {
  color: #008495;
}
.noticia-detail .header-noticia-media {
  width: calc(50% - 15px);
  position: relative;
}
.noticia-detail .header-noticia-media img.directo-icon {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 200px;
  height: auto;
}
.noticia-detail .header-noticia-media video, .noticia-detail .header-noticia-media img {
  width: 100%;
  height: auto;
}
.noticia-detail .header-noticia-media .pie-imagen {
  font-size: 18px;
  line-height: 21px;
  font-family: "gotham";
  color: #8A8A8A;
  margin-top: 10px;
}
@media (max-width: 799.98px) {
  .noticia-detail .header-noticia-media .pie-imagen {
    font-size: 14px;
    line-height: 18px;
  }
}
.noticia-detail .share-container {
  margin-bottom: 25px;
  display: flex;
}
.noticia-detail .noticia-content {
  display: flex;
}
.noticia-detail .noticia-content .noticia-extra-info {
  display: flex;
  flex-direction: column;
}
.noticia-detail .noticia-content .noticia-extra-info span {
  font-family: "gotham";
  font-size: 18px;
  color: #8A8A8A;
  margin: 7px 0;
}
.noticia-detail .noticia-content .noticia-extra-info hr.mobile-separator {
  display: none;
}
.noticia-detail .noticia-content-body {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.noticia-detail .noticia-content-body p {
  font-family: "gotham";
  font-size: 25px;
  color: #2b3131;
  line-height: 35px;
}
.noticia-detail .noticia-content-body .body-media-container {
  margin: 25px 0 35px 0;
  display: flex;
  flex-direction: column;
}
.noticia-detail .noticia-content-body .body-media-container span.media-txt {
  font-family: "gotham";
  font-size: 18px;
  color: #8A8A8A;
  margin-top: 10px;
}
@media (max-width: 799.98px) {
  .noticia-detail .noticia-content-body .body-media-container span.media-txt {
    font-size: 14px;
    line-height: 18px;
  }
}
.noticia-detail .noticia-content-body a.pdf-link {
  font-family: "gotham";
  font-size: 18px;
  color: #8A8A8A;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.noticia-detail .noticia-content-body a.pdf-link > img {
  width: 50px;
  height: auto;
  margin-right: 15px;
}
.noticia-detail .noticia-content-ads {
  padding-right: 0;
  margin-left: auto;
}
.noticia-detail .noticia-content-ads .ads-container {
  width: fit-content;
}
.noticia-detail .noticia-content-ads .relateds-container {
  display: flex;
  flex-direction: column;
}
.noticia-detail .noticia-content-ads .relateds-container > * {
  margin-bottom: 30px;
}
.noticia-detail .noticia-content-ads .relateds-container > *:last-child {
  margin-bottom: 0;
}
.noticia-detail .noticia-content-ads .relateds-container > h5 {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
}
.noticia-detail .noticia-content-ads .relateds-container > a {
  font-family: "gotham";
  font-size: 23px;
  color: #008495;
  line-height: 1.2;
}
.noticia-detail .minuto-a-minuto-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.noticia-detail .minuto-a-minuto-title h4 {
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
  color: #2b3131;
  position: relative;
  padding-left: 15px;
  margin: 50px 0;
}
.noticia-detail .minuto-a-minuto-title h4 > .flecha {
  position: absolute;
  width: 32px;
  height: 32px;
}
.noticia-detail .minuto-a-minuto-title h4 > .flecha.left {
  left: 0;
  top: -5px;
  color: rgba(0, 132, 149, 0.5);
}
.noticia-detail .minuto-a-minuto-title h4 > .flecha.right {
  bottom: -7px;
  left: 17.8rem;
  color: #008495;
}
.noticia-detail .minuto-a-minuto-title button {
  background: transparent;
  border: none;
  width: fit-content;
}
.noticia-detail .minuto-a-minuto-title button .reload-icon {
  width: 40px;
  height: 40px;
  color: #008495;
  display: block;
}
.noticia-detail .minuto-a-minuto-title button .reload-icon.rotate {
  transition-duration: 2s;
  transform: rotate(360deg);
}
.noticia-detail .minuto-a-minuto-content {
  display: flex;
  flex-direction: column-reverse;
}
.noticia-detail .minuto-a-minuto-content.reverse {
  flex-direction: column;
}
.noticia-detail .minuto-a-minuto-content-item {
  display: flex;
}
.noticia-detail .minuto-a-minuto-content-item-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 90px;
  padding-top: 20px;
}
.noticia-detail .minuto-a-minuto-content-item-date span {
  font-family: "gotham";
  font-size: 23px;
  color: #2b3131;
}
.noticia-detail .minuto-a-minuto-content-item-txt {
  margin-left: 20px;
  padding: 10px 0;
  border-left: 1px solid #008495;
  position: relative;
}
.noticia-detail .minuto-a-minuto-content-item-txt:not(:last-child) {
  padding-bottom: 40px;
}
.noticia-detail .minuto-a-minuto-content-item-txt.extra-size {
  width: 100%;
}
.noticia-detail .minuto-a-minuto-content-item-txt .min-to-min-content {
  padding: 10px 20px;
}
.noticia-detail .minuto-a-minuto-content-item-txt .min-to-min-content.destacado {
  background: rgba(0, 132, 149, 0.4980392157);
  border-radius: 0 30px 30px 0;
}
.noticia-detail .minuto-a-minuto-content-item-txt .min-to-min-content .item-indicator {
  position: absolute;
  background: #008495;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  top: 25px;
  left: -10px;
}
.noticia-detail .minuto-a-minuto-content-item-txt .min-to-min-content > div.jwplayer {
  margin: 15px 0;
}
.noticia-detail .minuto-a-minuto-content-item-txt .min-to-min-content span, .noticia-detail .minuto-a-minuto-content-item-txt .min-to-min-content p {
  font-family: "gotham";
  font-size: 25px;
  color: #2b3131;
  margin-bottom: 0;
}
@media (max-width: 799.98px) {
  .noticia-detail .minuto-a-minuto-title h4 {
    font-size: 25px;
  }
  .noticia-detail .minuto-a-minuto-title h4 span.flecha.left {
    left: 0;
    top: -9px;
  }
  .noticia-detail .minuto-a-minuto-title h4 span.flecha.right {
    bottom: -10px;
    left: 12.8rem;
  }
  .noticia-detail .minuto-a-minuto-title button span.reload-icon {
    width: 30px;
    height: 30px;
  }
  .noticia-detail .minuto-a-minuto-content-item {
    flex-direction: column;
    margin-left: 20px;
    border-left: 1px solid #008495;
    position: relative;
  }
  .noticia-detail .minuto-a-minuto-content-item-date {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 15px;
  }
  .noticia-detail .minuto-a-minuto-content-item-date span {
    font-size: 18px;
  }
  .noticia-detail .minuto-a-minuto-content-item-txt {
    margin: 0;
    border: none;
    position: initial;
  }
  .noticia-detail .minuto-a-minuto-content-item-txt .item-indicator {
    top: 16px;
  }
  .noticia-detail .minuto-a-minuto-content-item-txt p {
    font-size: 18px !important;
    line-height: 30px;
  }
}
.noticia-detail .categories-container {
  display: flex;
  align-items: center;
  margin-top: 100px;
  flex-flow: row wrap;
}
.noticia-detail .categories-container .category-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.noticia-detail .categories-container .category-item .category-item-icon {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.noticia-detail .categories-container .category-item .category-item-icon.tag {
  color: #008495;
  margin-right: 6px;
}
.noticia-detail .categories-container .category-item a {
  font-family: "gotham";
  font-size: 18px;
  color: #2b3131;
}
.noticia-detail .categories-container .category-item a.low-txt {
  font-size: 15px;
}
@media (max-width: 799.98px) {
  .noticia-detail .pre-header-noticia .categories-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .noticia-detail .header-noticia {
    flex-direction: column;
  }
  .noticia-detail .header-noticia-txt {
    width: 100%;
    margin-bottom: 16px;
  }
  .noticia-detail .header-noticia-txt h1 {
    font-size: 30px;
  }
  .noticia-detail .header-noticia-txt .summary-noticia {
    font-size: 16px;
  }
  .noticia-detail .header-noticia-media {
    width: 100%;
  }
  .noticia-detail .noticia-content {
    flex-direction: column;
  }
  .noticia-detail .noticia-content .noticia-extra-info {
    position: relative;
  }
  .noticia-detail .noticia-content .noticia-extra-info span {
    font-size: 14px;
  }
  .noticia-detail .noticia-content .noticia-extra-info hr.mobile-separator {
    display: block;
    border: 1px solid rgba(0, 132, 149, 0.5019607843);
    width: 100%;
    margin: 2rem 0 1rem 0;
  }
  .noticia-detail .noticia-content-body {
    width: 100%;
    padding: 0;
  }
  .noticia-detail .noticia-content-body p {
    font-size: 18px;
  }
  .noticia-detail .noticia-content-ads {
    width: 100%;
    padding: 0;
  }
  .noticia-detail .noticia-content-ads .relateds-container > h5 {
    font-size: 25px;
  }
  .noticia-detail .noticia-content-ads .relateds-container > a {
    font-size: 18px;
  }
  .noticia-detail .categories-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
  .noticia-detail .categories-container .category-item {
    margin-right: 0;
    margin-bottom: 13px;
  }
  .noticia-detail .categories-container .category-item .category-item-icon {
    width: 13px;
    height: 13px;
  }
  .noticia-detail .categories-container .category-item a {
    font-size: 16px;
  }
  .noticia-detail .categories-container .category-item a.low-txt {
    font-size: 15px;
  }
}
.noticia-detail #twitch-embed iframe {
  width: 100%;
  height: 100%;
}

button.crtvg-share {
  background: transparent;
  border: none;
  position: relative;
  padding: 0;
}
button.crtvg-share .share {
  width: 40px;
  height: 40px;
}
button.crtvg-share .share > .crtvg-regular-icon {
  color: #008495;
}
button.crtvg-share .share > .crtvg-regular-icon.close {
  display: none;
  opacity: 1;
}
button.crtvg-share .share.opened > .crtvg-regular-icon.open {
  display: none;
}
button.crtvg-share .share.opened > .crtvg-regular-icon.close {
  display: block;
}
button.crtvg-share .share-component {
  position: absolute;
  display: none;
  flex-direction: row;
  background: transparent;
  padding: 15px;
  width: max-content;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
}
button.crtvg-share .share-component.active {
  display: flex;
  z-index: 2;
}
button.crtvg-share .share-component > a {
  display: flex;
  align-items: center;
}
button.crtvg-share .share-component > a .crtvg-regular-icon {
  width: 40px;
  height: 40px;
  color: #008495;
  margin-right: 15px;
}

.crtvg-links {
  padding: 50px 0;
  background-position: bottom center !important;
}
.crtvg-links .crtvg-links-container {
  display: flex;
  align-items: center;
  margin: -7.5px;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container {
  padding: 7.5px;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card {
  display: flex;
  padding: 20px;
  background: white;
  max-height: 13.5rem;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card a {
  color: #2b3131;
  display: flex;
  height: 100%;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .journal-content-article {
  width: 100%;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link span.title {
  font-family: "gotham";
  font-weight: bold;
  font-size: 25px;
  color: #2b3131;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link-content {
  display: flex;
  flex-direction: column;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link-content.withdscrp {
  flex-direction: row;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link-content.withdscrp picture {
  width: 50%;
  padding-right: 10px;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link-content.withdscrp .crtvg-link-content-txt {
  width: 50%;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link-content.withdscrp .crtvg-link-content-txt p {
  font-family: "gotham";
  font-size: 18px;
  color: #2b3131;
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  max-height: calc(13.5rem - 40px);
}
.crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link-content-txt p {
  font-family: "gotham";
  font-size: 18px;
  color: #2b3131;
}
@media (max-width: 799.98px) {
  .crtvg-links .crtvg-links-container {
    margin: 0;
    padding: 0;
  }
  .crtvg-links .crtvg-links-container .crtvg-link-card-container {
    padding: 7.5px 0;
  }
  .crtvg-links .crtvg-links-container .crtvg-link-card-container .crtvg-link-card .crtvg-link span.title {
    font-size: 20px;
  }
}

.g24-block-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 55px;
}
@media (max-width: 799.98px) {
  .g24-block-title {
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 0;
  }
}
.g24-block-title div.title-decorate {
  width: 60px;
  height: 5px;
  margin-bottom: 9px;
}
.g24-block-title div.title-decorate.light {
  background: currentColor;
}
.g24-block-title div.title-decorate.dark {
  background: currentColor;
}
.g24-block-title div.title-decorate.extra-size {
  width: 100%;
}
.g24-block-title span {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  display: flex;
}
.g24-block-title span a {
  font-family: "gotham";
  font-weight: bold;
  color: #000000;
  font-size: 35px;
  margin: 0 10px;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 799.98px) {
  .g24-block-title span a {
    font-size: 30px;
  }
}
.g24-block-title span a.color-red {
  color: #DF001C;
}
@media (max-width: 799.98px) {
  .g24-block-title span {
    font-size: 30px;
  }
}
.g24-block-title span.color-red {
  color: #DF001C;
}

.detalle-directo-block {
  background: #000000;
}
.detalle-directo-block .detalle-directo {
  margin-top: 46px;
}
.detalle-directo-block .detalle-directo .edit-url-container {
  margin-bottom: 20px;
}
.detalle-directo-block .detalle-directo .edit-url-container .edit-url {
  padding: 10px 20px;
  background: orange;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}
.detalle-directo-block .detalle-directo-main {
  margin-bottom: 120px;
  align-items: flex-start;
}
.detalle-directo-block .detalle-directo-main-video h1 {
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
  color: white;
  margin-bottom: 10px;
}
.detalle-directo-block .detalle-directo-main-video #twitch-embed {
  width: 100%;
}
.detalle-directo-block .detalle-directo-main-video #twitch-embed iframe {
  width: 100%;
  height: 100%;
}
.detalle-directo-block .detalle-directo-main-video img.img-direct-preview {
  width: 100%;
  height: auto;
}
.detalle-directo-block .detalle-directo-main-others h3 {
  font-family: "gotham";
  font-weight: bold;
  font-size: 25px;
  color: white;
  margin-bottom: 10px;
}
.detalle-directo-block .detalle-directo-main-others .tamen-directo {
  background: black;
  height: 675px;
  max-height: 675px;
  overflow-y: scroll;
}
.detalle-directo-block .detalle-directo-main-others .tamen-directo-item {
  position: relative;
  margin-bottom: 20px;
}
.detalle-directo-block .detalle-directo-main-others .tamen-directo-item img.directo-detail-img {
  width: 100%;
  height: 212px;
  object-fit: cover;
}
.detalle-directo-block .detalle-directo-main-others .tamen-directo-item-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: transparent linear-gradient(180deg, rgba(43, 49, 49, 0) 0%, rgba(43, 49, 49, 0) 50%, #2b3131 100%) 0% 0% no-repeat padding-box;
}
.detalle-directo-block .detalle-directo-main-others .tamen-directo-item-detail img.directo-arrow {
  width: 45px;
  margin-bottom: 15px;
}
.detalle-directo-block .detalle-directo-main-others .tamen-directo-item-detail span {
  font-family: "gotham";
  font-weight: bold;
  font-size: 25px;
  color: white;
}
.detalle-directo-block .detalle-directo-minuto {
  margin-bottom: 120px;
  max-width: 780px;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title h4 {
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
  color: white;
  position: relative;
  padding-left: 15px;
  margin: 50px 0;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title h4 > .flecha {
  position: absolute;
  width: 32px;
  height: 32px;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title h4 > .flecha.left {
  left: 0;
  top: -5px;
  color: rgba(0, 132, 149, 0.5);
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title h4 > .flecha.right {
  bottom: -7px;
  left: 17.8rem;
  color: #008495;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title button {
  background: transparent;
  border: none;
  width: fit-content;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title button .reload-icon {
  width: 40px;
  height: 40px;
  color: #008495;
  display: block;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title button .reload-icon.rotate {
  transition-duration: 2s;
  transform: rotate(360deg);
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content {
  display: flex;
  flex-direction: column-reverse;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content.reverse {
  flex-direction: column;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item {
  display: flex;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 90px;
  padding-top: 20px;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-date span {
  font-family: "gotham";
  font-size: 23px;
  color: white;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt {
  margin-left: 20px;
  padding: 10px 0;
  border-left: 1px solid #008495;
  position: relative;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt:not(:last-child) {
  padding-bottom: 40px;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt.extra-size {
  width: 100%;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt .min-to-min-content {
  padding: 10px 20px;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt .min-to-min-content.destacado {
  background: rgba(0, 132, 149, 0.4980392157);
  border-radius: 0 30px 30px 0;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt .min-to-min-content .item-indicator {
  position: absolute;
  background: #008495;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  top: 25px;
  left: -10px;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt .min-to-min-content > div.jwplayer {
  margin: 15px 0;
}
.detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt .min-to-min-content span, .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt .min-to-min-content p {
  font-family: "gotham";
  font-size: 25px;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 799.98px) {
  .detalle-directo-block .detalle-directo-main {
    margin-bottom: 50px;
  }
  .detalle-directo-block .detalle-directo-main-video h1 {
    font-size: 30px;
  }
  .detalle-directo-block .detalle-directo-main-others {
    margin-top: 50px;
  }
  .detalle-directo-block .detalle-directo-main-others .tamen-directo {
    height: fit-content;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title h4 {
    font-size: 25px;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title h4 span.flecha.left {
    left: 0;
    top: -9px;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title h4 span.flecha.right {
    bottom: -10px;
    left: 12.8rem;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-title button span.reload-icon {
    width: 30px;
    height: 30px;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item {
    flex-direction: column;
    margin-left: 20px;
    border-left: 1px solid #008495;
    position: relative;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-date {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-top: 15px;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-date span {
    font-size: 18px;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt {
    margin: 0;
    border: none;
    position: initial;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt .item-indicator {
    top: 16px;
  }
  .detalle-directo-block .detalle-directo-minuto .minuto-a-minuto-content-item-txt p {
    font-size: 18px !important;
    line-height: 30px;
  }
}

.crtvg-ads .crtvg-ads-item {
  display: flex;
  flex-direction: column;
}
.crtvg-ads .crtvg-ads-item .crtvg-ad-title {
  font-size: 12px;
  font-family: "gotham";
  color: #8A8A8A;
  margin-bottom: 3px;
}
.crtvg-ads .crtvg-ads-item img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 799.98px) {
  .crtvg-ads .crtvg-ads-item {
    margin-top: 25px;
  }
}
.crtvg-ads.sideways {
  width: auto;
}
.crtvg-ads.sideways .crtvg-ads-item {
  flex-direction: row;
}
.crtvg-ads.sideways .crtvg-ads-item .crtvg-ad-title {
  text-orientation: sideways-right;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-align: center;
  margin-right: 3px;
  margin-bottom: 0;
}
.crtvg-ads:not(.sideways) .crtvg-ads-item {
  align-items: center;
}
.crtvg-ads:not(.sideways) .crtvg-ads-item .crtvg-ad-title {
  width: min(300px, 100%);
}

.control-menu-container .control-menu-nav-item .user-avatar-link {
  position: relative;
}
.control-menu-container .control-menu-nav-item .user-avatar-link > a {
  position: absolute;
  top: -9px;
  left: -4px;
}

header#banner .ad-container {
  overflow-y: hidden;
}
header#banner .ad-container .ad-container-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1263px) {
  header#banner .ad-container .ad-container-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 1263px) and (min-width: 375px) {
  header#banner .ad-container .ad-container-content {
    max-width: 800px;
  }
}
@media (min-width: 1263px) and (min-width: 800px) {
  header#banner .ad-container .ad-container-content {
    max-width: 1172px;
  }
}
@media (min-width: 1263px) and (min-width: 1263px) {
  header#banner .ad-container .ad-container-content {
    max-width: 1672px;
  }
}
@media (min-width: 1263px) and (min-width: 1700px) {
  header#banner .ad-container .ad-container-content {
    max-width: 1672px;
  }
}
header#banner .ad-container .ad-container-content .crtvg-ads {
  width: auto;
}
@media (max-width: 1262.98px) {
  header#banner .ad-container .ad-container-content .crtvg-ads .crtvg-ad-title {
    display: none;
  }
}
header#banner .ad-container .ad-container-content .crtvg-ads img {
  object-fit: cover;
  object-position: left;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1262.98px) {
  header#banner .ad-container .ad-container-content .crtvg-ads img {
    height: auto;
    max-height: 100%;
  }
}
header#banner #pre-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
header#banner #pre-header .crtvg-logo {
  width: 50px;
  height: auto;
}
header#banner #pre-header .crtvg-direct {
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0 5px 0 0;
  /*.main-icon{

      height: 26px;
      width: 26px;
      color: $red;
      margin: 0 4px;

  }*/
}
header#banner #pre-header .crtvg-direct .main-text {
  font-size: 23px;
  line-height: 28px;
  font-family: "gotham";
  margin: 0 1.3px;
}
header#banner #pre-header .crtvg-direct .option {
  display: flex;
  align-items: flex-end;
  color: inherit;
  justify-content: center;
  font-size: 20px;
  line-height: 15px;
  font-family: "gotham";
  margin: 0 11.5px;
}
header#banner #pre-header .crtvg-direct .option .option-icon {
  margin-right: 5px;
  width: 27px;
  height: 22.5px;
}
header#banner #pre-header .crtvg-direct > *:first-child {
  margin-left: 0;
}
header#banner #pre-header .crtvg-direct > *:last-child {
  margin-right: 0;
}
header#banner #main-header {
  background: #008495;
  padding-top: 17.25px;
  padding-bottom: 17.25px;
  overflow-y: visible;
  overflow-x: unset;
  z-index: 100;
  position: relative;
}
@media (max-width: 1262.98px) {
  header#banner #main-header {
    position: sticky;
    top: 0;
  }
}
header#banner #main-header.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
}
header#banner #main-header .main-header-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1262.98px) {
  header#banner #main-header .main-header-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
header#banner #main-header .main-header-container .site-logo {
  width: 171px;
  height: auto;
  padding-bottom: 2.5px;
}
@media (max-width: 1262.98px) {
  header#banner #main-header .main-header-container .site-logo {
    width: 110px;
  }
}
header#banner #main-header .main-header-container #navigation-desktop-container {
  width: 78.354%;
  margin: 0 auto 0 3vw;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages {
  margin: calc((25px / 2) * -1) calc((3vw / 2) * -1);
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page {
  list-style: none;
  padding: calc(25px / 2) calc(3vw / 2);
  position: relative;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-page-actions-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-page-actions-wrapper a span {
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-family: "gotham";
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-page-actions-wrapper a:hover {
  text-decoration: none;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-page-actions-wrapper .site-page-toggle-subpages {
  height: 12px;
  width: 20px;
  color: #ffffff;
  margin-left: 5px;
  margin-bottom: 3px;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-page-actions-wrapper .site-page-toggle-subpages:hover {
  color: #ffffff;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page.subpages-displayed .site-page-actions-wrapper .site-page-toggle-subpages {
  transform: rotate(180deg);
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page.selected .site-page-actions-wrapper > a span, header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page.selected > a span {
  position: relative;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page.selected .site-page-actions-wrapper > a span::after, header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page.selected > a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid currentColor;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page.selected .site-page-actions-wrapper > a span {
  position: relative;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page.selected .site-page-actions-wrapper > a span::after {
  bottom: unset;
  top: calc(100% + 3px);
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-sub-pages {
  position: absolute;
  padding: 30px;
  z-index: 5;
  color: #ffffff;
  background-color: currentColor;
  border-radius: 3px;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.4);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page {
  list-style: none;
  padding: 11px 0;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page a {
  width: 255px;
  display: flex;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page a span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  color: #000000;
  font-size: 23px;
  line-height: 1.5em;
  font-family: "gotham";
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page a:hover {
  text-decoration: none;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-sub-pages.small-column .site-sub-page a {
  width: auto;
  min-width: 170px;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page .site-sub-pages::after {
  content: "";
  position: absolute;
  top: calc(15px * -1);
  left: 50%;
  transform: translateX(calc(15px * -1));
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  color: inherit;
  border-bottom: 15px solid currentColor;
}
header#banner #main-header .main-header-container #navigation-desktop-container nav#navigation .site-pages .site-page.selected .site-sub-pages {
  top: calc(100% + 6px);
}
header#banner #main-header .main-header-container .navigation-actions-container {
  color: #ffffff;
}
header#banner #main-header .main-header-container .navigation-actions-container .navigation-actions-wrapper {
  margin: 0 calc((20px / 2) * -1);
}
header#banner #main-header .main-header-container .navigation-actions-container .navigation-actions-wrapper > * {
  padding: 0 calc(20px / 2);
}
header#banner #main-header .main-header-container .navigation-actions-container .navigation-actions-wrapper > * .crtvg-action-icon {
  width: 20px;
  height: 20px;
  color: #ffffff;
}
header#banner #main-header .main-header-container .navigation-actions-container .navigation-actions-wrapper > * #mobile-nav-menu-toggle-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20448%20512'%3E%3Cpath%20fill='%23ffffff'%20d='M16%20132h416c8.837%200%2016-7.163%2016-16V76c0-8.837-7.163-16-16-16H16C7.163%2060%200%2067.163%200%2076v40c0%208.837%207.163%2016%2016%2016zm0%20160h416c8.837%200%2016-7.163%2016-16v-40c0-8.837-7.163-16-16-16H16c-8.837%200-16%207.163-16%2016v40c0%208.837%207.163%2016%2016%2016zm0%20160h416c8.837%200%2016-7.163%2016-16v-40c0-8.837-7.163-16-16-16H16c-8.837%200-16%207.163-16%2016v40c0%208.837%207.163%2016%2016%2016z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
header#banner #main-header .main-header-container .navigation-actions-container .navigation-actions-wrapper > * #mobile-nav-menu-toggle-icon.menu-displayed {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2014.963%2014.963'%3E%3Cg%20transform='translate(-1595.086%20-209.586)'%3E%3Cpath%20fill='none'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-width='2px'%20d='M-6485.5-9229l12.135,12.135'%20transform='translate(8082%209440)'%20/%3E%3Cpath%20fill='none'%20stroke='%23ffffff'%20stroke-linecap='round'%20stroke-width='2px'%20d='M0,0,12.135,12.135'%20transform='translate(1596.5%20223.135)%20rotate(-90)'%20/%3E%3C/g%3E%3C/svg%3E");
}
header#banner #main-header #mobile-extra-container {
  position: absolute;
  top: 100%;
  left: -250px;
  transition-property: left;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  z-index: 999;
  max-height: calc(100vh - 95px);
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  width: 250px;
  max-width: 100vw;
  box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
}
header#banner #main-header #mobile-extra-container::-webkit-scrollbar {
  display: none;
}
header#banner #main-header #mobile-extra-container.displayed {
  left: 0;
}
header#banner #main-header #mobile-extra-container #crtvg-direct-mobile-container .crtvg-direct {
  background: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0;
  padding: 8px 10px;
}
header#banner #main-header #mobile-extra-container #crtvg-direct-mobile-container .crtvg-direct .main-text {
  font-size: 17px;
  line-height: 20px;
  font-family: "gotham";
  margin: 0 0.3px;
}
header#banner #main-header #mobile-extra-container #crtvg-direct-mobile-container .crtvg-direct .main-icon {
  height: 19px;
  width: 19px;
  color: #DF001C;
  margin: 0 4.13px;
}
header#banner #main-header #mobile-extra-container #crtvg-direct-mobile-container .crtvg-direct .option {
  display: flex;
  align-items: center;
  color: inherit;
  justify-content: center;
  font-size: 14px;
  line-height: 19px;
  font-family: "gotham";
  margin: 0 7.3px;
}
header#banner #main-header #mobile-extra-container #crtvg-direct-mobile-container .crtvg-direct .option .option-icon {
  margin-right: 5px;
  width: 20px;
  height: 26px;
}
header#banner #main-header #mobile-extra-container #crtvg-direct-mobile-container .crtvg-direct .option > span {
  line-height: 1;
}
header#banner #main-header #mobile-extra-container #crtvg-direct-mobile-container .crtvg-direct > *:first-child {
  margin-left: 0;
}
header#banner #main-header #mobile-extra-container #crtvg-direct-mobile-container .crtvg-direct > *:last-child {
  margin-right: 0;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation {
  padding: 7.5px 20px;
  background-color: #008495;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages {
  flex-direction: column;
  margin: 0;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page {
  list-style: none;
  padding: 7.5px 0;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-page-actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-page-actions-wrapper a, header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-page-actions-wrapper span {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-family: "gotham";
  text-decoration: none;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-page-actions-wrapper a:hover, header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-page-actions-wrapper span:hover {
  text-decoration: none;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-page-actions-wrapper a:focus, header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-page-actions-wrapper span:focus {
  font-weight: bold;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-page-actions-wrapper .site-page-toggle-subpages {
  height: 12px;
  width: 20px;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-sub-pages {
  background-color: #008495;
  padding: 0 20px;
  margin: 0 -20px;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page {
  list-style: none;
  padding: 7.5px 0 7.5px 10px;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page a, header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page span {
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
  font-family: "gotham";
  text-decoration: none;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page a:hover, header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page span:hover {
  text-decoration: none;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page:first-child {
  padding-top: 15px;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page .site-sub-pages .site-sub-page:last-child {
  padding-bottom: 15px;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page.subpages-displayed {
  padding-bottom: 0;
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page.subpages-displayed .site-page-actions-wrapper .site-page-toggle-subpages {
  transform: rotate(180deg);
}
header#banner #main-header #mobile-extra-container #navigation-mobile-container nav#navigation .site-pages .site-page.subpages-displayed .site-sub-pages {
  margin-top: 7.5px;
}
header#banner #main-header #mobile-extra-container #crtvg-link-mobile-container {
  background: #008495;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0;
  padding: 0px 20px 7.5px 20px;
}
header#banner #main-header #mobile-extra-container #crtvg-link-mobile-container img.crtvg-logo {
  height: 25px;
  width: auto;
}
header#banner #main-header #mobile-extra-container #crtvg-link-mobile-container a {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-family: "gotham";
  text-decoration: none;
}
header#banner #main-header #searchbar-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #008495;
  overflow-y: hidden;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}
header#banner #main-header #searchbar-container .searchbar-wrapper {
  position: relative;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1699.98px) {
  header#banner #main-header #searchbar-container .searchbar-wrapper {
    width: 80%;
  }
}
@media (max-width: 1262.98px) {
  header#banner #main-header #searchbar-container .searchbar-wrapper {
    width: 100%;
  }
}
header#banner #main-header #searchbar-container .searchbar-wrapper .portlet-search-bar .search-bar-simple .search-bar-keywords-input {
  background: transparent;
  border: none;
  color: #ffffff;
  border-bottom: #008495 solid 2px;
  border-radius: 0;
  font-size: 20px;
  line-height: 23px;
  font-family: "gotham";
  margin-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
header#banner #main-header #searchbar-container .searchbar-wrapper .portlet-search-bar .search-bar-simple .search-bar-keywords-input::placeholder {
  color: #008495;
}
header#banner #main-header #searchbar-container .searchbar-wrapper .portlet-search-bar .search-bar-simple .search-bar-keywords-input:focus {
  border-bottom-color: #ffffff;
}
header#banner #main-header #searchbar-container .searchbar-wrapper .portlet-search-bar .search-bar-simple .input-group-inset-item.input-group-inset-item-after {
  display: none;
}
header#banner #main-header #searchbar-container .searchbar-wrapper .clear-searchbar-action {
  position: absolute;
  bottom: 12px;
  right: 0;
  width: 14px;
  height: 14px;
  color: #ffffff;
}
header#banner #main-header #searchbar-container .searchbar-wrapper .clear-searchbar-action:hover {
  color: #ffffff;
}
header#banner #main-header #searchbar-container .searchbar-wrapper .clear-searchbar-action::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  border-bottom: #008495 solid 2px;
  width: 20px;
  transition: border-color 0.15s ease-in-out;
}
header#banner #main-header #searchbar-container .searchbar-wrapper .clear-searchbar-action.input-focused::after {
  border-bottom-color: #ffffff;
}

footer#footer .ad-container {
  overflow-y: hidden;
  margin: 80px 0 20px 0;
}
footer#footer .ad-container .ad-container-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1263px) {
  footer#footer .ad-container .ad-container-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 1263px) and (min-width: 375px) {
  footer#footer .ad-container .ad-container-content {
    max-width: 800px;
  }
}
@media (min-width: 1263px) and (min-width: 800px) {
  footer#footer .ad-container .ad-container-content {
    max-width: 1172px;
  }
}
@media (min-width: 1263px) and (min-width: 1263px) {
  footer#footer .ad-container .ad-container-content {
    max-width: 1672px;
  }
}
@media (min-width: 1263px) and (min-width: 1700px) {
  footer#footer .ad-container .ad-container-content {
    max-width: 1672px;
  }
}
footer#footer .ad-container .ad-container-content .crtvg-ads {
  width: auto;
}
@media (max-width: 1262.98px) {
  footer#footer .ad-container .ad-container-content .crtvg-ads .crtvg-ad-title {
    display: none;
  }
}
footer#footer .ad-container .ad-container-content .crtvg-ads img {
  object-fit: cover;
  object-position: left;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1262.98px) {
  footer#footer .ad-container .ad-container-content .crtvg-ads img {
    height: auto;
    max-height: 100%;
  }
}
footer#footer .social-footer {
  background: #008495;
  padding-top: 30.5px;
  padding-bottom: 30.5px;
  font-family: "gotham";
  color: #ffffff;
}
footer#footer .social-footer .social-footer-row {
  display: flex;
  align-items: center;
  margin: calc((34px / 2) * -1) calc((376px / 2) * -1);
}
@media (max-width: 799.98px) {
  footer#footer .social-footer .social-footer-row {
    flex-direction: column;
    align-items: flex-start;
    margin: calc((34px / 2) * -1) calc((20px / 2) * -1);
  }
}
footer#footer .social-footer .social-footer-row .social-footer-col {
  display: flex;
  flex-direction: column;
  padding: calc(34px / 2) calc(376px / 2);
}
@media (max-width: 799.98px) {
  footer#footer .social-footer .social-footer-row .social-footer-col {
    padding: calc(34px / 2) calc(20px / 2);
  }
}
footer#footer .social-footer .social-footer-row .social-footer-col .footer-section-title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}
@media (max-width: 799.98px) {
  footer#footer .social-footer .social-footer-row .social-footer-col .footer-section-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
footer#footer .social-footer .social-footer-row .social-footer-col .social-footer-col-row {
  display: flex;
  align-items: center;
  margin: calc((20px / 2) * -1);
  list-style: none;
  padding: 0;
}
@media (max-width: 799.98px) {
  footer#footer .social-footer .social-footer-row .social-footer-col .social-footer-col-row {
    margin: calc((10px / 2) * -1);
  }
}
footer#footer .social-footer .social-footer-row .social-footer-col .social-footer-col-row > * {
  padding: calc(20px / 2);
}
@media (max-width: 799.98px) {
  footer#footer .social-footer .social-footer-row .social-footer-col .social-footer-col-row > * {
    padding: calc(10px / 2);
  }
}
footer#footer .social-footer .social-footer-row .social-footer-col .social-footer-col-row > * a {
  color: #ffffff;
}
footer#footer .social-footer .social-footer-row .social-footer-col .social-footer-col-row .social-icon {
  width: 61px;
  height: 61px;
  display: block;
}
@media (max-width: 799.98px) {
  footer#footer .social-footer .social-footer-row .social-footer-col .social-footer-col-row .social-icon {
    width: min(50px, 11.2vw);
    height: min(50px, 11.2vw);
  }
}
footer#footer .social-footer .social-footer-row .social-footer-col .social-footer-col-row .footer-email {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 799.98px) {
  footer#footer .social-footer .social-footer-row .social-footer-col .social-footer-col-row .footer-email {
    font-size: 16px;
    line-height: 19px;
  }
}
footer#footer .social-footer .social-footer-row .social-footer-col .subscribe-button-container {
  width: 190px;
  height: 60px;
}
@media (max-width: 799.98px) {
  footer#footer .social-footer .social-footer-row .social-footer-col .subscribe-button-container {
    width: 185px;
    height: 50px;
  }
}
footer#footer .sections-footer {
  background: #2b3131;
  padding-top: 49px;
  padding-bottom: 49px;
}
@media (max-width: 799.98px) {
  footer#footer .sections-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer#footer .sections-footer .sections-footer-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 799.98px) {
  footer#footer .sections-footer .sections-footer-row {
    flex-direction: column;
    align-items: flex-start;
    margin: calc((25px / 2) * -1) calc((25px / 2) * -1);
  }
}
footer#footer .sections-footer .sections-footer-row > * {
  padding: 0;
}
@media (max-width: 799.98px) {
  footer#footer .sections-footer .sections-footer-row > * {
    padding: calc(25px / 2) calc(25px / 2);
  }
}
footer#footer .sections-footer .sections-footer-row > * a {
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  font-family: "gotham";
}
footer#footer .sections-footer .sections-footer-row > * a:hover {
  text-decoration: none;
}
@media (max-width: 799.98px) {
  footer#footer .sections-footer .sections-footer-row > * a {
    font-size: 18px;
    line-height: 22px;
  }
}
footer#footer .policy-footer {
  background: #000000;
  padding-top: 35px;
  padding-bottom: 35px;
}
footer#footer .policy-footer .policy-footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: calc((30px / 2) * -1);
}
@media (max-width: 799.98px) {
  footer#footer .policy-footer .policy-footer-row {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
  }
}
footer#footer .policy-footer .policy-footer-row > * {
  padding: calc(30px / 2);
}

.mobile-go-to-top-container {
  transform: rotate(180deg);
  display: flex;
  width: min(13vw, 60px);
  height: min(13vw, 60px);
  padding: min(2vw, 10px);
  position: fixed;
  right: 20px;
  bottom: 85px;
  color: #ffffff;
  background-color: #008495;
  box-shadow: 0px 0px 5px 1px #000000;
  border-radius: 50%;
  z-index: 4;
}
.mobile-go-to-top-container:hover {
  color: #ffffff;
  text-decoration: none;
}
.mobile-go-to-top-container > span {
  margin-top: 0.75vw;
}
@media (min-width: 800px) {
  .mobile-go-to-top-container {
    display: none;
  }
}

@media (max-width: 799.98px) {
  body #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher .onesignal-bell-launcher-button {
    width: min(13vw, 60px) !important;
    height: min(13vw, 60px) !important;
  }
}
@media (max-width: 799.98px) {
  .crtvg_contenedor .portlet-search-bar {
    padding: 0 16px;
  }
  .crtvg_contenedor .resultados-busqueda-general .resultados-busqueda-nresultados {
    padding: 0 16px;
  }
  .crtvg_contenedor .resultados-busqueda-general .resultado-busqueda {
    padding: 0 16px;
  }
}

.policy-footer-row-pages {
  display: flex;
  list-style: none;
  margin: calc((10px / 2) / -1) calc((90px / 2) / -1);
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 799.98px) {
  .policy-footer-row-pages {
    flex-direction: column;
    margin: calc((20px / 2) / -1) 0;
  }
}
.policy-footer-row-pages > * {
  padding: calc(10px / 2) calc(90px / 2);
}
@media (max-width: 799.98px) {
  .policy-footer-row-pages > * {
    padding: calc(20px / 2) 0;
  }
}
.policy-footer-row-pages > * a {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-family: "gotham";
}
.policy-footer-row-pages > * a:hover {
  text-decoration: none;
}
@media (max-width: 799.98px) {
  .policy-footer-row-pages > * a {
    font-size: 15px;
    line-height: 18px;
  }
}

.noticias-cultura {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  column-gap: 70px;
  row-gap: 83px;
}
@media (max-width: 799.98px) {
  .noticias-cultura {
    grid-template-columns: unset;
    grid-auto-columns: 100%;
    column-gap: 45px;
  }
}
.noticias-cultura .noticias-cultura-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.noticias-cultura .noticias-cultura-item .noticia-category {
  color: #008495;
  font-family: "gotham";
  font-size: 25px;
  margin-bottom: 5px;
}
.noticias-cultura .noticias-cultura-item .noticia-container a:hover {
  text-decoration: none;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-media {
  position: relative;
  margin-bottom: 15px;
  height: 15.625rem;
}
@media screen and (min-width: 765px) and (max-width: 1023px) {
  .noticias-cultura .noticias-cultura-item .noticia-container .noticia-media {
    height: min(12.5rem, (100vw - 32px) / 1.777777) !important;
  }
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-media img.t4-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-media-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  background: transparent linear-gradient(180deg, rgba(43, 49, 49, 0) 0%, rgba(43, 49, 49, 0) 50%, #2b3131 100%) 0% 0% no-repeat padding-box;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-media-content img.play-icon {
  width: 40px;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-media-content .direct-container img.direct-icon {
  height: 40px;
  width: auto;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content:hover {
  text-decoration: none;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .pre-title-container {
  text-transform: uppercase;
  margin-bottom: 0;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .pre-title-container span, .noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .pre-title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-size: 16px;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container {
  margin: 0 0 15px 0;
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 1262.98px) {
  .noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container {
    font-size: 25px;
    line-height: 1.5;
  }
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container span, .noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-weight: bold;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container span.small-title, .noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container p.small-title {
  font-size: 0.8em;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container span.normal-title, .noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container p.normal-title {
  font-size: 1em;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container span.big-title, .noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .title-container p.big-title {
  font-size: 1.2em;
}
.noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .subtitle-container span, .noticias-cultura .noticias-cultura-item .noticia-container .noticia-content .subtitle-container p {
  color: #2b3131;
  font-family: "gotham";
  font-size: 16px;
}
.noticias-cultura .noticias-cultura-anuncio {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media (max-width: 799.98px) {
  .noticias-cultura .noticias-cultura-anuncio {
    grid-column: unset;
    grid-row: unset;
  }
}

.resultados-busqueda-general .resultados-busqueda-titulo {
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
  line-height: 44px;
  margin: 0 0 20px 0;
  padding-left: 70px;
  position: relative;
}
.resultados-busqueda-general .resultados-busqueda-titulo::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 60px;
  border-bottom: 3px solid #008495;
}
.resultados-busqueda-general .resultados-busqueda-nresultados {
  font-family: "gotham";
  color: #2b3131;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 30px;
}
.resultados-busqueda-general .resultado-busqueda {
  display: flex;
  margin: 0 -10px;
}
.resultados-busqueda-general .resultado-busqueda .resultado-image-container {
  width: 220px;
  padding: 0 10px;
}
@media (max-width: 799.98px) {
  .resultados-busqueda-general .resultado-busqueda .resultado-image-container {
    width: 100%;
  }
}
.resultados-busqueda-general .resultado-busqueda .resultado-image-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.resultados-busqueda-general .resultado-busqueda .resultado-image-container + .resultado-info {
  width: calc(100% - 240px);
}
@media (max-width: 799.98px) {
  .resultados-busqueda-general .resultado-busqueda .resultado-image-container + .resultado-info {
    margin-top: 16px;
    width: 100%;
  }
}
.resultados-busqueda-general .resultado-busqueda .resultado-info {
  font-family: "gotham";
  font-size: 16px;
  line-height: 20px;
  color: #2b3131;
  max-width: 100%;
  padding: 0 10px;
}
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-titulo {
  font-family: "gotham";
  font-size: 20px;
  line-height: 30px;
}
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-titulo a {
  color: #008495;
}
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-titulo a:hover {
  color: #008495;
}
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-resumen {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-resumen a,
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-categorias a,
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-tags a {
  color: #008495;
}
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-resumen a:hover,
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-categorias a:hover,
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-tags a:hover {
  color: #008495;
}
.resultados-busqueda-general .resultado-busqueda .resultado-info .resultado-tags a {
  font-size: 13px;
}
.resultados-busqueda-general .resultado-busqueda .resultado-info > * {
  margin-bottom: 10px;
}
.resultados-busqueda-general .resultado-busqueda .resultado-info > *:last-child {
  margin-bottom: 0;
}
.resultados-busqueda-general .resultados-separador {
  margin: 30px 0;
  width: 100%;
  height: 0;
  border: none;
  border-bottom: 1px solid #B9B9B9;
}
.resultados-busqueda-general + form {
  margin-top: 100px;
}
.resultados-busqueda-general + form .pagination-bar {
  justify-content: center;
}
.resultados-busqueda-general + form .pagination-bar .pagination-items-per-page {
  display: none;
}
.resultados-busqueda-general + form .pagination-bar .pagination-results {
  display: none;
}
.resultados-busqueda-general + form .pagination-bar .pagination {
  margin-bottom: 0;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item {
  margin: 0 15px;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item .page-link {
  border: none;
  font-family: "gotham";
  font-size: 25px;
  line-height: 40px;
  color: #2b3131;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item .page-link:hover {
  background: transparent;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item .page-link:active {
  background: transparent;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item.active .page-link {
  background-color: #008495;
  color: #ffffff;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item:not(.active):not(.disabled) .page-link:hover {
  color: #008495;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item:not(.disabled) .page-link .lfr-portal-tooltip {
  color: #008495;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item:first-child {
  margin-left: 0;
}
.resultados-busqueda-general + form .pagination-bar .pagination .page-item:last-child {
  margin-right: 0;
}
@media (max-width: 799.98px) {
  .resultados-busqueda-general .resultados-busqueda-titulo {
    font-size: 25px;
    line-height: 35px;
  }
  .resultados-busqueda-general .resultados-busqueda-nresultados {
    font-size: 18px;
  }
}

.search-bar-general .search-bar-simple .search-bar-keywords-input-wrapper .search-bar-keywords-input {
  height: 50px;
  border-color: #B9B9B9;
  padding: 0 20px;
  font-family: "gotham";
  font-size: 20px;
  line-height: 23px;
  color: #2b3131;
}
.search-bar-general .search-bar-simple .input-group-inset-item-after {
  border-color: #B9B9B9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  padding-right: 20px;
}
.search-bar-general .search-bar-simple .input-group-inset-item-after .btn {
  padding: 0;
  margin: 0;
  color: #B9B9B9;
  width: 16px;
  height: 16px;
}

.spinner {
  border: 10px solid rgb(255, 255, 255);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-left-color: #008495;
  animation: spin 1s ease infinite;
}

.spinner-contenedor {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.txt-spinner {
  color: #ffffff;
  padding: 12px;
  font-size: 25px;
  line-height: 25px;
  font-family: "gotham";
}

.show-spinner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faceta-modificada-general {
  font-family: "gotham";
  font-size: 16px;
  line-height: 20px;
  color: #2b3131;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  background-color: transparent;
}
.faceta-modificada-general .collapse-icon {
  font-size: 25px;
  font-family: "gotham";
  line-height: 30px;
  padding: 20px 10px;
}
@media (max-width: 799.98px) {
  .faceta-modificada-general .collapse-icon {
    font-size: 18px;
    padding: 10px;
  }
}
.faceta-modificada-general .collapse-icon .collapse-icon-closed,
.faceta-modificada-general .collapse-icon .collapse-icon-open {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018.121%2011.182'%3E%3Cpath%20fill='none'%20stroke='%23008495'%20stroke-width='3px'%20d='M8,0,0,8l8,8'%20transform='translate(1.061%209.061)%20rotate(-90)'%20/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
}
.faceta-modificada-general .collapse-icon .collapse-icon-closed svg,
.faceta-modificada-general .collapse-icon .collapse-icon-open svg {
  display: none;
}
.faceta-modificada-general .collapse-icon .collapse-icon-closed {
  transform: translate(0, -12.5px) rotate(180deg);
}
.faceta-modificada-general .collapse-icon .collapse-icon-closed,
.faceta-modificada-general .collapse-icon .collapse-icon-open {
  margin-top: 0;
  top: 50%;
}
.faceta-modificada-general .panel-collapse .panel-body {
  padding: 0 10px 20px 10px;
}
.faceta-modificada-general .panel-collapse .panel-body .list-unstyled {
  margin-bottom: 15px;
}
.faceta-modificada-general .panel-collapse .panel-body .list-unstyled .facet-value {
  line-height: unset;
  margin-bottom: 15px;
}
.faceta-modificada-general .panel-collapse .panel-body .list-unstyled .facet-value:last-of-type {
  margin-bottom: 0;
}
.faceta-modificada-general .panel-collapse .panel-body .list-unstyled .facet-value a {
  font-size: 16px;
  line-height: 20px;
  color: #008495;
}
.faceta-modificada-general .panel-collapse .panel-body .list-unstyled .facet-value a:hover {
  color: #008495;
}
.faceta-modificada-general .panel-collapse .panel-body .list-unstyled .facet-value a .term-name.facet-term-selected {
  font-family: "gotham";
  font-weight: bold;
}
.faceta-modificada-general .panel-collapse .panel-body .list-unstyled .modified-custom-range {
  margin-top: 15px;
}
.faceta-modificada-general .panel-collapse .panel-body .list-unstyled .modified-custom-range > * {
  padding: 0;
}
.faceta-modificada-general .panel-collapse .panel-body .list-unstyled .modified-custom-range .lfr-ddm-field-group {
  margin-bottom: 15px;
}
.faceta-modificada-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled {
  background-color: transparent;
  border: none;
  color: #008495;
  font-size: 16px;
  line-height: 20px;
}
.faceta-modificada-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled:focus, .faceta-modificada-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled:hover {
  box-shadow: none;
  color: #008495;
}
.faceta-modificada-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled .lfr-btn-label {
  line-height: inherit;
}

.faceta-categoria-general {
  font-family: "gotham";
  font-size: 16px;
  line-height: 20px;
  color: #2b3131;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  background-color: transparent;
}
.faceta-categoria-general .collapse-icon {
  font-size: 25px;
  font-family: "gotham";
  line-height: 30px;
  padding: 20px 10px;
}
@media (max-width: 799.98px) {
  .faceta-categoria-general .collapse-icon {
    font-size: 18px;
    padding: 10px;
  }
}
.faceta-categoria-general .collapse-icon .collapse-icon-closed,
.faceta-categoria-general .collapse-icon .collapse-icon-open {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018.121%2011.182'%3E%3Cpath%20fill='none'%20stroke='%23008495'%20stroke-width='3px'%20d='M8,0,0,8l8,8'%20transform='translate(1.061%209.061)%20rotate(-90)'%20/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
}
.faceta-categoria-general .collapse-icon .collapse-icon-closed svg,
.faceta-categoria-general .collapse-icon .collapse-icon-open svg {
  display: none;
}
.faceta-categoria-general .collapse-icon .collapse-icon-closed {
  transform: translate(0, -12.5px) rotate(180deg);
}
.faceta-categoria-general .collapse-icon .collapse-icon-closed,
.faceta-categoria-general .collapse-icon .collapse-icon-open {
  margin-top: 0;
  top: 50%;
}
.faceta-categoria-general .panel-collapse .panel-body {
  padding: 0 10px 20px 10px;
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset:last-child .list-unstyled {
  margin-bottom: 0;
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset .list-unstyled {
  margin-bottom: 15px;
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value {
  line-height: unset;
  margin-bottom: 15px;
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value:last-of-type {
  margin-bottom: 0;
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label {
  font-size: 16px;
  line-height: 20px;
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008495;
  border-color: #008495;
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 149, 0.25);
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008495;
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:active ~ .custom-control-label::before {
  background-color: rgba(0, 132, 149, 0.25);
}
.faceta-categoria-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .term-name.facet-term-selected {
  font-family: "gotham";
  font-weight: bold;
}
.faceta-categoria-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled {
  background-color: transparent;
  border: none;
  color: #008495;
  font-size: 16px;
  line-height: 20px;
}
.faceta-categoria-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled:focus, .faceta-categoria-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled:hover {
  box-shadow: none;
  color: #008495;
}
.faceta-categoria-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled .lfr-btn-label {
  line-height: inherit;
}

.noticias-general {
  margin: 0 -2.7439%;
}
.noticias-general > * {
  padding: 0 2.7439%;
}
.noticias-general .noticias-general-title-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-title-group {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
}
.noticias-general .noticias-general-title-group .noticias-general-title {
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
  line-height: 44px;
  margin: 0 0 0 0;
  padding-left: 70px;
  position: relative;
}
.noticias-general .noticias-general-title-group .noticias-general-title::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 60px;
  border-bottom: 3px solid #008495;
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-title-group .noticias-general-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.noticias-general .noticias-general-title-group .noticias-rss-container {
  margin: 0;
}
.noticias-general .noticias-general-title-group .noticias-rss-container a {
  display: flex;
  align-items: center;
  color: #008495;
  padding: 10px 12px;
  border: 1px solid currentColor;
  border-radius: 3px;
}
.noticias-general .noticias-general-title-group .noticias-rss-container a:hover {
  text-decoration: none;
  color: #008495;
}
.noticias-general .noticias-general-title-group .noticias-rss-container a .rssIcon {
  display: flex;
  width: 15.44px;
  height: 15.44px;
  margin-right: 6.5px;
}
.noticias-general .noticias-general-title-group .noticias-rss-container a .rssText {
  font-family: "gotham";
  font-size: 19px;
  line-height: 22px;
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-resultados {
    margin-bottom: 40px;
  }
}
.noticias-general .noticias-general-resultados .noticia-general {
  display: flex;
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-resultados .noticia-general {
    flex-wrap: wrap;
  }
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-image-container {
  width: 385px;
  margin-right: 15px;
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-resultados .noticia-general .noticia-general-image-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-image-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-image-container + .noticia-general-info {
  width: calc(100% - 400px);
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-resultados .noticia-general .noticia-general-image-container + .noticia-general-info {
    width: 100%;
  }
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info {
  display: flex;
  flex-direction: column;
  font-family: "gotham";
  font-size: 16px;
  line-height: 20px;
  color: #2b3131;
  max-width: 100%;
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-resultados .noticia-general .noticia-general-info {
    padding: 0 16px;
  }
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-titulo {
  font-family: "gotham";
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-titulo {
    font-size: 20px;
    line-height: 25px;
  }
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-titulo a {
  color: #008495;
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-titulo a:hover {
  color: #008495;
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-resumen {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-resumen {
    font-size: 16px;
    line-height: 25px;
  }
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-resumen * {
  margin-bottom: 0;
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-resumen a,
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-categorias a,
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-tags a {
  color: #008495;
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-resumen a:hover,
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-categorias a:hover,
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info .noticia-general-tags a:hover {
  color: #008495;
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info > * {
  margin-bottom: 15px;
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info > *:last-child {
  margin-bottom: 0;
}
.noticias-general .noticias-general-resultados .noticia-general .noticia-general-info > *:last-child:not(.noticia-general-titulo):not(.noticia-general-autoria):not(.noticia-general-resumen) {
  margin-top: auto;
}
.noticias-general .noticias-general-resultados .resultados-separador {
  margin: 40px 0;
  width: 100%;
  height: 0;
  border: none;
  border-bottom: 1px solid #B9B9B9;
}
.noticias-general .noticias-general-ads .crtvg-ads {
  margin-left: auto;
}
@media (max-width: 799.98px) {
  .noticias-general .noticias-general-ads .crtvg-ads {
    margin-right: auto;
  }
}
.noticias-general ~ .lfr-pagination {
  margin-top: 80px;
}
.noticias-general ~ .lfr-pagination .lfr-pagination-buttons li a {
  border: none;
  background: transparent;
  font-family: "gotham";
  font-size: 25px;
  line-height: 40px;
}
.noticias-general ~ .lfr-pagination .lfr-pagination-buttons li a:hover {
  background: transparent;
}
.noticias-general ~ .lfr-pagination .lfr-pagination-buttons li:not(.disabled) a {
  color: #2b3131;
}
.noticias-general ~ .lfr-pagination .lfr-pagination-buttons li:not(.disabled) a:hover {
  color: #008495;
}

.faceta-tag-general {
  font-family: "gotham";
  font-size: 16px;
  line-height: 20px;
  color: #2b3131;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
  background-color: transparent;
}
.faceta-tag-general .collapse-icon {
  font-size: 25px;
  font-family: "gotham";
  line-height: 30px;
  padding: 20px 10px;
}
@media (max-width: 799.98px) {
  .faceta-tag-general .collapse-icon {
    font-size: 18px;
    padding: 10px;
  }
}
.faceta-tag-general .collapse-icon .collapse-icon-closed,
.faceta-tag-general .collapse-icon .collapse-icon-open {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018.121%2011.182'%3E%3Cpath%20fill='none'%20stroke='%23008495'%20stroke-width='3px'%20d='M8,0,0,8l8,8'%20transform='translate(1.061%209.061)%20rotate(-90)'%20/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 25px;
}
.faceta-tag-general .collapse-icon .collapse-icon-closed svg,
.faceta-tag-general .collapse-icon .collapse-icon-open svg {
  display: none;
}
.faceta-tag-general .collapse-icon .collapse-icon-closed {
  transform: translate(0, -12.5px) rotate(180deg);
}
.faceta-tag-general .collapse-icon .collapse-icon-closed,
.faceta-tag-general .collapse-icon .collapse-icon-open {
  margin-top: 0;
  top: 50%;
}
.faceta-tag-general .panel-collapse .panel-body {
  padding: 0 10px 20px 10px;
}
.faceta-tag-general .panel-collapse .panel-body .fieldset:last-child .list-unstyled {
  margin-bottom: 0;
}
.faceta-tag-general .panel-collapse .panel-body .fieldset .list-unstyled {
  margin-bottom: 15px;
}
.faceta-tag-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value {
  line-height: unset;
  margin-bottom: 15px;
}
.faceta-tag-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value:last-of-type {
  margin-bottom: 0;
}
.faceta-tag-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label {
  font-size: 16px;
  line-height: 20px;
}
.faceta-tag-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #008495;
  border-color: #008495;
}
.faceta-tag-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 149, 0.25);
}
.faceta-tag-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008495;
}
.faceta-tag-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .custom-control-input:active ~ .custom-control-label::before {
  background-color: rgba(0, 132, 149, 0.25);
}
.faceta-tag-general .panel-collapse .panel-body .fieldset .list-unstyled .facet-value .custom-checkbox .facet-checkbox-label .term-name.facet-term-selected {
  font-family: "gotham";
  font-weight: bold;
}
.faceta-tag-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled {
  background-color: transparent;
  border: none;
  color: #008495;
  font-size: 16px;
  line-height: 20px;
}
.faceta-tag-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled:focus, .faceta-tag-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled:hover {
  box-shadow: none;
  color: #008495;
}
.faceta-tag-general .panel-collapse .panel-body .btn.btn-link.btn-unstyled .lfr-btn-label {
  line-height: inherit;
}

.t2-noticia .noticia-container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .t2-noticia .noticia-container {
    height: calc(min(50vw, 836px) / 1.7777777) !important;
  }
}
.t2-noticia .noticia-container img.t2-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.t2-noticia .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.t2-noticia .noticia-container .noticia-content .direct-container {
  margin-bottom: 20px;
}
.t2-noticia .noticia-container .noticia-content .direct-container img {
  width: auto;
  height: 50px;
}
.t2-noticia .noticia-container .noticia-content img.play-icon {
  width: 50px;
  margin-bottom: 15px;
}
@media (max-width: 799.98px) {
  .t2-noticia .noticia-container .noticia-content img.play-icon {
    width: 40px;
    margin: 6.5px;
  }
}
.t2-noticia .noticia-container .noticia-content .pre-title-container {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.t2-noticia .noticia-container .noticia-content .pre-title-container span {
  color: white;
  font-family: "gotham";
  font-size: 18px;
  text-shadow: 0px 0px 4px #000000;
}
.t2-noticia .noticia-container .noticia-content .title-container {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 799.98px) {
  .t2-noticia .noticia-container .noticia-content .title-container {
    font-size: 25px;
  }
}
.t2-noticia .noticia-container .noticia-content .title-container span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  text-shadow: 0px 0px 4px #000000;
}
.t2-noticia .noticia-container .noticia-content .title-container span.small-title {
  font-size: 0.8em;
}
.t2-noticia .noticia-container .noticia-content .title-container span.normal-title {
  font-size: 1em;
}
.t2-noticia .noticia-container .noticia-content .title-container span.big-title {
  font-size: 1.2em;
}
@media (max-width: 799.98px) {
  .t2-noticia .noticia-container .noticia-content .title-container span {
    display: -webkit-box;
    line-height: 40px;
  }
}
.t2-noticia .noticia-container .noticia-content .subtitle-container span, .t2-noticia .noticia-container .noticia-content .subtitle-container p {
  color: white;
  font-family: "gotham";
  font-size: 18px;
  text-shadow: 0px 0px 4px #000000;
}
@media (max-width: 799.98px) {
  .t2-noticia {
    display: flex;
    flex-direction: column;
  }
  .t2-noticia-container {
    width: 100% !important;
    margin-top: 30px;
  }
  .t2-noticia-container .noticia-container {
    height: auto !important;
    min-height: 220px;
  }
  .t2-noticia-container .noticia-container .noticia-content {
    padding: 10px;
  }
  .t2-noticia-container .noticia-container .noticia-content .pre-title-container {
    display: none;
  }
  .t2-noticia-container .noticia-container .noticia-content .title-container {
    margin-bottom: 0;
    font-size: 25px;
  }
  .t2-noticia-container .noticia-container .noticia-content .title-container span {
    line-height: 32px;
  }
  .t2-noticia-container .noticia-container .noticia-content .subtitle-container {
    display: none;
  }
}
@media screen and (max-width: 369px) {
  .t2-noticia-container .noticia-container .noticia-content .title-container span {
    font-size: 0.8em !important;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .t2-noticia-container .noticia-container {
    height: 56.2500024609vw !important;
  }
}

.t3-noticia {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.t3-noticia.align-start {
  justify-content: flex-start;
}
.t3-noticia.align-start .t3-noticia-container {
  margin-right: 15px;
}
.t3-noticia-container {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.t3-noticia-container .noticia-container {
  position: relative;
}
.t3-noticia-container .noticia-container img.t3-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.t3-noticia-container .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, rgba(0, 132, 149, 0) 0%, rgba(0, 132, 149, 0) 25%, #008495 100%) 0% 0% no-repeat padding-box;
}
.t3-noticia-container .noticia-container .noticia-content .direct-container {
  margin-bottom: 0px;
  margin-left: 10px;
}
.t3-noticia-container .noticia-container .noticia-content .direct-container img {
  width: auto;
  height: 40px;
}
.t3-noticia-container .noticia-container .noticia-content img.play-icon {
  width: 40px;
  margin: 0 0 0 10px;
}
.t3-noticia-container .noticia-container .noticia-content .title-container {
  padding: 10px;
  font-size: 23px;
  line-height: 30px;
}
@media (max-width: 1262.98px) {
  .t3-noticia-container .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 25px;
  }
}
.t3-noticia-container .noticia-container .noticia-content .title-container span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  text-shadow: 0px 0px 4px #000000;
}
.t3-noticia-container .noticia-container .noticia-content .title-container span.small-title {
  font-size: 0.8em;
}
.t3-noticia-container .noticia-container .noticia-content .title-container span.normal-title {
  font-size: 1em;
}
.t3-noticia-container .noticia-container .noticia-content .title-container span.big-title {
  font-size: 1.2em;
}
@media screen and (max-width: 764px) {
  .t3-noticia .t3-noticia-container .noticia-container {
    height: calc((100vw - 32px) / 1.77777) !important;
  }
}
@media screen and (min-width: 765px) and (max-width: 1024px) {
  .t3-noticia .t3-noticia-container .noticia-container {
    height: calc((50vw - 35px) / 1.77777) !important;
  }
}
@media screen and (min-width: 1025px) {
  .t3-noticia .t3-noticia-container .noticia-container {
    height: calc((min(100vw, 1672px) / 4 - 30px) / 1.77777) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1125px) {
  .t3-noticia .t3-noticia-container .noticia-container .noticia-content .direct-container img.direct-icon {
    height: 35px;
  }
  .t3-noticia .t3-noticia-container .noticia-container .noticia-content .title-container {
    padding: 0 10px 10px 10px;
  }
  .t3-noticia .t3-noticia-container .noticia-container .noticia-content .title-container span {
    font-size: 0.85em;
    line-height: 10px;
  }
}
@media (max-width: 799.98px) {
  .t3-noticia {
    display: flex;
    flex-direction: column;
  }
  .t3-noticia .t3-noticia-container {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .t3-noticia .t3-noticia-container .noticia-container .noticia-content .title-container {
    font-size: 20px;
  }
  .t3-noticia .t3-noticia-container .noticia-container .noticia-content .title-container span {
    line-height: 30px;
  }
}

.portada-t0-noticia {
  background: #000000;
  padding: 15px 15px 7.5px 15px;
}
.portada-t0-noticia .t0-noticia .last-hour-banner {
  background: #DF001C;
  padding: 20px;
  margin-right: 20px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portada-t0-noticia .t0-noticia .last-hour-banner span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
  white-space: nowrap;
}
.portada-t0-noticia .t0-noticia-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portada-t0-noticia .t0-noticia-content .t0-news {
  position: relative;
  width: 100%;
}
.portada-t0-noticia .t0-noticia-content .t0-news a {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-250%);
  transition: transform ease-out 0.5s;
  text-decoration: none;
}
.portada-t0-noticia .t0-noticia-content .t0-news a.active {
  transform: translateY(0);
  position: relative;
}
.portada-t0-noticia .t0-noticia-content .t0-news a:hover {
  text-decoration: none;
}
.portada-t0-noticia .t0-noticia-content .t0-news a .noticia-container {
  display: flex;
}
.portada-t0-noticia .t0-noticia-content .t0-news a .noticia-container .title-container span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
}
@media (max-width: 799.98px) {
  .portada-t0-noticia {
    padding: 0;
  }
  .portada-t0-noticia .t0-noticia-content {
    flex-direction: column;
  }
  .portada-t0-noticia .t0-noticia-content .last-hour-banner {
    margin: 0;
    width: 100%;
    padding: 13px 0;
  }
  .portada-t0-noticia .t0-noticia-content .last-hour-banner span {
    font-size: 25px;
  }
  .portada-t0-noticia .t0-noticia-content .t0-news {
    padding: 0 15px 15px 15px;
    overflow-y: hidden;
  }
  .portada-t0-noticia .t0-noticia-content .t0-news > a {
    padding: 0 15px;
  }
  .portada-t0-noticia .t0-noticia-content .t0-news > a .noticia-container .title-container {
    font-size: 25px;
  }
}

.portadas-t1-noticia {
  background: #000000;
  padding: 7.5px 15px;
}
.portadas-t1-noticia .t1-noticia .noticia-container {
  height: 32rem !important;
  position: relative;
}
.portadas-t1-noticia .t1-noticia .noticia-container img.t1-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content.no-img {
  position: relative;
  padding: 15px;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content img.play-icon {
  width: 50px;
  margin-bottom: 15px;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content .direct-container {
  margin-bottom: 20px;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content .direct-container img {
  width: auto;
  height: 50px;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content:hover {
  text-decoration: none;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content .title-container {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 70px;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content .title-container span {
  color: white;
  font-family: "gotham";
  font-weight: bold;
  text-shadow: 0 0 4px #000000;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content .title-container span.small-title {
  font-size: 0.8em;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content .title-container span.normal-title {
  font-size: 1em;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content .title-container span.big-title {
  font-size: 1.2em;
}
.portadas-t1-noticia .t1-noticia .noticia-container .noticia-content .subtitle-container span, .portadas-t1-noticia .t1-noticia .noticia-container .noticia-content .subtitle-container p {
  color: white;
  font-family: "gotham";
  font-size: 20px;
  text-shadow: 0 0 4px #000000;
}
.portadas-t1-noticia .t1-noticia .t1-noticia-border1 {
  height: 10px;
  background: #ffd400;
}
.portadas-t1-noticia .t1-noticia .t1-noticia-border2 {
  height: 10px;
  background: #806a00;
}
@media (max-width: 799.98px) {
  .portadas-t1-noticia {
    padding: 0 0 7.5px 0;
  }
  .portadas-t1-noticia .t1-noticia {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container {
    height: 56.2524610452vw !important;
    min-height: 250px;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container.no-img {
    height: auto !important;
    min-height: 0 !important;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container .noticia-content {
    padding: 0 20px 12px 20px;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container .noticia-content a .title-container {
    margin-bottom: 0;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container .noticia-content a .title-container span {
    display: flex;
    line-height: 35px;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container .noticia-content a .title-container span.small-title {
    font-size: 27px;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container .noticia-content a .title-container span.normal-title {
    font-size: 27px;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container .noticia-content a .title-container span.big-title {
    font-size: 27px;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container .noticia-content a .subtitle-container {
    display: none;
  }
  .portadas-t1-noticia .t1-noticia-container .noticia-container .noticia-content a.direct-container img {
    width: 150px;
  }
}

.portadas-t2-noticia {
  background: #000000;
  padding: 7.5px 15px 15px 15px;
}
.portadas-t2-noticia .t2-noticia-container {
  margin-bottom: 15px;
}
.portadas-t2-noticia .t2-noticia-container:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 799.98px) {
  .portadas-t2-noticia {
    padding: 7.5px 0 7.5px 0;
  }
  .portadas-t2-noticia .t2-noticia-container {
    margin-top: 0 !important;
  }
}

.portada-t3-noticias {
  background: #000000;
  padding: 7.5px 15px 15px 15px;
}
@media (max-width: 799.98px) {
  .portada-t3-noticias {
    padding: 7.5px 0 0 0;
  }
}

.portada-t4-noticias {
  padding: 15px;
}
.portada-t4-noticias .portada-noticias-t4-container {
  display: flex;
  justify-content: space-between;
  margin: 0 -12.5px;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col {
  padding: 0 12.5px;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row {
  margin: -15px -12.5px;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container {
  padding: 15px 12.5px;
  width: 100%;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container a:hover {
  text-decoration: none;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media {
  position: relative;
  margin-bottom: 15px;
  height: 171px !important;
}
@media screen and (min-width: 765px) and (max-width: 1023px) {
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media {
    height: min(12.5rem, (100vw - 32px) / 1.777777) !important;
  }
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media img.t4-noticia-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  background: transparent linear-gradient(180deg, rgba(43, 49, 49, 0) 0%, rgba(43, 49, 49, 0) 50%, #2b3131 100%) 0% 0% no-repeat padding-box;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media-content img.play-icon {
  width: 40px;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media-content .direct-container img.direct-icon {
  height: 40px;
  width: auto;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content {
  display: flex;
  flex-direction: column;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content:hover {
  text-decoration: none;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container {
  text-transform: uppercase;
  margin-bottom: 0;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container span, .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-size: 16px;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container {
  margin: 0 0 15px 0;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 1262.98px) {
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 25px;
  }
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container span, .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container p {
  color: #2b3131;
  font-family: "gotham";
  font-weight: bold;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container span.small-title, .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container p.small-title {
  font-size: 0.8em;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container span.normal-title, .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container p.normal-title {
  font-size: 1em;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container span.big-title, .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container p.big-title {
  font-size: 1.2em;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container span, .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container p {
  color: #008495;
  font-family: "gotham";
  font-size: 16px;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-ads {
  padding: 0 12.5px;
  display: flex;
  flex-direction: column;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-ads .t4-ad {
  margin-left: auto;
  margin-bottom: 15px;
}
.portada-t4-noticias .portada-noticias-t4-container .t4-ads .t4-ad:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 799.98px) {
  .portada-t4-noticias {
    padding: 15px 0;
  }
  .portada-t4-noticias .portada-noticias-t4-container {
    flex-direction: column;
    margin: -7.5px -12.5px;
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col {
    padding: 7.5px 12.5px;
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container {
    width: 100%;
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-media {
    margin-bottom: 0;
    height: calc((100vw - 32px) / 1.777777);
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content {
    padding: 0;
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container span {
    font-size: 15px;
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container {
    font-size: 20px;
    line-height: 25px;
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container p, .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container span {
    font-size: 15px;
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .pre-title-container:last-child,
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .title-container:last-child,
  .portada-t4-noticias .portada-noticias-t4-container .t4-noticias-col .t4-noticias-row .t4-noticia-container .noticia-container .noticia-content .subtitle-container:last-child {
    margin-bottom: 0;
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-ads {
    padding: 7.5px 12.5px;
  }
  .portada-t4-noticias .portada-noticias-t4-container .t4-ads .t4-ad {
    margin-left: auto;
    margin-right: auto;
  }
}

.crtvg-basic-web-content {
  font-family: "gotham";
  font-size: 25px;
  line-height: 40px;
  color: #2b3131;
  padding: 100px 0;
}
.crtvg-basic-web-content p {
  margin-bottom: 16px;
}
.crtvg-basic-web-content strong {
  font-family: "gotham";
  font-weight: bold;
}
.crtvg-basic-web-content h1, .crtvg-basic-web-content .h1 {
  font-family: "gotham";
  font-weight: bold;
  font-size: 50px;
  line-height: 55px;
  margin: 0 0 39px 0;
  padding-left: 70px;
  position: relative;
}
.crtvg-basic-web-content h1::before, .crtvg-basic-web-content .h1::before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 60px;
  border-bottom: 3px solid #008495;
}
.crtvg-basic-web-content h2, .crtvg-basic-web-content .h2 {
  font-family: "gotham";
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 30px;
}
.crtvg-basic-web-content h3, .crtvg-basic-web-content .h3 {
  font-family: "gotham";
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 16px;
}
.crtvg-basic-web-content a {
  color: #008495;
}
.crtvg-basic-web-content a:hover {
  color: #008495;
}
.crtvg-basic-web-content ul, .crtvg-basic-web-content ol, .crtvg-basic-web-content dl {
  list-style-position: inside;
  margin-bottom: 16px;
}
.crtvg-basic-web-content ul {
  padding: 0;
  list-style-type: none;
  text-indent: 30px;
}
.crtvg-basic-web-content ul > li {
  position: relative;
  margin-bottom: 16px;
}
.crtvg-basic-web-content ul > li::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 14px;
  left: 0;
}
@media (max-width: 799.98px) {
  .crtvg-basic-web-content {
    padding: 100px 16px;
  }
  .crtvg-basic-web-content h1 {
    font-size: 35px;
    line-height: 44px;
  }
  .crtvg-basic-web-content h2 {
    font-size: 30px;
    line-height: 44px;
  }
  .crtvg-basic-web-content p, .crtvg-basic-web-content span, .crtvg-basic-web-content ul, .crtvg-basic-web-content li {
    font-size: 18px;
    line-height: 35px;
  }
}

.basico-9-anuncios-3 > .row {
  margin: calc((2rem / 2) * -1) calc((200px / 2) * -1);
}
.basico-9-anuncios-3 > .row > *[class^=col-] {
  padding: calc(2rem / 2) calc(200px / 2);
}

.crtvg-row-9-3 {
  margin: calc((0px / 2) * -1) calc((247px / 2) * -1);
}
@media (max-width: 799.98px) {
  .crtvg-row-9-3 {
    margin: calc((69px / 2) * -1) calc((0px / 2) * -1);
  }
}
.crtvg-row-9-3 > * {
  padding: calc(0px / 2) calc(247px / 2);
}
@media (max-width: 799.98px) {
  .crtvg-row-9-3 > * {
    padding: calc(69px / 2) calc(0px / 2);
  }
}
.crtvg-row-9-3.container.row > .col-12.col-md-3 {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.crtvg-row-9-3.container.row > .col-12.col-md-3 div[id*=sas_] {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 799.98px) {
  .crtvg-row-9-3 {
    padding: 0;
  }
  .crtvg-row-9-3 > .col-12.col-md-3 {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 0 45px 0 !important;
  }
}

.crtvg-directos {
  min-height: 1044px;
  margin: 0 -15px;
}
.crtvg-directos .col-media-directos {
  padding: 0 15px;
}
.crtvg-directos .col-media-directos .section-title {
  font-family: "gotham";
  margin-bottom: 9px;
  font-size: 28px;
  font-weight: bold;
  line-height: 31px;
  color: #ffffff;
}
@media (max-width: 799.98px) {
  .crtvg-directos .col-media-directos .section-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 39px;
  }
}
.crtvg-directos .col-media-directos .secciones-directos {
  margin: calc((0px / 2) * -1) calc((30px / 2) * -1);
  list-style: none;
  justify-content: flex-end;
  padding: 0 10px;
  flex-wrap: nowrap;
}
@media (max-width: 799.98px) {
  .crtvg-directos .col-media-directos .secciones-directos {
    padding: 0;
  }
}
.crtvg-directos .col-media-directos .secciones-directos .seccion-directos {
  padding: calc(0px / 2) calc(30px / 2);
}
.crtvg-directos .col-media-directos .secciones-directos .seccion-directos > span {
  font-family: "gotham";
  font-size: 25px;
  line-height: 30px;
  cursor: pointer;
  border-bottom: transparent solid 10px;
  display: block;
}
@media (max-width: 799.98px) {
  .crtvg-directos .col-media-directos .secciones-directos .seccion-directos > span {
    font-size: 18px;
    line-height: 21px;
    border-bottom-width: 5px;
  }
}
.crtvg-directos .col-media-directos .secciones-directos .seccion-directos:not(.selected) > span {
  color: #ffffff !important;
}
.crtvg-directos .col-media-directos .secciones-directos .seccion-directos.selected > span {
  border-bottom-color: currentColor;
}
.crtvg-directos .col-media-directos .contenedor-directo .media-directo {
  display: flex;
  margin-bottom: 20px;
  /*
  .play-media-directo{

      width: 91px;
      height: 91px;
      display: flex;
      border-radius: 5px;
      overflow: hidden;
      padding: 20px;
      background: $black;
      margin-top: auto;

      @include media-breakpoint-down(sm){

          width: 58px;
          height: 58px;
          padding: 12.75px;

      }

      img{

          width: 100%;
          height: 100%;

      }

  }
  */
}
@media (max-width: 799.98px) {
  .crtvg-directos .col-media-directos .contenedor-directo .media-directo {
    margin-bottom: 26px;
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
  }
}
@media (max-width: 374.98px) {
  .crtvg-directos .col-media-directos .contenedor-directo .media-directo {
    margin-left: -5%;
    margin-right: -5%;
  }
}
.crtvg-directos .col-media-directos .contenedor-directo .titulo-directo {
  font-family: "gotham";
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 799.98px) {
  .crtvg-directos .col-media-directos .contenedor-directo .titulo-directo {
    font-size: 25px;
    line-height: 27px;
  }
}
.crtvg-directos .col-anuncios-directos {
  padding: 80px 15px 0 15px;
}
@media (max-width: 799.98px) {
  .crtvg-directos .col-anuncios-directos {
    padding-bottom: 80px;
  }
}
.crtvg-directos .col-anuncios-directos .portlet-content {
  background: #000000;
}
.crtvg-directos .col-anuncios-directos .portlet-content .crtvg-ads {
  width: fit-content;
  margin-left: auto;
  margin-bottom: 10px;
}
@media (max-width: 799.98px) {
  .crtvg-directos .col-anuncios-directos .portlet-content .crtvg-ads {
    margin-right: auto;
  }
}
.crtvg-directos .col-anuncios-directos .portlet-content .crtvg-ads .crtvg-ad-title {
  color: #ffffff;
}

.crtvg_search_3_9 {
  margin: calc((0px / 2) * -1) calc((30px / 2) * -1);
}
@media (max-width: 799.98px) {
  .crtvg_search_3_9 {
    margin: calc((30px / 2) * -1) calc((0px / 2) * -1);
  }
}
.crtvg_search_3_9 > * {
  padding: calc(0px / 2) calc(30px / 2);
}
@media (max-width: 799.98px) {
  .crtvg_search_3_9 > * {
    padding: calc(30px / 2) calc(0px / 2);
  }
}

@media (max-width: 799.98px) {
  .crtvg_contenedor {
    padding: 0;
  }
}

.crtvg-filter-search-container {
  display: flex;
  flex-direction: column;
}
.crtvg-filter-search-container .crtvg-filter-mobile-button {
  display: none;
}
.crtvg-filter-search-container img {
  width: auto;
  margin-left: 20px;
  height: 40px;
}
@media (max-width: 799.98px) {
  .crtvg-filter-search-container {
    padding: 0 16px;
  }
  .crtvg-filter-search-container .crtvg-filter-mobile-button {
    background: white;
    border: 1px solid #00b1c9;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    margin-bottom: 1.5rem;
    width: 100%;
    color: #00b1c9;
  }
  .crtvg-filter-search-container .search-filter-panel-container {
    display: none;
  }
  .crtvg-filter-search-container .search-filter-panel-container.show {
    display: block;
  }
}

#wrapper {
  padding: 0;
}
#wrapper section.portlet {
  margin: 0;
}
#wrapper section.portlet .portlet-content {
  padding: 0;
  border: none;
}
#wrapper section.portlet .portlet-header {
  display: none;
}
#wrapper .taglib-categorization-filter {
  display: none;
}

body p, body span, body li {
  line-height: 1.2;
}
body.has-edit-mode-menu .portlet-asset-publisher section.portlet, body.is-admin-user .portlet-asset-publisher section.portlet {
  min-height: 100px;
}
body.is-admin-user header#banner {
  margin-bottom: 40px;
}
body.signed-in #main-header.fixed-header {
  top: 56px !important;
}
@media screen and (max-width: 765px) {
  body.signed-in #main-header.fixed-header {
    top: 48px !important;
  }
}

/*INICIO CUSTOM STYLES CRTVG*/
.lfr-pagination .pager li > a,
.lfr-pagination .pager li > span {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
  color: #008495 !important;
}
.lfr-pagination .btn-secondary {
  background-color: #008495 !important;
  border-color: #008495 !important;
  color: #fff;
}

ul.pagination .page-link {
  color: #008495 !important;
}
ul.pagination .page-item.active {
  border-color: #008495 !important;
  background-color: #008495 !important;
}
ul.pagination .dropdown-toggle {
  color: #008495 !important;
}

.faceta-categoria-general .btn-primary, .faceta-tag-general .btn-primary {
  background-color: #008495 !important;
  border-color: #008495 !important;
}
.faceta-categoria-general .btn-primary:hover, .faceta-tag-general .btn-primary:hover {
  background-color: #008495 !important;
  border-color: #008495 !important;
  opacity: 0.8;
}

.page-item.active .page-link, .nav-underline .tab.active a.page-item .page-link, .page-item.show .page-link {
  border-color: #008495 !important;
  background-color: #008495 !important;
}

.pagination-items-per-page > a, .pagination-items-per-page > button {
  color: #008495 !important;
}

.pagination-items-per-page.active > a, .nav-underline .tab.active a.pagination-items-per-page > a, .pagination-items-per-page.active > button, .nav-underline .tab.active a.pagination-items-per-page > button, .pagination-items-per-page.show > a, .pagination-items-per-page.show > button {
  border-color: #008495 !important;
  background-color: #008495 !important;
}

.crtvg-ads .crtvg-ads-item .crtvg-ad-title {
  color: #000000 !important;
}

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
