/*---------------------------------------------------------------------
    TITULO SEO
---------------------------------------------------------------------*/
h1.seo-title {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    user-select: none;
}



/*---------------------------------------------------------------------
    Página con fondo gris
---------------------------------------------------------------------*/
	body {
		background-color: #1C1C1D;
	}



/*---------------------------------------------------------------------
    Ancho página principal
---------------------------------------------------------------------*/
.container {
    max-width: 1280px !important;
}



/*---------------------------------------------------------------------
    skeleton
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    /*-font-weight: normal;*/
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 15px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.layout_padding_2 {
    padding-top: 37px;
    padding-bottom: 37px;
}

.light_silver {
    background: #f9f9f9;
}

.theme_bg {
    background: #38c8a8;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}



/*---------------------------------------------------------------------
    logo hero css
---------------------------------------------------------------------*/

/*=========================
      HERO
=========================*/

.hero{
    position:relative;
    width:100%;
    max-width:100%;
    margin:auto;
    overflow:hidden;
    line-height:0;
}

.hero img{
    display:block;
    max-width:100%;
    user-select:none;
    -webkit-user-drag:none;
}

/*=========================
        ALAS
=========================*/

.ala{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto !important;
    object-fit:contain;
    z-index:1;
}

/* Ala izquierda */
.izquierda{
    transform:translateX(-18%) rotate(-18deg) scale(.96);
    /*animation:
        alaIzquierda 2.8s cubic-bezier(.22,.8,.25,1) forwards 1.5s,
        aleteoIzquierda 3s ease-in-out infinite alternate 4.3s;*/
animation:
    alaIzquierda 2.8s cubic-bezier(.22,.8,.25,1) forwards 1.5s,
    aleteoIzquierda 3s ease-in-out infinite alternate 4.3s,
    auraSaiyan 2.4s ease-in-out infinite;
}

/* Ala derecha */
.derecha{
    transform:translateX(18%) rotate(18deg) scale(.96);
    /*animation:
        alaDerecha 2.8s cubic-bezier(.22,.8,.25,1) forwards 1.5s,
        aleteoDerecha 3s ease-in-out infinite alternate 4.3s;*/
animation:
    alaDerecha 2.8s cubic-bezier(.22,.8,.25,1) forwards 1.5s,
    aleteoDerecha 3s ease-in-out infinite alternate 4.3s,
    auraSaiyan 2.4s ease-in-out infinite;
}

/*=========================
          LOGO
=========================*/

.logon{
	animation: logoEntrada 1.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    position:relative;
    z-index:3;
    display:block;
    width:100%;
    max-width:100%;
    height:auto !important;
    object-fit:contain;
    opacity:0;
    transform:scale(.60);
    animation:logoEntrada 1.8s ease forwards;
    animation-delay:.5s;
}

/*=========================
      ANIMACIÓN LOGO
=========================*/

@keyframes logoEntrada {
    from{
        opacity:0;
        transform:scale(.6);
    }
    to{
        opacity:1;
        transform:scale(1);
    }
}

/*=========================
     ALA IZQUIERDA
=========================*/

@keyframes alaIzquierda {
    0%{
        opacity: 0;
        transform: translateX(-8%) rotate(-12deg) scale(.96);
    }

    100%{
        opacity: 1;
        transform: translateX(0) rotate(0) scale(1);
    }
}

/*=========================
      ALA DERECHA
=========================*/

@keyframes alaDerecha {
    0%{
        opacity: 0;
        transform: translateX(8%) rotate(12deg) scale(.96);
    }

    100%{
        opacity: 1;
        transform: translateX(0) rotate(0) scale(1);
    }
}

/*=========================
      ALETEO FINAL
=========================*/

@keyframes aleteoIzquierda{

	0%{
		transform:translateX(0) rotate(0deg);
	}
	100%{
		transform:translateX(0) rotate(-4deg);
	}

}

@keyframes aleteoDerecha{

	0%{
		transform:translateX(0) rotate(0deg);
	}

	100%{
		transform:translateX(0) rotate(4deg);
	}

}

/*==================================================
  1. MODO SUPER SAYAYIN (PROS Y LOGO LIBRES)
==================================================*/
/* Permite que el resplandor de las alas y los rayos del logo pasen cualquier borde */
.hero, #bg_main, .banner_main, .contenedor-del-logo-si-tienes-uno {
    overflow: visible !important;
}

/* Evita barras de desplazamiento horizontales molestas en móviles */
html, body {
    overflow-x: hidden !important;
}

/*==================================================
  2. ELECTRIC CANVAS (SIN BORDES Y DESBORDADO)
==================================================*/
#logoContainer {
    position: relative;
    display: inline-block;
    z-index: 2;
    overflow: visible !important; /* Fuerza a que el contenedor del logo no corte nada */
}

#logoe {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3; /* El texto queda por encima para que no lo tapen los rayos */
}

#electricCanvas {
    position: absolute;
    pointer-events: none;
    z-index: 2; /* Los rayos se dibujan alrededor y por detrás del texto */
    
    /* CAMBIO CLAVE: Hacemos el canvas más grande que el texto para que los rayos salgan */
    top: -50px;          /* Lo estiramos hacia arriba */
    left: -50px;         /* Lo estiramos hacia la izquierda */
    width: calc(100% + 100px);  /* 100% del texto + 50px de cada lado */
    height: calc(100% + 100px); /* 100% del texto + 50px de arriba/abajo */
}

/* 1. Permite que el resplandor de las alas pase cualquier borde físico del contenedor */
.hero, #bg_main, .banner_main {
    overflow: visible !important;
}

/* 2. Permite que la luz brille fuera de la pantalla del celular sin crear barras de desplazamiento */
html, body {
    overflow-x: hidden !important;
}

.ala{
    filter:
        brightness(1.08)
        saturate(1.15)
        drop-shadow(0 0 8px rgba(255,220,80,.35))
        drop-shadow(0 0 16px rgba(255,200,0,.22));
}

@keyframes aura{

	0%{
		filter:
		brightness(1.05)
		saturate(1.15)
		drop-shadow(0 0 8px rgba(255,220,80,.35))
		drop-shadow(0 0 16px rgba(255,200,0,.22));
	}

	50%{
		filter:
		brightness(1.11)
		saturate(1.15)
		drop-shadow(0 0 12px rgba(255,220,80,.35))
		drop-shadow(0 0 24px rgba(255,200,0,.22));
	}

	100%{
		filter:
		brightness(1.05)
		saturate(1.15)
		drop-shadow(0 0 8px rgba(255,220,80,.35))
		drop-shadow(0 0 16px rgba(255,200,0,.22));
	}

}



/*---------------------------------------------------------------------
    intro screen css
---------------------------------------------------------------------*/

#intro{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#1C1C1D;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:999999;
	transition:opacity .8s ease;
}

.intro-center{
	text-align:center;
	/* In here mine */
	position: fixed;
    z-index: 999999;
    background: #222;
    width: 100%;
    height: 100%;
}

.intro-logo{
	width:284px;
	margin-bottom:20px;
	animation:glow 3s infinite alternate;
}

.intro-center h1{
	font-family:'Orbitron',sans-serif;
	font-size:30px;
	color:white;
	letter-spacing:8px;
	margin:0;
}

.intro-center p{
	font-family:'Orbitron',sans-serif;
	font-size:18px;
	color:#888;
	margin-top:12px;
	letter-spacing:3px;
}

.loading-line{
	margin:auto;
	margin-top:20px;
	width:320px;
	height:3px;
	background:#222;
	overflow:hidden;
}

.loading-progress{
	width:0%;
	height:100%;
	background:#ff1e1e;
	box-shadow:0 0 20px #ff0000;
	animation:loading 2s linear forwards;
}

.loading-text{
	display:block;
	margin-top:18px;
	font-family:'Orbitron',sans-serif;
	font-size:13px;
	letter-spacing:4px;
	color:#bfbfbf;
}

@keyframes loading{
	0%{width:0%;}
	100%{width:100%;}
}

@keyframes glow{
	0%{
	filter:drop-shadow(0 0 5px orange);
	}
		100%{
		filter:drop-shadow(0 0 25px yellow);
	}
}

#intro.hide{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
}



/*---------------------------------------------------------------------
    layout new css 
---------------------------------------------------------------------*/

.right_header_info {
    width: 100%;
    float: left;
    padding: 8px 0 0;
}

.right_header_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.right_header_info ul li {
    display: inline;
    font-size: 18px;
    margin-left: 20px;
}

.menu_iconb {
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    padding: 9px 38px;
    border-radius: 20px;
    margin-right: 30px;
}

.slider_cont_section h4 {
    color: #f36b2a;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    padding: 0;
    line-height: normal;
}

.slider_cont_section h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 135px;
    font-weight: 700;
    padding: 0;
    line-height: 125px;
    margin-bottom: 35px;
}

.slider_cont_section p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    line-height: normal;
    margin-bottom: 50px;
}

.center {
    display: flex;
    justify-content: center;
}

#slider_main {
    padding-top: 102px;
}

.top_section div.button_section {
    display: flex;
}

.padding3 {
    padding: 0px;
}

.header {
    background: transparent;
    padding: 0px 0px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: -35px;
}

@media (max-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}



/* --- DISENIO GRANDE 1280px PC 100% --- */
/*@media (min-width: 1025px) and (max-width: 1280px){
	.banner_main {
		position: relative;
		transform: translateY(-40px);
		padding-bottom: 0;
	}
}

/* --- DISENIO NORMAL 1024 PC 100% - 150% --- */
/*@media (min-width: 1024px) {
	.banner_main {
		position: relative;
		transform: translateY(-36px);
		padding-bottom: 0;
	}
}

/* --- DISENIO TABLET NORMAL 175% - 200% --- */
/*@media (min-width: 769px) and (max-width: 1023px) {
	.banner_main {
		position: relative;
		transform: translateY(-32px);
		padding-bottom: 0;
	}
}

/* --- ZOOM 300% APROX --- */
/*@media screen and (min-width: 501px) and (max-width: 768px) {
	.banner_main {
		position: relative;
		transform: translateY(-28px);
		padding-bottom: 0;
	}
}

/* --- ZOOM 400% - 500% CELULARES --- */
/*@media screen and (min-width: 351px) and (max-width: 500px) {
	.banner_main {
		position: relative;
		transform: translateY(-24px);
		padding-bottom: 0;
	}
}

/* --- ZOOM 600% O CELULARES PEQUENIOS --- */
/*@media screen and (max-width: 350px) {
	.banner_main {
		position: relative;
		transform: translateY(-20px);
		padding-bottom: 0;
	}
}*/



.text-bg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -56px;
}

.banner_main .text-bg a {
    width: 191px;
    background: #fcfcfc;
    padding: 9px 0px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
}

.banner_main .text-bg a:hover {
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    color: #000;
    transition: all .4s ease-in;
    border-radius: 20px;
}

.titlepage {
    padding-bottom: 30px;
}

.titlepage h1 {
    font-weight: bold;
    color: #f8eca6;
    line-height: 66px;
    font-size: 60px;
    text-align: center;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
}

.titlepage h2 {
    font-weight: bold;
    color: #f8eca6;
    line-height: 66px;
    font-size: 60px;
    text-align: center;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 20px;
}

.titlepage span {
    border: #f0e7b5 solid 1px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}


/** casino section **/
.casino {
    background-color: #1C1C1D;
    padding-top: 50px;
}

.casino .game_box {
    background-image: linear-gradient(to right, #bc883d, #f5e47b, #bc883d);
    padding: 10px;
}

.casino .game_box figure {
    margin: 0;
}

.casino .game_box figure img {
    width: 100%;
}

.padding_bottom {
    margin-bottom: 30px;
}

.casino .game {
    box-shadow: #000 0px 0px 9px -2px;
    margin-top: -48px !important;
    background: #fff;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    border: #cca24f solid 4px;
    padding: 8px;
    z-index: 999;
    position: relative;
}

.casino .game h3 {
    font-size: 20px;
    text-align: center;
}


/** end casino section **/

.d_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.licens {
    background-color: #1C1C1D;
    padding-top: 50px;
}

.licens_Carousel .carousel-caption {
    position: inherit;
    background-image: linear-gradient(to right, #bc883d, #f5e47b, #bc883d);
    border-radius: 30px;
    margin: 0 35px;
    padding: 30px 30px;
}

.licens_box figure {
    margin: 0;
}

.licens_box figure img {
    width: 100%;
}

.licens_box {
    text-align: left;
    background: #fff;
    box-shadow: #ddd 0px 0px 10px 0px;
    padding: 0px 50px 50px 50px;
}

.licens_Carousel .test_box .jons {
    text-align: left;
}

.licens_Carousel {
    padding: 0 20px;
}

.licens_Carousel .test_box .jons h4 {
    font-size: 40px;
    color: #1C1C1D;
    line-height: 50px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.licens_Carousel .test_box .jons figure {
    margin: 0;
}

.licens_Carousel .test_box p {
    font-size: 17px;
    line-height: 28px;
    color: #1C1C1D;
    text-align: left;
    padding: 20px 0;
}

.read_more {
    width: 191px;
    background: #252728;
    padding: 9px 0px;
    color: #f3e179;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
    float: left;
}

.read_more:hover {
    background: #fff;
    color: #252728 !important;
    transition: all .4s ease-in;
    border-radius: 20px;
}

.licens_Carousel .carousel-indicators {
    display: flex;
}

#licens .carousel-control-prev,
#licens .carousel-control-next {
    width: 62px;
    height: 62px;
    background: #deae25;
    opacity: 1;
    font-size: 28px;
    color: #fff;
    top: 50%;
    border-radius: 30px;
    background-image: linear-gradient(to right, #bc883d, #f5e47b, #bc883d);
}

.lorem {
    font-size: 17px;
    line-height: 28px;
    color: #fefcfb;
    text-align: center;
    font-weight: 500;
    padding-top: 30px;
	padding-bottom: 0px;
}

ul.spinit {
    text-align: center;
    background-color: #252728;
    box-shadow: #0d0303 0px 0px 6px -1px;
    padding: 20px 0px;
}

ul.spinit li {
    display: inline-block;
    text-align: center;
}

ul.spinit li a {
    display: inline-block;
    font-weight: 501;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px 39px;
    padding-bottom: 5px;
}

ul.spinit li a:hover {
    border-bottom: #fff solid 1px;
}

.two_box {
    padding-top: 50px;
}

.two_box .many_box_img {
    padding: 10px;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d)
}

.two_box .many_box_img figure {
    margin: 0;
}

.two_box .many_box_img figure img {
    width: 100%;
}

.two_box .many_box p {
    font-size: 17px;
    line-height: 28px;
    color: #fefcfb;
    text-align: left;
    font-weight: 500;
}
/** end licens section **/


/** reqeste section **/
.reqeste {
    background-color: #1C1C1D;
	padding-top: 60px;
	padding-bottom: 0px;
}

#cochang *::placeholder {
    color: #f9fcfd;
}

.form_main .form_control {
    border: inherit;
    border-bottom: #ddd solid 1px;
    background-color: transparent;
    font-size: 17px;
    margin-bottom: 30px;
    border-radius: inherit;
    padding-bottom: 5px;
    color: #f9fcfd;
    width: 100%;
}

.form_main .send_btn {
    font-size: 17px;
    border: #fff solid 2px;
    background-color: transparent;
    color: #fff;
    padding: 10px 60px;
    border-radius: 35px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.form_main .send_btn:hover {
    background-color: #fff;
    color: #000;
}
/** end reqeste section **/


/** footer section **/
.footer {
    background: #1C1C1D;
	padding-top: 75px;
	padding-bottom: 0px;
}

.newtetter {
    padding-right: 30px;
}

.newtetter .tetter {
    border-bottom: #ffffff solid 1px !important;
    background: transparent;
    padding: 7px 0px;
    border-radius: inherit;
    font-size: 17px;
    color: #ffffff;
    border: inherit;
    width: 100%;
}

.submit {
    margin-top: 15px;
    background: transparent;
    padding: 5px 50px;
    color: #ffffff;
    transition: all .4s ease-in;
    float: right;
    margin-bottom: -34px;
    border: #ffffff solid 2px;
    border-radius: 39px;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    font-weight: 500;
}

.submit:hover {
    background: #ffffff;
    color: #000;
    border-radius: 20px;
    transition: all .4s ease-in;
}

.address h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
    padding-bottom: 10px;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.address p {
    color: #fff;
    padding-bottom: 15px;
}

ul.Menu_footer li {
    padding-bottom: 6px;
    display: block;
    color: #3e7f21;
    position: relative;
}

ul.Menu_footer li a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
}

ul.Menu_footer li a:hover {
    color: #f5e47b;
}

ul.Links_footer {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

ul.Links_footer li {
    color: #fff;
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 21px;
}

ul.loca li {
    color: #fcfbfb;
    padding-bottom: 10px;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    flex-wrap: wrap;
    align-items: center;
}

ul.loca li a {
    padding-right: 16px;
    color: #ee3e0f;
    margin-top: 4px;
}

#map {
    height: 100%;
    min-height: 480px;
}


/** end footer section **/


/* ---------------------------------------------------
    BOTÓN DE SUSCRIPCIÓN
----------------------------------------------------- */
/* espacio fijo reservado: ajusta 44px si necesitas más altura para 2 líneas */
.message-wrapper {
  height: 44px;
  margin-top: 10px;
}

/* el <p> queda oculto visualmente pero sigue ocupando espacio */
#message-wrapper {
  margin: 0;
  min-height: 44px;        /* coincide con la altura del wrapper */
  line-height: 1.2;
  visibility: hidden;      /* invisible pero ocupa espacio */
  opacity: 0;
  transition: opacity .18s ease-in-out;
  font-weight: 700;
  word-break: break-word;  /* que no rompa el diseño si el mensaje es largo */
}

/* cuando tenga esta clase, se muestra (sin cambiar layout) */
#message-wrapper.visible {
  visibility: visible;
  opacity: 1;
}

/* colores según tipo (puedes cambiarlos) */
#message-wrapper.success { color: #198754; } /* verde */
#message-wrapper.error   { color: #dc3545; } /* rojo */


/* ---------------------------------------------------
	 Estilos para plugin Minecraft Server
----------------------------------------------------- */
.minecraft-btn {
	background: linear-gradient(145deg, #6cbb3c, #4f9321);
	border: 3px solid #333;
	color: #fff;
	font-family: 'Minecraft', monospace;
	font-size: 16px;
	padding: 10px 20px;
	cursor: pointer;
	text-shadow: 1px 1px #000;
	transition: transform 0.1s, box-shadow 0.1s;
}
.minecraft-btn:hover { transform: translateY(-2px); box-shadow: 0 4px #222; }
.minecraft-btn:active { transform: translateY(2px); box-shadow: 0 2px #111; }


/* ============================= */
/*  CAROUSEL FULL WIDTH MOBILE   */
/* ============================= */
@media (max-width: 768px) {
  /* Quitar el límite del container */
  .carousel-inner .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/* ============================= */
/* ---   Diseño en TABLET    --- */
/* ============================= */
@media (min-width: 769px) and (max-width: 1023px) {
  /* Quitar el límite del container */
  .carousel-inner .container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
	
  /* Mantener altura fija en celular */
  .carousel-inner {
    height: 480px; /* Cambia este valor al alto que quieras */
  }
  .carousel-inner .carousel-item {
    height: 480px; /* Debe ser igual al anterior */
  }
}


/* ============================= */
/*       LINE SUBS/UNSUBS        */
/* ============================= */
.linea {
  border: none;
  height: 2px;
  background: none;/*linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);*/
  width: 100%;
  margin: 32px 0; /* espacio arriba y abajo 48px es mayor */
}


/* ============================= */
/*          AMAZON LINKS         */
/* ============================= */
.amazon-ad {
	display: block;
	max-width: 520px;
	margin: 25px auto;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	background: #ffffff;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.amazon-ad:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.amazon-ad-img {
	width: 100%;
	height: auto;
	display: block;
}

.amazon-ad-text {
	padding: 12px;
	text-align: center;
}

.amazon-ad-title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	margin-bottom: 6px;
}

.amazon-ad-cta {
	display: inline-block;
	padding: 6px 14px;
	background: #ff9900;
	color: #000;
	font-weight: 700;
	border-radius: 4px;
	font-size: 14px;
}



/* ============================= */
/*           PLACA ISSN          */
/* ============================= */
.hero {
    position: relative;
    text-align: center;
}

.issn {
    display: inline-block;
    margin-top: 10px;		/* sube el contenedor del ISSN */

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;				/* sube el contenedor del ISSN */
	
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 900;		/* Mejor que 600, original 700 */
    color: #3a2a0a;
    line-height: 0.2;		/* Muy importante */
    letter-spacing: 2px;	/* En lugar de 2px */
    white-space: nowrap;	/* Evita saltos de línea */

    /* Letras doradas */
    background-image: linear-gradient(to bottom, #bc883d 0%, #f5e47b 50%, #bc883d 100%);
    border: 2px solid #8c6325;
    border-radius: 10px;

    box-shadow:
        0 0 15px rgba(245,228,123,.35),
        inset 0 1px 1px rgba(245, 229, 123, 0.623),
        inset 0 -2px 3px rgba(0,0,0,.15),
        0 4px 10px rgba(0,0,0,.4);

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    /*text-shadow:
        0 2px 2px rgba(0, 0, 0, 0.45),
        0 1px 1px rgba(0, 0, 0, 0.25);
    }*/
}

/* Espacio bajo del ISSN */
.container .casino {
	padding-top: 65px;
}



/* ============================= */
/*         TWEET CENTER          */
/* ============================= */
.tweet-center{
    display:flex;
    justify-content:center;
    width:100%;
}
.twitter-tweet{
    margin:0 auto !important;
}



/* ============================= */
/*          PROPIO ROW           */
/* ============================= */
@media (min-width:768px)
{
    .papiro-col-1  { width:8.333333%; }
    .papiro-col-2  { width:16.666667%; }
    .papiro-col-3  { width:25%; }
    .papiro-col-4  { width:33.333333%; }
    .papiro-col-5  { width:41.666667%; }
    .papiro-col-6  { width:50%; }
    .papiro-col-7  { width:58.333333%; }
    .papiro-col-8  { width:66.666667%; }
    .papiro-col-9  { width:75%; }
    .papiro-col-10 { width:83.333333%; }
    .papiro-col-11 { width:91.666667%; }
    .papiro-col-12 { width:100%; }
}



/* ============================= */
/*        TITULO DE AUTOR        */
/* ============================= */
.article-author{
    display:flex;
    align-items:center;
    gap:15px;
    margin:30px 0 10px 0;
}
.author-photo{
    width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
    margin-top:2px;
}
.author-name{
    font-size:18px;
    font-weight:bold;
    color:white;
}
.author-date{
    font-size:14px;
    color:#bdbdbd;
}



/* ============================= */
/*     TAMAÑO GENERAL DE CAJA    */
/* ============================= */
.comments-container {
    background-color: #1C1C1D;
	padding-top: 20px;
	margin-bottom: -20px;
}
.statusminecraft {
    background-color: #1C1C1D;
	padding-top: 50px;
	padding-bottom: 0px;
}
.ultimate-notice-container {
    background-color: #1C1C1D;
	padding-top: 80px;
	padding-bottom: 0px;
}
.impulse {
    background-color: #1C1C1D;
	padding-top: 55px;
	/*padding-top: 80px;*/
	padding-bottom: 0px;
}
.listinfo {
    background-color: #1C1C1D;
	/*padding-top: 95px;*/	/* tamaño normal */
	padding-top: 40px;
	padding-bottom: 0px;
}



/* ============================= */
/*      MOVIMIENTO DE TABLAS     */
/* ============================= */
@media (max-width: 768px) {
    table {
        width: 100% !important;
        max-width: 100%;
        border-collapse: collapse;
    }
    table th,
    table td {
        white-space: normal;
    }
    /* Tablas que tienen muchas columnas */
    table:has(th:nth-child(3)) {
        display: block;
        width: 100% !important;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    table:has(th:nth-child(3)) th,
    table:has(th:nth-child(3)) td {
        white-space: nowrap;
    }
}