body {
  margin: 0;
  padding: 0;
  font-family: "Calibri", sans-serif;
}
.back {
  background: url(../static/Preparanutri.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120vh;
  width: 100%;
}
.back2 {
  margin: 20px 0px;
  display: none;
  background: url(../static/Preparanutri.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30vh;
  width: 100%;
}
.cellBack{
  display: none;
}
.cardCap {
  padding: 15px;
}
.linha {
  color: #66696b;
  font-size: 20px;
}
.titulo {
  font-size: 3rem;
  font-weight: 500;
}
.paragrafo{
  width: 80%;
  padding-bottom: 3rem;
  font-size: 1.75rem;
  font-weight: 200;
}
.text-gradient {
  background: linear-gradient(to top, #0671bd, #0096ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
input{
  cursor: pointer;
  margin-bottom: 25px;
  width: 100%;
  height: 50px;
  border-radius: 60px;
  padding-left: 10px;
  padding-right: 20px;
  background-color: #efefef;
  border: 1px solid #efefef;
}
input::placeholder{
  font-size: 1.5rem;
  color: #999999;
}
input:focus{
  border: 1px solid #c8c8c8;
  outline: none;
}
.button-mod{
  border-radius: 60px;
  color: white;
  font-size: 2rem;
  background: linear-gradient(to top, #0671bd, #0096ff);
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 5px 20px;
}
.body-new{
  padding: 0px 100px;
}
@media only screen and (max-width: 1600px) {
  .body-new{
    padding: 0px;
  }
}
@media only screen and (max-width: 1300px) {
  .back {
    display: none;
  }
  .ajustesCol{
    width: 100%;
    padding: 0px 200px;
  }
}
@media only screen and (max-width: 900px) {
  .titulo {
    font-size: 2rem;
    text-align: center;
  }
  .imgRow{
    display: none;
  }
  .back2 {
    display: block;
  }
  .ajustesCol{
    padding: 0px;
  }
  .paragrafo{
    text-align: center;
    width: 100%;
    padding-bottom: 3rem;
    font-size: 1.5rem;
  }
  .button-mod{
    font-size: 1.5rem;
  }
}
