@charset "UTF-8";
/*!
CUSTOM
 */
.fade-in {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

@font-face {
    font-family: Mont;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Mont-SemiBold.otf") format("opentype");
}
    
@font-face {
    font-family: Mont;
    font-weight: bold;
    src: url("../fonts/Mont-Heavy.otf") format("opentype");
}
       
/*@font-face {
    font-family: Lara;
    font-weight: bold;
    src: url("../fonts/Lara regular.otf") format("opentype");
}*/

@font-face {
    font-family: Lora;
    font-weight: 400;
    src: url("../fonts/Lora-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Overpass;
    font-weight: 400;
    src: url("../fonts/Overpass-Regular.ttf") format("truetype");
}

h1 {
    font: normal normal 900 50px/50px Mont;
}

h2 {
    font: normal normal 900 35px/45px Mont;
}


#content-edge h2 {
    color: #BABABA;
}

.carousel-caption {
    left: 10%;
    top: 50%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
    top: 726px;
    height: 127px;
    font: normal normal 600 16px/18px Mont;
    max-width: 1339px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: auto;
    height: 100px;
    padding: 0 22%;
    text-indent: inherit;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    opacity: 1;
    transition: opacity .6s ease; 
    color: grey;
    margin: 12% 0 0 0;
}

.border-right {
    border-right: 2px solid #000000 !important;
}

.border-end-0 {
    border-right: 0px !important;
}

.carousel-indicators .active {
    color: black !important;
}

.carousel-indicators button {
    text-align: left;
}

.slide-miniature {
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
}  

button.active.carousel-indicators-img {
display: none;
}

.slide-number {
    font: normal normal 900 15px/17px Mont;
    display: block;
    margin-bottom: 16px;
}

/*FORMs*/

.navbar-nav .dropdown-menu {
    position: absolute;
    width: 85%;
    margin: 0 0 0 28px;
}

input.form-control, textarea.form-control {
    border-radius: 0px;
    background: transparent;
    border: solid 2px #fff;
    color: #fff;
    margin-right: -2px;
}

input.form-control::placeholder, textarea.form-control::placeholder {
    color: #fff;
}


.selectpicker {
    background: transparent;
    color: #ffffff;
    border: 0;
    padding: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.text-muted {
    color: #9c9c9c!important;
	font-size: 11px!important;
}

 /* ANIMACION navbar-toggler */
 button.navbar-toggler {
    max-width: 48px;
}    

.navbar-toggle{
    padding:4px 9px;
    border-color: #ddd;
}
.navbar-toggle:focus, .navbar-toggle:hover{
    background-color:#fff;
}
.bar1, .bar2, .bar3{
    width:22px;
    height:3px;
    background-color:#ffffff;
    margin:2px 0;
    transition:0.4s;
    float: right;
}
.change .bar1{
    -webkit-transform:rotate(-45deg) translate(-5px, 5px);
    transform:rotate(-45deg) translate(-5px, 5px);}
.change .bar2{
    opacity:0;
}
.change .bar3{
    -webkit-transform:rotate(45deg) translate(-5px, -5px);
    transform:rotate(45deg) translate(-5px, -5px);
}

.mt-negative-carousel {
    margin-top: -90px;
    z-index: 8;
    position: relative;
}

.mt-negative-black {
    margin-top: -450px;
    z-index: 7;
    position: relative;
    padding: 0;
}

/* HR */

hr {
    opacity: 1;
    height: 3px !important;
}


.hr-big {
    height: 8px !important;
    opacity: 1;
    margin-top: 0;
}


/* IMGS */


.img-50 {
        height: 300px;
        background-position: center;
        background-size: cover;
}

.map-50 {
    height: 320px;
    background-position: center;
    background-size: cover;
}

.banner-rectangular {
    max-height: 280px;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

/* CARDS */


.card {
    margin-bottom: 20px;

}

.card, .card-img, .card-img-top {
    border-radius: 0 !important;
    border: 0;
}


.card-img-overlay .card-title {
    font: normal normal 900 27px/34px Mont;;
}


.card-body .card-title {
    font: normal normal 900 31px/34px Mont;;
    }

.card-black-alfa {
    background: rgba(0,0,0,0.5);
}

.card-black-alfa .btn-dark {
    max-width: 60%;
}

.card-black-alfa .card-title {
    font: normal normal 900 37px/39px Mont;
}

.card-black-alfa .btn-outline-light {
    width: 200px;
    padding: 12px;
    border: 2px solid #FFFFFF;
    font: normal normal 900 14px/15px Mont;
    margin-top: 50px;
}

.btn-outline-light {
    border-radius: 0;
    border: 2px solid #fff;
    font: normal normal 900 14px/15px Mont;
}

.btn-outline-dark {
    border-radius: 0;
    border: 2px solid #000;
    font: normal normal 900 14px/15px Mont;
}

.btn-load-more {
    width: 200px;
    padding: 12px;
    margin: 30px 0 30px 0;
}
            

.btn-group-sm>.btn, .btn-sm {
    border-radius: 0;
    padding: 2px 15px;
}


.btn-read-more-white {
    text-align: left;
    font: normal normal 900 18px/18px Mont;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    padding-left: 0px;
    height: 40px;
    font-weight: 400;
}

.btn-read-more-white::after {
    content: '';
    background: url('../imgs/read-more-2.png'); 
    width: 20px;
    height: 20px;
    display: inherit;
    position: relative;
    margin: 0px 0px -4px 20px
}

.btn-outline-light:hover::before {
    background: url('../imgs/read-more-dark.png'); 
}

.btn-read-more-dark {
    text-align: left;
    font: normal normal 900 14px/15px Mont;
    letter-spacing: 0px;
    color: #000000;
    padding-left: 0px;
}

.btn-read-more-dark::before {
    content: '';
    background: url('../imgs/read-more-dark.png'); 
    width: 24px;
    height: 24px;
    display: inherit;
    position: relative;
    margin: 0px 0px 0px 20px;
}

.btn-outline-dark:hover::before {
    background: url('../imgs/read-more.png'); 
}

.bg-img-card-1 {
    height: 465px;
    background-position: center;
    background-size: cover;
}

.logo-collection {
max-height: 150px;
    width: auto;
    height: auto;
    max-width: 100%;}

.fa-circle.fa-stack-2x {
    font-size: 30px;
    margin-top: 7px;
}

.fa-stack {
    height: 1.5em !important;
    line-height: 2em;
    width: 2em !important;
}

.copyright {
    font: normal normal 400 9px/11px Mont;
}

/* CARRUSEL */

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 6px 21px !important;
    font: inherit;
    font-size: 26px;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 70px;
    float: left;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-item a {
    color: inherit;
    text-decoration: none;
}

/*HEADER FIXED*/
.scrolled-down{
    transform:translateY(0); transition: all 0.3s ease-in-out; background-color: #000000ad !important
}

.scrolled-up{
    transform:translateY(0); transition: all 0.3s ease-in-out; background-color: #000000ad !important;
}

.scrolled-down .navbar-brand {
    max-width: 175px;
	transition: all 0.3s ease-in-out;
}

.scrolled-up .navbar-brand {
	transition: all 0.3s ease-in-out;
}

/* HOME 2022 NEW STYLES*/

body {
    font-family: Mont, Helvetica, Arial, sans-serif;
    padding-top: 0px!important;
}

#header {
    box-shadow: 0px 3px 3px 3px #e2e2e2;
    max-width: 100%;
    padding: 30px 30px 0px;
    position: fixed;
    top: 0;
    z-index: 400;  
}

#header {
    background-color: #fff;;
}

#menu-item-wpml-ls-26-en{
    display:none;
}

.triangle{
    border-width: 540px 460px 0 0;
}


.mx-md-4 {
    display: none;
}
  
.px.md-4 {
    display: none;
}
  
.has-drop-cap:not(:focus):first-letter {
  font-size: 6.5em;
  line-height: 0.78;
  margin-top: 12px;
  margin-right: 0.1em;
  margin-bottom: 0px;
  margin-left: 0px;
}
  
.svg.bd-placeholder-img.bd-placeholder-img-lg.d-block.w-100 {
  display: block;
  margin-right:auto;
  margin-left:auto;
}
  
.card {
    background-color: transparent;
}
  
.components-panel__body-title button {
    display: none!important;
}
  
.btn-dark {
    background-color: #0A0A0A!important;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 12px 18px;
    text-transform: uppercase;
}
  
.btn-dark:hover {
    background-color: #545759!important;	
}
  
.card-body .card-title {
    font: normal normal 900 34px/34px Mont;
    min-height: 70px;
}
  
.card-text + p {
  font: normal normal 900 26px/28px Lora!important;
}

.back-to-top>p:first-child {
    border-color: #adadad transparent;
    border-style: solid;
    border-width: 0 20px 16px 20px;
    height: 0;
    margin: 0 auto;
    width: 10%;
}

.back-to-top:last-child {
    color: #adadad!important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

footer a:hover {
    color: #D8413F!important;
}

footer .nav-link {
    font: normal normal 200 18px/20px Mont;
    margin-left: 20px;
    padding: 4px 0px;    
}

footer .menu-item::before {
    content: '';
    background: url('../imgs/read-more-3.png'); 
    width: 16px;
    height: 16px;
    display: inherit;
    position: relative;
    float: left;
    margin-top: 3px;
}

.triangle {
    border-style: solid;
    border-width: 540px 460px 0 0;
    border-color: #a8a8a8 transparent transparent transparent;
    height: 0;
    left: -4%;
    position: absolute;
    top: 0;
    width: 0; 
}

.nav-edge {
    height: 80px;
    margin: auto;
    padding: 0px;
    max-width: 1200px;
}


/* Carousels */

#carouselExampleCaptions, #carouselExampleCaptions .carousel-inner, #carouselExampleCaptions .carousel-image, #carouselExampleCaptions .carousel-navigation, #carouselExampleCaptions .carousel-control-prev, 
    #carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-image {
    background-position: center;
    height: 740px;
}

.carousel-navigation {
    bottom: auto;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: 0;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    top: 0;
    width: 64px;
    height: 126px;
    float: left;
}

.carousel-control-next .carousel-bg-right, .carousel-control-prev .carousel-bg-left {
    background-color: #BABABA;
    color: #fff;
    height: 100%;
    opacity: 0;
    outline: 0;
    text-decoration: none;
    width: 230px;
    z-index: 0;
}

.carousel-control-next:hover > .carousel-bg-right, .carousel-control-prev:hover > .carousel-bg-left {
    opacity: .5;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    position: absolute;
    z-index: 20;
}

.carousel-image {
    background-position: bottom;
    background-size: cover;
    height: 500px;
}

.carousel-last-releases-control-next, .carousel-last-releases-control-prev {
    border: 1px solid #000;
    display: flex;
    height: 50px; 
    width: 50px;
}

.carousel-last-releases-control-next-icon, .carousel-last-releases-control-prev-icon {
    display: block;
    height: 22px;
    margin: auto;
    opacity: 1;
    width: 22px; 
}

#title-last-releases div {
    height: 70px;
}

#title-last-releases .carousel-navigation {
    left: 220px;
}

.carousel-control-prev, .carousel-control-next {
    background-color: transparent;
}

.carousel-control-prev:hover, .carousel-control-next:hover {    
    background-color: #bababa;
    opacity: .4;
}

/* ./Carousels */

/* Cards */

.cards {
    margin-bottom: 40px;
    padding: 0px;
}

.cards .card-body {
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;
    padding: 0px;
    box-shadow: 6px 6px 6px #a8a8a8;
}

.cards .card-body div {
    bottom: 0;
    height: 120px;
    position: absolute;
}

.cards .card-body div:first-child {
    background-color: #000;
    opacity: .4;
    z-index: 0;
}

.cards .card-body div:last-child {
    color: #fff;
    z-index: 10;
}

.cards .card-body button {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.6rem;
    margin: 20px 0px 0px 20px;
    text-align: left;
}

.cards .card-body p {
    font-size: 1.2rem;
    margin: 0px 35px;
    padding: 0px 0px 10px;
}
/* ./Cards */

/* News */

.news {
    margin-bottom: 30px;
}

.news-image {
    background-position: center;
    height: 400px;
    position: relative;
    padding: 0px;
    width: 100%;
}

/* ./News */

/* Footer */

footer {
}

#footer {
    height: 500px;
}

footer a {
    text-decoration: none;
    font: normal normal 200 14px/14px Mont;
}

footer a, footer .text-muted {
    color: #cfcfcf !important;
}

footer .navbar-brand {
    max-width: 270px;
}

footer .text-muted {
    font: normal normal 200 12px/12px Mont;
}

footer .dropdown {
    /*background-color: #000;
    border-radius: 6px;
    height: 44px;
    padding: 5px!important;  */  
}

footer .dropdown-toggle {
    background-color: #000;
    color: #fff;
    text-align: left;
    width: 100%;
}

footer .dropdown-item:hover {
    background-color: #000;
    color: #D7413F!important;
    width: 90%;
}

footer .dropdown-toggle, .dropdown-item {
    font: normal normal 200 16px/16px Mont;
}

footer ol, footer ul {
    padding-left: 0;
    list-style-type: none;
}

footer .menu-bottom {
    margin-top: 80px;;
}

/* ./Footer */

.btn-dark {
    font-size: 1.2rem!important;
}

#carouselLastReleases .carousel-item {
    display: none;
}

#carouselLastReleases .carousel-item.active {
    display: flex!important;
}

.top-content .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

footer .nav-link {
    color: #fff!important;
}

header .nav-link {
    font: normal normal 800 24px/24px Mont!important;
}

.text-decoration-none, .text-decoration-none:hover {
    color: #000!important;
}

/* Cards */

.cards .card-body {
    height: 400px;
}

.cards .card-body div {
    bottom: 0;
    height: 150px;
    position: absolute;
}

.cards .card-body button {
    font-size: 1.4rem;
    margin: 10px 0px 0px 20px;
}

.cards .card-body p {
    font-size: 1.2rem;
    margin: 0px 35px;
    padding: 0px 0px 20px;
}

.card-body .card-title {
    font: normal normal 900 32px/30px Mont;
    min-height: 0px;
}

.card-text + p {
    font: normal normal 400 15px/20px Mont!important;
}
/* ./Cards */


#nav-edge div {
    height: 80px;
}

#buscador div:first-child {
    border-right: 2px solid #000;
}

#nav-edge .search {
    height: 30px;
}

.menu-item.active .nav-link {
    color: #505050!important;
}


#carousel-edge {
    margin-top: 120px;
    -moz-margin-top: 120px!important;
    -webkit-margin-top: 120px!important;
}

.header-negative {
    margin-top: 100px;
    -moz-margin-top: 100px!important;
    -webkit-margin-top: 100px!important;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 500px;
}

/*.header-negative div {
    display: none;
}*/


/*SINGLE GAME TEMPLATE */

.table {
    border-color: transparent;
}

th {
    border-right: 2px solid #505050;
    padding-right: 20px!important;
    text-align: right;
}

td {
    padding-left: 20px!important;
    text-align: left;
}

th {
    font: normal normal 800 16px/24px Overpass;
}

td {
    font: normal normal 400 16px/24px Overpass;
}

.containerBlackGames {
    background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 760px; 
}

.game-description p, .game-description li, .game-description a, .game-description span{
    font: normal normal 400 16px/24px Montserrat;
    text-align: justify;
}

.game-description ul li {
    list-style: inherit;
}

.related-content h3 {  
    font-weight: 800;
}

.m-row-cards h5 {
    font: normal normal 800 22px/26px Mont!important;
}

.banners-featured:first-child {
    margin-bottom: 30px!important;
    margin-right: 0px;
}

/*./SINGLE GAME TEMPLATE */


 /*./HOME 2022 NEW STYLES*/

 @media only screen and (max-width: 575px) {
    .h5, h5, .cards .card-body button {
        font-size: 1.8rem;
    }

    .triangle {
        border-width: 380px 250px 0 0;
    }

    .nav-edge {
        height: 100px;
    }

    .navbar-brand {
        max-width: 140px;
    }
    
    #carouselExampleCaptions, #carouselExampleCaptions .carousel-inner, #carouselExampleCaptions .carousel-image, #carouselExampleCaptions .carousel-navigation, #carouselExampleCaptions 
    .carousel-control-prev, #carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-image {
        height: 400px;
    }

    .cards .card-body button {
        margin: 10px 0px 0px 20px;
    }

    .cards .card-body p {
        font-size: 1.2rem;
        padding: 0px 0px 20px;
    }

    .banners {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 180px;
    }

    .carousel-last-releases-control-prev {
        right: 90px;
        top: 4360px;
    }
    
    .carousel-last-releases-control-next {
        right: 20px;
        top: 4360px;
    }

    footer {
        height: 470px!important;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 54px;
        top: 14px;
    }

    .img-game {
        display: flex;
        justify-content: center;
    }

    .img-game img {
        margin-bottom: 60px;
        margin-top: 40px;
        max-width: 80%;
    }
    
 }

 @media (max-width: 575px) { 

    h1 {
        font: normal normal 900 40px/40px Mont;
    }

    #carousel-edge {
        margin-top: 110px;
    }
    
    .carousel-caption {
        left: 15%;
        text-align: left;
        top: 50%;
    }

    .containerBlackGames {
        padding: 0rem!important;
    }

    header .img-fluid {
        height: 70px;
    }

    .nav-edge {
        height: 90px;
    }

    #nav-edge div {
        height: 80px;
    }

    #header {
        padding: 0px 30px 0px;
    }

    .header-negative {
        height: 300px;
    }

    .big-banner {
        display: none;
    }

    div:has(> .big-banner) { 
        display: none;
    }

    .img-game img {
        margin-bottom: 60px;
        max-width: 60%;
    }

    #footer {
        padding: 3rem 1rem!important;
    }

    footer {
        background-size: cover;
        background-position: bottom;
        height: 470px!important;
    }

    footer .img-fluid {
        margin-top: 8px;
        max-width: 70%;
    }

    footer li a {
        font: normal normal 200 14px/14px Mont;
    }

    footer .btn-social a {
        font: normal normal 200 8px/8px Mont;
    }

    footer .menu-bottom {
        margin: 40px 0px 50px;
    }

    footer .menu-bottom div:first-child {
        margin-bottom: 20px;
        flex-direction: initial!important;
    }

    footer .menu-bottom div:last-child {
        padding-left: 0px;
    }

    .flex-row-reverse {
        margin-bottom: 10px;
    }


    .flex-row-reverse ul {
        display: block!important;
    }

    footer .text-muted {
        margin-top: 20px!important;
    }

    .p-md-5 {
        padding: 2rem!important;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 54px;
        top: 14px;
    }

    .img-game {
        display: flex;
        justify-content: center;
    }

    .img-game img {
        margin-bottom: 60px;
        margin-top: 40px;
        max-width: 80%;
    }

 }

 @media (min-width: 576px) {

    header .img-fluid {
        height: 50px;
        margin-top: 10px;
    }
    
    #header {
        padding: 0px 30px 0px;
    }

    .navbar-brand {
        max-width: 160px!important;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .header-negative {
        height: 400px;
    }
    
    .triangle{
        border-width: 400px 350px 0 0 !important;
    }

    .img-game {
        display: flex;
        justify-content: center;
    }

    .img-game img {
        margin-bottom: 60px;
        margin-top: 40px;
        max-width: 80%;
    }
    
    /* Carousels */
    
    #carouselExampleCaptions, #carouselExampleCaptions .carousel-inner, #carouselExampleCaptions .carousel-image, #carouselExampleCaptions .carousel-navigation, #carouselExampleCaptions .carousel-control-prev, 
    #carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-image {
        background-position: center;
        height: 600px;
    }

    #carousel-edge .carousel-caption {
        top: 40%;
        width: 33%;
    }

    #carousel-edge h5 {
        font: normal normal 800 42px/40px Mont;
    }

    #carousel-edge a {
        font: normal normal 400 16px/16px Mont;
    }

    #title-last-releases div {
        height: 70px;
    }
   
    #title-last-releases .carousel-navigation {
        left: 220px;
        top: 534%;
    }

   .carousel-caption {
        left: 15%;
        text-align: left;
        top: 50%;
    }

    .banners {
        background-repeat: no-repeat;
        background-size: cover;
        background-size: contain;
        height: 220px;
    }

    /* ./Carousels */

    .btn-load-more {
        margin: 0px 0 30px 0;
    }

    .img-game img {
        margin-bottom: 60px;
        max-width: 50%;
    }

    /* Footer */

    #footer {
        height: 460px;
    }

    footer .nav-link {
        font: normal normal 200 18px/20px Mont; 
        margin-left: 30px; 
    }

    footer a {
        font: normal normal 200 14px/14px Mont;
    }

    footer ul {
        height: 50px;
    }
    footer li a, footer p a {
        margin: 0px 5px;
    }

    footer .dropdown-toggle, .dropdown-item {
        font: normal normal 200 14px/16px Mont;
    }

    footer .navbar-brand {
        max-width: 140px;
    }

    footer .menu-bottom {
        margin-bottom: 10px;
        margin-top: 190px;
    }

    .btn-social a {
        margin: 0px;
    }

    .fa-2x {
        font-size: 1.4em!important;
    }

    footer .text-muted {
        font: normal normal 200 10px/10px Mont;
    }

    /* ./Footer */

    .news-featured:last-child, .card-body .card-title {
        min-height: 0px;
    }

    .news-list {
        margin-top: 40px;
    }

    .big-banner {
        display: none;
    }

    div:has(> .big-banner) { 
        display: none;
    }

    .menu-bottom div:first-child {
        flex-direction: initial!important;
    }

    .p-md-5 {
        padding: 2rem!important;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 54px;
        top: 14px;
    }

    .flex-row-reverse ul {
        display: block!important;
    }

}

@media (min-width: 768px) {

    h1 {
        font: normal normal 900 50px/50px Mont;
		margin-top: 75px;
		margin-right: 25px;
    }

    #carousel-edge {
        margin-top: 100px;
    }

    .cards .card-body button {
        font: normal normal 800 30px/34px Mont;
        margin: 10px 0px 0px 10px;
    }

    .cards .card-body p {
        font-size: 1.2rem;
        margin: 0px 24px;
        padding: 0px 0px 20px;
    }

    #carousel-edge .carousel-caption {
        top: 35%;
    }

    #carousel-edge h5 {
        font: normal normal 800 48px/50px Mont!important;
        margin-bottom: 0px;
    }

    #carousel-edge a {
        font: normal normal 400 16px/16px Mont!important;
    }

    #carousel-edge a:hover {
        background-color: transparent;
        /*text-shadow: 4px 4px #000;*/
    }

    .carousel-caption {
        left: 12%;
    }
    
    .mt-200{
        margin-top: 44px;
    }

    .big-banner {
        padding-right: 0px;
    }

    .banners {
        background-position: center;
        background-size: contain;
    }

    .banners-featured:first-child {
        margin-bottom: 20px!important;
    }

    .btn-dark {
        font-size: 1.2rem!important;
    }

    .list-group-horizontal-lg li {
        padding: 0 15px 0 0;
    }

    #title-last-releases .carousel-navigation {
        left: 350px;
        top: 417%;
    }

    .img-game img {
        margin-bottom: 60px;
        max-width: 50%;
    }

    div:has(> .big-banner) { 
        display: block;
    }

    .game-description {
        margin-left: -50px;
    }
    

    /* Footer */

    footer {
        width: 1004px;
    }

    footer a {
        /*font: normal normal 200 10px/10px Mont;*/
    }

    .col-md-4 {
        padding: 0px 16px;
    }

    .news-image {
        background-size: cover;
        height: 280px;
        width: 100%;
    }

    .news-list {
        margin-top: 0px;
    }

    .big-banner {
        display: block;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 34px;
        top: 10px;
    }

    #footer {
        background-size: cover;
        background-position: inherit;
        height: 420px;
    }

    footer .menu-bottom {
        margin: 40px 0px 50px;
    }

    footer .menu-bottom div:last-child {
        padding-left: 0px;
    }

    footer .menu-bottom div:first-child {
        flex-direction: initial!important;
        margin-bottom: 20px;
        padding-left: 0px;
    }

    .flex-row-reverse ul {
        display: block!important;
    }

    footer ul {
        height: auto;
    }

    .img-game {
        display: flex;
        justify-content: center;
    }

    .img-game img {
        margin-bottom: 60px;
        margin-top: 40px;
        max-width: 80%;
    }

}

@media (min-width: 992px) {

    .game-description {
        margin-left: -50px;
    }

    .triangle {
        border-width: 500px 330px 0 0!important;
    }

    #carousel-edge {
        margin-top: 100px;
    }

    .header-negative {
        height: 500px;
    }

    #carouselExampleCaptions .carousel-inner {
        width: 1004px;
    }

    #carouselLastReleases {
        height: 520px;
        overflow: hidden;
        padding: 0px 10px 0px 50px;
    }

    #carouselLastReleases .carousel-item, #carouselLastReleases .carousel-image {
        height: 600px;
    }

    #carouselLastReleases .carousel-caption {
        left: 16%;
        padding-top: 0;
        text-align: left;
        top: 30%;
    }

    #carouselLastReleases #carousel-edge {
        max-width: 1000px;
        padding-right: 0px;
    }

    #carouselLastReleases .carousel-caption h5 {
        font: normal normal 900 50px/50px Mont;
    }

    .navbar-brand {
        max-width: 160px!important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.4rem!important;
        padding-left: 1.4rem!important;
    }

    #carousel-edge, .container, .container-lg, .container-md, .container-sm, .news {
        max-width: 992px;
        padding: 0px;
    }

    .navbar.bg-transparente {
        background-color: transparent;
    }
    
	.scrolled-up{
        background-color: black;
    }

    .navbar-brand {
        max-width: 230px;
    }

    .navbar-brand img {
        height: 50px;
        margin-top: 10px;
    }

    ul.navbar-nav {
        margin-top: 0px;
    }

    .nav-link {
        color: #BABABA!important;
        padding: 4px 74px;
    }

    .nav-link:active, .nav-link:hover { 
        color: #D8413F!important;

    }

    .nav-link:active, .nav-link:hover { 
        text-decoration: underline;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.9rem;
        padding-left: 1.9rem;
    }

    .selectpicker {
        font: normal normal 600 16px/16px Mont;
        margin-top: -2px;
    }

    ul.sub-menu {
        top: 24px;
    }
        
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        right: 5%;
        width: 29%;
    }

    .nav-search {
        padding-left: 20px !important;
    }

    .nav-search svg {
        margin-top: 0px;
    }

    .header-negative {
        background-position: center;
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        z-index: 8;
    }

    .header-negative .row{
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    .img-50 {
        height: 768px;
    }

    /* MAP */

    .map-50 {
        height: 768px;
    }

    #map {
        height: 100%;
        width: 100%;
        min-height: 320px;
    }

    .banners {
        background-size: cover;
        height: 170px;
    }

    .btn-dark {
        font-size: 1.2rem!important;
    }

    .mt-negative-carousel {
        margin-top: -250px;
    }
    
    .mt-negative-black {
        margin-top: -330px;
        max-width: 1339px;
        padding-right: var(--bs-gutter-x,1.75rem);
        padding-left: var(--bs-gutter-x,1.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    .title-border {
        margin: 30px 0 30px 0;
		font-weight: 501;
    }

    .card-black-alfa .card-title {
        font: normal normal 900 65px/72px Mont;
    }

    .list-group-horizontal-lg {
        flex-direction: row;
        margin-bottom: 60px;
    }

    .list-group-horizontal-lg li {
        padding: 0 15px;
    }

    .copyright {
        margin-bottom: 58px;
    }

    .btn-social {
        margin-bottom: 60px;
    }

    .owl-theme .owl-nav {
        /* position: absolute; */
        bottom: 0;
        left: -34.6%;
    }
        
    .img-game {
        height: 100%;
        margin-bottom: -320px !important;
    }

    .mt-10{
        margin-top: 10px;
    }

    .mt-20{
        margin-top: 20px;
    }

    .mt-30{
        margin-top: 30px;
    }

    .banners {
        background-size: contain;
        height: 160px;
    }

    #title-last-releases {
        height: 120px;
    }

    #title-last-releases .carousel-navigation {
        top: 290%;
        left: 420px;
    }

    .cards .card-body {
        height: 380px;
        width: 380px;
    }

    .news {
        margin-left: 0px;
    }

    .news-image {
        height: 300px;
        width: 300px;
    }

    .news-list li:first-child {
        padding: 0px 40px 0px 0px;
    }

    .news-list li {
        padding: 0px 16px 0px 16px;
    }

    .news-list li:last-child {
        padding: 0px 0px 0px 40px;
    }

    footer a {
        font: normal normal 200 14px/14px Mont;
    }

    header .nav-link {
        font: normal normal 800 20px/24px Mont!important;
    }

    .col-md-4 {
        padding: 0px 16px;
    }

    .news-image {
        height: 320px;
        width: 100%;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 34px;
        top: 10px;
    }

    footer .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .img-game img {
        max-width: 100%;
    }

    .game-description {
        margin-left: -60px!important;
    }

    .back-to-top>p:first-child {
        border-width: 0 20px 16px 20px!important;
    }

}

@media (min-width: 1200px) {

    header, #carousel-edge, #content-edge, .container, .container-lg, .container-md, .container-sm, .container-xl, .news, .news ul, #carouselExampleCaptions .carousel-inner {
        max-width: 1200px;
    }

    #carouselExampleCaptions .carousel-inner {
        width: 1200px;
    }

    .carousel-navigation {
        top: 0%;
    }

    .cards .card-body {
        height: 450px;
        width: 450px;
    }

    .cards .card-body button {
        font: normal normal 800 34px/38px Mont;
        margin: 10px 0px 0px 20px;
    }

    .news-list {
        max-width: 1200px!important;
        padding: 0px 10px 0px 10px;
    }

    .news-list li:first-child {
        padding: 0px 40px 0px 0px;
    }

    .news-list li {
        padding: 0px 16px 0px 16px;
    }

    .news-list li:last-child {
        padding: 0px 0px 0px 40px;
    }

    .news {
        margin: 0px;
    }

    #title-last-releases {
        height: 100px;
    }

    carouselLastReleases {
        height: 520px;
    }

    #title-last-releases .carousel-navigation {
        top: 307%;
        left: 500px;
    }

    #carouselExampleCaption .carousel-caption {
        top: 50%;
    }

    #carouselExampleCaption .carousel-item {
        height: auto;
    }

    #carouselExampleCaptions, #carouselExampleCaptions .carousel-inner, #carouselExampleCaptions .carousel-image, #carouselExampleCaptions .carousel-navigation, #carouselExampleCaptions .carousel-control-prev, 
    #carouselExampleCaptions .carousel-control-next, #carouselExampleCaptions .carousel-image {
        height: 640px;
    }

    .mt-200 {
        margin-top: 250px;
    }
        
    .list-group-horizontal-lg {
        flex-direction: row;
        margin-bottom: 85px;
    }

    .list-group-horizontal-lg li {
    padding: 0 25px;
    }
      
    .product-description {
        margin-top: 0 !important;
    }

    .copyright {
        margin-bottom: 68px;
    }

    .btn-social {
        margin-bottom: 60px;
    }

    .btn-read-more-white::before {
        max-width: 108px;
    }

    .banners {
        background-size: contain;
        height: 200px;
        width: 200px;
    }

    .news-image {
        height: 360px;
        width: 100%;
    }

    .col-md-4 {
        padding: 0px 22px;
    }
   
    .game-description {
        margin-left: -60px;
    }

}

@media (min-width: 1300px) {
} 