@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap'); /* font-family: 'Poppins', sans-serif; */

* {
  font-family: 'Poppins', sans-serif;
}

body {
  /* background-image: url("../imgs/back_natal_promo2.jpg"); */
  background-image: url("../imgs/back_promocional.jpg");
 /*background-image: url("https://newevolutiondesigns.com/images/freebies/black-wallpaper-preview-10.jpg");*/
  background-size: cover;
}

.logo {
  width: 300px;
  margin-bottom: 30px;
}

.div_conteudo {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.div_texto_form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #FFFFFF;
}

.div_texto_form div h1 {
  font-weight: 500;
  max-width: 430px;
  letter-spacing: 1px;
  line-height: 45px;
}

.contraste {
  color: #F15E34;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.466);
}

.div_texto_form div p {
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 26px;
  max-width: 400px;
  margin-bottom: 20px;
}

.div_texto_form div p:nth-child(2) {
  margin-bottom: 0px;
}

.div_texto_form div p:nth-child(4) {
  margin-bottom: 0px;
}

.div_texto_form div ul li {
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 32px;
}

.div_texto_form div ul li::before {
  display: inline-block;
  content: "";
  background-color: #F15E34;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  margin-right: 10px;
  
}


.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  background-color: #c94622;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.25s ease-in-out;
  width: 120px;
  height: 120px;
  left: 59%;
}

.info_badge {
  color: rgba(255, 255, 255, 0.758);
  font-size: 15px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.section_contato {
  display: flex;
  flex-direction: column;
  background-color: #292663;
  max-width: 300px;
  padding: 40px 30px;
  border-radius: 15px;
  justify-content: center;
}

.titulo_contato {
  text-align: center;
}

.titulo_contato{
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
}

form label {
  color: #9C9B9B;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 5px;
}

form input {
  font-size: 18px;
  padding: 12px 22px 12px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  margin-bottom: 15px;
  outline: none;
}

form button {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #F15E34;
  border: none;
  border-radius: 15px;
  transition: 0.5s;
  padding: 18px 40px;
  margin-top: 10px;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

form button:hover {
  background-color: #c94622;
}

form button:focus {
  outline: none !important;
}

form div {
  text-align: center;
}

h3 {
  margin-bottom: 15px;
}

.div_checkbox {
  text-align: left;
}

.div_checkbox:hover {
  cursor: pointer;
}

.div_checkbox label {
  color: white !important;
}

.div_checkbox label:hover {
  cursor: pointer;
}

.box {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20px;
  bottom: 70px;
  width: 300px;
  height: 100px;
  font-family: 'Poppins', 'sans-serif';
  letter-spacing: 1px;
  background-color: rgb(255, 255, 255);
  box-shadow:  4px 4px 20px rgba(0, 0, 0, 0.514);
  border-radius: 15px;
  transition: 0.5s; 
  text-align: center;
  z-index: 9999;
  padding: 0px 5px
}

.box_hidden {
  transition: 0.5s;
  display: none;
}


@media only screen and (max-width: 1200px) { 

  body {
    background-position: -90px 0px;
  }

  .badge {
    left: 52%;
  }
}

@media (max-width: 992px) { 
  .badge {
    left: 47%;
    width: 110px;
    height: 110px;
  }
}

@media only screen and (max-width: 768px) {

  body {
    background-position: -420px 0px;
  }

  .logo {
    margin-bottom: 10px;
  }
  
  .div_logo {
    text-align: center;
  }

  .div_texto_form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section_contato {
    margin-top: 30px;
  }

  form {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .badge {
    top: 630px;
    left: 62%;
  }

  .info_badge {
    padding: 0px 30px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 576px) {

  body {
    padding: 0px 10px;
    background-position: -570px 0px;
  }

  .logo {
    width: 250px;
  }

  .div_texto_form div h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .div_texto_form div p {
    font-size: 16px;
    max-width: 330px;
  }

  .div_texto_form div ul li {
    font-size: 16px;
  }

  form {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .badge {
    font-size: 18px;
    top: 670px;
    left: 64%;
  }

  .info_badge {
    padding: 0px 0px;
  }

  .section_contato{
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 359px) { 
  
  .badge {
    font-size: 18px;
    top: 740px;
    left: 64%;
  }

  .section_contato{
    padding: 0px 10px;
  }

  

}