@font-face {
  font-family: fonte;
  src: url(baloo.ttf);
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
	background:   #af7ac5;
    font-family: 'fonte', cursive;
}
h1{
font-size:1.8em;

}
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 5px 20px;
  width:600px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
input[type=text], select, textarea {
  width: 320px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
.selinput {
  width: 260px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
label {
  padding: 8px 12px 12px 0;
  display: inline-block;
  line-height:14px;
}
.datainput::placeholder{ color: #444444;}
.bton{
 background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin:10px;
}
.qrdiv {
 text-align: center;
 border:2px solid #cccccc;
 border-radius: 10px;
 margin-top:60px;
  background: #fff;
     }
.qrcode {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    margin: 10px 0;
    border-radius: 10px;
}
.qrcode > img {
    display: block;
    margin: auto;
    background: #fff;
}
.ctitulo{
    margin-top: 10px;
    font-size: 20px;
}
.cpe{
    margin-top: 10px;
    font-size: 14px;
}
.downloadBtn {
	background: #05c46b;
    box-shadow: 0px 6px 10px #05c46bad;
}
.hide{
display:none;
}
.exemplos{
float:right;
}
.exemplos > img{
width:140px;
height:140px;
border:1px solid #999999;
margin-left:2px;
}
