@media (max-width: 1325px) and (min-width: 769px) {
  /* PARCHE para detalle de jugador cuando tienen foto busto */
  .sidebar-left {
    display: none;
  }
  .sidebar-left + .sidebar-right + .main-content {
    width: calc(100% - 320px);
  }
  .sidebar-left .photo-busto {
    display: none;
  }
  .sidebar-right .photo-busto {
    display: block;
  }
  .sidebar-right .photo-busto + .banner {
    margin-top: 20px !important;
  }
  .player-info .player-image {
    width: 80px;
  }
  .player-info .logo-shield {
    display: none;
  }
  .player-info .info {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
  .player-info .player-data {
    width: calc(100% - 85px);
    float: right;
    margin-top: -80px;
  }
  .player-info .points {
    font-size: 35px;
  }
  .player-info .actions {
    font-size: 9px;
  }
  /* ! PARCHE */
}
@media (max-width: 1025px) {
  .images-footer-instam ul {
    height: 96%;
  }
  .media-responsive .shield img {
    width: 70%;
  }
  .media-responsive .li-player {
    width: 15%;
  }
  .bg-field.media-responsive .lineup .shield img {
    width: 40px;
  }
  /*menu*/
  ul.links .hm,
  .bar-top .social-list {
    display: none;
  }
  .menu,
  li .logo {
    display: block;
  }
  .bar-top {
    text-align: center;
  }
  .bar-top .links {
    padding: 10px;
    width: auto;
  }
  .menu-wrapper {
    font-size: 18px;
    line-height: 1.2;
    padding: 2px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-wrapper .iconSearch {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .menu-wrapper ul.menu li {
    display: block;
    color: #efefef;
    height: auto;
  }
  .menu-wrapper ul.menu li.menu-principal {
    display: block;
    color: #0A299B;
    font-size: 15px;
  }
  .menu-wrapper .logo {
    width: 120px;
  }
  .menu-wrapper .sponsor {
    width: 70px;
  }
  .menu-wrapper .contentMenu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 80px);
    text-align: center;
  }
  .menu-wrapper .search-wrapper {
    width: 40px;
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    top: auto;
    right: auto;
  }
  .menu {
    display: none;
    position: absolute;
    background-color: #00214a;
    width: 90%;
    left: 0;
  }
  .menu > li.act .submenu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .submenu {
    width: 100%;
    position: relative;
  }
  .menu-toggle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40px;
    height: 30px;
    display: inline-block;
    text-align: center;
  }
  .menu-toggle span {
    position: relative;
    top: 0;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .menu-toggle span:before {
    margin: -7px 0 0;
  }
  .menu-toggle span:after {
    margin: 7px 0 0;
  }
  .menu-toggle span:before,
  .menu-toggle span:after {
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition-property: margin,-webkit-transform;
    transition-property: margin,-webkit-transform;
    transition-property: margin,transform;
    transition-property: margin,transform,-webkit-transform;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .menu-toggle span,
  .menu-toggle span:after,
  .menu-toggle span:before {
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .burguer-input:checked + label span {
    background: transparent;
  }
  .burguer-input:checked + label span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .burguer-input:checked + label span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .burguer-input:checked ~ .menu {
    top: 99%;
    display: block;
  }
  .header-teams {
    max-height: none;
    white-space: normal;
  }
  .header-teams li {
    width: calc(100% / 8);
  }
  .t2 {
    font-size: 30px;
  }
  .t3 {
    font-size: 24px;
  }
  .t4 {
    font-size: 19px;
  }
}
@media (max-width: 1025px) and (min-width: 769px) {
  .head-slider .new-item .ni-date {
    font-size: 35px;
  }
  .head-slider .new-item .ni-title {
    font-size: 35px;
  }
  .news-club {
    width: 100%;
  }
  .home-news {
    width: 50%;
  }
  .last-videos .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .last-videos .content .fw {
    width: 100%;
  }
  .last-videos .main-content,
  .last-videos .sidebar-right,
  .last-videos .sidebar-left {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 20px;
  }
  .last-videos .sidebar-right + .main-content {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    padding-right: 0;
  }
  .last-videos .main-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-videos .sidebar-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .last-videos .last-video {
    width: 33%;
    display: inline-block;
    margin-top: 5px!important;
  }
  .card-notice .row.row-min .media-responsive.media-1_1 {
    padding-bottom: 56%;
  }
  .card-notice .row.row-min .media-responsive.media-1_1 img {
    left: 0;
  }
}
@media (max-width: 992px) {
  .match-streak .visitor {
    border: none;
  }
}
@media (max-width: 767px) {
  .gallery .gamma-nav span {
    top: unset;
    bottom: 50px;
  }
  .head-slider .new-item .ni-date {
    font-size: 42px;
  }
  .head-slider .new-item .ni-title {
    font-size: 60px;
  }
  .head-slider .head-slides {
    height: 560px;
  }
  .transfers .w-row:nth-child(2n) {
    border-left: none;
  }
  .transfers .w-row + .w-row {
    border-top: 1px solid #c3c3c3;
  }
  .transfers .name {
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  .images-footer-instam {
    height: 130px;
  }
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .fw {
    width: 100%;
  }
  .main-content,
  .sidebar-right,
  .sidebar-left,
  .main-videoDirect {
    width: 100%;
    float: none;
    padding: 0;
    margin: 10px 0;
  }
  .sidebar-right + .main-content,
  .sidebar-left + .sidebar-right + .main-content {
    float: none;
    width: 100%;
    margin: 10px 0;
    padding-right: 0;
  }
  .main-content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 15px;
  }
  .sidebar-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidebar-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .search-box {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 13px;
  }
  .last-videos .sidebar-right {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .last-videos .sidebar-right .last-video {
    width: 40%;
    display: inline-block;
    margin-top: 0!important;
    white-space: normal;
  }
  .scrolltable {
    margin: 5px 0;
  }
  .insta-updates .icon {
    width: 35px;
  }
  .header-teams {
    white-space: normal;
  }
  .header-teams ul {
    width: 100%;
    padding: 0 5px;
  }
  .header-teams .name {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-teams li {
    padding: 0 5px;
    width: calc(100% / 5);
  }
  .round-select {
    margin-top: 10px;
  }
  .round-select span {
    display: none;
  }
  .slider-wrapper .slides figure {
    width: 700px;
  }
  .news-slider .new-item .ni-title {
    font-size: 25px;
  }
  .box-name {
    line-height: 20px;
    width: 98px;
    font-size: 16px;
    left: calc(50% - 49px);
  }
  .match-header .team {
    width: calc(50% - 50px);
    font-size: 20px;
  }
  .match-header .marker {
    width: 100px;
    font-size: 27px;
  }
  .table-historical {
    margin-top: 20px;
  }
  .table-historical .title:nth-child(2),
  .table-historical:after {
    display: none;
  }
  .results-table td {
    min-width: 60px;
  }
  .autopromo .btn {
    font-size: 16px;
  }
  .player-info .player-image {
    width: 80px;
  }
  .player-info .logo-shield {
    display: none;
  }
  .player-info .info {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
  .player-info .player-data {
    width: calc(100% - 85px);
    float: right;
    margin-top: -80px;
  }
  .events-legend {
    position: relative;
  }
  .events-legend li {
    width: 49%;
    display: inline-block;
  }
  .partner {
    width: 100%;
  }
  .partner .featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-lnfs .logoFooter-lnfs {
    width: 100%;
    text-align: center;
  }
  .footer-lnfs .logoFooter-lnfs img {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-lnfs .politics {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .footer-lnfs .socialFooter {
    width: 100%;
    text-align: center;
  }
  .footer-lnfs .socialFooter .social-list {
    margin-top: 5px;
  }
  .footer-lnfs .socialFooter .social-list li:first-child:nth-last-child(5),
  .footer-lnfs .socialFooter .social-list li:first-child:nth-last-child(5) ~ li {
    width: 12%;
  }
}
@media (min-width: 425px) and (max-width: 769px) {
  .twitter-widget iframe {
    width: 640px!important;
  }
  .card-notice .row.row-min .media-responsive.media-1_1 {
    padding-bottom: 56%;
  }
  .card-notice .row.row-min .media-responsive.media-1_1 img {
    left: 0;
  }
}
@media (max-width: 610px) {
  .sm-wrapper {
    position: relative;
    width: 100%;
  }
  .sm-wrapper:before,
  .sm-wrapper:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0A299B), to(rgba(10, 41, 155, 0)));
    background: linear-gradient(to right, #0A299B 0, rgba(10, 41, 155, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 30px;
    z-index: 2;
    pointer-events: none;
  }
  .sm-wrapper:before {
    left: -10px;
    top: 0;
  }
  .sm-wrapper:after {
    right: -10px;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .section-menu {
    white-space: nowrap;
    overflow: auto;
  }
}
@media (max-width: 425px) {
  .images-footer-instam {
    height: 35%;
  }
  .images-footer-instam li {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%;
    height: 134px;
  }
  .main-videoDirect .box-video {
    margin-bottom: 15px;
  }
  .t3 {
    font-size: 21px;
  }
  .main-videoTV .title-video {
    padding: 10px;
    font-size: 25px;
  }
  .other-news {
    margin-top: 7px;
  }
  .title-rankings {
    margin-bottom: 15px;
  }
  .btn-video {
    font-size: 10px;
  }
  .news-club .new-item .ni-info.ni-info-first {
    width: 100%;
  }
  .head-slider .head-slides {
    height: 760px;
  }
  .partner .logo {
    width: 35%;
    padding: 0 10px;
  }
  .partner .featured .logo {
    width: 48%;
  }
  .politics {
    padding-left: 20px;
  }
  .streak-list {
    text-align: left;
  }
  .streak-list .elem {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  .header-teams li img {
    width: 100%;
  }
  .insta-updates .icon {
    margin-top: 0;
  }
  .news-slider {
    position: relative;
  }
  .news-slider .slider-wrapper {
    position: relative;
    width: calc(100% - 20px);
    visibility: hidden;
    height: 350px;
  }
  .news-slider .slider-wrapper .slides {
    height: 350px;
  }
  .news-slider .slider-wrapper .slides figure {
    width: auto;
  }
  .news-slider .slider-dots {
    top: 0;
    right: 0;
  }
  .news-slider .slider-dots .i {
    width: 12px;
    margin-left: 2px;
  }
  .news-slider .new-item .ni-title {
    font-size: 20px;
  }
  .list-matches .team {
    width: calc(50% - 35px);
  }
  .list-matches .marker {
    width: 70px;
    font-size: 16px;
  }
  .list-matches .name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .detail-header .category-logo .title {
    font-size: 20px;
    width: calc(100% - 50px);
  }
  .detail-header .category-logo .logo {
    width: 50px;
  }
  /*estilos para detail_match*/
  .table-detail-match .r-dorsal {
    height: 30px;
    line-height: 30px;
  }
  .table-detail-match .img {
    width: 30px;
    height: 30px;
  }
  .table-detail-match .detail-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-detail-match .detail-data .name {
    width: calc(100% - 60px);
  }
  .table-detail-match .detail-data .actions {
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .bg-field.media-responsive {
    padding-bottom: 101.86%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 200%;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    margin: 50% 0 50% -50%;
  }
  .bg-field.media-responsive .lineup .shield {
    top: 26px;
    height: 20%;
  }
  .bg-field.media-responsive .lineup .shield img {
    margin-top: 5%;
    width: 30px;
  }
  .bg-field.media-responsive .lineup li {
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .bg-field.media-responsive .lineup .marker-teams {
    font-size: 15px;
  }
  .info-direct .img-logo-m {
    width: 50%;
  }
  .match-header .marker {
    width: 80px;
    font-size: 20px;
  }
  .match-header .team {
    font-size: 15px;
    width: calc(50% - 40px);
  }
  .match-header .name {
    width: calc(50% - 35px);
  }
  .match-header .shield {
    width: 35px;
  }
  .content-match {
    margin: 10px 0;
  }
  .info-videos .title-event {
    font-size: 170%;
  }
  .info-videos .headboard {
    margin: 5px 0;
  }
  .title-galery {
    text-align: center;
  }
  .content-contact .form {
    border-right: none;
  }
  .table-legend {
    text-align: left;
  }
  .table-legend li {
    display: block;
  }
  .classification-table {
    font-size: 18px;
  }
  .results-table .team-span {
    display: none;
  }
  .results-table td {
    min-width: 40px;
    font-size: 17px;
  }
  .last-videos .sidebar-right .last-video {
    width: 60%;
  }
  .last-videos .btn {
    margin-top: 15px;
    margin-right: 10px;
    padding: 20px;
  }
  .other-news {
    margin-top: 0;
  }
  .politics {
    padding-left: 5px;
  }
  .main-videoTV .title-video {
    font-size: 22px;
  }
  .player-info .points {
    font-size: 35px;
  }
  .player-info .actions {
    font-size: 9px;
  }
  .player-info .player-dorsal .dorsal {
    font-size: 20px;
    width: 36px;
    height: 22px;
  }
  .bar-top {
    padding: 0;
  }
  .bar-top .links li {
    padding: 0 4px;
  }
}
@media (max-width: 425px) {
  .images-footer-instam li {
    height: 118px;
  }
}
@media (max-width: 320px) {
  .images-footer-instam li {
    height: 100px;
  }
  .main-videoTV .title-video {
    font-size: 18px;
  }
  .social-list {
    margin: 0 0 0 15px;
  }
  .table-legend {
    text-align: left;
  }
  .selection-history .stats-history .p-total {
    font-size: 18px;
  }
  .selection-history .select-history select {
    width: 210px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    -ms-grid-columns: (minmax(100px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media only screen and (min-width: 1025px) {
  .masonry {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  .images-footer-instam {
    height: 235px;
  }
}
