@@font-face {
  font-family: 'TrajanProRegular';
  src: url('fonts/TrajanPro-Regular.otf');
}

@@font-face {
  font-family: 'TrajanProBold';
  src: url('fonts/TrajanPro-Bold.otf');
}

.fondo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  background-image: url('../images/Fondo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contenedor-todo {
  position: relative;
}

.arbol-gallo {
  position: absolute;
  left: 10%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100vh;
  max-width: auto;
}

.body {
  height: 100vh;
}

.guirnalda {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 1920px;
  max-height: auto;
  max-width: 1920px;
}

.enciende {
  position: relative;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 3;
  height: 100vh;
  background-image: url('../images/enciende-ejemplo.png');
  background-position: 10% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contador {
  position: absolute;
  top: 30vh;
  right: 4%;
  bottom: 0px;
  z-index: 5;
  width: 50%;
  height: 20vh;
}

.video-1-escritorio {
  position: absolute;
  display: none;
  top: 25vh;
  right: 4%;
  bottom: 0px;
  z-index: 5;
  width: 50%;
}

.countDownTitle {
  font-size: 7em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #e0d683;
  height: auto;
  line-height: 1;
  text-shadow: 5px 5px 5px #000;
}

.ds-element {
  display: inline-block;
  font-size: 8em;
  margin: 0 20px;
  text-transform: uppercase;
  height: auto;
  line-height: 1;
  position: relative;
  color: #e0d683;
  text-shadow: 5px 5px 5px #000;
}
.ds-element-days {
  display: none;
}

.ds-element:after {
    content:':';
    top: 0;
    width: 25px;
    height: 1em;
    right: -25px;
    color: #e0d683;
    font-size: 1em;
    position:absolute;
    text-shadow: 5px 5px 5px #000;
}

.ds-element:last-child:after {
    display:none;
}

.ds-element-title {
  display: none;
}

.countContainer {
  font-family: 'TrajanProBold';
  text-align: center;
  font-weight: 900;
}

.video-2-movil {
  position: absolute;
  top: 7%;
  right: 4%;
  bottom: 0px;
  z-index: 5;
  width: 600px;
}

@media (max-width: 991px) {
  .contador {
    position: absolute;
    top: 38vh;
    right: 0%;
    bottom: 0px;
    z-index: 5;
    width: 100%;
    height: 20vh;
  }
  .arbol-gallo {
    left: 18%;
    top: -30px;
    right: 0px;
    bottom: 0px;
  }
  .enciende {
    left: 0%;
    background-position: 10% 0px;
  }
  .html-embed {
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .video-1-escritorio {
    top: 2%;
    right: 0%;
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-2-movil {
    top: 20%;
    right: 0%;
    display: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-2 {
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 0px;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 767px) {
  .arbol-gallo {
    left: 18%;
  }
  .enciende {
    left: 6%;
    background-position: 15% 0px;
  }
  .video-2-movil {
    top: 75px;
  }
  .ds-element,
  .countDownTitle {
    font-size: 20vw;
  }
}

@media (max-width: 479px) {
  .arbol-gallo {
    left: 5%;
  }
  .enciende {
    left: 0%;
    background-position: -50px 180px;
    background-size: 250%;
  }
  .html-embed {
    top: 25%;
  }
  . {
    padding: 20px;
  }
  .video-2-movil {
    top: 35%;
    padding-right: auto;
    padding-left: auto;
  }
  .video-2 {
    top: 25%;
  }
}

@media (max-width: 375px) {
  .enciende {
    background-position: -50px 120px;
  }
}

@media (orientation: landscape) and (max-width: 991px) {
  .enciende {
    left: 0%;
    background-position: 0% -70px;
  }
  .contador {
    position: absolute;
    top: 18vh;
    right: 0%;
    bottom: 0px;
    z-index: 5;
    width: 65%;
    height: 60vh;
  }
  .ds-element, .countDownTitle {
      font-size: 10vw;
  }
}

@media (orientation: landscape) and (max-width: 767px) {
  .enciende {
    left: 0%;
    background-position: 10% 0px;
  }
  .contador {
      position: absolute;
      top: 25vh;
      right: 0%;
      bottom: 0px;
      z-index: 5;
      width: 65%;
      height: 60vh;
  }
  .ds-element, .countDownTitle {
      font-size: 10vw;
  }
}

@media (orientation: landscape) {
  .video-2-movil {
    top: 20%;
    right: 5%;
    display: none;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
