body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100vh;
  width: 100%vw;
  font-family: Arial, sans-serif;
}

.contenedor {
  background-color: rgb(0, 0, 0);
  height: 100vh;
  width: 100vw;
  display: grid;
  grid-template-columns: 47% 6% 47%;
  grid-template-rows: 28% 58% 12% 2%;
  position: relative;
  z-index: 1;
}

.logo {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  background-color: green;
  background: transparent;
  text-align: center;
  position: relative;
}

.logo img {
  height: 100%;
  position: absolute;
  left: 0%;
}

.logon {
  display: none;
}



.logo .contenedorClima {
  height: 80%;
  width: 80%;

  position : absolute;
  left:0%;
  top:0%;
  z-index: 1111;
}



.logon {
  filter: brightness(100) saturate(100%) invert(12%) sepia(11%) saturate(1365%) hue-rotate(175deg) brightness(100%) contrast(93%);
}

.hora {
  grid-column: 2/4;
  grid-row: 1/2;
  color: rgb(252, 240, 8);
  background-color: transparent;
  font-size: 26vh;
  text-align: center;
  align-self: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.minutos {
  background-color: rgba(255, 0, 0, 0.783);
  background: transparent;
  color: rgb(246, 237, 10);
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  font-size: 42vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.separador {
  font-size: 45vh;
  background-color: rgba(41, 35, 35, 0.783);
  background: transparent;
  color: rgb(246, 237, 10);
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
}

.segundos {
  background-color: rgba(96, 73, 73, 0.783);
  background: transparent;
  color: rgb(246, 237, 10);
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  margin: 0 auto;
  height: 100%;
  text-align: center;
  font-size: 42vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.textoMinutos {
  grid-column: 1/2;
  grid-row: 3/4;
  background-color: rgb(70, 153, 110);
  background: transparent;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: rgb(246, 237, 10);
  font-size: 7vh;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  position: absolute
}

.textoSegundos {
  grid-column: 3/4;
  grid-row: 3/4;
  background-color: rgb(67, 91, 79);
  background: transparent;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: rgb(246, 237, 10);
  font-size: 7vh;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  position: absolute;
}

.version {
  grid-column: 1/4;
  grid-row: 4/5;
  background-color: rgb(221, 233, 121);
  background: transparent;
  color: rgb(246, 237, 10);
  font-size: 1.3vh;
  text-align: center;
  position: absolute;
}

#refresco {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: black;
}

#refresco img {
  position: absolute;
  width: 100px;
}

#mensajes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f418c;
  background-color: #103c80;
  color: gold;
  color: white;
  font-family: 'Nunito', sans-serif;
}

.principal {
  margin-left: 3%;
  margin-top: 2%;
  margin-right: 2%;
}

.secundario {
  margin-left: 3%;
  font-size: 13vh;
}

.horilla {
  font-family: Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 3%;
  font-size: 15vh;
  font-weight: bold;
  color: rgb(245, 150, 78);
}