    @import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,400,700,800,900');
    :root {
      --brown-color: #3B3836;
      /* marron */
      /* --gold-color: #ad9651; */
      --gold-color: #A2843E;
      /* oro */
      --white-color: #fff;
      /* blanco */
    }
    body {
      /* background-color: white; */
      color: var(--gold-color);
      font-size: 15px;
      font-family: 'Helvetica Neue LT', 'Work Sans', sans-serif;
      overflow-x: hidden;
      scroll-behavior: smooth;
      background: #ffffff;
    }
    h1, h2, h3, h4, h5, h6, a, a:hover {
      color: var(--gold-color);
    }
    /* width */ ::-webkit-scrollbar {
      width: 0;
    }
    .player-img {
      opacity: 0;
      -webkit-transition: opacity .2s ease-in;
      -moz-transition: opacity .2s ease-in;
      -ms-transition: opacity .2s ease-in;
      -o-transition: opacity .2s ease-in;
      transition: opacity .2s ease-in;
    }
    .player-img.lazyloaded {
      opacity: 1
    }
    .player-img:hover {
      display: inline-block;
      vertical-align: middle;
      transform: translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      transition-duration: 0.3s;
      transition-property: transform;
    }
    .player-img:hover, .player-img:focus, .player-img:active {
      transform: scale(1.1);
    }
    .loading {
      width: 100vw;
      height: 100vh;
      position: fixed;
      top: 0;
      background-color: var(--brown-color);
      z-index: 200000;
    }
    .logo-anim {
      width: 60px;
      height: 60px;
    }
    .logo-anim svg {
      fill: #A2843E;
    }
    .logo-anim:hover svg {
      -webkit-animation-name: over; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: .5s; /* Safari 4.0 - 8.0 */
      -webkit-animation-fill-mode: none;
      animation-name: over;
      animation-duration: .5s;
      animation-fill-mode: none;
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes over {
      from {
        fill: white;
        color: white;
      }
      to {
        fill: var(--gold-color);
        color: var(--gold-color);
      }
    }
    /* Standard syntax */
    @keyframes over {
      from {
        fill: white;
        color: white;
      }
      to {
        fill: #A2843E;
        color: var(--gold-color);
      }
    }
    .rotate svg, .line svg {
      position: absolute;
      top: 0;
      -webkit-transition: -webkit-transform 0.8s ease-in-out;
      transition: transform 0.8s ease-in-out;
    }
    .rotate svg:hover {
      transform-origin: center;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    #jugador-sombra {
      height: 818px;
      width: auto;
    }
    .logo-loading {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale(2);
    }
    .logo-loading .rotate svg {
      transform-origin: center;
      -webkit-animation: rotation 1s infinite ease-in-out;
      animation: rotation 1s infinite ease-in-out;
    }
    @-webkit-keyframes rotation {
      from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
      }
    }
    .line-box {
      width: 35px;
      margin: 0 5px;
      display: inline-block;
      vertical-align: middle;
    }
    hr.esphover {
      float: left;
      display: inline-block;
      vertical-align: middle;
      height: 1px;
      -webkit-animation-name: lineW; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
      -webkit-animation-timing-function: ease-in-out;
      animation-name: lineW;
      animation-duration: .5s;
      animation-timing-function: ease-in-out;
    }
    hr.enghover {
      float: right;
      display: inline-block;
      vertical-align: middle;
      height: 1px;
      -webkit-animation-name: lineW; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
      -webkit-animation-timing-function: ease-in-out;
      animation-name: lineW;
      animation-duration: .5s;
      animation-timing-function: ease-in-out;
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes lineW {
      0% {
        width: 100%;
      }
      50% {
        width: 0%;
      }
      100% {
        width: 100%;
      }
    }
    /* Standard syntax */
    @keyframes lineW {
      0% {
        width: 100%;
      }
      50% {
        width: 0%;
      }
      100% {
        width: 100%;
      }
    }
    /* Standard syntax */
    @-webkit-keyframes tink {
      0% {
        opacity: 100%;
      }
      25% {
        opacity: 0%;
      }
      50% {
        opacity: 100%;
      }
      75% {
        opacity: 0%;
      }
      100% {
        opacity: 100%;
      }
    }
    /* Standard syntax */
    @keyframes tink {
      0% {
        opacity: 100%;
      }
      25% {
        opacity: 0%;
      }
      50% {
        opacity: 100%;
      }
      75% {
        opacity: 0%;
      }
      100% {
        opacity: 100%;
      }
    }
    .swiper-pagination-bullet:hover {
      color: #fff;
    }
    /*              block revelear                */
    .blocker-wraper {
      display: inline-block;
      position: relative;
    }
    .blocker-square {
      background-color: var(--gold-color);
      height: 28px;
      position: absolute;
      width: 0%;
      top: 0;
      z-index: -2;
      transform: translate(-5px);
    }
    .sec-2 h3 .blocker-square {
      height: 46px;
      top: -8px;
    }
    .animated .blocker-element {
      opacity: 0
    }
    #services .animated .blocker-square, #welcome .animated .blocker-square {
      -webkit-animation-name: blockRevelear; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: .4s; /* Safari 4.0 - 8.0 */
      -webkit-animation-delay: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-name: blockRevelear;
      animation-duration: .4s;
      animation-delay: 1s;
      animation-timing-function: ease-in-out;
    }
#welcome .animated .blocker-square{
	height: 100px;
}

    #services .animated .blocker-element, #welcome .animated .blocker-element {
      -webkit-animation-name: opa; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: .1s; /* Safari 4.0 - 8.0 */
      -webkit-animation-delay: 1.2s;
      -webkit-animation-timing-function: linear;
      animation-name: opa;
      animation-duration: .1s;
      animation-delay: 1.2s;
      animation-timing-function: linear;
      animation-fill-mode: forwards
    }
    #aboutus .animated .blocker-square {
      -webkit-animation-name: blockRevelear; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: .8s; /* Safari 4.0 - 8.0 */
      -webkit-animation-delay: 1s;
      -webkit-animation-timing-function: ease-in-out;
      animation-name: blockRevelear;
      animation-duration: .8s;
      animation-delay: 1s;
      animation-timing-function: ease-in-out;
    }
    #aboutus .animated .blocker-element {
      -webkit-animation-name: opa; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: .1s; /* Safari 4.0 - 8.0 */
      -webkit-animation-delay: 1.4s;
      -webkit-animation-timing-function: linear;
      animation-name: opa;
      animation-duration: .1s;
      animation-delay: 1.4s;
      animation-timing-function: linear;
      animation-fill-mode: forwards
    }
    #aboutus .rev-2.animated .blocker-square {
      -webkit-animation-delay: 1.6s;
      animation-delay: 1.6s;
    }
    #aboutus .rev-2.animated .blocker-element {
      -webkit-animation-delay: 2.2s;
      animation-delay: 2.2s;
    }
    .sec-1 .title {
      margin-top: 70px;
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes blockRevelear {
      0% {
        width: 0%;
      }
      50% {
        width: 110%;
      }
      100% {
        width: 0%;
      }
    }
    /* Standard syntax */
    @keyframes blockRevelear {
      0% {
        width: 0%;
      }
      50% {
        width: 110%;
      }
      100% {
        width: 0%;
      }
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes opa {
      0% {
        opacity: 0%;
      }
      100% {
        opacity: 100%;
      }
    }
    /* Standard syntax */
    @keyframes opa {
      0% {
        opacity: 0%;
      }
      100% {
        opacity: 100%;
      }
    }
    .swiper-pagination-fix svg {
      fill: var(--gold-color);
    }
    a:hover svg {
      fill: #fff;
    }
    .sec-6 .arrow-grey:hover svg, .sec-5 .arrow-grey:hover svg {
      fill: var(--gold-color);
    }
    .swiper-pagination-current {
      color: #fff
    }
    .sec-6 .swiper-pagination-current, .sec-5 .swiper-pagination-current {
      color: var(--gold-color);
    }
    #news .arrow-grey {
      margin-top: 20px
    }
    /**************************************/
    /*              LAYOUT                */
    /**************************************/
    .wrap-site {
      overflow: hidden;
      padding-top: 80px;
    }
    .degra-stripe {
      background: #ffffff url("../img/fondo001.jpg") repeat-x center top;
      height: 7000px;
      width: 100%;
      position: absolute;
      top: 50vh;
      left: 0;
    }
    .full-wrap {
      position: relative;
      margin-top: -80px;
    }
    .full-wrap .sec-1 {
      min-height: 100vh;
    }
    .full-wrap .sec-5 {
      height: 100vh;
    }
    /* Navbar */
    nav {
      position: fixed;
      top: 0px;
      height: 60px;
      z-index: 31000;
      width: 100%;
    }
    .logo {
      position: absolute;
      top: 15px;
      left: 30px;
    }
    .menu {
      position: absolute;
      top: 35px;
      right: 35px;
      width: 25px;
      height: 30px;
      font-size: 1.5rem;
      cursor: pointer;
    }
    .menu i.fa-bars {
      color: var(--gold-color)
    }
    .menu i.fa-times {
      color: #4b4846;
    }
    .lang {
      position: absolute;
      top: 30px;
      right: 200px;
      text-transform: uppercase;
      font-size: 12px;
    }
    .lang a.active {
      /*      color: #fff;*/
      /* text-shadow: 0 0 10px rgba(0, 0, 0, .2); */
      pointer-events: none;
      text-decoration: underline
    }
    .lang a:hover, .legend a:hover, .swiper-pagination-bullet:hover, .swiper-pagination-fix a:hover, #talents .swiper-slide:hover .player-name {
      -webkit-animation-name: tink; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: .3s; /* Safari 4.0 - 8.0 */
      -webkit-animation-fill-mode: none;
      animation-name: tink;
      animation-duration: .3s;
      animation-fill-mode: none;
      text-decoration: none;
    }
    .lang hr {
      display: inline-block;
      vertical-align: middle;
      width: 35px;
      height: 1px;
      border-color: var(--gold-color);
    }
    .menu-open {
      position: fixed;
      top: 0;
      right: -50vw;
      background: #eeeeed;
      width: 50vw;
      height: 100vh;
      max-height: 100vh;
      overflow: auto;
      font-size: 1.5rem;
      z-index: 25000;
      padding: 22vh 7vw;
      color: #4b4846;
      transition: all .7s cubic-bezier(.165, .84, .44, 1);
    }
    .menu-open .mo-nav {
      display: block;
      color: #4b4846;
      font-size: 60px;
      text-transform: uppercase;
      letter-spacing: -3px;
      font-weight: 900;
      line-height: 55px;
      transition: all .3s;
    }
    .menu-open > * {
      transform: translateX(50px);
      opacity: 0;
      transition: all .7s;
    }
    .menu-open .social {
      margin-top: 150px;
    }
    .menu-open.menu-open-opened > * {
      transform: translateX(0);
      opacity: 1;
    }
    .menu-open.menu-open-opened > *:nth-child(1) {
      transition-delay: .2s;
    }
    .menu-open.menu-open-opened > *:nth-child(2) {
      transition-delay: .3s;
    }
    .menu-open.menu-open-opened > *:nth-child(3) {
      transition-delay: .4s;
    }
    .menu-open.menu-open-opened > *:nth-child(4) {
      transition-delay: .5s;
    }
    .menu-open.menu-open-opened > *:nth-child(5) {
      transition-delay: .6s;
    }
    .menu-open .mo-nav:hover {
      color: var(--gold-color);
      text-decoration: none;
    }
    .menu-open .mo-nav::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 2px;
      background: #b5a065;
      margin-left: 25px;
      transition: all .3s;
    }
    .menu-open .mo-nav:hover::after {
      width: 55px;
    }
    .menu-open .social-icons ins {
      background-position: 0 0;
    }
    .menu-open .social-icons ins:hover {
      background-position: 0 30px;
    }
    .menu-open .mo-nav label {
      /* float: right; */
      /* margin-right: 13vw; */
      margin-bottom: 0;
    }
    .menu-open .mo-nav:nth-child(5) {
      margin-bottom: 4vh;
    }
    .menu-open .mo-nav-under {
      color: #4b4846;
      font-weight: 100;
      font-size: 16px;
      margin-bottom: -20px;
      display: block;
      text-decoration: none;
    }
    .menu-open .mo-nav-under:hover {
      color: var(--gold-color);
    }
    .menu-open span {
      color: #999;
      font-size: 16px;
      text-transform: uppercase;
      display: block;
      font-weight: 100;
    }
    .menu-open .social-icons {
      text-indent: -9999px;
      background: transparent url("../img/socialiconsprite.png") no-repeat;
      width: 30px;
      height: 30px;
      display: block;
      float: left;
    }
    .menu-open .social-icons.ins {
      background-position: 0 0;
      margin-left: -8px;
    }
    .menu-open .social-icons.ins:hover {
      background-position: 0 -40px;
    }
    .menu-open .social-icons.vim {
      background-position: -30px 0;
    }
    .menu-open .social-icons.vim:hover {
      background-position: -30px -40px;
    }
    .menu-open .social-icons.lin {
      background-position: -60px 0;
    }
    .menu-open .social-icons.lin:hover {
      background-position: -60px -40px;
    }
    .menu-open-opened {
      right: 0 !important;
    }
    .menu-open-opened .collapse a, .menu-open-opened .collapsing a {
      color: #8d8d8d;
      font-weight: 100;
      font-size: 16px;
      text-transform: uppercase;
      display: block;
      transition: all .3s;
      line-height: 28px;
    }
    .menu-open-opened .collapse a:hover {
      color: var(--gold-color);
      text-decoration: none;
    }
    .menu-open-opened .collapse a::after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 1px;
      background: #b5a065;
      margin-left: 10px;
      transition: all .3s;
    }
    .menu-open-opened .collapse a:hover::after {
      width: 25px;
    }
    .menu-open-opened .collapsing.show, .menu-open-opened .collapse.show {
      /* height: 100px; */
      overflow-y: scroll;
      overflow-x: none;
      /* padding-left: 50px; */
      padding-bottom: 20px;
    }
    .social a {
      color: #4B4846;
      transition: all .3s;
      font-size: 16pt;
    }
    .social a:hover {
      color: #ad9651;
    }
    /**************************************/
    /*              SECTIONS              */
    /**************************************/
    /* Welcome */
    .sec-1 {
      background-color: var(--brown-color);
    }
    .video-back {
      height: 100vh;
      width: 100vw;
      position: absolute;
      top: 0;
      left: 0;
    }
    .video-back video, .video-back img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: 50% 50%;
    }
    .gradient-video {
      display: block;
      background: linear-gradient(0deg, rgba(59, 56, 54, 1) 0%, rgba(59, 56, 54, 0) 30%);
      width: 100vw;
      height: 101vh;
      position: absolute;
      top: 0;
      left: 0;
    }
    .sec-1 .misc-star {
      /* background: transparent url("../img/star.svg") no-repeat center top / cover; */
      margin-top: 80px;
      width: 20px;
      height: 20px;
    }
    .misc-star:hover {
      transform: scale(1.2);
    }
    .sec-1 h1 {
      color: var(--gold-color);
      font-size: 190px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 162px;
      margin: 0 0 55px;
      margin-bottom: 10px;
      width: 100%;
      margin-left: -9px;
      letter-spacing: -14px;
    }
    h2 {
      font-weight: bold;
      color: #fff;
      font-size: 20px;
    }
    .sec-1 p {
      color: var(--white-color);
      width: 46%;
      font-weight: 200;
      letter-spacing: 0.5px;
      margin-left: -14px;
      text-transform: uppercase;
    }
    .sec-1 .swiper-home .swiper-slide img:last-child {
      position: absolute;
      top: -20px;
      right: -2%;
      /* height: 130vh; */
      width: 58%;
      transition: top .5s, opacity .5s;
      opacity: 0;
    }
    .sec-1 .swiper-home .swiper-slide.swiper-slide-active img:last-child {
      opacity: 1;
      top: 0px;
    }
    .sec-1 .swiper-home .swiper-slide.swiper-slide-active img.img-reverse {
      opacity: 1;
      top: 50px;
    }
    .sec-1 .swiper-button-disabled {
      opacity: 0.5;
    }
    .sec-1 .swiper-pagination-fix {
      z-index: 6000;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: calc(100vh - 280px);
    }
    .sec-1 .swiper-pagination-home, .sec-5 .swiper-pagination {
      position: relative;
      margin-top: 160px;
      /* margin-left: -15px; */
      font-size: 12px;
      /* width: 61px; */
      overflow: hidden;
      white-space: nowrap;
      font-weight: 500;
    }
    .sec-1 .swiper-pagination-home.custom-home-bullets {
      width: 20px !important;
      height: 20px !important;
      display: inline-block !important;
      background: transparent !important;
      opacity: 1 !important;
      color: var(--gold-color);
    }
    .sec-1 .swiper-pagination-home .swiper-pagination-bullet-active, .sec-5 .swiper-pagination .swiper-pagination-bullet-active {
      color: var(--white-color);
    }
    .sec-5 .swiper-pagination .swiper-pagination-bullet-active {
      color: var(--gold-color);
    }
    .swipe-left {
      width: 16px;
      height: 12px;
      display: inline-flex;
      position: relative;
      transition: all .3s;
      opacity: 1;
      transform: rotate(180deg);
      z-index: 2000;
    }
    .swipe-left:hover {
      transform: translateX(-5px) rotate(180deg);
    }
    .arrow-grey svg path {
      fill: #484544;
    }
    .swipe-right {
      width: 16px;
      height: 12px;
      display: inline-flex;
      position: relative;
      transition: all .3s;
      opacity: 1;
      margin-left: 20px;
      z-index: 2000;
    }
    .swipe-right:hover {
      transform: translateX(5px);
    }
    /* quienes-somos */
    .sec-2 img {
      width: 177px;
      margin-bottom: 77px;
      margin-top: 0;
      margin-left: -56px;
    }
    .sec-2 h3 {
      font-weight: 800;
      margin-left: -25px !important;
      margin-bottom: 35px;
      text-transform: uppercase;
      font-size: 62px;
      letter-spacing: -3px;
      line-height: 54px;
    }
    .sec-2 h2 {
      margin-left: 0px !important;
      margin-bottom: 20px;
      text-transform: uppercase;
      line-height: 26px;
      width: 80%;
    }
    .sec-2 h3 span.outline {
      display: block;
      color: var(--brown-color);
      -webkit-text-fill-color: var(--brown-color);
      /* Will override color (regardless of order) */
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: var(--gold-color);
    }
    .sec-2 p {
      color: var(--white-color);
      margin-left: -8px !important;
      letter-spacing: 0.2px;
      font-weight: 100;
      font-size: 16px;
    }
    .sec-2 .misc-star {
      /* background: transparent url("../img/star.svg") no-repeat center top / cover; */
      position: relative;
      top: 80px;
      left: 98%;
      width: 20px;
      height: 20px;
    }
    /* servicios */
    .sec-3 {
      padding-bottom: 0px;
      position: relative;
      z-index: 1;
      background: transparent !important;
    }
    .sec-3 .sec-3-content {
      margin-left: -10px !important;
    }
    .sec-3 h3 {
      text-transform: uppercase;
      font-size: 28px;
      font-weight: 900;
      letter-spacing: 0px;
      margin-top: 110px;
      margin-bottom: -5px;
      margin-left: -4px;
      position: relative;
    }
    .sec-3 h3::before {
      content: '';
      position: absolute;
      top: -20px;
      left: 17px;
      width: 100px;
      height: 1px;
      background: var(--gold-color);
    }
    p {}
    .sec-3 p {
      color: var(--white-color);
      letter-spacing: -0.2px;
      font-weight: lighter;
      margin-left: -3px;
      font-size: 16px;
      width: 80%;
    }
    .sec-3 .parallaximg {
      top: -6vh;
      position: relative;
      z-index: 2;
    }
    .sec-3 .parallaximg.mundo-3 {
      z-index: 1;
      position: absolute;
      left: 95%;
      top: 50px;
    }
    .sec-3 .star-3 {
      text-align: right;
    }
    /* separador */
    .sec-4 {
      position: relative;
      height: 800px;
    }
    .sec-4 [data-parallax] {
      position: relative;
      width: 80vw;
      height: 80vh;
      z-index: 100;
      margin: -200px 0 0 -200px;
      transform: scale(.9);
      transform-origin: center;
    }
    [data-parallax] > * {
      position: absolute;
      left: 50%;
      top: 30%;
    }
    .sec-4 .parallax-players {
      width: 1166px;
      height: 966px;
    }
    .sec-4 .parallax-ball {
      width: 220px;
      height: 220px;
      top: 80px;
      left: 80px;
    }
    .sec-4 .marquesina {
      position: absolute;
      width: 100vw;
      top: 50%;
      height: 360px;
      z-index: 50;
      transform: translateY(-50%);
    }
    .sec-4 .marquesina .marquesina-anima-chica-1 {
      height: 60px;
      position: absolute;
      top: 0;
      width: calc(3600px * 2);
      overflow-x: hidden;
      animation-duration: 17s;
      animation-name: leftToRight-1;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      overflow: hidden;
      padding-top: 2px;
    }
    .sec-4 .marquesina .marquesina-anima-grande {
      height: 260px;
      position: absolute;
      top: 50px;
      width: calc(6806px * 2);
      padding-top: 53px;
      overflow-x: hidden;
      animation-duration: 25s;
      white-space: nowrap;
      animation-name: rightToLeft;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      overflow: hidden;
      margin: 5px 0;
    }
    .sec-4 .marquesina .marquesina-anima-chica-2 {
      height: 60px;
      position: absolute;
      top: 270px;
      width: calc(5965px * 2);
      overflow-x: hidden;
      animation-duration: 25s;
      animation-name: leftToRight-2;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      overflow: hidden;
      padding-top: 2px;
    }
    .sec-4 .marquesina .marquesina-anima-grande span {
      font-size: 264px;
      font-weight: bolder;
      display: inline-block;
      letter-spacing: 0;
      margin-right: 100px;
      color: transparent;
      line-height: 194px;
      text-transform: uppercase;
      -webkit-text-fill-color: #00000000;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: var(--gold-color);
    }
    .sec-4 .marquesina .marquesina-anima-chica-1 span, .sec-4 .marquesina .marquesina-anima-chica-2 span {
      font-size: 70px;
      font-weight: bolder;
      display: inline-block;
      letter-spacing: -3px;
      margin-right: 60px;
      color: var(--gold-color);
      line-height: 70px;
      text-transform: uppercase;
      font-weight: 800;
    }
    @keyframes rightToLeft {
      0% {
        left: 0;
      }
      100% {
        left: -6820px;
        ;
      }
    }
    @keyframes leftToRight-1 {
      0% {
        left: -3594px;
      }
      100% {
        left: 0;
      }
    }
    @keyframes leftToRight-2 {
      0% {
        left: -5485px;
      }
      100% {
        left: -19px;
      }
    }
    /* separador */
    .container-fluid.sec-5 {
      /* margin-right: -15px; */
      /* margin-left: -15px; */
      /* padding: 0; */
      /* width: 102%; */
    }
    .sec-5 {
      /* background: transparent url("../img/talents.png") no-repeat center 50%; */
      position: relative;
    }
    .sec-5 .swiper-container {
      width: 100%;
      height: 100%;
      /* margin-top: 330px; */
      overflow: visible;
    }
    .sec-5 .swiper-slide {
      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      /* max-width: 655px;
    max-height: 866px; */
      opacity: 1;
      transition: all 0.4s;
      position: relative;
    }
    .sec-5 .wrap-pagina {
      position: relative;
      top: -15%;
      left: -153px;
      width: 200px;
      height: 60px;
      margin: 0 auto;
      display: block;
    }
    .sec-5 .swiper-button-prev {
      left: 0px !important;
      outline: none;
    }
    .sec-5 .swiper-button-next {
      outline: none;
    }
    .sec-5 .swiper-slide {
      /* -webkit-filter: grayscale(100%); */
      /* filter: grayscale(100%); */
      height: 100%;
    }
    .sec-5 .swiper-slide-active {
      opacity: 1;
      transition: all 0.4s;
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
    }
    .sec-5 .swiper-button-next, .sec-5 .swiper-button-prev {
      left: 40px;
      width: 27px;
      height: 20px;
      background-size: cover;
      top: 50px;
    }
    .sec-5 .swiper-talent {
      display: block;
      color: #444;
    }
    .sec-5 .swiper-pagination .swiper-pagination-current {
      font-weight: inherit;
      color: var(--gold-color);
    }
    .sec-5 .swiper-slide img {
      height: 80%;
      position: absolute;
      left: -22%;
    }
    .player-img-link {
      height: 100%;
    }
    .sec-5 .swiper-slide div.slide-wrap {
      position: absolute;
      top: 52%;
      left: 43%;
      text-align: left;
    }
    .sec-5 .swiper-slide div .misc-star {
      /* background: transparent url("../img/star.svg") no-repeat center top / cover; */
      width: 20px;
      height: 20px;
      margin-bottom: 20px;
    }
    .sec-5 .swiper-slide div .player-name {
      color: #484544;
      text-transform: uppercase;
      font-size: 27px;
      font-weight: 800;
      margin-bottom: 10px;
      line-height: 25px;
    }
    .sec-5 .swiper-slide div .player-name::after {
      content: '';
      position: absolute;
      top: -20px;
      left: 0;
      width: 60px;
      height: 4px;
      background: #484544;
    }
    .sec-5 .swiper-slide div i, .sec-5 .swiper-slide div .team-name {
      color: #626262;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 400;
      color: #ad9651;
      white-space: nowrap;
    }
    .sec-5 .swiper-slide div i {
      font-weight: 600;
    }
    .sec-5 .swiper-slide div a, .news-block a:last-child {
      color: #484544;
      text-transform: uppercase;
      font-size: 12px;
      /* font-weight: 600; */
      display: block;
      opacity: 1;
      position: absolute;
      top: 150px;
      width: 160px;
    }
    .sec-5 .swiper-slide div a::before, .news-block a:last-child::before {
      content: '';
      position: absolute;
      top: -5px;
      left: 0;
      width: 30px;
      height: 1px;
      background: #484544;
    }
    .news-block img {
      opacity: 1;
    }
    .sec-5 .swiper-slide div a:hover {
      opacity: 0.8;
    }
    .sec-5 .swiper-pagination {
      /* bottom: 20px !important; */
      z-index: 2000;
      position: relative;
      margin-top: -130px;
      color: #474544;
      text-align: left;
      /* padding-left: 200px; */
      width: 100%;
    }
    .sec-5 .swiper-pagination-bullet {
      /* width: 7px; */
      /* height: 7px; */
      /* border-radius: 10px; */
      /* background: #333; */
      /* display: inline-block; */
      /* opacity: 0.4; */
      color: #474544;
      font-size: 12px;
    }
    .sec-5 .swiper-pagination-bullet-active {
      /* background: var(--gold-color); */
      /* opacity: 1; */
    }
    .sec-5 .swiper-slide .slide-wrap i {
      background: transparent url("../img/mundo.svg") no-repeat center top / 100%;
      /* background-size: 100%; */
      width: 20px;
      height: 24px;
      /* margin-bottom: 20px; */
      display: block;
    }
    /* testimonials */
    .sec-6 {
      margin: 100px 0 250px;
    }
    .sec-6 .swiper-testimonial {
      position: relative;
      margin-top: 200px;
      padding-bottom: 50px;
    }
    .sec-6 p {
      font-size: 40px;
      font-weight: bold;
      color: var(--gold-color);
      line-height: 40px;
      margin-bottom: 30px;
      text-transform: uppercase;
      transition: all .5s;
      transform: translateY(30px);
      opacity: 0;
      width: 80%;
    }
    .sec-6 .swiper-slide span {
      display: block;
      transition: all .5s;
      transform: translateY(30px);
      opacity: 0;
    }
    .sec-6 .swiper-slide-active p {
      transform: translateY(0px);
      opacity: 1;
      transition-delay: .3s;
    }
    .sec-6 .swiper-slide-active span {
      transform: translateY(0px);
      opacity: 1;
      transition-delay: .5s;
    }
    .sec-6 div {
      /* font-size: 14px; */
      /* font-weight: 300; */
      /* color: var(--gold-color); */
      /* overflow: hidden; */
    }
    .sec-6 div span {
      font-size: 12px;
      font-weight: 500;
      color: #626262;
    }
    .sec-6 .swiper-pagination-test {
      position: relative;
      margin-top: 30px;
      z-index: 1000;
    }
    .sec-6 .swiper-pagination-bullets {
      text-align: unset !important;
      padding-top: 70px;
      margin-left: -4px;
      color: #474544;
    }
    .sec-6 .swiper-pagination-bullet {
      /* width: 20px; */
      /* border-radius: 0; */
      /* height: 3px; */
      /* background-color: var(--gold-color); */
      /* display: inline-block; */
      font-size: 12px;
    }
    .sec-6 .swiper-pagination-bullet-active {
      color: var(--gold-color);
    }
    /* news */
    .sec-7 {
      margin-bottom: 200px;
    }
    .sec-7 h3 {
      color: #626262;
      text-transform: uppercase;
      font-size: 32px;
      font-weight: 800;
      margin-bottom: 30px;
      position: relative;
      /* margin-left: -17px; */
    }
    .sec-7 .news-block .news-date {
      font-size: 10px;
      color: var(--gold-color);
      font-weight: 400;
      margin: 30px 0 18px;
      display: block;
    }
    .sec-7 .news-block .news-title {
      font-size: 12px;
      color: #626262;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 16px;
      padding: 0 0 10px;
      padding-right: 20px;
      display: block;
      text-decoration: none;
      opacity: 1;
    }
    .sec-7 .news-block .news-title:hover, .sec-7 .news-block .news-title:active {
      text-decoration: none;
      opacity: 0.7;
    }
    .sec-7 .news-block .news-excerpt {
      font-size: 12px;
      color: #878380;
      margin-bottom: 70px;
      font-weight: 100;
      line-height: 16px;
      padding-right: 20px;
    }
    .news-block {
      height: 470px;
    }
    .news-block a:last-child {
      position: absolute;
      top: initial;
      bottom: 0;
    }
    .sec-7 .news-block .news-more {
      background: transparent url("../img/arrow-slider.png") no-repeat center top / cover;
      text-indent: -9999px;
      display: block;
      width: 25px;
      height: 21px;
      transform: rotate(180deg);
      text-decoration: none;
      opacity: 1;
    }
    .sec-7 .news-block .news-more:hover, .sec-7 .news-block .news-more:active {
      text-decoration: none;
      opacity: 0.7;
    }
    /* instagram */
    .sec-8 {
      margin: 100px 0;
      /* margin-bottom: 150px; */
      margin-bottom: 1px;
      overflow: visible;
    }
    .sec-8 .swiper-instagram {
      /* overflow: hidden; */
      /* margin-left: -17px; */
    }
    .sec-8 h3 {
      color: #626262;
      text-transform: uppercase;
      font-size: 32px;
      font-weight: 800;
      position: relative;
      margin-bottom: 30px;
      /* margin-left: -17px; */
    }
    .slide-interna h3::before {
      display: none;
    }
    .slide-interna h3 {
      margin-bottom: 0;
      display: inline-block;
    }
    .slide-interna .swipe-left {
      top: 30px;
    }
    .slide-interna .swipe-right {
      top: 12px;
    }
    .slide-interna h3::after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -5px;
      left: calc(100% + 10px);
      width: 40px;
      height: 5px;
      background: #a2843e;
    }
    .sec-7 h3::before, .sec-8 h3::before, .social-lqva h3::before {
      content: '';
      position: absolute;
      top: -20px;
      left: 0;
      width: 100px;
      height: 1px;
      background: #626262;
    }
    /*.sec-8 .swipe-right {
        background: transparent url("../img/arrow-slider.png") no-repeat center top / cover;
        left: 10px;
        right: auto;
        transform: rotate(180deg);
        width: 25px;
        height: 21px;
        display: block;
        text-indent: -9999px;
        position: relative;
        top: 39px;
        left: 50px;
        opacity: 1;
    }

    .sec-8 .swipe-left {
        background: transparent url("../img/arrow-slider.png") no-repeat center top / cover;
        right: 10px;
        left: auto;
        width: 25px;
        height: 21px;
        display: block;
        text-indent: -9999px;
        position: relative;
        top: 60px;
        left: 0;
        opacity: 1;
    }*/
    .sec-8 .swiper-button-disabled {
      opacity: 0.7;
    }
    .sec-8 .misc-star {
      /* background: transparent url("../img/star.svg") no-repeat center top / cover; */
      position: relative;
      top: -79px;
      left: 98%;
      width: 20px;
      height: 20px;
    }

    .social-lqva {
      background-color: #4b4643;
      padding-bottom: 36px;
  }

  .social-lqva h3 {
      color: var(--gold);
      text-transform: uppercase;
      font-size: 32px;
      font-weight: 800;
      position: relative;
      margin-bottom: 30px;
      /* margin-left: -17px; */
  }

    /* footer */
    .sec-9 {
      background: var(--brown-color);
      /* margin-top: 36px; */
      font-weight: 300;
      padding-bottom: 200px;
      text-transform: uppercase;
      font-size: 12px;
      padding-top: 30px;
      position: relative;
    }
    .sec-9 .row div:not(:first-of-type) {
      margin-top: 0;
    }
    .sec-9 .col-12.col-lg-3:nth-child(3) {
      pointer-events: none
    }
    .sec-9 .img-foot {
      width: 70%;
    }
    .sec-9 a {
      display: block;
    }
    .sec-9 .misc-star {
      /* background: transparent url("../img/star.svg") no-repeat center top / cover; */
      position: relative;
      top: -95px;
      left: 100%;
      width: 10px;
      height: 10px;
      margin-top: 0 !important;
    }
    /**************************************/
    /*              MISC                  */
    /**************************************/
    .misc-rect {
      /* background: transparent url('../img/misc-rect.png') repeat-x center center; */
      padding: 0 15px;
      margin: 0 5px;
      width: 50px;
      height: 1px;
      background: var(--gold-color);
      margin-top: 0px;
    }
    /* pager */
    .pager {
      position: fixed;
      left: 23px;
      top: 45%;
      width: 110px;
      transform: rotate(270deg);
      z-index: 2000;
      margin-top: -80px;
      height: 98px;
      font-size: 12px;
    }
    .pager * {
      padding-top: 1px;
      display: inline-block;
      vertical-align: middle;
    }
    .pager *:nth-child(3) {
      color: #fff;
    }
    .blacked {
      color: #4b4846;
    }
    /* scroll-down */
    .scroll-down {
      position: absolute;
      left: 34px;
      top: calc(100vh - 160px);
      width: 41px;
      z-index: 1999;
      height: 380px;
      opacity: 1;
      transition: all 0.5s;
      transform: scale(.8);
    }
    .on-scroll {
      opacity: 1 !important;
      transition: all 0.5s;
    }
    .scroll-downs {
      position: absolute;
      top: -73px;
      left: -18px;
      margin: auto;
      width: 34px;
      height: 55px;
    }
    .mousey {
      width: 3px;
      padding: 10px 15px;
      height: 35px;
      border: 2px solid var(--gold-color);
      border-radius: 25px;
      opacity: 0.75;
      box-sizing: content-box;
      transform: scale(.7) translateY(12px);
    }
    .scroller {
      width: 3px;
      height: 10px;
      border-radius: 25%;
      background-color: var(--gold-color);
      ;
      animation-name: scroll;
      animation-duration: 2.2s;
      animation-timing-function: cubic-bezier(.15, .41, .69, .94);
      animation-iteration-count: infinite;
    }
    @keyframes scroll {
      0% {
        opacity: 0;
      }
      10% {
        transform: translateY(0);
        opacity: 1;
      }
      100% {
        transform: translateY(15px);
        opacity: 0;
      }
    }
    /* legend */
    .legend {
      position: fixed;
      right: -104px;
      top: calc(100vh - 218px);
      width: 300px;
      transform: rotate(270deg);
      z-index: 100;
      opacity: 1;
      transition: all 0.5s;
    }
    .legend a {
      text-decoration: none;
      font-size: 12px;
    }
    .legend a:hover, .legend a:active, .legend a:focus {
      text-decoration: none;
    }
    .legend > * {
      display: block;
      float: left;
      letter-spacing: 1px;
    }
    .legend .side-social {
      display: flex;
    }
    .legend .side-social a {
      transform: rotate(90deg);
      margin: 0 4px;
      font-size: 12px;
    }
    .legend .misc {
      padding: 0 5px;
    }
    .legend .misc-desk {
      display: block;
      width: 60px;
      height: 1px;
      margin: 0 10px;
      margin-top: 9px;
      background: var(--gold-color);
    }
    /**************************************/
    /*              interna                 */
    /**************************************/
    .full-wrap-int {
      position: relative;
      margin-top: -90px;
      overflow: hidden;
    }
    .degra-stripe-int {
      background: #ffffff url("../img/bk-degra-stripe.png") repeat-x center top;
      height: 5451px;
      width: 34810px;
      position: absolute;
      transform: rotate(-49deg);
      top: -11514px;
      left: -8229px;
    }
    /*  Jugador  */
    .sec-int-1 {
      background: var(--brown-color);
      /* url('../img/back-pereyra.jpg') no-repeat center center/ cover; */
      height: 1020px;
      z-index: 1;
      position: relative;
      background-size: cover;
      background-position: center;
    }
    .sec-int-1 .misc-star {
      /* background: transparent url("../img/star-white.svg") no-repeat center bottom; */
      width: 40px;
      /* height: 270px; */
      padding-top: 250px;
      margin-left: -20px;
    }
    .sec-int-1 .misc-star svg {
      width: 50px;
      height: 35px;
    }
    .sec-int-1 h1 {
      color: var(--white-color);
      font-size: 120px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 105px;
      width: 100%;
      margin: 250px 0 20px -22px;
      letter-spacing: -8px;
    }
    .sec-int-1 h2 {
      color: var(--white-color);
      font-weight: 600;
      letter-spacing: 0.5px;
      margin: 0 0 40px -14px;
      /* font-size: 2.2rem; */
      font-size: 35px;
    }
    .sec-int-1 h2 img {
      vertical-align: -5px;
    }
    .sec-int-1 .instagram-int, .sec-int-1 .facebook-int, .sec-int-1 .youtube-int {
      color: var(--gold-color);
      width: 110px;
      font-weight: 400;
      letter-spacing: 0.5px;
      margin-left: -14px;
      font-size: 1rem;
      display: inline-block;
    }
    .sec-int-1 .instagram-int img, .sec-int-1 .facebook-int img, .sec-int-1 .youtube-int img {
      width: 22px;
      vertical-align: -5px;
    }
    /* -------- */
    .sec-int-2 .logo-full-int {
      margin: 200px 0 40px -93px;
      width: 250px;
      margin-top: 0;
    }
    .sec-int-2 p {
      color: var(--white-color);
      letter-spacing: 0.5px;
      font-weight: 200;
      margin: 0px 0 6px -14px;
    }
    .sec-int-2 .label {
      opacity: .4;
    }
    .sec-int-2 h3 {
      color: var(--white-color);
      margin: 0 0 40px -14px;
      font-size: 42px;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: -2px;
      line-height: 34px;
    }
    .sec-int-2 h4 {
      color: var(--gold-color);
      margin: 0 0 10px -14px;
      font-size: 35px;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: -2px;
      line-height: 34px;
    }
    .sec-int-2 h4.separador {
      margin: 70px 0 50px -14px !important;
    }
    .sec-int-2 .details {
      text-transform: none !important;
      display: inline-block !important;
    }
    .sec-int-2 a {
      opacity: 1;
    }
    .sec-int-2 a:hover {
      text-decoration: none;
      opacity: 0.8;
    }
    .sec-int-2 label {
      color: var(--gold-color);
      text-transform: uppercase;
      display: block;
      font-weight: 400;
    }
    .sec-int-2 label.logros {
      color: var(--white-color);
      text-transform: uppercase;
      display: block;
      font-weight: 400;
    }
    .sec-int-2 .misc-star {
      /* background: transparent url("../img/star.svg") no-repeat center top / cover; */
      margin-top: 180px;
      width: 20px;
      height: 20px;
      margin: -65px 0 240px -14px;
    }
    .sec-int-2 .wrap-int-img {
      position: relative;
    }
    .sec-int-2 .int-principal {
      top: -150px;
      z-index: 3000;
      position: absolute;
      width: 500px;
      right: -130px;
    }
    .sec-int-2 .int-ball {
      top: 400px;
      z-index: 3000;
      position: absolute;
    }
    .sec-int-2 .int-jug-1 {
      top: -40px;
      z-index: 2500;
      position: absolute;
      right: 110px;
      width: 350px;
    }
    .sec-int-2 .int-jug-2 {
      top: -30px;
      z-index: 2500;
      position: absolute;
      right: -140px;
      width: 220px;
    }
    .color-gold {
      color: var(--gold-color) !important;
    }
    .modal-body {
      padding: unset;
      height: 420px;
    }
    .swiper-highlight-int {
      /* overflow: hidden; */
    }
    .swiper-highlight-int .swiper-slide img, .swiper-instagram .swiper-slide img {
      width: 100%;
      cursor: pointer;
    }
    .myig_profile {
      padding-top: 10px;
      border: 1px solid #f1f1f1;
      display: block;
      margin: 0 0 20px 0;
      overflow: hidden;
      *overflow: visible;
      text-align: center;
    }
    .myig_profile a {
      color: #000;
      font-weight: bold;
    }
    .myig_profile .user_pic img {
      border-radius: 50%;
    }
    .myig_profile p {
      margin: 0 0 5px 0;
    }
    .myig_profile .user_name {
      font-size: 24px;
      margin-bottom: 10px;
    }
    .myig_gallery {
      display: block;
      overflow: hidden;
      *overflow: visible;
      text-align: center;
      margin: 0;
    }
    .myig_gallery .user_gallery {
      display: inline;
      margin: 0;
    }
    .myig_gallery .user_gallery a img {
      opacity: 0.6;
      filter: alpha(opacity=60);
    }
    .myig_gallery .user_gallery a:hover img {
      opacity: 1;
      filter: alpha(opacity=100);
    }
    .myig_gallery .load_more {
      display: block;
      clear: both;
      text-align: center;
      margin: 60px 0px 60px 0px
    }
    .myig_gallery .load_more .btn {
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      border: none;
      padding: 15px 20px 15px 20px;
      -webkit-font-smoothing: subpixel-antialiased;
      -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
      transition: border .25s linear, color .25s linear, background-color .25s linear;
      background-color: rgba(212, 212, 212, .5);
      color: #34495e;
      border-color: #F04F3D;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
      box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
    }
    .myig_gallery .load_more .btn:hover {
      background-color: #fff;
    }
    /* ----- TOGGLE NAV ----- */
    .toggle-nav {}
    .toggle-nav span {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      height: 3px;
      transition: all .3s;
      background: var(--gold-color);
      border-radius: 5px;
    }
    .toggle-nav span:nth-child(2) {
      top: 7px;
    }
    .toggle-nav span:nth-child(3) {
      top: 14px;
    }
    .active.toggle-nav span:nth-child(1) {
      top: 8px;
      -webkit-transform: rotate(135deg) !important;
      -moz-transform: rotate(135deg) !important;
      -o-transform: rotate(135deg) !important;
      transform: rotate(135deg) !important;
    }
    .active.toggle-nav span:nth-child(2) {
      opacity: 0;
      left: 30px;
    }
    .active.toggle-nav span:nth-child(3) {
      top: 8px;
      -webkit-transform: rotate(-135deg) !important;
      -moz-transform: rotate(-135deg) !important;
      -o-transform: rotate(-135deg) !important;
      transform: rotate(-135deg) !important;
    }
    @media screen and (min-width: 1800px) {
      .sec-1 .misc-star, .sec-1 h1 {
        /* margin-top: 140px */
      }
    }
    .container {
      width: 1370px !important;
      max-width: 80%;
      margin-top: 2%;
      height: 100%;
    }
    .swiper-home .swiper-slide {
      padding-bottom: 100px;
      min-height: 100vh;
    }
    .swiper-home {
      position: relative;
      display: block;
      padding-bottom: 150px;
    }
    .guion:not(:last-child) {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 15px;
      height: 1px;
      background: var(--gold-color);
    }
    .sec-7 .col-lg-3 {
      padding: 0;
      padding-right: 17px;
    }
    .sec-2, .sec-3 {
      position: relative;
      background: var(--brown-color);
    }
    .sec-3::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 150px;
      left: 0;
      width: 100%;
      /* background: #fff; */
    }
    .sec-4::before {
      content: '';
      position: absolute;
      top: -450px;
      left: 0;
      border-left: solid 110vw var(--brown-color);
      border-bottom: solid 100vw transparent;
    }
    .sec-4 {
      position: relative;
    }
    .sec-3::before {
      content: '';
      position: absolute;
      top: 0;
      height: 440px;
      right: 0;
      width: 100%;
      background: var(--brown-color);
    }
    .sec-int-2 {
      background: var(--brown-color);
      margin-bottom: -50px;
      padding-bottom: 100px;
    }
    .sec-int-2 + .sec-9 {
      background: #4b4643;
    }

    .eui-widget-title.eapps-instagram-feed-title {
      display: none!important;
  }

  @media screen and (max-width: 1100px) {
    .sec-1 .swiper-home .swiper-slide.swiper-slide-active img:last-child {
      top: 90px;
    }
  }

  @media screen and (max-width: 769px) {
    .sec-1 .swiper-home .swiper-slide.swiper-slide-active img:last-child {
      top: 290px;
    }
  }

  