@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  font-size: 15px; }

/*
@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}
*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #111111;
  padding-top: 76px; }

h2 {
  font-family: 'Open Sans', sans-serif; }

.bienvenidos {
  background: url("../images/fondo-leon.svg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.encabezado {
  background: #1a1a1a;
  border-bottom: 2px solid #ec3023;
  padding: .5rem 0; }

/*

.encabezado .fondo-menu {
    background: #064e4e;
    padding: 1rem 0;
}
*/
/*.encabezado .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}*/
.encabezado .logo img {
  width: 50px;
  height: auto; }

.encabezado .titulo {
  color: #ed1c24;
  margin-bottom: .5rem;
  margin-left: auto; }

.encabezado .titulo span {
  color: #0071bc; }

.boton-menu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #fff;
  cursor: pointer; }

.boton-menu:focus {
  outline: 0; }

/*.boton-buscar {
    margin-left: auto;
    margin-right: .8rem;
}

// Estilos bloque buscar
#bloque-buscar {
    flex: 1 1 100%;
}

.contenedor-bloque-buscar {
    display: flex;
    height: 3rem;
    margin: 1rem 0;
}

.contenedor-bloque-buscar input[type="text"] {
    border: 0;
    border-radius: 5px 0 0 5px;
    padding: 1rem;
    flex: 1 1 auto;
}

.contenedor-bloque-buscar input[type="submit"] {
    border: 0;
    border-radius: 0 5px 5px 0;
    background: $color-penia;
    color: $color_texto_menu;
    padding: 0 1rem;
    flex: 0 1 auto;
    cursor: pointer;
}*/
#menu-principal {
  padding-bottom: .5rem; }

#menu-principal ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0; }

#menu-principal ul a {
  background: #1a1a1a;
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border-top: 1px solid #ec3023;
  text-decoration: none; }

#menu-principal ul a:hover,
#menu-principal ul li a.activo {
  color: #ec3023; }

/*                            #menu-principal ul a:focus,
                            #menu-principal ul a:not(:disabled):not(.disabled):active:focus {
                                box-shadow: 0 0 0 0 #fff;
                            }*/
.texto-encabezado {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.texto-encabezado .titulo-0,
.texto-encabezado .titulo-1,
.texto-encabezado .titulo-2 {
  font-size: 2rem;
  margin-top: 5rem; }

.texto-encabezado .titulo-0 {
  color: #ed1c24; }

.texto-encabezado .titulo-0 span {
  color: #0071bc; }

.texto-encabezado .titulo-2 {
  color: #ec3023; }

.texto-encabezado .titulo-2 span {
  color: #fff; }

.texto-encabezado .titulo-3 {
  color: #fff;
  font-family: 'Caveat', cursive;
  font-size: 2rem;
  margin-top: 7rem; }

.btn-primary {
  color: #fff;
  background-color: #ec3023;
  border-color: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #ec3023;
  background-color: #fff;
  border-color: #ec3023;
  -webkit-box-shadow: 0px 0px 9px #da4332;
          box-shadow: 0px 0px 9px #da4332; }

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff; }

.btn-outline-primary {
  color: #ec3023;
  background-color: #fff;
  border-color: #ec3023;
  -webkit-box-shadow: 0px 0px 9px #da4332;
          box-shadow: 0px 0px 9px #da4332;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ec3023;
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff; }

.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff; }

.btn-secondary {
  color: #fff;
  background-color: #111111;
  border-color: #fff;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #111111;
  background-color: #fff;
  border-color: #111111;
  -webkit-box-shadow: 0px 0px 9px #111111;
          box-shadow: 0px 0px 9px #111111; }

.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff; }

.btn-outline-secondary {
  color: #111111;
  background-color: #fff;
  border-color: #111111;
  -webkit-box-shadow: 0px 0px 9px #111111;
          box-shadow: 0px 0px 9px #111111;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #111111;
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff; }

.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff; }

.flecha-bajar a {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  -webkit-animation: flecha-animada 2s ease-in-out infinite;
          animation: flecha-animada 2s ease-in-out infinite; }

@-webkit-keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes flecha-animada {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.caricatura-leon {
  background: #f59892; }

.caricatura-leon img {
  max-width: 50%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 2rem 0; }

.eventos,
.formulario-contacto,
.galeria-fotos {
  background: url("../images/texture.png") repeat; }

h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem; }

.eventos p {
  margin-bottom: 2rem; }

.eventos ul,
.eventos ul li {
  list-style: none; }

.eventos ul li {
  min-height: 9rem; }

.eventos ul li i {
  font-size: 2.3rem;
  background: #ec3023;
  border-radius: 50%;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 4.7rem;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.eventos ul li:hover i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background: #ec3023;
  color: #ec3023;
  background: #fff; }

.eventos ul li .contenedor-eleccion h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: .8rem; }

/*.eventos ul li .contenedor-eleccion p {
    font-size: 1.2rem;
    margin-top: .8rem;
//    color: $color_texto_menu;
}*/
.eventos img {
  max-width: auto;
  /*    margin-left: auto;
      margin-right: auto;*/ }

/*                            .jugadores {
                                // Para quitar una línea blanca que sale debajo de la imagen
                                background: #000000;
                            }*/
.partidos {
  background: url("../images/texture.png") repeat;
  /*    background: url("../images/logoM.jpg") no-repeat center center;
      background-size: cover;*/ }

/*
.partidos h2 {
    font-size: 1.6rem;
//    color: $color_texto;
//    margin-bottom: 1rem;
}
*/
.partidos article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4rem 0 4rem;
  margin: 1rem 0; }

.partidos img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  overflow: hidden;
  margin-right: 1rem;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.partidos article:hover img {
  cursor: pointer;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.partidos h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.partidos h3 a {
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }

.partidos h3 a::after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 2rem;
  margin-left: 1rem;
  opacity: .5;
  position: relative;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.partidos h3 a:hover::after {
  left: .5rem;
  opacity: 1;
  color: #ec3023; }

.piedepagina {
  background: #ec3023;
  color: #ffffff; }

.piedepagina .pie {
  font-size: .7rem; }

.piedepagina a {
  font-size: 2rem;
  color: #fff;
  opacity: .7;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.piedepagina a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #3b5998;
  display: inline-block;
  border-radius: 100%; }

.piedepagina a:hover {
  opacity: 1; }

.ir-arriba {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #0071bc;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: .5; }

.ir-arriba:hover,
.ir-arriba:focus {
  outline: 0;
  color: #fff;
  text-decoration: none; }

.galeria-fotos .card img:hover {
  opacity: .3; }

.galeria-fotos .modal-dialog {
  /*	width: 100%;
  	height: 100%;*/
  max-width: 70%; }

.galeria-fotos .card {
  font-family: 'Caveat', cursive; }

#loaders {
  text-align: center; }

#loaders img {
  width: 100px;
  margin: 0 auto;
  /* display: none; */ }

#spinner {
  display: none; }

@media (min-width: 576px) {
  .texto-encabezado .titulo-0,
  .texto-encabezado .titulo-1,
  .texto-encabezado .titulo-2,
  .texto-encabezado .titulo-3 {
    font-size: 3rem; }

  .card-columns {
    -webkit-column-count: 1;
            column-count: 1; } }
@media (min-width: 768px) {
  body {
    padding-top: 133px; }

  .encabezado .logo img {
    width: 100px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }

  .encabezado .logo.animado img {
    width: 60px !important; }

  /*                            #bloque-buscar {
                                  flex: 0 1 60%;
                                  margin-left: auto;
                              }*/
  #menu-principal {
    height: auto !important;
    display: block;
    margin-left: auto; }

  #menu-principal ul {
    margin: 0 0 0 0; }

  #menu-principal ul li a {
    background: transparent;
    padding: .8rem;
    text-transform: capitalize;
    margin: 0 .3rem;
    border-top: 0px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }

  #menu-principal ul a:hover,
  #menu-principal ul li a.activo,
  #menu-principal ul li a.activo:hover {
    color: #ec3023;
    border-bottom: 4px solid; }

  /*    .boton-buscar {
          margin-left: 1rem;
          margin-right: 0;
          order: 2;
      }
      
      #bloque-buscar {
          order: 3;
          position: absolute;
          width: 25rem;
          right: 3rem;
          top: 4.4rem;
          transition: all 0.5s ease;
      }*/
  .texto-encabezado .titulo-0,
  .texto-encabezado .titulo-1,
  .texto-encabezado .titulo-2,
  .texto-encabezado .titulo-3 {
    font-size: 4rem; }

  .partidos article {
    /*        align-items: center;
            margin: 1rem 0;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .partidos img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-right: 0;
    margin-bottom: 1rem; }

  .partidos h3 a::after {
    display: none; }

  .partidos h3 {
    margin: 0 0 .5rem 0;
    font-size: 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }

  .partidos h3 a {
    display: block;
    width: 100%; }

  .partidos p {
    width: 100%; }

  .partidos .btn-primary {
    margin-top: auto; }

  .card-columns {
    -webkit-column-count: 2;
            column-count: 2; } }
@media (min-width: 992px) {
  html {
    font-size: 16px; }

  .texto-encabezado .titulo-0,
  .texto-encabezado .titulo-1,
  .texto-encabezado .titulo-2,
  .texto-encabezado .titulo-3 {
    font-size: 5rem; }

  .eventos ul li article {
    min-height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .eventos ul li article i {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 1rem; }

  .contenedor-eleccion {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px; }

  .eventos ul li .contenedor-eleccion h4 {
    font-size: 1rem;
    margin-top: 0; }

  .eventos ul:first-child i {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 1rem;
    margin-right: 0; }

  .eventos ul li .contenedor-eleccion p {
    font-size: .9rem; }

  /*    .card-columns {
          column-count: 2;
      }*/ }
@media (min-width: 1080px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3; } }
.modal .modal-body a {
  color: transparent;
  opacity: .1; }

/*# sourceMappingURL=estilos.css.map */