.inline {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.aviso {
  color: #9F6000;
  background-color: #FEEFB3;
  border: 2px #9F6000 solid;
}
.sucesso {
  border: 2px #C6D880 solid;
  background-color: #E6EFC2;
  color: #264409;
}
.falha {
  border: 2px #D8000C solid;
  color: #D8000C;
  background-color: #FFBABA;
}
.offscreen {
  display: block;
  text-indent: -999999999px;
}
.clear {
  clear: both;
}
.escondido {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hide-full {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
.estilosCKE p,
.estilosCKE ul,
.estilosCKE li {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
}
.estilosCKE p a:active,
.estilosCKE ul a:active,
.estilosCKE p a:visited,
.estilosCKE ul a:visited {
  color: #fff;
}
.estilosCKE p a,
.estilosCKE ul a {
  color: #fff;
  text-decoration: underline;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 140%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.estilosCKE p a:hover,
.estilosCKE ul a:hover {
  color: #e99451;
}
.estilosCKE h1 {
  font-size: 16px;
  font-family: 'Calibri', sans-serif;
  font-weight: normal;
  line-height: 140%;
}
.estilosCKE h1.titulo-azul {
  color: #82B8E1;
}
.estilosCKE h1.titulo-branco {
  color: #FFF;
}
.estilosCKE p.paragrafo-azul {
  color: #82B8E1;
}
html body .main {
  font-size: 0;
}
html body .main h1 {
  margin-bottom: 53px;
  color: #82b8e1;
  font-family: 'Calibri', sans-serif;
  font-size: 15px;
  font-weight: normal;
  border-left: 5px #82b8e1 solid;
  text-indent: 9px;
  line-height: 150%;
}
html body .main h2 {
  color: #fff;
  font-family: 'Calibri', sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 18px;
  line-height: 150%;
}
html body .main .coluna-form {
  width: 276px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
html body .main .coluna-info {
  width: 239px;
  padding-left: 75px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
html body .main .coluna-info .telefone,
html body .main .coluna-info .email,
html body .main .coluna-info .endereco {
  margin-bottom: 45px;
  color: #fff;
  line-height: 150%;
  font-family: 'Calibri', sans-serif;
  font-size: 12px;
  font-weight: normal;
}
html body .main .coluna-info .telefone a,
html body .main .coluna-info .email a,
html body .main .coluna-info .endereco a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
html body .main .coluna-info .telefone a:active,
html body .main .coluna-info .email a:active,
html body .main .coluna-info .endereco a:active,
html body .main .coluna-info .telefone a:visited,
html body .main .coluna-info .email a:visited,
html body .main .coluna-info .endereco a:visited {
  color: #fff;
}
html body .main .coluna-info .telefone a:hover,
html body .main .coluna-info .email a:hover,
html body .main .coluna-info .endereco a:hover {
  color: #e99451;
}
html body .main form input[type="email"],
html body .main form input[type="text"] {
  margin: 0 0 10px 0;
  border: 1px #a7a7a7 solid;
  background: #231f20;
  color: #a7a7a7;
  padding: 6px 12px;
  width: 250px;
  display: block;
  font-family: 'Calibri', sans-serif;
  font-size: 13px;
  font-weight: normal;
}
html body .main form input[type="email"]::-webkit-input-placeholder,
html body .main form input[type="text"]::-webkit-input-placeholder {
  color: #a7a7a7;
}
html body .main form input[type="email"]:-moz-placeholder,
html body .main form input[type="text"]:-moz-placeholder {
  color: #a7a7a7;
}
html body .main form input[type="email"]::-moz-placeholder,
html body .main form input[type="text"]::-moz-placeholder {
  color: #a7a7a7;
}
html body .main form input[type="email"]:-ms-input-placeholder,
html body .main form input[type="text"]:-ms-input-placeholder {
  color: #a7a7a7;
}
html body .main form textarea {
  margin: 0 0 10px 0;
  border: 1px #a7a7a7 solid;
  background: #231f20;
  color: #a7a7a7;
  padding: 6px 12px;
  width: 250px;
  display: block;
  height: 110px;
  resize: none;
  overflow: auto;
  font-family: 'Calibri', sans-serif;
  font-size: 13px;
  font-weight: normal;
}
html body .main form textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}
html body .main form textarea:-moz-placeholder {
  color: #a7a7a7;
}
html body .main form textarea::-moz-placeholder {
  color: #a7a7a7;
}
html body .main form textarea:-ms-input-placeholder {
  color: #a7a7a7;
}
html body .main form .submit-placeholder {
  height: 20px;
  line-height: 20px;
}
html body .main form .submit-placeholder input[type="submit"] {
  border: 0;
  height: 20px;
  line-height: 20px;
  width: 56px;
  text-align: center;
  color: #fff;
  background: #32312f;
  font-family: 'Calibri', sans-serif;
  font-size: 10px;
  font-weight: normal;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
html body .main form .submit-placeholder input[type="submit"]:hover {
  background-color: #e99451;
}
