  /***************************************************************
       # Generic tags
   ****************************************************************/

  /*--------------------------------------------------------------
   # Normalize
   --------------------------------------------------------------*/

  	a, a:hover, a:active {
		background-color: transparent;
		color: #F95741;
		text-decoration: none;
	}

  .hover-text-black:hover{
    color: #000000 !important;
  }

   .checkbox input[type='checkbox'] {
    height: 0;
    width: 0;
    opacity: 0;
  }

  .page-template-directe {
    background-color: #384043;
  }

  .btv-current-submenu-directe {
    opacity: 1 !important;
  }

  .checkbox label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 10px;
    padding-left: 0;
  }

  .checkbox input[type='checkbox']:focus~label {
    color: #F95741;
  }

  .menu-search-input-underline {
    border-bottom: solid 1px #3D454A;
  }

  #menu-opened {
    background-color: #2A3034;
    width: 300px;
    height: 100%;
    position: fixed;
    z-index: 999999;
    display: none;
    text-transform: lowercase;
    overflow-y: scroll;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.24px;
    padding-top: 16px;
  }

  @media (max-width: 991px) {
    #menu-opened {
      overflow: scroll;
      top: 100px;
      width: 100%;
    }

    .menu-opened-small.second {
      padding-top: 20px !important;
    }

    .menu-opened-small .directe-menu:before {
      color: #F95741;
    }
  }

  .blink {
    animation: blink-animation 5s steps(1) infinite;
    -webkit-animation: blink-animation 5s steps(1) infinite;
  }

  @keyframes blink-animation {
    0% {
      background-color: #384043;
      border-color: #384043;
    }

    50% {
      background-color: #F95741;
      border-color: #F95741;
    }
  }

  @-webkit-keyframes blink-animation {
    0% {
      background-color: #384043;
      border-color: #384043;
    }

    50% {
      background-color: #F95741;
      border-color: #F95741;
    }
  }

  .directe-list li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }

  .directe-popup-button:hover+.directe-popup,
  .directe-popup:hover {
    display: block !important;
  }

  .menu-opened-title-selected {
    background-color: #373B3E;
    margin-left: -13px;
    padding-left: 13px;
    margin-right: -15px;
    padding-right: 15px;
  }

  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  legend {
    border: 0;
    padding: 0;
  }

  textarea {
    overflow: auto;
  }

  optgroup {
    font-weight: bold;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  td,
  th {
    padding: 0;
  }



  /*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    clear: both;
  }

  p {
    margin-bottom: 1.5em;
  }

  strong {
    font-family: 'PxGroteskBold', Fallback, sans-serif;
    font-weight: normal;
  }

  b {
    font-family: 'PxGroteskBold', Fallback, sans-serif;
    font-weight: normal;
  }

  /*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
  body {
    background: #FFFFFF;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    padding-top: 136px;
    font-family: 'PxGroteskRegular', Fallback, sans-serif;
  }

  @media (min-width: 993px) and (max-width: 1280px) {
    body {
      padding-top: 132px;
    }
  }

  body.wp-admin {
    padding-top: 0px;
    overflow-y: initial;
  }

  img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
  }

  figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
  }

  a {
    cursor: pointer;
  }

  table {
    margin: 0 0 1.5em;
    width: 100%;
  }

  .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
  }

  .alert {
    z-index: 9999;
  }

  .alert-danger.custom {
    border-radius: 0;
    top: -50px;
  }

  .alert-danger.custom.finish {
    top: 0px;
  }

  .alert-success.custom {
    border-radius: 0;
    top: -50px;
  }

  .alert-success.custom.finish {
    top: 0px;
  }

  .alert.custom {
    transition: all 300ms ease;
  }

  html {
    overflow-x: hidden;
  }

  @media (max-width: 991.99px) {
    body {
      padding-top: 110px;
    }
  }

  html.avoid-scroll,
  body.avoid-scroll {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .arrow-opacity-1 {
    opacity: 1 !important;
    cursor: pointer !important;
  }

  .arrow-opacity-05 {
    opacity: 0.5 !important;
    cursor: default !important;
  }

  .center-vertical {
    transform: translate(-50%, -50%);
  }

  /*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

  /* -- label styles ---------------------------------- */
  form label {
    position: absolute;
    top: -18px;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }

  /*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
  header#masthead {
    box-shadow: 0 0 2px -1px #333;
    margin-bottom: 0;
    z-index: 999;
  }

  @media (min-width: 992px) {
    header#masthead {
      width: 100%;
      position: fixed;

      transition: top 0.2s ease-in-out;
    }
  }

  @media (max-width: 989px) {
    header#masthead {
      width: 100%;
      position: fixed;
      transition: top 0.2s ease-in-out;
    }
  }
  .nav-up {
    top: -110px;
}

  /*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

  /* Make sure embeds and iframes fit their containers. */
  embed,
  iframe,
  object {
    max-width: 100%;
  }

  /*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
  @media only screen and (max-width: 1280px) {
    html {
      font-size: 95%;
    }
  }

  /*--------------------------------------------------------------
     ## Netbook
     --------------------------------------------------------------*/
  @media only screen and (max-width: 1024px) {
    html {
      font-size: 93%;
    }
  }

  /*--------------------------------------------------------------
     ## iPad
     --------------------------------------------------------------*/
  @media only screen and (max-width: 960px) {
    html {
      font-size: 90%;
    }
  }

  /*--------------------------------------------------------------
     ## iPad
     --------------------------------------------------------------*/
  @media only screen and (max-width: 768px) {
    html {
      font-size: 88%;
    }
  }

  /*--------------------------------------------------------------
     ## iPad
     --------------------------------------------------------------*/
  @media only screen and (max-width: 480px) {
    html {
      font-size: 86%;
    }
  }

  /*--------------------------------------------------------------
# Meves participacions template
--------------------------------------------------------------*/
  /*****
       *
       * Radio checked style related
       * the fun part starts here
       *
       */
  input[type=radio] {
    display: none;
  }

  #tc_meta input[type=radio] {
    display: inline-flex;
  }

  label:first-of-type {
    border: 0;
  }

  /**
       * How it should look when checked
       */
  input:checked+label:before {
    border-color: white;
    border: none;
    background: #F95741;
  }

  /**
     * How it should look when disabled
     */
  input:disabled+label {
    background: #efefef;
    color: rgba(0, 0, 0, 0.5);
    cursor: not-allowed;
  }

  input.custom:disabled+label {
    background: transparent;
    color: white;
    cursor: not-allowed;
  }

  input:disabled+label:before {
    border-color: white;
    background: white;
  }

  blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 24px;
    padding: 15px;
    line-height: 1.5;
  }

  h3 {
    margin-bottom: 1.0rem;
  }

  .menu_personalitzat_list li {
    border-right: 1px solid white;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
  }

  .menu_personalitzat_list li:last-child {
    border-right: none;
  }

  .ellip {
    display: inherit;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .page-template-carta {
    background-color: #384043;
  }

  .btv-portada-programa-posts-content-container-mobile a:hover .btv-portada-programa-posts-info-container-mobile>p,
  .card-carousel .card-carousel-item .card-carousel-item-container a:hover .card-carousel-item-container-body h3,
  .square a:hover .content .body .body-container h3 {
    color: #F95741;
  }

  #mes-vist.card-carousel .card-carousel-item .card-carousel-item-container a:hover .card-carousel-item-container-body h3 {
    color: #2B3035;
  }

  /*--------------------------------------------------------------
    # Drag and Drop
    --------------------------------------------------------------*/
  .box {
    font-size: 1.25rem;
    /* 20 */
    background-color: transparent;
    position: relative;
    padding: 100px 20px;
  }

  .box.has-advanced-upload {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;

    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
  }

  .box.is-dragover {
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: #F1F0EB;
  }

  .box__dragndrop {
    display: none;
  }

  .box.has-advanced-upload .box__dragndrop {
    display: inline;
  }

  .box.has-advanced-upload .box__icon {
    font-size: 100px;
    margin-bottom: 0;
    text-align: center;
    width: 100%
  }

  .box.is-uploading .box__input,
  .box.is-success .box__input,
  .box.is-error .box__input {
    visibility: hidden;
  }

  .box__uploading,
  .box__success,
  .box__error {
    display: none;
  }

  .box.is-uploading .box__uploading,
  .box.is-success .box__success,
  .box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .box__uploading {
    font-style: italic;
  }

  .box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
  }

  @-webkit-keyframes appear-from-inside {
    from {
      -webkit-transform: translateY(-50%) scale(0);
    }

    75% {
      -webkit-transform: translateY(-50%) scale(1.1);
    }

    to {
      -webkit-transform: translateY(-50%) scale(1);
    }
  }

  @keyframes appear-from-inside {
    from {
      transform: translateY(-50%) scale(0);
    }

    75% {
      transform: translateY(-50%) scale(1.1);
    }

    to {
      transform: translateY(-50%) scale(1);
    }
  }

  .box__restart {
    font-weight: 700;
  }

  .box__restart:focus,
  .box__restart:hover {
    color: #39bfd3;
  }

  .box__file {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    cursor: pointer;
  }

  .box__file+label {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: initial;
    top: initial;
    font-size: 22px;
    text-align: center;
    color: #2A3034;
  }

  .box__file+label strong,
  .box__file+label:hover strong,
  .box__file:focus+label strong,
  .box__file.has-focus+label strong {
    color: #F95741;
    font-family: 'PxGroteskBold', Fallback, sans-serif;
    font-weight: normal;
  }

  .box__file:focus+label,
  .box__file.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
  }

  .box__file+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
  }

  .no-js .box__file+label {
    display: none;
  }

  .no-js .box__button {
    display: block;
  }

  .box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
  }

  .box__button:hover,
  .box__button:focus {
    background-color: #0f3c4b;
  }

  .box__file+label:focus,
  .box__button:focus {
    outline: none;
  }

  .post-partit-link>div>div>div>h4 {
    color: #F95741 !important;
  }

  .prox-partit-mobile a[aria-expanded="true"] .card-header i {
    transform: rotate(180deg);
  }

  .active-label:before,
  label:focus:before,
  label:hover:before,
  label:active:before,
  input:checked+label:before {
    background: white;
    border-color: #F95741;
  }

  html .subscripcions-mobile:last-child {
    margin-bottom: 32px;
  }

  .directe {
    margin-bottom: 20px;
  }

  /*Columnas bootstrap */
  @media (min-width: 992px) and (max-width: 1299.99px) {
    .col-lg-4 {
      -ms-flex: 0 0 33.333333% !important;
      flex: 0 0 33.333333% !important;
      max-width: 33.333333% !important;
    }

    .col-lg-8 {
      -ms-flex: 0 0 66.666667% !important;
      flex: 0 0 66.666667% !important;
      max-width: 66.666667% !important;
    }
  }

  @media (min-width: 1300px) {
    .col-xl-3 {
      -ms-flex: 0 0 25% !important;
      flex: 0 0 25% !important;
      max-width: 25% !important;
    }

    .col-xl-9 {
      -ms-flex: 0 0 75% !important;
      flex: 0 0 75% !important;
      max-width: 75% !important;
    }
  }

  .accordion .fa-angle-down:before {
    color: #F95741;
  }

  .accordion .card a[aria-expanded="true"] .card-header .item-5 i {
    transform: rotate(180deg);
  }

  .btv-portada-categoria-descripcio-content a {
    color: #2A3034;
  }

  .btv-portada-categoria-descripcio-content a:hover {
    text-decoration: underline;
  }

  .element-minut-a-minut h2,
  .element-minut-a-minut h3,
  .element-minut-a-minut h4 {
    font-family: 'PxGroteskRegular', Fallback, sans-serif;
  }

  .element-minut-a-minut h4 {
    margin-top: -3px;
  }

  .element-minut-a-minut .wp-caption {
    width: auto !important;
    margin: 0px;
    max-width: 100%;
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0.1
    }

    100% {
      opacity: 1
    }
  }

  @-moz-keyframes fadeIn {
    0% {
      opacity: 0.1
    }

    100% {
      opacity: 1
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0.1
    }

    100% {
      opacity: 1
    }
  }

  @-o-keyframes fadeIn {
    0% {
      opacity: 0.1
    }

    100% {
      opacity: 1
    }
  }

  .btv-portada-info-dropdown-sinpsi-team-member-info-container>span {
    color: #F1F0EB;
  }

  .recull-editorial p:last-of-type>a::after {
    display: none;
  }

  .recull-editorial p:last-of-type>a {
    margin-bottom: 0;
  }

  .btv-dropdown-opened {
    position: relative;
    z-index: 999;
  }

  #btv-submenu-portada-programa>div {
    position: unset;
  }

  .btv-publicitat-container>div>img {
    width: 100%;
  }

  .btv-publicitat-container img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  @-webkit-keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }

    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes dash {
    0% {
      stroke-dashoffset: 1000;
    }

    100% {
      stroke-dashoffset: 0;
    }
  }

  @-webkit-keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }

    100% {
      stroke-dashoffset: 900;
    }
  }

  @keyframes dash-check {
    0% {
      stroke-dashoffset: -100;
    }

    100% {
      stroke-dashoffset: 900;
    }
  }

  .form-control:focus~.float-label,
  .form-control:valid~.float-label,
  .form-control[disabled="disabled"]~.float-label {
    top: -18px;
    font-size: 12px;
  }

  .form-control:focus~label {
    color: #F95741;
  }

  .form-control:focus~.form-bar:before,
  .form-control:focus~.form-bar:after {
    background: #F95741;
  }

  .form-control:focus~.form-bar:before,
  .form-control:focus~.form-bar:after {
    width: 50%;
  }

  .form-control:focus~.form-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
  }

  @-webkit-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }

    to {
      width: 0;
      background: transparent;
    }
  }

  @-moz-keyframes inputHighlighter {
    from {
      background: #5264AE;
    }

    to {
      width: 0;
      background: transparent;
    }
  }

  @keyframes inputHighlighter {
    from {
      background: #5264AE;
    }

    to {
      width: 0;
      background: transparent;
    }
  }

  .superfront {
    z-index: 999;
  }

  .datepicker-dropdown {
    z-index: 1100 !important;
  }

  #masthead .navbar-nav>li>a {
    color: #8e869d;
    padding: 7px 7px 11px 7px;
  }

  #masthead .navbar-nav>li>a:hover {
    color: #292b2c;
  }

  .navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
  }

  .dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
    vertical-align: 0;
  }

  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }

  .dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
  }

  .dropdown-menu {
    min-width: 12.500rem;
  }

  .dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
  }

  .dropdown-menu .dropdown-item {
    white-space: normal;
  }

  @media screen and (min-width: 37.5em) {
    .menu-toggle {
      display: none;
    }
  }

  @media screen and (min-width: 769px) {
    .dropdown-menu li>.dropdown-menu {
      right: -9.875rem;
      top: 1.375rem;
    }
  }

  @media screen and (max-width: 991px) {
    .dropdown-menu {
      border: medium none;
      margin-left: 1.250rem;
      padding: 0;
    }

    .dropdown-menu li a {
      padding: 0;
    }

    #masthead .navbar-nav>li>a {
      padding-bottom: 0.625rem;
      padding-top: 0.313rem;
    }

    .navbar-light .navbar-toggler {
      border: medium none;
      outline: none;
    }
  }

  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
  }

  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }

  .navigation.post-navigation {
    padding-top: 1.875rem;
  }

  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
  }

  .post-navigation .nav-next a::after {
    content: " \2192";
  }

  .post-navigation .nav-previous a::before {
    content: "\2190 ";
  }

  .post-navigation .nav-previous a:hover,
  .post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
  }

  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .nav>li>a:focus,
  .nav>li>a:hover {
    background-color: #eee;
    text-decoration: none;
  }

  #content[tabindex="-1"]:focus {
    outline: 0;
  }

  a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
  }

  a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
  }

  a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
  }

  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
  }

  .wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
  }

  .wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
  }

  #content.site-content {
    padding-bottom: 3.75rem;

  }

  @media (max-width: 991.99px) {
    #content.site-content {
      margin-top: -20px;
    }
  }

  @media (max-width: 1299.99px) {
    #content.site-content {
      padding-bottom: 0;
      padding-top: 0;
    }
  }

  .sticky .entry-title::before {
    content: '\f08d';
    font-family: fontawesome;
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
  }

  .sticky .entry-title {
    position: relative;
  }

  .entry-title>a {
    color: inherit;
  }

  .comment-content a {
    word-wrap: break-word;
  }

  .comment-body .pull-left {
    padding-right: 0.625rem;
  }

  .comment-list .comment {
    display: block;
  }

  .comment-list {
    padding-left: 0;
  }

  .comments-title {
    font-size: 1.125rem;
  }

  .comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
  }

  .comment-list .pingback:first-child {
    border: medium none;
  }

  .page-content .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }

  .wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
  }

  .wp-block-image figcaption {
    font-size: 12px;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
  }

  .gallery {
    margin-bottom: 1.5em;
  }

  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }

  .gallery-item .gallery-columns-2 {
    max-width: 50%;
  }

  .gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
  }

  .gallery-item .gallery-columns-4 {
    max-width: 25%;
  }

  .gallery-item .gallery-columns-5 {
    max-width: 20%;
  }

  .gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
  }

  .gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
  }

  .gallery-item .gallery-columns-8 {
    max-width: 12.5%;
  }

  .gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
  }

  .gallery-caption {
    display: block;
  }

  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9 {
    float: left !important;
  }

  .vc_column_container>.vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #login-icon-item-mobile,
  #login-close-icon-item {
    position: relative;
    cursor: pointer;
    z-index: 10;
    border-radius: 100%;
  }

  #login-icon-item i,
  #login-close-icon-item i {
    font-size: 27px;
    line-height: 0;
  }

  @media (max-width: 991.99px) {

    #login-icon-item i,
    #login-close-icon-item i {
      font-size: 30px;
    }
  }

  @media (min-width: 992px) {
    @media (max-height: 650px) {
      #login-opened .login-opened-container .login-opened-container-scroll {
        height: 400px !important;
      }
    }
  }

  #login-close-icon-item.changed::before {
    position: absolute;
    content: '';
    display: block;
    background-color: #F1F0EB;
    height: 79px;
    width: 61px;
    left: -20px;
    bottom: -31px;
    z-index: -1;
    background-image: url("/wp-content/themes/beteve/img/avatar-default-dark.png");
    background-repeat: no-repeat;
    background-position: center 24px;
    background-size: 24px;
  }

  #login-icon-item,
  #login-icon-item-mobile,
  #login-close-icon-item {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    top: 6px;
    left: 3px;
  }

  @media (max-width: 991.99px) {

    #login-icon-item,
    #login-icon-item-mobile,
    #login-close-icon-item {
      width: 25px;
      height: 25px;
      top: inherit;
      left: inherit;
    }
  }

  #icon-search {
    position: relative;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    top: 7px;
    left: 1px;
    cursor: pointer;
  }

  @media (max-width: 991.99px) {

    #login-icon-item,
    #login-icon-item-mobile,
    #login-close-icon-item {
      width: 25px;
      height: 25px;
      top: inherit;
      left: inherit;
    }
  }

  .login-opened-container .login-opened-title {
    font-size: 25px !important;
  }

  .login-opened-container .login-opened-title.custom {
    border-right: 1px solid #000;
    margin-right: 15px;
  }

  .login-opened-container .login-opened-title.active {
    color: #F95741 !important;
    background-color: transparent !important;
  }


  #login-opened .login-opened-container .form-control:focus {
    background-color: transparent;
  }

  #login-opened .login-opened-container .form-control:focus~label {
    color: #F95741;
  }

  #login-opened .login-opened-container .form-control:focus~.form-bar:before,
  #login-opened .login-opened-container .form-control:focus~.form-bar:after {
    background: #F95741;
  }

  @media (max-width: 991.99px) {

    #login-opened .login-opened-container,
    #login-opened-usuari .login-opened-container {
      overflow: scroll;
      width: 100vw;
      height: 100vh;
      left: -15px;
      position: relative;
    }
  }

  @media (max-width: 767.99px) {

    #login-opened .login-opened-container,
    #login-opened-usuari .login-opened-container {
      padding: 40px 30px;
      top: -140px;
      left: -20px;
    }
  }

  .accordion-aside .card-header button[aria-expanded="true"] {
    background-color: #F95741;
    color: #2A3034;
  }

  .accordion-aside .card-header button[aria-expanded="true"]:hover {
    color: white;
  }

  .accordion-aside .card-header button[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
  }

  .subcategory-title-selected>h5 {
    color: #F95741;
  }

  .small-second-level-container-selected {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -15px;
    background-color: #373B3E;
  }

  .copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
    text-align: center;
  }

  .copyright a {
    color: inherit;
  }

  @media screen and (max-width: 991px) {
    footer#colophon {
      padding-bottom: 45px;
    }
  }

  @media screen and (max-width: 767px) {
    #masthead .navbar-nav>li>a {
      padding-bottom: 0.938rem;
      padding-top: 0.938rem;
    }
  }

  .tags-links>a {
    padding-right: 10px;
  }

  .tags-links>a:hover {
    color: #2A3034;
  }

  .carousel--beteve .carousel-indicators .active {
    background-color: #F95741;
  }

  .wp-caption,
  .wp-block-image {
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-caption .wp-caption-text,
  .wp-block-image figcaption {
    position: absolute;
    text-align: left;
    bottom: 0;
    width: 100%;
    background-color: #2A3034;
    padding: 4px 24px 8px;
    color: white;
  }

  .post-content-container a:hover {
    text-decoration: underline;
  }

  .post-content-container p {
    font-size: 18px;
    line-height: 1.45;
  }

  .post-content-container h1 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -2.5px;
  }

  .post-content-container h2 {
    font-family: 'PxGroteskRegular', Fallback, sans-serif;
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -2.5px;
    font-weight: 400;
  }

  .post-content-container h3 {
    font-family: 'PxGroteskRegular';
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    font-weight: 400;
  }

  .post-content-container h4 {
    font-family: 'PxGroteskRegular';
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-weight: 400;
  }

  .post-content-container h5 {
    font-size: 24px;
    line-height: 1.19;
  }

  .post-content-container h6 {
    font-size: 21px;
    line-height: 1.21;
  }

  .post-content-container ul li {
    font-size: 18px;
  }

  .post-content-container em.btv_emfasi {
    font-size: 18px;
  }

  div>a>.categoria-container {
    background-color: #2A3034;
  }

  div>a>.categoria-container:hover p {
    color: #F95741;
  }

  div:first-of-type>a>.categoria-container {
    background-color: #F95741;
  }

  div:first-of-type>a>.categoria-container:hover p {
    color: #4B4B4B;
  }

  .section-tags:first-child .categoria-container {
    background-color: #F95741;
  }

  .section-tags:first-child .categoria-container:hover p {
    color: #4B4B4B;
  }

  .button-transcripcio[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  .transcripcio p {
    color: #7b7c7d;
    border-bottom: 2px solid #F95741;
    font-size: 18px;
  }

  @media (max-width: 991px) {
    .post-content-container h2 {
      font-size: 34px;
      line-height: 1.1;
      letter-spacing: -1.5px;
    }

    .categoria-container>p {
      font-size: 15px;
      margin-bottom: 4px;
    }

    #entry-content p {
      color: #2A3034;
      font-size: 14px;
      line-height: 1.5;
      letter-spacing: 0.5px;
    }

    .post-content-container h3 {
      line-height: 1.1;
      letter-spacing: -1px;
      font-size: 28px;
    }

    .post-content-container h4 {
      font-size: 18px;
      letter-spacing: 0;
    }

    #entry-content blockquote {
      font-size: 34px;
    }

    #entry-content .post-excerpt-content>p {
      font-family: 'PxGroteskRegular', Fallback, sans-serif;
      font-size: 16px;
    }
  }

  .wpb_wrapper .participacions {
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aixo-destaquem p {
    margin-bottom: 0;
    white-space: nowrap;
  }

  .aixo-destaquem p:not(:last-of-type)::after {
    content: "|";
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .ellipsis {
    position: relative;
  }

  .ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
  }

  .ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ultima-hora-content p:not(:last-of-type) {
    margin-right: 20px;
  }

  .ultima-hora-content a {
    text-decoration: none;
    color: #F1F0EB;
  }

  .aixo-destaquem a {
    color: #2B3035 !important;
  }

  .title-ellipsis-3-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }

  #btv-submenu-item-more span {
    color: #000;
  }

  .btv-submenu-item-portada-programa {
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
    text-transform: lowercase;
    color: #fff;
    font-family: 'PxGroteskRegular', Fallback, sans-serif;
    font-weight: normal;
  }
  
  @media (min-width: 992px) {
    .btv-submenu-item-portada-programa {
      margin-right: 30px;
      font-size: 14px;
      line-height: 26px;
      padding-top: 0!important;
    }
  }

  #menu-opened::-webkit-scrollbar {
    display: none;
  }

  @media (max-width: 1300px) {

    .entry-content p,
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (max-width: 746px) {
    .max746\:title-ellipsis-2-lines {
      text-overflow:ellipsis;
      overflow:hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      white-space: normal;
    }
  }

  /* Bloc Capçalera minut a minut text */

  .minut-a-minut-header-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 90px;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
  }

  .btv-submenu-item-directe.no-directe span:before {
    color: #676567;
  }

  .wp-block-btv-link-contingut .link-contigut--dark:hover{
    background-color: #2A3034;
  }

