*,html,body{font-family: 'Open Sans', sans-serif;}
.html,body {
  overflow:hidden;
  /* background: linear-gradient(-150deg, rgba(117, 35, 22, 1) 30%, rgba(178, 52, 42, 1) 70%, rgba(0, 0, 0, 1) 95%); */
  /* animation: gradienter 15s ease-in-out infinite; */
  /* background-size: 400%; */
  background: url(../images/back.png) center center / cover no-repeat;
  height:100vh;
  color:#FFF;
}
.logo {max-width:100%;width:485px;}
.padding-25 {padding:5%;}

.adt-text--bolder {font-weight: 700;}
.ponto{width:8px;height:8px;background: var(--color-red) no-repeat center 10%;margin-top:30px;border-radius: 100%;}
.dias, .horas, .min, .seg {font-size:45px;font-weight:bold}
li {margin: 0 10px}
li p {font-size:12px;}
.logo {max-width:380px;}

footer {
  border-top:.2px solid;
}

.adt-padding-4-8 {padding:3% 8%;}

.height__ {height:calc(100vh - 60px);}

.txt__ {font-size:50px;position:fixed;right:30px;bottom:56px;-webkit-text-stroke: 1px black; font-family:Hartwell Alt;font-weight:bold; filter: alpha(opacity=60);}
.txt__ img {width:400px;}

footer p {font-size:12px}
.padding-15 {padding:20px;}

@media only screen and (max-width: 994px) {
  .html,body {
    overflow-y:scroll;
    height: inherit;
  }
  .logo {width:100%}
  .adt-padding-4-8 {padding:4%;}
  .height__ {height:auto;}
  .txt__ {position:relative;right:0;top:7px;text-align:center;margin:0 auto;}
  .txt__ img {width:90%;}
  ul {padding-left:inherit}
}
.adt-form--label {right:35%;left:inherit;display:none}
input.active {
  background:rgb(236,196,196);
  border:2px solid red;
}
.active:focus {background:rgb(236,196,196);}
.active:active {background:rgb(236,196,196);}
.none {display:none}