/* style time */

.title-desc {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: red;
}

.time {
  display: grid;
  color: #2d2d2c;
  padding-top: 20px;
}

.days_ref,
.hour_ref,
.hours_ref,
.minutes_ref,
.seconds_ref {
  text-align: center;
  margin: 46% 0 0 0;
  font-size: 17px;
}

ul.countdown {
  list-style: none;
  margin: 15px auto;
  padding: 0;
  display: inline-flex;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

ul.countdown li {
  display: block;
  line-height: 38px;
  color: #fff;
  margin: 5px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
}

ul.countdown li span:before {
  content: "";
  background-color: #b2fa48;
  display: block;
  width: 5px;
  height: 43px;
  left: 0;
  z-index: 9;
  position: absolute;
}
ul.countdown li span:after {
  content: "";
  background-color: #b2fa48;
  display: block;
  width: 5px;
  height: 43px;
  right: 0;
  z-index: 9;
  position: absolute;
  top: 38%;
}

.titulo {
  margin-bottom: 25px;
  margin-top: 30px;
}

ul.countdown li span {
  font-size: 75px;
  font-weight: 300;
  color: #282828;
  font-family: "Oswald", sans-serif;
  
  padding: 17px 17px 8px 17px;
  border: 1px solid #000000;
  border-radius: 8px;
  letter-spacing: 1px;
  position: relative;

  background: rgb(154,184,0);
background: -moz-linear-gradient(180deg, rgba(154,184,0,1) 0%, rgba(175,255,130,1) 4%, rgba(227,255,199,1) 24%, rgba(178,255,81,1) 41%, rgba(178,228,36,1) 68%, rgba(154,184,0,1) 96%, rgba(175,255,130,1) 99%);
background: -webkit-linear-gradient(180deg, rgba(154,184,0,1) 0%, rgba(175,255,130,1) 4%, rgba(227,255,199,1) 24%, rgba(178,255,81,1) 41%, rgba(178,228,36,1) 68%, rgba(154,184,0,1) 96%, rgba(175,255,130,1) 99%);
background: linear-gradient(180deg, rgba(154,184,0,1) 0%, rgba(175,255,130,1) 4%, rgba(227,255,199,1) 24%, rgba(178,255,81,1) 41%, rgba(178,228,36,1) 68%, rgba(154,184,0,1) 96%, rgba(175,255,130,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ab800",endColorstr="#afff82",GradientType=1);

  box-shadow: 3px 0px 0px 1px #0b162ca6;
    -webkit-box-shadow: 3px 0px 0px 1px #0b162ca6;
    -moz-box-shadow: 3px 0px 0px 1px #0b162ca6;
}

.linia {
  display: block;
  position: absolute;
  top: 14%;
  width: 100%;
  height: 3px;
  background: #494650;
  z-index: 999;
}

.titulo h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.tx_rojo {
  display: inline-block;
  padding: 5px 35px;
  background: #ffe4b0;
  color: #fff;
  margin-bottom: 10px;
}

ul.countdown li.seperator {
  font-size: 70px;
  color: #b2f43e;
  vertical-align: top;
  padding-left: 25px;
  padding-right: 25px;
  background: none;
  border: none;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 200;
  font-family: "Oswald", sans-serif;
}

.faltan {
  color: #c3f400;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}

ul.countdown li p {
  color: #b1e223;
  font-weight: 900;
}

.time {
  display: grid;
  color: #282828;
  padding-top: 20px;
}

.contad {
  padding: 56px 0 25px;
  border-top: 1px #b5aa6e dashed;
}

/**/

/**/

@media only screen and (max-width: 1367px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (max-width: 992px) {
  ul.countdown li span {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 872px) {
  ul.countdown li span {
    font-size: 55px;
    font-weight: 300;
    padding: 17px 17px 8px 17px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 820px) {
  ul.countdown li span {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 768px) {
  /*contador*/

  ul.countdown li span {
    font-size: 76px;
    font-weight: 300;
    padding: 12px;
    letter-spacing: 0;
    position: relative;
  }

  ul.countdown li.seperator {
    font-size: 37px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    background: none;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
  }

  .days_ref,
  .hour_ref,
  .hours_ref,
  .minutes_ref,
  .seconds_ref {
    text-align: center;
    margin: 40px 0 0 0;
    font-size: 15px;
    /* font-weight: 700; */
  }

  ul.countdown li {
    display: block;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
  }
}

@media only screen and (max-width: 575px) {
  /*contador*/

  ul.countdown li span {
    font-size: 58px;
    font-weight: 300;
    padding: 12px;
    letter-spacing: 0;
  }

  ul.countdown li.seperator {
    font-size: 37px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    background: none;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
  }

  .days_ref,
  .hour_ref,
  .hours_ref,
  .minutes_ref,
  .seconds_ref {
    text-align: center;
    margin: 35px 0 0 0;
    font-size: 12px;
  }

  ul.countdown li {
    display: block;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  /*contador*/

  ul.countdown li span {
    font-size: 50px;
    font-weight: 300;
    padding: 12px;
    border-radius: 8px;
    letter-spacing: 0;
    position: relative;
  }

  ul.countdown li.seperator {
    font-size: 37px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    background: none;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
  }

  .days_ref,
  .hour_ref,
  .hours_ref,
  .minutes_ref,
  .seconds_ref {
    text-align: center;
    margin: 25px 0 0 0;
    font-size: 12px;
  }

  ul.countdown li {
    display: block;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
  }

  ul.countdown li span:before {
    content: "";
    display: none;
    width: 5px;
    height: 43px;
    left: 0;
    z-index: 99;
    position: absolute;
  }
  ul.countdown li span:after {
    content: "";
    display: none;
    width: 5px;
    height: 43px;
    right: 0;
    z-index: 99;
    position: absolute;
    top: 38%;
  }

  /*termina contador*/

  .botones h1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
    color: #676767;
  }

  .fondo_txt {
    background: url(../img/background_header.jpg) center top;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .zona-banner {
    padding-top: 75px;
}
}

@media only screen and (max-width: 420px) {
  /*contador*/

  ul.countdown li span {
    font-size: 35px;
    font-weight: 300;
    padding: 6px;
    border-radius: 8px;
    letter-spacing: 0;
    position: relative;
  }

  ul.countdown li.seperator {
    font-size: 37px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    background: none;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
  }

  .days_ref,
  .hour_ref,
  .hours_ref,
  .minutes_ref,
  .seconds_ref {
    text-align: center;
    margin: 7px 0 0 0;
    font-size: 7px;
  }

  ul.countdown li {
    display: block;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
  }

  ul.countdown li span:before {
    content: "";
    display: none;
    width: 5px;
    height: 43px;
    left: 0;
    z-index: 99;
    position: absolute;
  }
  ul.countdown li span:after {
    content: "";
    display: none;
    width: 5px;
    height: 43px;
    right: 0;
    z-index: 99;
    position: absolute;
    top: 38%;
  }
}

@media only screen and (max-width: 390px) {
  /*contador*/

  ul.countdown li span {
    font-size: 35px;
    font-weight: 300;
    padding: 6px;
    border-radius: 8px;
    letter-spacing: 0;
    position: relative;
  }

  ul.countdown li.seperator {
    font-size: 37px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    background: none;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
  }

  .days_ref,
  .hour_ref,
  .hours_ref,
  .minutes_ref,
  .seconds_ref {
    text-align: center;
    margin: 7px 0 0 0;
    font-size: 7px;
  }

  ul.countdown li {
    display: block;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
  }

  ul.countdown li span:before {
    content: "";
    display: none;
    width: 5px;
    height: 43px;
    left: 0;
    z-index: 99;
    position: absolute;
  }
  ul.countdown li span:after {
    content: "";
    display: none;
    width: 5px;
    height: 43px;
    right: 0;
    z-index: 99;
    position: absolute;
    top: 38%;
  }
}

@media only screen and (max-width: 320px) {
  /*contador*/

  ul.countdown li span {
    font-size: 35px;
    font-weight: 300;
    padding: 6px;
    border-radius: 8px;
    letter-spacing: 0;
    position: relative;
  }

  ul.countdown li.seperator {
    font-size: 37px;
    vertical-align: top;
    padding-left: 25px;
    padding-right: 25px;
    background: none;
    border: none;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
  }

  .days_ref,
  .hour_ref,
  .hours_ref,
  .minutes_ref,
  .seconds_ref {
    text-align: center;
    margin: 7px 0 0 0;
    font-size: 7px;
  }

  ul.countdown li {
    display: block;
    line-height: 38px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
  }

  ul.countdown li span:before {
    content: "";
    display: none;
    width: 5px;
    height: 43px;
    left: 0;
    z-index: 99;
    position: absolute;
  }
  ul.countdown li span:after {
    content: "";
    display: none;
    width: 5px;
    height: 43px;
    right: 0;
    z-index: 99;
    position: absolute;
    top: 38%;
  }
}
