<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  min-height: 100vh;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Oswald", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.section {
  display: inline-block;
  position: relative;
  width: 100%;
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.bg-grey {
  background-color: rgb(222, 222, 222);
}

.bg-grey-secundario {
  background-color: rgb(171, 163, 163);
}

.bg-grey-extra {
  background-color: #f2f2f2;
}

.bg-blue {
  background-color: rgb(40, 45, 96);
}

.bg-calendario-prox {
  background-color: rgba(40, 45, 96, 0.8);
}

.bg-red {
  background-color: rgb(204, 55, 35);
}

.bg-pasto {
  background-image: url(../img/home/grass-texture.jpeg);
  background-size: contain;
  background-position: center center;
  background-attachment: fixed;
}

.bg-pasto-plantel {
  background-image: url(../img/plantel/fondo-rojo.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.sep-25 {
  padding: 25px 0px;
}

.sep-50 {
  padding: 50px 0px;
}

.no-padding {
  padding: 0px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.social-links-nav {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.social-links-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 8px;
  width: 45px;
  height: 45px;
  background: transparent;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  transition: all 0.3s ease;
  background-color: rgb(204, 55, 35);
  transition: all 0.5s ease;
}
.social-links-nav li a img {
  filter: invert(97%) sepia(39%) saturate(0%) hue-rotate(130deg) brightness(110%) contrast(100%);
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  transition: all 1s ease;
}
.social-links-nav li a:hover {
  background-color: rgb(40, 45, 96);
}
.social-links-nav li a:hover img {
  filter: invert(97%) sepia(39%) saturate(0%) hue-rotate(130deg) brightness(110%) contrast(100%);
}

.sticky-logo {
  background-color: rgb(204, 55, 35);
  padding: 12px 15px;
  margin-left: -30px;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  top: 0px;
  left: -20px;
}
@media (max-width: 1250px) {
  .sticky-logo {
    padding: 25px 40px;
    margin-left: -10px;
  }
}
.sticky-logo a {
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 2.4rem;
  margin-right: 0px;
}
.sticky-logo a img {
  margin-right: 15px;
  max-width: 70px;
}
@media (max-width: 1250px) {
  .sticky-logo a {
    font-size: 1.5rem;
  }
  .sticky-logo a img {
    max-width: 50px;
  }
}

.fila-1 {
  display: inline-block;
  width: 100%;
  background-color: transparent;
}

.fila-2 {
  display: inline-block;
  width: 100%;
  background-color: rgba(40, 45, 96, 0.6);
}

.nav-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 10%;
  transition: all 0.3s ease;
}
@media (max-width: 1920px) {
  .nav-flex {
    padding-left: 25%;
  }
}
@media (max-width: 1850px) {
  .nav-flex {
    padding-left: 28%;
  }
}
@media (max-width: 1750px) {
  .nav-flex {
    padding-left: 30%;
  }
}
@media (max-width: 1650px) {
  .nav-flex {
    padding-left: 32%;
  }
}
@media (max-width: 1550px) {
  .nav-flex {
    padding-left: 32%;
  }
}
@media (max-width: 1450px) {
  .nav-flex {
    padding-left: 35%;
  }
}
@media (max-width: 1350px) {
  .nav-flex {
    padding-left: 38%;
  }
}
@media (max-width: 1250px) {
  .nav-flex {
    padding-left: 25%;
  }
}
@media (max-width: 1200px) {
  .nav-flex {
    padding-left: 30%;
  }
}
.nav-flex li a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .nav-flex li a {
    letter-spacing: 0.5px;
  }
}

.navbar-nav .dropdown-menu {
  background-color: #363533;
  border-radius: 0px;
  border-top: 2px solid rgb(204, 55, 35);
}
.navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: rgb(204, 55, 35);
  text-decoration: none;
  background-color: transparent;
  border-bottom: 1px solid rgb(204, 55, 35);
}

@media (max-width: 1920px) {
  .fila-1 .container, .fila-2 .container {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .fixed-top {
    position: relative;
  }
  .fila-1 {
    display: none;
  }
  .fila-2 {
    position: relative;
    background-color: #dedede;
  }
  .fila-2 .container {
    padding: 0px;
  }
  .sticky-logo {
    padding: 0px;
    width: 88%;
    margin-left: -20px;
    position: relative;
    padding-left: 47px;
  }
  .sticky-logo a {
    justify-content: flex-start;
  }
  .navbar {
    padding: 0px;
  }
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    top: -50px;
    border: 1px solid rgb(40, 45, 96);
    background-color: rgb(40, 45, 96);
  }
  .navbar .navbar-nav {
    padding: 0px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    background-color: rgb(204, 55, 35);
  }
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
  }
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0px;
    border-bottom: 42px solid #282d60;
    border-left: 34px solid transparent;
    -webkit-transition: 0.4s ease-in-out all;
    transition: 0.4s ease-in-out all;
    padding: 0px 50px 0px 0px;
  }
}
.contenido img {
  max-width: 100%;
  height: auto;
}

.reg-marco {
  border: 1px solid rgb(255, 255, 255);
  border-top: none;
  display: inline-block;
  width: 100%;
  padding: 50px 15px;
  position: relative;
}
.reg-marco:before {
  content: "";
  height: 1px;
  background-color: rgb(255, 255, 255);
  width: 40%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.reg-marco:after {
  content: "";
  height: 1px;
  background-color: rgb(255, 255, 255);
  width: 40%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.reg-logo {
  position: relative;
  text-align: center;
  margin-bottom: -65px;
}
.reg-logo img {
  padding: 15px;
}

.form-registro {
  margin-top: 50px;
  text-align: center;
  color: #ffffff;
  text-shadow: 4px 3px 4px rgba(0, 0, 0, 0.64);
}
.form-registro h3 {
  margin-bottom: 25px;
  text-shadow: 4px 3px 4px rgba(0, 0, 0, 0.64);
}

.contenedor-shop {
  margin: 10px 0px;
}
.contenedor-shop .img-producto {
  border: 1px solid rgb(222, 222, 222);
  border-bottom: 0px;
  position: relative;
}
.contenedor-shop .img-producto .info-product {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.contenedor-shop .img-producto .info-product .btn-comprar {
  margin-top: 10px;
  color: #ffffff;
  background-color: rgb(40, 45, 96);
}
.contenedor-shop .img-producto .info-product .btn-comprar:hover {
  cursor: pointer;
  text-decoration: none;
}
.contenedor-shop .bandera {
  position: absolute;
  top: 20px;
  right: 5px;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
}
.contenedor-shop .bandera::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -13px;
  right: 0px;
  border-top: 13px solid #6e1a0f;
  border-right: 10px solid transparent;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.contenedor-shop .bandera.b-new {
  padding: 5px 15px;
  background-color: #de4339;
  color: rgb(255, 255, 255);
}
.contenedor-shop .bandera.b-new::after {
  border-top: 13px solid #c02117;
}
.contenedor-shop .bandera.b-ofert {
  padding: 5px 15px;
  background-color: #4093f7;
  color: rgb(255, 255, 255);
}
.contenedor-shop .bandera.b-ofert::after {
  border-top: 13px solid #2b76d1;
}
.contenedor-shop:hover .img-producto .info-product {
  opacity: 1;
}

.shop-precio {
  font-size: 15px;
  color: rgb(40, 45, 96);
  font-weight: 600;
}

.shop-comprar {
  background-color: rgb(204, 55, 35);
  font-size: 11px;
  color: rgb(255, 255, 255);
  padding: 13px 5px;
  font-weight: 600;
  text-align: center;
}
.shop-comprar::after {
  content: "";
  /* width: 100%; */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  border-bottom: 42px solid #cc3723;
  border-left: 34px solid transparent;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}

.cont-video {
  position: relative;
  overflow: hidden;
}
.cont-video .img-background {
  width: 200%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.cont-video:hover .img-background {
  width: 100%;
  height: 100%;
}
.cont-video .icono-video {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.cont-video .caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  background-color: rgba(40, 45, 96, 0.8);
  right: -30px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  padding-right: 50px;
}
.cont-video .caption .titulo {
  text-align: right;
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  font-weight: 400;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.cont-video .caption .descripcion {
  text-align: right;
  font-size: 10px;
  color: rgb(204, 55, 35);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.cont-video .caption .descripcion p {
  margin: 0px;
}
@media (max-width: 600px) {
  .cont-video .caption {
    position: relative;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    right: 0px;
  }
  .cont-video .caption .titulo, .cont-video .caption .descripcion {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
}

.cont-galeria {
  position: relative;
  overflow: hidden;
}
.cont-galeria .img-background {
  width: 200%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.cont-galeria:hover .img-background {
  width: 100%;
  height: 100%;
}
.cont-galeria .icono-galeria {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.cont-galeria .caption {
  position: absolute;
  bottom: 0px;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  background-color: rgba(40, 45, 96, 0.8);
  right: -30px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  padding-right: 50px;
}
.cont-galeria .caption .titulo {
  text-align: right;
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  font-weight: 400;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.cont-galeria .caption .descripcion {
  text-align: right;
  font-size: 10px;
  color: rgb(204, 55, 35);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.cont-galeria .caption .descripcion p {
  margin: 0px;
}
@media (max-width: 600px) {
  .cont-galeria .caption {
    position: relative;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    right: 0px;
  }
  .cont-galeria .caption .titulo, .cont-galeria .caption .descripcion {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
}

.panel-noticia .cont-noticia {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid rgb(222, 222, 222);
  border-right: 1px solid rgb(222, 222, 222);
}
.panel-noticia .cont-noticia .fecha {
  padding: 5px 0px 5px 0px;
  color: rgb(171, 163, 163);
}
.panel-noticia .cont-noticia .titulo {
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 130%;
  display: flex;
  align-items: center;
}
.panel-noticia .cont-noticia .descripcion {
  color: rgb(171, 163, 163);
  text-align: left;
  height: 80px;
}

.btn-red-1 {
  background-color: rgb(204, 55, 35);
  padding: 10px 25px;
  color: rgb(255, 255, 255) !important;
  display: block;
  position: relative;
  float: right;
}
.btn-red-1 span {
  color: rgb(40, 45, 96) !important;
}
.btn-red-1::after {
  content: "";
  /* width: 100%; */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  border-bottom: 44px solid #cc3723;
  border-left: 34px solid transparent;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.sec-redes {
  margin-bottom: -6px;
}

.tit-red {
  background-color: rgb(204, 55, 35);
  padding: 10px 25px;
  color: rgb(255, 255, 255) !important;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  float: right;
  font-weight: 600;
  width: 45%;
}
.tit-red::after {
  content: "";
  /* width: 100%; */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  border-bottom: 44px solid #cc3723;
  border-left: 34px solid transparent;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}

.icono-sec-redes {
  margin-left: 5px;
  filter: invert(13%) sepia(88%) saturate(996%) hue-rotate(210deg) brightness(91%) contrast(90%);
}

.tit-esp-2 {
  background-color: rgb(40, 45, 96);
  padding: 10px 25px;
  color: rgb(255, 255, 255) !important;
  display: block;
  align-items: center;
  justify-content: end;
  position: relative;
  float: left;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}
.tit-esp-2::after {
  content: "";
  /* width: 100%; */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  border-top: 58px solid #282d60;
  border-right: 34px solid transparent;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}

.contenedor-titulos-esp-2 {
  margin-bottom: -6px;
}
.contenedor-titulos-esp-2:before {
  content: "";
  width: 44%;
  background-color: #282d60;
  position: absolute;
  height: 100%;
  left: -30px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.fecha-for {
  margin-top: -88px;
  margin-bottom: 1rem;
}

.partido-info {
  border: 1px solid red;
  border-top: 0px;
  border-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.partido-info .jornada {
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.partido-info .fechas {
  color: rgb(171, 163, 163);
}

.partido-marca {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px 0px 0px;
}

.team .escudo-team {
  margin: 0 auto;
}
.team .name-team {
  padding: 0px;
  color: rgb(40, 45, 96);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.team .name-team span {
  display: inline-block;
  color: rgb(204, 55, 35);
}
.team.col-local .name-team {
  text-align: right;
}
@media (max-width: 767px) {
  .team.col-local .name-team {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .team.col-local .name-team {
    display: none;
  }
}
.team.col-visitante {
  flex-direction: row;
}
@media (max-width: 767px) {
  .team.col-visitante {
    flex-direction: column-reverse;
  }
}
.team.col-visitante .name-team {
  text-align: left;
}
@media (max-width: 767px) {
  .team.col-visitante .name-team {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .team.col-visitante .name-team {
    display: none;
  }
}

.marcador-nav .slick-prev, .carrucel-videos .slick-prev {
  z-index: 4;
  left: 5px;
}
.marcador-nav .slick-next, .carrucel-videos .slick-next {
  z-index: 4;
  right: 5px;
}

.col-marcador {
  padding: 20px 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.1rem;
  border: 1px solid rgb(204, 55, 35);
  position: relative;
}
.col-marcador .col-6 {
  padding: 0px;
}
.col-marcador:before {
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  width: 99%;
  height: 99%;
  background: rgb(0, 0, 0);
  background: linear-gradient(120deg, rgb(204, 55, 35) 0%, rgb(204, 55, 35) 50%, rgb(40, 45, 96) 50%, rgb(40, 45, 96) 100%);
}

.vs {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
}
.vs span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(40, 45, 96);
  background-color: rgb(204, 55, 35);
  font-weight: 400;
  font-size: 1rem;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.banner-general {
  position: relative;
}
.banner-general .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-general .caption h1 {
  margin-top: 50px;
  color: #ffffff;
  text-align: center;
}

.limit-bedcrum {
  margin-top: -48px;
}
.limit-bedcrum:after {
  content: "";
  width: 50%;
  right: 0px;
  top: 0px;
  height: 100%;
  position: absolute;
  background-color: rgb(40, 45, 96);
}

.atl-bedcrum {
  background-color: rgb(40, 45, 96);
  border-radius: 0;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  border: 1px solid rgb(40, 45, 96);
  border-top: 0px;
  border-bottom: 0px;
  z-index: 2;
  position: relative;
}
.atl-bedcrum nav {
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.atl-bedcrum nav .breadcrumb {
  background-color: transparent;
  padding-left: 25px;
}
.atl-bedcrum nav .breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.atl-bedcrum nav .breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.nav-share {
  background-color: rgb(40, 45, 96);
  border-radius: 0;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  color: rgb(204, 55, 35);
  display: inline-block;
  font-weight: 600;
}
.nav-share .cont {
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  padding-left: 25px;
  display: flex;
  align-items: center;
}
.nav-share .cont .social-share {
  display: flex;
  padding: 0px;
  margin: 0px;
  margin-left: 15px;
  list-style: none;
}
.nav-share .cont .social-share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 8px;
  width: 45px;
  height: 45px;
  background: transparent;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  transition: all 0.3s ease;
}
.nav-share .cont .social-share li a img {
  filter: invert(77%) sepia(12%) saturate(233%) hue-rotate(192deg) brightness(99%) contrast(80%);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  transition: all 0.3s ease;
}
.nav-share .cont .social-share li a:hover {
  background-color: rgb(204, 55, 35);
}
.nav-share .cont .social-share li a:hover img {
  filter: invert(97%) sepia(39%) saturate(0%) hue-rotate(130deg) brightness(110%) contrast(100%);
}

.biografia {
  font-size: 1rem;
  text-align: justify;
}

.titulo-h2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.titulo-h2.jugadord {
  margin-bottom: -37px;
}
.titulo-h2:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: rgb(204, 55, 35);
}
.titulo-h2 h2 {
  background-color: rgb(222, 222, 222);
  position: relative;
  z-index: 2;
  padding: 15px 15px;
  color: rgb(40, 45, 96);
}
.titulo-h2 h2 span {
  color: rgb(204, 55, 35);
}

.partido-info .marcador {
  color: rgb(204, 55, 35);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  padding: 0px;
}
.partido-info .marcador .escudo-equipo {
  max-width: 50px;
  max-height: 50px;
}
.partido-info .informacion {
  color: rgb(40, 45, 96);
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  padding: 0px;
}
.partido-info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.partido-info ul li {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  color: rgb(40, 45, 96);
}
.partido-info ul li span {
  color: rgb(204, 55, 35);
}

.pic-jugador {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 320px;
}

.tabla-jugador {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(171, 163, 163);
}
.tabla-jugador .marco {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid rgb(171, 163, 163);
  font-size: 0.9rem;
  font-weight: 400;
}
.tabla-jugador .marco:last-child {
  border-bottom: none;
}
.tabla-jugador .marco .titulo {
  color: rgb(171, 163, 163);
  text-transform: uppercase;
  margin-right: 15px;
}
.tabla-jugador .marco .descripcion {
  color: rgb(40, 45, 96);
  text-align: right;
  text-transform: uppercase;
}

.j-sm {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0px 0px 0px 0px;
}

.dorsal {
  margin-bottom: 30px;
  justify-content: center;
  align-content: center;
}
.dorsal .numero {
  color: rgb(255, 255, 255);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 3rem;
  font-weight: 400;
}
.dorsal .nombre {
  font-size: 3rem;
  font-weight: 400;
  color: rgb(40, 45, 96);
}
.dorsal .nombre span {
  color: rgb(255, 255, 255);
}

#myTable {
  background-color: #d6d6d6;
}
#myTable .contenedor-numero {
  text-align: center;
}
#myTable thead tr th {
  color: rgb(40, 45, 96);
}
#myTable tbody tr td {
  padding: 0.2rem;
  color: rgb(40, 45, 96);
}
#myTable.table-striped tbody tr:nth-of-type(even) {
  background-color: rgb(255, 255, 255);
}
#myTable .contenedor-nombre .team {
  text-transform: uppercase;
}
#myTable .contenedor-nombre .team span {
  margin-left: 15px;
}

.info-new {
  display: inline-block;
  position: relative;
  background-color: rgb(40, 45, 96);
  color: #ffffff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 1px;
}
.info-new:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0px;
  /* left: 100%; */
  border-bottom: 44px solid #ffffff;
  border-left: 34px solid transparent;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  z-index: 2;
}

.jugador {
  display: inline-block;
  background-color: rgb(222, 222, 222);
  width: 100%;
  padding: 10px 10px;
}
.jugador .nombre {
  color: rgb(40, 45, 96);
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}
.jugador .apellidos {
  color: rgb(204, 55, 35);
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}

.cont-foto-jugador {
  position: relative;
}
.cont-foto-jugador .triangulo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0px;
  /* left: 100%; */
  border-top: 60px solid rgb(204, 55, 35);
  border-right: 50px solid transparent;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
  z-index: 2;
}
.cont-foto-jugador .numero {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #ffffff;
  z-index: 3;
}

.nav-noticias {
  padding: 20px 15px;
  border: 1px solid rgb(222, 222, 222);
  border-left: 0px;
  border-right: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sidebar .tit {
  position: relative;
}
.sidebar .tit:before {
  width: 100%;
  height: 1px;
  content: "";
  top: calc(50% + 1px);
  position: absolute;
  left: 0px;
}
.sidebar .tit h3 {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-right: 15px;
  font-weight: 500;
}
.sidebar .tit.v1 {
  color: rgb(204, 55, 35);
}
.sidebar .tit.v1:before {
  background-color: rgb(204, 55, 35);
}
.sidebar .tit.v1 h3 {
  background-color: rgb(40, 45, 96);
}
.sidebar .tit.v2 {
  color: rgb(204, 55, 35);
}
.sidebar .tit.v2:before {
  background-color: rgb(204, 55, 35);
}
.sidebar .tit.v2 h3 {
  background-color: #f2f2f2;
}

.panel-noticia-sidebar .fecha {
  color: rgb(171, 163, 163);
  font-size: 0.8rem;
}
.panel-noticia-sidebar .descripcion {
  color: rgb(255, 255, 255);
  font-size: 0.8rem;
}

.registrate .field {
  width: calc(100% - 10px);
  position: relative;
  background-color: rgba(86, 84, 82, 0);
}
.registrate .field:first-child {
  margin-right: 30px;
}
.registrate .field:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
}
.registrate .field:first-child:after {
  right: -15px;
  border-top: 40px solid rgba(255, 255, 255, 0.2);
  border-right: 15px solid transparent;
}
.registrate .field:last-child:after {
  left: -15px;
  border-bottom: 40px solid #ffffff;
  border-left: 15px solid transparent;
}
.registrate .field.field--button {
  flex-basis: 25%;
}
.registrate .field.field--button:after {
  border-bottom: 40px solid rgb(222, 222, 222);
}
.registrate .input {
  border: none;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  color: #ffffff;
}
.registrate .input::placeholder {
  color: #cccccc;
}
.registrate .button {
  background-color: rgb(222, 222, 222);
  color: rgb(40, 45, 96);
  border: none;
  outline: none;
  line-height: 40px;
  font-size: 1rem;
  width: 100%;
  padding: 0 30px 0 20px;
  text-transform: uppercase;
}

.form-registro {
  max-width: 600px;
  margin: 0 auto;
}

.registrate-secundario .field {
  width: calc(100% - 10px);
  position: relative;
  background-color: rgba(86, 84, 82, 0);
}
.registrate-secundario .field:first-child {
  margin-right: 30px;
}
.registrate-secundario .field:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
}
.registrate-secundario .field:first-child:after {
  right: -15px;
  border-top: 40px solid white;
  border-right: 15px solid transparent;
}
.registrate-secundario .field:last-child:after {
  left: -15px;
  border-bottom: 40px solid #ffffff;
  border-left: 15px solid transparent;
}
.registrate-secundario .field.field--button {
  flex-basis: 25%;
}
.registrate-secundario .field.field--button:after {
  border-bottom: 40px solid rgb(204, 55, 35);
}
.registrate-secundario .input {
  border: none;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  font-size: 1rem;
  color: rgb(40, 45, 96);
}
.registrate-secundario .input::placeholder {
  color: #cccccc;
}
.registrate-secundario .button {
  background-color: rgb(204, 55, 35);
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  line-height: 40px;
  font-size: 1rem;
  width: 100%;
  padding: 0 30px 0 20px;
  text-transform: uppercase;
}

.registrate-noticias {
  margin-top: 15px;
}
.registrate-noticias .field {
  width: calc(100% - 10px);
  position: relative;
  background-color: rgba(86, 84, 82, 0);
}
.registrate-noticias .field:first-child {
  margin-right: 0px;
}
.registrate-noticias .field:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
}
.registrate-noticias .field.field--button {
  flex-basis: 25%;
}
.registrate-noticias .field.field--button .paper-send {
  width: 30px;
}
.registrate-noticias .input {
  border: none;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  font-size: 1rem;
  color: rgb(40, 45, 96);
}
.registrate-noticias .input::placeholder {
  color: #cccccc;
}
.registrate-noticias .button {
  background-color: rgb(204, 55, 35);
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  line-height: 40px;
  font-size: 1rem;
  width: 100%;
  padding: 0 15px 0 15px;
  text-transform: uppercase;
}

.carrucel-videos .item {
  transition: all 0.3s ease-in-out;
  padding: 5px !important;
}
.carrucel-videos .item.item-pull {
  padding: 34px 1rem !important;
}
@media (max-width: 600px) {
  .carrucel-videos .item.item-pull {
    padding: 5px !important;
  }
}
.carrucel-videos .item.item-pull.item-active {
  transform: scale(1.2);
  z-index: 999999;
}
@media (max-width: 600px) {
  .carrucel-videos .item.item-pull.item-active {
    transform: scale(1);
  }
}

.banner-general-2 {
  position: relative;
}
.banner-general-2 .caption {
  z-index: 30;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.banner-general-2 .caption h1 {
  position: relative;
  margin-top: 50px;
  color: rgb(204, 55, 35);
  width: 100%;
  text-align: center;
}

.cal-header {
  overflow: hidden;
}
.cal-header picture {
  position: absolute;
  width: 200%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  margin: 0 auto;
}

.row-jornada {
  background-color: rgb(222, 222, 222);
  border-bottom: 1px solid rgb(171, 163, 163);
}

.row-jornada-encabezado {
  background-color: rgb(204, 55, 35);
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 583px) {
  .row-jornada-encabezado {
    display: none !important;
  }
}

.row-jornada .jornada {
  text-align: center;
  color: rgb(204, 55, 35);
  border: 1px solid rgb(204, 55, 35);
}
.row-jornada .jornada span {
  color: rgb(40, 45, 96);
}
.row-jornada .marcador {
  color: rgb(40, 45, 96);
}
.row-jornada .marcador img {
  margin: 0px 5px;
}
.row-jornada .marcador span {
  color: rgb(204, 55, 35);
  padding: 0px 15px;
}
.row-jornada .informacion {
  text-align: center;
}
.row-jornada .informacion .fecha {
  color: rgb(40, 45, 96);
}
.row-jornada .informacion .ubicacion {
  color: rgb(40, 45, 96);
}

.minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}

.minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

.minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.minimal-bootstrap-carousel .carousel-caption h3 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 1px;
}

.minimal-bootstrap-carousel .carousel-caption p {
  padding: 0px 5px;
  display: inline-block;
  position: relative;
  font-weight: 100;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199px) {
  .minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 720px;
  }
}
@media (max-width: 820px) {
  .minimal-bootstrap-carousel .carousel-caption {
    position: relative;
    width: 100%;
    background-color: rgb(40, 45, 96);
    padding: 30px 0px;
  }
  .minimal-bootstrap-carousel .carousel-caption .box {
    display: inline-block !important;
    width: 100%;
  }
  .minimal-bootstrap-carousel .carousel-caption .box .text-right {
    text-align: left !important;
  }
  .minimal-bootstrap-carousel .carousel-caption h3 {
    display: inline-block;
    width: 100%;
    background-color: inherit;
    padding: 0px;
  }
  .minimal-bootstrap-carousel .carousel-caption p {
    display: inline-block;
    width: 100%;
    background-color: inherit;
  }
  .minimal-bootstrap-carousel .carousel-caption a {
    float: right;
  }
}
.minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

.minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

.minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

.minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

.minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

.minimal-bootstrap-carousel [class*=carousel-control] {
  width: 50px;
  height: 50px;
  background-size: 50%;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  background-color: transparent;
  visibility: visible !important;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
}

@media (max-width: 667px) {
  .minimal-bootstrap-carousel [class*=carousel-control] {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .minimal-bootstrap-carousel [class*=carousel-control] {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
  }
}
.minimal-bootstrap-carousel .carousel-control-prev {
  left: 1%;
}

.minimal-bootstrap-carousel .carousel-control-next {
  right: 1%;
}

.minimal-bootstrap-carousel [class*=carousel-control]:hover {
  opacity: 1;
}

/* fixing slider height */
.minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 1000px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #222;
}

.slider-content-style .content {
  text-align: center;
  position: relative;
  z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
  margin: 0;
}

.slider-content-style .content h3 {
  color: #fff;
  font-size: 100px;
  line-height: 1em;
  font-weight: 600;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.slider-content-style .content p {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  margin-top: 20px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.btn-multi {
  max-width: 200px;
  display: inline-block;
  border: 1px solid rgb(204, 55, 35);
  padding: 2px;
}
.btn-multi .field {
  width: calc(100% - 10px);
  position: relative;
  background-color: rgba(86, 84, 82, 0);
}
.btn-multi .field:first-child {
  margin-right: 10px;
}
.btn-multi .field:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
}
.btn-multi .field:first-child:after {
  right: -15px;
  border-top: 40px solid #cc3723;
  border-right: 15px solid transparent;
}
.btn-multi .field:last-child:after {
  left: -15px;
  border-bottom: 40px solid #ffffff;
  border-left: 15px solid transparent;
}
.btn-multi .field.field--button {
  flex-basis: 25%;
}
.btn-multi .field.field--button:after {
  border-bottom: 40px solid #282d60;
}
.btn-multi .leer-mas {
  border: none;
  line-height: 40px;
  outline: none;
  padding: 8px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #cc3723;
  font-size: 1rem;
  color: #ffffff;
}
.btn-multi .button {
  background-color: #282d60;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  line-height: 40px;
  font-size: 1rem;
  width: 100%;
  padding: 0 30px 0 20px;
  text-transform: uppercase;
}

.btn-multi-2 {
  max-width: 200px;
  display: inline-block;
  padding: 10px 0px;
  float: right;
}
.btn-multi-2 .field {
  width: calc(100% - 10px);
  position: relative;
  background-color: rgba(86, 84, 82, 0);
}
.btn-multi-2 .field:first-child {
  margin-right: 10px;
}
.btn-multi-2 .field:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
}
.btn-multi-2 .field:first-child:before {
  left: -15px;
  border-bottom: 40px solid #282d60;
  border-left: 15px solid transparent;
}
.btn-multi-2 .field:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
}
.btn-multi-2 .field:first-child:after {
  right: -15px;
  border-top: 40px solid #282d60;
  border-right: 15px solid transparent;
}
.btn-multi-2 .field:last-child:after {
  left: -15px;
  border-bottom: 40px solid #ffffff;
  border-left: 15px solid transparent;
}
.btn-multi-2 .field.field--button {
  flex-basis: 25%;
}
.btn-multi-2 .field.field--button:after {
  border-bottom: 40px solid #cc3723;
}
.btn-multi-2 .button-1 {
  background-color: #282d60;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  line-height: 40px;
  font-size: 1rem;
  width: 100%;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
.btn-multi-2 .button-1:hover {
  cursor: pointer;
}
.btn-multi-2 .button-2 {
  background-color: #cc3723;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  line-height: 40px;
  font-size: 1rem;
  width: 100%;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
.btn-multi-2 .button-2:hover {
  cursor: pointer;
}

.cont-slider-noticia {
  display: inline-block;
  position: relative;
  width: 100%;
}

.btn-multi-3 {
  max-width: 200px;
  display: inline-block;
  padding: 10px 0px;
  float: right;
  position: absolute;
  top: 5px;
  right: 25px;
  z-index: 3;
}
.btn-multi-3 .field {
  width: calc(100% - 10px);
  position: relative;
  background-color: rgba(86, 84, 82, 0);
}
.btn-multi-3 .field:first-child {
  margin-right: 10px;
}
.btn-multi-3 .field:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
}
.btn-multi-3 .field:first-child:before {
  left: -15px;
  border-bottom: 40px solid #282d60;
  border-left: 15px solid transparent;
}
.btn-multi-3 .field:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
}
.btn-multi-3 .field:first-child:after {
  right: -15px;
  border-top: 40px solid #282d60;
  border-right: 15px solid transparent;
}
.btn-multi-3 .field:last-child:after {
  left: -15px;
  border-bottom: 40px solid #ffffff;
  border-left: 15px solid transparent;
}
.btn-multi-3 .field.field--button {
  flex-basis: 25%;
}
.btn-multi-3 .field.field--button:after {
  border-bottom: 40px solid #cc3723;
}
.btn-multi-3 .button-1 {
  background-color: #282d60;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  line-height: 40px;
  font-size: 1rem;
  width: 100%;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
.btn-multi-3 .button-1:hover {
  cursor: pointer;
}
.btn-multi-3 .button-2 {
  background-color: #cc3723;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  line-height: 40px;
  font-size: 1rem;
  width: 100%;
  padding: 0 20px 0 20px;
  text-transform: uppercase;
}
.btn-multi-3 .button-2:hover {
  cursor: pointer;
}

.form-generico {
  text-align: left;
  color: #000000;
  text-decoration: none;
  text-shadow: inherit;
}

.form-generico button {
  padding: 10px 25px;
  margin: 0 auto;
  float: none;
  background-color: #cc3723;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.form-generico button:hover {
  background-color: #282d60;
}

.form-generico button:disabled {
  background-color: #ccc;
  color: #5c5c5c;
  cursor: default !important;
}

.titulo-galeria {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
.titulo-galeria h2 {
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  padding: 15px 15px;
  color: rgb(40, 45, 96);
}
.titulo-galeria h2 span {
  color: rgb(204, 55, 35);
}

.stadium-map-component {
  background-color: white;
}
.stadium-map-component .section-labels-title {
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  border-radius: 9999px;
}
.stadium-map-component .section-labels li {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.stadium-map-component .section-labels li:last-child {
  border-bottom: 1px solid #dddddd;
}
.stadium-map-component .section-labels li:hover .name, .stadium-map-component .section-labels li.active .name, .stadium-map-component .section-labels li.hover .name {
  color: black;
}
.stadium-map-component .section-labels li:hover::after, .stadium-map-component .section-labels li.active::after, .stadium-map-component .section-labels li.hover::after {
  opacity: 1;
}
.stadium-map-component .section-labels li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: -0.7rem;
  opacity: 0;
}
.stadium-map-component .section-labels .name {
  font-size: 1.3rem;
  line-height: 1;
}
.stadium-map-component .section-labels .color-label {
  width: 30px;
  height: 30px;
  padding: 2px;
  border: 1px solid #000000;
  background-color: gray;
  /* height: 22px; */
  border-radius: 0px;
  position: relative;
}
.stadium-map-component .section-labels .color-label:before {
  content: "";
  position: absolute;
  border: 2px solid #ffffff;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.stadium-map-component .section-labels .name {
  margin-left: 0.5rem;
  float: right;
  width: 86%;
  text-align: right;
}
.stadium-map-component svg {
  max-width: 718px;
  margin: auto;
}

.sec-info-taquilla {
  display: flex;
  flex-wrap: wrap;
}
.sec-info-taquilla .info {
  max-width: 470px;
  display: flex;
  width: 40%;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-items: flex-end;
  padding-right: 50px;
  padding-left: 75px;
}
.sec-info-taquilla .info .op {
  display: flex;
  align-items: center;
  margin-top: 10px;
  text-align: right;
  color: #787774;
}
.sec-info-taquilla .info .op img {
  margin-left: 5px;
}
.sec-info-taquilla .diagonal {
  position: absolute;
  height: 100%;
  width: 50px;
  background-color: rgb(222, 222, 222);
  top: 0px;
  left: -13px;
  z-index: 2;
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
}
@media (max-width: 730px) {
  .sec-info-taquilla iframe {
    width: 100%;
  }
  .sec-info-taquilla .info {
    width: 100%;
    padding: 15px 30px;
    align-items: center;
  }
  .sec-info-taquilla .info .op {
    flex-direction: row-reverse;
    text-align: center;
  }
  .sec-info-taquilla .info .op img {
    margin-right: 5px;
  }
}

footer {
  width: 100%;
  display: inline-block;
}

.sec-patrocinador {
  margin-bottom: 40px;
}
.sec-patrocinador:last-child {
  margin-bottom: 0px;
}

.p-nv1 {
  max-height: 185px;
  max-width: 200px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.p-nv2 {
  max-height: 92px;
  max-width: 118px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.p-nv3 {
  max-height: 92px;
  max-width: 118px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.titulo-h1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.titulo-h1:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: rgb(204, 55, 35);
}
.titulo-h1 h2 {
  background-color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  padding: 15px 15px;
  color: rgb(40, 45, 96);
}
.titulo-h1 h2 span {
  color: rgb(204, 55, 35);
}

.social-links {
  display: flex;
  position: relative;
  width: 100%;
  list-style: none;
  justify-content: space-around;
  padding: 0px;
  margin: 0px;
}
.social-links img {
  filter: invert(100%) sepia(0%) saturate(7442%) hue-rotate(346deg) brightness(120%) contrast(117%);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.social-links img:hover {
  filter: invert(21%) sepia(78%) saturate(1909%) hue-rotate(346deg) brightness(114%) contrast(93%);
  opacity: 1;
}

.tit-footer {
  color: #ffffff;
  font-weight: 800;
}
@media (max-width: 600px) {
  .tit-footer {
    text-align: center;
  }
}

.desc-footer {
  color: #787878;
  text-align: justify;
}
@media (max-width: 600px) {
  .desc-footer {
    text-align: center;
  }
}

.nav-link {
  font-size: 14px;
  color: rgb(186, 186, 186);
}
.nav-link:hover {
  color: rgb(204, 55, 35);
  transition: all 0.3s ease-in-out;
}

.copyright {
  color: #ffffff;
  text-align: right;
  float: right;
  text-align: center;
  width: 100%;
}
.copyright span {
  color: #787878;
}

.sep-footer {
  background-color: rgba(255, 255, 255, 0.1);
}

.navigation .pagination {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 25px;
  justify-content: center !important;
}
.navigation .pagination a {
  color: #cc3723 !important;
  font-weight: bold;
}
.navigation .pagination a:hover {
  color: #cc3723 !important;
}

.schools-map-component .logo {
  text-align: center;
}
.schools-map-component .logo img {
  max-height: 200px;
}
.schools-map-component #map {
  margin: 50px 0px;
  max-width: 100%;
  height: 500px;
}
.schools-map-component #map * {
  overflow: visible;
}
.schools-map-component .gm-ui-hover-effect {
  height: 30px !important;
}
.schools-map-component .contenidoMap {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 20px;
  background-color: white;
  color: #282d60;
  align-items: center;
  justify-items: center;
  padding-right: 10px;
  padding-bottom: 20px;
}
.schools-map-component .contenidoMap h3 {
  padding: 0px 10px;
}
.schools-map-component .contenidoMap img {
  max-width: 85px;
}
.schools-map-component .contenidoMap p {
  margin: 0px;
  padding: 5px 10px;
}
.schools-map-component .contenidoMap a {
  color: #282d60;
  font-weight: bold;
}

.schools-map-component-accord details {
  margin-bottom: 10px;
}
.schools-map-component-accord details summary {
  display: block;
  background-color: #a1a1a1;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 25px;
  text-transform: uppercase;
}
.schools-map-component-accord details summary:after {
  content: "+"; /* Unicode character for "plus" sign (+) */
  font-size: 40px;
  color: #fff;
  float: right;
  margin-left: 5px;
  line-height: 20px;
}
.schools-map-component-accord details summary.azul {
  background-color: #282d60;
}
.schools-map-component-accord details summary.rojo {
  background-color: #cc3723;
}
.schools-map-component-accord details[open] &gt; summary:after {
  content: "−"; /* Unicode character for "minus" sign (-) */
}
.schools-map-component-accord details .school {
  padding: 10px 0px;
}
.schools-map-component-accord details .text {
  padding: 10px;
  background-color: white;
}
.schools-map-component-accord details .text h4 {
  color: #282d60;
}
.schools-map-component-accord details .text .btn-ubicacion {
  display: inline-block;
  color: #cc3723;
  text-transform: uppercase;
  padding: 10px 0px;
}

.guiagatronomica h3 {
  text-align: center;
  color: rgb(40, 45, 96);
}
.guiagatronomica h4 {
  text-align: center;
  color: rgb(204, 55, 35);
}
.guiagatronomica .listado {
  list-style: none;
  margin: 0px 0px;
  padding: 50px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 600px) {
  .guiagatronomica .listado {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .guiagatronomica .listado {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 20px;
  }
}
.guiagatronomica .listado &gt; li {
  padding: 0px;
}
.guiagatronomica .listado &gt; li h5 {
  padding-top: 20px;
  text-align: center;
  color: rgb(40, 45, 96);
  text-transform: uppercase;
  font-size: 25px;
}
.guiagatronomica .listado &gt; li h6 {
  text-align: center;
  font-size: 14px;
}
.guiagatronomica .listado &gt; li img {
  max-width: 100%;
}
.guiagatronomica .listado &gt; li .sucursales {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.guiagatronomica .listado &gt; li .sucursales li {
  padding: 10px 0px 10px;
  text-align: center;
  font-size: 15px;
}
.guiagatronomica .listado &gt; li .sucursales li .header {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.guiagatronomica .listado &gt; li .sucursales li .info {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
</pre></body></html>