* {
  font-family: sans-serif, arial;
}
body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
}
.fundo {
  margin: 0;
  padding: 25px 25px 55px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 20px;
  word-wrap: break-word;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 1px;
  border-top: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  display: inline-block;
  height: 29px;
  line-height: 25px;
  margin: 0;
  padding: 0 8px;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 6px;
}
select {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  border: 1px solid #dcdcdc;
  color: #444;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  line-height: 27px;
  list-style: none;
  margin: 0 2px;
  outline: none;
  padding: 0 18px 0 6px;
  /* text-align: center; */
  text-decoration: none;
  height: 30px;
  margin-bottom: 10px;
  margin-top: 6px;
}
textarea {
  max-width: 100%;
  height: 100px;
  max-height: 100px;
  line-height: 16px;
  padding-top: 5px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #4d90fe;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  outline: none;
}
ul {
  margin-left: -40px;
}
ul,
li {
  list-style-type: none;
}
ul li p {
  font-size: 14px;
}
ul li .metade {
  width: 49.2%;
}
ul li label {
  font-size: 13px;
}
button,
input[type="submit"],
.button {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  height: 27px;
  line-height: 27px;
  min-width: 54px;
  outline: 0;
  padding: 0 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  background-image: linear-gradient(top, #4d90fe, #4787ed);
  border: 1px solid #3079ed;
  color: #fff;
  cursor: pointer;
  float: right;
}
button:hover,
input[type="submit"]:hover,
.button:hover {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  background: #357ae8;
  border: 1px solid #2f5bb7;
  border-top: 1px solid #2f5bb7;
}
.flag {
  background-image: url(flags.png);
  background-position: 0px -770px;
  width: 16px;
  height: 11px;
  position: absolute;
  margin-top: 15px;
  margin-left: 10px;
}
#telefone {
  padding-left: 36px;
}
.msg {
  font-size: 12px;
  margin-bottom: 10px;
}
/* GRID Modelos */
.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0px;

  margin: 0;
  padding: 25px 25px 55px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 20px;
  word-wrap: break-word;
  box-sizing: border-box;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px;
}
/* Media Query de caixa ate 301px de width */
@media (max-width: 320px) {
  .grid2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

/* MENSAGEM DE OBRIGADO */
#msgObrigado {
  text-align: center;
  margin-top: 120px;
  color: #b3b3b3;
}
#msgObrigado p {
  font-size: 30px;
}
#msgObrigado #outroFormulario a {
  text-decoration: none;
}
#msgObrigado #outroFormulario a:hover {
  text-decoration: underline;
  color: #b3b3b3;
}
#msgObrigado #outroFormulario a p {
  font-size: 20px;
  color: #b3b3b3;
}

/* MENSAGEM DE ERRO */
#msgErro {
  text-align: center;
  margin-top: 120px;
  color: #b3b3b3;
}
#msgErro p {
  font-size: 30px;
}
#msgErro #outroFormulario a {
  text-decoration: none;
}
#msgErro #outroFormulario a:hover {
  text-decoration: underline;
  color: #b3b3b3;
}
#msgErro #outroFormulario a p {
  font-size: 20px;
  color: #b3b3b3;
}
