#ImageBackground {
    width: 1904px;
    margin-top: -8px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -30;
}

#AIRE2 {
    width: 1904px;
    background-color: red;
    height: 600px;
    margin-top: 900px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -30;
    background-image: linear-gradient(to top, #0C1B2B, #E7E9CF);
}

#AIRE1 {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    height: 1px;
    margin-top: -10px;
}

#AIRECONTENIDO {
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0));
    width: 1200px;
    height: 2500px;
    border-radius: 11px;
    margin-left: 340px;
}

#DivTopStyle {
    background-image: linear-gradient(to top, #468CA0, #54B6CA, #468CA0);
    width: 580px;
    height: 80px;
    margin: 0 auto;
    margin-top: 44px;
    border-radius: 14px;
}

@font-face {
  font-family: 'The Battle Cat';
  src: url('Images/Fonts/stage_font.otf') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'The Battle Cat Regular';
  src: url('Images/Fonts/BattleCatsText-Regular.otf') format('woff2');
  font-weight: bold;
  font-style: bold;
}

#Background-Color {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.562));
    width: 1200px;
    height: 6250px;
    border-radius: 11px;
    margin: 0 auto;
    position: absolute;
    margin-top: -24px;
    z-index: -1;
}

#LeftWood {
    left: 0;
    top: 0;
    position: absolute;
    width: 30px;
    height: 6230px;
    transform: rotateY(180deg);
    margin-left: 4px;
    margin-top: 6px;
    box-shadow: 0 0 12px rgb(0, 0, 0);
}

#RightWood {
    left: 0;
    top: 0;
    position: absolute;
    width: 30px;
    height: 6230px;
    transform: rotateY(0deg);
    margin-left: 1166px;
    margin-top: 6px;
    box-shadow: 0 0 12px rgb(0, 0, 0);
}


#BoxDetalle {
    background-color: rgba(0, 0, 0, 0.589);
    top: 0;
    left: 0;
    position: absolute;
    width: 1070px;
    height: 6140px;
    border-radius: 12px;
    z-index: -2;
    margin-left: 415px;
    margin-top: 80px;
    background-image: url(Images/backgroundImageAnim2.png);
    animation-duration: 856.2s;
    animation-name: FondoAnim2;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-size: auto;
    filter: saturate(0);
    opacity: 0.45;
    border: 3px solid black;
}

#BoxDetalle2 {
    background-image: linear-gradient(to bottom, rgb(255, 240, 190), rgb(170, 152, 94) );
    top: 0;
    left: 0;
    position: absolute;
    width: 1030px;
    height: 730px;
    border-radius: 12px;
    z-index: 1;
    margin-left: 435px;
    margin-top: 160px;
    border: 3px solid black;
}

#BoxDetalle3 {
    position: absolute;
    width: 295px;
    height: 80px;
    border-radius: 7px;
    z-index: 2;
    margin-left: -15px;
    margin-top: 440px;
    border: 2px solid black;
    background-image: url(Images/backgroudImage2.png);
    box-shadow: -4px -4px 2px rgba(0, 0, 0, 0.397) inset;
}

#BoxDetalle4 {
    position: absolute;
    width: 795px;
    padding-bottom: 20px;
    border-radius: 12px;
    margin-top: 10px;
    margin-left: 110px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.637) inset;
    background-image: url(Images/backgroundImage4.png);
    z-index: 1;
    border: 1px solid black;
}

#BoxDetalle5 {
    width: 745px;
    height: 80px;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 20px;
    background-color: rgba(0, 0, 0, 0.425);
    z-index: 1;
    border: 2px solid black;
    display: inline-flex;
}

@keyframes FondoAnim2 {
  0% {background-position: 0% 0%;}
  100% {background-position: 0% -1159%;}
}

#TitleTop {
    color: white;
    margin-top: 26px;
    margin-left: 15px;
    position: absolute;
    font-family: 'Lilita One', sans-serif;
    -webkit-text-stroke: 1px black;
    font-size: 27px;
}

#BoxCatImages {
    background-color: rgb(255, 174, 0);
    margin-left: 795px;
    margin-top: 50px;
    position: absolute;
    border: 1px solid white;
    outline: 3px solid black;
    border-radius: 5px;
    vertical-align: bottom;
    padding: 20px;
    width: 270px;
    height: 510px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.452);
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 255, 255, 0.527), rgba(255, 0, 0, 0));
}   

@keyframes HoverLinkAnim {    
    0% {outline-color: rgb(255, 255, 0);}
    100% {outline-color:  rgb(255, 0, 255);}
}

#ImageCat {
    margin-left: 20px;
    margin-top: 15px;
    width: 220px;
    border: 1px solid white;
    outline: 3px solid black;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.425);
}

#TextNameCat {
    color: white;
    text-decoration: none;
    font-family: 'The Battle Cat Regular', sans-serif;
    text-align: center;
    font-size: 40px;
    margin-top: -10px;
    z-index: 2;
    text-shadow: 0px 4px black, 4px 0px black, -4px 0px black, 0px -4px black, 4px 4px black, -4px -4px black, 4px -4px black, -4px 4px black; /* STROKE text */
    width: 100%;
    height: 30px;
    padding: 10px;
    margin-left: -10px;
    margin-bottom: 0px;
}

#buttonMini {
    background-color: rgb(240, 188, 93);
    border: 3px solid black;
    position: absolute;
    font-family: 'The Battle Cat', sans-serif;
    text-align: center;
    color: white;
    font-size: 35px;
    width: 70px;
    border-radius: 12px;
    -webkit-text-stroke: 1.2px black;
    margin-top: 20px;
    margin-left: 450px;
    height: 38px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.125);
    display: inline-flex;
    cursor: pointer;
}

#buttonMini:hover {
    animation-name: HoverButtonAnim3;
    animation-duration: 0.15s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0,0,0,0);
}

#buttonMini:active {
    transform: scale(0.87);
    background-color: rgb(255, 219, 152);
}

@keyframes HoverButtonAnim3 {    
    0% {border-color: rgb(255, 255, 0);}
    100% {border-color: rgb(255, 0, 255);}
}

#TextStyleLeft {
    font-family: 'The Battle Cat', sans-serif;
    text-align: left;
    color: white;
    -webkit-text-stroke: 2px black;
    font-size: 85px;
    margin-top: 10px;
    margin-left: 80px;
    z-index: 5px; 
    width: 650px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-right-radius: 12px;
    padding: 20px;
    border-top-right-radius: 12px;
}

#HabilidadeTexts {
    font-family: 'The Battle Cat Regular', sans-serif;
    color: white;
    text-align: center;
    font-size: 25px;
    position: absolute;
    width: 100%;
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.589);
    margin-top: 5px;
    text-shadow: 0px 2px black, 2px 0px black, -2px 0px black, 0px -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black; /* STROKE text */
}

#ButtonCambiarImagen {
    border: 3px solid black;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 900;
    text-align: center;
    width: 230px;
    height: 32px;
    font-size: 19px;
    text-shadow: 0px 2px black, 2px 0px black, -2px 0px black, 0px -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black; /* STROKE text */
    margin-top: 5px;
    margin-left: 15px;
    cursor: pointer;
    background-image: linear-gradient(to top, #468CA0, #54B6CA, #468CA0);
    border-radius: 100px;
}

#ButtonCambiarImagen:hover {
    scale: calc(1.02);
    background-image: linear-gradient(to top, #3a7585, #479bac, #3a7585)
}

#ButtonCambiarImagen:active {
    scale: calc(0.94);
    animation-name: HoverButtonAnim3;
    animation-duration: 0.15s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0,0,0,0);
}

#TextUnidad {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 25px;
    text-align: center;
    letter-spacing: -1px;
    opacity: calc(0.5);
    margin-top: 5px;
    margin-left: 55px;
    color: rgb(217, 240, 135);
    text-shadow: 0px 2px black, 2px 0px black, -2px 0px black, 0px -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black; /* STROKE text */
}

#TitleCombo {
    color: #FBFBFC;
    font-family: 'The Battle Cat Regular', sans-serif;
    margin-left: 20px;
    text-align: center;
    width: 280px;
    height: 25px;
    font-size: 30px;
    text-shadow: 0px 2px black, 2px 0px black, -2px 0px black, 0px -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black; /* STROKE text */
    margin-top: 16px;
    margin-bottom: 0px;
    position: absolute;
}

#TextCombo {
    color: #FBFBFC;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    margin-left: 20px;
    text-align: center;
    width: 310px;
    margin-top: 35px;
}

#ImageCatCombo {
    display: inline-flex;
    width: 90px;
    height: 90px;
    margin-top: -3px;
    margin-left: -10px;
}

#ImageCatComboNone {
    display: inline-flex;
    background-color: #35290C;
    width: 72px;
    height: 55px;
    margin-top: 10px;
    margin-left: 610px;
    border: 3.5px solid black;
}

#CONTENIDO_Description {
    width: 650px;
    margin-top: 150px;
}

#CONTENIDO_Texto {
    width: 760px;
    height: 400px;
    position: none;
}

#CONTENIDO_Combo {
    height: 750px;
}

#ImagenesCatCombo {
    background-color: rgba(0, 255, 0, 0);
    width: 700px;
    height: 80px;
    margin-top: -84px;
    display: inline-flex;
}

.CatCombo-Images-Posion {
    background-color: rgba(255, 255, 0, 0);
    margin-left: 315px;
    position: absolute;
}

#Costo-Text-Style {
    color: white;
    margin-left: 100px;
    font-family: 'The Battle Cat', sans-serif;
    letter-spacing: 2px;
    text-shadow: 0px 2px black, 2px 0px black, -2px 0px black, 0px -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black;
    font-size: 25px;
    padding: 20px;
    width: 230px;
}

#menuOPEN1 {
    width: 50%;
    height: 110%;
    position: fixed;
    z-index: -525;
    margin-top: -40px;
    margin-left: -8px;
    animation-name: open1;
    animation-duration: 1s;
    opacity: 0;
}

#menuOPEN2 {
    width: 50%;
    height: 110%;
    position: fixed;
    z-index: -525;
    margin-top: -40px;
    margin-left: 50%;
    animation-name: open2;
    animation-duration: 1s;
    opacity: 0;
}

@keyframes open1 {
    0%{ opacity: 1; z-index: 525;}
    20% {margin-left: -8px; filter: brightness(100%);}
    100% {margin-left: -52%; opacity: 1; filter: brightness(20%); z-index: 525;}
}

@keyframes open2 {
    0%{ opacity: 1; z-index: 525;}
    20% {margin-left: 50%; filter: brightness(100%);}
    100% {margin-left: 100%; opacity: 1; filter: brightness(20%); z-index: 525;}
}

.NumbersAnimation1 {
    margin-left: 10px;
    animation-name: NumbersAnimation1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-iteration-count: infinite;
}

.NumbersAnimation2 {
    animation-name: NumbersAnimation1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
}

.NumbersAnimation3 {
    animation-name: NumbersAnimation1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-delay: 0.4s;
    animation-iteration-count: infinite;
}

.NumbersAnimation4 {
    animation-name: NumbersAnimation1;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-delay: 0.6s;
    animation-iteration-count: infinite;
}

@keyframes NumbersAnimation1 {
    0% {scale: calc(1);}
    50% {scale: calc(1.15); rotate: calc(6deg);}
    100% {scale: calc(1);}
}

.IconCombo {
    position: absolute;
    margin-left: 10px;
    border: 1px solid black;
    border-radius: 6px;
    animation-name: BorderComboIcon;
    animation-duration: 0.15s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0,0,0,0);
}

@keyframes BorderComboIcon {
    0% {border-color: rgba(255, 255, 0, 0.75);}
    100% {border-color: rgba(255, 0, 255, 0.75);}
}

#DescriptionBox {
    background-color: rgb(41, 42, 54);
    margin-left: 100px;
    margin-top: 50px;
    width: 948px;
    border: 1px solid white;
    outline: 3px solid black;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.452);
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 255, 255, 0.26), rgba(255, 0, 0, 0));
}

#Top-Description {
    background-color: rgba(0, 0, 0, 0.425);
    color: white;
    font-size: 50px;
    letter-spacing: 5px;
    font-family: 'The Battle Cat Regular', sans-serif;
    padding: 20px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.349));
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 4px black, 4px 0px black, -4px 0px black, 0px -4px black, 4px 4px black, -4px -4px black, 4px -4px black, -4px 4px black; /* STROKE text */
}

#Left-Div-Name {
    background-color: rgb(170, 77, 0);
    color: white;
    font-family: 'The Battle Cat', sans-serif;
    text-shadow: 0px 2px black, 2px 0px black, -2px 0px black, 0px -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black; /* STROKE text */
    padding: 4px;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 255, 255, 0.26), rgba(255, 0, 0, 0));
    margin-top: 6px;
    border: 1px solid black;
    font-size: 22px;
    letter-spacing: 2px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.514) inset;
}

#title-name {
    margin: 0;
    margin-left: 30px;
}

#ImageCatDescription {
    padding: 10px;
    padding-left: 40px;
    background-color: rgba(0, 0, 0, 0.212);
}

#EN-div {
    border: 2px solid black;
    background-color: rgb(77, 58, 48);
    color: white;
    margin-left: 6px;
    height: 26px;
    width: 755px;
    padding: 3px;
}

#text-EN-div {
    height: 26px;
    margin-top: 0px;
    padding-top: 3px;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#text-EN-div2 {
    height: 26px;
    margin-top: 0px;
    padding-top: 3px;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#text-EN-div3 {
    height: 26px;
    margin-top: 0px;
    padding-top: 3px;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#Box-Cat-Description {
    display: inline-flex;
    margin-top: 6px
}

#Description-div {
    border: 1.5px solid white;
    outline: 6px solid black;
    color: white;
    margin-left: 188px;
    margin-top: 48px;
    height: 86px;
    width: 747px;
    padding: 3px;
    position: absolute;
    background-image: linear-gradient(to top, #1B1916, #403D2E);
}

#title-name-cat-div {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 6px;
    margin-left: 12px;
    margin-bottom: 0px;
}

#p-cat-div {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 32px;
    margin-top: 6px;
    letter-spacing: -0.2px;
}

#ButtonCambiarTextoIdiomaDiv {
    position: absolute;
    margin-top: 0;
    margin-left: 100px;
    background-color: rgb(240, 188, 93);
    border: 3px solid black;
    position: absolute;
    font-family: 'The Battle Cat', sans-serif;
    text-align: center;
    color: white;
    font-size: 25px;
    width: auto;
    border-radius: 12px;
    height: 38px;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.125);
    text-shadow: 0px 2px black, 2px 0px black, -2px 0px black, 0px -2px black, 2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black; /* STROKE text */
    cursor: pointer;
}

#ButtonCambiarTextoIdiomaDiv:hover {
    transform: scale(0.95);
    animation-name: HoverButtonAnim3;
    animation-duration: 0.15s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0,0,0,0);
}

#ButtonCambiarTextoIdiomaDiv:active {
    transform: scale(0.8);
}