    @import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,400,700,800,900');

    :root {
        --brown-color: #4b4846;
        /* 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);
    }


    /**************************************/


    /*              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: 1080px;
    }


    /* Navbar */

    nav {
        position: fixed;
        top: 0px;
        height: 60px;
        z-index: 31000;
        width: 100%;
    }

    .logo {
        position: absolute;
        top: 35px;
        left: 38px;
    }

    .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: 35px;
        right: 200px;
        text-transform: uppercase;
        font-size: 14px;
    }

    .lang a.active {
        /* color: #fff; */
        /* text-shadow: 0 0 10px rgba(0, 0, 0, .2); */
        pointer-events: none;
    }

    .lang hr {
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 1px;
        margin: 0 5px;
        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: var(--brown-color) url('../img/fondo-video.jpg') no-repeat center center/ cover;
    }

    .sec-1 .misc-star {
        /* background: transparent url("../img/star.svg") no-repeat center top / cover; */
        margin-top: 80px;
        width: 20px;
        height: 20px;
    }

    .sec-1 h1 {
        color: var(--gold-color);
        font-size: 200px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 162px;
        margin: 100px 0 55px;
        margin-bottom: 10px;
        width: 100%;
        margin-left: -9px;
        letter-spacing: -5px;
    }

    .sec-1 h1.smaller {
        font-size: 115px;
        line-height: 100px;
    }

    /*.sec-1 .swiper-slide:nth-child(2) h1 {
        font-size: 100px;
        line-height: 80px;
    }*/

    

    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;
    }

    .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: 120px;
        /* margin-left: -15px; */
        font-size: 14px;
        /* 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: 25px;
        height: 22px;
        display: block;
        position: relative;
        top: 58px;
        left: 0;
        transition: all .3s;
        opacity: 1;
        transform: rotate(180deg);
        z-index: 111;
    }

    .swipe-left:hover {
        transform: translateX(-5px) rotate(180deg);
    }

    .arrow-grey svg path {
        fill: #484544;
    }

    .swipe-right {
        width: 25px;
        height: 21px;
        display: block;
        position: relative;
        transition: all .3s;
        top: 40px;
        left: 49px;
        opacity: 1;
        z-index: 111;
    }

    .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 {
        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;
        padding-top: 20px;
        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: 10%;
    }

    .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: 60%;
        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;
    }

    .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;
    }

    .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;
    }

    .sec-4 .marquesina .marquesina-anima-grande span {
        font-size: 264px;
        font-weight: bolder;
        display: inline-block;
        letter-spacing: -15px;
        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: 1080px;
    }

    .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: bold;
    }

    .sec-5 .swiper-slide img {
        height: 70%;
        position: absolute;
        left: -22%;
    }

    .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;
    }

    .sec-5 .swiper-slide div a:hover {
        opacity: 0.8;
    }

    .sec-5 .swiper-pagination {
        /* bottom: 20px !important; */
        z-index: 2000;
        position: relative;
        margin-top: -100px;
        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: 14px;
    }

    .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 {
        overflow: hidden;
        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: 16px;
        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: 14px;
    }

    .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: 14px;
        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;
        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: 14px;
    }

    .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 h1.smaller {
            font-size: 180px;
            line-height: 160px;
        }

        .sec-1 .misc-star,
        .sec-1 h1 {
            margin-top: 140px
        }
    }

    .container {
        width: 1370px !important;
        max-width: 80%;
    }

    .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);
    }

    .guion {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 1px;
        margin-right: 5px;
        background: var(--gold-color);
    }

    .custom-home-bullets:last-child .guion {
        display: none;
    }

    .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: -430px;
        left: 0;
        border-left: solid 101vw var(--brown-color);
        border-bottom: solid 110vw transparent;
    }

    .sec-4 {
        position: relative;
    }

    .sec-3::before {
        content: '';
        position: absolute;
        top: 0;
        height: 420px;
        right: 0;
        width: 100%;
        background: #4b4745;
    }

    .sec-int-2 {
        background: #4b4643;
        margin-bottom: -50px;
        padding-bottom: 100px;
    }

    .sec-int-2+.sec-9 {
        background: #4b4643;
    }

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