@import url(https://fonts.googleapis.com/css?family=Candara);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Montserrat);


body{
  text-align: center;
  font-family:Montserrat;
  font-weight: normal;
  font-size: medium;
  margin-bottom: 1em;
}
#videos{
  display: none;
}
h3{
  font-weight: 500;
}
p{
  font-size: 16pt;
}
button{
  width: auto;
  height: auto;
}

input[type="file"] {
  display: none;
}

#label1{
  display: none;
}

#labell1{
  display: none;
}



#ppp{
    width: 250px;
    height: 100px;
  font-family: Montserrat;
  font-weight: normal;
  color: rgb(161, 161, 161);
  border-radius: 10px;
  font-size: 11pt;
  text-align: center;
}



#py{
  font-size: 14pt;
}

input[type="email"]{
  display: none;
}

#area{
  font-size: 13pt;
}

#font{
  display:none;
}


#padrao{
  font-weight: lighter;
  font-family: "candara";
}

#sans{
  font-weight: normal;
  font-family: sans-serif;
  color: black;

}

#candara{
  font-weight: normal;
  font-family: "candara";
  color: black;

}

#calibri{
  font-weight: normal;
  font-family: "calibri";
  color: black;

}

#century{
  font-weight: lighter;
  font-family: "century gothic";
  color: black;
}


#arial{
  font-weight: lighter;
  font-family: "Arial";
  color: black;
}

#courier{
  font-weight: lighter;
  font-family: "Courier";
  color: black;
}


#optima{
  font-weight: lighter;
  font-family: "Optima";
  color: black;
}


#raleway{
  font-weight: lighter;
  font-family: raleway;
  color: black;
}


fieldset {
  border: 0;
}

body, input, select, textarea, button {
  font-family: Montserrat;
  font-size: 1em;
}

.grupo:before, .grupo:after {
  content: " ";
  display: table;
}

.grupo:after {
  clear: both;
}

#label{
  width: 500px;
  height: 250px;
  margin-bottom: 0.2em;
  background-image: url("images/bg-label.png");
  border-radius: 8px;
  color: rgb(0, 0, 0);
  display: inline-block;
  line-height: 250px;
  text-align: center;
  font-weight: bold;
}

#label-icon{
  width: 400px;
  height: 400px;
  margin-bottom: 0.2em;
  background-image: url("images/icon-body.png");
  color: rgb(0, 0, 0);
  display: inline-block;
  line-height: 350px;
  text-align: center;
  font-weight: bold;
}

#divlabel{
  text-align: center;
  
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea {
  font-family: Montserrat;
  text-align: center;
  font-weight: lighter;
  padding: 0.2em;
  border: 1px solid #CCC;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  display: inline-block;
}

select option {
  padding-right: 1em;
}

input:focus, select:focus, textarea:focus {
  background: #FFC;
}

.botao {
  font-family: raleway;
  font-size: 15pt;
  width: auto;
  height: auto;
  background: rgb(141, 141, 141);
  border: 0;
  margin-bottom: 1em;
  color: #FFF;
  padding: 0.2em 0.6em;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  text-shadow: 1px 1px 1px rgba(114, 111, 111, 0.5);
}

.botao:hover {
  background: rgb(177, 177, 177);
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
  text-shadow: none;
}

.botao, select, label.checkbox {
  cursor: pointer;
}

#inptxt2{
display: none;
}

#p-inptxt2{
  text-align: center;
  width: 250px;
  height: 250px;
  word-break: break-all;
}

#divtxt{
  text-align: center;
  word-break: break-all;
  margin-left: 330px;
  margin-right: 330px;
  font-size: 16pt;
}

.hss{
  display: none;
}

#img{
  height: auto;
  width: auto;
}

h1{
  font-size: 30pt;
}

input[type="color"]{
  width: 100px;
  height: 50px;
  display: relative;
  margin: 0;
}

textarea{
  width: 1000px;
  height: 300px;
}