* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  display: flex;
  flex-direction: column;
}
body {
  columns: 2;
  display: flex;
  min-height: 100%;
}
.container {
  width: 100%;
  height: 100vh;
  background: url(/assets/Forjaço-background.png);
  background-position: center;
  background-size: cover;
  order: 2;
}
.container-white {
  background-color: white;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
  padding-left: 50px;
}
.logo {
  width: 200px;
  padding: 20px 0;
  margin: 5% 0;
}
h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #003D70;
  margin: 3% 0 5% 0;
  font-weight: 700;
}
h3 {
  max-width: 80%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.5;
  color: #30373E;
}
h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 200;
  letter-spacing: 3px;
}
.container-dmx {
  position: absolute;
  bottom: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 200;
  color: gray;
  margin-bottom: 50px;
}
.contato {
  margin: 20px 0;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.email {
  color: black
}
.contato-email, .contato-telefone {
  color: #003D70;
}
.telefone {
  color: black;
}
.whatsapp-container, .apresentacao {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.whatsapp-icon, .whatsapp-icon-mobile, .pdf-icon, .pdf-icon-mobile {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.whatsapp-icon-mobile, .pdf-icon-mobile {
  display: none;
}
.nome-dmx {
  text-decoration: none;
  color:#003D70;
}

.apresentacao {
  margin-top: 10px;
}

.countdown {
	 display: flex;
   margin-top: 10%;
   /*position: relative;*/
}
.countdown span, .countdown h1 {
   text-shadow: #30373E;
   background: -webkit-linear-gradient(135deg, #003D70, #498cc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.countdown .day, .countdown .hour, .countdown .min, .countdown .sec {
	 padding: 10px 15px;
	 text-align: center;
}
.countdown .day .num, .countdown .hour .num, .countdown .min .num, .countdown .sec .num {
	 display: block;
	 font-size: 32px;
	 line-height: 1em;
   font-family: 'Plus Jakarta Sans', sans-serif;
   font-weight: 700;
}
.countdown .day .word, .countdown .hour .word, .countdown .min .word, .countdown .sec .word {
	 display: block;
	 font-size: 16px;
	 color: #8a99ab;
   font-family: 'Plus Jakarta Sans', sans-serif;
}

.separator {
  position: inline;
  margin: 0;
}

@media (max-width: 1139px) {
  .container-white {
    width: 100%;
  } 
}

@media (max-width: 980px) {
  .container {
    display: none;
  }
  body {
    columns: 1;
  }
  .container-dmx {
    margin: 0;
    bottom: -50px;
  }
  .countdown {
    position: relative;
  }
}

@media (max-width: 800px) {
  
  * {
    box-sizing: initial;
  }
  .countdown {
    position: relative;
  }
  .container-white {
    width: 100vw;
    height: 100vh;
    align-items: center;
    padding: 0;
    padding-bottom: 10px;
  }
  .container{
    padding: 0;
  }
  h1 {
    text-align: center;
  }
  h3 {
    text-align: center;
  }
  .contato {
    justify-content: center;
    align-items: center;
  }
  .whatsapp-container, .apresentacao {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .whatsapp-icon, .pdf-icon {
    display: none;
  }
  .whatsapp-icon-mobile, .pdf-icon-mobile {
    display: block;
    margin: 20px 0;
  }
  h4 {
    text-align: center;
  }
  .conteudo-container-white {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .container-dmx {
    text-align: center;
    padding-bottom: 2%;
  }
  .texto-dmx {
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
  }
}

@media (max-width: 456px) {
  h1 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  
}

@media (min-width: 1920px) {
  .countdown .day .num, .countdown .hour .num, .countdown .min .num, .countdown .sec .num {
    font-size: 48px;
  }

  .countdown .day .word, .countdown .hour .word, .countdown .min .word, .countdown .sec .word {
    font-size: 24px;
  }

}