html, body {
  background-image: url(../img/bg-banner-mobile.jpg);
}

body {
  font-family: 'Montserrat';
  position: relative;
  
}

#banner, .thank-you {
  background-image: url(../img/bg-banner-mobile.jpg);
  background-size: cover;
  background-position: center;
  margin-top: -81px;
}

.thank-you {
  margin-top: 0;
}

.navbar-brand img {
  width: 70px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-40 {
  font-size: 40px;
}

h1 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

h1 > p {
  font-weight: normal;
  font-size: 24px;
}

h1 > img {
  position: absolute;
  right: 115px;
  top: 200px;
}

h2 {
  font-size: 14px;
  font-weight: 500;
}

h3 {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #000;
}

p {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

p > img {
  width: 20px;
  margin-right: 10px;
}


.font-weight-black {
  font-weight: 900;
}

.nome-evento {
  background-image: url(../img/diamond-black.svg);
  background-size: cover;
  background-position: center;
  padding: 104px 0;
  width: 290px;
  margin: auto;
  position: relative;
}

.data-evento {
  color: #000;
  background-image: url(../img/diamond-white.svg);
  background-size: cover;
  background-position: center;
  padding: 42px 0;
  width: 120px;
  margin: 10px auto;
  position: absolute;
  left: 146px;
  top: 225px;
}

.img-japa {
  height: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../img/mockup-ebook.png);
}

.img-japa.big {
  height: 400px;
}

/* ESTILOS FORMULÁRIO */


form label {
  color: #000 !important;
  font-family: 'Montserrat' !important;
}


form input.form-ll {
  border: none !important;
  border-radius: 2px !important;
  background: #fff !important;
  padding: 10px 10px !important
}

form button.btn-danger {
  background: #000 !important;
  border: none !important;
  font-family: 'Montserrat' !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  border: none !important;
  padding: 10px 40px;
  margin: 20px auto 0 !important;
  float: none !important;
  display: block;
  
}

.thank-you {
  background-color: #2050d7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: 1040;
  position: fixed;
  width: 100%;
  transition: opacity 1.5s ease;
  opacity: 1;
  overflow: hidden;
}

.thank-you .content {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 400px;
  height: 30px;
  font-size: 40px
}
.thank-you .btn {
  background-color: #000 !important;
  border-color: #000 !important;
}

#formulario #ebook-9-plug-gratuito-9-2019-d04c8fb2571617404529,
#conversion-ebook-9-plug-gratuito-9-2019-d04c8fb2571617404529 {
  background-color: transparent !important;
  font-family: 'Montserrat' !important;
}

#formulario #ebook-9-plug-gratuito-9-2019-d04c8fb2571617404529 form label, 
#formulario #ebook-9-plug-gratuito-9-2019-d04c8fb2571617404529 form p.notice, 
#formulario #ebook-9-plug-gratuito-9-2019-d04c8fb2571617404529 form p.notice a {
  color: #000 !important;
}

#formulario #ebook-9-plug-gratuito-9-2019-d04c8fb2571617404529 div.actions .call_button {
  background: #000 !important;
  border: none !important;
}

#formulario #ebook-9-plug-gratuito-9-2019-d04c8fb2571617404529 form input {
  padding: 10px 10px !important;
  height: 45px !important;
}

@media (min-width: 576px) { 
  .img-japa {
    background-size: contain;
  }
}

@media (min-width: 768px) { 

  .formulario {
    margin-top: -12px !important;
  }

  .img-japa {
    height: 300px;
    background-repeat: no-repeat;    
  }

  .data-evento {
    left: 230px;
    top: 140px;
  }

  .img-japa.big {
    height: 400px;
  }
  
}
@media (min-width: 992px) { 


  #banner, .thank-you {
    background-image: url(../img/bg-banner.jpg);
  }

  h1 {
    font-size: 34px;
  }

  h1 > p {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  .nome-evento {
    width: 334px;
    padding: 114px 0;
  }

  .data-evento {
    left: 249px;
    top: 163px;
    padding: 62px 0;
    width: 170px;
  }

  h1 > img {
    right: 136px;
    top: 244px;
  }

  .img-japa {
    height: 390px;
  }

  .img-japa.big {
    height: 500px;
  }
}
