@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700;800&display=swap');



input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="number"], input[type="search"],
input[type="tel"], input[type="time"], input[type="url"],
input[type="month"], input[type="week"], input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #242025;
  border: 1px solid #423a44;
  color: #fffadc;
  font-size: 14px;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  color: #fffadc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder,
input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
  color: #fffadc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder,
input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
  color: #fffadc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
  color: #fffadc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="text"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder,
input[type="datetime"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder, input[type="time"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder,
input[type="month"]:focus::-webkit-input-placeholder, input[type="week"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
input[type="text"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder,
input[type="datetime"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder, input[type="time"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder,
input[type="month"]:focus:-moz-placeholder, input[type="week"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
input[type="text"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder,
input[type="datetime"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder, input[type="time"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder,
input[type="month"]:focus::-moz-placeholder, input[type="week"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
input[type="text"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder,
input[type="datetime"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder, input[type="time"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder,
input[type="month"]:focus:-ms-input-placeholder, input[type="week"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

select {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #242025 url(../images/select.png) no-repeat center right 20px;
  border: 1px solid #423a44;
  color: #fffadc;
  font-size: 14px;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  text-align-last: center;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  -moz-appearance: none;
}
.container-box #Dos,#Tres,#Cuatro,#Cinco,#Seis,#Siete,#Ocho{
display: none;
animation: fadeEffect 1s;
}
.mySlides{
animation: fadeEffect 1s;
}
.container-box #Uno {
	animation: fadeEffect 1s;
}
.Uno a:hover{
        opacity: 0.4;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.pointer{
	cursor:pointer;
}
textarea {
  position: relative;
  display: block;
  width: 100%;
      /* height: 80px; */
  background: #242025;
  border: 1px solid #423a44;
  color: #fffadc;
  font-size: 14px;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
textarea::-webkit-input-placeholder {
  color: #fffadc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:-moz-placeholder {
  color: #fffadc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea::-moz-placeholder {
  color: #fffadc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:-ms-input-placeholder {
  color: #fffadc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
textarea:focus::-webkit-input-placeholder {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
textarea:focus:-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
textarea:focus::-moz-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}
textarea:focus:-ms-input-placeholder {
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

div, section {
  position: relative;
  display: block;
}

b, th, strong, h1, h2, h3, h4, h5, h6, button {
  font-family: 'Open Sans', sans-serif;
}

p{
	text-align: -webkit-center;
}

.pf-form .none{
	display:none
}
.mobile-image {
    display: none;
}

@media (max-width: 767px) {
    .desktop-video {
        display: none;
    }

    .mobile-image {
        display: block;
		place-self: center;
		position: absolute;
		right: -490px;
    }
}
#homepage .hero-section {
    display: flex;
	position: relative;
    align-items: center;
    justify-content: center;
	height: 105vh;
    margin-top: -450px;
	font-family: 'Open Sans', sans-serif;
}
#homepage .hero-section p{
	
	letter-spacing: 1px;
    color: #f7f7f7;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 0.1875rem #000, 0 0 0.1875rem #000;
	padding-bottom: 20px;
}
#homepage .hero-section span{
	    color: #ff9000;
    font-size: 50px;
	}
.centered-content {
    text-align: center;
	    text-transform: uppercase;
}
body::before {
	 content: "";
	 visibility: hidden;
    display: none;
    background: url('../images/bg-button-up.webp') no-repeat -9999px -9999px, 
                url('../images/bg-button2-up.webp') no-repeat -9999px -9999px;
}
#homepage .hero-section .btn-image {
    display: inline-block;
    padding: 24px;
    font-size: 23px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-right: 4px;
    padding-left: 62px;
    /* padding-left: 93px; */
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 74%);
    color: #333;
    font-family: 'Open Sans', sans-serif;
    background-image: url(../images/bg-button.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 270px;
}

#homepage .hero-section .btn-image:hover {
    border-color: #FFB900; /* Un color de borde un poco mÃ¡s oscuro para el hover */
	background-image: url(../images/bg-button-up.webp);
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 74%);
    transform: translateY(-2px);
}

#homepage .hero-section .btn-image:active {
    transform: translateY(1px);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}


.news-section {
    padding: 40px 0;
	    max-width: -webkit-fill-available;
    background: #1e1616;
    border-top: 0.0625rem solid #383535;
    display: flex;
    height: 18.75rem;
    justify-content: center;
    overflow: hidden;
    width: 100vw;
	font-family: 'Open Sans', sans-serif;
}
.news-section a{
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: antiquewhite;
    display: -webkit-box;
    font-size: 0.9rem;
    /* font-weight: 700; */
    overflow: hidden;
	height: 100%;
    background-size: cover;
    background-position: center;
    text-overflow: ellipsis;
    text-shadow: 0 0 0.4375rem #000, 0 0 0.4375rem #000;
    text-transform: capitalize;
    -webkit-transition: all .2s cubic-bezier(.17,.67,.83,.67);
    -moz-transition: all .2s cubic-bezier(.17,.67,.83,.67);
    -ms-transition: all .2s cubic-bezier(.17,.67,.83,.67);
    -o-transition: all .2s cubic-bezier(.17,.67,.83,.67);
    transition: all .2s cubic-bezier(.17,.67,.83,.67);
    width: 16.25rem!important;
}
.news-section a:hover{
	    color: #c9aa71;
}
.news-section a:hover svg path:nth-child(2) {
    fill: #c9aa71; /* Reemplaza #desiredColor con el color que quieras en hover */
}

.news-section .centered-content {
 display: grid;
    grid-template-areas: 
        "news-route"
        "news-items";
    gap: 20px;  /* Ajusta esto segÃºn el espacio que quieras entre las Ã¡reas */
}

.news-route-container {
     grid-area: news-route;
	 place-self: center;
}

.news-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Espaciado entre noticias. */
}

.news {
height: 165px;
 grid-area: news-items;
    overflow: hidden;
    flex: 0 0 auto;
	 margin: 0 0px 20px; 
}


.news .text, .news .date {
    position: absolute;
    bottom: 30px;
	font-size: 17px;
    left: 10px;
    color: white; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)
}
.news .date {
    bottom: 15px;
	font-size: 12px;
    color: #978e89;
}

.news a.item {
        border: 1px solid #414141;
    transition: border-color 0.3s ease;
		box-shadow: inset 0px 0px 20px 5px rgb(0 0 0 / 74%);
	        -webkit-transition: all .3s cubic-bezier(.17,.67,.83,.67);
    -moz-transition: all .3s cubic-bezier(.17,.67,.83,.67);
    -ms-transition: all .3s cubic-bezier(.17,.67,.83,.67);
    -o-transition: all .3s cubic-bezier(.17,.67,.83,.67);
    transition: all .3s cubic-bezier(.17,.67,.83,.67);
    position: relative;
}

.news a.item:hover {
	    border: 1px solid #8a898591;

}
.news a.item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit; /* Esto heredarÃ¡ el fondo del enlace */
    z-index: -1; /* Para que se coloque detrÃ¡s del contenido real */
    transition: all .3s cubic-bezier(.17,.67,.83,.67);
}

.news a.item:hover::before {
    transform: scale(1.2);
}
.video-section {
	    max-width: -webkit-fill-available;
		    margin-top: 2px;
padding: 40px 0;
    background: #260f0f;
    box-shadow: inset 0px -20px 20px 20px rgb(73 16 16 / 14%);
    border-top: 0.0625rem solid #292828;
    display: flex;
    height: 32.75rem;
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
}
.video-container {
    display: flex;
    flex-wrap: wrap; /* Esto hace que los elementos se acomoden automÃ¡ticamente en pantallas pequeÃ±as */
    gap: 20px; /* Espacio entre el video y la descripciÃ³n */
    align-items: center; /* Centra verticalmente el contenido */
}
.video-container p{
    letter-spacing: 1px;
    color: #f7f7f7b8;
    font-size: larger;
    text-align: center;
    text-shadow: 0 0 0.1875rem #000, 0 0 0.1875rem #000;
    padding-bottom: 20px;
}
.video {
    flex: 1; /* TomarÃ¡ la mitad del espacio disponible */
    max-width: 560px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 92%);
}

.video-description {
    flex: 1; /* TomarÃ¡ la otra mitad del espacio disponible */
    max-width: calc(100% - 560px - 20px);
	width: 450px;
    text-align: -webkit-center;
}

.video-button {
display: inline-block;
    font-weight: 500;
    padding: 9px;
    font-size: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-right: 4px;
    padding-left: 10px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 74%);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-image: url(../images/bg-button2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 270px;
}

.video-button:hover {
    border-color: #FFB900; /* Un color de borde un poco mÃ¡s oscuro para el hover */
	background-image: url(../images/bg-button2-up.webp);
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 74%);
    transform: translateY(-2px);
}
#homepage h1{
	    color: #ffbd68;
    font-size: 35px;
}
.mount-section {
padding: 1px 0;
margin-top: 2px;
    max-width: -webkit-fill-available;
    background: #140f0f;
    box-shadow: inset 0px -20px 20px 20px rgb(73 16 16 / 14%);
    border-top: 0.0625rem solid #292828;
    display: flex;
    height: 25.75rem;
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
}
.mount-section .mount-container{
display: flex;
    flex-wrap: wrap;
    gap: 120px;
    align-items: center;
}
.mount-section .image-slider{
	position: initial;
    width: 480px;
}
.mount-section .img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
.mount-container .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: attr(data-bg url, none);
    background-size: cover;
    background-position: center;
    z-index: -1; /* Colocar detrÃ¡s del contenido */
}

.mount-container .overlay-image {
    flex: 1;
    max-width: 415px;
	position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
    animation-name: fadeInOut;
    animation-timing-function: ease-in-out;
    animation-duration: 16s;
    animation-iteration-count: infinite;
}
@keyframes fadeInOut {
    0%, 100% { opacity: 0; }
    6.25%    { opacity: 1; }  /* 1/16 = 6.25% -> Tiempo para que la imagen aparezca completamente */
    18.75%   { opacity: 1; }  /* 3/16 = 18.75% -> Tiempo para que la imagen estÃ© completamente visible */
    25%      { opacity: 0; }  /* 1/4 = 25% -> Tiempo para que la imagen desaparezca */
}

.overlay-image:nth-child(1) {
    animation-delay: 0s;
}
.overlay-image:nth-child(2) {
    animation-delay: 4s; 
}
.overlay-image:nth-child(3) {
    animation-delay: 8s;
}
.overlay-image:nth-child(4) {
    animation-delay: 12s;
}
.mount-container .overlay-text {
flex: 1;
    max-width: calc(100% - 560px - 20px);
    width: 500px;
	    color: white;
		    letter-spacing: 1px;
    text-align: -webkit-center;
}
.mount-container .overlay-text .mount-button{
	    display: inline-block;
    padding: 9px;
    font-size: 25px;
	font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-right: 4px;
    padding-left: 10px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 74%);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-image: url(../images/bg-button2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 270px;
}
.mount-container .overlay-text .mount-button:hover{
	    border-color: #FFB900;
    background-image: url(../images/bg-button2-up.webp);
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 74%);
    transform: translateY(-2px);
}
.mount-container .overlay-text h1, .overlay-text p, .overlay-text a {
    margin-bottom: 20px;
}

.flex-center{
	    display: flex;
    width: 800px;
}
.slider-section {
    padding: 1px 0;
    margin-top: 1px;
    max-width: -webkit-fill-available;
    background: #140f0f;
    box-shadow: inset 0px -20px 20px 20px rgb(73 16 16 / 14%);
    /* border-top: 0.1rem solid #383535; */
    border-top: 0.0625rem solid #292828;
    display: flex;
    height: 25.75rem;
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
}
.slider-section .slider {
  position: relative;
  display: block;
  width: 100%;
  height: 280px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
}
.slider-section .slider .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 410px;
  background-color: #0d0e12;
  overflow: hidden;
  flex-direction: column;
    align-items: center;
}
.slider-section .slider .item .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.slider-section .description h1, .description p, .description a {
    margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: -webkit-match-parent;
}

.slider-section .description a {
    color: #fff; 
text-align: -webkit-center;
}
/* Pantallas pequeÃ±as (mÃ³viles) */
@media only screen and (max-width: 600px) {
    .slider .item .description {
        padding-left: 10px; /* margen reducido para pantallas mÃ¡s pequeÃ±as */
    }
}

/* Pantallas medianas (tabletas) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .slider .item .description {
        padding-left: 12px; /* un poco mÃ¡s de margen que en mÃ³viles */
    }
}
.slider-section .slider .item .description {
    position: absolute;
    top: 50%;
    left: -2vw;
	width: 415px;
    top: 6vw;
    z-index: 2;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
.slider .item .description .title,
.slider .item .description .text,
.slider .item .description .link {
    margin: 10px 0;
}
.slider-section .slider .item .description .title {
  position: relative;
  display: flex;
  color: #ffffff;
  font-size: 18px;
  
}
.slider-section .slider .item .description .text {
  position: relative;
  display: block;
  color: #594f5c;
  font-size: 12px;
  margin-top: 3px;
}
.slider-section .slider .item .description .slider-button{
	    display: inline-block;
    padding: 9px;
    font-size: 25px;
	font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-right: 4px;
    padding-left: 10px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 74%);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-image: url(../images/bg-button2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 270px;
}
.slider-section .slider .item .description .slider-button:hover{
	    border-color: #FFB900;
    background-image: url(../images/bg-button2-up.webp);
    box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 74%);
    transform: translateY(-2px);
}
@media (max-width: 1000px) {
  .slider-section .slider .item .description {
    text-align: center;
    padding: 24px 10px 17px;
  }
}
.slider-section .slider .item.slick-active .img span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slider-section .slider .item.slick-active .description {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.slider-section .slider ul.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 19px;
  z-index: 1;
  top: 0;
  left: 0;
  justify-content: center;
}
@media (max-width: 1000px) {
  .slider-section .slider ul.slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slider-section .slider ul.slick-dots li {
  position: relative;
  display: block;
  margin: 3px;
}
.slider-section .slider ul.slick-dots li button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
  background: #161414;
  border: 1px solid #594f5c;
  cursor: pointer;
}
.slider-section .slider ul.slick-dots li button:before {
  content: '';
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  background: #ff9c01;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .slider-section .slider ul.slick-dots li button:hover:before {
    visibility: visible;
    opacity: 1;
  }
}
.slider-section .slider ul.slick-dots li.slick-active button:before {
  visibility: visible;
  opacity: 1;
}
.promotions-section {
    padding: 20px 0;
    margin-top: 2px;
    max-width: -webkit-fill-available;
    background: #140f0f;
    box-shadow: inset 0px -20px 20px 20px rgb(73 16 16 / 14%);
    border-top: 0.0625rem solid #292828;
    display: flex;
    height: 27.75rem;
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
}
.promotions-section .img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
	opacity: 0.2;
}
.promotions-section .title{
margin-top: -10px;
    padding: 10px;
    text-align: center;
}
.promotions-section .promotion-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 920px;
    margin: 15px auto;
    perspective: 1200px;
}

.promotions-section .promotion-carousel-container .promotion-carousel-slider {
display: flex;

    justify-content: center;
    align-items: center;
        width: calc(480px * 5);
		padding: 15px;
    transition: transform 0.5s ease;
}

.promotions-section .promotion-carousel-container .promotion-carousel-card {
	 display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(../images/rew.png) no-repeat center;
    background-size: 100% 100%;
    width: 209px;
    min-width: 240px;
    height: 260px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.6);
    margin: 10px;
    border-radius: 10px;
    background-color: #44444426;
    transform: scale(0.9) rotateY(6deg);
    transition: transform 0.5s, opacity 0.5s;
    box-sizing: border-box;
    opacity: 0.6;
    cursor: pointer;
}
.promotions-section .promotion-carousel-container .promotion-carousel-card:hover {
	transform: scale(1) rotateY(0deg);
    opacity: 1;
}
.promotions-section .promotion-carousel-container .promotion-carousel-card.active {
    transform: scale(1) rotateY(0deg);
    opacity: 1;
}

.promotions-section .promotion-carousel-container .promotion-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #fff;
    font-size: 24px;
    z-index: 2;
    cursor: pointer;
    transition: background 0.3s;
}

.promotions-section .promotion-carousel-container .promotion-carousel-button:hover {
    background: rgba(0, 0, 0, 0.9);
}

.promotions-section .promotion-carousel-container .prev {
    left: 0;
}

.promotions-section .promotion-carousel-container .next {
    right: 0;
}
.promotion-carousel-card .name {
	    text-align: -webkit-center;
    letter-spacing: 1px;
	  pointer-events: none;
}
.promotion-carousel-card .imgitem {
	    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 128px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	  pointer-events: none;
	
}
.promotion-carousel-card .t0 {
	  pointer-events: none;
    font-size: 12px;
    letter-spacing: 1px;
    color: #a29f8a;
	margin-top: -10px;
    font-family: 'Open Sans', sans-serif;
}
.promotion-carousel-card .t1 {
	  pointer-events: none;
    text-align: center;
       padding: 5px;
    color: #ff0000ad;
    font-weight: bold;
    font-size: 18px;
}
.promotion-carousel-card .t2{
	  
	      position: relative;
    border-radius: 0.625rem;
    display: -ms-flexbox;
    margin-right: 0.5rem;
    display: flex;
    width: -moz-max-content;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ff9e13;
    padding: 0px 10px 2px;
    color: #e9e5c9;
    font-weight: 900;
    background: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.promotion-carousel-card .t2:hover{
	color: #100e10;
    background: #ff9e13;
}

.promotion-carousel-card .t2 span{
	    color: #ff9000;
    font-size: 16px;
    margin-left: 10px;
	transition: all 0.2s ease;
}
.promotion-carousel-card .t2:hover span{
	color: #000000;
}
.faq-section {
    padding: 20px 0;
    margin-top: 2px;
    max-width: -webkit-fill-available;
    background: #140f0f;
    box-shadow: inset 0px -20px 20px 20px rgb(73 16 16 / 14%);
    border-top: 0.0625rem solid #292828;
    display: flex;
    height: 35.75rem;
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
}
.faq-section .img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
	opacity: 0.1;
}

.faq-section .faq-container {
    position: relative;
    padding: 20px;
    width: 670px;
}
.faq-section .faq-container .title{
	    padding: 20px;
    text-align: center;
}
.faq-section .faq-item {
	margin-bottom: 24px;
    border-bottom: 1px solid #dddddd21;
    padding-bottom: 10px;
	font-family: Helvetica,Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important;
	
}
.faq-section .toggle-symbol {
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
}
.faq-section .faq-question2 {
        font-weight: bold;
    margin-bottom: 10px;
    color: #a7a6a6;
	height: 50px;
	    font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
}
.faq-section .faq-question2:hover { 
color: #ffffff;
}

.faq-section .faq-answer2 {
    color: #a5a5a5ad;
	    text-align: start;
    letter-spacing: 1px;
	
	    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}
.faq-section .faq-question {
        font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
	    font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}

.faq-section .faq-answer {
    color: #a5a5a5ad;
	    text-align: start;
    letter-spacing: 1px;
}
.social-section {
    padding: 25px 0;
    /* margin-top: 2px; */
    max-width: -webkit-fill-available;
    background: #140f0f;
    box-shadow: inset 0px -20px 20px 20px rgb(73 16 16 / 14%);
    border-top: 0.0625rem solid #292828;
    display: flex;
    height: 5.75rem;
    justify-content: center;
    overflow: hidden;
    border-bottom: 0.0625rem solid #292828;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
}

.social-section .img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
	opacity: 0.1;
}
.social-section .social-img{
	width: 35px;
    height: 35px;
    background-repeat: no-repeat;
	webkit-transition: all 0.2s ease;
}
.social-section .social-img:hover{
    filter: brightness(1.3);
}

@media screen and (max-width: 575px){
	.news-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 300px;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;	
	}
	.video-section {
		    height: 38.75rem;
	}
	.video-section .video-container {
        flex-direction: column;
		flex-wrap: nowrap;
    }

    .video-section .video {
        max-width: 100%;
    }

    .video-section .video iframe {
        width: 100%;
        height: auto;
    }

    .video-section .video-description {
        text-align: center; 
		max-width: calc(100% - 35px - 28px);
    width: 467px;
    }

    .video-section .video-button {
        margin-top: 10px;
    }
	.slider-section .slider .item .description{
		position: fixed;
		margin-left: 10px;
	}
	
	.faq-section{
		height: 42.75rem;
	}
	.mount-section .mount-container {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -15px;
    gap: 213px;
    width: 315px;
    align-items: flex-start;
    flex-direction: column;
}
.mount-section .image-slider {
    position: initial;
    width: 335px;
}
.mount-container .overlay-image {
    flex: 1;
    max-width: 335px;
    margin-left: 20px;
    height: 265px;
    position: absolute;
    top: 0;
    left: 0%;
    opacity: 0;
    animation-name: fadeInOut;
    animation-timing-function: ease-in-out;
    animation-duration: 16s;
    animation-iteration-count: infinite;
}
.mount-container .overlay-text {
    flex: 1;
    max-width: calc(100% - -90px - 45px);
    width: 450px;
    margin-left: -20px;
    color: white;
    letter-spacing: 1px;
    text-align: -webkit-center;
}
.promotions-section .promotion-carousel-container .promotion-carousel-slider {
    width: calc(370px * 5);
}
.promotions-section .promotion-carousel-container {
	max-width:408px;
}
.content .content-flex .container .container-box .ranked-block .block .table .newstr img {
    width: 100px !important;
}
.promotions-section { 
height: 29.75rem;
}

}

#img-loading {
	width: 100px;
    display: none;
}
.pf-form .grid .userOkError {
    margin-top: -45px;
}

.all-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #ff9e13;
  padding: 0 30px 2px;
  color: #e9e5c9;
  font-size: 16px;
  background: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.all-btn span {
  position: relative;
  display: block;
}
@media (min-width: 1000px) {
  .all-btn:hover {
    background: #ff9e13;
    color: #100e10 !important;
  }
}
@media screen and (max-width: 575px){
	.codesidebar {
transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;	
}
}
@media screen and (min-width: 575px){
.codesidebar {
transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px;	
}}

.morerank {display: none;}

.flash_notice {
    background-color: #7baf54;
	border: 1px solid #ffffff61;
    color: #1f1f1f;
    /* font-family: Verdana,Geneva,sans-serif; */
    font-size: 14px;
    font-weight: bold;
    opacity: 0.8;
    /* position: absolute; */
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	    margin-top: 10px;
    padding: 12px 100px;
    text-align: center;
}
.flash_warning{
    background-color: #FFFF66;
    border: 1px solid #ffffff61;
    color: #990000;
    /* font-family: Verdana,Geneva,sans-serif; */
    font-size: 14px;
    font-weight: bold;
    opacity: 0.8;
    /* position: absolute; */
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	    margin-top: 10px;
    padding: 12px 100px;
    text-align: center;
}
.flash_error {
	    background-color: #e24e4e;
    border: 1px solid #ffffff61;
    color: #6f0404;
    /* font-family: Verdana,Geneva,sans-serif; */
    font-size: 14px;
    font-weight: bold;
    opacity: 0.8;
    /* position: absolute; */
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
	    margin-top: 10px;
    padding: 12px 100px;
    text-align: center;
}
.shop-button {
 position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: none;
  padding: 0 10px 0;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  background: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  font-family: 'Open Sans', sans-serif;
}
.shop-button:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/button.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.shop-button span {
  position: relative;
  display: block;
}
@media (min-width: 1000px) {
  .shop-button:hover:before {
    -webkit-filter: hue-rotate(50deg);
            filter: hue-rotate(50deg);
  }
}
.all-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: none;
  padding: 0 10px 0;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  background: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
}
.all-button:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/button.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.all-button span {
  position: relative;
  display: block;
}
@media (min-width: 1000px) {
  .all-button:hover:before {
    -webkit-filter: hue-rotate(50deg);
            filter: hue-rotate(50deg);
  }
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden auto;
  background: #111117;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.8px;
  word-spacing: -2.1999999999999993px;
  color: #80736b;
  font-size: 14px;
}
body.overflow-hidden {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #ff6a6a;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  color: #fffadc;
}

video {
    position: absolute;
    display: -ms-flexbox;
    max-width: 1920px;
    /* margin: 0 auto; */
    /* object-fit: cover; */
    width: 100vw;
	overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
}

#main-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /* background: url(../images/bg-1-min.jpg) no-repeat center top, url(../images/bg-2-min.jpg) no-repeat center bottom; */
   background: url(../images/bg-3-min_1.avif) no-repeat center bottom;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
}
@media (max-width: 600px) {
#main-content img {
	place-self: center;
}
#main-content .newscontent img {
	width: -webkit-fill-available;
}
}
@media (max-width: 1000px) {
  #main-content {
    padding-top: 70px;
    background: url(../images/bg-3-min_1.avif) no-repeat center top, url(../images/bg-2023.webp) no-repeat center bottom;
  }
}
#main-content:before {
  content: '';
  position: absolute;
  display: block;
    /* width: 100%; */
  height: 400px;
  top: 800px;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 14, 18, 0)), color-stop(40%, #0d0e12), color-stop(60%, #0d0e12), to(rgba(13, 14, 18, 0)));
  background: linear-gradient(0deg, rgba(13, 14, 18, 0) 0%, #0d0e12 40%, #0d0e12 60%, rgba(13, 14, 18, 0));
}
#main-content .wrapper {
  position: relative;
  display: block;
  width: calc(100% - 10px);
  max-width: 1200px;
  margin: 0 auto;
}
#main-content .wrapper.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
		  margin-top: -115px;
}

#main-menu {
  position: fixed;
  display: block;
  width: 100%;
  max-width: 1920px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  height: 100px;
}
#main-menu .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 20px);
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  margin: 0 auto;
  font-weight: 500;
}
@media (min-width: 1000px) {
  #main-menu .wrapper .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
  }
  #main-menu .wrapper .menu-box ul.navi {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    z-index: 1;
  }
  #main-menu .wrapper .menu-box ul.navi + ul.navi {
    margin-left: auto;
    padding-left: 60px;
  }
  #main-menu .wrapper .menu-box ul.navi li {
    position: relative;
    display: block;
  }
  #main-menu .wrapper .menu-box ul.navi li + li {
    margin-left: 25px;
  }
  #main-menu .wrapper .menu-box ul.navi li a {
    position: relative;
    display: inline-block;
    color: #fffadc;
    font-size: 16px;
  }
  #main-menu .wrapper .menu-box ul.navi li a:hover {
    color: #ffcc00;
  }
  #main-menu .wrapper .menu-box .navi .registerbutton {
	display: flex;
    width: -moz-max-content;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ff9e13;
    padding: 0 30px 2px;
    color: #000000;
    /* background: none; */
    box-shadow: inset 0px 0px 0px 4px black;
    background-color: #ff9e13;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
#main-menu .wrapper .menu-box .navi .registerbutton:hover {
	box-shadow:none;
transition: all 0.2s ease;
    color: #100e10 !important;
}
#main-menu .wrapper .menu-box .navi .downloadbutton:hover {
	    transform: scale(1.3);
    /* opacity: 0.7; */
transition: all 0.2s ease;
    color: #ffcc00 !important;
}
#main-menu .wrapper .menu-box .navi .downloadbutton:hover svg path{
	fill: #ffcc00;

}
#main-menu .wrapper .menu-box .navi .loginbutton span{
	margin-right: 5px;
}
#main-menu .wrapper .menu-box .navi .loginbutton {
	    display: flex;
    width: -moz-max-content;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ff9e13;
    padding: 0 30px 2px;
    color: #e9e5c9;
    background: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
#main-menu .wrapper .menu-box .navi .loginbutton:hover {
background: #ff9e13;
    color: #100e10 !important;
}
#main-menu .wrapper .list-box2{
	    cursor: pointer;
}
#main-menu .wrapper .list-box2 .current2 li a{
	    color: #ffcc00;
}
#main-menu .wrapper .list-box2 .current2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor:pointer;
}

#main-menu .wrapper .list-box2 .current2:after {
  content: '';
  position: relative;
  display: block;
  margin-left: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 7px;
  height: 6px;
  background: #ffcc00;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#main-menu .wrapper .list-box2 .sub2 {
  position: absolute;
  width: max-content;
  top: 100%;
  left: -5px;
  padding: 9px 0;
  margin:0;
  pointer-events: none;
}
#main-menu .wrapper .list-box2 .sub2 li {
  position: relative;
  display: block;
  -webkit-transform: translate(10px, -5px);
          transform: translate(10px, -5px);
  visibility: hidden;
  opacity: 0;
  margin:0;
  padding: 0px 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main-menu .wrapper .list-box2 .sub2 li + li {
  margin-top: 5px;
  padding: 0px 10px;
  
}
#main-menu .wrapper .list-box2 .sub2 li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
		  margin: 0;
		  padding: 0px 10px;
		background-color: #161516cf;
}

#main-menu .wrapper .list-box2 .sub2 li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
		  margin: 0;
		  padding: 0px 10px;
		background-color: #161516cf;
}
#main-menu .wrapper .list-box2 .sub2 li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
		  margin: 0;
		  padding: 0px 10px;
		background-color: #161516cf;
}
#main-menu .wrapper .list-box2 .sub2 li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
		  margin: 0;
		  padding: 0px 10px;
		background-color: #161516cf;
}
#main-menu .wrapper .list-box2 .sub2 li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        padding: 2px 60px;
    margin-left: -50px;
    height: 30px;
	width: -webkit-fill-available;

}
.ui-menu .ui-menu-item {
    background-color: #201b21 !important;
    color: antiquewhite !important;
}
.ui-menu .ui-menu-item:hover {
background-color: #534d54 !important;
}

.ui-menu .ui-menu-item-wrapper {
	color: antiquewhite;
	}
	
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background-color: transparent; 
    color: #ffbd68;
	 border: none;
}
.ui-widget-content {
    border: 1px solid #423a44 !important;
}
#main-menu .wrapper .list-box2:hover ul.sub2 {
  pointer-events: visible;
  
}
#main-menu .wrapper .list-box2:hover ul.sub2 li {
  visibility: visible;
  opacity: 1;
  
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

  #main-menu .wrapper .menu-box .lg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 170px;
    /* height: 14px; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* pointer-events: none; */
  }
  #main-menu .wrapper .menu-box .lg img {
    visibility: visible;
    width: 140px;
    opacity: 1;
	cursor:pointer;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  #main-menu .wrapper .menu-box .lg img:hover {
  filter: sepia(0.6);
  transition: 0.3s;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  #main-menu .wrapper .menu-box .lg img {
    max-width: 160px;
  }
}
@media (min-width: 1000px) and (max-width: 1100px) {
  #main-menu .wrapper .menu-box .lg {
    display: none;
  }
  #main-menu .wrapper .menu-box .lg + ul.navi {
    padding-left: 60px;
  }
  #main-menu .wrapper .menu-box .lg img {
    position: relative;
    display: block;
    max-width: 125px;
    height: auto;
    margin: 0 auto;
}
}

@media (max-width: 1000px) {
	#main-menu .wrapper .list-box2 .current2:after{
	content: '';
    position: absolute;
    display: block;
    margin-left: 215px;
    margin-top: -20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 10px;
    height: 10px;
    background: #000000;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
  #main-menu .wrapper .menu-box {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 70px);
    background: rgba(13, 14, 18, 0.9);
    top: 70px;
    left: 0;
    overflow: hidden auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: none;
  }
  #main-menu .wrapper .menu-box.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    pointer-events: visible;
  }
  #main-menu .wrapper .menu-box .lg {
    position: relative;
    display: block;
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5;
    width: 100%;
    margin: 0 auto 30px;
  }
  #main-menu .wrapper .menu-box .lg + ul.navi {
    margin-top: 3px;
  }
  #main-menu .wrapper .menu-box .lg img {
    position: relative;
    display: block;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }
  #main-menu .wrapper .menu-box ul.navi {
    position: relative;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #main-menu .wrapper .menu-box ul.navi + ul.navi {
    margin-top: 25px;
  }
  #main-menu .wrapper .menu-box ul.navi li {
    position: relative;
    display: block;
	margin-top: 5px;
  }
  #main-menu .wrapper .menu-box ul.navi li + li {
    margin-top: 3px;
  }
  #main-menu .wrapper .menu-box ul.navi li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    background: #ffcc00;
    color: #000000;
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 5px;
  }
  #main-menu .wrapper .lang-box2 .sub2 li {
	  margin-top:3px;
  }
.list-box2 .sub2 {
    max-height: 0;   /* Aseguramos que estÃ© contraÃ­do al inicio */
    overflow: hidden; /* Oculta el contenido que excede el max-height */
    list-style-type: none;
    padding: 0 10px; /* Modificado para no tener padding cuando el menÃº estÃ© cerrado */
    transition: max-height 0.5s ease-in-out;
    /* border-top: 1px solid #ddd; */ 
}

}

#main-menu .wrapper .lang-box {
  position: relative;
  display: block;
  height: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 0 90px;
}
#main-menu .wrapper .lang-box .current {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
#main-menu .wrapper .lang-box .current .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  pointer-events: visible;
  cursor: pointer;
  border: 2px solid #ffcc00;
}
#main-menu .wrapper .lang-box .current .img img {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  border-radius: 50%;
}
#main-menu .wrapper .lang-box .current:after {
  content: '';
  position: relative;
  display: block;
  margin-left: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 7px;
  height: 6px;
  background: #ffcc00;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#main-menu .wrapper .lang-box .sub {
  position: absolute;
  width: 50px;
  top: 100%;
  left: 0;
  padding: 10px 0;
  pointer-events: none;
}
#main-menu .wrapper .lang-box .sub li {
  position: relative;
  display: block;
  -webkit-transform: translate(10px, -5px);
          transform: translate(10px, -5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main-menu .wrapper .lang-box .sub li + li {
  margin-top: 5px;
}
#main-menu .wrapper .lang-box .sub li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#main-menu .wrapper .lang-box .sub li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#main-menu .wrapper .lang-box .sub li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#main-menu .wrapper .lang-box .sub li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#main-menu .wrapper .lang-box .sub li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#main-menu .wrapper .lang-box .sub li:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#main-menu .wrapper .lang-box .sub li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#main-menu .wrapper .lang-box .sub li:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#main-menu .wrapper .lang-box .sub li:nth-child(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#main-menu .wrapper .lang-box .sub li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border: 2px solid #ffcc00;
  border-radius: 50%;
}
#main-menu .wrapper .lang-box .sub li a img {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.6;
}
#main-menu .wrapper .lang-box .sub li a:hover img {
  opacity: 1;
}
#main-menu .wrapper .lang-box:hover ul.sub {
  pointer-events: visible;
}
#main-menu .wrapper .lang-box:hover ul.sub li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
#main-menu .wrapper .navi-button {
  position: relative;
  display: none;
  width: 30px;
  height: 20px;
  margin-right: auto;
}
#main-menu .wrapper .navi-button-login {
  position: relative;
  display: none;
  width: 30px;
  height: 20px;

}
@media (max-width: 1000px) {
	#main-menu .wrapper .menu-box .lg img{
		    position: relative;
    display: block;
    max-width: 120px;
    height: auto;
    margin: 0 auto;
	}
  #main-menu .wrapper .navi-button {
    display: block;
  }
    #main-menu .wrapper .navi-button-login {
    display: block;
  }
      #main-menu .wrapper .navi-button-login.coins{
    width: 70px;
    font-size: 20px;
  }
      #main-menu .wrapper .navi-button-login.login{
    margin-top: -10px;
  }
      #main-menu .wrapper .navi-button-login.cart{
    margin-top: -10px;
	margin-left: 5px;
  }
}
#main-menu .wrapper .navi-button:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
#main-menu .wrapper .navi-button:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
#main-menu .wrapper .navi-button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main-menu .wrapper .navi-button.toggle:before {
  -webkit-transform: rotate(45deg) translate(1px, -50%);
  transform: rotate(45deg) translate(1px, -50%);
  top: 50%;
}
#main-menu .wrapper .navi-button.toggle:after {
  -webkit-transform: rotate(-45deg) translate(1px, 50%);
  transform: rotate(-45deg) translate(1px, 50%);
  top: 50%;
}
#main-menu .wrapper .navi-button.toggle span {
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
#main-menu.fixed {
  background: rgba(13, 14, 18, 0.9);
  height: 100px;
}
#main-menu.fixed .wrapper .menu-box .lg img {
    visibility: visible;
    width: 140px;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
@media (max-width: 1000px) {
  #main-menu {
    height: 70px !important;
    background: rgba(13, 14, 18, 0.9);
  }
}

.header {
  height: 335px;
}

.header .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  height: inherit;
  margin-left: auto;
}

.header .logo a {
  position: relative;
  display: block;
  margin: auto;
}
.header .logo a img {
  position: relative;
  display: none;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
  top: -20px;
}

@media (min-width: 1000px) {
  .header .logo a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 1000px) {
  .header .logo {
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .header {
    max-height: calc(100vh - 70px);
  }
  .header .logo {
    max-height: calc(100vh - 70px);
  }
  .header .logo a img {
	  display: block;
  }
}

.footer {
  padding: 20px 0 10px;
}
.footer .grid {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 20px;
}
.footer .grid .text {
  position: relative;
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 430px;
}
.footer .grid .text .t1 {
  position: relative;
  display: block;
  color: #8d7f77;
  font-size: 14px;
  line-height: 18px;
}
.footer .grid .text .t2 {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.footer .grid .logo {
  position: relative;
  display: block;
  width: 191px;
  -ms-flex-item-align: center;
      align-self: center;
}
.footer .grid .logo img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .footer .grid .logo:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer .grid .desc {
  position: relative;
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}
.footer .grid .desc .t1 {
  position: relative;
  display: block;
  color: #e9e5c9;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  transition: all 0.2s ease;
}
.footer .grid .desc .t1 a:hover{
	    color: #a52a2aa6;
}
.footer .grid .desc .coolness {
  position: relative;
  display: block;
  width: 104px;
  height: 27px;
  background: url(../images/coolness.png) no-repeat;
  margin-left: auto;
}
@media (min-width: 1000px) {
  .footer .grid .desc .coolness:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1000px) {
  .footer {
    padding-bottom: 25px;
  }
  .footer .grid {
    grid-template-columns: 1fr;
  }
  .footer .grid .logo {
    grid-row: 1;
    justify-self: center;
    margin-bottom: -20px;
  }
  .footer .grid .text {
    justify-self: center;
    text-align: center;
  }
  .footer .grid .desc {
    justify-self: center;
  }
  .footer .grid .desc .t1 {
    text-align: center;
  }
  .footer .grid .desc .coolness {
    margin: 0 auto;
  }
}

/* CONTENT */
.content .content-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.content .content-flex .container {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 849px;
  min-width: 0;
  margin-right: 15px;
  background: url(../images/content.jpg) repeat-y center top;
  border: 1px solid rgba(255, 255, 255, 0.02);
}
.content .content-flex .container .shares {
  position: relative;
  display: block;
  width: 100%;
  height: 104px;
  background: url(../images/shares.png) no-repeat center top/cover;
}
.content .content-flex .container .shares ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: inherit;
}
.content .content-flex .container .shares ul li {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: inherit;
}
.content .content-flex .container .shares ul li + li:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 54px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #282229;
}
.content .content-flex .container .shares ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.content .content-flex .container .shares ul li a .img {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 14px;
}
.content .content-flex .container .shares ul li a .img img {
  position: relative;
  display: block;
}
.content .content-flex .container .shares ul li a .desc {
  position: relative;
  display: block;
}
.content .content-flex .container .shares ul li a .desc .t1 {
  position: relative;
  display: block;
  color: #fffadc;
  font-size: 18px;
}
.content .content-flex .container .shares ul li a .desc .t2 {
  position: relative;
  display: block;
  color: #463e49;
  font-size: 12px;
}
@media (min-width: 1000px) {
  .content .content-flex .container .shares ul li a:hover {
    background: rgba(13, 14, 18, 0.4);
  }
}
@media (max-width: 1000px) {
  .content .content-flex .container .shares ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .content-flex .container .shares ul li a .img {
    margin: 0 auto 3px;
  }
  .content .content-flex .container .shares ul li a .img img {
    margin: 0 auto;
  }
  .content .content-flex .container .shares ul li a .desc {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .content .content-flex .container .shares ul li a .desc .t1 {
    font-size: 14px;
  }
  .content .content-flex .container .shares ul li a .desc .t2 {
    display: none;
  }
}
.content .content-flex .container .container-box {
  position: relative;
  display: block;
  padding: 27px 30px 24px;

}
@media (max-width: 600px) {
  .content .content-flex .container .container-box {
    padding: 27px 5px 24px;
  }
}

.content .content-flex .container .container-box .box-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 23px;
}
.content .content-flex .container .container-box .box-title .text {
  position: relative;
  display: block;
  padding-right: 15px;
  color: #e9e5c9;
  font-size: 24px;
}
.content .content-flex .container .container-box .box-title .text span {
  color: #ffbd68;
}
.content .content-flex .container .container-box .box-title .all-btn {
  margin-left: auto;
  padding: 0 30px;
}
.link {
	color: #ff9000;
}
.link:hover {
	text-decoration:underline;
}
.content .content-flex .container .container-box .box-title .link {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  color: #b4d866;
  font-size: 14px;
  margin-left: auto;
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .content .content-flex .container .container-box .box-title .link:hover {
    text-decoration: none;
  }
}
.content .content-flex .container .container-box .box-title.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .content-flex .container .container-box .box-title.center .text {
  text-align: center;
  padding: 0;
}
.content .content-flex .container .container-box .box-title.center .text + * {
  margin-top: 15px !important;
}
.content .content-flex .container .container-box .box-title.center .all-btn {
  margin: 0 auto;
}
.content .content-flex .container .container-box .box-title.center .link {
  margin: 0 auto;
}
@media (max-width: 600px) {
  .content .content-flex .container .container-box .box-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .content-flex .container .container-box .box-title .text {
    text-align: center;
    padding: 0;
  }
  .content .content-flex .container .container-box .box-title .text + * {
    margin-top: 15px !important;
  }
  .content .content-flex .container .container-box .box-title .all-btn {
    margin: 0 auto;
  }
  .content .content-flex .container .container-box .box-title .link {
    margin: 0 auto;
  }
}
.content .content-flex .container .container-box .news-block {
  position: relative;
  display: block;
  width: 100%;
    height: 400px;
  margin: 30px auto 0;
}
.newscontent{
	width: -webkit-fill-available !important;max-width: -webkit-fill-available !important;overflow-y: scroll;
	color: #a7a6a6;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.content .content-flex .container .container-box .news-block .box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
}
.content .content-flex .container .container-box .news-block .box .item {
display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 165px;
    color: white;
    /* border: 1px solid #4d4c4d7a; */
    border: 0.0625rem solid #3d3d3d7a;
    box-shadow: 0.1875rem 0.1875rem 1rem rgba(0,0,0,.726);
 /* background: rgba(23, 21, 23, 0.6) url(../images/news-arrow.png) no-repeat center right 15px; */
}
.overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 1;
    padding: 10px; /* Para dar un poco de espacio al texto desde abajo y los lados */
}
.item:hover .fasEXpand svg path {
	
	opacity:0.3
}
.fasEXpand {
    color: #c9aa71;
    font-size: 1.25rem;
    position: absolute;
    right: 0.5rem;
    text-shadow: 0 0 0.625rem #000;
    top: 0.5rem;
    -webkit-transition: all .2s cubic-bezier(.17,.67,.83,.67);
    -moz-transition: all .2s cubic-bezier(.17,.67,.83,.67);
    -ms-transition: all .2s cubic-bezier(.17,.67,.83,.67);
    -o-transition: all .2s cubic-bezier(.17,.67,.83,.67);
    transition: all .2s cubic-bezier(.17,.67,.83,.67);
}
.experience {
  border-left: 3px solid #009688;
  padding: 0 30px;
  margin-left: 185px;
  @media (max-width: 767px) {
    margin-left: 0;
    padding-right: 0;
  }
  .item {
    position: relative;
    margin-bottom: 40px;
    &::before {
      content: "";
    position: absolute;
    left: -43px;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000000;
    border: 3px solid #009688;
    }
    &::after {
      content: "";
    position: absolute;
    left: -37px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #009688;
    }
  }
  .fa-ul{
	      color: #c1c1c1b8;
    font: small-caption;
    list-style-type: square;
  }
  .company-name {
    color: #009688;
  }
  .location {
    position: absolute;
    right: 0;
    top: 2px;
	color: #873737;
  }
  .job-info {
    position: absolute;
    left: -185px;
    top: 0;
    .title {
      color: #727373;
	  font-variant-caps: all-petite-caps;
    }
    @media (max-width: 767px) {
      position: static;
      margin-bottom: 1rem;
    }
  }
}
.hiddenStyle {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* Estilos para pantallas menores a 600px de ancho */
@media (max-width: 600px) {
	.content .content-flex .container .container-box .news-block {
	    height: 380px;
	}

    .overlay {
        padding: 0px;
    }

    .text, .textcontenido, .date {
        font-size: 1.2rem;  /* Aumentar el tamaÃ±o de la fuente */
    }
}
.content .content-flex .container .container-box .news-block .box .item + .item {
  margin-top: 1px;
}
.content .content-flex .container .container-box .news-block .box .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 27px;
  height: 26px;
  top: 0;
  left: 19px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
 /* background: url(../images/ico-news.png) no-repeat; */
}
.content .content-flex .container .container-box .news-block .box .item .text {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #e9e5c9;
  font-size: 18px;
}
.content .content-flex .container .container-box .news-block .box .item .date {
  position: relative;
  display: block;
  padding-left: 15px;
  color: #797979;
  font-size: 12px;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .content .content-flex .container .container-box .news-block .box .item:hover {
     transform: scale(1.02);
  }
  .content .content-flex .container .container-box .news-block .box .item:hover:before {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 600px) {
  .content .content-flex .container .container-box .news-block .box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 57px;
    padding: 5px 60px;
  }
  .content .content-flex .container .container-box .news-block .box .item .text {
    white-space: normal;
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .content .content-flex .container .container-box .news-block .box .item .date {
    margin: 5px 0 0;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .content .content-flex .container .container-box .news-block .box .item {
    padding: 5px 40px 5px 10px;
	height: 150px;
    background: rgba(23, 21, 23, 0.6) url(../images/news-arrow.png) no-repeat center right 5px;
  }
  .content .content-flex .container .container-box .news-block .box .item:before {
    display: none;
  }
}
.content .content-flex .container .container-box .ranked-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 30px auto 0;
}
.content .content-flex .container .container-box .ranked-block .block {
  position: relative;
  display: block;
  width: calc(50% - 10px);
  max-width: 360px;
  min-width: 0;
}

.content .content-flex .container .container-box .ranked-block .block + .block {
  margin-left: auto;
}
.content .content-flex .container .container-box .ranked-block .block .box-title {
  margin-bottom: 5px;
}
.content .content-flex .container .container-box .ranked-block .block .table {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto hidden;
}
.content .content-flex .container .container-box .ranked-block .block .table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
}
.content .content-flex .container .container-box .ranked-block .block .table table thead tr th {
  color: #605463;
  font-size: 12px;
  padding: 10px 15px;
}
.content .content-flex .container .container-box .ranked-block .block .table table tbody tr {
  background: rgba(91, 83, 94, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;

}
.content .content-flex .container .container-box .ranked-block .block .table table tbody tr td {
  color: #e9ad60;
  font-size: 14px;
  padding: 6px 15px;
}
.content .content-flex .container .container-box .ranked-block .block .table table tbody tr td:last-child {
  color: #a7a6a6;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}
@media (min-width: 1000px) {
  .content .content-flex .container .container-box .ranked-block .block .table table tbody tr:hover {
    background: rgba(91, 83, 94, 0.2);
  }
}
.content .content-flex .container .container-box .all-ranked {
  margin: 27px auto 0;
}
.content .content-flex .container .container-box .ranked-block .block .table .newstr  {
    cursor: pointer;
	box-shadow: 0px -1px 0 0px #5041418c;
}
.content .content-flex .container .container-box .ranked-block .block .table .newstr  td {
padding: 15px 11px;
}
.content .content-flex .container .container-box .ranked-block .block .table .newstr  .newstitle {
    color: #ffbd68;
    font-size: 17px;
}
.content .content-flex .container .container-box .ranked-block .block .table .newstr  .newsdate {
    color: grey;
    font-size: 12px;
}
.content .content-flex .container .container-box .ranked-block .block .table .newstr:hover img {
    border: 0.0625rem solid #c8aa6e;
}
.content .content-flex .container .container-box .ranked-block .block .table .newstr img {
    width: 225px;
	opacity: 0.8;
	-webkit-transition: border-color .35s ease;
    -moz-transition: border-color .35s ease;
    -ms-transition: border-color .35s ease;
    -o-transition: border-color .35s ease;
    transition: border-color .35s ease;
}
.content .content-flex .sider {
  position: relative;
  display: block;
  width: 100%;
  max-width: 318px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  background: url(../images/content.jpg) repeat-y center left;
  border: 1px solid rgba(255, 255, 255, 0.02);
  padding: 27px 26px 24px;
      /* margin-left: auto; */
}
@media (max-width: 400px) {
  .content .content-flex .sider {
    padding: 27px 20px 24px;
	max-width: 370px !important;
  }
}
.content .content-flex .sider .pf-panel {
  position: relative;
  display: block;
  width: 100%;
}
.content .content-flex .sider .pf-panel .not-authorized {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.content .content-flex .sider .pf-panel .not-authorized .all-btn {
  height: 41px;
  padding: 0 22px 2px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  border-radius: 10px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .content .content-flex .sider .pf-panel .not-authorized .all-btn:hover {
    color: #100e10;
  }
}
.content .content-flex .sider .pf-panel .not-authorized .form {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  background: #1a151b;
  border: 1px solid #2d292e;
  border-radius: 10px;
  margin: 20px auto 0;
  overflow: hidden;
}
.content .content-flex .sider .pf-panel .not-authorized .form input, .content .content-flex .sider .pf-panel .not-authorized .form select {
  height: 36px;
  border-radius: 10px;
}
.content .content-flex .sider .pf-panel .not-authorized .form input + input, .content .content-flex .sider .pf-panel .not-authorized .form input + select, .content .content-flex .sider .pf-panel .not-authorized .form select + input, .content .content-flex .sider .pf-panel .not-authorized .form select + select {
  margin-top: 5px;
}
.content .content-flex .sider .pf-panel .not-authorized .form button {
  margin: 15px auto 0;
  min-width: 160px;
}
.content .content-flex .sider .pf-panel .not-authorized ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 18px auto 0;
}
.content .content-flex .sider .pf-panel .not-authorized ul li {
  position: relative;
  display: block;
  text-align: center;
}
.content .content-flex .sider .pf-panel .not-authorized ul li + li {
  margin-top: 5px;
}
.content .content-flex .sider .pf-panel .not-authorized ul li a {
  position: relative;
  display: inline-block;
  color: #a29f8a;
  font-size: 12px;
/* font-family: 'Open Sans', sans-serif; */
}
@media (min-width: 1000px) {
  .content .content-flex .sider .pf-panel .not-authorized ul li a:hover span {
    text-decoration: underline;
  }
}
.content .content-flex .sider .pf-panel .pf-title {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 27px;
}
.content .content-flex .sider .pf-panel .pf-name {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 12px;
}
.content .content-flex .sider .pf-panel .pf-name span {
  color: #ff9000;
  font-size: 20px;
  text-transform: capitalize;
}
.content .content-flex .sider .pf-panel .pf-name span:hover {
  color: #be6b00;
}
.content .content-flex .sider .pf-panel .pf-count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.content .content-flex .sider .pf-panel .pf-count img {
  position: relative;
  display: block;
  margin-right: 10px;
  top: 1px;
}
.content .content-flex .sider .pf-panel .pf-count p {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 12px;
}
.content .content-flex .sider .pf-panel .pf-count p span {
  color: #ff9000;
  font-size: 20px;
}
.content .content-flex .sider .pf-panel .pf-count p span:hover {
  color: #be6b00;
  
}
.content .content-flex .sider .pf-panel .pf-count:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: -27px;
  right: -28px;
  bottom: 0;
  background: rgba(17, 15, 16, 0.3);
}
.content .content-flex .sider .pf-panel .list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 15px auto 0;
}
.content .content-flex .sider .pf-panel .list ul {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .content-flex .sider .pf-panel .list ul + ul {
  margin-left: 10px;
}
.content .content-flex .sider .pf-panel .list ul li {
  position: relative;
  display: block;
}
.content .content-flex .sider .pf-panel .list ul li + li {
  margin-top: 15px;
}
.content .content-flex .sider .pf-panel .list ul li a {
  position: relative;
  min-width: max-content;
  display: inline-block;
  color: #fffadc;
  font-size: 13px;
}
.content .content-flex .sider .pf-panel .list ul li a.red {
  color: #ff6a6a;
}
.content .content-flex .sider .pf-panel .list ul li a.red:hover {
color:#972c2c;

}
@media (min-width: 1000px) {
  .content .content-flex .sider .pf-panel .list ul li a:hover span {
    text-decoration: underline;
  }
}
.tabindex2 {
opacity: 0.7;
overflow: hidden;
}

/* Change background color of buttons on hover */
.tabindex2 button:hover {
  background-color: #141314;
  
}

/* Create an active/current tablink class */
.tabindex2 button.active {
    background-color: #f7b765;
	border: 0.0625rem solid #444951;
    color: black;
}
/* Style the buttons that are used to open the tab content */
.tabindex2 button {
	display: flex!important;
    font-size: large;
    box-shadow: inset 0px 0px 0px 1px rgb(0 0 0 / 51%);
    height: 60px;
    width: auto;
    background-color: #19171a;
    float: left;
    color: #f2f0de;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 16px 10px;
    transition: 0.3s;
    border: 0.0625rem solid #4449515e;
}

.tabindex2 {
opacity: 1;
}
.tabindex2 .linknewsall{
    position: relative;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    color: #b4d866;
    font-size: 14px;
    margin-left: auto;
    text-decoration: underline;
    margin-top: 20px;
}
.tabindex2 .linknewsall:hover{
text-decoration: none;
}
.tabindex {
opacity: 0.7;
    overflow: hidden;
    border: 1px solid #1e1b1e;
    background-color: #19171a;
}

/* Style the buttons that are used to open the tab content */
.tabindex button {
    background-color: inherit;
    float: left;
    color: #f2f0de;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 20px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tabindex button:hover {
  background-color: #141314;
}

/* Create an active/current tablink class */
.tabindex button.active {
    background-color: #f7b765;
    color: black;
}


/* Style the tab content */
.tabcontent {
  display: none;
}
.tabcontent2 {
  z-index: 1;
  opacity: 0;
 width: -webkit-fill-available;
  position:absolute;
  transition: opacity 0.5s;
}

.tabcontent2.active {
  opacity: 1;
  z-index: 2;
}

.tabcontent2.inactive {
  opacity: 0;
  z-index: 1;
}
.tabcontent2 img{
  /* display: none; */
  height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(.17,.67,.83,.67);
    -moz-transition: all .3s cubic-bezier(.17,.67,.83,.67);
    -ms-transition: all .3s cubic-bezier(.17,.67,.83,.67);
    -o-transition: all .3s cubic-bezier(.17,.67,.83,.67);
    transition: all .3s cubic-bezier(.17,.67,.83,.67);
    width: 100%;
}

.content .content-flex .sider .pf-panel .load-files {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 76px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 25px auto 0;
}
.content .content-flex .sider .pf-panel .load-files .desc {
  position: relative;
  display: block;
}
.content .content-flex .sider .pf-panel .load-files .desc .t1 {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
}
.content .content-flex .sider .pf-panel .load-files .desc .t2 {
  position: relative;
  display: block;
  color: #b39f6f;
  font-size: 14px;
  margin-top: 2px;
}
.content .content-flex .sider .pf-panel .load-files:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/btn.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 1000px) {
  .content .content-flex .sider .pf-panel .load-files:hover:before {
    -webkit-filter: hue-rotate(50deg);
            filter: hue-rotate(50deg);
  }
}
.footer .grid .desc .language-dropdown {
    position: relative;
}

.footer .grid .desc .language-btn {
display: flex;
    /* margin-top: -16px; */
    padding: 12px 23px;
    cursor: pointer;
    /* margin-left: 124px; */
    outline: none;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    letter-spacing: 1px;
	
}

.footer .grid .desc language-btn:hover svg path{
		filter: brightness(1.8);
}
.footer .grid .desc .language-btn:hover {
	filter: brightness(1.8);
}

.footer .grid .desc .language-content {
    display: none;
position: absolute;
    background-color: #251412de;
    min-width: 181px;
    bottom: 100%;
    margin-left: 150px;
    z-index: 1;
    border: 1px solid #453d3c7a;
    border-radius: 4px;
    box-shadow: 0px -2px 10px rgb(0 0 0 / 50%);
    transform: translateY(-5px);
}

.footer .grid .desc .language-content a {
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.footer .grid .desc .language-content a:hover {
    background-color: #555;
}
.content .content-flex .sider .status {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 13px 16px;
  border: 1px solid rgba(91, 83, 94, 0.3);
  border-radius: 10px;
  margin: 40px auto 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.content .content-flex .sider .status .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-flex .sider .status .title img {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 9px;
}
.content .content-flex .sider .status .title .name {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ff9000;
  font-size: 18px;
}
.content .content-flex .sider .status .title .online {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 62px;
  margin-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 3px 10px;
  color: #fffadc;
  font-size: 18px;
  background: rgba(21, 19, 22, 0.5);
  border-radius: 5px;
  text-align: center;
}
.content .content-flex .sider .status .info {
  position: relative;
  display: block;
  margin: 18px auto 0;
}
.content .content-flex .sider .status .info .child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content-flex .sider .status .info .child + .child {
  margin-top: 7px;
}
.content .content-flex .sider .status .info .child span {
  position: relative;
  display: block;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  color: #a29f8a;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 5px;
}
.content .content-flex .sider .status .info .child p {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fffadc;
  font-size: 12px;
}
.content .content-flex .sider .rew-block {
  position: relative;
  display: block;
  width: 100%;
  background: url(../images/rew.webp) no-repeat center;
  background-size: 100% 100%;
  margin: 35px auto 0;
  padding: 40px 10px 32px;
}
.content .content-flex .sider .rew-block .title {
  position: relative;
  display: block;
  text-align: center;
  color: #ad9aa8;
  font-size: 18px;
}
.content .content-flex .sider .rew-block .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 128px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .content-flex .sider .rew-block .img img {
  position: relative;
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.content .content-flex .sider .rew-block .name {
  position: relative;
  display: block;
  text-align: center;
  color: #fffadc;
  font-size: 18px;
  margin-bottom: 20px;
}
.content .content-flex .sider .rew-block .t1 {
  position: relative;
  display: block;
  text-align: center;
  color: #a29f8a;
  font-size: 12px;
  margin-bottom: -2px;
}
.content .content-flex .sider .rew-block .t2 {
  position: relative;
  display: block;
  text-align: center;
  color: #fffadc;
  font-size: 18px;
}
.content .content-flex .sider .rew-block .t2 span {
  color: #ff9000;
}
.content .content-flex .sider .rew-block .all-btn {
  min-width: 157px;
  text-decoration: underline;
  color: #ffffff;
  font-size: 14px;
  margin: 20px auto 0;
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .content .content-flex .sider .rew-block .all-btn:hover {
    color: #100e10;
  }
}
.content .content-flex .sider .info-links {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px auto 0;
}
.content .content-flex .sider .info-links li {
  position: relative;
  display: block;
}
.content .content-flex .sider .info-links li + li {
  margin-top: 16px;
}
.content .content-flex .sider .menu-links {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px auto 0;
}
.content .content-flex .sider .menu-links li {
  position: relative;
  display: block;
}
.content .content-flex .sider .menu-links li + li {
  margin-top: 4px;
}
.red{
	color: #ff6a6a;
}
.content .content-flex .sider .menu-links li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 10px;
    padding: 6px 10px 6px 0;
    border: 1px solid rgba(91, 83, 94, 0.3);
    border-radius: 10px;
    font-weight: 400;
    justify-content: center;
}
.content .content-flex .sider .menu-links li span {
	    margin-left: 5px;
}
.content .content-flex .sider .info-links li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 55px;
  padding: 6px 10px 6px 0;
  border: 1px solid rgba(91, 83, 94, 0.3);
  border-radius: 10px;
  font-weight: 400;
}
.content .content-flex .sider .info-links li a .ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 3px;
}
.content .content-flex .sider .info-links li a .ico img {
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}
@media (min-width: 1000px) {
  .content .content-flex .sider .info-links li a:hover {
    background: rgba(70, 62, 73, 0.3);
  }
  .content .content-flex .sider .menu-links li a:hover {
    background: rgba(70, 62, 73, 0.3);
  }
}
.content .content-flex .sider .social {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px auto 0;
    justify-content: space-around;
}
.content .content-flex .sider .social .text {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  padding-right: 0px;
  color: #594e5a;
  font-size: 14px;
  margin-right: auto;
}
.content .content-flex .sider .social ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content .content-flex .sider .social ul li {
  position: relative;
  display: block;
  margin: 2px 0 2px 3px;
}
.content .content-flex .sider .social ul li a {
  position: relative;
  display: block;
}
.content .content-flex .sider .social ul li a img {
  position: relative;
  display: block;
}
.float{
position: fixed;
    width: 50px;
    height: 41px;
    padding: 6px;
    bottom: 40px;
    right: 46px;
    background-color: #5965f3;
    color: #FFF;
    border-radius: 10px;
    /* text-align: center; */
    /* box-shadow: 2px 2px 3px #000; */
    animation: wiggle 2s linear infinite;
}

/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.Timeline {
  display: flex;
  align-items: center;
  height: 235px;
  margin-left: -100px;
}
@media only screen and (max-width: 600px) {
  .Timeline {
	margin-left: -30px;
   overflow: auto hidden;
  }
}
.Timeline img {
	width: 35px;
    height: 35px;
}

.event1,
.event2, .event3 {
  position: relative;
}

.event1Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 139px;
  height: 60px;
  top: -70px;
  left: -15px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(96 93 93 / 34%);
}
.event1Bubble:hover {
	background-color: rgb(145 3 3 / 10%);
}

.event2Bubble {
  position: absolute;
  background-color: rgba(158, 158, 158, 0.1);
  width: 139px;
  height: 60px;
  left: -105px;
  top: 33px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(96 93 93 / 34%);
}
.event2Bubble:hover {
	background-color: rgb(145 3 3 / 10%);
}
.event1Bubble:after,
.event1Bubble:before,
.event2Bubble:after,
.event2Bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

.event1Bubble:before {
  bottom: -10px;
  left: 13px;
  border-width: 12px;
}

.event1Bubble:after {
  bottom: -12px;
  left: 13px;
  border-top-color: #F6F6F6;
  border-width: 12px;
}

.event2Bubble:before {
  bottom: 59px;
  left: 103px;

  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.event2Bubble:after {
  bottom: 60px;
  left: 103px;
  border-top-color: #F6F6F6;
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.eventTime {
  display: flex;
  padding-top: 6px;
}

.DayDigit {
  font-size: 27px;
  font-family: "Arial Black", Gadget, sans-serif;
  margin-left: 10px;
  color: #4C4A4A;
}

.Day {
  font-size: 11px;
  margin-left: 5px;
  font-weight: bold;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffbd68;
  
}

.MonthYear {
  font-weight: 600;
  line-height: 10px;
  color: #9E9E9E;
  font-size: 9px;
}

.eventTitle {
  font-family: "Arial Black", Gadget, sans-serif;
  color: #a71930;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  flex: 1;
  align-items: center;
  margin-left: 30px;
  margin-top: -2px;
}
.Timeline .event2Author {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    color: #ff9e13;
    font-size: 10px;
    width: 124px;
    top: 20px;
    text-align: left;
    left: -32px;
}
.time {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 50px;
  font-size: 8px;
  margin-top: -3px;
  margin-left: -5px;
  color: #9E9E9E;
}

.time2{
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  width: 50px;
  font-size: 8px;
  margin-top: -25px;
  margin-left: 10px;
  color: #9E9E9E;
}

.now{
     background-color: #004165;
    color: white;
    border-radius: 7px;
    margin: 5px;
    padding: 4px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 2px solid white;
    font-weight: bold;
    box-shadow: 0 0 0 2px #004165
}

.futureGray{
     filter: grayscale(1);
    -webkit-filter: grayscale(1);
  
}
.futureGray:hover{
	 background-color: rgba(158, 158, 158, 0.1);

  border-radius: 5px;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(96 93 93 / 34%);
}

.futureOpacity{
  -webkit-filter: opacity(.3);
  filter: opacity(.3);
  
}
.Breferidos{
	height: 500px;
	min-height: 596px;
    background-image: url(/images/bannerreferido2-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.Crclose .left {
	position: absolute;
    float: left;
    font-size: 30px;
    margin-left: 10px;
    z-index: 1;
	cursor:pointer;
	transition: all 0.2s ease;
}

.Crclose .left .show-1-yes
{
	position: absolute;
  display:none;
   rotate: 45deg;
   transition: all 0.2s ease;
}
.Crclose .left .show-1-yes:hover
{
	
  color:#f5b5b5;
rotate: 135deg;
transition: all 0.2s ease;
}
.Crclose .left a{
color:#ff6a6a;


}
.Crclose .left a:hover{
color:#f5b5b5;
rotate: 180deg;
transition: all 0.2s ease;


}
.textcontenido{
	align-self: flex-end;
	display: contents;
    color: #a09d88;
    font-size: 10px;
    padding: 6px;
    position: absolute;
}
@media only screen and (max-width: 600px) {
.textcontenido{
	align-self: flex-end;
    color: #a09d88;
    font-size: 10px;
    padding: 6px;
	position: inherit;
}
}
.alert {
  padding: 20px;
  background-color: #ff98007a; /* Red */
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
.Breferidos .text {
color: #e9e5c9;
    position: relative;
    padding-top: 405px;
    text-shadow: #000 0px 0px 9px;
	text-align: center;
    font-size: 36px;
}
.Breferidos .small-text {
position: relative;
    /* padding-top: 420px; */
    color: #bbbaaf;
    text-shadow: #000 0px 0px 9px;
    text-align: center;
}
.Breferidos .steps-text {
	position: relative;
    float: center;
    color: #e9e5c9;
    text-shadow: #000 0px 0px 9px;
    text-align: justify;
	
}

.Breferidos .text span{
color: #ff9000;
    font-size: 50px;
}
.referidos .social ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  margin: 15px auto 0;
}
.referidos .social ul li {
  position: relative;
  display: block;
  margin: 2px 0 2px 3px;
}


@media (min-width: 1000px) {
  .content .content-flex .sider .social ul li a:hover {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
}
@media (min-width: 1000px) {
.referidos .social ul li a:hover {
    -webkit-filter: brightness(1.3);
            filter: brightness(1.3);
  }
}
@media (max-width: 1100px) {
  .content .content-flex .container .container-box .ranked-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .content-flex .container .container-box .ranked-block .block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    width: 100%;
  }
  .content .content-flex .container .container-box .ranked-block .block + .block {
    margin: 25px auto 0;
  }
}
@media (max-width: 1000px) {
  .content .content-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content .content-flex .container {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .content .content-flex .sider {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 450px;
    margin: 30px auto 0;
  }
}

.all-table {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto hidden;
  padding-bottom: 5px;
}
.all-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.all-table table thead tr th {
  padding: 15px 30px;
  color: #a29f8a;
  font-size: 14px;
  white-space: nowrap;
}
.all-table table tbody tr {
  background: rgba(36, 32, 37, 0.9);
}
.all-table table tbody tr td {
  padding: 24px 30px;
  color: #e9e5c9;
  font-size: 14px;
}
.all-table table tbody tr td.name {
  color: #ffbd68;
}
.all-table table tbody tr td.client {
  color: #ffbd68;
  min-width: 210px;
  padding-right: 0;
}
.all-table table tbody tr td.td-button {
  padding: 24px 14px;
}
.all-table table tbody tr td a {
  position: relative;
  display: inline-block;
  color: #ff9000;
}
@media (min-width: 1000px) {
  .all-table table tbody tr td a:hover {
    text-decoration: underline;
  }
}
.all-table table tbody tr td .all-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 45px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none !important;
}

.pf-form {
  position: relative;
  display: block;
  width: 100%;
}
.pf-form .grid {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 5px 14px;
}
.pf-form .grid + .grid {
  margin-top: 14px;
}
.pf-form .grid > * {
  min-width: 0;
}
.pf-form .grid label {
  position: relative;
  display: block;
  color: #a29f8a;
  font-size: 14px;
  -ms-flex-item-align: center;
      align-self: center;
}
.pf-form .grid label.left {
  grid-column: 1;
  text-align: right;
}
.pf-form .grid label.accounttip {
  margin-top: -20px;
    font-size: 12px;
}
.pf-form .grid ul.error_list {
	color: red;
    contain: paint;
}
.pf-form .grid label.right {
  grid-column: 3px;
  text-align: left;
}
.pf-form .grid label.error {
  display: -webkit-box;
  display: -ms-flexbox;  
    /* display: flex; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff6a6a;
}
label.error {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff6a6a;
}
.pf-form .grid label.error:before {
  content: '';
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/error.png) no-repeat;
  margin-right: 6px;
}
.pf-form .grid input, .pf-form .grid select, .pf-form .grid textarea {
  width: 276px;
  -ms-flex-item-align: center;
      align-self: center;
  grid-column: 2;
}
@media (max-width: 1000px) {
  .pf-form .grid {
    grid-template-columns: 1fr 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
  .pf-form .grid label {
    grid-row: 1;
    font-size: 12px;
  }
  .pf-form .grid label.left {
    grid-column: 1;
    text-align: left;
  }
  .pf-form .grid label.right {
    grid-column: 2;
    text-align: right;
  }
  .pf-form .grid label.error {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .pf-form .grid input, .pf-form .grid select, .pf-form .grid textarea {
    grid-row: 2;
    grid-column: 1 / -1;
    width: 100%;
  }
}
.pf-form .code {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px auto 0;
}
.pf-form .code .title {
  position: relative;
  display: block;
  text-align: center;
  color: #a29f8a;
  font-size: 14px;
  margin-bottom: 15px;
}
.pf-form .code .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pf-form .code .flex img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pf-form .policy {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px auto 0;
  text-align: center;
  color: #a29f8a;
  font-size: 14px;
}
.pf-form .policy a {
  position: relative;
  display: inline-block;
  color: #ff9000;
}
@media (min-width: 1000px) {
  .pf-form .policy a:hover {
    text-decoration: underline;
  }
}
.pf-form button {
  margin: 25px auto 0;
}
.contact {
	    opacity: 0.7;
    overflow: hidden;
    border: 1px solid #1e1b1e;
    background-color: #252525ad;
    padding: 50px 30px 60px 20px;
	
}
.contact:hover{
	background-color: #151515;
	transition: 0.3s;
}
.contact a:hover{
	color: #a52a2aa6;
}
.contact:hover img{
filter: grayscale(1);
transition: 0.3s;
}
    
.container-box .mi-info {
  position: relative;
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.container-box .mi-info .flex-child {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.container-box .mi-info .flex-child + .flex-child {
  margin-top: 15px;
}
.container-box .mi-info .flex-child .left {
  position: relative;
  display: block;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 10px;
  color: #ad9aa8;
  font-size: 14px;
  text-align: left;
}
.container-box .mi-info .flex-child .right {
  position: relative;
  display: block;
  width: 50%;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #e9e5c9;
  font-size: 14px;
  word-break: break-all;
}
.container-box .mi-info .flex-child .right.red {
  color: #ff6a6a;
}

.container-box .mi-info .flex-child .right a.red {
  color: #ff6a6a;
}

.container-box .mi-info .flex-child .right a {
  color: #e9e5c9;
}
@media (min-width: 1000px) {
  .container-box .mi-info .flex-child .right a:hover {
    text-decoration: underline;
  }
}
.player3d{
	    height: 210px;
}
@keyframes typing{
  from {
    opacity: 1%;
  }
  to{
    opacity: 100%;
  }
}
.container-box .mi-infoplayer .flex-playerother{
position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
	z-index: 1;
	padding-left: 50px;
	padding-bottom: 5px;

}
.container-box .mi-infoplayer .flex-playerother + .flex-playerother {
  margin-top: 0px;
}
.container-box .mi-infoplayer .flex-playerother .left {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 10px;
  color: #617b5f;
  font-size: 14px;
  text-align: left;
  
}

.container-box .mi-infoplayer{
	position: relative;
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
	background: rgba(17, 15, 16, 0.3);
}
.container-box .mi-infoplayer table{
    margin-inline: auto;
}
.container-box .mi-infoplayer .flex-player{
position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
	z-index: 1;
	  animation : typing 1.5s steps(60, end);

}
.container-box .mi-infoplayer .flex-player .hp{
    background: #cc5544d4;
    -webkit-border-radius: 1px;
    padding: 2px;
    border: 1px solid #00000069;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.container-box .mi-infoplayer .flex-player .incombat{
    font-size: 10px;
    /* align-self: flex-start; */
    vertical-align: super;
    font-variant: all-petite-caps;
    color: #eaa591;
	animation: blinker 2s linear infinite;
}
.container-box .mi-infoplayer .flex-player .mp{
    background: #40a978d4;
    -webkit-border-radius: 1px;
    padding: 2px;
    border: 1px solid #00000069;
}
.container-box .mi-infoplayer .flex-player + .flex-player {
  margin-top: 15px;
}
.container-box .mi-infoplayer .flex-player .left {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 10px;
  color: #ad9aa8;
  font-size: 14px;
  text-align: left;
}
.container-box .mi-infoplayer .flex-player .right {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #e9e5c9;
  font-size: 20px;
  word-break: break-all;

}
.container-box .mi-infoplayer .flex-player .right.red {
  color: #ff6a6a;
}

.container-box .mi-infoplayer .flex-player .right a.red {
  color: #ff6a6a;
}
.container-box .mi-infoplayer .mi-player {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 45px 0;
  
}
  model-viewer#reveal {
    --poster-color: transparent;
  }
    model-viewer#reveal {
    --poster-color: transparent;
  }
.container-box .mi-info .mi-count {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 15px 0;
  background: rgba(17, 15, 16, 0.3);
  margin: 48px auto 0;
}
.container-box .mi-info .mi-count img {
  position: relative;
  display: block;
  margin-right: 10px;
  top: 1px;
}
.container-box .mi-info .mi-count p {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 12px;
}
.container-box .mi-info .mi-count p span {
  color: #ff9000;
  font-size: 13px;
}
.container-box .child-text-row {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #ad9aa8;
  font-size: 14px;
}
.container-box .shop-items {
width: -webkit-fill-available;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    /* margin: 0px auto 0; */
    /* color: #ad9aa8; */
    font-size: 14px;
    justify-content: center;
}
@media (max-width: 600px) {
    .container-box .shop-items {
        grid-template-columns: repeat(2, 1fr);
    }
	.container-box .shop-items .child-item .left .price {
		display: contents !important;
	}
	}
.container-box .shop-items .empty {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
}
.container-box .shop-items .child-item {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: initial;
    align-items: center;
    cursor: pointer;
    background: #19171a;
    padding: 10px 18px 18px 22px;
    border: 1px solid #2d292e;
    transition: all 0.2s ease;
	
}
.container-box .shop-items .child-item:hover {
transform: scale(1.02);
z-index: 1;
background: linear-gradient(0deg, rgb(34 193 195 / 7%) 0%, rgb(253 187 45 / 21%) 100%);
}
.all-btn-shop{
	position: relative;
    border-radius: 0.625rem;
    display: -ms-flexbox;
    margin-right: 0.5rem;
    display: flex;
    width: -moz-max-content;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ff9e13;
    padding: 0px 10px 2px;
    color: #e9e5c9;
    font-size: 12px;
    font-weight: 900;
    background: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
.all-btn-shop:hover {
    color: #100e10;
	background: #ff9e13;
  }
.container-box .shop-items .child-item .left {
position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    flex: 1;
    min-width: 45%;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.container-box .shop-items .child-item .left .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* background: #0d0e12; */
  margin-right: 21px;
}
.container-box .shop-items .child-item .left .img img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
.container-box .shop-items .child-item .left .desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container-box .shop-items .child-item .left .desc .name {
  position: relative;
  display: block;
  color: #fffadc;
  font-size: 14px;
      font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
  place-self: center;
}
.container-box .shop-items .child-item .left .desc ul {
  position: relative;
  display: block;
  margin-top: auto;
}
.container-box .shop-items .child-item .left .desc ul li {
  position: relative;
  display: block;
  color: #a29f8a;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
}
.expireitem {
    position: relative;
    margin-right: 95px;
    color: #7b3636ba;
    font-family: monospace;
    background: #ff000017;
    font-size: 10px;
    padding: 1px;
    margin-inline-end: auto;
}
.offeritem {
position: relative;
    margin-right: 95px;
    color: #d5ff0099;
    font-family: monospace;
    background: #ff000017;
    font-size: 10px;
    /* font-weight: bold; */
    padding: 1px;
    margin-inline-end: auto;
}
.container-box .shop-items .child-item .left .desc ul li span {
  color: #fffadc;
}
.container-box .shop-items .child-item .left .desc ul li span.red {
  color: #ff6a6a;
}
.container-box .shop-items .child-item .right {
  position: relative;
  display: block;
  margin-top: auto;
}
.container-box .shop-items .child-item .price {
  position: relative;
  display: block;
  padding: 10px;
  color: #fffadc;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
      letter-spacing: 1px;
}
.container-box .shop-items .child-item .price span {
  position: relative;
  display: inline-block;
  color: #ff9000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 5px;
}
.container-box .shop-items .child-item .left ul.list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.container-box .shop-items .child-item .left ul.list li {
  position: relative;
  display: block;
  margin: 10px 0 0 -2px;
}

@media (max-width: 1000px) {
  .container-box .shop-items .child-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-box .shop-items .child-item .left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-box .shop-items .child-item .left .img {
    margin: 0 auto 20px;
  }
  .container-box .shop-items .child-item .left .desc {
    text-align: center;
  }
  .container-box .shop-items .child-item .right {
    margin: 15px auto 0;
  }
  .container-box .shop-items .child-item .right .price {
    text-align: center;
  }
  .container-box .shop-items .child-item .right ul.list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container-box .shop-items .child-item .right ul.list li {
    margin: 10px 5px 0;
  }
}
.container-box .shop-filter {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 5px;
  border: 1px solid #2d292e;
}
.container-box .shop-filter .title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #ad9aa8;
}
.container-box .shop-filter .form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.container-box .shop-filter .form select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 277px;
  height: 46px;
  min-height: 46px;
  text-align-last: left;
  padding-right: 25px;
}
.container-box .shop-filter .form select + select, .container-box .shop-filter .form select + input {
  margin-left: 10px;
}
.container-box .shop-filter .form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 277px;
  height: 46px;
  min-height: 46px;
}
.container-box .shop-filter .form input + select, .container-box .shop-filter .form input + input {
  margin-left: 10px;
  text-align: center;
  text-align-last: center;
}
.container-box .shop-filter .form button {
  min-width: 157px;
  height: 42px;
  padding: 0 25px 2px;
  margin-left: 24px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .container-box .shop-filter .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-box .shop-filter .form select, .container-box .shop-filter .form input {
    margin: 0 auto;
  }
  .container-box .shop-filter .form select + select, .container-box .shop-filter .form select + input, .container-box .shop-filter .form input + select, .container-box .shop-filter .form input + input {
    margin: 5px auto 0;
  }
  .container-box .shop-filter .form button {
    margin: 15px auto 0;
  }
}

.pagine-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 30px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.pagine-list li {
  position: relative;
  display: block;
  margin: 0 3px;
  color: #ffffff;
  font-size: 16px;
}
.pagine-list li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.pagine-list li a.active {
  font-size: 24px;
  color: #ff9000;
}
.pagine-list li a.small {
  font-size: 10px;
}
@media (min-width: 1000px) {
  .pagine-list li a:hover {
    color: #ff9000;
  }
}
.text-center{
	text-align: center;
	margin: 25px auto 0;
}
/*# sourceMappingURL=style.css.map */
.social img {
    vertical-align: middle;
}
.social-section a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-section .social-img {
    width: 34px;
    height: 34px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    top: 0px;
}
.social-section .social-img[style*="neokillermt2gmail.png"] {
    width: 22px;
    height: 22px;
}

.shop-items .child-item {
    background-image: none !important;
}

.shop-items .child-item img {
    display: none !important;
}

.shop-items .child-item::before,
.shop-items .child-item::after {
    display: none !important;
}
