
/*
body>div.edgtf-wrapper>div.edgtf-wrapper-inner>header.edgtf-page-header>div.edgtf-menu-area.edgtf-menu-right>div {
    background-color: transparent;
}

@media(max-width:991px) {
    .edgtf-content.edgtf-content-especial {
        margin-top: -70px;
    }
}

*/



.trn-owl-hero .owl-dots {
    width: 100%;
    max-width: 200px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px);
    padding: 0;
}


.trn-owl-hero .owl-nav .owl-prev,.trn-owl-hero .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 20px);

}

.trn-owl-hero .owl-nav .owl-prev{
    left: 15px;
}

.trn-owl-hero .owl-nav .owl-next{
    right: 15px;
}

@media(max-width:768px) {
    .trn-owl-hero .owl-dots {
        display: none;
    }

    .trn-owl-hero .owl-nav .owl-prev,.trn-owl-hero .owl-nav .owl-next {
        top: calc(75% - 20px);
    }
}

.trn-owl-hero .owl-nav span {
    font-size: 54px;
    font-weight: bold;
    color: white;
}

.trn-owl-hero .owl-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.informative {
    padding: 100px 0;
}

.informative_container {
    display: grid;
    place-content: center;
    place-items: center;
    gap: 30px;
}

.informative_container-video {
    margin-right: 50px;
    padding: 20px 20px 20px 50px;
    background-color: var(--color-rosa);
}

.informative_container-video img {
    height: 100%;
    display: flex;
    align-items: center;
    aspect-ratio: 16/9;
}

.informative_container-content h2 {
    border-top: 10px solid var(--color-rosa);
    margin: 0 20px 20px;
}

.informative_container-content p {
    width: calc(100% - 40px);
    margin: 0 20px;
    color: white;
    font-size: 16px;
}

.tournaments,
.entries {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 100px;
}

.news {
    margin-top: 250px;
    margin-bottom: 100px;
    padding: 200px 0 0;
    background-color: var(--color-rosa);
}

.news_section {
    text-align: center;
    padding: 10px;
    background-color: #b6235a;
    text-transform: uppercase;
    font-size: 58px;
}

.news_article {
    position: relative;
}

.news_article img {
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    position: absolute;
    top: -400px;
    left: 0;
}

.news_article .news_article-content {
    padding: 30px 50px;
}

.news_article-content p {
    color: white;
}

.clans {
    position: relative;
    margin: 100px 0;
}

.clans_logos-logo img {
    width: 250px;
    height: 250px;
}

.clans_logos-logo {
    margin: 0 auto;
    width: 270px;
    height: 270px;
    display: grid;
    place-content: center;
    background-color: var(--color-rosa);
    border-radius: 200px;
    z-index: 10;
}

.clans_line {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #962994;
    z-index: -1;
}

.newsletter {
    width: 100%;
    box-sizing: border-box;
}

.newsletter_line {
    width: 100%;
    height: 10px;
    margin-bottom: 20px;
    background-color: var(--color-rosa);
}

.newsletter_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    place-content: center;
    place-items: center;
    background-color: var(--color-rosa);
}

.newsletter_content-info {
    display: grid;
    place-items: center;
    place-content: center;
    width: 100%;
    padding: 50px 0;
    background-color: #b6235a;
}

.newsletter_content-form {
    padding: 0 30px 50px;
}

.newsletter_content-form p {
    margin-bottom: 20px;
    color: white;
}

.newsletter_content-form input {
    height: 40px;
    padding: 5px 10px;
    background-color: transparent;
    border: 1px solid white;
}

.newsletter_content-form input::placeholder {
    color: white;
}

.newsletter_content-form div {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btn-fucsia {
    background-color: var(--color-fucsia);
}

.owl-news .owl-stage-outer {
    overflow: inherit;
}

.owl-dots {
    padding: 0 100px;
}

.owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active {
    border: 1px solid white;
    border-radius: 100%;
}

.owl-dots .owl-dot.active span {
    background: white;
}


@media screen and (min-width: 767px) {
    .informative_container-content h2 {
        margin: 0 50px 20px;
    }

    .informative_container-content p {
        width: calc(100% - 100px);
        margin: 0 50px;
    }

    .tournaments,
    .entries {
        padding: 0 50px;
    }

    .news_article img {
        top: -410px;
        left: calc(50% - 25%);
    }
}

@media screen and (min-width: 900px) {
    .hero .hero_container {
        grid-template-columns: repeat(auto-fit, 32%);
        place-items: center;
    }

    .hero .hero_container h1 {
        font-size: 80px;
    }

    .hero_container-torneos {
        display: block;
    }

    .hero .border-section-hero {
        position: absolute;
        bottom: 0;
        left: calc(50% - 25%);
        width: 50%;
        height: 10px;
        background-color: var(--color-rosa);
    }

    .informative_container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .informative_container-video {
        margin-right: 0;
    }

    .informative_container-video {
        margin-right: 0;
    }

    .informative_container-content h2 {
        margin: 0;
    }

    .informative_container-content p {
        width: 70%;
        margin: 0;
    }
}

@media screen and (min-width: 1300px) {
    .hero .hero_container h1 {
        font-size: 105px;
    }

    .news {
        height: 100%;
        min-height: 200px;
        margin-top: 150px;
        margin-bottom: 150px;
        padding: 60px 0;
    }

    .news_section {
        width: 70%;
        text-align: left;
        padding: 10px 100px;
        font-size: 58px;
    }

    .news_article img {
        max-width: 600px;
        max-height: 600px;
        top: -50%;
        left: 50%;
    }

    .news_article .news_article-content {
        width: 40%;
        padding: 30px 100px;
    }

    .news_article-content p {
        color: white;
    }

    .newsletter {
        width: 70%;
        margin: 0 auto;
    }

    .newsletter_content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .newsletter_content-info {
        box-sizing: border-box;
        height: 100%;
    }

    .newsletter_content-form {
        padding: 50px 30px 50px;
    }
}

@media screen and (min-width: 1650px) {
    .hero .hero_container h1 {
        font-size: 120px;
    }

    .informative_container {
        gap: 30px;
    }

    .informative_container-video {
        padding: 30px 30px 30px 100px;
    }

    .tournaments,
    .entries {
        padding: 0 100px;
    }

    .news_article img {
        top: -50%;
        left: 60%;
    }

    .clans-logos {
        width: 70%;
        margin: 0 auto;
    }

    .newsletter {
        width: 50%;
    }

}

.hero-imagen-prin {
    max-width: 300px;
    width: 100%;
    object-fit: cover;
}

.hero-overlay {
    background: #0000006b;
}

.border-section-hero.border-section-hero-full {
    left: 0;
    width: 100%;
    height: 50px;
    background: #131313;
}

.contenedor-caso {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.img-caso {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-caso img {
    width: 100px !important;
    border: 4px solid #e93477;
    border-radius: 100%;
}

.contenedor-carrousel-nosotros {
    max-width: 1000px;
    margin: auto;
}

.contenedor-icon-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    height: 120px;
    background: #2a143f;
    margin-top: 35px;
    border-radius: 10px;
    color: white;
}

.contenedor-texto-icon-home {
    width: 70%;
}

.juegos_container-itm {
    margin: auto;
}

@media (max-width: 425px) {

    .juegos_container-itm figure,
    .juegos_container-itm figure img {
        margin: auto !important;
    }
}


.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
#carrouselJuegos .owl-prev {
    position: absolute;
    top: 40%;
    left: -25px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#carrouselJuegos .owl-next.disabled {
    display: none;
}
#carrouselJuegos .owl-next {
    position: absolute;
    top: 40%;
    right: -25px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}