/***********************************\
* *
* Buttons
* *
\************************************/
.btn {
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    border: 2px solid transparent;
    border-radius: 2px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:hover, .btn:focus {
    color: white;
}
.block-txt p{
	font-size: 21px;
	font-weight: 400;
}
.block-txt p:before{
	content: url("../img/cita.png");
	float: left;
	margin: -25px 10px 0 -25px;
}
.imagen-top{
	max-width: 200px;
}
.metodo{
	background-color: #093F66;
	display: block;
	color: #FFFFFF;
	padding: 10px 15px;
	margin-top: 15px;
}
/***********************************\
* *
* Popup
* *
\************************************/
.popup {
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
	overflow: scroll;
}
#cruz-azul:target, #popup-article1:target, #pachuca:target, #puebla:target, #santos:target, #monterrey:target, #tigres:target, #toluca:target, #atlas:target, #america:target, #pumas:target, #leon:target, #guadalajara:target, #juarez:target, #tijuana:target, #mazatlan:target, #san-luis:target, #necaxa:target, #queretaro:target, #popup-article19:target, #popup-article20:target {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup:before {
    content: "";
    box-sizing: border-box;
    width: 100%;
    background-color: rgba(255, 255, 255, .8)!important;
    position: fixed;
    left: 0;
    top: 50%;
    will-change: height, top;
    -webkit-animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
    animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
}
.popup:after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #0068a2;
    will-change: width, opacity;
    -webkit-animation: line-animation 1.2s cubic-bezier(0.83, 0.04, 0, 1.16) both;
    animation: line-animation 1.2s cubic-bezier(0.83, 0.04, 0, 1.16) both;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}
.block-img img{
	width: 100%;
	max-width: 92px;
}
@-webkit-keyframes line-animation {
    0% {
        width: 0;
        opacity: 1;
    }
    99% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
@keyframes line-animation {
    0% {
        width: 0;
        opacity: 1;
    }
    90% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
@-webkit-keyframes open-animation {
    /*from {background-color: #0068a2;}
  to {background-color: #fff;}*/
    0% {
        height: 0;
        top: 50%;
        background-color: #0068a2;
    }
    90% {
        background-color: #0068a2;
    }
    100% {
        height: 100vh;
        top: 0;
        background-color: #fff;
    }
}
@keyframes open-animation {
    /*from {background-color: #0068a2;}
  to {background-color: #fff;}*/
    0% {
        height: 0;
        top: 50%;
        background-color: #0068a2;
    }
    99% {
        background-color: #0068a2;
    }
    100% {
        height: 100vh;
        top: 0;
        background-color: #fff;
    }
}
.popup__block {
    display: flex;
    flex-direction: column;
    padding: 4% 10%;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    overflow: auto;
    -webkit-animation: fade 1.2s ease-out 1.4s both;
    animation: fade 1.2s ease-out 1.4s both;
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.small-txt {
    justify-content: center;
}
.mid-txt {
    justify-content: center;
}
.big-txt {
    justify-content: flex-start;
}
.block-parrafo {
    display: flex;
    justify-content: center;
    border: 3px solid #0068a2;
    padding-top: 17px;
    border-radius: 5px;
    background-color: #fff;
	max-width: 700px;
}
.block-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 15px 15px 15px;
}
.block-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 88%;
    height: 100%;
    padding: 0 15px 15px 15px;
}
.block-txt100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 4rem;
}
.popup__title {
    font-size: 2.5rem;
    margin: 0 0 1em;
    font-family: 'Work Sans';
    color: #0068a2;
    font-weight: bold;
}
.popup__close {
    width: 3.2rem;
    height: 3.2rem;
    text-indent: -9999px;
    position: fixed;
    top: 55px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}
/*
* demo page
*/
@media screen and (min-width: 768px) {
    html {
        font-size: 62.5%;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 50%;
    }
}
body {
    font-size: 1.6rem;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
p {
    margin: 0;
    line-height: 1.5;
}
p:not(:last-child) {
    margin-bottom: 1.5rem;
}
img {
    display: block;
    max-width: 100%;
}
a {
    text-decoration: none;
}
.open-popup {
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border: 1px solid;
}
.page {
    min-height: 100vh;
    display: flex;
}
.page__container {
    max-width: 1200px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
}
/***********************************\
* *
* A Partir de aquí, codigo extra
* *
\************************************/

/* :: Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.section-heading h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}
.section-heading p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
/* :: Header Area CSS */
.navi {
    width: 100%;
    height: 50px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    z-index: 100;
}
.navi-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}
.navi-pleca {
    border: 1px solid #0068A2;
    width: 100%;
    margin: 25px 0;
}
.navi-logo {
    display: block;
    float: right;
    margin-top: -45px;
    margin-right: -4px;
}
.logo {
    width: 55px;
    height: 36px;
	float: right;
}
.fa-white {
    color: white;
}
@media only screen and (max-width: 991px) {
    .fa-white {
        color: #232323;
    }
    .line {
        display: none;
    }
    .top-social-info a {
        display: inline-block;
        font-size: 18px;
        color: white;
        margin: 12px 10px;
    }
    .top-social-info {
        background-color: #232323;
        margin: 0px !important;
    }
    .minus-hide {
        display: none;
    }
    .plus-hide {
        color: #0068A2;
        font-weight: bold;
    }
    .megamenu {
        display: block !important;
    }
    .logo-seccion {
        max-width: 140px;
    }
}
@media only screen and (min-width: 992px) {
    .plus-hide {
        display: none;
    }
}

.creditos {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto 30px auto;
    background: #fff;
}
.creditos p {
    font-size: 0.8em;
    font-weight: 400;
    color: #0068a2;
    line-height: 5;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
    float: left;
    width: 48%;
}
.fecha-publicacion {
    max-width: 100px;
    padding: 3px 10px;
    background-color: rgba(0, 0, 0, 0.70);
    border-radius: 8px;
    color: #cfcfcf;
}

.desk {
    float: right;
    list-style: none;
}
.desk li {
    float: left;
    /*padding: 0 8px;*/
}
.desk li a {
    color: #333;
    padding: 8px 16px
}
.desk li a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .2)
}
@media(max-width: 650px) {
    .desk {
        display: none;
    }
}
.metod {
    background-color: #101010;
    color: #fff;
    border-top: 4px solid #666;
    border-right: 4px solid #666;
    border-left: 4px solid #666;
}
.metod:hover {
    background-color: #444;
    color: #fff;
    border-top: 4px solid #101010;
    border-right: 4px solid #101010;
    border-left: 4px solid #101010;
}
.separador {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-color: #999;
}
.encuesta {
    margin-bottom: 20px;
}
.img-chart1 {
    width: 50px;
    display: block;
    margin-top: -40px;
}
.highcharts-tooltip span {
    z-index: 9999 !important;
    top: 2px !important;
    left: 2px !important;
}
.highcharts-tooltip span .tooltip-body {
    background-color: white;
    padding: 6px;
    z-index: 9999 !important;
    margin-bottom: -14px;
    margin-right: -14px;
}
@media (min-width: 630px) {
    .img-chart1 {
        margin-left: auto;
    }
}
@media (max-width: 629px) {
    .img-chart1 {
        margin-right: 30px;
        margin-left: auto;
    }
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt90 {
    margin-top: 90px;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
@media(max-width: 767px) {
    .footer-cont-mob {
        max-width: 540px;
        padding: 0 30px;
    }
}
/* ---------------- New ---------------- */
.unique {
    margin-bottom: 31px;
}
.frase {
	color: #0068a2;
    font-size: 16px;
    font-family: 'Work Sans';
    width: 100%;
    text-align: left;
}
.sub-txt {
    width: 100%;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin: -45px 0 10px 0;
    padding: 10px 15px 10px 10px;
}
.head-txt {
    width: 100%;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
	text-align: center;
    margin: 45px 0 10px 0;
    padding: 10px 4px 10px 4px;
}
.head-sp {
    color: #333;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 0.9;
}
.sumario {
    width: 100%;
	max-width: 500px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin: 10px auto;
}
.image-bck {
    display: block;
    float: right;
    width: 45%;
    margin-top: -420px;
}

.britmage, .britmage-mob {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: -30%;
}
.years-button {
    border: 1px solid #005383;
    background-color: #0068a2;
    position: relative;
    display: inline-block;
    margin: 1px 0 1px 1px;
	width: 100%;
    max-width: 50px;
    text-align: center;
    color: #fff!important;
    border-radius: 5px;
}
a.years-button:hover, a.years-button:focus {
    background: #439ed1;
    text-decoration: none;
}
a.years-button:hover .years, a.years-button:focus .years {
    color: #2b749e;
}
.years {
    color: #ffffff;
    padding: 4px 7px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
}
.img-modal-R {
    display: inline-block;
    float: right;
    width: 230px;
    margin-left: 35px;
}
.img-modal-RB {
    display: inline-block;
    float: right;
    width: 25%;
    margin-left: 35px;
}
.img-modal-L {
    display: inline-block;
    float: left;
    width: 230px;
    margin-right: 35px;
}
.up-desk {
    margin-top: -50px;
}
.right-desk {
    margin-left: 265px;
}

@media (min-width:1200px) {
    
    .image-bck {
    display: block;
    float: right;
    width: 30%;
    margin-top: -420px;
}
}
@media (max-width:1199px) {
    .head-txt {
        margin: 25px 0 10px 0;
    }
    .creditos {
        width: 970px;
    }
	.image-bck {
        width: 38%;
        margin-top: -430px;
    }
}
@media (min-width:992px) {
    .sd-55 {
        width: 55%;
    }
    .britmage-mob {
        display: none;
    }
}
@media (max-width:991px) {
    .image-bck {
        width: 45%;
        margin-top: -460px;
    }
    .britmage-mob {
        display: none;
    }

    .head-txt {
        padding: 10px 15px 10px 0;
        text-align: center;
    }
    .sumario, .cont {
    }
    .mid-txt {
        justify-content: flex-start;
    }
    .block-parrafo {
        flex-direction: column;
    }
    .block-img {
        overflow: inherit;
    }
    .sec {
        margin-top: 35px;
    }
    .block-txt {
        width: 100%;
    }
    .creditos {
        max-width: 100%;
    }
}
@media (max-width:767px) {
    .small-txt {
        justify-content: flex-start;
    }
    .block-img {
        width: 95%;
    }
    .image-bck {
        width: 40%;
        margin-top: -360px;
    }

}
@media (max-width:649px) {
	
    .head-txt {
        font-size: 30px;
        margin: 25px 0 10px 0;
        padding: 0;
    }
    .sumario {
    }
    .britmage {
        display: none;
    }
    .image-bck {
        float: none;
        width: 70%;
        margin: -20px auto 0;
    }

    .popup__block {
        padding: 12% 10% 5%;
    }
    .block-img {
        width: 92%;
    }
    .creditos p {
        float: none;
        display: block;
        width: 100%;
        margin: 8px 0 !important;
        line-height: 2;
    }
    .sep-cred {
        margin: 0 !important;
    }
}
@media (max-width:499px) {
    .head-txt {
        font-size: 26px;
    }
    .head-sp {
        font-size: 130%;
    }
    .sumario {
    }
    .popup__close {
        right: 15px;
    }
    .image-bck {
        width: 55%;
        margin: -15px auto 0;
    }
    .popup__block {
        padding: 17% 5% 5%;
    }
    .block-img {
        width: 100%;
    }
    .block-txt, .block-txt100 {
        width: 99%;
        padding: 0 10px 10px 10px;
    }
    a.years-button:after, a.years-button:before {
        top: 15px;
        width: 30%;
    }
}
@media (max-width:379px) {
    .head-txt {
        font-size: 20px;
    }
    .head-sp {
        font-size: 100%;
    }
    .sumario {
    }
    .popup__close {
        right: 10px;
    }
    .image-bck {
        width: 60%;
        margin: -10px auto 0;
    }
    .popup__block {
        padding: 19% 5% 5%;
    }
    a.years-button:after, a.years-button:before {
        width: 27%;
    }
	
}

@media (max-width:610px) {
	
#list li figure {
  margin-left: -2.5em !important;
}

#list li figure > div {
  border-radius: 5px;
  position: relative;
  margin: 2rem auto;
  width: 180px!important;
  height: 180px!important;
  overflow: hidden;
  transform: rotate(45deg) translateZ(0px);
}
#list li figure > div > div {
  background: url("../img/teams.jpg") no-repeat;
  background-size: cover;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px!important;
  height: 180px!important;
  transform: rotate(-45deg) translate(0%, -70%)!important;
}
#list li figure figcaption h2 {
  color: #333;
  font-size: 3.2rem!important;
  width: 150%!important;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
  margin-left: -1.9em !important;	
}
#list li figure figcaption p {
  color: #666;	
  width: 150%!important;
  font-size: 1.9rem!important;
  font-weight: 400;
  line-height: 1.3;	
  margin-left: -2.9em !important;
}
    
	
}

@media (max-width:450px) {
	
#list li figure {
  margin-left: -2.5em !important;
}

#list li figure > div {
  border-radius: 5px;
  position: relative;
  margin: 2rem auto;
  width: 120px!important;
  height: 120px!important;
  overflow: hidden;
  transform: rotate(45deg) translateZ(0px);
}
#list li figure > div > div {
  background: url("../img/teams.jpg") no-repeat;
  background-size: cover;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px!important;
  height: 120px!important;
  transform: rotate(-45deg) translate(0%, -70%)!important;	
}
#list li figure figcaption h2 {
  color: #333;
  font-size: 3.1rem!important;
  width: 150%!important;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
  margin-left: -1em !important;	
}
#list li figure figcaption p {
  color: #666;	
  width: 200%!important;
  font-size: 2.1rem!important;
  font-weight: 400;
  line-height: 1.3;	
  margin-left: -2.9em !important;
  margin-top: 10px;}
    
}
#cifras {
	height: 400px;
}
.top-contenido {
    position: relative;
    padding: 0 10px 0;
    margin-bottom: 3px;
    overflow: auto;
}
.top-contenido img{
	margin: auto;
}
/* tablas */

.tabla-eventos tbody tr td{
          padding: 2px 10px;
          font-size: 122%;
          font-weight: 600;
          color: #333;
          border-bottom: 1px solid #d9effa;
        }

.tabla-eventos tbody tr:hover{
          background-color: #8dcdf2;
      }
.texto-blanco{
        color: #FFFFFF!important;
        font-weight: 500!important;
        font-size: 12px!important;
      }

.player-flag {
    max-width: 30px!important;
    border-radius: 2px;
}

.left {
    text-align: left!important;
}
.rank1 {
    font-size: 250%!important;
    font-weight: 800!important;
    color: #0068a2!important;
}

.rank2 {
    font-size: 200%!important;
    font-weight: 700!important;
    color: #025c84!important;
}

.rank3 {
    font-size: 180%!important;
    font-weight: 600!important;
    color: #015275!important;
}

.rank4 {
    font-size: 160%!important;
    font-weight: 600!important;
    color: #003349!important;
}

.rank5 {
    font-size: 140%!important;
    font-weight: 600!important;
    color: #00283a!important;
}

.rank {
    font-size: 90%!important;
    font-weight: 600!important;
    color: #000f16!important;
}

.neto {
    margin: 0;
    line-height: 1.5;
    border: 2px solid #005383;
    background-color: #0068a2;
    padding: 15px;
    color: #fff;
    border-radius: 5px;
}

.row {
    margin-right: 1px!important;
    margin-left: 1px!important;
}
