/*! FCBRookies 0.77 | http://www.bumweb.com | (c) 2016 BUM - Blasi Urgell Morales  */

/*! Author: Kiko Girbés                                                           */
/*  =============================================================================
Index
================================================================================= */
/*
1. Colors
2. Fonts
3. System Resets
4. UIKit Resets
5. Custom Clases
6. Media Queries
*/
/*  =============================================================================
Colors
================================================================================= */
/*
balu-barça:		#11102F;
grana-barça:		#a11631;
blau-header:		#1C1933;
blau-header-hover: 	#00bdcd;
blau-block:			#11102F;
roig:				#DC2A32;
roig-block:			#72142E;
fons:				#FCC52B;
*/
/*  =============================================================================
Font Face
================================================================================= */
@import '../fonts/MyFontsWebfontsKit.css';
@font-face{
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/fontawesome/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf') format('truetype');
}
/*  ============================================================================
System Reset
================================================================================ */
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 18px;
}
body {
  font-family: 'FC_BARCELONA';
}
h1,h2 {
  font-family: 'FC_BARCELONA-Extrabold';
  font-weight: 900;
  text-transform: uppercase;
}
h3 {
  font-family: 'FC_BARCELONA-Bold';
  font-weight: 700;
  text-transform: uppercase;
}
h4,h5,h6 {
  font-family: 'FC_BARCELONA-Light';
  font-weight: 300;
  text-transform: uppercase;
}
strong {
  font-family: 'FC_BARCELONA-Bold';
  font-weight: 700;
}
button {
  background: transparent;
  border: none;
}

#cookiesdirective {
  background: #DC2A32 !important;
}

/*  ==========================================================================
UIKit Resets
============================================================================== */
/* Text
------------------------------------------------------------------------------ */
.uk-heading-large,
.uk-text-bold {
  font-family: 'FC_BARCELONA-Bold';
  text-transform: inherit;
}
/* Slideshow, slidenav, slideset, thumbnav
------------------------------------------------------------------------------ */
.uk-thumbnav > * > * {
  background: rgba(255, 255, 255, 0);
}
.uk-slidenav {
  line-height: 58px;
  color: white;
  background-color: #DC2A32;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 25px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 25px;
}
.uk-slidenav:hover,
.uk-slidenav:active {
  color: white;
}
.uk-slideset li:nth-child(odd) {
  width: auto;
  background: #FCC52B;
}
.uk-slideset li:nth-child(even) {
  width: auto;
  background: #fcfce8;
}
.uk-slideshow > li {
  background-color: #131924;
}
#concurs-portades .uk-slideset li:nth-child(odd) {
  background: transparent;
}
#concurs-portades .uk-slideset li:nth-child(even) {
  width: auto;
  background: transparent;
}
.cover-title {
  background: transparent;
  font-size: 51px;
  position: absolute;
  top: 190px;
  width: 49%;
  color: #B29350;
  border: none;
  text-align: center;
  resize: none;
  font-family: 'Alex Brush', cursive;
  left: 28%;
  line-height: 52px;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Navbar, Nav, Subnav, Breadcrumb
------------------------------------------------------------------------------ */
.uk-navbar-nav > li > a {
  font-family: 'FC_BARCELONA';
  text-transform: uppercase;
  
  height: 69px;
  line-height: 69px;
}

.uk-navbar-nav > li:hover > a, 
.uk-navbar-nav > li:active > a, 
.uk-navbar-nav > li:focus > a, 
.uk-navbar-nav > li > a:hover, 
.uk-navbar-nav > li > a:active, 
.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li.uk-open > a {
  background: #1C1933 !important;
}

.uk-navbar-nav > li.uk-parent > a::after {
  content: '\25bc';
  padding-left: 0.8em;
  font-size: 8px;
  position: relative;
  top: -3px;
}

.icon-dropdown::after {
  content: '\25bc';
  padding-left: 0.5em;
  font-size: 6px;
  position: relative;
  top: -2px;
}

/*
.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li.uk-active > a {
  border-bottom: solid 3px #DC2A32;
}
*/
.uk-nav-header {
  font-size: 16px;
}
.uk-subnav > * {
  padding-left: 6px;
  line-height: 27px;
  font-size: 13px;
}
.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 2px;
}
.uk-subnav-line a {
  line-height: 27px;
  font-size: 14px;
  margin-left: 5px;
}
.uk-subnav-pill > li > a {
  border-radius: 3px;
  background-color: #25314a;
}
.uk-subnav-pill > li > a.quizR {
	border-radius: 10px;
   border: 2px solid #fff;
   color: #fff;
   font-size: 42px;
   background: none;
	line-height: 42px;
}
.uk-breadcrumb > li > a {
  color: white;
}
.home-container {
    min-height: 250px;
}
/* Grid
------------------------------------------------------------------------------ */
@media (min-width: 768px) {
.uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #1c2a3a;
}
}
/* Buttons
------------------------------------------------------------------------------ */
.uk-button {
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 20px;
  min-height: 10px;
  padding: 16px 30px;
  font-size: 1rem;

  background-color: #DC2A32;
  font-family: 'FC_BARCELONA-Bold';
  font-weight: 700;

  box-shadow: 0 0.2rem 0.6rem 0.1rem rgba(0,0,0,.2) !important;
  
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.uk-button-primary {
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.uk-button-link {
  text-decoration: underline;
}
.uk-button-link:focus {
  outline: none;
}

.uk-button:active, .uk-button.uk-active,
.uk-button:hover, .uk-button:focus {
  /*-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #E52F44;
  background-image: linear-gradient(to right, #E52F44, #054295);
  
  transform: translateY(5px);*/
}

/* Panels
------------------------------------------------------------------------------ */
.uk-panel-box .uk-panel-badge {
  top: 0;
  right: auto;
  left: 0;
}
.uk-panel-badge {
  top: 0;
  right: auto;
  left: 0;
}
.uk-panel-hover {
  cursor: pointer;

  border: 2px solid rgba(0, 194, 211, .2);
  background: white;
}
.uk-panel-hover:active,
.uk-panel-hover:focus {
  color: #fff;
  background: #11102F;
}
/* Offcanvas
------------------------------------------------------------------------------ */
.uk-nav-offcanvas > li > a {
  border-top: 1px solid rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
.uk-nav-offcanvas > li:last-child {
  box-shadow: 0 1px 0 rgba(255, 255, 255, .05), inset 0 -1px 0 rgba(0, 0, 0, .3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
.uk-offcanvas-bar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  content: '';
  background: rgba(0, 0, 0, .6);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}
.uk-offcanvas-bar-flip:after {
  right: auto;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, .6);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}
.uk-nav-offcanvas .uk-nav-header {
  color: #fff;
  background-color: #1C1933;
}
/* Dropdown
------------------------------------------------------------------------------ */
.uk-dropdown.uk-dropdown-navbar {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .7);
  /*min-height: 83px;
  background-image: url(../img/logo-fcbarcelona-blau.svg);
  background-repeat: no-repeat;
  background-position: 90% 5px;
  background-size: 70px;*/
}
/* Tootip
------------------------------------------------------------------------------ */
.uk-tooltip {
  color: white;
  background: #1C1933;
}
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  border-top-color: #1C1933;
}
/* Modal
------------------------------------------------------------------------------ */
.uk-modal-dialog {
  padding: 5px;
}
.uk-modal-dialog > .uk-close:first-child {
  position: relative;
  z-index: 95;
  margin: -5px -5px 0 0;
  background-color: #DC2A32;
}
.uk-modal-dialog.uk-modal-dialog-lightbox .uk-close {
  position: absolute;
  top: 5px;
  right: 5px;
}
.uk-modal-dialog.uk-modal-dialog-lightbox {
  width: 100vh;
  max-width: 100vh;
}
.uk-modal-dialog.uk-modal-dialog-lightbox img {
  width: 100%;
}

/* Photo Modal
------------------------------------------------------------------------------ */
.photo-modal .uk-modal-dialog {
  max-width: 100vw;
  max-height: 100vh;
  margin: 15px auto;
}
.photo-modal .uk-modal-dialog img {
  width: auto;
  max-height: 94vh;
}

/* Form
------------------------------------------------------------------------------ */
.uk-form legend:after {
  border-bottom: 1px solid #fff;
}
.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    border: 2px solid #ffffff;
    border-radius:5px;
    background: #ffffff00;
    color: white;
}
.uk-form select {
  -webkit-appearance: none;
}
/* Accordion
------------------------------------------------------------------------------ */
.uk-accordion-title {
  font: inherit;
  font-size: 1.3rem;
  line-height: 60px;
  display: inline-block;
  overflow: visible;
  box-sizing: border-box;
  min-height: 60px;
  margin: 0;
  padding: 0 28px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 3px;
  background: #DC2A32;
  -webkit-box-shadow: 0 2px 0 0 rgba(156, 23, 55, 1);
  -moz-box-shadow: 0 2px 0 0 rgba(156, 23, 55, 1);
  box-shadow: 0 2px 0 0 rgba(156, 23, 55, 1);
  -webkit-appearance: none;
}
.uk-accordion-title:hover {
  text-decoration: none;
  color: #fff;
  outline: none;
  background-color: #9c1737;
}
.uk-navbar-nav > li > a {
  font-size: 14px;
}
/* Utilities
------------------------------------------------------------------------------ */
.uk-close {
  opacity: 1;
}
.uk-visible {
  visibility: visible!important;
}
.text-black {
  color: black!important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-normal {
  font-size: 14px;
}
.text-italic {
  font-style: italic;
}
/* Cover position
------------------------------------------------------------------------------ */
.uk-cover-background {
    background-position: 20% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
/*  ==========================================================================
Custom Clases
============================================================================== */
/* New Home
------------------------------------------------------------------------------ */
#classification {
  margin-top: 100px;
}
#classification table{
  background: #FCC52B;
}
#classification table tr {
    border-bottom: solid 1px;
}
#classification table tr td {
    vertical-align: middle;
}

/* New Home
------------------------------------------------------------------------------ */
#slideshow-players {
  background-image: url(https://fcbrookies.s3.amazonaws.com/players-slideshow/fondo.jpg);
      background-size: cover;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#934b4b+0,731e1e+100 */
/*background: #934b4b; /* Old browsers */
/*background: -moz-linear-gradient(top, #934b4b 0%, #731e1e 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, #934b4b 0%,#731e1e 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, #934b4b 0%,#731e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#934b4b', endColorstr='#731e1e',GradientType=0 ); /* IE6-9 */
}
#slideshow-players .uk-slideshow > li {
    background-color: rgba(19, 25, 36, 0);
}
span.lang.twin {
    min-height: 120px;
}
/* Offcanvas
------------------------------------------------------------------------------ * /
#offcanvas .uk-nav .uk-nav-header:first-child {
  height: 108px;
}

#offcanvas .uk-nav li:nth-child(6) .uk-nav-header {
  height: inherit!important;
  background-color: #11102F;
  padding-left: 0;
}

/* Toolbar
------------------------------------------------------------------------------ * /
#toolbar {
  padding: 10px;
  text-transform: uppercase;
  border-bottom: solid 4px #a11631;
  background-color: #11102F;
}
/* Text
------------------------------------------------------------------------------ */
.text-light {
  font-family: 'FC_BARCELONA-Light';
  text-transform: uppercase;
}
.text-red {
  color: #DC2A32!important;
}
/* videoWrapper
------------------------------------------------------------------------------ */
.videoWrapper {
  position: relative;
  height: 0;
  /* 16:9 */
  padding-top: 25px;
  padding-bottom: 56.25%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Reporter
------------------------------------------------------------------------------ */
.reporter-foto-right {
  transform: rotate(3deg);
  border: solid 10px white;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, .45);
}
.reporter-foto-left {
  transform: rotate(-2deg);
  border: solid 10px white;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, .45);
}
.reporter-foto {
  background-image: url(../img/wow.svg);
}
/* Nadal
------------------------------------------------------------------------------ */

.decoracio-nadal {
  top: 94px;
  right: 122px;
}
.foto-nadal {
  height: 288px!important;
  top: 305px;
  left: 77px;
  z-index: 0;
  width: 74%;
}
.boto-nadal {
  top: 326px;
  left: 88px;
  width: 432px;
  height: 272px;
  border-radius: 13px;
  line-height: 198px;

}
.nadal-file {
  top: 313px;
  left: 79px;
  z-index: 2;
}
.composicio-nadal {
  top: 205px;
  left: 39px;
  height: 277px!important;
  z-index: 0;
  width: 85%;
}
/* Menu toolbar FCB
------------------------------------------------------------------------------ */
.fcbmenu {
  margin-top: 14px;
  padding: 0 15px;
}
.fcbmenu > ul > li > a {
  border-top: 1px solid rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
.fcbmenu > ul > li:last-child {
  box-shadow: 0 1px 0 rgba(255, 255, 255, .05), inset 0 -1px 0 rgba(0, 0, 0, .3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
/* Logos
------------------------------------------------------------------------------ */
.logograna {
  width: 100%;
}
.logo-fcbarcelona-positivo {
  width: 16px;
  height: 16px;
}
/*
.logo-fcbarcelona-rookies {
  width: 84%;
  margin-top: 5px;
}
.logo-fcbarcelona-rookies-small {
  height: 100px;
  margin-top: 15px!important;
}
.logo-fcbarcelona-offcanvas {
  height: 100px;
  margin-top: 15px!important;
}
*/
/* ilustracions
------------------------------------------------------------------------------ */
#ilustracio {
  height: 233px;
}
.granota {
  width: 320px;
}
.container-balo {
  top: -50px;
}
.balo {
  width: 80px;
  height: 80px;
}
.fons-roig {
  padding: 15px 15px;
  background-color: #DC2A32;
}
/* Buttons
------------------------------------------------------------------------------ */
.button > a {
  background: #72142e;
}
.button > a:hover {
  background: #DC2A32!important;
}
.button-quiz {
  line-height: 35px;
  width: 160px;
  height: 160px;
  margin-top: 40px;
  padding-top: 55px;
  background-image: url(img/cercle.svg);
  background-repeat: no-repeat;
}
.button-quiz:hover {
  text-decoration: none;
  color: white;
}
.no-border {
  border: none;
}
.nens {
  min-height: 280px;
}
/* Menu accordion
------------------------------------------------------------------------------ */
.menu-accordion li a {
  padding: 15px;
  text-transform: uppercase;
  color: white;
}
.menu-accordion li a:hover,
.menu-accordion li a:active,
.menu-accordion li a:focus {
  padding: 15px 15px 12px;
  border-bottom: solid 3px #DC2A32;
  background-color: #00bdcd;
}
.menu-accordion li .active {
  padding: 15px 15px 12px;
  border-bottom: solid 3px #DC2A32;
  background-color: #00bdcd;
}
.menu-accordion-interior li a:hover {
  background-color: #72142e;
}
.video-block {
  min-height: 270px;
}
.video-block::before {
  content: '';
  position: absolute;
  top: 0; right: 0; left: 0; bottom: 0;
  background: rgba(0, 63, 132, 0.3);
  z-index: 1;
}
.video-block figcaption {
  z-index: 2;
}
.video-block a {
  z-index: 3;
}

#sponsors {
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
}
.panel-box-match{
  background-color: white;
}
.panel-box-bg {
  background-color: #FCC52B;
}
.fcb {
  -webkit-transform: perspective(300px) rotateX(30deg);
  -moz-transform: perspective(300px) rotateX(30deg);
  -o-transform: perspective(300px) rotateX(30deg);
  transform: perspective(300px) rotateX(30deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.overlay-background-primary {
    background: rgba(42, 49, 62, 0.82);
}
.overlay-background-secondary {
  background: rgba(238, 15, 50, .5);
}
.part1 {
  float: left;
  width: 50%;
  height: 50%;
  box-shadow: inset 0 -2px 0 rgb(255, 255, 255);
}
.part2 {
  float: left;
  width: 50%;
  height: 50%;
  box-shadow: inset 2px -2px 0 rgb(255, 255, 255);
}
.part3 {
  float: left;
  width: 50%;
  height: 50%;
  box-shadow: inset 0 0 0 rgb(255, 255, 255);
}
.part4 {
  float: left;
  width: 50%;
  height: 50%;
  box-shadow: inset 2px 0 0 rgb(255, 255, 255);
}
.border-blanc {
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
.content {
  position: relative;
  width: 100%;
  border: solid 2px #fff;
}
.diagonal {
  width: 81%;
  -webkit-transform: skewX(-22.5deg);
  -moz-transform: skewX(-22.5deg);
  -ms-transform: skewX(-22.5deg);
  -o-transform: skewX(-22.5deg);
  transform: skewX(-22.5deg);
  -webkit-transform-origin: 0 190px;
  -moz-transform-origin: 0 190px;
  -ms-transform-origin: 0 190px;
  -o-transform-origin: 0 190px;
  transform-origin: 0 190px;
}
.diagonal-superior {
  width: 100%;
  -webkit-transform: skewX(-22.5deg);
  -moz-transform: skewX(-22.5deg);
  -ms-transform: skewX(-22.5deg);
  -o-transform: skewX(-22.5deg);
  transform: skewX(-22.5deg);
  transform-origin: 0 -15px;
}
.diagonal-content {
  -webkit-transform: skewX(22.5deg);
  -moz-transform: skewX(22.5deg);
  -ms-transform: skewX(22.5deg);
  -o-transform: skewX(22.5deg);
  transform: skewX(22.5deg);
}
.puntuacio {
  font-size: 34px;
  line-height: 70px;
  padding: 40px;
  border: solid 5px #ffffff;
  border-radius: 100%;
  background-color: #DC2A32;
  width: 130px;
  height: 130px;
}
.puntuacio label{
  font-size: 100px;
}
ul.ranking {
	border-top: 1px solid #fff;	
	border-bottom:  1px solid #fff;
}

ul.ranking.uk-list li {
  padding: 5px 0;  
}
.puntuacio2 {
  font-size: 34px;
  line-height: 10px;
  width: 120px;
  height: 80px;
  margin: 0;
  padding: 40px 0 0 0;
  border: solid 5px #fff;
  border-radius: 100px;
  background-color: #11102F;
}
.notificacio-partit {
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 15px;
  height: 15px;
  padding: 0;
}
.circle {
  height: 90px;
  padding: 30px 0;
  background-image: url(../img/cercle-vermell.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.accepto {
  color: white !important;
}
.position-z-index {
  z-index: 1021;
}
.link {
  color: #DC2A32;
}
.link:hover,
.link:focus {
  color: #72142e;
}
.puntos img {
  width: 60%;
}
.puntos label {
  padding: 0 17px;
}
.puntos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  margin-top: -10px;
  margin-left: -10px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.puntos > :before {
  display: inline-block;
  width: 30%;
  height: 10px;
  margin-right: 5px!important;
  content: '';
  vertical-align: middle;*/
}
.puntos > :nth-child(n+2):before {
  /*margin-right: 10px;
  background-image: url(../img/separador.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;*/
}
/* Preus
------------------------------------------------------------------------------ */
#preus {
  color: white;
  background-color: #11102F;
}
#preus tbody tr:nth-of-type(odd) {
  background: #a11631;
}
/* Calendari
------------------------------------------------------------------------------ */
#calendari {
  background-color: white;
}
#calendari {
  table-layout: fixed;
}
#calendari th,
#calendari td {
  width: 150px;
}
/*  Define the background color for all the ODD table columns  */
#calendari tr td:nth-child(odd) {
  background: #fff;
}
/*  Define the background color for all the EVEN table columns  */
#calendari tr td:nth-child(even) {
  background: #f0f0f0;
}
/*  Define the background color for all the ODD table columns  */
#calendari thead tr th:nth-child(odd) {
  background: #fff;
}
/*  Define the background color for all the EVEN table columns  */
#calendari thead tr th:nth-child(even) {
  background: #f0f0f0;
}
.logos img {
  height: 100px;
}
.liga img {
  height: 25px;
}
.headcol {
  position: absolute;
  top: auto;
  left: 0;
  width: 5em;
  /*only relevant for first row*/
  margin-top: -3px;
  border-top-width: 3px;
  border-right: 0 none black;
  /*compensate for top border*/
}
#partit {
  width: 163.4px;
  padding: 20px;
}
.columna:hover,
.columna:focus,
.columna:active {
  -webkit-box-shadow: inset 0 0 0 10px rgba(211, 34, 60, 1);
  -moz-box-shadow: inset 0 0 0 10px rgba(211, 34, 60, 1);
  box-shadow: inset 0 0 0 10px rgba(211, 34, 60, 1);
}
.posicio {
  font-size: 9px;
}
img.diagonal-content {
  height: 85px;
}
.logo-breadcrumb {
  /*background-image: url(../img/logo-fcbarcelona-grana.svg);
  background-repeat: no-repeat;
  background-position: 90% 5px;
  background-size: 70px;*/
  min-height: 82px;
  /*background-image: url(../img/logo-blanc.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 100px;*/
}
.quiz-cover {
  background-position: 100% 50%;
}
.validation-panel {
  min-height: 46px;
}
/* Calendari
------------------------------------------------------------------------------ */
#cookies {
  text-align: left;
}
.btn-cookie {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border: 1px solid transparent;
  background: transparent;
  background-image: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* Footer
------------------------------------------------------------------------------ */



.pasos {
  line-height: 54px;
  border: 3px solid white;
}
.icona-partit img {
  height: 20px;
}
.icona-disponibilitat-alta svg {
  fill: #15b58a;
}
.icona-disponibilitat-mitja svg {
  fill: #f4ac00;
}
.icona-disponibilitat-baixa svg {
  fill: #ee0f32;
}
.panel-form {
  padding: 20px;
  background-color: #fcfce8;
}
.fotos-partit {
  min-height: 200px;
}
/*
.logo-blanc {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 90px 90px;
}
*/
.videoWrapper {
  position: relative;
  height: 0;
  /* 16:9 */
  padding-top: 25px;
  padding-bottom: 56.25%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.foto-home {
  background-position: 40% 0!important;
}
.titolvideo {
  font-size: 18px;
  line-height: 22px;
}
/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
  display: block;
  background: #be4c54;
}
/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
  background: #17d654;
}
.valid {
  display: none;
}
.fv-form-uikit .fv-control-feedback {
  top: 20px;
}
img.black-white {
  filter: grayscale(95%);
  -webkit-filter: grayscale(95%);
}
.text-white {
  color: white;
}
.button-concurs {
  font-size: 16px;
  line-height: 0;
  height: 0;
}
.buton-preguntes {
  padding: 22px 30px;
}
.button-participar {
  color: red;
  background-color: #fcfce5;
  -webkit-box-shadow: 0 2px 0 0 rgb(190, 190, 172);
  -moz-box-shadow: 0 2px 0 0 rgb(190, 190, 172);
  box-shadow: 0 2px 0 0 rgb(190, 190, 172);
}
.button-participar:hover {
  color: red;
  background-color: #eaeadf;
  -webkit-box-shadow: 0 2px 0 0 rgb(190, 190, 172);
  -moz-box-shadow: 0 2px 0 0 rgb(190, 190, 172);
  box-shadow: 0 2px 0 0 rgb(190, 190, 172);
}
.border-right-remove {
  border-right: none!important;
}
.border-left-remove {
  border-left: none!important;
}
.validation-panel {
  padding: 5px;
  border: 2px solid #1C1933;
  background-color: white;
}
.validation-panel div {
  font-size: 16px;
  line-height: 46px;
  margin-bottom: 0;
}
.missatge-correu {
  font-size: 16px;
  line-height: 26px;
  padding: 10px;
}
.panel-concurs {
  background-color: #FCC52B;
}
#jugadora-concurs {
  position: relative;
  top: 130px;
  width: 280px;
  margin-top: -130px;
}
#logo-concurs {
  width: 220px;
  margin: 10px;
  padding: 10px;
  /*position: relative;
  left: -70px;
  top: -40px;*/
}
#dit {
  top: -60px;
  right: -60px;
  width: 130px;
}
#block-concurs {
  padding: 110px 0;
}
.button-codi {
  padding: 0 10px!important;
}
/* Concursos
------------------------------------------------------------------------------ */
.uk-block-concurs {
  background: #DC2A32;
}
.uk-block-concurs .uk-cover-background {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.uk-block-concurs h1 {
  font-size: 24px;
  line-height: 170%;
  margin-top: -25px;
}
.uk-block-concurs h1 .uk-text-bold {
  font-size: 60px;
}
.uk-block-concurs h2 {
  font-size: 56px;
  line-height: 110%;
}
.uk-block-concurs .uk-text-large {
  font-size: 20px;
  margin: 0;
}
.uk-block-concurs .uk-invisible {
  display: none;
}
.uk-block-guanya {
  background: #11102F;
}
.list-num-crcle {
  font-size: 40px;
  display: inline-block;
  width: 50px;
  height: 42px;
  margin-bottom: 5px;
  padding-top: 8px;
  vertical-align: middle;
  border: 4px solid #fff;
  border-radius: 50%;
}
h1 .list-num-crcle {
  height: 46px;
  padding-top: 4px;
}
.button-reporter,
.button-partit {
  padding-right: 35px;
}
.button-reporter .uk-cover-background {
  background: #fcfce8;
}
.button-partit .uk-cover-background {
  background: #DC2A32;
}
.button-reporter h1,
.button-partit h1 {
  font-size: 43px;
  margin: 0;
}
.button-reporter h3,
.button-reporter h1 {
  color: #05274e;
}
.button-reporter h3,
.button-partit h3 {
  margin: 0;
}
.button-reporter .uk-position-cover,
.button-partit .uk-position-cover {
  padding-left: 170px;
}
.button-small {
  padding: 20px;
}
h1.uk-h2.uk-text-bold.uk-margin-top.titular {
  padding-top: 11px!important;
}
#hand {
  width: 140px;
}
#wow {
  width: 190px;
}
.oops-button {
  line-height: 35px;
  padding: 0px 10px;
  min-height: 25px;
}
#imgInp {
  z-index: 1;
}
#text-crit-dia-del-pare {
  position: absolute;
  z-index: 2;
  border: none;
  background-color: transparent;
  color: white;
  font-size: 39px;
  font-weight: bold;
  margin-top: 11px;
  height: 136px;
  text-align: center;
  resize: none;
  overflow: hidden;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 588px;
  left: 122px;
}
.crit-container {
  width:370px;text-align: center;position: relative;top: -220px;z-index: 9999;left: 60px;
}
.crit-text {
  font-family: 'FC_BARCELONA-Bold';line-height: 40px;font-size: 39px;font-weight: bold;
}
/* Guanyador frase box
------------------------------------------------------------------------------ */
.uk-panel.uk-panel-box.uk-panel-box-primary.guanyadors2 {
  font-family: 'FC_BARCELONA-Bold';
  background-color: #203961;
}
li.partit-mouse {
  cursor: pointer;
  cursor: hand;
}
.columna-gris:hover,
.columna-gris:focus,
.columna-gris:active {
  -webkit-box-shadow: inset 0 0 0 10px #606060;
  -moz-box-shadow: inset 0 0 0 10px #606060;
  box-shadow: inset 0 0 0 10px #606060;
}
.form-captacio {
  z-index: 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
}

li.icona-partit {
  background: transparent!important;
}

/*  =============================================================================
Media Queries
================================================================================= */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 49px;
    line-height: 51px;
  }
}
@media (min-width: 960px) {
  .uk-navbar-nav > li > a {
    padding: 0 5px;
  }
}
@media (min-width: 1220px) {
  .uk-navbar-nav > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 320px) {
  a.toolbar-btn {
    width: 115px;
  }
}
@media (max-width: 400px) {
  .logo-blanc {
    background-size: 120px;
  }
  .logo-fcbarcelona-rookies-small {
    float: left;
    height: 80px;
    margin-top: 15px!important;
    margin-left: 5px;
  }
  #offcanvas .logo-fcbarcelona-rookies-small {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .button-reporter .uk-position-cover,
  .button-partit .uk-position-cover {
    padding: 15px;
  }
  .button-reporter img,
  .button-partit img {
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  .slide-tickets {
    background-position: 68% 50%;
  }
  .uk-block-concurs h1 {
    font-size: 20px;

    margin-top: 0;
  }
  .uk-block-concurs h1 .uk-text-bold {
    font-size: 30px;
  }
  .uk-block-concurs h2 {
    font-size: 40px;
  }
  .uk-block-concurs .uk-invisible {
    display: inline-block;
  }
  .uk-width-medium-5-10.uk-width-small-1-1.uk-flex.uk-flex-center.uk-flex-wrap.uk-margin-large-left.uk-row-first {
    margin-left: 0px!important;
  }
}
/* Queries nadal
------------------------------------------------------------------------------ */
@media (min-width: 960px) {
  .decoracio-nadal {
    top: 95px;
    right: 5%;
  }
  #text-crit-dia-del-pare {
    font-size: 39px;
    height: 136px;
    top: 590px;
    left: 130px;
  }
}
@media (min-width: 1220px) {
  .nadal-file {
    top: 305px;
    left: 87px;
    z-index: 2;
  }
  .boto-nadal {
    top: 326px;
    left: 88px;
    width: 416px;
    height: 262px;
    border-radius: 13px;
    line-height: 198px;
  }
  .composicio-nadal {
    top: 197px;
    left: 37px;
    height: 265px!important;
    z-index: 0;
    width: 417px;
  }
  .decoracio-nadal {
    top: 95px;
    right: 19%;
  }
  #text-crit-dia-del-pare {
    font-size: 39px;
    height: 136px;
    top: 565px;
    left: 130px;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -210px;
    z-index: 9999;
    left: 70px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .nadal-file {
    top: 313px;
    left: 79px;
    z-index: 2;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -235px;
    z-index: 9999;
    left: 73px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .nadal-file {
    top: 372px;
    left: 90px;
  }
  .foto-nadal {
    height: 357px!important;
    top: 370px;
    left: 90px;
    width: 560px;
  }
  .boto-nadal {
    top: 326px;
    left: 88px;
    width: 557px;
    height: 351px;
    border-radius: 16px;
    line-height: 18px;
  }
  .composicio-nadal {
    top: 265px;
    left: 50px;
    height: 356px!important;
    z-index: 0;
    width: 560px;
  }
  #text-crit-dia-del-pare {
    font-size: 39px;
    height: 136px;
    top: 744px;
    left: 205px;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -300px;
    z-index: 9999;
    left: 150px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 46px;
    font-size: 46px;
    font-weight: bold;
  }
}
@media (max-width: 640px) {
  .nadal-file {
    top: 321px;
    left: 81px;
  }
  .foto-nadal {
    height: 287px!important;
    top: 319px;
    left: 80px;
    width: 450px;
  }
  .boto-nadal {
    top: 326px;
    left: 88px;
    width: 449px;
    height: 283px;
    border-radius: 12px;
    line-height: 18px;
  }
  .composicio-nadal {
    top: 213px;
    left: 40px;
    height: 288px!important;
    z-index: 0;
    width: 450px;
  }
  #text-crit-dia-del-pare {
    font-size: 39px;
    height: 136px;
    top: 604px;
    left: 138px;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -230px;
    z-index: 9999;
    left: 80px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 35px;
    font-size: 35px;
    font-weight: bold;
  }
}
@media (max-width: 600px) {
  .nadal-file {
    top: 305px;
    left: 78px;
  }
  .foto-nadal {
    height: 267px!important;
    top: 323px;
    left: 76px;
    width: 420px;
  }
  .boto-nadal {
    top: 326px;
    left: 88px;
    width: 415px;
    height: 262px;
    border-radius: 14px;
    line-height: 18px;
  }
  .composicio-nadal {
    top: 196px;
    left: 37px;
    height: 266px!important;
    z-index: 0;
    width: 417px;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -163px;
    z-index: 9999;
    left: 7px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 35px;
    font-size: 35px;
    font-weight: bold;
  }
  #classification {
    margin-top: 150px;
}
}
@media (max-width: 480px) {
  .nadal-file {
    top: 319px;
    left: 68px;
  }
  .foto-nadal {
    height: 204px!important;
    top: 314px;
    left: 64px;
    width: 320px;
  }
  .boto-nadal {
    top: 326px;
    left: 88px;
    width: 314px;
    height: 198px;
    border-radius: 10px;
    line-height: 18px;
  }
  .composicio-nadal {
    top: 149px;
    left: 28px;
    height: 201px!important;
    z-index: 0;
    width: 315px;
  }
  #text-crit-dia-del-pare {
    font-size: 28px;
    height: 96px;
    top: 513px;
    left: 60px;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -163px;
    z-index: 9999;
    left: 7px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 20px;
    font-size: 30px;
    font-weight: bold;
  }
}
@media (max-width: 414px) {
  .nadal-file {
    top: 293px;
    left: 63px;
  }
  .foto-nadal {
    height: 165px!important;
    top: 291px;
    left: 63px;
    width: 258px;
  }
  .boto-nadal {
    width: 258px;
    height: 162px;
    border-radius: 10px;
    line-height: 18px;
  }
  .composicio-nadal {
    top: 120px;
    left: 23px;
    height: 167px!important;
    z-index: 0;
    width: 258px;
  }
  #text-crit-dia-del-pare {
    font-size: 23px;
    height: 76px;
    top: 452px;
    left: 93px;
    line-height: 29px;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -133px;
    z-index: 9999;
    left: -32px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 0px;
    font-size: 20px;
    font-weight: bold;
  }
}
@media (max-width: 375px) {
  .nadal-file {
    top: 276px;
    left: 60px;
  }
  .boto-nadal {
    width: 225px;
    height: 143px;
    border-radius: 7px;
    line-height: 18px;
  }
  .foto-nadal {
    height: 145px!important;
    top: 275px;
    left: 58px;
    width: 228px;
  }
  .composicio-nadal {
    top: 106px;
    left: 19px;
    height: 145px!important;
    z-index: 0;
    width: 228px;
  }
  #text-crit-dia-del-pare {
    font-size: 19px;
    height: 67px;
    top: 412px;
    left: 90px;
    line-height: 21px;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -118px;
    z-index: 9999;
    left: -52px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 0px;
    font-size: 20px;
    font-weight: bold;
  }
}
@media (max-width: 360px) {
  .nadal-file {
    top: 271px;
    left: 59px;
  }
  .boto-nadal {
    width: 212px;
    height: 133px;
    border-radius: 7px;
    line-height: 18px;
  }
  .foto-nadal{
    height: 137px!important;
    top: 268px;
    left: 58px;
    width: 215px;
  }
  .composicio-nadal {
    top: 101px;
    left: 19px;
    height: 135px!important;
    z-index: 0;
    width: 212px;
  }
  #text-crit-dia-del-pare {
    font-size: 19px;
    height: 66px;
    top: 398px;
    left: 44px;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -110px;
    z-index: 9999;
    left: -60px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 0px;
    font-size: 20px;
    font-weight: bold;
  }
}
@media (max-width: 320px) {
  .nadal-file {
    top: 274px;
    left: 56px;
  }
  .boto-nadal {
    top: 326px;
    left: 88px;
    width: 178px;
    height: 112px;
    border-radius: 5px;
    line-height: 18px;
  }
  .foto-nadal {
    height: 113px!important;
    top: 273px;
    left: 55px;
    width: 179px;
  }
  .composicio-nadal {
    top: 85px;
    left: 16px;
    height: 113px!important;
    z-index: 0;
    width: 178px;
  }
  #text-crit-dia-del-pare {
    font-size: 15px;
    height: 53px;
    top: 378px;
    left: 44px;
  }
  .crit-container {
    width: 370px;
    text-align: center;
    position: relative;
    top: -90px;
    z-index: 9999;
    left: -80px;
  }
  .crit-text {
    font-family: 'FC_BARCELONA-Bold';
    line-height: 0px;
    font-size: 20px;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .decoracio-nadal {
    top: 130px;
    right: 4%;
  }
}


/**
 * Restyling 2018
 */
.uk-block-default,
.uk-block-primary {
  background: none;
}

.uk-close:after {
  color: white;
  font-size: 20px;
}

a {
  cursor: pointer !important;
}

.titol-pagina {
  color: white !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .titol-pagina {
    font-size: 36px;
  }
}

/**
 * UI Kit Add
 */
.uk-width-1-7 {
  width: 15%;
}
.uk-width-6-7 {
  width: 85%;
}

/**
 * Helpers
 */
.block {
  display: block;
}
@media (min-width: 960px) {
  .block--large {
    display: block;
  }
}
.inline {
  display: inline-block;
}
@media (min-width: 960px) {
  .inline--large {
    display: inline-block;
  }
}
.relative {
  position: relative;
}
@media (min-width: 960px) {
  .relative--large {
    position: relative;
  }
}
.absolute {
  position: absolute;
}
@media (min-width: 960px) {
  .absolute--large {
    position: absolute;
  }
}
.list-none {
  list-style: none;
}
@media (min-width: 960px) {
  .list-none--large {
    list-style: none;
  }
}

.w-100 {
  width: 100%;
}

/* Margins */
.m-0 { margin: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.m-1 { margin: 10px !important; }
.ml-1 { margin-left: 10px !important; }
.mr-1 { margin-right: 10px !important; }
.mt-1 { margin-top: 10px !important; }
.mb-1 { margin-bottom: 10px !important; }
.m-2 { margin: 20px !important; }
.ml-2 { margin-left: 20px !important; }
.mr-2 { margin-right: 20px !important; }
.mt-2 { margin-top: 20px !important; }
.mb-2 { margin-bottom: 20px !important; }
.m-3 { margin: 30px !important; }
.ml-3 { margin-left: 30px !important; }
.mr-3 { margin-right: 30px !important; }
.mt-3 { margin-top: 30px !important; }
.mb-3 { margin-bottom: 30px !important; }
.m-4 { margin: 40px !important; }
.ml-4 { margin-left: 40px !important; }
.mr-4 { margin-right: 40px !important; }
.mt-4 { margin-top: 40px !important; }
.mb-4 { margin-bottom: 40px !important; }
.m-5 { margin: 50px !important; }
.ml-5 { margin-left: 50px !important; }
.mr-5 { margin-right: 50px !important; }
.mt-5 { margin-top: 50px !important; }
.mb-5 { margin-bottom: 50px !important; }
.m-6 { margin: 60px !important; }
.ml-6 { margin-left: 60px !important; }
.mr-6 { margin-right: 60px !important; }
.mt-6 { margin-top: 60px !important; }
.mb-6 { margin-bottom: 60px !important; }


@media (min-width: 960px) {
  .m-0--large { margin: 0 !important; }
  .ml-0--large { margin-left: 0 !important; }
  .mr-0--large { margin-right: 0 !important; }
  .mt-0--large { margin-top: 0 !important; }
  .mb-0--large { margin-bottom: 0 !important; }
  .m-1--large { margin: 10px !important; }
  .ml-1--large { margin-left: 10px !important; }
  .mr-1--large { margin-right: 10px !important; }
  .mt-1--large { margin-top: 10px !important; }
  .mb-1--large { margin-bottom: 10px !important; }
  .m-2--large { margin: 20px !important; }
  .ml-2--large { margin-left: 20px !important; }
  .mr-2--large { margin-right: 20px !important; }
  .mt-2--large { margin-top: 20px !important; }
  .mb-2--large { margin-bottom: 20px !important; }
  .m-3--large { margin: 30px !important; }
  .ml-3--large { margin-left: 30px !important; }
  .mr-3--large { margin-right: 30px !important; }
  .mt-3--large { margin-top: 30px !important; }
  .mb-3--large { margin-bottom: 30px !important; }
  .m-4--large { margin: 40px !important; }
  .ml-4--large { margin-left: 40px !important; }
  .mr-4--large { margin-right: 40px !important; }
  .mt-4--large { margin-top: 40px !important; }
  .mb-4--large { margin-bottom: 40px !important; }
  .m-5--large { margin: 50px !important; }
  .ml-5--large { margin-left: 50px !important; }
  .mr-5--large { margin-right: 50px !important; }
  .mt-5--large { margin-top: 50px !important; }
  .mb-5--large { margin-bottom: 50px !important; }
  .m-6--large { margin: 60px !important; }
  .ml-6--large { margin-left: 60px !important; }
  .mr-6--large { margin-right: 60px !important; }
  .mt-6--large { margin-top: 60px !important; }
  .mb-6--large { margin-bottom: 60px !important; }  
}

/* Paddings */
.p-0 { padding: 0 !important; }
.pl-0 { padding-left: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.p-1 { padding: 10px !important; }
.pl-1 { padding-left: 10px !important; }
.pr-1 { padding-right: 10px !important; }
.pt-1 { padding-top: 10px !important; }
.pb-1 { padding-bottom: 10px !important; }
.p-2 { padding: 20px !important; }
.pl-2 { padding-left: 20px !important; }
.pr-2 { padding-right: 20px !important; }
.pt-2 { padding-top: 20px !important; }
.pb-2 { padding-bottom: 20px !important; }
.p-3 { padding: 30px !important; }
.pl-3 { padding-left: 30px !important; }
.pr-3 { padding-right: 30px !important; }
.pt-3 { padding-top: 30px !important; }
.pb-3 { padding-bottom: 30px !important; }
.p-4 { padding: 40px !important; }
.pl-4 { padding-left: 40px !important; }
.pr-4 { padding-right: 40px !important; }
.pt-4 { padding-top: 40px !important; }
.pb-4 { padding-bottom: 40px !important; }
.p-5 { padding: 50px !important; }
.pl-5 { padding-left: 50px !important; }
.pr-5 { padding-right: 50px !important; }
.pt-5 { padding-top: 50px !important; }
.pb-5 { padding-bottom: 50px !important; }
.p-6 { padding: 60px !important; }
.pl-6 { padding-left: 60px !important; }
.pr-6 { padding-right: 60px !important; }
.pt-6 { padding-top: 60px !important; }
.pb-6 { padding-bottom: 60px !important; }


@media (min-width: 960px) {
  .p-0--large { padding: 0 !important; }
  .pl-0--large { padding-left: 0 !important; }
  .pr-0--large { padding-right: 0 !important; }
  .pt-0--large { padding-top: 0 !important; }
  .pb-0--large { padding-bottom: 0 !important; }
  .p-1--large { padding: 10px !important; }
  .pl-1--large { padding-left: 10px !important; }
  .pr-1--large { padding-right: 10px !important; }
  .pt-1--large { padding-top: 10px !important; }
  .pb-1--large { padding-bottom: 10px !important; }
  .p-2--large { padding: 20px !important; }
  .pl-2--large { padding-left: 20px !important; }
  .pr-2--large { padding-right: 20px !important; }
  .pt-2--large { padding-top: 20px !important; }
  .pb-2--large { padding-bottom: 20px !important; }
  .p-3--large { padding: 30px !important; }
  .pl-3--large { padding-left: 30px !important; }
  .pr-3--large { padding-right: 30px !important; }
  .pt-3--large { padding-top: 30px !important; }
  .pb-3--large { padding-bottom: 30px !important; }
  .p-4--large { padding: 40px !important; }
  .pl-4--large { padding-left: 40px !important; }
  .pr-4--large { padding-right: 40px !important; }
  .pt-4--large { padding-top: 40px !important; }
  .pb-4--large { padding-bottom: 40px !important; }
  .p-5--large { padding: 50px !important; }
  .pl-5--large { padding-left: 50px !important; }
  .pr-5--large { padding-right: 50px !important; }
  .pt-5--large { padding-top: 50px !important; }
  .pb-5--large { padding-bottom: 50px !important; }
  .p-6--large { padding: 60px !important; }
  .pl-6--large { padding-left: 60px !important; }
  .pr-6--large { padding-right: 60px !important; }
  .pt-6--large { padding-top: 60px !important; }
  .pb-6--large { padding-bottom: 60px !important; }  
}

/* Texts */
.txt-right {
  text-align: right;
}
@media (min-width: 960px) {
  .txt-right--large {
    text-align: right;
  }
}
.txt-left {
  text-align: left;
}
@media (min-width: 960px) {
  .txt-left--large {
    text-align: left;
  }
}
.txt-center {
  text-align: center;
}
@media (min-width: 960px) {
  .txt-center--large {
    text-align: center;
  }
}

.txt-light {
  font-family: 'FC_BARCELONA-Light' !important;
  font-weight: 300 !important;
}
.txt-regular {
  font-family: 'FC_BARCELONA' !important;
  font-weight: 400 !important;
}
.txt-bold {
  font-family: 'FC_BARCELONA-Bold' !important;
  font-weight: 700 !important;
}

.txt-extra-bold {
  font-family: 'FC_BARCELONA-Extrabold' !important;
  font-weight: 900 !important;
}

/**
 * Colors
 */
.bg-white,
.bg-white--on:hover, .bg-white--on:focus, .bg-white--on:active,
.bg-white--hover:hover
.bg-white--focus:focus,
.bg-white--active:active {
  background-color: #fff !important;
}
.txt-white,
.txt-white--on:hover, .txt-white--on:focus, .txt-white--on:active,
.txt-white--hover:hover,
.txt-white--focus:focus,
.txt-white--active:active {
  color: #fff !important;
}
.bg-black,
.bg-black--on:hover, .bg-black--on:focus, .bg-black--on:active,
.bg-black--hover:hover,
.bg-black--focus:focus,
.bg-black--active:active {
  background-color: #000 !important;
}
.txt-black,
.txt-black--on:hover, .txt-black--on:focus, .txt-black--on:active,
.txt-black--hover:hover,
.txt-black--focus:focus,
.txt-black--active:active {
  color: #000 !important;
}
.bg-grey,
.bg-grey--on:hover, .bg-grey--on:focus, .bg-grey--on:active,
.bg-grey--hover:hover,
.bg-grey--focus:focus,
.bg-grey--active:active {
  background-color: #B3B3BC !important;
}
.txt-grey,
.txt-grey--on:hover, .txt-grey--on:focus, .txt-grey--on:active,
.txt-grey--hover:hover,
.txt-grey--focus:focus,
.txt-grey--active:active {
  color: #B3B3BC !important;
}
.bg-grey-dark,
.bg-grey-dark--on:hover, .bg-grey-dark--on:focus, .bg-grey-dark--on:active,
.bg-grey-dark--hover:hover,
.bg-grey-dark--focus:focus,
.bg-grey-dark--active:active {
  background-color: #888897 !important;
}
.txt-grey-dark,
.txt-grey-dark--on:hover, .txt-grey-dark--on:focus, .txt-grey-dark--on:active,
.txt-grey-dark--hover:hover,
.txt-grey-dark--focus:focus,
.txt-grey-dark--active:active {
  color: #888897 !important;
}
.bg-yellow,
.bg-yellow--on:hover, .bg-yellow--on:focus, .bg-yellow--on:active,
.bg-yellow--hover:hover,
.bg-yellow--focus:focus,
.bg-yellow--active:active {
  background-color: #FCC52B !important;
}
.txt-yellow,
.txt-yellow--on:hover, .txt-yellow--on:focus, .txt-yellow--on:active,
.txt-yellow--hover:hover,
.txt-yellow--focus:focus,
.txt-yellow--active:active {
  color: #FCC52B !important;
}
.bg-red,
.bg-red--on:hover, .bg-red--on:focus, .bg-red--on:active,
.bg-red--hover:hover,
.bg-red--focus:focus,
.bg-red--active:active {
  background-color: #DC2A32 !important;
}
.txt-red,
.txt-red--on:hover, .txt-red--on:focus, .txt-red--on:active,
.txt-red--hover:hover,
.txt-red--focus:focus,
.txt-red--active:active {
  color: #DC2A32 !important;
}
.bg-blue,
.bg-blue--on:hover, .bg-blue--on:focus, .bg-blue--on:active,
.bg-blue--hover:hover,
.bg-blue--focus:focus,
.bg-blue--active:active {
  background-color: #003F84 !important;
}
.txt-blue,
.txt-blue--on:hover, .txt-blue--on:focus, .txt-blue--on:active,
.txt-blue--hover:hover,
.txt-blue--focus:focus,
.txt-blue--active:active {
  color: #003F84 !important;
}
.bg-blue-dark,
.bg-blue-dark--on:hover, .bg-blue-dark--on:focus, .bg-blue-dark--on:active,
.bg-blue-dark--hover:hover,
.bg-blue-dark--focus:focus,
.bg-blue-dark--active:active {
  background-color: #11102F !important;
}
.txt-blue-dark,
.txt-blue-dark--on:hover, .txt-blue-dark--on:focus, .txt-blue-dark--on:active,
.txt-blue-dark--hover:hover,
.txt-blue-dark--focus:focus,
.txt-blue-dark--active:active {
  color: #11102F !important;
}
.bg-blue-darker,
.bg-blue-darker--on:hover, .bg-blue-darker--on:focus, .bg-blue-darker--on:active,
.bg-blue-darker--hover:hover,
.bg-blue-darker--focus:focus,
.bg-blue-darker--active:active {
  background-color: #030221 !important;
}
.txt-blue-darker,
.txt-blue-darker--on:hover, .txt-blue-darker--on:focus, .txt-blue-darker--on:active,
.txt-blue-darker--hover:hover,
.txt-blue-darker--focus:focus,
.txt-blue-darker--active:active {
  color: #030221 !important;
}

.bg-blue-night,
.bg-blue-night--on:hover, .bg-blue-night--on:focus, .bg-blue-night--on:active,
.bg-blue-night--hover:hover,
.bg-blue-night--focus:focus,
.bg-blue-night--active:active {
  background-color: #1C1933 !important;
}
.txt-blue-night,
.txt-blue-night--on:hover, .txt-blue-night--on:focus, .txt-blue-night--on:active,
.txt-blue-night--hover:hover,
.txt-blue-night--focus:focus,
.txt-blue-night--active:active {
  color: #1C1933 !important;
}

.bg-blue-fcb,
.bg-blue-fcb--on:hover, .bg-blue-fcb--on:focus, .bg-blue-fcb--on:active,
.bg-blue-fcb--hover:hover,
.bg-blue-fcb--focus:focus,
.bg-blue-fcb--active:active {
  background-color: #154284 !important;
}
.txt-blue,
.txt-blue-fcb--on:hover, .txt-blue-fcb--on:focus, .txt-blue-fcb--on:active,
.txt-blue-fcb--hover:hover,
.txt-blue-fcb--focus:focus,
.txt-blue-fcb--active:active {
  color: #154284 !important;
}

.border-1-blue-night {
  border: 1px solid #1C1933;
}
.border-2-blue-night {
  border: 2px solid #1C1933;
}
.border-3-blue-night {
  border: 3px solid #1C1933;
}

.bg-blue-90,
.bg-blue-90--on:hover, .bg-blue-90--on:focus, .bg-blue-90--on:active,
.bg-blue-90--hover:hover,
.bg-blue-90--focus:focus,
.bg-blue-90--active:active {
  background-color: rgba(0, 63, 132, 0.9);
}

/**
 * Gradients
 */
.bg-gradient-y-red-blue,
.bg-gradient-y-red-blue--on:hover, .bg-gradient-y-red-blue--on:focus, .bg-gradient-y-red-blue--on:active,
.bg-gradient-y-red-blue--hover:hover,
.bg-gradient-y-red-blue--focus:focus,
.bg-gradient-y-red-blue--active:active {
  background: #E52F44;
  background-image: linear-gradient(#E52F44, #054295);
}
.bg-gradient-y-blue-red,
.bg-gradient-y-blue-red--on:hover, .bg-gradient-y-blue-red--on:focus, .bg-gradient-y-blue-red--on:active,
.bg-gradient-y-blue-red--hover:hover,
.bg-gradient-y-blue-red--focus:focus,
.bg-gradient-y-blue-red--active:active {
  background: #054295;
  background-image: linear-gradient(#054295, #E52F44);
}
.bg-gradient-x-red-blue,
.bg-gradient-x-red-blue--on:hover, .bg-gradient-x-red-blue--on:focus, .bg-gradient-x-red-blue--on:active,
.bg-gradient-x-red-blue--hover:hover,
.bg-gradient-x-red-blue--focus:focus,
.bg-gradient-x-red-blue--active:active {
  background: #E52F44;
  background-image: linear-gradient(to right, #E52F44, #054295);
}
.bg-gradient-x-blue-red,
.bg-gradient-x-blue-red--on:hover, .bg-gradient-x-blue-red--on:focus, .bg-gradient-x-blue-red--on:active,
.bg-gradient-x-blue-red--hover:hover,
.bg-gradient-x-blue-red--focus:focus,
.bg-gradient-x-blue-red--active:active {
  background: #054295;
  background-image: linear-gradient(to right, #054295, #E52F44);
}

/* Transparent Blue */
.bg-gradient-y-trans-blue,
.bg-gradient-y-trans-blue--on:hover, .bg-gradient-y-trans-blue--on:focus, .bg-gradient-y-trans-blue--on:active,
.bg-gradient-y-trans-blue--hover:hover,
.bg-gradient-y-trans-blue--focus:focus,
.bg-gradient-y-trans-blue--active:active {
  background-image: linear-gradient(transparent, rgba(20, 19, 50, 0.9) 45%, #11102F);
}

.bg-gradient-y-blue-trans,
.bg-gradient-y-blue-trans--on:hover, .bg-gradient-y-blue-trans--on:focus, .bg-gradient-y-blue-trans--on:active,
.bg-gradient-y-blue-trans--hover:hover,
.bg-gradient-y-blue-trans--focus:focus,
.bg-gradient-y-blue-trans--active:active {
  background-image: linear-gradient(#11102F, rgba(20, 19, 50, 0.9) 45%, transparent);
}

.bg-gradient-x-trans-blue,
.bg-gradient-x-trans-blue--on:hover, .bg-gradient-x-trans-blue--on:focus, .bg-gradient-x-trans-blue--on:active,
.bg-gradient-x-trans-blue--hover:hover,
.bg-gradient-x-trans-blue--focus:focus,
.bg-gradient-x-trans-blue--active:active {
  background-image: linear-gradient(to right, transparent, rgba(20, 19, 50, 0.9) 45%, #11102F);
}

.bg-gradient-x-blue-trans,
.bg-gradient-x-blue-trans--on:hover, .bg-gradient-x-blue-trans--on:focus, .bg-gradient-x-blue-trans--on:active,
.bg-gradient-x-blue-trans--hover:hover,
.bg-gradient-x-blue-trans--focus:focus,
.bg-gradient-x-blue-trans--active:active {
  background-image: linear-gradient(to right, #11102F, rgba(20, 19, 50, 0.9) 45%, transparent);
}
/* Transparent Red */
.bg-gradient-y-trans-red,
.bg-gradient-y-trans-red--on:hover, .bg-gradient-y-trans-red--on:focus, .bg-gradient-y-trans-red--on:active,
.bg-gradient-y-trans-red--hover:hover,
.bg-gradient-y-trans-red--focus:focus,
.bg-gradient-y-trans-red--active:active {
  background-image: linear-gradient(transparent, rgba(173, 11, 18, 0.9) 45%, #690c10);
}

.bg-gradient-y-red-trans,
.bg-gradient-y-red-trans--on:hover, .bg-gradient-y-red-trans--on:focus, .bg-gradient-y-red-trans--on:active,
.bg-gradient-y-red-trans--hover:hover,
.bg-gradient-y-red-trans--focus:focus,
.bg-gradient-y-red-trans--active:active {
  background-image: linear-gradient(#170304, rgba(80, 8, 11, 0.6) 73%, transparent);
  /*background-image: linear-gradient(#690c10, rgba(173, 11, 18, 0.9) 45%, transparent);*/
}

.bg-gradient-x-trans-red,
.bg-gradient-x-trans-red--on:hover, .bg-gradient-x-trans-red--on:focus, .bg-gradient-x-trans-red--on:active,
.bg-gradient-x-trans-red--hover:hover,
.bg-gradient-x-trans-red--focus:focus,
.bg-gradient-x-trans-red--active:active {
  background-image: linear-gradient(to right, transparent, rgba(173, 11, 18, 0.9) 45%, #690c10);
}

.bg-gradient-x-red-trans,
.bg-gradient-x-red-trans--on:hover, .bg-gradient-x-red-trans--on:focus, .bg-gradient-x-red-trans--on:active,
.bg-gradient-x-red-trans--hover:hover,
.bg-gradient-x-red-trans--focus:focus,
.bg-gradient-x-red-trans--active:active {
  background-image: linear-gradient(to right, #690c10, rgba(173, 11, 18, 0.9) 45%, transparent);
}

/**
 * Patterns
 */
.bg-patt-sport-icons {
  background-image: url('https://fcbrookies.s3.amazonaws.com/seccions/sport-icons-24.png');
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bg-patt-sport-icons {
    background-image: url('https://fcbrookies.s3.amazonaws.com/seccions/sport-icons-24.png');
    background-position: center;
    /*background-size: 755px;*/
  }
}

.bg-patt-diamonds {
  background-image: url('/img/patterns/diamonds.png');
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bg-patt-diamonds {
    background-image: url('/img/patterns/diamonds@2x.png');
    background-size: 142px;
  }
}

.bg-patt-honey {
  background-image: url('/img/patterns/honey.png');
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bg-patt-honey {
    background-image: url('/img/patterns/honey@2x.png');
    background-size: 154px;
  }
}

.bg-patt-waves {
  background-image: url('/img/patterns/waves.png');
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .bg-patt-waves {
    background-image: url('/img/patterns/waves@2x.png');
    background-size: 208px;
  }
}

/**
 * Home card
 */
.color-bars--on {
  position: relative;
}

.color-bars--on:before,
.color-bars--on:after {
  content: "";
  display: block;
  position: absolute;
  width: 5%;
  height: 0;
  transition: height .2s cubic-bezier(.86,0,.07,1);
}

.color-bars--on:before {
  top: 15px;
  right: 0;
  background-color: #cd122d;
}

.color-bars--on:after {
  bottom: 15px;
  left: 0;
  background-color: #154284;
}

.color-bars--on:hover:before, .color-bars--on:focus:before, .color-bars--on:active:before {
  height: 25%;
}
.color-bars--on:hover:after, .color-bars--on:focus:after, .color-bars--on:active:after {
  height: 50%;
}

/**
 * Home card
 */
.home-card {
  position: relative;
  height: 480px;
}

.home-card-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px 20px;
}

.home-card-content h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.home-card-content h2 {
  margin-top: 0;
  margin-bottom: 13px;
}

/**
 * Menu top
 */
#top-main-menu .uk-dropdown-navbar:after,
#toolbar .uk-dropdown-navbar:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  right: .2rem;
  border: .4rem solid #154284;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-filter: drop-shadow(0 -.1rem 0 rgba(0,0,0,.08));
  filter: drop-shadow(0 -.1rem 0 rgba(0,0,0,.08));
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#top-main-menu .uk-dropdown-navbar {
  background: #154284;
}
#top-main-menu .uk-dropdown-navbar .uk-nav li a {
  font-size: 14px;
  padding: 5px 25px;
  color: #fff;
}
#top-main-menu .uk-dropdown-navbar .uk-nav li a:hover,
#top-main-menu .uk-dropdown-navbar .uk-nav li a:focus,
#top-main-menu .uk-dropdown-navbar .uk-nav li a:active {
  text-decoration: underline;
}

#toolbar .uk-dropdown-navbar:after {
  border: .4rem solid white;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  left: 80%;
}
#toolbar .uk-dropdown-navbar {
  background: white;
}
#toolbar .uk-dropdown-navbar .uk-nav li a {
  font-size: 14px;
  padding: 5px 25px;
  color: #000;
  background: white;
  border-top: 1px solid #eee;
}
#toolbar .uk-dropdown-navbar .uk-nav li:first-child a {
  border: none;
}
#toolbar .uk-dropdown-navbar .uk-nav li a:hover,
#toolbar .uk-dropdown-navbar .uk-nav li a:focus,
#toolbar .uk-dropdown-navbar .uk-nav li a:active {
  background: #eee;
}

/**
 * Menu mobile
 */
#offcanvas .uk-nav-parent-icon > .uk-parent > a:after,
#offcanvas .uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f105";
}

#offcanvas .uk-nav-offcanvas a {
  font-family: 'FC_BARCELONA-Bold' !important;
  font-weight: 700 !important;

  color: #B3B3BC;
  font-size: 15px;

  border-top: 1px solid rgba(255, 255, 255, .1);
  box-shadow: none;
}

#offcanvas .uk-nav-offcanvas > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: none;
}

#offcanvas .uk-nav-offcanvas > .uk-open > a,
#offcanvas .uk-nav-offcanvas > .uk-active > a {
  background: none;
  background-image: linear-gradient(to right, #003F84, rgba(0, 63, 132, 0.9) 45%, transparent);

  color: white;
}

#offcanvas .uk-nav-offcanvas > .uk-open,
#offcanvas .uk-nav-offcanvas > .uk-active {
  position: relative;
}
#offcanvas .uk-nav-offcanvas > .uk-open:before,
#offcanvas .uk-nav-offcanvas > .uk-active:before {
  content: "";
  border-left: 5px solid #FCC52B;
  position: absolute;
  height: 100%;
}
#offcanvas .uk-nav-offcanvas > .uk-active:before {
  border-left: 5px solid #cd122d;
}

#offcanvas #offcanvas_lateral ul {
  display: none;

  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;

  min-height: 70vh;

  margin-top: 15px;
}
#offcanvas #offcanvas_lateral ul.uk-open {
  display: block;
}

#offcanvas #offcanvas_lateral ul li.uk-nav-title,
#offcanvas #offcanvas_lateral ul li.uk-nav-title a {
  font-family: 'FC_BARCELONA-Bold' !important;
  font-weight: 700 !important;

  padding: 20px 15px;
  color: white;

  font-size: 15px;
}
#offcanvas #offcanvas_lateral ul li.uk-nav-title a {
  padding: 0;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}
#offcanvas #offcanvas_lateral ul a {
  font-family: 'FC_BARCELONA' !important;
  font-weight: 400 !important;

  padding: 15px;
  color: white;

  font-size: 12px;
}

/**
 * Carousel Hero
 */
.carousel-hero .carousel-hero-tile {
  position: relative;
  display: inline-block;
}

.carousel-hero .uk-overlay-bottom {
  padding: 0;
}

.carousel-hero .uk-overlay-bottom .uk-container {
  max-width: 624px;
}


/* Transition effects */
.carousel-hero .carousel-hero-tile,
.carousel-hero .carousel-hero-tile .uk-container>* {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* Content sizes */
.carousel-hero .carousel-hero-tile h2 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}
.carousel-hero .carousel-hero-tile.active h2 {
  font-size: 24px;
}
.carousel-hero .carousel-hero-tile h3 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
}
.carousel-hero .carousel-hero-tile.active h3 {
  font-size: 20px;
}
.carousel-hero .carousel-hero-tile p {
  font-size: 0px;
  height: 0;
  margin: 0;
  opacity: 0;
}
.carousel-hero .carousel-hero-tile.active p {
  display: block;
  font-size: 14px;
  height: auto;
  margin-bottom: 10px;
  opacity: 1;
}

/* Zoom */
.carousel-hero .carousel-hero-tile {
  overflow: hidden;
}
.carousel-hero .carousel-hero-tile .carousel-hero-bg {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.carousel-hero .carousel-hero-tile.active .carousel-hero-bg {
    -moz-transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05); 
}

/* Phone & tablet */
@media (max-width: 959px) {
  .carousel-hero .uk-overlay-bottom {
    top: auto;
    padding-top: 100px;
    padding-bottom: 20px;

    background-image: linear-gradient(transparent, rgba(20, 19, 50, 0.9) 45%, #11102F) !important;
  }
  
  .carousel-hero .uk-overlay-bottom .uk-container {
    text-align: center;
  }

  .carousel-hero .carousel-hero-tile,
  .carousel-hero .carousel-hero-bg {
    height: 250px;
  }
  .carousel-hero .carousel-hero-tile.active,
  .carousel-hero .carousel-hero-tile.active .carousel-hero-bg {
    height: 400px;
  }
}
/* Desktop */
@media (min-width: 960px) {
  .carousel-hero .uk-overlay-bottom {
    top: auto;
    padding-top: 4%;
    padding-bottom: 55px;
  }

  .carousel-hero .carousel-hero-tile,
  .carousel-hero .carousel-hero-bg {
    height: 600px;
  }
}


/*
 * Concurs
 */
.concurs-boleta {
    max-height: 91px;
    margin-bottom: 10px;
}
.numpunt {
	 font-family:'FC_BARCELONA-Extrabold';
    background-color: #fbc32d;
    color: #164284;
    border-radius: 15px;
    width: 31px;
    height: 28px;
    font-size: 24px;
    padding-top: 5px;
    text-align: center;
    float: left;
    padding-left: 2px;
    margin-right: 10px;
}

/* NADAL 2020 */
.jugador-nadal {
	font-size: 36px;
   position: absolute;
	font-family: 'FC_BARCELONA-Extrabold';
	bottom: 40px;
   left: 15px;
   color: #fff;
}
.jugador-nadal-img {
	cursor: pointer;
}

.jugador-nadal-img.active {
	border: 10px solid white;
}


.numpunt2 {
	 font-family: 'FC_BARCELONA-Light';
    background-color: #154284 !important;
    color: #FCC52B;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    font-size: 50px;
    text-align: center;
    border: 3px solid #FCC52B;
    line-height: 70px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
	#titol-nadal-20 {
		position: unset !important;
    	bottom: unset !important;
    	padding: 0 0 20px 0;
	}
	
	.jugadors-20 {
		margin-top: 0 !important; 
		padding-top: 0 !important;
	}
}

/* Fantasy 2021 */
.jugador-fantasy {
	font-size: 28px;
	line-height: 28px;
	font-family: 'FC_BARCELONA-Extrabold';	
   text-align: center;
   color: #fff;
   width: 100%;
   padding-top:10px;
}

.jugadors-20 > div > div {
	padding-left: 20px;
	padding-right: 20px;
}

.jugador-fantasy-img {
	cursor: pointer;
}

.jugador-fantasy-img.active {
	border: 10px solid #FCC52B;
	border-radius: 50%;
}

@media (max-width: 767px) {
	#titol_class {
		font-size: 28px !important;
		line-height: 28px !important;
	}
	
	.rookie-games {
		display: none;
	}
}