body {
    background-color: #000;
    color: #fff;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 3px 5px #0009;
}
main#home {
    width: 100%;
    height: 100%;
    position:absolute;
    overflow: hidden;
    font-weight: 600;
}
h1 {
    display: none;
}
h1,h2,h3,h4, p {
    margin-top: 0px;
    margin-bottom: 30px;
}
.contenedorhome {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 100px;
}
#contenedor200 {
   position: absolute;
    width: 100%;
    height: 100%; 
    z-index: 3;
}
#contenedor100 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("img/capasemitono1.png");
    background-size: 120% auto;
    mix-blend-mode: hard-light;
    opacity: 0.8;
    z-index: 2;
}
video {
    width: 100%;
    height: auto;
}
#timer {
    font-size: 52px;
font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
    background-image: url("img/animacionloader.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.loader-animation {
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% { transform: scale(1); }
  100% { transform: scale(1.3); }
}
@media screen and (max-width:720px) {
 body {
    background-color: #000;
    color: #fff;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    text-align: center;
    text-shadow: 2px 3px 5px #0009;
} 
.contenedorhome {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
} 
    h1,h2,h3,h4, p {
    margin-top: 0px;
    margin-bottom: 26px;
}
#timer {
    font-size: 36px;
font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: uppercase;   
}
    #logoWch {
        width: 90%;
        height: auto;
        max-width: 600px;
    } 
#contenedor100 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: none;
    background-size: 120% auto;
    mix-blend-mode:none;
    background-color: #222;
    opacity: 0.45;
    z-index: 2;
}    
}
@media screen and (max-width:365px) {
    body {
    font-size: 24px;
} 
#timer {
    font-size: 30px;
font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 26px;
    text-transform: uppercase;   
}    
}