/*
Theme Name: Beteve
Theme URI: https://afterimagedesigns.com/beteve/
Description:  "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). Other features - Currently using Bootstrap v4.0.0-alpha.6, Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder.
Version: 1.0
Text Domain: beteve
Author: Bekodo
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Header
# Footer
# Single Post
# Programa Frontpage
# Category Frontpage
# Programes Page
# A la carta Template
# Programacio template
# Programacio setmana template
# Cinema template
# Temps template
# Meves Dades template
# Meves participacions Template
# 404 template
# Equip template
# Lliga calendari template
# Lliga resultat template
# Lliga clasificacio template
# Home
# Drag and Drop
# Quiz template
# Author Frontpage
# En Directe Template
--------------------------------------------------------------*/

@import "/wp-content/themes/beteve/inc/assets/fonts/px-grotesk/px-grotesk.css";

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding-top: 80px;
}
@media (max-width: 991.99px) {
  body {
    padding-top: 60px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #F95741;
}

a:active,
a:hover{
  color: #F95741;
  outline: 0;
  text-decoration: none;
}

a:hover .ellip-line{
  text-decoration: underline;
  text-decoration-color: #F95741;
}

.ellip-line{
  color: #2A3034;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

small.small {
  font-size: 60%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}
inline-block
button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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;
}

.fwhite {
  color: #EDECE6;
}

.fbeteve {
  color: #F95741;
}

.fgray{
  color: #2A3034!important;
}

.fb19{
  font-size: 1.2rem;
}

.fs22{
  font-size: 1.4rem;
}

.fs25{
  font-size: 25px!important;
}

.fs60{
  font-size: 3.95rem;
}

.fsm36{
  font-size: 36px;
}

@media (max-width: 767.99px) {
  .fsm36{
    font-size: 36px;
  }
}

body {
  font-family: 'PxGroteskLight', Fallback, sans-serif;
}

strong {
  font-family: 'PxGroteskBold', Fallback, sans-serif;
  font-weight: normal;
}

.strong {
  font-family: 'PxGroteskBold', Fallback, sans-serif;
  font-weight: normal;
}

b{
  font-family: 'PxGroteskBold', Fallback, sans-serif;
  font-weight: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #F1F0EB;
}

.vc_section{
  position: relative;
  width: 100%!important;
  padding-right: 15px!important;
  padding-left: 15px!important;
  margin-right: auto!important;
  margin-left: auto!important;
}

.stickyNav{
  z-index: 100!important;
}

@media (min-width: 1300px){
  .container,
  .vc_section {
    max-width: 1290px!important;
  }
}

@media (min-width: 992px) and (max-width: 1299.99px){
  .container,
  .vc_section {
    max-width: 970px!important;
  }
}

@media (max-width: 767.99px){
  .container{
    padding-right: 20px!important;
    padding-left: 20px!important;
  }
  .vc_section {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
}

@media (min-width: 576px){
  .container,
  .vc_section {
    max-width: 100%;
  }
}

@media (min-width: 576px){
  .container-custom-btv,
  .vc_section{
    max-width: 570px;
  }
}

@media (min-width: 1300px){
  .d-xl-block {
    display: block!important;
  }
}

@media (min-width: 1300px){
  .col-lg-6-custom {
    -ms-flex: 0 0 50%!important;
    flex: 0 0 50%!important;
    max-width: 50%!important;
  }
}

.col-adaptive-custom{
  position: relative;
  min-height: 1px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1299.99px){
  .col-adaptive-custom{
    -ms-flex: 0 0 66.666668%;
    flex: 0 0 66.666668%;
    max-width: 66.666668%;
  }
}

// .wpb_wrapper{
//   display: block;
//   margin-right: -15px;
//   margin-left: -15px;
// }

.row{
  margin-right: -10px;
  margin-left: -10px;
}

// .row,
// .wpb_wrapper{
//   margin-right: -10px;
//   margin-left: -10px;
// }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding-left: 10px;
  padding-right: 10px;
}

.wpb_wrapper .participacions{
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 1299.99px){
  .menu-display-custom{
    display: none!important;
  }
}

@media (min-width: 1300px){
  .menu-display-custom{
    display: block!important;
  }
}

.alert {
  z-index: 9999;
}

.alert.custom{
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1100;
  top: -26px;
  transition: all 300ms ease;
  border-color: transparent;
}

ul.custom-form{
  padding-left: 20px;
}

.alert-danger{
  background-color: red;
  color: #F1F0EB;
}

.alert-success{
  background-color: #06d6a0;
  color: #fff;
}

.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;
}

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%;
}

.margin0{
  margin: 0!important;
}

.bggray {
  background-color: #373B3E!important;
}

.bg-384043{
  background-color: #384043!important;
}

.pd-0 {
  padding: 0!important;
}

.pd-left-0 {
  padding-left: 0!important;
}

.pd-right-0 {
  padding-right: 0!important;
}

.pd-left-15 {
  padding-left: 15px!important;
}

.pd-right-20 {
  padding-right: 20px!important;
}

.pd-left-20 {
  padding-left: 20px!important;
}

.pd-left-30 {
  padding-left: 30px!important;
}

.pd-left-5-per {
  padding-left: 5%!important;
}

.pd-left-40 {
  padding-left: 40px!important;
}

.pd-left-70 {
  padding-left: 40px!important;
}
.pd-top-8 {
  padding-top: 8px!important;
}

.pd-top-15 {
  padding-top: 15px!important;
}

.pd-top-20 {
  padding-top: 15px!important;
}

.pd-top-30 {
  padding-top: 30px!important;
}

.pd-top-40 {
  padding-top: 40px!important;
}

.pd-top-53 {
  padding-top: 53px!important;
}

.pd-top-60 {
  padding-top: 60px!important;
}

.pd-top-70 {
  padding-top: 70px!important;
}

.pd-top-140 {
  padding-top: 140px!important;
}

@media (min-width: 992px) {
  .pd-top-5rem{
    padding-top: 5rem!important;
  }
}

.pd-bottom-10 {
  padding-bottom: 10px!important;
}

.pd-bottom-20 {
  padding-bottom: 20px!important;
}

.pd-bottom-15 {
  padding-bottom: 15px!important;
}

.mg-top-10 {
  margin-top: 10px!important;
}

.mg-top-20 {
  margin-top: 20px!important;
}

.mg-top-30 {
  margin-top: 30px!important;
}

.mg-top-40 {
  margin-top: 40px!important;
}

.mg-top-50 {
  margin-top: 50px!important;
}

.mg-top-70 {
  margin-top: 70px!important;
}

.mg-bottom-10 {
  margin-bottom: 10px!important;
}

.mg-bottom-20 {
  margin-bottom: 20px!important;
}

.mg-bottom-30 {
  margin-bottom: 30px!important;
}

.mg-bottom-50 {
  margin-bottom: 50px!important;
}

.mg-bottom-70 {
  margin-bottom: 70px!important;
}

.btn-block{
  width: 100%!important;
}

.mg-none {
  margin: 0!important;
}

.ml-35{
  margin-left: 35px;
}

.bar-beteve-right {
  height: 37px;
  border-right: solid 1px #3D454A;
  display: inline-block;
  position: absolute;
}

.px-10{
  padding-left: 10px;
  padding-right: 10px;
}

.fixed-top{
  z-index: 1030!important;
}

@media (max-width: 991.99px) {
  .px-10-respon{
    padding: 0 10px!important;
  }
}

html{
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
  position: relative;
}

.vc_row{
  margin-left: -10px!important;
  margin-right: -10px!important;
}

.overflowx-scroll{
  overflow-x: scroll;
}

@media (min-width: 992px) {
    .overflowy-scroll{
      overflow-y: scroll;
      overflow-x: hidden;
    }
}

html.avoid-scroll, body.avoid-scroll {
  margin: 0;
  height: 100vh;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Check effect
--------------------------------------------------------------*/
.check-button{
  position: absolute;
  display: none;
  height: 19px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 1px;
}
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-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;
  }
}

.arrow-opacity-1{
  opacity: 1!important;
  cursor: pointer!important;
}

.arrow-opacity-05{
  opacity: 0.5!important;
  cursor: default!important;
}

.center-vertical{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.esborrar{
  background-color: #9EADB3!important;
  border-color: #9EADB3!important;
}


.inline-block {
  display: inline-block!important;
}

.full-vertical-screen {
  height: 100%;
}

.width-auto {
  width: auto!important;
}

.nomargin {
  margin: 0!important;
  padding: 0!important;
}

.superhide {
  display: none!important;
}

.cursorpointer {
  cursor: pointer;
}

.content-area {
  width: 100%;
  display: inline-block;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.title-h2{
  font-size: 21px;
  line-height: 1;
}

.mes-vist{
  padding: 53px 0;
  background-color: #F95741;
}

.mes-vist .arrows-container{
  position: relative;
  width: 100%;
}

.mes-vist .arrows-container .arrows{
  position: absolute;
  top: -50px;
  right: -5px;
}

.mes-vist .arrows-container .arrows img{
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.mes-vist-post{
  padding: 53px 0;
}

.mes-vist-post .arrows-container{
  position: relative;
  width: 100%;
}

.mes-vist-post .arrows-container .arrows{
  position: absolute;
  top: -50px;
  right: -5px;
}

.mes-vist-post .arrows-container .arrows{
  position: absolute;
  top: -45px;
  left: 250px;
}

.mes-vist-post .arrows-container .arrows img{
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.btn{
  border-radius: 0;
  transition: all 300ms ease;
}

.btn-primary, .btn-primary:disabled, .btn-primary.disabled{
  position: relative;
  background-color: #F95741;
  border-color: #F95741;
}

.btn-primary:hover{
  background-color: #F95741;
  border-color: #F95741;
  color: #2A3034;
}

.fb_share:hover,
.twitter_share:hover{
  text-decoration: none;
}

.tag:empty {
  display: none;
}

.card-big{
  margin-bottom: 30px;
  cursor: pointer;
}

.card-big .card-big-header{
  position: relative;
  height: 188px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #979797;
}

.card-big .card-big-header .icon-play{
  position: absolute;
  right: 20px;
  top: 20px;
}

.card-big .card-big-header .tag{
  position: absolute;
  font-size: 14px;
  line-height: 1;
  padding: 6px 11px;
  background-color: #F95741;
  color: #F1F0EB;
  bottom: -12px;
  left: 20px;
  z-index: 1;
}

.card-big .card-big-body{
  position: relative;
  background-color: #FFFFFF;
  padding: 34px 20px 0;
  height: 147px;
}

.card-big .card-big-body h3{
  font-size: 24px;
  color: #2A3034;
  line-height: 1.2;
}

.card-big .card-big-body p.date{
  position: absolute;
  font-size: 12px;
  color: #39393A;
  left: 20px;
  bottom: 12px;
  margin: 0;
  opacity: 0.4;
}

@media (min-width: 992px) {
  .card-big .card-big-body h3{
    font-size: 48px;
  }
  .card-big .card-big-header {
    height: 170px;
  }
  .card-big .card-big-body{
    height: 452px;
  }
  .card-big .card-big-header .tag {
    font-size: 14px;
  }
}

@media (min-width: 1300px) {
  .card-big .card-big-header {
    height: 320px;
  }
  .card-big .card-big-body{
    height: 300px;
  }
}

.card-big-mobile{
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
}

.card-big-mobile .header{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

.card-big-mobile .header::before{
  display: block;
  content: '';
  padding-top: 56.25%;
}

.card-big-mobile .header .image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-size: cover;
  background-position: center;
  background-color: #979797;
}

.card-big-mobile .header .tag{
  position: absolute;
  font-size: 14px;
  line-height: 1;
  padding: 6px 11px;
  background-color: #F95741;
  color: #F1F0EB;
  bottom: -12px;
  left: 20px;
  z-index: 1;
}

.card-big-mobile .body{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

.card-big-mobile .body .info{
  display: block;
  padding: 20px;
  word-wrap: break-word;
  padding-bottom: 40px;
}

.card-big-mobile .body .info h3{
  color: #2A3034;
  font-size: 20px;
  line-height: 1.1;
}

.card-big-mobile .body .info h4{
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
  font-size: 16px;
}

.card-big-mobile .body .info h4:first-of-type{
  margin-top: 0;
}

.card-big-mobile .body .info h4:first-of-type::before{
  content: '';
  display: none;
}

.card-big-mobile .body .info h4::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 1px;
  background-color: #2A3034;
  opacity: 0.3;
}

.card-big-mobile .body .info a{
  color: #2A3034;
}

.card-big-mobile .body .info .date{
  position: absolute;
  font-size: 14px;
  color: rgba(32,36,39,0.49);
  left: 20px;
  bottom: 12px;
  margin: 0;
}

.card-small{
  margin-bottom: 30px;
  cursor: pointer;
}

.card-small .card-small-header{
  position: relative;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #979797;
}

.card-small .card-small-header .icon-play{
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
}

.card-small .card-small-header .tag{
  position: absolute;
  font-size: 14px;
  line-height: 1;
  padding: 6px 11px;
  background-color: #F95741;
  color: #F1F0EB;
  bottom: -12px;
  left: 20px;
  z-index: 1;
}

.card-small .card-small-body{
  position: relative;
  background-color: #FFFFFF;
  padding: 34px 20px 0;
  height: 130px;
}

.card-small .card-small-body-2{
  background-color: #FFFFFF;
  padding: 20px;
}

.card-small .card-small-body h3{
  font-size: 18px;
  color: #2A3034;
}

.card-small .card-small-body-2 h3{
  font-size: 26px;
  color: #2A3034;
  margin-bottom: 32px;
}

.card-small .card-small-body p.date{
  position: absolute;
  font-size: 12px;
  color: #39393A;
  left: 20px;
  bottom: 12px;
  margin: 0;
  opacity: 0.4;
}

.card-small .card-small-body-2 p.date{
  font-size: 12px;
  color: #2A3034;
  margin: 0;
}

.card-small .card-small-body-2 p.date span{
  color: #F95741;
  line-height: 23px;
}

@media (max-width: 767.99px) {
  .card-small .card-small-body-2 p.date{
    font-size: 14px;
  }
  .card-small .card-small-body-2 p.date span{
    font-weight: bold;
  }
  .card-small .card-small-body{
    padding: 34px 20px;
    height: auto;
  }
  .card-small .card-small-body h3.fsm30{
    font-size: 30px;
  }
}

.card-small-mobile {
  cursor: pointer;
}

.card-small-mobile .card-small-mobile-header{
  float: left;
  width: 40%;
  height: 100%;
  position: relative;
}

.card-small-mobile .card-small-mobile-header .card-small-mobile-header-icon-play{
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  top: 10px;
}

.card-small-mobile .card-small-mobile-body{
  float: left;
  width: 60%;
  height: 100%;
  padding: 15px;
  background-color: #FFFFFF;
}


.card-small-mobile .card-small-mobile-body .card-small-mobile-tag{
  color: #F95741;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.card-small-mobile .card-small-mobile-body .card-small-mobile-date{
  color: #39393A;
  display: inline-block!important;
  font-size: 22px;
  float: left;
  line-height: 1.9;
  margin-bottom: 5px;
}


.card-responsive {
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: -10px;
  margin-left: -10px;
}

.card-responsive .card-responsive-item {
  display: inline-flex;
  width: 320px;
  float: none;
  padding: 0 10px;
  margin-bottom: 20px;
  min-height: 1px;
}
.card-responsive .card-responsive-item .card-responsive-item-container {
  display: inline-block;
  width: 100%;
  background: #F1F0EB;
  transition: all 300ms ease;
}

.card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header{
  position: relative;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #979797;
}

.card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header .icon-play{
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
}

.card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header .tag{
  position: absolute;
  font-size: 14px;
  line-height: 1;
  padding: 6px 11px;
  background-color: #F95741;
  color: #F1F0EB;
  bottom: -12px;
  left: 20px;
  z-index: 1;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header .tag:hover{
  color: #2A3034;
}

.card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body{
  position: relative;
  background-color: #FFFFFF;
  padding: 20px 20px 0;
  height: 130px;
}

.card-responsive.destacat .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F95741;
}

.card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h3{
  color: #2A3034;
  font-size: 18px;
  line-height: 1.3;
  max-height: 73px;
  overflow-y: hidden;
}

.card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body a h3:hover{
  color: #F95741;
}

.card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body .date{
  position: absolute;
  font-size: 14px;
  color: rgba(32,36,39,0.49);
  left: 20px;
  bottom: 12px;
  margin: 0;
}

.card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body .date span{
  color: #FA6652;
  font-weight: bold;
}

@media (max-width: 991.99px) {
  .card-responsive {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .card-responsive .card-responsive-item .card-responsive-item-container {
    float: none;
    padding-bottom: 15px;
    white-space: normal;
    text-align: left;
  }
  .card-responsive.cinema .card-responsive-item .card-responsive-item-container {
    padding-bottom: 0;
  }
  .card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body {
    padding: 34px 20px;
    height: auto;
  }
  .card-responsive .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h3{
    font-size: 25px;
  }
  .card-responsive.destacat,
  .card-responsive.cinema{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-responsive.destacat .card-responsive-item,
  .card-responsive.cinema .card-responsive-item{
    width: 100%;
  }
  .card-responsive.destacat .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header,
  .card-responsive.cinema .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header{
    height: 188px;
    padding-bottom: 56.25%;
  }
  .card-responsive.cinema .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body{
    padding: 15px;
  }
  .card-responsive.cinema .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h3{
    margin-bottom: 25px;
  }
  // .card-responsive.destacat .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body::after{
  //   bottom: -15px;
  // }
  .card-responsive.cinema .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body .date{
    position: initial;
    left: 0;
  }
  .card-responsive.cinema .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body span{
    color: #FA6652;
    font-size: 14px;
    font-weight: bold;
  }
}

.card-responsive-big {
  margin-bottom: 0;
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
}

.card-responsive-big .card-responsive-item {
  display: block;
  width: 640px;
  float: none;
  padding: 0 10px;
  margin-bottom: 20px;
  min-height: 1px;
}
.card-responsive-big .card-responsive-item .card-responsive-item-container {
  display: inline-block;
  width: 100%;
  background: #F1F0EB;
  transition: all 300ms ease;
}

.card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header{
  position: relative;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #979797;
}

.card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header .icon-play{
  position: absolute;
  width: 28px;
  height: 28px;
  right: 15px;
  top: 15px;
}

.card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header .tag{
  position: absolute;
  font-size: 14px;
  line-height: 1;
  padding: 6px 11px;
  background-color: #F95741;
  color: #F1F0EB;
  bottom: -12px;
  left: 15px;
  z-index: 1;
}

.card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body{
  position: relative;
  background-color: #FFFFFF;
  padding: 50px 15px 0;
  height: 265px;
}

.card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h3{
  color: #2A3034;
  font-size: 36px;
  line-height: 1.3;
}

.card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body .date{
  position: absolute;
  font-size: 14px;
  color: rgba(32,36,39,0.49);
  left: 15px;
  bottom: 12px;
  margin: 0;
}

.card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body .date span{
  color: #FA6652;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1299.99px) {
  .card-responsive-big .card-responsive-item{
    width: 480px;
  }
  .card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body {
    padding: 30px;
    height: 200px;
  }
}

@media (max-width: 991.99px) {
  .card-responsive-big .card-responsive-item{
    width: 100%;
    padding: 0 5px;
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .card-responsive-big .card-responsive-item .card-responsive-item-container {
    padding-bottom: 15px;
  }
  .card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header{
    height: 188px;
  }
  .card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body {
    padding: 30px 15px;
    height: auto;
  }
  .card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h3{
    font-size: 20px;
  }
}

@media (max-width: 767.99px) {
  .card-responsive-big {
    text-align: left;
  }
  .card-responsive-big .card-responsive-item{
    margin-bottom: 10px;
  }
  .card-responsive-big .card-responsive-item .card-responsive-item-container {
    padding-bottom: 15px;
  }
  .card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header{
    height: 147px;
  }
  .card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body {
    padding: 30px 15px;
    height: auto;
  }
  .card-responsive-big .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h3{
    font-size: 20px;
  }
}

// .card-responsive-home {
// }

// .card-responsive-home .card-responsive-item {
//   width: 100%;
//   margin-bottom: 10px;
//   min-height: 1px;
// }
// .card-responsive-home .card-responsive-item .card-responsive-item-container {
//   display: inline-block;
//   width: 100%;
//   background: #F1F0EB;
//   transition: all 300ms ease;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header{
//   position: relative;
//   height: 170px;
//   background-size: cover;
//   background-repeat: no-repeat;
//   background-position: center;
//   background-color: #979797;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header .icon-play{
//   position: absolute;
//   width: 28px;
//   height: 28px;
//   right: 20px;
//   top: 20px;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-header .tag{
//   position: absolute;
//   font-size: 14px;
//   line-height: 1;
//   padding: 6px 11px;
//   background-color: #F95741;
//   color: #F1F0EB;
//   bottom: -12px;
//   left: 20px;
//   z-index: 0;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body{
//   position: relative;
//   background-color: #F1F0EB;
//   padding: 20px;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body.negative{
//   background-color: #2A3034;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body.negative h3{
//   color: #F1F0EB;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h4{
//   color: #2A3034;
//   font-size: 14px;
//   line-height: 1.3;
//   position: relative;
//   margin-bottom: 30px;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h4::before{
//   content: '';
//   position: absolute;
//   bottom: -15px;
//   left: 0;
//   width: 90px;
//   height: 1px;
//   background-color: #2A3034;
//   opacity: 0.3;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h4:last-child{
//   margin-bottom: 0;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h4:last-child::before{
//   display: none;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body h3{
//   color: #2A3034;
//   font-size: 20px;
//   line-height: 1.3;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body .date{
//   position: absolute;
//   font-size: 14px;
//   color: rgba(32,36,39,0.49);
//   left: 20px;
//   bottom: 12px;
//   margin: 0;
// }

// .card-responsive-home .card-responsive-item .card-responsive-item-container .card-responsive-item-container-body .date span{
//   color: #FA6652;
//   font-weight: bold;
// }

/*--------------------------------------------------------------
# new estructure card carousel
--------------------------------------------------------------*/
.card-carousel {
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0 -10px;
}

.card-carousel .card-carousel-item {
  display: inline-flex;
  float: none;
  padding: 0 10px;
  margin-bottom: 32px;
  min-height: 1px;
}
.card-carousel .card-carousel-item .card-carousel-item-container {
  display: inline-block;
  width: 300px;
  background: #F1F0EB;
  transition: all 300ms ease;
  float: none;
  white-space: normal;
  text-align: left;
}

.card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-header{
  position: relative;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #979797;
}

.card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-header .icon-play{
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
}

.card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-header .tag{
  position: absolute;
  font-size: 14px;
  line-height: 1;
  padding: 6px 11px;
  background-color: #F95741;
  color: #F1F0EB;
  bottom: -12px;
  left: 20px;
  z-index: 1;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-header .tag:hover{
  color: #2A3034;
}

.card-carousel .card-carousel-item-simple .card-carousel-item-container .card-carousel-item-container-header .tag:hover{
  color: #F1F0EB;
}

.card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-body{
  position: relative;
  background-color: #FFFFFF;
  padding: 15px 20px 0;
  height: 130px;
}

.card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-body h3{
  color: #2A3034;
  font-size: 14px;
  max-height: 55px;
  overflow-y: hidden;
  padding-bottom: 5px;
}

.card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-body a h3:hover{
  color: #F95741;
}

@media (min-width: 1300px) {
  .card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-body h3{
    font-size: 18px;
    max-height: 80px;
  }
}

.card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-body .date{
  position: absolute;
  font-size: 12px;
  color: #39393A;
  left: 20px;
  bottom: 12px;
  margin: 0;
  opacity: 0.4;
}

@media (max-width: 991.99px) {
  .card-carousel{
    overflow-x: scroll;
    margin: 0 -5px;
  }
  .card-carousel .card-carousel-item{
    padding: 0 5px;
  }
  .card-carousel .card-carousel-item .card-carousel-item-container{
    width: 240px;
  }
  .card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-body h3{
    font-size: 15px;
  }
  .card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-header{
    height: 135px;
  }
  .card-carousel .card-carousel-item .card-carousel-item-container .card-carousel-item-container-body{
    height: 105px;
  }
}




.carousel-item{
  width: auto;
}

.destacats{
  margin-top: 45px;
  padding-top: 45px;
  position: relative;
  margin-bottom: 10px;
}

.destacats::before{
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  top: 10px;
  background-color: #F95741;
  z-index: -1;
}

.destacats-dark::before{  
  background-color: #2A3034;
}

.destacats .arrows-container{
  position: relative;
  width: 100%;
}

.destacats .arrows-container .arrows{
  position: absolute;
  top: -50px;
  right: -5px;
}

.destacats .arrows-container .arrows img{
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.card-responsive-large {
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0 -8px;
}

.card-responsive-large .card-responsive-large-item {
  display: inline-flex;
  float: none;
  min-height: 1px;
  padding: 0 10px;
  margin-bottom: 32px;
}

.card-responsive-large .card-responsive-large-item .card-responsive-large-container{
  position: relative;
  background-size: cover!important;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  display: inline-block;
  width: 300px;
  height: 600px;
  background: #F1F0EB;
  transition: all 300ms ease;
  float: none;
  white-space: normal;
  text-align: left;
}

.card-responsive-large .card-responsive-large-item .card-responsive-large-container::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000a3 0%, rgba(0,0,0,0.00) 100%);
}

.card-responsive-large .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text{
  position: absolute;
  width: 100%;
  padding: 0 15px;
  bottom: 20px;
  left: 0;
}

.card-responsive-large .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text h3{
  font-size: 28px;
  margin-bottom: 10px;
  color: #F1F0EB;
  white-space: initial;
  line-height: 1.1;
}

.card-responsive-large .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text h3:hover{
  color: #F95741;
}

.card-responsive-large .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text p{
  font-size: 21px;
  color: #F95741;
  margin-bottom: 0;
  line-height: 1;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.card-responsive-large .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text p:hover{
  color: #F1F0EB;
}

// @media (min-width: 1300px) {
//   .card-responsive-large .card-responsive-large-item {
//     width: 320px;
//   }
// }
// @media (min-width: 992px) and (max-width: 1299.99px){
//   .card-responsive-large .card-responsive-large-item {
//     width: 237px;
//   }
// }
// @media (min-width: 768px) and (max-width: 991.99px) {
//   .card-responsive-large .card-responsive-large-item {
//     width: 358px;
//   }
// }
@media (max-width: 991.99px) {
  .card-responsive-large .card-responsive-large-item{
    padding: 0 5px;
  }
  .card-responsive-large {
    overflow-x: scroll;
    margin: 0 -5px;
  }
  .card-responsive-large .card-responsive-large-item .card-responsive-large-container {
    float: none;
    padding-bottom: 15px;
    white-space: normal;
    text-align: left;
    height: 240px;
    width: 240px;
  }
  .card-responsive-large .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text h3{
    font-size: 28px;
  }
}

.destacats2{
  margin-top: 40px;
  padding-top: 45px;
  position: relative;
}

.destacats2::before{
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  background-color: #F95741;
  z-index: -1;
}

.destacats2 .arrows-container{
  position: relative;
  width: 100%;
}

.destacats2 .arrows-container .arrows{
  position: absolute;
  top: -50px;
  right: -5px;
}

.destacats2 .arrows-container .arrows img{
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.card-responsive-large2 {
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0 -10px;
}

.card-responsive-large2 .card-responsive-large-item {
  display: inline-flex;
  float: none;
  min-height: 1px;
  padding: 0 10px;
  margin-bottom: 32px;
}

.card-responsive-large2 .card-responsive-large-item .card-responsive-large-container{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  display: inline-block;
  width: 300px;
  height: 600px;
  background: #F1F0EB;
  transition: all 300ms ease;
  float: none;
  white-space: normal;
  text-align: left;
}

.card-responsive-large2 .card-responsive-large-item .card-responsive-large-container::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000a3 0%, rgba(0,0,0,0.00) 100%);
}

.card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text{
  position: absolute;
  width: 100%;
  padding: 0 15px;
  bottom: 20px;
  left: 0;
}

.card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text h3{
  position: relative;
  font-size: 18px;
  color: #F1F0EB;
  white-space: initial;
  margin-bottom: 30px;
  line-height: 1.27;
}

.card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text a h3:hover{
  color: #F95741;
}

.card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text h3::after{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #F1F0EB;
}

.card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text h3:last-of-type::after{
  display: none;
}

.card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text p{
  font-size: 28px;
  color: #F95741;
  margin-bottom: 0;
  line-height: 0.9;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text p:hover{
  color: #F1F0EB;
}

@media (max-width: 991.99px) {
  .destacats2{
    margin-top: 45px;
    padding-top: 45px;
  }
  // .destacats2 h2{
  //   color: #FFF;
  //   font-size: 22px;
  //   margin-bottom: 10px;
  //   padding: 50px 15px 15px;
  //   background-color: #F95741;
  // }
  .card-responsive-large2 .card-responsive-large-item{
    padding: 0 5px;
  }
  .card-responsive-large2 {
    overflow-x: scroll;
    margin: 0 -5px;
  }
  .card-responsive-large2 .card-responsive-large-item .card-responsive-large-container {
    height: 240px;
    width: 240px;
    background-color: #2A3034;
  }
  .card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text h3{
    font-size: 14px;
    margin-bottom: 25px;
  }
  .card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text h3:last-of-type{
    margin-bottom: 10px;
  }
  .card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text h3::after{
    bottom: -16px;
    width: 60px;
  }
  .card-responsive-large2 .card-responsive-large-item .card-responsive-large-container .card-responsive-large-container-text p{
    font-size: 25px;
  }
}

.dropdown-cinema{
  margin-bottom: 32px;
}

.dropdown-cinema .btn{
  background-color: #F95741;
  width: 100%;
  color: #F1F0EB;
  text-align: left;
}

.dropdown-cinema .dropdown-toggle::after{
  float: right;
  top: 9px;
  position: relative;
}


/*--------------------------------------------------------------
# Filter
--------------------------------------------------------------*/

ul.filterOptions {
  margin: 10px 0;
  overflow: hidden;
  padding-left: 0;
}
ul.filterOptions li {
  height: 52px;
  margin-right: 2px;
  float: left;
  list-style: none;
}
ul.filterOptions li button {
  padding-right: 20px;
  color: #F1F0EB;
  text-decoration: none;
  display: block;
  background: none;
  border: none;
  padding-left: 0;
}
ul.filterOptions li button:hover {
  color: #c9c9c9;
}
ul.filterOptions li button:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}
ul.filterOptions li button.selected {
  color: #F95741;
}

.filter-visites{
  font-size: 30px;
  color: #F95741;
}

.filter-visites .dropdown-item{
  font-size: 30px;
}

.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;

}

.scale-anm {
  transform: scale(1);
}

.dark-background {
    background-color: #2A3034!important;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 7px;
  background-color: #7b7a7a;
}

.dot-special .dot {
  position: absolute;
  right: 15px;
  top: 8px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* -- Material Form effect -------------------------------- */
.form-group {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
}
.input-group {
  position: relative;
}
.form-control {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #757575;
}
.input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;
}
.form-control:focus {
  border-color: #757575;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
/* -- label styles ---------------------------------- */
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;
}
.form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    font-size: 16px;
  }
}
.float-label {
  left: 0;
  top: 7px;
  font-size: 16px;
  pointer-events: none;
}
/* active state */
.form-control:focus ~ .float-label,
.form-control:valid ~ .float-label,
.form-control[disabled="disabled"] ~ .float-label {
  top: -18px;
  font-size: 12px;
}
/* input colors ---- */
.form-control:focus ~ label {
  color: #F95741;
}
.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  background: #F95741;
}
/* help-block */
.form-group .help-block {
  position: absolute;
}
.help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300;
}
/* input addon ---*/
.input-group-addon {
  border: none;
  background: transparent;
}
/* ------  inline ----*/
.input-group-addon,
.form-inline .input-group {
  display: table-cell;
}
.input-group-addon,
.input-group-btn {
  width: inherit;
}
.input-group {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-top: 16px;
  }
  .input-group-btn,
  .input-group .form-control,
  .input-group-addon,
  .form-inline .input-group {
    display: inline-block;
  }
  .input-group {
    width: auto;
  }
}
/* -- bar styles -------------------------------------- */
.form-bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-bar:before,
.form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.form-bar:before {
  left: 50%;
}
.form-bar:after {
  right: 50%;
}
/* active state */
.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  width: 50%;
}
/* -- highlighter styles ------------------------------ */
.form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
}
/* active state */
.form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* -- highlighter animation --------------------------- */
@-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;
  }
}
/*-- Checkbox --------------------------- */
/*
 * Core styles required for the checkboxes.
 * @author Jason Mayes 2014, www.jasonmayes.com
 */
 .form-group.checkbox {
  margin-top: 20px;
}
.checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0;
}
.checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0;
}
.checkbox .chk-span {
  top: 0;
  border: 1px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  margin: 0 14px 14px 1px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.checkbox .chk-span.checked {
  top: -2px;
  border-left: 2px solid #F95741;
  border-bottom: 4px solid #F95741;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -moz-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
  -o-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5);
}
.checkbox .chk-span.checked {
  border-left-color: #F95741;
  border-bottom-color: #F95741;
}
.checkbox input[type='checkbox']:focus ~ label {
  color: #F95741;
}
.checkbox input[type='checkbox']:focus ~ label .chk-span {
  border-color: #F95741;
}
.checkbox input[type='checkbox']:focus ~ label .chk-span.checked {
  border-left-color: #F95741;
  border-bottom-color: #F95741;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 5px;
  }
}
.form-control-static {
  font-size: 16px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed;
}
#focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: none;
}

.form-check-label.custom{
  position: initial;
  padding-left: 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  box-shadow: 0 0 2px -1px #333;
  margin-bottom: 0;
  z-index: 999;
}

.navbar {
  height: 60px;
  background-color: #2A3034;
}

@media (min-width: 992px) {
  .navbar {
    height: 80px;
    // border-bottom: solid 1px #3D454A;
  }
  header#masthead {
    // position: fixed;
    width: 100%;
  }
}

.navbar-brand#logo-beteve {
  margin-top: -10px;
  margin-right: 2rem;
}

// @media (max-width: 991px) {
//   .navbar-brand#logo-beteve {
//     padding-left: 9px;
//   }
// }

@media (max-width: 575.99px) {
  .navbar-brand#logo-beteve {
    width: 110px;
  }
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  outline: medium none;
  text-decoration: none;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  padding: 1.875rem 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  color: #cdbfe3;
  padding: 4rem 0.938rem;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

#page-sub-header h1 {
  margin-top: 0;
  color: #F1F0EB;
  margin-bottom: 0.625rem;
}

#page-sub-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #page-sub-header h1 {
    font-size: 3.750rem;
    line-height: 1;
  }

  #page-sub-header {
    padding-top: 3.750rem;
    padding-bottom: 3.750rem;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 50rem;
  }
}

.navbar-toggler {
  border: none;
}

@media (min-width: 992px) {
  .navbar-toggler {
    padding-right: 20px;
  }
}

#menu-header > li > a.dropdown-toggle::after {
  display: none;
}

#menu-header > li > ul.dropdown-menu {
  background: none;
  border: none;
  padding-left: 0;
  margin: 0;
}

#menu-header > li > ul.dropdown-menu > li{
  display: contents;
}

#menu-header > li > ul.dropdown-menu > li > a {
  padding: 0.5rem;
  text-transform: lowercase;
  color: #F1F0EB
}

#menu-header > li > ul.dropdown-menu > li > a:hover {
  color: #F83D2C;
  background: none;
  text-decoration: none;
}

#menu-header > li > ul.dropdown-menu > li > a:focus {
  color: #F83D2C;
  background: none;
  text-decoration: none;
}

#menu-header > li > ul.dropdown-menu > li > ul {
  background: none;
}

#menu-header > li > ul.dropdown-menu > li > ul > li > a {
  padding: 0.5rem;
  text-transform: lowercase;
  color: #F1F0EB
}

#menu-header > li > ul.dropdown-menu > li > ul > li > a:hover {
  color: #F83D2C;
  background: none;
  text-decoration: none;
}

#menu-header > li > ul.dropdown-menu > li > > ul > li > a:focus {
  color: #F83D2C;
  background: none;
  text-decoration: none;
}

.background-dropdown-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99;
  background-color: #000;
  opacity: 0.88;
}

#btv-search-input-header{
  background-color: transparent;
  position: fixed;
  padding: 0 15px;
  z-index: 9999;
  display: none;
  left: 0;
  top: 162px;
  width: 100%;
}

#btv-search-input-header .title{
  color: #F43F33;
  font-size: 20px;
  letter-spacing: 0.19px;
  line-height: 1.1;
}

#btv-search-input-header input[name="btv_search_text"]{
  background: none;
  border: none;
  margin-left: -1px;
  font-size: 40px;
  letter-spacing: 0.74px;
  line-height: 1.1;
  color: #fff;
}

#btv-search-input-header input[name="btv_search_text"]:focus{
  outline: 0;
}

@media screen and (min-width: 992px) {
  #btv-search-input-header .title{
    font-size: 40px;
  }

  #btv-search-input-header input[name="btv_search_text"]{
    font-size: 160px;
  }
}

// @media (min-width: 992px){
//   .background-dropdown-menu{
//     top: 0!important;
//   }
// }

.datepicker-dropdown{
  z-index: 1100!important;
}

.superfront {
  z-index: 999;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  color: #8e869d;
  padding: 7px 7px 11px 7px;
}

#masthead .navbar-nav > li > a:hover {
  color: #292b2c;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.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;
}

.menu-opened-div-children{
  border-left: 1px solid rgba(255,255,255,0.2);
  height: 100%;
}

/* 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;
}

.comment-navigation .nav-previous,
.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;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  // padding-top: 40px;
}

@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;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

// .post.hentry {
//   margin-bottom: 1rem;
// }

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.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;
}
@media (max-width:991.99px) {
  .vc_col-sm-12 {
    width: 100%!important;
  }
  .vc_col-sm-11 {
    width: 100%!important;
  }
  .vc_col-sm-10 {
    width: 100%!important;
  }
  .vc_col-sm-9 {
    width: 100%!important;
  }
  .vc_col-sm-8 {
    width: 100%!important;
  }
  .vc_col-sm-7 {
    width: 100%!important;
  }
  .vc_col-sm-6 {
    width: 100%!important;
  }
  .vc_col-sm-5 {
    width: 100%!important;
  }
  .vc_col-sm-4 {
    width: 100%!important;
  }
  .vc_col-sm-3 {
    width: 100%!important;
  }
  .vc_col-sm-2 {
    width: 100%!important;
  }
  .vc_col-sm-1 {
    width: 100%!important;
  }
}

@media (min-width:992px) {
  .vc_col-sm-12 {
    width: 100%!important;
  }
  .vc_col-sm-11 {
    width: 91.66666667%!important;
  }
  .vc_col-sm-10 {
    width: 83.33333333%!important;
  }
  .vc_col-sm-9 {
    width: 75%!important;
  }
  .vc_col-sm-8 {
    width: 66.66666667%!important;
  }
  .vc_col-sm-7 {
    width: 58.33333333%!important;
  }
  .vc_col-sm-6 {
    width: 50%!important;
  }
  .vc_col-sm-5 {
    width: 41.66666667%!important;
  }
  .vc_col-sm-4 {
    width: 33.33333333%!important;
  }
  .vc_col-sm-3 {
    width: 25%!important;
  }
  .vc_col-sm-2 {
    width: 16.66666667%!important;
  }
  .vc_col-sm-1 {
    width: 8.33333333%!important;
  }
}

// .vc_desktop article .entry-footer {
//   display: none;
// }

// .vc_desktop #content.site-content {
//   padding-bottom: 0;
//   padding-top: 0;
// }

// .vc_desktop .entry-content {
//   margin-top: 0;
// }

// .compose-mode .vc_empty-shortcode-element, .compose-mode .vc_templatera, .compose-mode .vc_vc_column_text, .compose-mode .vc_vc_widget_sidebar{
//   min-height: 0!important;
// }

// .vc_column_container{
//   padding-left: 10px!important;
//   padding-right: 10px!important;
// }

.vc_column_container>.vc_column-inner{
  padding-left: 10px!important;
  padding-right: 10px!important;
}

// @media (max-width: 991.99px){
//   .vc_column_container>.vc_column-inner{
//     padding-left: 10px!important;
//     padding-right: 10px!important;
//   }
// }

// @media (max-width: 767.99px) {
//   .vc_section{
//     padding-left: 30px!important;
//     padding-right: 30px!important;
//   }
// }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.nav-link {
  font-size: 16px!important;
  line-height: 16px!important;
  color: #F1F0EB!important;
  text-transform: lowercase;
}

.nav-link:hover {
  background-color: #F95741!important;
}

.directe-container {
  background-color: #F95741;
  height: 34px;
  width: 100px;
}

.directe-text {
  color: #F1F0EB;
  height: 100%;
  padding-top: 5px;
}

@media (max-width: 991px) {
  .directe-text {
    padding-top: 8px;
  }
}

.header-directe{
  cursor: pointer;
}

#directe-section{
  background-color: transparent;
  width: 365px;
  height: auto;
  position: absolute;
  z-index: 9999;
  display: none;
  right: 0;
  padding: 0 15px;
  top: 162px;
  left: 143%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

// @media (min-width: 1300px){
//   #directe-section{
//     left: 140%;
//   }
// }

// @media (max-width: 1299.99px){
//   #directe-section{
//     left: 135%;
//   }
// }

#directe-section .directe-section-item a{
  color: #fff;
}

#directe-section .directe-section-item a:hover{
  color: #F95741;
  text-decoration: none;
}

.menu-opened-sms {
  // margin-top: 150px;
  // bottom: 0;
  // position: absolute;
}

// @media (min-width: 992px){
//   @media (max-height: 768px){
//     .height-menu-scroll{
//     }
//   }
// }

.height-menu-scroll{
  // overflow-y: scroll;
  height: 1000px;
}

.menu-opened-sms-item {
  margin-right: 20px;
  margin-top: 10px;
}

.menu-opened-follow {
  color: #F1F0EB;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.menu-opened-address {
  color: rgba(255,255,255,0.31);
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.menu-opened-symbol {
  font-size: 30px;
  line-height: 50px;
}

// .menu-opened-small {
//   padding-left: 30px;
// }

#menu-search-input {
  width: 70%;
  margin-left: 17px;
  border: none;
  background: none;
  color: rgba(182,202,205,0.28);
  font-size: 28px;
}

.menu-search-input-underline {
  border-bottom: solid 1px #3D454A;
}

.menu-search-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-bottom: 10px;
}

#menu-opened {
  background-color: #2A3034;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99;
  display: none;
  text-transform: lowercase;
  overflow-y: scroll;
}

@media (max-width: 991px) {
  #menu-opened {
    overflow: scroll;
    top: 60px;
  }
  .menu-opened-small.second{
    padding-top: 50px!important;
  }
}

#menu-first-level-container > div > a:hover {
    text-decoration: none;
}

.menu-opened-title {
  color: #F1F0EB;
  font-size: 22px;
  line-height: 60px;
  margin-bottom: 0;
  border-bottom: solid 1px #373B3E;
  cursor: pointer;
}

.menu-opened-title:hover {
  background-color: #373B3E;
  margin-left: -13px;
  padding-left: 13px;
  margin-right: -15px;
  padding-right: 15px;
}

.menu-opened-title-selected {
  background-color: #373B3E;
  margin-left: -13px;
  padding-left: 13px;
  margin-right: -15px;
  padding-right: 15px;
}

#login-icon-item,
#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;
  }
}

#menu-icon-item{
  position: relative;
  width: 24px;
  height: 16px;
  background-position: center;
  background-size: cover;
  top: 3px;
  left: 1px;
  cursor: pointer;
}

#close-icon-item,
#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 {
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1099;
  display: none;
}

#login-opened-usuari {
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  display: none;
}

#login-opened .login-opened-container{
  position: absolute;
  right: 25px;
  height: 100vh;
  background-color: #F1F0EB;
  width: 500px;
  padding: 50px;
  top: 0px;
  z-index: 1099;
}

#login-opened-usuari .login-opened-container{
  position: absolute;
  right: 25px;
  background-color: #F1F0EB;
  width: 300px;
  padding: 50px;
  top: -1px;
}

.login-opened-container-close{
  cursor: pointer;
  right: 50px;
  top: 50px;
  width: 28px;
  height: 28px;
}

#login-opened-usuari .login-opened-container a:hover{
  background-color: #d1d1d1;
}

#login-opened .login-opened-container .login-opened-container-scroll{
  display: block;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

#login-opened-usuari .login-opened-container .login-opened-container-scroll{
  display: block;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.login-opened-container .btn.facebook{
  border-color: #3b5999;
  color: #3b5999;
}

.login-opened-container .btn.facebook:hover{
  border-color: #3b5999;
  color: #F1F0EB;
  background-color: #3b5999;
}

.login-opened-container .btn.twitter{
  border-color: #55acee;
  color: #55acee;
}

.login-opened-container .btn.twitter:hover{
  border-color: #55acee;
  color: #F1F0EB;
  background-color: #55acee;
}

.login-opened-container .btn.google{
  border-color: #dd4b39;
  color: #dd4b39;
}

.login-opened-container .btn.google:hover{
  border-color: #dd4b39;
  color: #F1F0EB;
  background-color: #dd4b39;
}

.login-opened-container .login-opened-title{
  color: #2A3034!important;
  font-size: 25px!important;
  // margin-bottom: 55px!important;
  background-color: transparent!important;
  padding-left: 0;
  border-radius: 0;
  cursor: pointer;
}

.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;
  }
}

.subcategory-title {
  font-size: 22px;
  line-height: 30px;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
}

.subcategory-title > a {
  color: #EDECE6!important;
}

.subcategory-title > a:hover  {
  color: #F95741!important;
  text-decoration: none;
}

.subcategory-title-selected > h5 {
  color: #F95741;
}

.sub-subcategory-title {
  color: rgba(255,255,255,0.45);
  font-size: 22px;
  line-height: 30px;
  cursor: pointer;
}

.sub-subcategory-title:hover {
  color: #EDECE6;
}

.small-first-level-title {
  color: #F1F0EB;
  font-size: 28px;
  line-height: 38px;
  // width: 95%;
  padding-top: 5px;
  padding-bottom: 15px;
}

.small-first-level-title.underline {
  border-bottom: solid 1px #3D454A;
}

// #menu-opened-sms-container {
//   position: fixed;
//   bottom: 40px;
// }

#small-menu-opened-sms-container {
  margin-top: 70px;
  margin-bottom: 150px;
}

.small-second-level-group{
  padding-bottom: 250px;
}

.small-second-level-title,
.small-third-level-title {
  color: #F1F0EB;
  font-size: 20px;
  line-height: 60px;
  border-bottom: solid 1px #3D454A;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}

.small-second-level-container-selected {
  margin-left: -30px;
  padding-left: 30px;
  margin-right: -15px;
  background-color: #373B3E;
}

@media (max-width: 991.99px) {
  .nav-icons-small {
    padding: 0!important;
    margin-left: 28px;
  }
  .small-first-level-title,
  .small-second-level-title,
  .small-third-level-title{
    font-size: 18px;
    line-height: 19px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  background: #2A3034 none repeat scroll 0 0;
  color: #99979c!important;
  padding: 1.250rem 0;
  text-align: center;
}

.footer-copyright {
    color: #99979c!important;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon 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;
  }
}

.footer-links {
  color: #F1F0EB!important;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer-links-container {
    margin-top: 40px;
  }
  .footer-links {
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.footer-links:hover > a {
  text-decoration: none!important;
  color: #F95741!important;
}

.footer-title {
  margin-bottom: 0;
  color: #F95741;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

@media (max-width: 767px) {
  .footer-title {
    margin-top: 20px;
  }
}

.footer-input {
  background: none;
  border: none;
  border-bottom: solid 1px #979797;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  padding-bottom: 7px;
}

.footer-copyright {
  margin-top: 40px;
  font-size: 11px;
}

@media (max-width: 991px) {
  .footer-copyright {
    font-size: 11px;
  }
}

.cookies{
  background-color: #F95741;
}

.cookies .title{
  font-size: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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%;
  }
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/

.post-title {
  color: #4B4B4B;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -2.5px;
}

.post-subtitle {
  padding-top: 10px;
  color: rgba(42,48,52,0.45);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

.post-author-container {
  color: #979797;
  padding-top: 20px;
}

.post-author-date-text {
  margin-bottom: 0;
}

.post-author-text {
  color: #F95741;
  font-weight: bold;
  padding-right: 5px;
}

.post-date-text {
  color: #2A3034;
}

.post-content-container {
  color: #2A3034;
  font-size: 20px;
  // margin-top: 1.5em;
}

.post-content-container a:hover{
  text-decoration: underline;
}

.post-content-container p{
  font-size: 18px;
  line-height: 1.56;
}

.post-content-container h1{
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -2.5px;
}

.post-content-container h2{
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -2.5px;
}

.post-content-container h3{
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: -1.5px;
}

.post-content-container h4{
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.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 blockquote p{
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -1px;
  color: #F95741;
  padding-left: 22px;
  border-left: 3px solid #F95741;
}

.post-content-container ul li{
  font-size: 18px;
}

.post-content-container em.btv_emfasi {
  font-size: 18px;
}

.tdn:hover{
  text-decoration: none;
}

.entry-header{
  margin-top: 40px;
}

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;
}

.categoria-container > p {
  color: white;
  height: 100%;
  padding: 0 15px 3px;
  text-transform: lowercase;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.post-share-sms {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

.post-excerpt-content > p {
  color: #2A3034;
  font-size: 18px;
  line-height: 32px;
}

.tags-links {
  color: #F95741;
}

.tags-links > a {
  padding-right: 10px;
}

.tags-links > a:hover {
  color: #2A3034;
}

.related-posts-container > h4 > i {
  font-size: 15px;
}

.related-posts-content-container {
  height: 300px;
  overflow: hidden;
}

.related-posts-info-container {
  background-color: white;
  height: 100%
}

.related-posts-info-container > p {
  padding-top: 20px;
  color: #2A3034;
  font-size: 18px;
  line-height: 24px;
}

.related-posts-info-container > span {
  opacity: 0.4;
  color: #585C5D;
  font-size: 12px;
  line-height: 25px;
}

.related-posts-content-container > span {
  background-color: #F95741;
  padding: 2px 10px;
  position: inherit;
  margin-left: 15px;
  float: left;
  margin-top: -16px;
  z-index: 99;
  color: #F1F0EB;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  text-transform: lowercase;
}

@media (max-width: 991px){
  .post-title{
    font-size: 40px;
    // margin-top: -77px!important;
    margin-bottom: 0;
  }
  .post-subtitle{
    font-size: 22px;
  }
  .categoria-container > p{
    font-size: 15px;
  }
  #entry-content .post-thumbnail{
    margin-bottom: 10px;
  }
  #entry-content p{
    color: #2A3034;
    font-size: 16px;
  }
  #entry-content blockquote{
    color: #F95741;
    font-size: 29px;
  }
}

.button-transcripcio{
  background: transparent;
  border: none;
  color: #F95741;
}

.button-transcripcio:focus{
  outline: none;
}

.button-transcripcio i{
  transition: all 300ms ease;
}

.button-transcripcio[aria-expanded="true"] i{
  transform: rotate(180deg);
}

.transcripcio p{
  color: #7b7c7d;
  border-bottom: 2px solid #F95741;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Programa Frontpage
--------------------------------------------------------------*/

.btv-img-portada-programa {
  position: relative;
  width: 100%;
  left: 0;
  z-index: -9;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #979797;
}

.btv-img-portada-programa.slider{
 z-index: initial;
}

.btv-img-portada-programa::before{
  display: block;
  content: '';
  padding-top: 56.25%;
}

@media (min-width: 992px) {
  .btv-img-portada-programa::before{
    padding-top: 200px;
  }
  .btv-img-portada-programa {
    height: 562px;
  }
}

.btv-img-portada-dades{
  width: 100vw;
  height: 300px;
  background-color: #384043;
}

@media (min-width: 992px) {
  .btv-img-portada-dades {
    height: 420px;
    margin-top: -120px;
  }
}

@media (max-width: 991.99px) {
  .btv-img-portada-dades {
    height: 225px;
    margin-top: -40px;
  }
}

.btv-container-slide-title{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.btv-title-portada-programa,
.btv-sobtitle-portada-programa {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F1F0EB;
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 1;
  width: 98%;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
  white-space: initial;  
  position: absolute;
  top: 35%;
}

.btv-container-slide-title .btv-title-portada-programa, .btv-container-slide-title .btv-sobtitle-portada-programa {
  position: relative;
  top: 35%;

}

@media (min-width: 992px) {
  .btv-title-portada-programa {
    color: #F1F0EB;
    letter-spacing: -2px;
    font-size: 160px;
  }
}

.btv-sobtitle-portada-programa{
  font-size: 40px;
  top: 55%;
}

@media (min-width: 992px) {
  .btv-sobtitle-portada-programa{
    font-size: 48px;
  }
}

.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;
  }
}

#btv-nav-portada-search{
  color: #5C6369;
}

#btv-nav-portada-search:focus{
  outline: none;
}

#btv-nav-portada-search,
#btv-nav-portada-search-small {
  background: none;
  border: none;
  margin-left: -1px;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 35px;
}

.btv-nav-portada-search-100{
  font-size: 100px!important;
}

@media (max-width: 991.99px) {
  #btv-nav-portada-search-small {
    font-size: 14px;
    line-height: 19px;
    margin-top: 0px;
    letter-spacing: normal;
  }

  .btv-nav-portada-search-100{
    font-size: 70px!important;
  }
}

.overflow-inherit{
  overflow: inherit!important;
}

#btv-submenu-portada-programa{
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

#btv-submenu-portada-programa a:hover{
  text-decoration: none;
}

/* If we need to show a dropdown absolute positioned, we need its parent position not to be relative*/
#btv-submenu-portada-programa > div {
  position: unset;
}

#btv-submenu-item-more span {
  color: #000;
}

#btv-dropdown-content-taxonomy {
  margin-top: -30px;
}

#btv-submenu-portada-futbol{
  overflow-y: visible;
  white-space: nowrap;
}

#btv-submenu-portada-futbol-submenu{
  overflow-x: scroll;
}

.veure-classificacio {
  color: #F1F0EB!important;
}

.category-futbol-submenu {
  color: #F1F0EB!important;
}

#btv-submenu-portada-programa .icon-temp{
  width: 36px;
  margin-right: 22px;
}

#btv-submenu-portada-programa .icon-temp-text{
  display: inline-block;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #btv-submenu-portada-programa{
    overflow: hidden;
  }

  #btv-submenu-portada-futbol-submenu{
    overflow-x: visible;
  }
}

#btv-submenu-portada-programa-container {
  background-color: #2A3034;
  color: #F1F0EB;
}

@media (min-width: 992px) {
  #btv-submenu-portada-programa-container {
    height: 40px;
    padding-top: 3px;
    // margin: 0 10px;
  }
}

#btv-submenu-portada-resultats-esport-form-container {
  background-color: #2A3034;
  color: #F1F0EB;
  /* padding: 12px 0; */
}

@media (min-width: 992px) {
  #btv-submenu-portada-resultats-esport-form-container {
    padding-top: 3px;
  }
}

.btv-current-submenu {
  border-bottom: 5px solid #F95741;
  padding-bottom: 6px;
  padding-top: 15px;
}

#btv-nav-portada-programa {
  margin-top: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
}

.btv-portada-programa-filter {
  color: #2A3034;
  font-size: 14px;
  line-height: 19px;
  padding-left: 0;
}

.btv-portada-programa-filter:focus {
  outline: none;
  box-shadow: none;
}

#btv-portada-programa-subscribe, #btv-portada-programa-unsubscribe, #btv-portada-programa-subscribe-author, #btv-portada-programa-unsubscribe-author {
  color: #F95741;
  font-size: 14px;
  line-height: 19px;
}

.btv-portada-programa-posts-content-container {
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .btv-portada-programa-posts-content-container {
    overflow: hidden;
    margin-bottom: 20px;
  }
}

.btv-portada-programa-posts-content-container > span {
  background-color: #F95741;
  padding: 10px 13px;
  position: inherit;
  margin-left: 20px;
  float: left;
  margin-top: -25px;
  z-index: 99;
  color: #F1F0EB;
  font-size: 22px;
  font-weight: bold;
  line-height: 25px;
  text-transform: lowercase;
}

@media (min-width: 992px) {
  .btv-portada-programa-posts-content-container > span {
    background-color: #F95741;
    padding: 2px 10px;
    position: inherit;
    margin-left: 15px;
    float: left;
    margin-top: -16px;
    z-index: 99;
    color: #F1F0EB;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    text-transform: lowercase;
  }
}

.btv-portada-programa-posts-info-container-mobile {
  background-color: #FFFFFF;
  padding: 5px 10px;
  // margin-bottom: 10px;
  min-height: 100%;
}

.btv-portada-programa-posts-info-container-mobile > a {
  color: #F95741;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.btv-portada-programa-posts-info-container-mobile > a:first-child {
  display: block;
  width: 100%;
  margin-bottom: 2px;
}

.btv-portada-programa-posts-info-container-mobile > a > p {
  color: #000000;
  font-weight: normal;
  font-size: 11px;
  margin: 0;
  line-height: 1.1;
  margin-top: 1px;
  display: inline-block;
  overflow-y: hidden;
  max-height: 45px;
}

@media (min-width: 375px){
  .btv-portada-programa-posts-info-container-mobile > a > p {
    font-size: 14px;
    line-height: 1.25;
    max-height: 50px;
  }
}

@media (max-width: 575.99px) {
  // .btv-portada-programa-posts-info-category-mobile {
  //   float: left;

  // }
  .btv-portada-programa-posts-info-container-mobile{
    padding: 0;
    padding-left: 7px;
    max-height: 41px;
    overflow-y: hidden;
    margin-top: -2px;
  }
  .btv-portada-programa-posts-info-container-mobile > a{
    font-size: 11px;
    float: left;
    display: contents;
    height: auto;
    margin-right: 5px;
  }
}


.btv-portada-programa-posts-info-category-mobile {
  color: #F95741;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  text-transform: lowercase;
  display: block;
}

@media (min-width: 576px){
  .btv-portada-programa-posts-info-category-mobile{
    font-size: 14px;
    margin-top: -9px;
    margin-bottom: 5px;
  }
}

@media (min-width: 375px){
  .btv-portada-programa-posts-info-category-mobile{
    font-size: 14px;
  }
}

.btv-portada-programa-posts-info-date-mobile {
  color: rgba(32,36,39,0.49);
  padding-left: 10px;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  left: -2px;
  bottom: -3px;
}

@media (min-width: 576px){
  .btv-portada-programa-posts-info-date-mobile{
    font-size: 14px;
  }
}

.btv-portada-programa-posts-content-img-mobile {
  background-size: cover;
  width: 100%;
  background-color: #858585;
  background-position: center;
  background-repeat: no-repeat;
}

.btv-portada-programa-posts-content-img-mobile::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.btv-portada-programa-posts-info-container > a:hover {
  text-decoration: none!important;
}

.btv-portada-programa-posts-info-container > a > p {
  padding-top: 30px;
  color: #2A3034;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 48px;
}

.btv-portada-programa-posts-info-container > a > p:hover {
  color: #F95741;
}

@media (min-width: 992px) {
  .btv-portada-programa-posts-info-container > a > p {
    padding-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}

.btv-portada-programa-posts-info-container {
  background-color: white;
  height: 100%;
  padding-bottom: 25px;
}

.btv-portada-programa-highlighted {
  border-bottom: solid 5px #F95741;
}

.btv-portada-programa-posts-info-container > span {
  opacity: 0.4;
  color: #585C5D;
  font-size: 22px;
  line-height: 25px;
}

@media (min-width: 992px) {
  .btv-portada-programa-posts-info-container > span {
    opacity: 0.4;
    color: #585C5D;
    font-size: 12px;
    line-height: 25px;
    top: 110px;
    position: absolute;
  }
}

.btv-portada-programa-info-dropdown {
  background: #F95741;
  padding: 9px 15px;
  cursor: pointer;
}

.btv-portada-programa-sinopsi-dropdown {
  width: 100%;
  display: inline-block;
  min-height: 300px;
}

@media (min-width: 992px) {
  .btv-portada-programa-info-dropdown {
    height: auto;
    height: 620px;
    cursor: auto;
    padding: 0;
  }

  .btv-portada-programa-sinopsi-dropdown {
    cursor: auto;
    padding: 0;
  }
}

.btv-portada-programa-info-dropdown > div > span {
  color: #F1F0EB;
  font-size: 18px;
}

.btv-portada-programa-info-dropdown > div > i {
  color: #F1F0EB;
  /* margin-left: 5%; */
}

.btv-highlighted-new {
  width: 100%;
  height: 10px;
  background-color: #F95741;
}

.drodown-icon-right {
  right: 20px;
  position: absolute;
  /* margin-top: 10px; */
}

.btv-portada-info-dropdown-informacio-title-container {
  background-color: #F95741;
  padding: 10px 10px 24px;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-informacio-title-container {
    padding: 15px 25px;
    padding-bottom: 0;
  }

  .max-height-488 {
      height: 488px;
      overflow: hidden;
  }
}

.btv-portada-info-dropdown-informacio-title-container > .btv-portada-info-dropdown-informacio-title {
  color: #2A3034;
  font-size: 20px;
  /* line-height: 53px; */
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-informacio-title-container > .btv-portada-info-dropdown-informacio-title {
    color: #2A3034;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}

.btv-portada-info-dropdown-informacio-title-container > .btv-portada-info-dropdown-informacio-title-sinopsi {
  color: #F1F0EB;
  font-size: 16px;
  /* line-height: 50px; */
  margin-bottom: 19px;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-informacio-title-container > .btv-portada-info-dropdown-informacio-title-sinopsi {
    font-size: 16px;
    line-height: 20px;
  }
}

.btv-portada-info-dropdown-informacio-time-container {
  background-color: #596068;
  color: #F1F0EB;
  font-size: 20px;
  /* line-height: 50px; */
  padding: 20px;
}

@media (max-width: 991.99px) {
  .btv-portada-info-dropdown-informacio-time-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -10px;
  }
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-informacio-time-container {
    font-size: 20px;
    line-height: normal;
    padding: 15px 25px;
  }
}

.btv-portada-info-dropdown-informacio-time-container > p {
  margin: 0;
}

.btv-portada-info-dropdown-informacio-next-container {
  background-color: #3F4548;
  padding: 20px;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-informacio-next-container {
    padding: 15px 25px;
  }
}

@media (max-width: 991px) {
  .btv-portada-info-dropdown-informacio-next-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -10px;
  }
}

.btv-portada-info-dropdown-informacio-next-container > p {
  margin: 0;
}

.btv-portada-info-dropdown-informacio-next-container > .btv-portada-info-dropdown-informacio-remissio {
  color: #F95741;
  font-size: 16px;
  /* line-height: 50px; */
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-informacio-next-container > .btv-portada-info-dropdown-informacio-remissio {
    font-size: 16px;
    line-height: 19px;
  }
}

.btv-portada-info-dropdown-informacio-next-container > .btv-portada-info-dropdown-informacio-remissio-horari {
  color: #F1F0EB;
  font-size: 20px;
  /* line-height: 50px; */
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-informacio-next-container > .btv-portada-info-dropdown-informacio-remissio-horari {
    font-size: 18px;
    line-height: 24px;
  }
}

.btv-dropdown-opened {
  position: relative;
  z-index: 999;
}

.btv-portada-info-dropdown-sinopsi-title-container {
  background-color: #F95741;
  padding: 40px;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsi-title-container {
    padding: 15px 25px;
    height: 359px;
    overflow: hidden;
    padding: 15px 25px!important;
  }
}

.btv-portada-info-dropdown-sinopsi-title-container > .btv-portada-info-dropdown-sinopsi-title {
  color: #2A3034;
  font-size: 20px;
  /* line-height: 53px; */
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsi-title-container > .btv-portada-info-dropdown-sinopsi-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

.btv-portada-info-dropdown-sinopsi-title-container > .btv-portada-info-dropdown-sinopsi-title-sinopsi {
  color: #F1F0EB;
  font-size: 16px;
  /* line-height: 50px; */
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsi-team-member-container > .btv-portada-info-dropdown-sinopsi-title-sinopsi {
    font-size: 14px;
    color: #F1F0EB;
    line-height: 20px;
    overflow: hidden;
  }
}

.btv-portada-info-dropdown-sinopsi-time-container {
  position: relative;
  background-color: #F95741;
  font-size: 32px;
  line-height: 1.5;
  padding: 20px 15px;
  overflow: hidden;
}

@media (max-width: 991.99px) {
  .btv-portada-info-dropdown-sinopsi-time-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -9px;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsi-time-container {
    padding: 5px 25px;
    height: 255px;
    overflow: hidden;
  }
}

.btv-portada-info-dropdown-sinopsi-time-container > p {
  margin: 0;
  line-height: 1;
}

.btv-portada-info-dropdown-sinopsi-next-container {
  /* background-color: #3F4548; */
  background-color: #2A3034;
  padding: 15px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsi-next-container {
    padding: 0px 20px;
    /* max-height: 86px; */
    overflow: hidden;
  }
}

.btv-portada-info-dropdown-sinopsi-next-container > p {
  margin: 0;
}

.btv-portada-info-dropdown-sinopsi-title {
  padding: 20px;
  padding-bottom: 85px;
  color: #FC5447;
  font-size: 55px;
  background-color: #3B4248;
  line-height: 0.9;
}

.btv-portada-info-dropdown-sinopsi-next-container > .btv-portada-info-dropdown-sinopsi-sms {
  color: #F1F0EB;
  font-size: 35px;
  line-height: 1;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsi-next-container > .btv-portada-info-dropdown-sinopsi-sms {
    font-size: 20px;
    line-height: 1;
  }
}

.btv-portada-info-dropdown-sinopsis-sms-container {
  margin-top: 45px;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsis-sms-container {
    margin-top: 0;
  }
}

.btv-portada-info-dropdown-sinopsis-sms-container > div > a > img {
  height: 45px;
  padding: 10px 0;
}

.btv-portada-info-dropdown-sinopsi-team-title {
  font-size: 20px;
}

.btv-portada-info-sinopsi-container{
  width: 100%;
  padding: 0.3rem;
  overflow: hidden;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsi-team-title {
    font-size: 18px;
    line-height: 26px;
    float: left;
    margin-bottom: 5px;
  }
}

.btv-portada-info-dropdown-sinopsi-team-member-container {
  margin-right: 20px;
  font-size: 25px;
  margin-top: 55px;
  width: 100%;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsi-team-member-container {
    margin-top: 5px;
    margin-right: 0;
  }

  .btv-portada-info-dropdown-sinopsi-team-member-container img {
    width: 130px;
    height: 130px;
    margin-left: 60px;
  }

  .btv-team-member-twitter-link, .btv-team-member-twitter-link:hover {
    color: #212528;
  }

  .btv-team-member-twitter-link:hover {
  }
}

.btv-img-team {
    width: 96px;
}

.btv-portada-info-dropdown-sinopsi-team-container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinopsi-team-container {
    overflow: hidden;
    white-space: inherit;
    width: auto;
  }
}

.btv-portada-info-dropdown-sinpsi-team-member-info-container {
  margin-left: 18px;
  margin-right: 47px;
}

.btv-portada-info-dropdown-sinpsi-team-member-info-container > span {
    color: #F1F0EB;
}

a.btv-team-member-twitter-link, a.btv-team-member-twitter-link:hover {
  color: #212528!important;
}

.btv-team-member-twitter-link > span {
    color: #212528!important;
}

.btv-team-member-twitter-link:hover {
    text-decoration: none;
}

.btv-publicitat-container{
  position: relative;
  margin-bottom: 10px;
  background-color: #2b3034;
  height: 300px;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: table;
}

.btv-autopromo-container{
  position: relative;
  margin-bottom: 10px;
  background-color: #2b3034;
  height: 300px;
  width: 300px;
  margin: 0 auto 20px auto;
  display: table;
  background-size: cover;
  background-position: center;
}

.btv-publicitat-container::before{
  content: 'publicitat';
  text-align: center;
  transform: translate(-50%,-50%);
  color: #F1F0EB;
  padding: 14px;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: -7%;
  left: 50%;
  width: 300px;
  background-color: #2A3034;
}

.btv-publicitat-container.autopromo::before{
  display: none;
}

.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%;
}

.btv-portada-info-dropdown-sinpsi-team-member-info-name {
    color: #2A3034!important;
}

@media (min-width: 992px) {
  .btv-portada-info-dropdown-sinpsi-team-member-info-container {
    margin-left: -25px;
    text-align: center;
    width: 300px;
  }
  .btv-portada-info-dropdown-sinpsi-team-member-info-name {
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    white-space: pre-wrap;
  }
  .btv-portada-info-dropdown-sinpsi-team-member-info-twitter {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
  }

  #btv-portada-info-sinopsi-arrow-prev {
    margin-right: 5px;
  }

  .btv-portada-info-dropdown-sinopsis-sms-element {
    padding: 0 8px;
  }

  .btv-publicitat-container {
    margin-top: 0px;
  }
}

.btv-portada-programa-load-more-container {
  cursor: pointer;
  background-color: #F95741;
  color: #F1F0EB;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: 30px 0;
}

.recull-editorial{
  background-color: #2A3034;
  box-shadow: 0 14px 27px 0 rgba(5,38,102,0.17);
  padding: 20px;
  margin-bottom: 20px;
}


.recull-editorial .recull-editorial-title{
  font-size: 28px;
  color: #F95741;
  margin-bottom: 32px;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.recull-editorial p > a{
  display: block;
  position: relative;
  color: #F1F0EB;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.recull-editorial p > a:hover{
  color: #F95741;
  text-decoration: underline;
}

.recull-editorial p > a::after{
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 90px;
  height: 1px;
  background-color: #F1F0EB;
}

.recull-editorial p:last-of-type > a::after{
  display: none;
}

.recull-editorial p:last-of-type > a{
  margin-bottom: 0;
}

#minut-a-minut-content {
  -webkit-animation: fade .2s;
  animation: fade .2s;
}

.element-minut-a-minut {
  font-size: 18px;
  overflow: hidden;
  margin-bottom : 35px;
  display: flex;
  x-justify-content: space-around;
  x-align-items: stretch;
  max-width: 100%;
  margin: auto;
  border-top: 1px solid #F95741;  
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

@-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}
}

.element-minut-a-minut .column.left.strong{
  font-size: 24px;
  line-height: 0.9;
  color: #F95741;
  font-family: 'PxGroteskBold', Fallback, sans-serif;
  font-weight: normal;
}

.element-minut-a-minut h4{
  margin-top: -3px;
}

#btv-submenu-item-ellipsis-img {
  width: 19px;
  margin-bottom: 2px;
}

.btv-container-submenu-taxonomy {

}


/*--------------------------------------------------------------
# Category Frontpage
--------------------------------------------------------------*/
.btv-portada-categoria-noticies-mes-llegides-container {
  height: auto;
  background-color: #F95741;
  overflow: hidden;
  padding: 25px 20px;
  margin-bottom: 5px;
}

.btv-portada-categoria-noticies-mes-llegides-container a p:hover{
  color: #2A3034;
  text-decoration: underline;
}

.btv-portada-categoria-noticia-mes-llegida-container > span {
  color: #F1F0EB;
  font-size: 35px;
  line-height: 46px;
}

.btv-portada-categoria-noticia-mes-llegida-container {
  padding-top: 35px;
  padding-bottom: 30px;
}

.btv-portada-categoria-noticies-mes-llegides-title {
  color: #2A3034;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 15px;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.btv-portada-categoria-descripcio-content {
  color: #F1F0EB;
}

.btv-portada-categoria-descripcio-content a {
  color: #2A3034;
}

.btv-portada-categoria-descripcio-content a:hover {
  text-decoration: underline;
}

.btv-portada-info-dropdown-sinopsi-title-container {
  padding: 10px 8px 24px;
  /* height: 368px; */
  overflow: hidden;
}

.btv-portada-categoria-noticia-mes-llegida-text-highlighted {
  color: #F1F0EB;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 0;
}

.btv-portada-categoria-noticia-mes-llegida-text {
  color: #F1F0EB;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 0;
}

.btv-portada-categoria-noticia-mes-llegida-text::before {
  content: '';
  display: block;
  width: 90px;
  height: 1px;
  background-color: #F1F0EB;
  margin: 15px 0;
}

@media (min-width: 992px){
  .btv-portada-categoria-noticies-mes-llegides-title{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .btv-portada-categoria-noticia-mes-llegida-text-highlighted{
    font-size: 22px;
  }
  .btv-portada-categoria-noticia-mes-llegida-text{
    font-size: 17px;
  }
  .btv-portada-categoria-noticies-mes-llegides-container {
    height: 620px;
    margin-bottom: 15px;
  }
}


/*--------------------------------------------------------------
# Programes Page
--------------------------------------------------------------*/

.btv-grey-background {
  background-color: #3a4245;
}

.btv-programes-title {
  color: #F1F0EB;
  font-size: 35px;
  line-height: 1.4;
  text-transform: lowercase;
}

@media (min-width: 992px) {
  .btv-programes-title {
    font-size: 60px;
    letter-spacing: -1px;
    padding-top: 20px;
    padding-bottom: 35px;
  }
}

@media (max-width: 991.99px) {
  .btv-programes-title,
  .title-special{
    margin-top: 20px;
  }
}

.btv-programes-indexs-button > a {  
  color: #F95741;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 10px;
}

@media (max-width: 991.99px) {
  .btv-programes-indexs-button > a{
    font-size: 16px;
    padding: 0 3px;
  }
}

.btv-programes-indexs-button > a:hover {
  text-decoration: none;
}

.btv-programes-indexs-button > a > div {
  background-color: #2A3034;
  cursor: pointer;
  padding: 15px 30px;
  margin-right: 10px;
  margin-top: 30px;
}

.btv-programes-indexs-button > a > div:hover {
  background-color: #F1F0EB;
}

@media (min-width: 992px) {
  .btv-programes-indexs-button > a {
    font-size: 20px;
    line-height: 26px;
    overflow-x: auto;
    overflow-y: auto;
    white-space: auto;
  }

  .btv-programes-indexs-button > a > div {
    padding: 4px 10px!important;
    margin-top: 0;
  }
}

.btv-programa-name-container {
  background-color: #61757E;
  color: #F1F0EB;
  cursor: pointer;
  margin-top: 25px;
  /* padding: 35px 5px; */
  font-size: 35px;
  line-height: 1;
  line-height: 101px;
  margin-right: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.btv-programa-name-container:before {
  display: block;
  content: '';
  padding-top: 56.25%;
}

.btv-programa-name-container span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  line-height: 1;
  white-space: initial;
}

.btv-programa-name-container:hover {
  background-color: #F95741;
}

.btv-programes-lletres-container {
  background-color: #F95741;
  padding: 15px;
}

@media (min-width: 992px) {
  .btv-programa-name-container {
    font-size: 40px;
    letter-spacing: -1px;
    /* padding: 70px 10px; */
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.btv-programes-item {
  color: #F1F0EB;
  margin-left: 10px;
}


.btv-programes-item:hover {
  color: #F95741;
}

.btv-programes-item-img {
  height: 20px;
}

.btv-programes-item-img-off {
  opacity: 0.2;
}

.programa-16-9{
  float: left;
  position: relative;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-color: #979797;
}

.programa-16-9:hover {
  background-color: #F95741;
}

.programa-16-9 span{
  font-size: 40px;
  letter-spacing: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.programa-16-9::before{
  content: '';
  display: block;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
}

.btv-programa-letters-title {
  color: #F95741;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid;
}

.btv-programa-row-container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Carta template
--------------------------------------------------------------*/
.mes-vist-setmana-arrows.arrows-container{
  position: relative;
  width: 100%;
}

.mes-vist-setmana-arrows.arrows-container .arrows{
  position: absolute;
  top: -65px;
  right: 0;
}

.mes-vist-setmana-arrows.arrows-container .arrows img{
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.page-template-carta {
  background-color: #384043;
}

#btv-datepicker-start,
#btv-datepicker-end{
  border: none;
  height: 27px;
  width: 100%;
  background-color: #33383C;
  color: #fff;
  padding-top: 17px!important;
  padding-bottom: 18px!important;
}

#btv-datepicker-start::placeholder,
#btv-datepicker-end::placeholder{
  color: #fff;
}

.btv-send-datepicker{
  background-color: #F95741;
  border: none;
  color: #fff;
  line-height: 1;
  margin-left: -4px;
  top: 0;
  position: relative;
  height: 34px;
  padding-right: 10px;
  padding-left: 10px;
}


/*--------------------------------------------------------------
# Programacio template
--------------------------------------------------------------*/
.seccio-directe{
  padding: 25px;
  background-color: #2A3034;
  margin-bottom: 10px;
}

.seccio-directe .seccio-directe-left p.sup{
  font-size: 18px;
  font-weight: bold;
  color: #F95741;
  margin: 0;
  margin-bottom: 16px;
}

.seccio-directe .seccio-directe-left h1{
  font-size: 58px;
  color: #EDECE6;
  margin-bottom: 10px;
}

.seccio-directe .seccio-directe-left h1:hover{
  color: #F95741;
}

.seccio-directe .seccio-directe-left h2{
  color: #AAA;
  margin-bottom: 10px;
}

.seccio-directe .seccio-directe-left p{
  font-size: 16px;
  line-height: 1.4;
  color: #EDECE6;
  margin-bottom: 80px;
}

.seccio-directe .seccio-directe-left .progress-container {
  width: 100%;
}

.seccio-directe .seccio-directe-left .progress-container .small-left {
  color: #F1F0EB;
  position: absolute;
  bottom: 25px;
  left: 0;
  font-size: 14px;
}

.seccio-directe .seccio-directe-left .progress-container .small-right {
  color: #F1F0EB;
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 14px;
}

// .seccio-directe .seccio-directe-right .img{
//   display: block;
//   background-size: cover;
//   background-repeat: no-repeat;
//   background-position: center;
//   height: 100%;
// }

.seccio-directe-mobile{
  background-color: #2A3034;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}

// .seccio-directe-mobile .seccio-directe-mobile-header{
//   background-size: cover;
//   background-repeat: no-repeat;
//   background-position: center;
//   height: 190px;
// }

.seccio-directe-mobile .seccio-directe-mobile-body{
  padding: 20px;
}

.seccio-directe-mobile .seccio-directe-mobile-body p.sup{
  font-size: 14px;
  color: #F95741;
  margin: 0;
  margin-bottom: 8px;
}

.seccio-directe-mobile .seccio-directe-mobile-body h1{
  font-size: 25px;
  color: #EDECE6;
  margin-bottom: 10px;
}

.seccio-directe-mobile .seccio-directe-mobile-body h2{
  color: #AAA;
  font-size: 20px;
  margin-bottom: 10px;
}

.seccio-directe-mobile .seccio-directe-mobile-body p{
  font-size: 14px;
  line-height: 1.4;
  color: #EDECE6;
  margin-bottom: 30px;
}

.seccio-directe-mobile .seccio-directe-mobile-body .progress-container {
  width: 100%;
}

.seccio-directe-mobile .seccio-directe-mobile-body .progress-container .small-left {
  color: #F1F0EB;
  position: absolute;
  bottom: 50px;
  left: 20px;
  font-size: 12px;
}

.seccio-directe-mobile .seccio-directe-mobile-body .progress-container .small-right {
  color: #F1F0EB;
  position: absolute;
  bottom: 50px;
  right: 20px;
  font-size: 12px;
}

.accordion .card {
  margin-bottom: 5px;
  border: none;
  border-radius: 0;
}

.accordion .card a:hover{
  text-decoration: none;
}

.accordion .card .card-header{
  position: relative;
  background-color: #FFFFFF;
  border-bottom: none;
  height: 50px;
  color: #2A3034;
}

.accordion .card .card-header .date{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 95px;
  background-color: #F95741;
  color: #F1F0EB;
  line-height: 2.8;
  text-align: center;
}

.accordion .card .card-header .item-1{
  font-size: 16px;
}

.accordion .card .card-header .item-2,
.accordion .card .card-header .item-3{
  font-size: 14px;
}

.accordion .card .card-header .item-4 .restri{
  margin: -2px auto;
  height: 30px;
  width: 30px;
  background-color: #2A3034;
  color: #F1F0EB;
  line-height: 2.1;
  text-align: center;
  font-size: 13px;
}

.accordion .card .card-header .item-5 i{
  transition: all 300ms ease;
}

.accordion .card a[aria-expanded="true"] .card-header .item-5 i{
  transform: rotate(180deg);
}

.accordion .card .card-body .card-body-left p{
  font-size: 16px;
  line-height: 1.4;
}

.accordion .card .card-body .card-body-left .progress-container .small-left {
  color: #2A3034;
  position: absolute;
  bottom: 15px;
  left: 0;
  font-size: 14px;
}

.accordion .card .card-body .card-body-left .progress-container .small-right {
  color: #2A3034;
  position: absolute;
  bottom: 15px;
  right: 25px;
  font-size: 14px;
}

.accordion .card .card-body .card-body-right .img{
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.bar-programacio-container{
  bottom: 0;
}

@media (max-width: 767.99px) {
  .accordion .card .card-body .card-body-right .img{
    height: 350px;
    margin-bottom: 36px;
  }
}

.btv-current-submenu-programacio {
  border-bottom: 5px solid #F95741;
  padding-bottom: 6px;
  padding-top: 15px;
}

/*--------------------------------------------------------------
# Programacio setmana template
--------------------------------------------------------------*/

.card-responsive-setmana-date-item{
  position: relative;
  display: inline-block;
  width: 300px;
  height: 300px;
  padding: 20px;
  background-color: #2A3034;
  color: #F1F0EB;
  font-size: 50px;
  line-height: 1;
}

.card-responsive-setmana-date-item.subscripcions{
  font-size: 34px;
  line-height: 1.2;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.card-responsive-setmana-date-item .arrows{
  position: absolute;
  bottom: 0;
  right: 30px;
  height: 70px;
}

.card-responsive-setmana-date-item .arrows img{
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.card-responsive-setmana-date-item span{
  font-size: 90px;
}

.card-responsive-setmana-date-item.red{
  background-color: #F95741;
  color: #2A3034;
}

.card-responsive-setmana {
  margin-bottom: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}

.card-responsive-setmana .card-responsive-setmana-item {
  display: inline-flex;
  width: 300px;
  height: 300px;
  float: none;
  margin-bottom: 32px;
  min-height: 1px;
  margin: 0 10px;
}

.card-responsive-setmana .card-responsive-setmana-item:first-child {
  margin-left: 0;
}

.card-responsive-setmana .card-responsive-setmana-item .card-responsive-setmana-item-container {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  transition: all 300ms ease;
  padding: 20px;
  position: relative;
  float: none;
  padding-bottom: 15px;
  white-space: normal;
  text-align: left;
}

.card-responsive-setmana .card-responsive-setmana-item .card-responsive-setmana-item-container .hour{
  color: #F95741;
  font-size: 18px;
  font-weight: bold;
}

.card-responsive-setmana .card-responsive-setmana-item .card-responsive-setmana-item-container .name {
  margin-bottom: 10px;
  color: #2A3034;
  font-size: 26px;
  line-height: 1.1;
}

.card-responsive-setmana .card-responsive-setmana-item .card-responsive-setmana-item-container .name > a {
  color: #2A3034;
  font-size: 30px;
}

.card-responsive-setmana .card-responsive-setmana-item .card-responsive-setmana-item-container .info {
  color: #2A3034;
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1299.99px){
  .card-responsive-setmana-container.portada .card-responsive-setmana-date-item{
    width: 100%;
    height: 220px;
  }
  .card-responsive-setmana-container.portada .card-carousel .card-carousel-item .card-carousel-item-container{
    width: 220px!important;
  }
  .card-responsive-setmana-container.portada .card-carousel-item-container-header{
    height: 124px!important;
  }
  .card-responsive-setmana-container.portada .card-carousel-item-container-body{
    padding: 15px 20px 0!important;
    height: 96px!important;
  }
}

.card-carousel-item-container-header span{
  font-size: 40px;
  letter-spacing: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}


/*--------------------------------------------------------------
# Cinema template
--------------------------------------------------------------*/
.cinema-detail h2{
  color: #2A3034;
  font-size: 58px;
  margin-bottom: 36px;
}

.section-emisio{
  padding: 20px 15px;
  background-color: #F95741;
}

.section-emisio p.p1{
  font-size: 20px;
  color: #2A3034;
  margin-bottom: 0;
}

.section-emisio p.p2{
  font-size: 28px;
  color: #F1F0EB;
  margin-bottom: 0;
}

.section-emisio p.p3{
  font-size: 20px;
  color: #F1F0EB;
  margin-bottom: 0;
}

.section-reemisio{
  padding: 20px 15px;
  background-color: #2A3034;
  margin-bottom: 20px;
}

.section-reemisio p.p1{
  font-size: 20px;
  color: #F95741;
  margin-bottom: 0;
}

.section-reemisio p.p2{
  font-size: 28px;
  color: #F1F0EB;
  margin-bottom: 0;
}

.section-reemisio p.p3{
  font-size: 20px;
  color: #F1F0EB;
  margin-bottom: 0;
}

.btv-portada-cinema-info-container{
  background-color: #F95741;
  padding: 50px 25px;
}

@media (min-width: 992px) {
  .btv-portada-cinema-info-container {
    height: 300px;
    background-color: #F95741;
    overflow: hidden;
    padding: 25px 20px;
  }

  .btv-portada-cinema-info-container > span {
    color: #2A3034;
    font-size: 28px;
    line-height: 30px;
  }

  .btv-portada-cinema-info-content-container > span > p {
    color: #F1F0EB;
    font-size: 16px;
    line-height: 20px;
    padding-top: 14px;
  }
}


/*--------------------------------------------------------------
# Temps template
--------------------------------------------------------------*/

.temps-setmana-big{
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  height: 210px;
  position: relative;
  min-height: 1px;
  float: left;
  margin-bottom: 20px;
}

.temps-setmana-big.avui{
  background-color: #F95741;
}

.temps-setmana-big.avui .temps-setmana-big-scroll{
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}

.temps-setmana-big.avui .arrows .temps-setmana-big-avui-left{
  width: 12px;
  margin: 0 2px;
  cursor: pointer!important;
}

.temps-setmana-big.avui .arrows .temps-setmana-big-avui-right{
  width: 12px;
  margin: 0 2px;
  cursor: pointer!important;
}

.temps-setmana-big.avui .temps-setmana-destacat-container{
  display: inline-flex;
  float: none;
}

.temps-setmana-big.dema{
  background-color: #FA755E;
}

.temps-setmana-big.dema .temps-setmana-big-scroll{
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}

.temps-setmana-big.dema .temps-setmana-destacat-container{
  display: inline-flex;
  float: none;
}

.temps-setmana-big .arrows{
  position: absolute;
  top: 28%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: auto;
  z-index: 1;
}

.temps-setmana-big.dema .arrows .temps-setmana-big-dema-left{
  width: 12px;
  margin: 0 2px;
  cursor: pointer!important;
}

.temps-setmana-big.dema .arrows .temps-setmana-big-dema-right{
  width: 12px;
  margin: 0 2px;
  cursor: pointer!important;
}

.temps-setmana-big.next-dema{
  background-color: #FA9487;
}

.temps-setmana-big .temps-setmana-destacat-container{
  padding: 15px;
}

.temps-setmana-big .temps-setmana-destacat-container .temps-setmana-destacat-dia{
  color: #F1F0EB;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.temps-setmana-big .temps-setmana-destacat-container .temps-setmana-destacat-icon{
  width: 88px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 15px;
}

.temps-setmana-big .temps-setmana-destacat-container .temps-setmana-destacat-temp{
  position: relative;
  color: #2A3034;
  font-size: 40px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
  top: -25px;
}

.temps-setmana-big .temps-setmana-destacat-container .temps-setmana-destacat-temp span{
  position: absolute;
  top: 0;
  font-size: 24px;
  font-weight: bold;
}

.temps-setmana-big .temps-setmana-destacat-container .temps-setmana-destacat-dia-mini{
  color: #F1F0EB;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1299.99px){
  .temps-setmana-big{
    height: 180px;
  }
  .temps-setmana-big .temps-setmana-destacat-container{
    padding: 10px;
  }
  .temps-setmana-big .temps-setmana-destacat-container .temps-setmana-destacat-dia{
    margin-bottom: 25px;
  }
  .temps-setmana-big .temps-setmana-destacat-container .temps-setmana-destacat-icon{
    width: 60px;
  }
  .temps-setmana-big .temps-setmana-destacat-container .temps-setmana-destacat-temp{
    top: -10px;
  }
}

@media (max-width: 991.99px){
  .temps-setmana-big{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    height: 180px;
  }
  .temps-setmana-destacat-container{
    height: 180px;
  }
}

.temps-setmana-small{
  flex: 0 0 12.5%;
  max-width: 12.5%;
  height: 210px;
  position: relative;
  min-height: 1px;
  float: left;
  background-color: #FFFFFF;
}

.temps-setmana-small .temps-setmana-small-container{
  padding: 15px;
}

.temps-setmana-small .temps-setmana-small-container .temps-setmana-small-dia{
  color: #F95741;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.temps-setmana-small .temps-setmana-small-container .temps-setmana-small-icon{
  height: 57px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 22px;
}

.temps-setmana-small .temps-setmana-small-container .temps-setmana-small-temp{
  position: relative;
  color: #2A3034;
  font-size: 30px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 25px;
  top: -25px;
}

.temps-setmana-small .temps-setmana-small-container .temps-setmana-small-temp span{
  position: absolute;
  top: 0;
  font-size: 24px;
  font-weight: bold;
}

.temps-setmana-small .temps-setmana-small-container .temps-setmana-small-dia-mini{
  color: #2A3034;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1299.99px){
  .temps-setmana-small{
    height: 180px;
  }

  .temps-setmana-small .temps-setmana-small-container{
    padding: 10px;
  }

  .temps-setmana-small .temps-setmana-small-container .temps-setmana-small-dia{
    margin-bottom: 15px;
  }

  .temps-setmana-small .temps-setmana-small-container .temps-setmana-small-icon{
    height: 60px;
    margin-bottom: 5px;
  }

  .temps-setmana-small .temps-setmana-small-container .temps-setmana-small-temp{
    font-size: 25px;
    top: 0;
  }
}

@media (max-width: 991.99px){
  .temps-setmana-small{
    flex: 0 0 25%;
    max-width: 25%;
    height: 180px;
  }
  .temps-setmana-small .temps-setmana-small-container .temps-setmana-small-temp{
    margin-bottom: 15px;
  }
}


.temps-setmana-big-mobile{
  width: 100%;
  background-color: #F95741;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.temps-setmana-big-mobile .temps-setmana-big-mobile-container{
  padding: 30px;
  display: inline-flex;
  float: none;
}

.temps-setmana-big-mobile .temps-setmana-big-mobile-container .temps-setmana-big-mobile-dia{
  color: #F1F0EB;
  font-size: 32px;
  margin-bottom: 35px;
  line-height: 1;
}

.temps-setmana-big-mobile .temps-setmana-big-mobile-container .temps-setmana-big-mobile-temp{
  color: #F1F0EB;
  font-size: 50px;
  position: relative;
  top: -15px;
  left: 0;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.temps-setmana-big-mobile .temps-setmana-big-mobile-container .temps-setmana-big-mobile-dia-mini{
  font-size: 18px;
  color: #F1F0EB;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  line-height: 1.5;
}

.temps-setmana-carousel-mobile{
  position: relative;
  background-color: #FFFFFF;
  padding: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 10;
}

.temps-setmana-carousel-mobile .temps-setmana-carousel-mobile-item{
  display: inline-flex;
  float: none;
  min-height: 1px;
}

.temps-setmana-carousel-mobile .temps-setmana-carousel-mobile-item .temps-setmana-carousel-mobile-container{
  display: inline-block;
  width: 95px;
  padding: 12px;
  transition: all 300ms ease;
  float: none;
  white-space: normal;
  text-align: left;
}

.temps-setmana-carousel-mobile .temps-setmana-carousel-mobile-item .temps-setmana-carousel-mobile-dia{
  color: #F64E41;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.temps-setmana-carousel-mobile .temps-setmana-carousel-mobile-item .temps-setmana-carousel-mobile-icon{
  margin-bottom: 15px;
}

.temps-setmana-carousel-mobile .temps-setmana-carousel-mobile-item .temps-setmana-carousel-mobile-temp{
  text-align: center;
  color: #2A3034;
  font-size: 15px;
  font-weight: bold;
}

.col-300{
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  flex: 0 0 320px;
  width: 320px;
}

.col-300.mobile{
  padding: 40px 10px 25px;
  margin-bottom: 20px;
}

.col-300.mobile::before {
  position: absolute;
  content: '';
  display: block;
  width: 330%;
  background-color: #FFF;
  left: -105%;
  top: 5px;
  height: 100%;
  z-index: -1;
}

@media (max-width: 991.99px) {
  .col-300{
    flex: 0 0 100%;
    width: 100%;
  }
  .col-100-lg{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@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.card-aside-temps .card{
  border-bottom: 1px solid #CACBCC!important;
  margin-bottom: 0!important;
}

.accordion.card-aside-temps .card .card-header{
  font-size: 16px;
  line-height: 1.5;
  background-color: #2A3034;
}

.accordion.card-aside-temps .card a[aria-expanded="true"] .card-header{
  background-color: white;
}

.accordion.card-aside-temps .card a[aria-expanded="true"] .card-header h5,
.accordion.card-aside-temps .card a[aria-expanded="true"] .card-header h5 i{
  color: #212529;
}

.accordion.card-aside-temps .card a[aria-expanded="false"].collapsed .card-header{
  background-color: #2A3034;
}

.accordion.card-aside-temps .card a[aria-expanded="false"].collapsed .card-header h5,
.accordion.card-aside-temps .card a[aria-expanded="false"].collapsed .card-header h5 i{
  color: #F1F0EB;
}

.accordion.card-aside-temps .card h5{
  position: relative;
}

.accordion.card-aside-temps .card h5,
.accordion.card-aside-temps .card h5 i{
  font-size: 16px;
  line-height: 1.5;
  color: #F1F0EB;
}

.accordion.card-aside-temps .card h5 i{
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease;
  font-size: 20px;
}

.accordion.card-aside-temps .card a[aria-expanded="true"] .card-header h5 i{
  transform: rotate(180deg);
}

.accordion.card-aside-temps .card .card-body{
  padding: 0;
}

.card-body-contaminacio {
  padding: 0!important;
}

.accordion.card-aside-temps .card .card-body .card-aside-temps-header-icon{
  width: 93px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 15px;
}

img.card-aside-temps-header-icon-contaminacio {
  margin-top: -85px;
}

.contaminacio-info-valors {
  font-size: 10px!important;
}

.accordion.card-aside-temps .card .card-body .card-aside-temps-header-temp{
  position: relative;
  color: #2A3034;
  font-size: 32px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 15px;
  top: -25px;
}

.card-aside-temps-header-temp .contaminacio-info {
  font-size: 15px;
}

.accordion.card-aside-temps .card .card-body .card-aside-temps-features{
  padding: 13.2px 18px;
  border-bottom: 1px solid #CACBCC;
}

.card-aside-temps-features-header {
  background-color: #e0e0e0;
  padding: 10px 20px!important;
  margin-top: -10px;
}

.card-aside-temps-features-header > div > div {
  font-size: 16px!important;
}

.accordion.card-aside-temps .card .card-body .card-aside-temps-features .card-aside-temps-features-1{
  font-size: 14px;
}

.accordion.card-aside-temps .card .card-body .card-aside-temps-features .card-aside-temps-features-2 img{
  width: 20px;
  display: block;
}

.card-aside-temps-features-2 > img {
  -webkit-filter: brightness(10%);
  filter: brightness(10%);
}

.accordion.card-aside-temps .card .card-body .card-aside-temps-features .card-aside-temps-features-3{
  text-align: right;
  // font-size: 14px;
}

@media (max-width: 991.99px) {
  .accordion.card-aside-temps .card .card-body .card-aside-temps-header-temp{
    font-size: 36px;
  }
}

@media (min-width: 992px) {
    .accordion.card-aside-temps {
        height: 600px;
    }
}

.previsio{
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 20px;
  background-size: cover;
  background-image: url("/wp-content/themes/beteve/img/meteo/mapa_vegueria_barcelona.png");
}

@media (max-width: 991.99px) {
  .previsio{
    background-repeat: no-repeat;
    background-position: center 24px;
    background-size: contain;
    margin-top: -30px;
    background-image: url("/wp-content/themes/beteve/img/meteo/mapa_vegueria_barcelona_mobile.png");
    position: inherit;
    height: auto;
  }
}

@media (max-width: 767.99px) {
  .previsio{
    background-position: center 31px;
  }
}

@media (max-width: 576.99px) {
  .previsio{
    background-position: center 126px;
    margin-top: -126px;
  }
}

.previsio .previsio-card{
  position: absolute;
  max-width: 290px;
  left: 30px;
  bottom: 30px;
}

@media (max-width: 991.99px) {
  .previsio .previsio-card{
    width: 100%;
    padding-top: 103%;
    position: inherit;
    max-width: 100%;
  }
}

.previsio .previsio-card .previsio-card-header{
  background-color: #F95741;
  padding: 20px;
}

.previsio .previsio-card .previsio-card-header .previsio-card-title{
  color: #EDECE6;
  font-size: 24px;
  margin-bottom: 32px;
}

.previsio .previsio-card .previsio-card-header .previsio-card-destacat{
  color: #2A3034;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 14px;
}

.previsio .previsio-card .previsio-card-header .previsio-card-text{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 17px;
}

.previsio .previsio-card .previsio-card-autor{
  background-color: #F1F0EB;
  color: #2A3034;
  padding: 4px 20px;
  font-size: 20px;
  line-height: 26px;
}

.previsio .previsio-card .previsio-card-adress{
  background-color: #2A3034;
  color: #EDECE6;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 991.99px) {
  .previsio .previsio-card .previsio-card-header{
    padding: 15px;
  }
  .previsio .previsio-card .previsio-card-header .previsio-card-title{
    font-size: 18px;
    margin-bottom: 16px;
  }
  .previsio .previsio-card .previsio-card-header .previsio-card-destacat{
    font-size: 27px;
  }
}

.arrows-previsio{
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: auto;
  z-index: 999;
}

.arrows-previsio .arrows-previsio-left{
  width: 12px;
  margin: 0 2px;
  cursor: pointer!important;
  float: right;
}

.arrows-previsio .arrows-previsio-right{
  width: 12px;
  margin: 0 2px;
  cursor: pointer!important;
  float: right;
}

@media (max-width: 991.99px){
  .arrows-previsio{
    top: 200px;
  }
}

.temps-participacio{
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #FF563F;
}

.temps-participacio h3{
  font-size: 48px;
  color: white;
}

@media (max-width: 991.99px){
  .temps-participacio h3{
    font-size: 24px;
  }
}

.temps-participacio::before{
  display: block;
  content: '';
  padding-top: 56.25%;
}

.temps-participacio .info{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.temps-video{
  padding: 26px;
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}

.temps-video h3{
  color: #2A3034;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
}

.temps-video p{
  opacity: 0.4;
  color: #2A3034;
  font-size: 12px;
  line-height: 23px;
  margin: 0;
}

@media (max-width: 767.99px){
  .temps-video h3{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

.barcelona360{
  margin-top: 45px;
  padding-top: 45px;
  position: relative;
}

.barcelona360::before{
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  background-color: #F95741;
  z-index: -1;
}

.barcelona360 .barcelona360-map{
  position: relative;
  width: 100%;
  height: 690px;
  background-color: grey;
  margin-bottom: 20px;
}

.barcelona360 .barcelona360-map .barcelona360-map-card-interest{
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 300px;
  background-color: #F1F0EB;
}

.barcelona360 .barcelona360-map .barcelona360-map-card-interest .barcelona360-map-card-interest-header{
  width: 100%;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #979797;
}

.barcelona360 .barcelona360-map .barcelona360-map-card-interest .barcelona360-map-card-interest-body{
  position: relative;
  padding: 20px;
  height: 160px;
  color: #2A3034;
  background-color: white;
}

.barcelona360 .barcelona360-map .barcelona360-map-card-interest .barcelona360-map-card-interest-body h3{
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 3px;
}

.barcelona360 .barcelona360-map .barcelona360-map-card-interest .barcelona360-map-card-interest-body p{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 3px;
}

.barcelona360 .barcelona360-map .barcelona360-map-card-interest .barcelona360-map-card-interest-body p.date{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: rgba(32,36,39,0.49);
  font-size: 12px;
  line-height: 25px;
}

.directe{
  margin-bottom: 20px;
}

.title-directe{
  margin-bottom: 0;
}

@media (max-width: 991.99px){
  .title-directe{
    margin-bottom: 20px!important;
    padding-top: 0!important;
    font-size: 35px!important;
  }
  .btv-submenu-item-directe{
    font-size: 16px!important;
  }
  .btv-current-submenu-directe{
    border-bottom: 0!important;
    color: #F95741!important;
  }
}

.directe .directe-header{
  background-size: cover;
  background-position: center;
  background-color: #979797;
}

.directe .directe-body{
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-color: #2A3034;
}

.directe .directe-body p{
  color: #EDECE6;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.directe .directe-body h3{
  color: #F64E41;
  font-size: 25px;
  line-height: 1.5;
}

.vostres-meteo{
  padding: 60px 0;
  background-color: #2b3034;
}

.vostres-meteo h2{
  color: #F95741;
  font-size: 42px;
  margin-bottom: 5px;
}

.vostres-meteo p{
  color: #F1F0EB;
  margin: 0;
  margin-bottom: 25px;
}

.vostres-meteo .arrows-container{
  position: relative;
  width: 100%;
}

.vostres-meteo .arrows-container .arrows{
  position: absolute;
  top: -50px;
  right: 0;
}

.vostres-meteo .arrows-container .arrows img{
  width: 20px;
  cursor: pointer;
}

.vostres-meteo .vostres-meteo-container{
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}

.vostres-meteo .vostres-meteo-container .vostres-meteo-container-item{
  display: inline-flex;
  background-position: center;
  background-size: cover;
  float: none;
  margin-bottom: 32px;
}

@media (max-width: 991.99px) {
  .vostres-meteo .vostres-meteo-container{
    overflow-x: scroll;
    margin-right: -5px;
    margin-left: -5px;
  }
  .vostres-meteo h2{
    font-size: 25px;
  }
  .vostres-meteo .vostres-meteo-container .vostres-meteo-container-item{
    width: 305px;
    height: 185px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.prediccio-mapa-icon {
  width: 50px;
  position: absolute;
}

img.prediccio-penedes-icon {
  top: 0;
  left: 0;
}

img.prediccio-baixllo-icon {
  left: 0;
  top: 0;
}

img.prediccio-bar-icon {
  left: 0;
  top: 0;
}

img.prediccio-gar-icon {
  left: 0;
  top: 0;
}

img.prediccio-mar-icon {
  left: 0;
  top: 0;
}

img.prediccio-valloc-icon {
  left: 0;
  top: 0;
}

img.prediccio-vallor-icon {
  left: 0;
  top: 0;
}

.temperatures-mapa-info {
  width: 300px;
  height: 45px;
  display: inline-block;
  position: absolute;
}

.temperatures-mapa-info-name{
  display: inline-block;
  width: 175px;
  color: #2A3034;
  font-size: 20px;
  line-height: 41px;
  background-color: #F1F0EB;
  height: 45px;
}

.temperatures-mapa-info-name > span{
  padding-left: 10px;
}

.temperatures-mapa-info-min{
  display: inline-block;
  width: 60px;
  background-color: #2A3034;
  color: #EDECE6;
  font-size: 20px;
  line-height: 41px;
  height: 45px;
  margin-left: -4px;
  text-align: center;
}


.temperatures-mapa-info-max{
  display: inline-block;
  width: 60px;
  color: #EDECE6;
  font-size: 20px;
  line-height: 41px;
  background-color: #F95741;
  height: 45px;
  margin-left: -4px;
  text-align: center;
}

#temperatures-penedes-info {
  top: 175px;
  left: 60px;
  z-index: 999;
}

#temperatures-baixllo-info {
  top: 195px;
  left: 160px;
  z-index: 999;
}

#temperatures-bar-info {
  top: 180px;
  left: 225px;
  z-index: 999;
}

#temperatures-gar-info {
  top: 260px;
  left: 85px;
  z-index: 999;
}

#temperatures-mar-info {
  top: 100px;
  left: 220px;
  z-index: 999;
}

#temperatures-valloc-info {
  top: 100px;
  left: 200px;
  z-index: 999;
}

#temperatures-vallor-info {
  top: 45px;
  left: 230px;
  z-index: 999;
}

@media (min-width: 575.98px) and (max-width: 992px) {
  .prediccio-mapa-icon {
    width: 70px;
    position: relative;
  }

  img.prediccio-penedes-icon {
    left: 70px;
    top: 215px;
  }

  img.prediccio-baixllo-icon {
    left: 100px;
    top: 240px;
  }

  img.prediccio-bar-icon {
    left: 120px;
    top: 230px;
  }

  img.prediccio-gar-icon {
    left: -120px;
    top: 290px;
  }

  img.prediccio-mar-icon {
    left: 70px;
    top: 140px;
  }

  img.prediccio-valloc-icon {
    left: -160px;
    top: 135px;
  }

  img.prediccio-vallor-icon {
    left: -140px;
    top: 80px;
  }

  .temperatures-mapa-info {
    width: 300px;
    height: 45px;
    display: inline-block;
    position: absolute;
  }

  .temperatures-mapa-info-name{
    display: inline-block;
    width: 175px;
    color: #2A3034;
    font-size: 20px;
    line-height: 41px;
    background-color: #F1F0EB;
    height: 45px;
  }

  .temperatures-mapa-info-name > span{
    padding-left: 10px;
  }

  .temperatures-mapa-info-min{
    display: inline-block;
    width: 60px;
    background-color: #2A3034;
    color: #EDECE6;
    font-size: 20px;
    line-height: 41px;
    height: 45px;
    margin-left: -4px;
    text-align: center;
  }


  .temperatures-mapa-info-max{
    display: inline-block;
    width: 60px;
    color: #EDECE6;
    font-size: 20px;
    line-height: 41px;
    background-color: #F95741;
    height: 45px;
    margin-left: -4px;
    text-align: center;
  }

  #temperatures-penedes-info {
    top: 175px;
    left: 60px;
    z-index: 999;
  }

  #temperatures-baixllo-info {
    top: 195px;
    left: 160px;
    z-index: 999;
  }

  #temperatures-bar-info {
    top: 180px;
    left: 225px;
    z-index: 999;
  }

  #temperatures-gar-info {
    top: 260px;
    left: 85px;
    z-index: 999;
  }

  #temperatures-mar-info {
    top: 100px;
    left: 220px;
    z-index: 999;
  }

  #temperatures-valloc-info {
    top: 100px;
    left: 200px;
    z-index: 999;
  }

  #temperatures-vallor-info {
    top: 45px;
    left: 230px;
    z-index: 999;
  }

}

@media (min-width: 992px) and (max-width: 1300px) {
  .prediccio-mapa-icon {
    width: 70px;
    position: relative;
  }

  img.prediccio-penedes-icon {
    left: 335px;
    top: 325px;
  }

  img.prediccio-baixllo-icon {
    left: 360px;
    top: 330px;
  }

  img.prediccio-bar-icon {
    left: 380px;
    top: 330px;
  }

  img.prediccio-gar-icon {
    left: 150px;
    top: 390px;
  }

  img.prediccio-mar-icon {
    left: 320px;
    top: 255px;
  }

  img.prediccio-valloc-icon {
    left: 100px;
    top: 235px;
  }

  img.prediccio-vallor-icon {
    left: 120px;
    top: 200px;
  }

  .temperatures-mapa-info {
    width: 250px;
    height: 30px;
  }

  .temperatures-mapa-info-name{
    width: 151px;
    font-size: 14px;
    line-height: 19px;
    height: 100%;
  }

  .temperatures-mapa-info-name > span{
    vertical-align: middle;
  }

  .temperatures-mapa-info-min{
    width: 45px;
    font-size: 14px;
    line-height: 19px;
    height: 100%;
  }

  .temperatures-mapa-info-min > span {
    vertical-align: middle;
  }

  .temperatures-mapa-info-max{
    width: 45px;
    font-size: 14px;
    line-height: 19px;
    height: 100%;
  }

  .temperatures-mapa-info-max > span {
    vertical-align: middle;
  }

  #temperatures-penedes-info {
    top: 310px;
    left: 400px;
  }

  #temperatures-baixllo-info {
    top: 300px;
    left: 450px;
  }

  #temperatures-bar-info {
    top: 295px;
    left: 370px;
  }

  #temperatures-gar-info {
    top: 360px;
    left: 380px;
  }

  #temperatures-mar-info {
    top: 230px;
    left: 455px;
  }

  #temperatures-valloc-info {
    top: 200px;
    left: 480px;
  }

  #temperatures-vallor-info {
    top: 195px;
    left: 650px;
  }
}

@media (min-width: 1301px) {
  .prediccio-mapa-icon {
    width: 70px;
    position: relative;
  }

  img.prediccio-penedes-icon {
    left: 385px;
    top: 355px;
  }

  img.prediccio-baixllo-icon {
    left: 420px;
    top: 385px;
  }

  img.prediccio-bar-icon {
    left: 450px;
    top: 360px;
  }

  img.prediccio-gar-icon {
    left: 195px;
    top: 430px;
  }

  img.prediccio-mar-icon {
    left: 400px;
    top: 265px;
  }

  img.prediccio-valloc-icon {
    left: 160px;
    top: 265px;
  }

  img.prediccio-vallor-icon {
    left: 180px;
    top: 220px;
  }

  .temperatures-mapa-info {
    width: 250px;
    height: 30px;
  }

  .temperatures-mapa-info-name{
    width: 151px;
    font-size: 14px;
    line-height: 19px;
    height: 100%;
  }

  .temperatures-mapa-info-name > span{
    vertical-align: middle;
  }

  .temperatures-mapa-info-min{
    width: 45px;
    font-size: 14px;
    line-height: 19px;
    height: 100%;
  }

  .temperatures-mapa-info-min > span {
    vertical-align: middle;
  }

  .temperatures-mapa-info-max{
    width: 45px;
    font-size: 14px;
    line-height: 19px;
    height: 100%;
  }

  .temperatures-mapa-info-max > span {
    vertical-align: middle;
  }

  #temperatures-penedes-info {
    top: 340px;
    left: 420px;
  }

  #temperatures-baixllo-info {
    top: 350px;
    left: 520px;
  }

  #temperatures-bar-info {
    top: 350px;
    left: 650px;
  }

  #temperatures-gar-info {
    top: 410px;
    left: 430px;
  }

  #temperatures-mar-info {
    top: 230px;
    left: 715px;
  }

  #temperatures-valloc-info {
    top: 240px;
    left: 545px;
  }

  #temperatures-vallor-info {
    top: 195px;
    left: 650px;
  }
}

.btv-meteo-camera-temps {
    font-size: 25px;
    color: #F95741;
    bottom: 20px;
    position: absolute;
}

@media (min-width: 992px){
    .btv-meteo-camera-temps {
        font-size: 28px;
    }
}

.btv-meteo-video-title {
    font-size: 28px!important;
    color: #2A3034;
}

.btv-meteo-vide-date {infoZ
    font-size: 21px;
    color: #898989;
    margin-top: 55px;
}

.btv-meteo-video-content {
    margin-bottom: 20px;
}

@media (min-width: 992px){
    .btv-meteo-vide-date {
        font-size: 12px;
        margin-top: 0;
        position: absolute;
        bottom: 0;
    }

    .btv-meteo-video-content {
        height: 620px;
    }
}

#btv-meteo-video-container {
    height: 50%;
}

@media (min-width: 992px){
    #btv-meteo-video-container {
        height: 520px
    }

}

@media (min-width: 992px){
    .btv-meteo-aside-card {
        height: 497px;
    }
}

.btv-meteo-llegenda-contaminacio-text {
    font-size: 12px;
}

@media (max-width: 991.99px){
    .btv-meteo-video-body {
        margin-top: 10%;
    }

    .btv-image-noticia-principal-temps {
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.btv-noticia-principal-temps {
    height: 100%;
    background-color: white;
}

@media (min-width: 992px){
    .btv-info-video-noticia-principal {
        height: 100px;
        position: absolute;
        padding: 15px;
    }

    .btv-image-noticia-principal-temps {
        height: 100%;
        background-size: cover;
    }
}


/*--------------------------------------------------------------
# Meves Dades template
--------------------------------------------------------------*/
.btv-img-portada-dades h1{
  font-size: 80px;
  color: #F1F0EB;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.settings-item-container{
  display: block;
  padding: 170px 0;
}

.settings-item-logo {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-color: #2A3034;
  display: inline-block;
  position: relative;
}

@media (max-width: 991.99px) {
  .btv-img-portada-dades h1{
    position: inherit;
    left: inherit;
    top: inherit;
    font-size: 25px;
    text-align: center;
    margin: 0;
  }
  .settings-item-container{
    padding: 40px 0;
  }
  .settings-item-logo {
    width: 90px;
    height: 90px;
    display: block;
  }
}

.settings-item-logo-edit-icon {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.settings-item-logo-edit-icon .inputfile {
  width: 36px;
  height: 36px;
  opacity: 0;
  /* overflow: hidden; */
  position: absolute;
  z-index: 0;
  bottom: 0;
  cursor: pointer;
  right: 13px;
  display: inline-block;
}
.settings-item-logo-edit-icon .inputfile + label {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
.settings-item-logo-edit-icon .inputfile-3 + label {
  color: #ef6861;
  opacity: 0.8;
  transition: all 300ms ease;
}
.settings-item-logo-edit-icon .inputfile-3:focus + label,
.settings-item-logo-edit-icon .inputfile-3.has-focus + label,
.settings-item-logo-edit-icon .inputfile-3 + label:hover {
  opacity: 1;
}
.settings-item-logo-edit-icon i {
  position: absolute;
  bottom: -15px;
  right: 0;
  /* transform: translate(-50%, -50%); */
  color: #F1F0EB;
  height: 42px;
  padding: 11px 12px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 20px;
}
.settings-item-logo-icons {
  position: absolute;
  bottom: 0;
  right: 10%;
}

.settings-item-logo-icons .fa{
  background-color: #F95741;
  color: #F1F0EB;
  border-radius: 50%;
  padding: 9px 10px;
  width: 34px;
  height: 34px;
  font-size: 15px;
}

.form-page{
  padding-top: 28px;
  padding-bottom: 28px;
}

.form-page .subtitle-form{
  font-size: 22px;
  color: #2A3034;
  margin-bottom: 15px;
}

.subscripcions-mobile{
  margin-top: 45px;
  padding-top: 45px;
  position: relative;
}

html .subscripcions-mobile:last-child{
  margin-bottom: 32px;
}

.subscripcions-mobile::before{
  content: '';
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  background-color: #F95741;
  z-index: -1;
}

.subscripcions-mobile .card-carousel .card-carousel-item{
  margin-bottom: 0;
}

.carousel-home-mobile h2{
  font-size: 22px;
  margin-bottom: 10px;
  padding: 50px 15px 15px;
  background-color: #F95741;
}

/*--------------------------------------------------------------
# Meves participacions template
--------------------------------------------------------------*/
.participacions .icon-play{
  position: absolute;
  width: 28px;
  height: 28px;
  right: 30px;
  top: 20px;
  z-index: 1;
}

.votacio{
  padding: 20px;
  background-color: #2A3034;
  display: block;
  height: 280px;
}

.votacio.login{
  background-color: #F95741;
}
.votacio-auto{
  height: auto;
}

@media (max-width: 991.99px){
  .votacio{
    height: auto;
    margin-bottom: 20px;
  }
}

.votacio p{
  font-size: 14px;
  color: #F1F0EB;
  margin-bottom: 32px;
  line-height: 1;
}

.votacio h3{
  font-size: 22px;
  color: #F1F0EB;
  margin-bottom: 32px;
}

.votacio.login h2{
  color: #F1F0EB;
  margin-bottom: 64px;
}

.votacio p span{
  font-size: 20px;
  color: #F95741;
  font-weight: bold;
}

.votacio.login p span{
  color: #2A3034;
}

.votacio p.result{
  font-size: 14px;
  color: #fff!important;
  line-height: 0.5;
  margin-bottom: 0;
}

.votacio .position-bottoms{
  bottom: 20px;
}

.quiz{
  padding: 20px;
  background-color: #F95741;
  display: block;
  height: 100%;
}

.quiz p{
  font-size: 14px;
  color: #F1F0EB;
  margin-bottom: 32px;
  line-height: 0.5;
}

.quiz h3{
  font-size: 22px;
  color: #2A3034;
  margin-bottom: 32px;
}

.quiz ol{
  padding-left: 18px;
  margin: 0;
}

.quiz ol li{
  list-style-type: lower-latin;
  margin-bottom: 18px;
}

.quiz ol li:last-child{
  margin-bottom: 0;
}

@media (max-width: 991.99px){
  .quiz{
    background-color: #F1F0EB;
  }
  .quiz p{
    color: #2A3034;
  }
}

/*****
*
* Radio checked style related
* the fun part starts here
*
*/
input[type=radio] {
  display: none;
}

/**
* How it should look when hovered
*/
.active-label:before, label:focus:before, label:hover:before, label:active:before, input:checked + label:before {
  background: white;
  border-color: #F95741;
}

/**
* Make those labels sexy
*/
.votacio label {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #F1F0EB;
  cursor: pointer;
  display: block;
  padding: 0 0 5px 30px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  /* whitespace: no-wrap; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  top: 0;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  /* height: 16px; */
  word-break: break-all;
/**
* This is the radio fake dot basically
*/
}
label:first-of-type {
  border: 0;
}
.form-custom label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /* border: .2rem solid #ccc; */
  background-color: #C2D4D6;
}

/**
* 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;
}

.llista-participacions-container{
  border-bottom: 1px solid #F95741;
  margin-left: 0;
  margin-right: 0;
}

.check-participacions{
  position: relative;
  margin-left: 0;
  top: 3px;
}

.label-participacions{
  top: 3px;
  font-size: 18px;
  color: #2b3034;
}

.participacio-item{
  border-bottom: 1px solid #F95741;
}

.participacio-item:last-child{
  border-bottom: none;
}

/*--------------------------------------------------------------
# 404 template
--------------------------------------------------------------*/
.error404 h1{
  font-size: 130px;
  color: #2A3034;
  margin-bottom: 32px;
  line-height: 1;
}

.error404 h2{
  font-size: 20px;
  color: #2A3034;
  margin-bottom: 24px;
}

.error404 img{
  max-width: 145px;
}

.error404 p{
  font-size: 16px;
  color: #2A3034;
}

.error404 ul{
  padding: 0;
}

.error404 ul li{
  list-style: none;
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 992px){
  .error404 h1{
    font-size: 200px;
  }
  .error404 h2{
    margin-bottom: 16px;
  }
  .error404 img{
    max-width: 275px;
  }
  .error404 ul li{
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Equip template
--------------------------------------------------------------*/
.prox-partit{
  background-color: rgba(42, 48, 52, 0.9);
  padding: 20px;
  margin-bottom: 20px;
  display: block;
}

.prox-partit h4{
  color: #F95741;
  font-size: 28px;
}

.prox-partit .prox-partit-time{
  color: #F1F0EB;
  font-size: 21px;
  margin-bottom: 0;
}

.prox-partit .prox-partit-date{
  color: #F1F0EB;
  font-size: 12px;
  margin-bottom: 50px;
}

.prox-partit .col-6.bar{
  border-right: 1px solid rgba(255,255,255,0.65);
}

.prox-partit img{
  max-width: 58px;
  display: block;
}

.prox-partit .prox-partit-name{
  color: #F1F0EB;
  font-size: 12px;
  text-align: center;
  margin-top: 26px;
}

.prox-partit-mobile{
  margin-bottom: 20px;
  display: block;
}

.prox-partit-mobile .card-header{
  background-color: rgba(42, 48, 52, 0.9)!important;
}

.prox-partit-mobile .card-body{
  background-color: rgba(42, 48, 52, 0.9)!important;
}

.prox-partit-mobile h4{
  color: #F95741;
  font-size: 28px;
}

.prox-partit-mobile i{
  text-align: right;
  display: block;
  margin: 8px 0;
  color: #F1F0EB;
  font-size: 20px;
  position: absolute;
  right: 10px;
  transition: all 300ms ease;
}

.prox-partit-mobile a[aria-expanded="true"] .card-header i{
  transform: rotate(180deg);
}

.prox-partit-mobile .prox-partit-time{
  color: #F1F0EB;
  font-size: 19px;
  margin-bottom: 0;
}

.prox-partit-mobile .prox-partit-date{
  color: #F1F0EB;
  font-size: 14px;
  margin-bottom: 32px;
}

.prox-partit-mobile .col-6.bar{
  border-right: 1px solid rgba(255,255,255,0.65);
}

.prox-partit-mobile img{
  max-width: 75px;
  display: block;
}

.prox-partit-mobile .prox-partit-name{
  color: #F1F0EB;
  font-size: 15px;
  text-align: center;
  margin-top: 25px;
}

.clasificacio{
  padding: 20px 20px 0;
  background-color: #F95741;
  margin-bottom: 20px;
}

.clasificacio h4{
  color: #2A3034;
  font-size: 30px;
  margin-bottom: 27px;
}

.clasificacio p{
  color: #F1F0EB;
  font-size: 14px;
  margin-bottom: 30px;
}

.clasificacio thead{
  background-color: #2A3034;
}

.clasificacio thead th{
  border: none!important;
  color: #F1F0EB;
  font-size: 14px;
}

.clasificacio th,
.clasificacio td{
  border: none!important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clasificacio td{
  background-color: #F1F0EB;
  font-size: 14px;
  text-transform: lowercase;
}

.clasificacio .current{
  background-color: #FAC4BA;
}

.clasificacio th.pos{
  background-color: #FA9487;
  font-size: 14px;
  color: #000;
  // font-weight: 400;
  font-family: 'PxGroteskBold', Fallback, sans-serif;
}


/*--------------------------------------------------------------
# Lliga calendari template
--------------------------------------------------------------*/
.jornada .jornada-title{
  font-size: 16px;
  color: #F1F0EB;
  padding: 13px;
  display: block;
  background-color: #66757D;
  text-align: center;
  margin-bottom: 5px;
}

.jornada .jornada-result{
  padding: 5px 30px;
  background-color: #F1F0EB;
  margin-bottom: 5px;
}

.jornada .jornada-result .local-img{
  height: 42px;
}

.jornada .jornada-result h4{
  font-size: 14px;
  color: #000;
  padding: 13px 0;
  margin: 0;
  text-transform: lowercase;
}

@media (max-width: 991.99px){
  .jornada .jornada-title{
    padding: 5px;
    font-size: 14px;
  }

  .jornada .jornada-result{
    padding: 2px 15px;
  }

  .jornada .jornada-result .local-img{
    height: 30px;
    margin: 12px auto;
    display: block;
  }

  .jornada .jornada-result h4{
    font-size: 12px;
    padding: 13px 0;
  }
}

/*--------------------------------------------------------------
# Lliga resultat template
--------------------------------------------------------------*/
@media (min-width: 992px){
  .col-custom-resultat{
    max-width: 650px;
  }
}

@media (min-width: 1300px){
  .col-custom-resultat{
    max-width: 970px;
  }
}

.post-partit-link > div >  div > div > h4  {
  color: #F95741!important;
}

/*--------------------------------------------------------------
# Lliga clasificacio template
--------------------------------------------------------------*/
.lliga-clasificacio {
  font-size: 14px;
  line-height: 1;
}

.lliga-clasificacio .lliga-clasificacio-header{
  color: #F1F0EB;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #66757D;
  margin-bottom: 5px;
}

.lliga-clasificacio .lliga-clasificacio-equip{
  background-color: #F1F0EB;
  margin-bottom: 5px;
}

.lliga-clasificacio .lliga-clasificacio-equip .padding-custom{
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  text-transform: lowercase;
}

.lliga-clasificacio .lliga-clasificacio-equip .pos{
  background-color: #FAC4BA;
}

.lliga-clasificacio .lliga-clasificacio-equip .pos.champions{
  background-color: #FA6652;
}

.lliga-clasificacio .lliga-clasificacio-equip .pos.desc{
  background-color: #C2D4D6;
}

.lliga-clasificacio .lliga-clasificacio-equip .dades{
  color: #5A6166;
}

@media (max-width: 575.99px) {
  .lliga-clasificacio .lliga-clasificacio-equip .none{
    display: none;
  }

}

.mw-65{
  max-width: 65px;
}

/*--------------------------------------------------------------
# Home template
--------------------------------------------------------------*/
.header-principal-principal{
  position: relative;
  padding-top: 60px;
  margin-bottom: 20px;
  width: 100%;
}

.portada-home .vc_section:first-child .vc_row.wpb_row:first-child{
  position: relative;
  margin-bottom: 20px;
  // padding-bottom: 15px;
}

@media (max-width: 991.99px){
  .portada-home .vc_section:first-child .vc_row.wpb_row:first-child{
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}


// @media (max-width: 767.99px){
//   .portada-home .vc_section:first-child .vc_row.wpb_row:first-child{
//     padding-bottom: 15px;
//     margin-bottom: 0;
//   }
// }

.portada-home .vc_section:first-child {
  padding-top: 40px;
}

.portada-home .vc_section:first-child::before{
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  content: '';
  display: block;
  background-color: rgba(42, 48, 52, 0.9);
  z-index: -1;
  padding-top: 40px;
}

@media (min-width: 992px){
  .portada-home .vc_section:first-child::before{
    height: calc(100% - 15%);
  }
}

.header-principal{
  float: left;
  position: relative;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-color: #979797;
  // margin-left: 10px;
}

.header-principal::before{
  content: '';
  display: block;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #00000057 0%, rgba(0,0,0,0.00) 100%);
}

.header-principal-portada::before{
    display: inline!important;
}

@media (max-width: 1299.99px){
  // .header-principal::before{
  //   padding-top: 69.3%;
  // }
}

@media (max-width: 991.99px){
  .header-principal::before{
    padding-top: 100%;
  }
}

.header-principal.full-width::before{
  padding-top: 56.25%;
}

// .header-principal.full-width{
//   width: 100%;
// }

// @media (min-width: 992px){
//   .header-principal.full-width{
//     width: 940px;
//   }
// }

// @media (min-width: 1300px){
//   .header-principal.full-width{
//     width: 1260px;
//   }
// }

.header-principal .container-title{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
}

.header-principal .container-title .container-title-relacionats{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.header-principal .container-title h3{
  color: #F1F0EB;
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
}

.header-principal .container-title h3::before{
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #F1F0EB;
}

.header-principal .container-title h3:last-child{
  margin-bottom: 0;
}

.header-principal .container-title h3:last-child::before{
  display: none;
}

.header-principal .container-title h3 a{
  color: #F1F0EB;
}

.header-principal .container-title h3 a:hover{
  color: #F95741;
}

.header-principal .container-title .directe{
  font-size: 14px;
  color: #F95741;
  margin: 0;
}

.header-principal .container-title .directe::before{
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #F95741;
  border-radius: 50%;
  margin-right: 5px;
}

.header-principal .container-title .tag{
  color: #F1F0EB;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  padding: 0 10px;
  background-color: #F95741;
  margin-bottom: 7px;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}

.header-principal .container-title .tag:hover{
  color: #2A3034;
}

.header-principal .container-title h2{
  color: #F1F0EB;
  font-size: 46px;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1.2px;
}

.header-principal .container-title a h2:hover{
  color: #F95741;
}

@media (max-width: 991.99px){
  .header-principal-principal{
    background-color: rgba(42, 48, 52, 0.9);
    padding-bottom: 40px;
  }
  .header-principal{
    width: 100%;
    margin-bottom: 10px!important;
    margin-left: 0;
  }
  .header-principal .container-title .container-title-relacionats{
    margin-top: 30px;
    position: inherit;
  }
}

@media (min-width: 992px){
  .header-principal .container-title .container-title-relacionats{
    padding: 0 10px;
  }
}

.temps {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #F95741;
  max-width: 300px;
  float: left;
}

.temps h3{
  display: none;
}

.temps.temps-large {
  max-width: 100%;
  height: 600px;
}

.temps.temps-large h3{
  display: block;
}

.temps:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.temps .temps-container{
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.temps.temps-mobile{  
  height: auto;
}

.temps.temps-mobile .temps-container{
  position: relative;
}

.temps.temps-mobile:after {  
  display: none;  
}

.temps.temps-mobile .img-meteo-container:after {
  content:"";
  position:absolute;
  top:10%;
  right:0;
  width:2px;
  height:80%;
  background:#F1F0EB;  
  opacity: 0.4;
}

.temps.temps-mobile .info-meteo-container {
  padding-top: 15px;
  padding-left: 20px;
}


.temps .temps-container .city{
  font-size: 22px;
  color: #F1F0EB;
  margin: 0;
  margin-bottom: 5px;
  line-height: 1;
}

.temps .temps-container .date{
  font-size: 14px;
  color: #2A3034;
}

.temps .temps-container .temp{
  top: 0;
  left: -25px;
  font-size: 40px;
  color: #FFF;
  margin: 0;
  line-height: 1;
}

.portada-home .vc_section:first-child .vc_row.wpb_row .temps .temps-container .temp{
  font-size: 40px;
}

@media (min-width: 420px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps .temps-container .temp{
    font-size: 50px;
  }
}

.portada-home .vc_section:first-child .vc_row.wpb_row .temps.temps-large .temps-container .temp{
  font-size: 50px;
}

.temps .temps-container .temp-container-item{
  position: relative;
  display: block;
  margin: 0 auto;
}

.temps .temps-container .temp-container-item img{
  float: right;
}

@media (min-width: 992px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps .temps-container .temp-container-item img{
    max-height: 60px;
  }
}

@media (min-width: 1300px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps .temps-container .temp-container-item img,
  .temps .temps-container .temp-container-item img{
    max-height: 120px;
  }
}


.temps .temps-container .dias{
  color: #F1F0EB;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.temps .temps-container .dias img{
  max-height: 30px;
}

.temps .temps-container .dias-container {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px;
}

.temps.temps-large .temps-container .dias-container {
  display: block;
}

.temps .temps-container .dias-container {
  display: none;
}

.portada-home .vc_section:first-child .vc_row.wpb_row .temps,
.portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-transit-container{
  width: 50%;
}

.portada-home .vc_section:first-child .vc_row.wpb_row .temps.temps-mobile, .temps.temps-mobile {
  width: 100%;
  max-width: 100%;
}

.portada-home .vc_section:first-child .vc_row.wpb_row .temps.temps-large{
  width: 100%;
  height: 600px;
}

@media (min-width: 576px){
  .temps .temps-container .dias-container {
    display: block;
  }
}

@media (min-width: 768px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps.temps-large .temps-container .temp {
    font-size: 50px;
  }
}


@media (min-width: 992px){
  .temps-container{
    padding: 20px;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps,
  .portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-red{
    margin-left: -20px;
    width: 240px!important;
    max-width: inherit;
    margin-bottom: 0!important;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-red{
    height: 394px;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps::after{
    padding-bottom: 81%;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps.temps-large{
    height: auto;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps.temps-large::after{
    padding-bottom: 394px;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps.temps-large .temps-container .temp{
    font-size: 23px;
  }
  .temps.temps-large{
    height: 460px;
  }
}

@media (min-width: 1300px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps,
  .portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-red{
    width: 320px!important;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-red{
    height: 529px;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps::after{
    padding-bottom: 82.5%;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps.temps-large::after{
    padding-bottom: 529px;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps.temps-large .temps-container .temp{
    font-size: 40px;
  }
  .temps.temps-large{
    height: 620px;
  }
}

@media (min-width: 576px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps .temps-container .temp,
  .temps .temps-container .temp{
    font-size: 60px;
  }
}

@media (min-width: 992px){
  .temps .temps-container .temp{
    font-size: 35px;
  }
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps .temps-container .temp{
    font-size: 25px;
  }
}

@media (min-width: 1300px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .temps .temps-container .temp,
  .temps .temps-container .temp{
    font-size: 40px;
  }
}

@media (max-width: 991.99px){
  .temps{
    margin: 0;
  }
}

.aside-box-transit-container{
  position: relative;
  width: 100%;
  display: block;
  float: left;
}

.aside-box-transit{
  display: block;
  background-color: #2A3034;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  // max-height: 300px;
}

.aside-box-transit-container .aside-box-transit-arrows-container{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.aside-box-transit-container .aside-box-transit-arrows-container .arrows img{
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.aside-box-transit .aside-box-transit-item{
  position: relative;
  display: inline-block;
  width: 100%;
  float: none;
  min-height: 1px;
}

.aside-box-transit .aside-box-transit-item .aside-box-transit-img{
  position: relative;
  display: block;
  background-size: 104%;
  background-position: center;
  background-color: #979797;
}

.aside-box-transit .aside-box-transit-item .aside-box-transit-img::before{
  content: '';
  display: block;
  padding-top: 56.25%;
}

.portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-transit .aside-box-transit-item .aside-box-transit-img::before{
  padding-top: 46.25%;
}

@media (max-width: 991.99px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-transit .aside-box-transit-item .aside-box-transit-img::before{
    padding-top: 56.25%;
  }
}

.aside-box-transit .aside-box-transit-item .aside-box-transit-img .tag{
  position: absolute;
  bottom: -12px;
  left: 20px;
  background-color: #F95741;
  font-size: 14px;
  font-weight: bold;
  color: #F1F0EB;
  padding: 2px 15px;
}

.aside-box-transit .aside-box-transit-item .aside-box-transit-body{
  position: relative;
  font-size: 16px;
  color: #F1F0EB;
  font-weight: bold;
}

.aside-box-transit .aside-box-transit-item .aside-box-transit-body::before{
  content: '';
  display: block;
  padding-top: 42.09%;
}

.portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-transit .aside-box-transit-item .aside-box-transit-body::before{
  padding-top: 34.9%;
}

@media (max-width: 991.99px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-transit .aside-box-transit-item .aside-box-transit-body::before{
    padding-top: 42.4%;
  }
}

.aside-box-transit .aside-box-transit-item .aside-box-transit-body .aside-box-transit-body-text{
  position: absolute;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 576.99px){
  .aside-box-transit .aside-box-transit-item .aside-box-transit-body .aside-box-transit-body-text{
    padding: 13px 20px;
  }
}

@media (min-width: 992px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-transit-container{
    margin-left: -20px;
    width: 240px;
    max-width: inherit;
    // margin-top: -5px;
    margin-bottom: 0!important;
  }
}

@media (min-width: 1300px){
  .portada-home .vc_section:first-child .vc_row.wpb_row .aside-box-transit-container{
    width: 320px;
  }
}

@media (max-width: 991.99px){
  .aside-box-transit-container{
    margin: 0;
  }
  .aside-box-transit{
    overflow-x: scroll;
  }
}

.aside-box-red{
  position: relative;
  float: left;
  width: 300px;
  height: 620px;
  padding: 20px;
  display: block;
  background-color: #F95741;
  overflow-y: scroll;
}

// @media (min-width: 767.99px){
//   .aside-box-red.home{
//     height: 620px;
//     // margin-left: 10px;
//     // margin-right: 10px;
//   }
// }

.aside-box-red .aside-box-red-title{
  color: #2A3034;
  font-size: 28px;
  position: relative;
  line-height: 1;
  padding-left: 40px;
  margin-bottom: 10px;
}

.aside-box-red .aside-box-red-title-white{
  position: relative;
  color: #F1F0EB;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.15;
}

.aside-box-red .aside-box-red-title-white::after{
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 85px;
  height: 1px;
  background-color: #F1F0EB;
  opacity: 0.4;
}

.aside-box-red .aside-box-red-title img{
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 5px;
}
.aside-box-red a p:hover{
  color: #2A3034;
  text-decoration: underline;
}

.aside-box-red p{
  color: #F1F0EB;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.aside-box-red .noticie-minut{
  margin-bottom: 30px;
  position: relative;
}

.aside-box-red .noticies-container  .noticie-minut a{
  color: #fff;
}

.aside-box-red .noticie-minut .minut{
  color: #2A3034;
  margin-bottom: 0;
}

.aside-box-red .noticie-minut a{
  color: #2A3034;
}

.aside-box-red .noticie-minut a:hover{
  color: #2A3034;
  text-decoration: underline;
}

.aside-box-red .noticie-minut .info{
  margin-bottom: 0;
}

.aside-box-red .noticie-minut img{
  margin-top: 10px;
}

.aside-box-red .noticies-container .noticie-minut:not(:last-child)::after{
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 85px;
  height: 1px;
  background-color: #F1F0EB;
  opacity: 0.4;
}

.aside-box-red .noticie-minut:last-child{
  margin-bottom: 0;
}


.aside-box-red .aside-box-red-relacionats{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: #2A3034;
  font-size: 28px;
  line-height: 1.15;
}

@media (min-width: 1300px){
  .aside-box-red-relacionats{
    display: block!important;
  }
}

@media (max-width: 991.99px){
  .aside-box-red{
    width: 100%;
    height: auto;
    overflow-y: inherit;
  }
  .aside-box-red p{
    margin-bottom: 0;
  }
}

.card-carousel-grey-item{
  position: relative;
  display: block;
  width: 250px;
  height: 250px;
  padding: 20px;
  background-color: #2A3034;
  color: #F1F0EB;
  font-size: 50px;
  line-height: 1;
  margin: 0 auto;
}

.card-carousel-grey-item h3{
  font-size: 16px;
  color: #F95741;
}

.card-carousel-grey-item .card-carousel-grey-item-footer{
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 0;
  left: 0;
}

.card-carousel-grey-item .card-carousel-grey-item-footer p{
  font-size: 25px;
  color: #F1F0EB;
  margin-bottom: 0;
  margin-top: 10px;
}

.card-carousel-grey-item .card-carousel-grey-item-footer p:hover{
  color: #F95741;
}

.carousel-grey-date{
  color: rgba(255,255,255,0.49);
  font-size: 14px;
  line-height: 2.2;
  text-align: right;
}


.card-carousel-grey {
  background-color: #5A6166;
  padding: 20px 0;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  height: 260px;
}

@media (min-width: 992px){
  .card-carousel-grey {
    overflow-x: hidden;
  }
}

.card-carousel-grey .card-carousel-item {
  display: inline-flex;
  float: none;
  padding: 0 10px;
  min-height: 1px;
}
.card-carousel-grey .card-carousel-item .card-carousel-item-container {
  display: inline-block;
  position: relative;
  padding: 20px;
  width: 215px;
  height: 220px;
  background: #3D454A;
  transition: all 300ms ease;
  float: none;
  white-space: normal;
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1299.99px){
  .card-carousel-grey-item {
    width: 220px;
    height: 300px;
  }

  .card-carousel-grey-item .card-carousel-grey-item-footer p {
    font-size: 20px;
  }
}
@media (min-width: 1301px) {
  .card-carousel-grey-item {
    width: 300px;
    height: 300px;
  }
}
// .card-carousel-grey .card-carousel-item:first-child {
//   padding-left: 0;
// }

.card-carousel-grey .card-carousel-item:first-child .card-carousel-item-container{
  background-color: #2A3034;
}

.card-carousel-grey .card-carousel-item .card-carousel-item-container h4{
  color: #F95741;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.card-carousel-grey .card-carousel-item .card-carousel-item-container p{
  color: #F1F0EB;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.card-carousel-grey .card-carousel-item .card-carousel-item-container .card-carousel-item-container-footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

.card-carousel-grey .card-carousel-item .card-carousel-item-container .card-carousel-item-container-footer .small-left {
  color: #F1F0EB;
  position: absolute;
  bottom: 35px;
  left: 20px;
  font-size: 12px;
}

.card-carousel-grey .card-carousel-item .card-carousel-item-container .card-carousel-item-container-footer .small-right {
  color: #F1F0EB;
  position: absolute;
  bottom: 35px;
  right: 20px;
  font-size: 12px;
}

.card-carousel-grey .card-carousel-item .card-carousel-item-container .card-carousel-item-container-footer .progress-container {
  width: 100%;
}

@media (min-width: 992px){
  .card-carousel-grey{
    margin: 0 10px;
  }
}

.mapa-noticies{
  display: block;
  padding: 60px 0;
  background-color: #2A3034;
  margin-bottom: 20px;
}

.mapa-noticies .mapa-noticies-info{
  width: 300px;
  height: 600px;
  padding: 20px;
  float: left;
  background-color: #F95741;
}

.mapa-noticies .mapa-noticies-info h4{
  font-size: 30px;
  line-height: 1.3;
  color: #F1F0EB;
}

.mapa-noticies .mapa-noticies-info p{
  font-size: 20px;
  line-height: 1.3;
  color: #2A3034;
  margin-top: 40px;
  position: relative;
}

.mapa-noticies .mapa-noticies-info p::before{
  content: '';
  position: absolute;
  top: -20px;
  height: 1px;
  width: 85px;
  background-color: #2A3034;
}

.mapa-noticies .mapa-noticies-map{
  width: 960px;
  height: 600px;
  float: left;
  background-size: cover;
  background-position: center;
  background-color: #979797;
}

@media (min-width: 992px){
  .mapa-noticies h4.btv-modul-mapa{
    padding-top: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1299.99px){
  .mapa-noticies .mapa-noticies-map{
    width: 640px;
  }
}

.notifications{
  font-size: 14px;
  color: #F1F0EB;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 80px;
}

.notifications .notifications-container{
  background-color: #F95741;
  padding: 7px 0;
}

.notifications .notifications-container.destaquem{
  background-color: #FF6E5A;
}

.notifications .notifications-container .container{
  height: 25px;
}

.notifications .notifications-container .notifications-title,
.notifications .notifications-container p{
  display: inline-block;
}

.notifications .notifications-container .notifications-title{
  background-color: #2A3034;
  padding: 2px 15px;
}

.notifications .notifications-container .notifications-title ~ a{
  color: #F1F0EB;
  margin-left: 15px;
}

.notifications .notifications-container .notifications-title ~ a:hover,
.notifications .notifications-container .notifications-title ~ p a:hover{
  color: #2A3034;
  text-decoration: underline;
}

.notifications .notifications-container .notifications-title ~ p{
  color: #F1F0EB;
}

.notifications .notifications-container .notifications-title ~ p a{
  color: #F1F0EB;
}

.notifications .notifications-container p{
  position: relative;
  margin-left: 30px;
}

.notifications .notifications-container p::before{
  content: '-';
  position: absolute;
  left: -50px;
  margin-left: 30px;
}

.notifications .notifications-container p:first-of-type::before{
  display: none;
}

.notifications-mobile{
  position: absolute;
  top: 0;
  z-index: 1000;
  background-color: #F95741;
}

.notifications-mobile .notifications-container-mobile{
  position: relative;
  padding: 20px;
  font-size: 14px;
  color: #F1F0EB;
}

.notifications-mobile .notifications-container-mobile .close{
  position: absolute;
  width: 30px;
  right: 20px;
  top: 20px;
  opacity: 1;
  z-index: 100;
}
.notifications-mobile .notifications-container-mobile .title{
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  padding: 8px 14px;
  background-color: #2A3034;
  margin-bottom: 12px;
}

.vc_noticiaHeaderAside {
  width: 100%;
}

.vc_noticiaHeaderFluid {
  width: 100%;
}

.vc_directeAside {
  width: 100%;
}

.vc_directeFluid {
  width: 100%;
}

.aside-programa-container .aside-programa-arrows-container{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.aside-programa-container .aside-programa-arrows-container .arrows{
  // position: absolute;
  // width: 60px;
  // top: 0;
  // right: 0;
  // z-index: 0;
}

.aside-programa-container .aside-programa-arrows-container .arrows img{
  width: 20px;
  cursor: pointer;
  margin: 0 5px;
}

h4.btv-modul-mapa > a {
  color: #F1F0EB;
}

p.btv-modul-mapa > a {
  color: #2A3034;
}

.btv-modul-mapa-info-container {
    height: 300px;
    width: 300px;
    background-color: white;
    position: relative;
    left: 330px;
    top: 240px;
}

#barcelona360-info-card-dreta {
    left: 930px;
}

.btv-modul-mapa-info-container .barcelona360-map-card-interest-header{
  width: 100%;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #979797;
}

.btv-modul-mapa-info-container .barcelona360-map-card-interest-body{
  position: relative;
  padding: 20px;
  height: 160px;
  color: #2A3034;
  background-color: white;
}

.btv-modul-mapa-info-container .barcelona360-map-card-interest-body a h3{
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 3px;
  position: absolute;
  color: #2A3034;
}

.btv-modul-mapa-info-container .barcelona360-map-card-interest-body p.date{
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: rgba(32,36,39,0.49);
  font-size: 12px;
  line-height: 25px;
}

/*--------------------------------------------------------------
# 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;
}

#ugc_filenames span{
  color: #F95741;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Quiz template
--------------------------------------------------------------*/
ul.quiz-respond{
  list-style-type: none;
  padding: 0;
}

ul.quiz-respond li{
  font-size: 18px;
  color: #2A3034;
  padding: 20px;
  background-color: #D8D8D8;
  margin-bottom: 10px;
  cursor: pointer;
}

ul.quiz-respond li.correct{
  background-color: #21D234;
}

ul.quiz-respond li.fail{
  background-color: red;
}

ul.quiz-respond li.selected{
  background-color: #F95741;
}

.quiz-resultat {
  margin-top: 40px;
}

.quiz-resultat p{
  color: #F95741!important;
  font-size: 20px!important;
  margin-bottom: 0;
}

.quiz-resultat h3{
  color: #2A3034!important;
  font-size: 58px!important;
}

@media (max-width: 767.99px) {
  .quiz-resultat h3{
    font-size: 30px!important;
  }
}

.votacio-item label {
  top: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #2A3034;
  cursor: pointer;
  display: block;
  padding: 0 0 5px 30px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  whitespace: no-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

/*--------------------------------------------------------------
# Nav Mobile Footer
--------------------------------------------------------------*/
.nav-mobile{
  background-color: #F1F0EB;
}
.nav-mobile .login-opened-container{
  height: calc(100vh - 50px);
  overflow-y: scroll;
}



/*--------------------------------------------------------------
# Big Card Supreme
--------------------------------------------------------------*/
.square {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square .content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.square .content .header{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}
.square .content .header::before{
  display: block;
  content: '';
  padding-top: 56.25%;
}
.square .content .header .icon-play{
  position: absolute;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.square .content .header .image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-size: cover;
  background-position: center;
  background-color: #979797;
}
.square .content .header .tag{
  position: absolute;
  font-size: 18px;
  line-height: 1;
  padding: 6px 11px;
  background-color: #F95741;
  color: #F1F0EB;
  bottom: -12px;
  left: 20px;
  z-index: 1;
  font-family: 'PxGroteskRegular', Fallback, sans-serif;
  font-weight: normal;
}
.square .content .header .tag:hover{
  color: #2A3034;
}
.square .content .body{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}
.square .content .body::before{
  display: block;
  content: '';
  padding-top: 43.75%;
}
.square .content .body .body-container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.square .content .body .body-container.negative{
  background-color: #2A3034;
}
.square .content .body .body-container .info{
  display: block;
  padding: 20px;
  word-wrap: break-word;
  padding-top: 20px;
}
.square .content .body .body-container h3{
  color: #2A3034;
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -1.2px;
}
.square .content .body .body-container a h3:hover{
  color: #F95741;
}
.square .content .body .body-container.negative h3{
  color: #F1F0EB;
}
.square.mini .content .header .tag{
  font-size: 14px;
}
.square.mini .content .body .body-container h3{
  color: #2A3034;
  font-size: 14px;
  line-height: 1.2;
  max-height: 48px;
  overflow-y: hidden;
  letter-spacing: 0;
}
@media (min-width: 1300px) {
  .square.mini .content .body .body-container h3{
    font-size: 19px;
    max-height: 66px;
  }
}
.square .content .body .body-container .date{
  position: absolute;
  font-size: 14px;
  color: rgba(32,36,39,0.49);
  left: 20px;
  bottom: 12px;
  margin: 0;
}

@media (min-width: 1300px) {
  .square .content .body .body-container .info{
    overflow-y: hidden;
    max-height: 145px;
  }
}

@media (min-width: 577px) {
  .square-item{
    padding-left: 10px;
    padding-right: 10px;
  }
  .square .content .body .body-container .info{
    overflow-y: hidden;
    max-height: 175px;
  }
  .square .content .body .body-container h3{
    font-size: 46px;
    line-height: 1.1;
  }
}

@media (max-width: 1299.99px) and (min-width: 992px) {
  .square .content .body .body-container h3{
    font-size: 36px;
  }
}

.square.grey {
  background-color: #2A3034;
  color: #fff;
}

.square.grey .content .body .body-container .date-grey{
  color: #F95741;
  font-size: 15px;
  font-weight: bold;
}

.square.grey .content .body .body-container h3{
  color: #FFFFFF;
  font-size: 18px;
}

.square.grey .content .body .body-container .info-grey{
  color: #FFFFFF;
  font-size: 12px;
}

@media (min-width: 992px) {
  .square.grey .content .body .body-container .date-grey{
    font-size: 18px;
  }

  .square.grey .content .body .body-container h3{
    font-size: 30px;
  }

  .square.grey .content .body .body-container .info-grey{
    color: #FFFFFF;
    font-size: 14px;
  }
}

.card-responsive-despres {
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0 -5px;
}

.card-responsive-despres .card-responsive-despres-item {
  display: inline-flex;
  float: none;
  min-height: 1px;
  padding: 0 5px;
  margin-bottom: 32px;
}

.card-responsive-despres .card-responsive-despres-item .card-responsive-despres-container{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  display: inline-block;
  height: 240px;
  width: 240px;
  background: #F1F0EB;
  transition: all 300ms ease;
  float: none;
  white-space: normal;
  text-align: left;
  padding-bottom: 15px;
  background-color: #2A3034;
  background-image: none!important;
}

.card-responsive-despres .card-responsive-despres-item .card-responsive-despres-container h3{
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.card-responsive-despres .card-responsive-despres-item .card-responsive-despres-container .date-grey{
  color: #F95741;
  font-size: 15px;
  font-weight: bold;
}

.card-responsive-despres .card-responsive-despres-item .card-responsive-despres-container .info-grey{
  color: #FFFFFF;
  font-size: 12px;
}




/*--------------------------------------------------------------
# Ellipsis
--------------------------------------------------------------*/
.ellip {
  display: inherit;
  height: 100%;
}

.ellip-line {
  /*display: inline-block;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Author Frontpage
--------------------------------------------------------------*/
.btv-image-author {
  padding-top: 45px;
  height: 225px;
  background-color: #3F4548;
}

.btv-author-info-container {
  height: 300px;
  width: 300px;
}

.btv-author-description-container {
  height: 300px;
  margin-bottom: 20px;
}

.ad-beteve {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #2b3034;
  display: table;
}

.ad-beteve.ad-beteve-90 {
  margin-bottom: 64px;
}

.ad-beteve::before {
  content: 'publicitat';
  text-align: center;
  color: #F1F0EB;
  padding: 14px;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2A3034;
}

.ad-beteve.ad-beteve-90::before {
  bottom: -42px;
}


.ad-portada-small, .ad-portada-big {
  margin-bottom: 20px;
}

@media (min-width: 1300px){
  .ad-portada-big {
    display: table;
  }

  .ad-portada-small {
    display: none;
  }

  .ad-portada-mobile-only {
    display: none;
  }

}

@media (max-width: 1299.99px){
  .ad-portada-big {
    display: none;
  }

  .ad-portada-small {
    display: table;
  }

  .ad-portada-mobile-only {
    display: none;
  }

}

@media (max-width: 991.99px){
  .ad-portada-mobile-only {
    display: table;
  }
  .ad-portada-small {
    margin-left: auto;
    margin-right: auto;
  }
}

.btv-author-image {
    max-width: 50%;
}

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 24px;
    padding: 15px;
    line-height: 1.5;
}

/*--------------------------------------------------------------
# En Directe Template
--------------------------------------------------------------*/

.page-template-directe {
  background-color: #384043;
}

#btv-directe-menu {
    padding-left: 5px;
}

.btv-submenu-item-directe {
  margin-right: 20px;
  cursor: pointer;
  font-size: 24px;
  text-transform: lowercase;
  color: #fff;
}

@media (min-width: 992px) {
  .btv-submenu-item-directe {
    margin-right: 30px;
    font-size: 24px;
    opacity: 0.5;
    line-height: 26px;
    padding-top: 0!important;
  }
}

.btv-current-submenu-directe {
    border-bottom: 5px solid #F95741;
    padding-bottom: 6px;
    padding-top: 15px;
    opacity: 1;
}

#btv-directe-container {
    overflow: hidden;
}

#btv-directe-container h3{
    font-size: 24px;
}

@media (min-width: 992px) {
    #btv-directe-container {
        height: 620px;
    }
}

#btv-directe-info-container {
    background-color: #F95741;
}

.btv-directe-programa-title {
    font-size: 30px;
    color: #fff!important;
}

.square-black {
    background-color: #2A3034;
}

@media (min-width: 992px) {
    .btv-ara-tambe-titol {
        color: #F95741;
        padding-top: 20px;
    }

    .btv-ara-tambe-medi {
        color: #F95741;
        margin-top: 35px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .btv-ara-tambe-medi-titol {
        color: #fff;
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.btv-directe-despres{
    color: #fff;
}

@media (min-width: 992px) {
    .btv-directe-despres{
        padding-top: 40px;
    }
}

h3 {
  margin-bottom: 1.0rem;
}

.arrows-slider{
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.arrows-slider__left,
.arrows-slider__right{
  position: absolute;
  width: 30px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .arrows-slider__left,
  .arrows-slider__right{
    width: 50px;
  }
}

.arrows-slider__left{
  left: 30px;
}

.arrows-slider__right{
  right: 30px;
}

.cerca-slider{
  background: none;
  border: none;
  margin-left: -1px;
  font-size: 40px;
  letter-spacing: 0.74px;
  line-height: 1.1;
  color: #fff;
}

.content-slider-programacio-links > h4, .content-slider-programacio-links > a {
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 767.99px) {
  .content-slider-programacio-links {
    margin-top: 30px;
  }
}

.punts-slider{
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.punt-carousel {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.punt-carousel-on {  
  background-color: #F95741;  
}

.punt-carousel-off {  
  background-color: #F1F0EB;  
}

.container-custom-btv-slider-programes h3 {
  font-size: 21px;
}

.anchor-lletres-programes {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;  
}