@charset "utf-8";

root {
    --h1-line-height: 1em;
    --alt-text-col: #e64040;
}

::-moz-selection { /* Code for Firefox */
  color: #ff0000;
  background: rgb(77, 0, 0);
  background: rgba(77, 0, 0, 0.5);
}

::selection {
  color: red;
  background: rgb(77, 0, 0);
  background: rgba(77, 0, 0, 0.5);
}

html {
	box-sizing: border-box;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    text-shadow:#000000 0 0 10px;
}

* {
    color: white;
    
}

.Space {
    margin-left: 2%;
}

header {
	width: 100%;
	min-height: 5vh;
	display: flex;
	justify-content: space-between;
    align-items: center;
	font-size: 3vw;
	letter-spacing: 0.4vw;
	z-index: 2;
    padding: 0 24px;
    padding-top: 0.5em;
}

body{    
    margin:0;
    background-attachment: fixed;
    background-position: center;
    background-image: url("./chsbackground.png");
   overflow-x: hidden;
}

.bg {
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-color: rgba(26, 22, 22, 0.836);
    padding-bottom: 1vh;
    transition: 1s ease-in-out;
    z-index: -130;
}

#switch_f {
    padding: 1em 0.5em;
    border-radius: 25px;
    border: 0.2em solid white;
    background-color:  transparent;
    line-height: 1px;
    color: white;
    box-shadow: 0em 0em 0.8em #000000;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    overflow:hidden;
    align-items: center;
    text-align:center;
    width: 2.5em;
    height:auto;
}

img {
    position:relative;
    z-index: 0;
}

.Main {
    position:relative;
    z-index:1;
}

.Menu {
    position:relative;
    right: 1.2em;
    cursor:pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color:white;
}

.Map img {
    max-width: 90%;
}

.Probar {

}



#Nav {
    position:fixed;
    top: 0;
    left:0;
    z-index:1002;
    display: inline-block;
}

#Nav .UrMom {
  max-width: 10em;
    height: 18.5em;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 12px;
    border: thin solid white;
    padding: 0 1em 0 1em;
    text-align: center;
    width: 100%;
    cursor:pointer;
    position:fixed;
    top: 4em;
    right: -10em;
    transition: 0.7s ease-in-out;
    visibility: hidden;
}

#Nav .UrMom.active {
    transform: translateX(-11.5em);
    visibility: visible;
}

#Nav .nav-link {
    transition: 0.7s ease;
    text-decoration: none;
    line-height: 2em;
}

#Nav .nav-link:hover {
    background-color:hsla(0,0%,100%,0.5);
    border-radius: 5px;
    padding: 0 10px 0 10px;
}

.Menu.active .bar:nth-child(2) {
    opacity: 0;
}
.Menu.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.Menu.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


.UrMom li {
    list-style: none;
}

.Watermark {
    padding-bottom: 3%;
}


@media (max-width: 48.678em){
    #Nav .UrMom {
        font-size: 0.7em;
        top: 4.5em;
    }
}

#switch_f{
        transition: 0.2s;
}

#switch_f:hover{
    box-shadow: 0px 0px 20px 1px #fff;
    cursor: pointer;
}



body > div:nth-child(5) {
     all: initial;
}

h1, Main {
    overflow: visible;
}

.Main p {
    letter-spacing: 0.4em;
	font-size: 1.5em;
	font-weight: 400;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 1em;
}
.Main h5 {
     margin-bottom: 1em;
    margin-top: 0;
    color: white;
}

.Main h1 {
    margin-bottom: 10px;
}

strong {
    color: rgb(230, 64, 64);
}

#Period {
  opacity: 1;
  transition: opacity 1s; 
}

#Period.fade {
  opacity: 0;
}

#Span {
  opacity: 1;
  transition: opacity 1s;
 margin-top: 3px;
margin-bottom: 27px;

}

#Span.fade {
  opacity: 0;
}

#Probar #barfill {
    background-color: white;
    border-radius: 25px;
  border: 2px solid #FFF;
  height: 100%;
    width: 0%;
    transition: 1s
}

#Probar:hover {
    cursor:pointer;
}

#Probar #barfill.special {
    background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
    border-color: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
background-size: 1800% 1800%;

-webkit-animation: rainbow 1s infinite;
-z-animation: rainbow 1s  infinite;
-o-animation: rainbow 1s infinite;
  animation: rainbow 1s infinite;}

@-webkit-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}
@keyframes rainbow { 
    0%{background-position:0% 82%}
    50%{background-position:100% 19%}
    100%{background-position:0% 82%}
}


#Time {
    
}

.Background_editor {
    display:grid;
	justify-content: center;
	height: 10em;
    width: 70%;
    border-color: white;
	text-align: center;
    align-content: center;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 12px;
    border: thin solid white;
    margin: 2em auto;
    
    background-color: rgba(0,0,0,0.33);
    font-size: 2em;
    overflow: hidden;
}

.Background_editor h4 {
    margin-bottom: 20px;
    margin-top: 0;
}

#defaultbg {
    margin-top: 10px;
     padding: 0.8em 0.5em;
    border-radius: 25px;
    border: 0.2em solid white;
    background-color:  rgba(0,0,0,0.90);
    line-height: 1px;
    color: white;
    box-shadow: 0em 0em 0.8em #000000;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    overflow:hidden;
    align-items: center;
    text-align:center;
    
    transition: 0.2s;
}

#defaultbg:hover {
    box-shadow: 0px 0px 20px 1px #fff;
    cursor: pointer;
}

.Probar h4 {
    margin-top: 10px;
    font-size: 35%;
    text-align:center;
    font-style: normal;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    padding-right: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #070000;    
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    box-shadow: #ff5353 0px 0px 10px;
    background: #ff5353;
  }


  /* Modal */
#Modal {
    position: relative; /* Stay in place */
    z-index: 2; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 30%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    transition: 0.4s ease-in-out;
    opacity: 0;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: rgb(41, 10, 10);
    margin: 1% auto; /* 15% from the top and centered */
    padding: 10px;
    border-radius: 100px;
    box-shadow: rgb(41, 10, 10) 0px 0px 10px;
    width: 30%; /* Could be more or less, depending on screen size */
  }

  .nav-link:hover ~ #Modal {
    opacity: 1;
}

.smedia {
    display:block;
    width: 25px;
    margin: 4px auto;
}

sub {
    display:flex;
	justify-content: center;	
	letter-spacing: 1px;
	height: 10px;
	text-align: center;
    margin-bottom: 10px;
}

/* Announcement */
.announcement {
display: flex; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 400; /* Sit on top */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0);
  background-color: rgba(0, 0, 0, 0.972);
  transition: 1.2s;
  opacity: 0;
}

.announcement-content {
    margin: 10% auto;
    width: 80%;
}

.announcement-content img {
    max-width: 35%;
    height: auto;
    position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.announcement-buttons {
    display: flex;
    position: fixed;
    top: 90%;
  left: 50%;
  transform: translate(-50%, -90%);
  z-index: 402;
  justify-content: center;
  align-items: center;
  max-width: 70%;
}

#annbuttons {
    padding: 1em 0.5em;
    border-radius: 25px;
    border: 0.2em solid white;
    background-color:  transparent;
    line-height: 1px;
    color: white;
    box-shadow: 0em 0em 0.8em #000000;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    letter-spacing: 0.1em;
    overflow:hidden;
    align-items: center;
    text-align:center;
    max-width: 16em;
    margin: auto 20px;
    height:auto;
    transition: 0.2s;
}

#annbuttons:hover{
    box-shadow: 0px 0px 20px 1px #fff;
    cursor: pointer;
}

.Schedules img{
    max-width: 50%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
}






/* ABOUT PAGE */
/* ABOUT PAGE */
/* ABOUT PAGE */
/* ABOUT PAGE */

.About_Container {
    display:block;
    margin-top: 10em;
    text-align: center;
    min-height: 1080px;
    margin-left: 10%;
    margin-right: 10%;
    text-shadow:#000000 0 0 10px;
    line-height: 30px;
}

.About_Container img {
    display: block;
    margin: 20px auto;
    width: auto;
}


/* CREDITS PAGE */
.Credit_Container {
    display:block;
    margin-top: 10em;
    text-align: center;
    min-height: 1080px;
    margin-left: 10%;
    margin-right: 10%;
    text-shadow:#000000 0 0 10px;
    line-height: 30px;
}

/* CHANGELOG PAGE */

.Changes_Container {
    display:block;
    margin-top: 10em;
    text-align: center;
    min-height: 1080px;
    margin-left: 10%;
    margin-right: 10%;
    text-shadow:#000000 0 0 10px;
    line-height: 30px;
}

.Changes_Container #logs {
    background-color: rgba(109, 26, 26, 0.8);
    margin-bottom: 50px;
    border-style: solid;
    border-radius: 10px;
    padding: 10px;
    border-color:rgb(255, 87, 87);
}

#logs h3 {
    padding: 20px;
    font-style: italic;
    letter-spacing: 5px;
}

#logs h2 {
    letter-spacing: 2px;
}

#logs li {
    font-size: 20px;
}



/* OTHER SIZES */
/* OTHER SIZES */
/* OTHER SIZES */
/* OTHER SIZES */

@media (max-width : 64.062em) {
   .Schedules{
        clear: both;
        position:relative;
        width: 100%;
       height: 30em;
    }
    .Container {
        display: block !important;
    }
}
