@charset "UTF-8";
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
/**
 * Usage:font-size: em(12);
 */
/**
 * Usage:
 * @include keyframes(Name of Animation) {
 *     rules...
 * }
 * 
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .logged .user-info .ico, .logged .logout .ico,
.logged .logout2 .ico, .msg.success h4 .ico {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .logged .user-info .pull-left.ico, .logged .logout .pull-left.ico,
.logged .logout2 .pull-left.ico, .msg.success h4 .pull-left.ico {
  margin-right: .3em;
}
.fa.pull-right, .logged .user-info .pull-right.ico, .logged .logout .pull-right.ico,
.logged .logout2 .pull-right.ico, .msg.success h4 .pull-right.ico {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.logged .user-info .ico:before {
  content: "";
}

.logged .logout .ico:before {
  content: "";
}

.msg.success h4 .ico:before {
  content: "";
}

.logged .logout2 .ico:before {
  content: "";
}

/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
/**
 * Usage:font-size: em(12);
 */
/**
 * Usage:
 * @include keyframes(Name of Animation) {
 *     rules...
 * }
 * 
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .logged .user-info .ico, .logged .logout .ico,
.logged .logout2 .ico, .msg.success h4 .ico {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .logged .user-info .pull-left.ico, .logged .logout .pull-left.ico,
.logged .logout2 .pull-left.ico, .msg.success h4 .pull-left.ico {
  margin-right: .3em;
}
.fa.pull-right, .logged .user-info .pull-right.ico, .logged .logout .pull-right.ico,
.logged .logout2 .pull-right.ico, .msg.success h4 .pull-right.ico {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.logged .user-info .ico:before {
  content: "";
}

.logged .logout .ico:before {
  content: "";
}

.msg.success h4 .ico:before {
  content: "";
}

.logged .logout2 .ico:before {
  content: "";
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
.contato button,
.btn-default {
  color: #FFF;
  border: none;
  outline: none;
  padding: 12px 8px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  background-color: #4A6087;
}

/* ==========================================================================
   Competition Header
   ========================================================================== */
.competition-header {
  min-width: 1000px;
  padding: 40px;
  min-height: 150px;
  position: relative;
  background-image: url(../../img/faperp-concurso.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.competition-header .competition-name,
.competition-header .competition-description,
.competition-header .competition-date {
  color: #fff;
}
.competition-header .competition-name {
  font-size: 1.75em;
  margin: 0 0 10px 0;
  width: 700px;
}
.competition-header h2,
.competition-header p,
.competition-header .competition-description,
.competition-header .competition-date {
  font-size: 1.125em;
  margin: 0;
  font-weight: 400;
}
.competition-header .box-competition-logo {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 20px;
  background-color: #ffffff;
}

/* ==========================================================================
   Dashed
   ========================================================================== */
.logged {
  padding: 14px 0;
  font-size: 0.9375em;
  position: relative;
}
.logged:before, .logged:after {
  content: " ";
  display: table;
}
.logged:after {
  clear: both;
}
.logged.dashed .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  border-bottom: 1px solid #e0dfdf;
}
.logged .user-info {
  float: left;
  font-size: 0.875em;
}
.logged .disconect {
  float: right;
  font-size: 0.875em;
}
.logged .logout,
.logged .logout2 {
  text-decoration: none;
  color: #4d4d4d;
}
.logged .logout:hover,
.logged .logout2:hover {
  color: #4A6087;
  text-decoration: underline;
}
.logged .logout .ico,
.logged .logout2 .ico {
  margin-right: 6px;
}

/* ==========================================================================
   Msgs success
   ========================================================================== */
.msg.success {
  width: 100%;
  max-width: 700px;
  margin: 20px auto 0 auto;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  border: solid 4px #01AF58;
}
.msg.success:before, .msg.success:after {
  content: " ";
  display: table;
}
.msg.success:after {
  clear: both;
}
.msg.success .register {
  float: left;
  color: #fff;
  padding: 14px;
  text-align: center;
  background-color: #01AF58;
}
.msg.success .register p {
  margin: 0;
}
.msg.success .register strong {
  display: block;
  font-size: 1.375em;
}
.msg.success .status {
  float: left;
}
.msg.success h4 {
  margin: 0;
  color: #01AF58;
  font-size: 1.25em;
  line-height: 72px;
  padding-left: 20px;
}
.msg.success h4 .ico {
  font-size: 1.625em;
  vertical-align: middle;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
.articles {
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
  margin: 30px auto;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}
.articles .heading-page {
  margin-bottom: 20px;
}
.articles .title {
  color: #4A6087;
  font-size: 1.875em;
  position: relative;
  margin: 0 0 20px 0;
}
.articles .subtitle {
  font-size: 1.0625em;
}
.articles .content-title {
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
}
.articles p {
  margin: 0 0 10px 0;
  font-size: 0.9375em;
}
.articles .list-disc {
  margin-bottom: 20px;
  padding-left: 20px;
}
.articles .list-disc li {
  font-size: 0.9375em;
  list-style-type: disc;
  list-style-position: inside;
}

/* ==========================================================================
   Clientes
   ========================================================================== */
.clientes ul {
  margin: 20px 0 20px 0;
  width: 100%;
  display: block;
}
.clientes ul:before, .clientes ul:after {
  content: " ";
  display: table;
}
.clientes ul:after {
  clear: both;
}
.clientes ul li {
  float: left;
  width: 33.33%;
  height: 250px;
  text-align: center;
}
.clientes ul li .vertical-middle {
  display: table-cell;
  width: 330px;
  height: 245px;
  text-align: center;
  vertical-align: middle;
}
.clientes ul li img {
  max-width: 160px;
}

/* ==========================================================================
   Institucional & Como contratar
   ========================================================================== */
.institucional .list-disc li,
.como-contratar .list-disc li {
  font-size: 0.875em !important;
  margin-bottom: 6px !important;
}

/* ==========================================================================
   Noticias
   ========================================================================== */
.noticias .custom-list li {
  display: inline-block;
  width: 33%;
  height: 140px;
  vertical-align: top;
  padding-left: 5px;
}
.noticias .custom-list li:last-child {
  border-bottom: 1px dashed transparent;
}
.noticias .custom-list li .titulo {
  font-size: 14px;
  font-weight: bold;
  text-transform: lowercase;
}
.noticias .custom-list li .titulo:first-letter {
  text-transform: uppercase;
}
.noticias .custom-list li .descricao {
  font-size: 13px;
}
.noticias .custom-list li .read-more {
  display: block;
  font-size: 12px;
  text-align: right;
  margin-right: 8px;
  color: #4A6087;
  text-decoration: none;
}
.noticias .custom-list li .read-more:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Contato
   ========================================================================== */
.contato .content-left,
.contato .content-right {
  width: 490px;
  vertical-align: top;
  display: inline-block;
}
.contato .content-left {
  padding-right: 20px;
}
.contato .content-right {
  padding-left: 20px;
}
.contato h4 {
  margin-bottom: 10px;
}
.contato label {
  margin-bottom: 4px;
  display: block;
}
.contato input {
  margin-bottom: 10px;
}
.contato textarea {
  height: 127px;
}
.contato #countchar {
  color: #B1B0B0;
  font-size: 12px;
  text-align: right;
  margin-bottom: 14px;
}
.contato .button {
  text-align: right;
}
.contato button {
  padding: 11px 14px;
  display: inline-block !important;
}

/*# sourceMappingURL=articles.css.map */
