/* EL CSS DE LOCAL NO COINCIDE CON EL DE PRODUCCIÓN, POR ESO MEJOR USAR ESTE, QUE ES NUEVO */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
/******** GENERALES ********/
strong {
  font-weight: bold;
}
.detail-body .text ul,
.detail-body .text ol {
  margin-left: 20px;
}
.detail-body .text li {
  padding: 5px 0;
}
.detail-body .text ul {
  list-style-type: disc;
}
.detail-body .text ol {
  list-style-type: decimal;
}
.bg-img-5 {
  background-image: url('https://thumb.besoccerapps.com/lnfs/img_web/resources/backgrounds/bg5_big.jpg?=v3');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -20px;
}
.fs18 {
  font-size: 18px;
}
.color-lightblue {
  color: #528fc5;
}
.mark-fasepromo {
  background-color: #af1012;
}
/******** VOTOS ********/
.voting-head {
  color: white;
  font-size: 20px;
}
.voting-head .title {
  display: inline-block;
  font-size: 30px;
  border-bottom: 4px solid #ef032b;
  padding-bottom: 5px;
}
.voting-head .title-box {
  border-bottom: 2px solid #ef032b;
  width: 80%;
  margin: 0 auto;
}
.voting-head .team-list {
  margin-top: 30px;
  padding-bottom: 30px;
}
.voting-head .team-list img {
  width: 50px;
}
.voting-head .team-list a {
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px;
}
.voting-head .team-name {
  display: block;
  width: 60px;
  font-size: 14px;
}
.voting-head .team-group.first {
  margin-bottom: 35px;
}
.voting-head .team-group a:hover {
  color: #89c5ff;
}
.voting-head .team-group .no-active {
  opacity: 0.6;
}
.voting-head .team-group .active {
  opacity: 1;
}
.voting .label {
  font-size: 24px;
}
.voting .thanks {
  color: #0b59a5;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.voting .warning-box {
  background: #f392a2;
  border: 2px solid #ef032b;
  display: inline-block;
  padding: 5px 10px 0 0;
}
.voting .warning-box .warning-ico {
  fill: #ef032b;
}
.voting fieldset {
  position: relative;
  border: 2px solid #0b59a5;
  border-radius: 6px;
  padding: 10px 15px;
  padding-bottom: 60px;
}
.voting legend {
  margin: 0 auto;
  color: #0b59a5;
  padding: 0 10px;
  font-size: 22px;
  font-weight: bold;
}
.voting .voting-list {
  margin: 30px 0;
}
.voting .voting-list .img-wrapper {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.voting .voting-list .img-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 2px solid #0b59a5;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.voting .voting-list .img-box.no-img:after {
  content: '';
  height: 80px;
  width: 80px;
  background: #0b59a5;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.voting .voting-list .voting-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.voting .voting-list .voting-box {
  flex-basis: 20%;
  margin: 0 5px;
  margin-bottom: 60px;
}
.voting .custom-select {
  border: 1px solid lightgray;
}
.voting select[disabled],
.voting .custom-select.disabled:after {
  opacity: 0.3;
}
.voting .img-bullet {
  width: 100px;
}
.voting .btn {
  font-size: 20px;
}
/******** JUGADORES ********/
.mini-label {
  color: white;
  padding: 1px 4px;
  font-size: 13px;
  display: inline-block;
}
.mini-label.bg-red {
  background: #ff4444;
}
.mini-label.bg-red2 {
  background: #750b0c;
}
.mini-label.bg-grey {
  background: #5e5e5e;
}
.mini-label.bg-blue {
  background: #0b59a5;
}
.mini-label.bg-blue2 {
  background: #202e56;
}
.img-opacity {
  opacity: 0.3;
}
.table-squad tr.total:hover {
  background: #0b59a5;
}
/******** NOTICIAS ********/
.new-item.main-new .ni-title {
  font-size: 34px;
}
.live-marquee {
  white-space: nowrap;
  line-height: 40px;
  font-size: 18px;
}
.live-marquee .corner {
  background-color: white;
  width: 16%;
  height: 40px;
  font-weight: 100;
  position: relative;
  z-index: 1;
}
.live-marquee .corner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
.live-marquee .corner:first-child {
  float: left;
}
.live-marquee .corner:first-child:after {
  border-top: 40px solid white;
  border-right: 40px solid transparent;
  left: 100%;
}
.live-marquee .corner:last-child {
  float: right;
}
.live-marquee .corner:last-child:after {
  border-bottom: 40px solid white;
  border-left: 40px solid transparent;
  right: 100%;
}
.live-marquee .marquee {
  color: white;
}
.live-marquee .marquee b {
  margin-right: 5px;
}
.live-marquee .marquee .m-title {
  text-transform: uppercase;
}
.live-marquee .marquee-move {
  position: absolute;
  z-index: 0;
  top: 0;
}
.live-marquee .marquee-move:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.live-marquee .bg-red {
  background: #ef032b;
}
/******** GUÍA COMÚN ********/
.guide-header {
  position: relative;
}
.guide-header:not(.bg-img-5) {
  background-image: url('https://thumb.besoccerapps.com/lnfs/img_web/guia/bg_blue.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -20px;
}
.guide-header.bg-img-5 {
  background-size: cover;
}
.guide-header .btn-box {
  position: absolute;
  top: 10px;
  right: 10px;
}
.guide-header .btn-box .btn {
  width: 140px;
  padding: 0;
  padding-left: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.guide-header .logo-text {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.guide-header .logo-text.year {
  font-size: 30px;
}
.guide-header .logo {
  width: 180px;
}
.guide-header .logo.color {
  display: none;
}
.guide-header .print-warning {
  position: absolute;
  bottom: 0;
  left: -42px;
}
.guide-header .print-warning .message {
  display: none;
  background: white;
  font-size: 12px;
  position: absolute;
  width: 208px;
  border-radius: 5px;
  padding: 5px;
  bottom: -70px;
  left: -22px;
}
.guide-header .print-warning .svg-img {
  width: 35px;
  height: 35px;
  fill: white;
}
.guide-header .print-warning a:hover {
  cursor: pointer;
}
.guide-header .print-warning a:hover + .message {
  display: block;
}
.title-box {
  display: flex;
  align-items: center;
}
.title-box .title {
  margin: 0 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.title-box .bar {
  background: black;
  height: 3px;
  flex: 1;
}
.guide-index {
  position: absolute;
  top: 120px;
  left: 50%;
  background: #0b59a5;
  width: 99%;
  padding: 15px;
  transform: translateX(-50%);
  color: white;
  z-index: 99;
}
.guide-index .t4 {
  font-size: 21px;
}
.guide-index a:not(.close-btn):hover {
  text-decoration: underline;
}
.show-print {
  display: none;
}
.guide-publi {
  padding: 20px;
  margin-bottom: -20px;
  background-color: #fff;
}
.guide-publi .publi-img {
  height: 500px;
}
/******** GUÍA PÁGINA DE PORTADA ********/
.guide-home .guide-img {
  background-image: url('https://thumb.besoccerapps.com/lnfs/img_web/guia/bg_home3.jpg?v=3');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.guide-home .guide-img .text {
  font-size: 26px;
  text-shadow: 1px 1px 1px #000;
}
.guide-home .guide-img .text-big {
  margin: 10px 0;
  font-size: 60px;
  /*text-shadow: 2px 3px 3px #000;*/
  background: -webkit-linear-gradient(#ece976, #b8883e);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b8883e;
}
.guide-home .guide-img .info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-home .guide-img .text-box {
  text-align: right;
  width: 50%;
}
.guide-home .guide-img .img-box {
  padding-left: 40px;
}
.guide-home .guide-img .img-box img {
  max-width: 500px;
}
.guide-home .guide-teams {
  background-image: url('https://thumb.besoccerapps.com/lnfs/img_web/guia/bg_teams2.jpg?v=3');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.guide-home .guide-teams .links a:hover {
  color: #ff011d;
  text-decoration: underline;
}
.guide-home .guide-teams .team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 60%;
}
.guide-home .guide-teams .team-wrapper .shield {
  max-width: 100px;
}
.guide-home .guide-teams .team-wrapper > div {
  width: 20%;
  margin-bottom: 30px;
}
.guide-home .guide-teams .team-wrapper a {
  transition: all .2s;
}
.guide-home .guide-teams .team-wrapper a:hover {
  transform: scale(1.3);
}
.guide-home .guide-news {
  background-image: url('https://thumb.besoccerapps.com/lnfs/img_web/guia/bg_news.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.guide-home .guide-news .news-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.guide-home .guide-news .new-title {
  font-size: 20px;
}
.guide-home .guide-news .new-img {
  width: 100%;
  object-fit: cover;
}
.guide-home .guide-news .new-box {
  flex-basis: 33%;
}
.guide-home .guide-news .new-box:hover .see-more {
  display: block;
}
.guide-home .guide-news .new-box:hover figure:after {
  content: '';
  display: block;
  background: #00214a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.guide-home .guide-news figure {
  position: relative;
}
.guide-home .guide-news .see-more {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
}
.guide-home .guide-news.videos .news-wrapper {
  justify-content: center;
}
.guide-home.cover-img {
  display: none;
  margin-top: -20px;
  background: white;
}
.guide-home.cover-img img {
  width: 120%;
}
/******** GUÍA PÁGINA DE EQUIPOS********/
.guide-team .guide-header {
  position: relative;
}
.guide-team .guide-header.bg-img-5 {
  background-size: contain;
}
.guide-team .guide-header .main-title {
  font-size: 46px;
  font-family: 'Montserrat', sans-serif;
}
.guide-team .guide-header .web-box {
  width: 50%;
  color: #1ea3d6;
  font-size: 22px;
  text-align: left;
}
.guide-team .guide-header .web-box:hover {
  text-decoration: underline;
}
.guide-team .guide-header .social-box {
  width: 50%;
  margin-left: auto;
  text-align: right;
}
.guide-team .guide-header .social-box li {
  max-width: 38px;
  margin: 0 10px;
}
.guide-team .guide-header .info-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-team .guide-header .shield-box {
  width: 120px;
  margin: 0 35px;
}
.guide-team .guide-header .shield-box a {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 100%;
  padding: 15px;
}
.guide-team .guide-header .main-img-box .media-responsive {
  z-index: 2;
}
.guide-team .guide-header .main-img-box:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  background: transparent url('https://thumb.besoccerapps.com/lnfs/img_web//guia/poligon_guia.png') no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -125px;
  left: -95px;
  z-index: 1;
}
.guide-team .guide-new .detail-body {
  padding: 0 20px;
  margin-top: 40px;
}
.guide-team .guide-new .detail-body p {
  text-align: justify;
  margin-bottom: 10px;
}
.guide-team .guide-new .teaser {
  color: #0b59a5;
}
.guide-team .guide-new .stadium-box p {
  margin-bottom: 0;
  text-align: left;
}
.guide-team .guide-new .stadium-box .name {
  font-size: 22px;
}
.guide-team .guide-new .year-box {
  color: white;
  padding-left: 10px;
}
.guide-team .guide-new .year {
  font-size: 40px;
}
.guide-team .guide-new .city {
  font-size: 30px;
  line-height: 48px;
}
.guide-team .guide-new .year,
.guide-team .guide-new .city {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.guide-team .guide-new .team-info {
  display: flex;
  background: #f8f8f8;
}
.guide-team .guide-new .team-info .box {
  width: 35%;
}
.guide-team .guide-new .team-info .second {
  margin-left: 15%;
  text-align: right;
}
.guide-team .guide-new .flex-wrapper {
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.guide-team .guide-squad {
  padding: 15px 0;
}
.guide-team .guide-squad .table,
.guide-team .guide-squad .table td,
.guide-team .guide-squad .table th {
  border: 2px solid #efefef;
}
.guide-team .guide-squad .table td {
  padding: 2px 5px;
}
.guide-team .guide-squad .num {
  background: #000;
  color: #fff;
}
.guide-team .guide-squad .arrow-row {
  margin: -5px;
}
.guide-team .guide-squad .arrow-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guide-team .guide-squad .arrow-box p {
  width: 95%;
  font-size: 18px;
}
.guide-team .guide-squad .arrow {
  width: 50px;
}
.guide-team .guide-squad .squad-info {
  padding-left: 30px;
}
.guide-team .guide-squad .player-name {
  color: #0b59a5;
}
.guide-team .guide-squad .player-name:hover {
  color: black;
}
.guide-team .guide-squad .player-link:hover {
  color: #0b59a5;
}
.guide-team .guide-coach .bg-coach {
  background-image: url('https://thumb.besoccerapps.com/lnfs/img_web/guia/guia_bg2.jpg?v=3');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 6px solid #6cbfeb;
}
.guide-team .guide-coach .coach-img {
  border-radius: 100%;
  border: 5px solid #0b59a5;
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
  height: 165px;
  object-fit: cover;
  object-position: top;
}
.guide-team .guide-coach .coach-body {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 120%;
}
.guide-team .guide-coach .coach-wrapper {
  min-height: 250px;
}
.guide-team .guide-coach .coach-name,
.guide-team .guide-coach .coach-data {
  margin-left: 210px;
}
.guide-team .guide-coach .coach-info {
  margin: 0 auto;
  margin-top: 30px;
}
.guide-team .guide-coach .coach-info .title {
  color: #6cbfeb;
}
.guide-team .guide-coach .coach-img-wrapper img {
  z-index: 2;
}
.guide-team .guide-coach .coach-img-wrapper:after {
  content: '';
  display: block;
  width: 180px;
  height: 88px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 5px solid #6cbfeb;
  border-bottom: 0;
  background: #6cbfeb;
  position: absolute;
  top: 85px;
  left: -7px;
}
.guide-team.guide-players .ic-social {
  width: 30px;
}
.guide-team.guide-players .num {
  font-size: 50px;
  font-weight: bold;
}
.guide-team.guide-players .player-img {
  position: relative;
  height: 115px;
  object-fit: cover;
  margin-bottom: -4px;
}
.guide-team.guide-players .player-box {
  min-height: 370px;
  max-height: 370px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.guide-team.guide-players .player-nick:hover {
  color: #89c5ff;
}
.guide-team.guide-players .flag {
  position: relative;
}
.guide-team.guide-players .flag:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 100%;
  border: 3px solid white;
}
.guide-team.guide-players .flag img {
  width: 50px;
}
.guide-team.guide-players .table,
.guide-team.guide-players .table td,
.guide-team.guide-players .table th {
  border: none;
}
.guide-team.guide-players .table td {
  padding: 0px 5px;
}
.guide-team.guide-players .table th {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #2076bf;
}
.guide-team.guide-players .table .br-left {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.guide-team.guide-players .table-wrapper {
  width: calc(100% - 30px);
  margin-left: auto;
  display: flex;
  justify-content: space-evenly;
}
.guide-team.guide-players .table-wrapper .table {
  width: 50%;
}
.guide-team.guide-players .player-data,
.guide-team.guide-players .table tbody {
  font-size: 14px;
}
.guide-team.guide-players .role {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: white;
  font-size: 28px;
  position: absolute;
  left: -3px;
  top: 3px;
  font-weight: bold;
}
.guide-team.guide-players .social-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.guide-team.guide-players .color-lightblue {
  color: #89c5ff;
}
.guide-team.guide-medals .num {
  font-size: 38px;
}
.guide-team.guide-medals .equipment-img {
  max-width: 700px;
  width: 100%;
}
.guide-team.guide-medals .equipment-wrapper {
  display: flex;
}
.guide-team.guide-medals .medal-row {
  margin: 0 -5px 40px -5px;
}
.guide-team.guide-medals .medal-box {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.guide-team.guide-medals .medal-box:not(:last-child) {
  border-right: 1px solid white;
}
.guide-team.guide-medals .medal-table {
  font-size: 14px;
  display: flex;
  margin: 0 -5px;
}
.guide-team.guide-medals .medal-table .first {
  width: 60%;
}
.guide-team.guide-medals .medal-table .second {
  width: 40%;
}
.guide-team.guide-medals .table,
.guide-team.guide-medals .table td,
.guide-team.guide-medals .table th {
  border: none;
}
.guide-team.guide-medals .table tr {
  border-bottom: 1px solid white;
}
.guide-team.guide-medals .table tr:nth-child(odd) td:first-child {
  background: #0b59a5;
}
.guide-team.guide-medals .table tr:nth-child(even) td:first-child {
  background: #5fa7d7;
}
.guide-team.guide-medals .table tr:nth-child(even) td:not(:first-child) {
  background: #f8f8f8;
}
.guide-team.guide-medals .table-wrapper {
  display: flex;
}
.guide-team.guide-medals .table-wrapper .table-box {
  width: 50%;
}
.guide-team.guide-medals .team-img {
  height: 100%;
  object-fit: cover;
}
.guide-team.guide-sponsors {
  background-image: url('https://thumb.besoccerapps.com/lnfs/img_web/guia/bg_sponsors.jpg?v=3');
  background-size: cover;
  background-repeat: no-repeat;
  /*margin-bottom: -20px;*/
}
.guide-team.guide-sponsors .bar {
  background: white;
}
.guide-team.guide-sponsors .sponsor-box {
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid white;
}
.guide-team.guide-sponsors .sponsor-box:hover {
  border-color: #00214a;
}
.guide-team.guide-sponsors .sponsor-box img {
  max-height: 150px;
}
.guide-team.guide-sponsors .sponsor-wrapper,
.guide-team.guide-sponsors .new-wrapper {
  width: 90%;
  margin: 0 auto;
}
.guide-team.guide-sponsors .new-wrapper {
  display: flex;
  align-items: center;
}
.guide-team.guide-sponsors .new-pretitle {
  font-size: 18px;
}
.guide-team.guide-sponsors .new-title {
  font-size: 40px;
  margin-bottom: 15px;
}
.guide-team.guide-sponsors .new-img {
  max-height: 500px;
}
.guide-team.guide-sponsors .new-content p {
  margin-bottom: 15px;
  text-align: justify;
}
.guide-team.guide-sponsors .sponsor-wrapper .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.guide-team.matches .guide-header {
  background-size: cover;
}
.guide-team .social-icos .ico-on {
  display: none;
}
.guide-team .social-icos a:hover .ico-of {
  display: none;
}
.guide-team .social-icos a:hover .ico-on {
  display: inline-block;
}
/******** GUÍA PÁGINA DE ÁRBITROS ********/
.guide-referees {
  padding-bottom: 30px;
}
.guide-referees .row {
  margin: 0;
}
.guide-referees .referee-box {
  border: 1px solid #00214a;
  height: 195px;
}
.guide-referees .referee-box .row {
  padding: 8px 0;
}
.guide-referees .referee-box .referee-img {
  height: 115px;
  object-fit: cover;
}
.guide-referees .referee-box .head {
  font-size: 22px;
}
.guide-referees .referee-box .head.blue {
  background: #0b59a5;
}
.guide-referees .referee-box .head.red {
  background: #ff4444;
}
.guide-referees .referee-box .info {
  font-size: 16px;
  line-height: 20px;
  max-height: 140px;
  overflow-y: auto;
}
/******** GUÍA CALENDARIO ********/
.guide-calendar .box {
  width: 100%;
  height: 18px;
}
.guide-calendar .color1 {
  background: #009a22;
}
.guide-calendar .color2 {
  background: #b2309d;
}
.guide-calendar .color3 {
  background: #c3eef9;
}
.guide-calendar .color4 {
  background: #7fcd0d;
}
.guide-calendar .color5 {
  background: #5c0e0d;
}
.guide-calendar .color6 {
  background: #e7b1d1;
}
.guide-calendar .color7 {
  background: #ff0000;
}
.guide-calendar .color8 {
  background: #ffff00;
}
.guide-calendar .color9 {
  background: #808a93;
}
.guide-calendar .legend-table td {
  padding-bottom: 10px;
}
.guide-calendar .calendar {
  background: white;
}
.guide-calendar .calendar .days {
  display: flex;
  flex-wrap: wrap;
}
.guide-calendar .calendar .days > div {
  width: calc(100% / 7);
  text-align: center;
  padding: 5px 0;
}
.guide-calendar .calendar .days .name {
  color: #ff0000;
  font-weight: bold;
}
.guide-calendar .calendar .event {
  width: 60%;
  margin: 0px auto;
  padding: 2px 0;
}
.guide-calendar .calendar .event.color-white {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.guide-calendar .calendar .multiple-events {
  position: absolute;
  top: 0px;
  right: 0;
}
.guide-calendar .calendar .multiple-events .event {
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
}
.guide-calendar .box-title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.guide-calendar table.info {
  font-size: 13px;
}
.guide-calendar table.info tr {
  border-bottom: 1px solid #00214a;
}
.guide-calendar table.info td {
  padding: 3px 0;
}
.guide-calendar table.info td:first-child,
.guide-calendar table.info td:last-child {
  width: 50%;
}
.guide-calendar table.info td:nth-child(2) {
  min-width: 43px;
}
.guide-calendar table.info td.marker a {
  width: 43px;
  background-color: #0b59a5;
  color: #FFF;
  padding: 1px 0;
}
.guide-calendar table.info td.marker a small {
  font-size: 11px;
}
.guide-calendar table.info td.marker a.live {
  color: #ffff00;
}
.guide-calendar table.info a {
  display: inline-block;
}
.guide-calendar .rounds-info {
  display: flex;
  flex-wrap: wrap;
}
.guide-calendar .rounds-info .round-box {
  flex-basis: 25%;
}
.guide-calendar .cover-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
/******** GUÍA NOTICIAS ********/
.guide-new a {
  color: #0b59a5;
}
.guide-new a:hover {
  text-decoration: underline;
}
.guide-new ul {
  list-style: disc;
}
.guide-new ol {
  list-style: decimal;
}
.guide-new ul,
.guide-new ol {
  padding-left: 30px;
  margin-bottom: 10px;
}
.guide-new .title {
  font-size: 44px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.guide-new .title-container {
  width: 100%;
}
/******** IMPRESIÓN DE LA GUÍA ********/
@media print {
  /**, .color-white, .color-main2 {color: black !important;}*/
  .header,
  .header-teams,
  .sidebar-right,
  .footer-wrapper,
  .btn-box,
  .equipment-img,
  .guide-team.guide-medals .medal-table .second,
  .coach-body,
  .no-print,
  .print-warning,
  .bg-img-1.br-header.pt20 {
    display: none;
  }
  .show-print {
    display: block;
  }
  section {
    page-break-inside: avoid;
    page-break-after: auto;
    font-size: 12px;
  }
  /*.bg2, .bg3, .guide-team .guide-coach .bg-coach, .guide-team .guide-squad .num, .guide-home .guide-img, .guide-home .guide-header, .guide-home .guide-teams {background: none;}
	.bg-img-5 {background: white;}*/
  @page {
    size: A4;
    margin: 10mm;
  }
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  body {
    padding-top: 0 !important;
    background: white !important;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-md-9 {
    width: 65%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-3 {
    width: 35%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  /*.guide-header {
		.logo {
			&.color {display: block; width: 100px; margin: 0 auto;}
		}
	}*/
  .guide-team .guide-header .main-title {
    font-size: 24px;
  }
  .guide-team .guide-header .main-img-box {
    width: 90%;
    margin: 0 auto;
  }
  .guide-team .guide-header .shield-box {
    width: 50px;
  }
  .guide-team .guide-header .shield-box a {
    width: 60px;
    height: 60px;
  }
  .guide-team .guide-header .logo,
  .guide-team .guide-header .logo-text {
    display: none;
  }
  .guide-team .guide-header .web-box {
    font-size: 18px !important;
  }
  .guide-team .guide-header .social-box {
    margin-top: 5px;
  }
  .guide-team .guide-header .social-box li {
    max-width: 26px;
  }
  .guide-team .guide-header .info-box {
    margin-top: -15px !important;
  }
  .guide-team .guide-new .year-box {
    color: #0b59a5;
    min-width: 130px;
    margin-right: 10px;
  }
  .guide-team .guide-new .city {
    line-height: 36px;
  }
  .guide-team .guide-new .stadium-box {
    min-width: 250px;
  }
  .guide-team .guide-new .stadium-box .color-white {
    color: white !important;
  }
  .guide-team .guide-new .stadium-box .name {
    font-size: 16px;
  }
  .guide-team .guide-new .stadium-box .t6 {
    font-size: 14px !important;
  }
  .guide-team .guide-new .stadium-box .fs18 {
    font-size: 14px;
  }
  .guide-team .guide-new .team-info {
    width: 100%;
    padding-bottom: 0 !important;
    background: white;
    border-bottom: 1px solid #0b59a5;
    margin-left: 5px !important;
  }
  .guide-team .guide-new .team-info .box {
    width: 40%;
  }
  .guide-team .guide-new .team-info .second {
    margin-left: auto;
  }
  .guide-team .guide-new .detail-body {
    font-size: 15px;
    margin-top: 20px;
  }
  .guide-team .guide-new .detail-body .teaser {
    font-size: 17px;
  }
  .guide-team .guide-coach .coach-name {
    margin-left: 200px;
  }
  .guide-team .guide-coach .coach-info {
    width: 90%;
    margin-top: 60px;
  }
  .guide-team .guide-coach .coach-info .col-sm-4 {
    width: 50%;
  }
  .guide-team .guide-coach .coach-data [class^="col-"] {
    width: 33%;
  }
  .guide-team .guide-coach .bg-coach {
    border-bottom: none;
  }
  .guide-team .guide-coach .coach-img-wrapper:after {
    display: none;
  }
  .guide-team .guide-coach .coach-img {
    margin-top: -10px;
  }
  .guide-team.guide-players {
    width: 90%;
    margin: 0 auto;
  }
  .guide-team.guide-players .table {
    width: 100%;
    font-size: 11px;
  }
  .guide-team.guide-players .table tbody {
    font-size: 9px;
  }
  .guide-team.guide-players .table th,
  .guide-team.guide-players .row-top {
    background: unset;
    border-bottom: 1px solid black;
  }
  .guide-team.guide-players .table-wrapper {
    height: 145px;
    overflow-y: hidden;
  }
  .guide-team.guide-players .table-wrapper:after {
    content: '';
    width: 100%;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent, #0b59a5);
  }
  .guide-team.guide-players .role {
    font-size: 18px;
    left: 0;
  }
  .guide-team.guide-players .player-box {
    max-height: unset;
    display: inline-block;
    overflow-y: unset;
    overflow-x: hidden;
  }
  .guide-team.guide-players .num {
    font-size: 26px;
  }
  .guide-team.guide-players .t3 {
    font-size: 14px !important;
  }
  .guide-team.guide-players .t5 {
    font-size: 12px !important;
  }
  .guide-team.guide-players .ic-social {
    width: 18px;
  }
  .guide-team.guide-players .player-img {
    height: 68px;
  }
  .guide-team.guide-players .player-box {
    min-height: unset;
    width: 360px;
  }
  .guide-team.guide-players .flag:after {
    width: 26px;
    height: 26px;
  }
  .guide-team.guide-players .flag img {
    width: 34px;
  }
  .guide-team.guide-players .player-data {
    font-size: 9px;
  }
  .guide-team.guide-players .player-data .col-xs-7 p {
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .guide-team.guide-medals .medal-box {
    padding-left: 60px;
    font-size: 12px;
  }
  .guide-team.guide-medals .medal-row {
    page-break-inside: avoid;
    page-break-after: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
  }
  .guide-team.guide-medals .num {
    font-size: 22px;
  }
  .guide-team.guide-medals .medal-table {
    font-size: 12px;
  }
  .guide-team.guide-medals .medal-table .first {
    width: 90%;
    margin: 0 auto;
  }
  .guide-team.guide-medals .medal-box:not(:last-child) {
    border-right: none;
  }
  .guide-team.guide-sponsors .col-xs-6 {
    width: 25% !important;
  }
  .guide-team.guide-sponsors.mt20 {
    margin-top: -20px !important;
  }
  .guide-team.new .detail-body {
    margin-top: 10px;
  }
  .guide-home .guide-teams {
    page-break-after: always;
  }
  .guide-home .guide-teams .team-wrapper {
    width: 90%;
    margin-top: 60px !important;
  }
  .guide-home .guide-teams .team-wrapper .shield {
    max-width: 150px;
  }
  .guide-home .guide-teams .team-wrapper > div {
    width: 25%;
  }
  .guide-home .guide-teams .t3 {
    font-size: 40px !important;
  }
  .guide-home .guide-img .text-big {
    font-size: 60px;
  }
  .guide-home.cover-img {
    display: block;
  }
  .guide-home .guide-header,
  .guide-home .guide-img,
  .guide-home .guide-news {
    display: none;
  }
  .guide-referees .referee-box {
    page-break-inside: avoid;
    page-break-after: auto;
    height: unset;
  }
  .guide-referees .referee-box .info {
    max-height: unset;
    overflow-y: unset;
  }
  .guide-referees .guide-header {
    display: none;
  }
  .guide-calendar .calendar,
  .guide-calendar .round-box {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .guide-calendar table.info,
  .guide-calendar table.info td.marker a small {
    font-size: 9px;
  }
  .guide-calendar table.info td:nth-child(2) {
    min-width: 31px;
  }
  .guide-calendar table.info td.marker a {
    width: 31px;
  }
  .guide-calendar .guide-header {
    display: none;
  }
  .guide-calendar .col-md-6 {
    width: 50%;
  }
  .guide-calendar .col-md-3 {
    width: 25%;
  }
  .guide-calendar .box-title {
    font-size: 11px;
  }
  .guide-new .bg1 {
    background: white;
  }
  .guide-new .color-white {
    color: #000 !important;
  }
  .guide-new .mb30 {
    margin-bottom: 0px !important;
  }
  .guide-publi {
    background: none;
  }
}
/******** RESPONSIVE ********/
@media screen and (max-width: 1024px) {
  .voting .voting-list .voting-box {
    flex-basis: 30%;
  }
  .guide-home .guide-teams .team-wrapper {
    width: 80%;
  }
  .guide-home .guide-img .info-wrapper {
    padding: 10px 0;
  }
}
@media (max-width: 769px) {
  .no-flex {
    display: unset !important;
  }
  .guide-team .guide-header .main-img-box:after {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .guide-header .content {
    display: unset;
  }
  .guide-header .btn-box {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
  }
  .guide-header.bg-img-5 {
    background-size: unset;
  }
  .guide-header .print-warning {
    display: none;
  }
  .guide-team .guide-header .shield-box {
    padding: 10px;
  }
  .guide-team .guide-header .info-box {
    flex-wrap: wrap;
  }
  .guide-team .guide-header .social-box,
  .guide-team .guide-header .shield-box {
    width: 100%;
  }
  .guide-team .guide-header .social-box,
  .guide-team .guide-header .web-box {
    text-align: center;
  }
  .guide-team .guide-header.bg-img-5 {
    background-size: cover;
  }
  .guide-team .guide-new .year-box {
    color: #0b59a5;
    padding: 0;
  }
  .guide-team .guide-new .year {
    font-size: 30px;
    line-height: 48px;
  }
  .guide-team .guide-new .detail-body {
    padding: 0;
    margin-top: 20px;
  }
  .guide-team .guide-new .team-info {
    width: 100%;
  }
  .guide-team .guide-new .team-info .box {
    width: 50%;
  }
  .guide-team .guide-new .flex-wrapper {
    flex-direction: column;
  }
  .guide-team .guide-squad .table-responsive {
    margin-bottom: 15px;
  }
  .guide-team .guide-squad .arrow-row {
    margin: 5px;
  }
  .guide-team .guide-squad .arrow-down {
    color: #ff001c;
  }
  .guide-team .guide-squad .squad-info {
    padding-left: 10px;
  }
  .guide-team .guide-coach .coach-img {
    position: unset;
    border-width: 2px;
    width: 80px;
  }
  .guide-team .guide-coach .coach-img-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .guide-team .guide-coach .coach-img-wrapper:after {
    display: none;
  }
  .guide-team .guide-coach .coach-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: calc(100% - 110px);
  }
  .guide-team .guide-coach .coach-data {
    width: 100%;
    padding-left: 10px;
  }
  .guide-team .guide-coach .bg-coach {
    text-align: left;
  }
  .guide-team .guide-coach .coach-info {
    margin-top: 15px;
  }
  .guide-team .guide-coach .coach-body {
    display: none;
  }
  .guide-team .guide-coach .coach-wrapper {
    min-height: unset;
  }
  .guide-team .guide-coach .coach-data {
    margin-left: 0;
  }
  .guide-team.guide-players .player-box {
    max-height: unset;
  }
  .guide-team.guide-medals {
    padding: 0 10px;
  }
  .guide-team.guide-medals .medal-box {
    flex-direction: column;
    padding-bottom: 10px;
  }
  .guide-team.guide-medals .medal-box:nth-child(3) {
    border: none;
  }
  .guide-team.guide-medals .medal-table {
    flex-wrap: wrap;
  }
  .guide-team.guide-medals .medal-table .first,
  .guide-team.guide-medals .medal-table .second {
    width: 100%;
  }
  .guide-team.guide-medals .medal-table .second {
    text-align: center;
  }
  .guide-team.guide-sponsors .new-wrapper {
    flex-wrap: wrap;
  }
  .guide-home .guide-teams .team-wrapper {
    width: 95%;
  }
  .guide-home .guide-teams .team-wrapper .shield {
    max-width: 85px;
  }
  .guide-home .guide-news .new-box {
    flex-basis: 100%;
  }
  .guide-home .guide-img .text-big {
    font-size: 30px;
  }
  .guide-home .guide-img .text {
    font-size: 20px;
  }
  .guide-home .guide-img .img-box {
    display: none;
  }
  .guide-home .guide-img .text-box {
    text-align: center;
    width: unset;
  }
  .guide-calendar .rounds-info .round-box {
    flex-basis: 100%;
  }
}
@media (max-width: 667px) {
  .voting .voting-list .voting-box {
    flex-basis: 100%;
  }
  .live-marquee {
    margin-top: -20px;
  }
  .live-marquee .corner {
    width: 17%;
    font-size: 12px;
    padding-left: 2px !important;
  }
  .live-marquee .corner:first-child:after {
    border-right-width: 15px;
  }
  .live-marquee .corner:last-child {
    display: none;
  }
  .live-marquee .marquee a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .guide-home .guide-teams .team-wrapper > div {
    width: 30%;
  }
  .guide-home .guide-teams .team-wrapper .shield {
    max-width: 70px;
  }
}
