* {
	margin: 0;
	padding: 0;
}




html, body {
            margin: 0;
            padding: 0;
            height: auto;
            width: 100vw;
            background-color: #78bbcb;
         //   display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
         //   position: relative;
         //   color: white;
          //  font-family: sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
        }

        #stopButton {
            position: fixed;
            bottom: 100px;
            left: 50%;
            transform: translateX(-50%);
            padding: 10px 20px;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: 1px solid #fff;
            border-radius: 20px;
            cursor: pointer;
            font-size: 0.9rem;
            z-index: 100;
            transition: background-color 0.3s;
        }

        #stopButton:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }


/* Loader */

.loader {
	//display: flex;
  display:none;
	position: fixed;
	height: 100vh;
	width: 100vw;
	background-color: #78bbcb;
	z-index: 1000;
	justify-content: center;
	align-items: center;
	opacity: 100%;
	transition: opacity 0.2s ease-in;
	animation: duracion-loader;
}

.loader img {
	height: 250px;
	width: auto;
}

.loader2 {
	opacity: 0%;
}

/* Telon */

#telon {
 // display: none;
  
	display: flex;
	flex-direction: row;
	z-index: 100;
	position: fixed;
	width: 100vw;
	overflow: visible;
  top:0px;
  
}

#tabla {display: flex;
            justify-content: center;
            align-items: center;
 max-width: 100vw;
}

      .titulo {
    width: 100vw;
    text-align: center;
    position: relative;
}

header {
    display: block;
}

header h1 {
    display: inline-block;
    text-align: center;
    font-size: 3rem;
    font-family: 'Cooper Black';
  color:#000000;
  text-shadow:
        3px 0 #ffffff,
       -3px 0 #ffffff,
        0 3px #ffffff,
        0 -3px #ffffff,
        2px 2px #ffffff,
       -2px 2px #ffffff,
        2px -2px #ffffff,
       -2px -2px #ffffff;
}

#title01, #title02, .01, .02 {
    width: 50vw;
   // height: 100vh;
    display: flex;
    align-items: center;         /* Centra verticalmente */
    position: absolute;
    top: 0;
  
}

#title01 {
    justify-content: flex-end;   /* Alinea a la derecha dentro del div */
    right: 0;
    text-align: right;
   // padding-right: 40px;
  flex-direction: column;
  transform: translateY(40vh);
}

#title02 {
    justify-content: flex-start; /* Alinea a la izquierda dentro del div */
    left: 0;
    text-align: left;
   // padding-left: 40px;
  transform: translateY(40vh);
}

#title01 h1, #title02 h1 {
  position:relative;
    margin: 0;
    font-family: 'Cooper Black';
    font-size: 4em;
    color: #ffffff;
  
}

h1 {
    color: white;
    font-size: 4em;
    font-family: 'Cooper Black';
    text-shadow:
        3px 0 black,
       -3px 0 black,
        0 3px black,
        0 -3px black,
        2px 2px black,
       -2px 2px black,
        2px -2px black,
       -2px -2px black;
}



#telon-izq, #telon-der {
	width: 50%;
	height: 100%;
	position: fixed;
  
 
}

#telon-izq img, #telon-der img {
	width: 100%;
	height: 110%;
   top:0px;
  margin-top: -180px;
  
}

#telon-izq {
	animation-name: mover-a-izq;
	animation-delay: 3.5s;
	animation-duration: 3.5s;
	left: 0;
	animation-fill-mode: forwards;
}

#telon-der {
	animation-name: mover-a-der;
	animation-delay: 3.5s;
	animation-duration: 3.5s;
	animation-fill-mode: forwards;
	right: 0;
}

@keyframes mover-a-izq {
	0% {
		left: 0;
	}
	100% {
		left: -1000px;
	}
}

@keyframes mover-a-der {
	0% {
		right: 0px;
	}
	100% {
		right: -1000px;
	}
}

/* Titulo */

@font-face {
	font-family: 'Cooper Black';
	src: url(fuentes/COOPBL.TTF);
}

.titulo {
	font-family: 'Cooper Black';
	text-align: center;
	font-size: 67px;
	margin-top: 2.5%;
}

/* Objetos */

#tabla {
	display: block;
}

.reloj1 {
	margin-left: 5vw;
  width:50%;
  height: 50%;
}

#jesus {
  width:20vw;
	text-align: top;
	//margin-left: 2vw;
  margin-right: 4vw;
}

#tostadorachica1 {
	margin-left: 3vw;
  margin-right: 3vw;
}

.gusano2 {
	margin-left: 62w;
  margin-right: 3vw;
}

#tostadorachica2 {
 margin-left: 2vw;
  margin-right: 3vw;
}

.tostadoragrande {
 margin-left: 6vw;
  margin-right: 3vw;
}

#boca2 {
	margin-left: 1vw;
  margin-right: 3vw;
}

#campanagrande {
	margin-left: 1vw;
  margin-right: 3vw;
}

#campanachica {
	margin-left: 10vw;
  margin-right: 3vw;
}

.reloj2 {
	margin-left: 5vw;
	margin-top: -3vw;
  margin-right: 3vw;
}

#tostadora3 {
margin-left: 1vw;
  margin-right: 3vw;
}

#audio {
	margin-top: 20%;
}

img{
  width:10vw;
  height: ;
}