@import url('https://fonts.googleapis.com/css?family=Open+Sans');
* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
*::-moz-selection {
  background: #008080;
  color: #ffffff;
}
*::-webkit-selection {
  background: #008080;
  color: #ffffff;
}
*::selection {
  background: #008080;
  color: #ffffff;
}
hr {
  border-top: 1px solid #cccccc;
  border: 0;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}
/*----------  -------  ----------*/
/*----------  Classes  ----------*/
/*----------  -------  ----------*/
.container {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.container.containerScroll {
  overflow: inherit;
}
.maxRow {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
@font-face {
  font-family: 'port_creditregular';
  src: url('../type/portcred-webfont.woff2') format('woff2'), url('../type/portcred-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'port_creditbold';
  src: url('../type/portcreb-webfont.woff2') format('woff2'), url('../type/portcreb-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*===============================
=            Tamanho            =
===============================*/
/*================================================
=            Efeitos / Personalização            =
================================================*/
/*===================================
=            Pseudo-clas            =
===================================*/
.sprite {
  background-repeat: no-repeat;
  background: url('imgs/sprite.png');
  position: relative;
  display: block;
}
.sprite.icon-x {
  background-position: -229px 0;
  height: 63px;
  width: 64px;
}
body {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: hidden;
  background: #121a2a;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  background: #fda424;
  border: 0px none #ffffff;
  border-radius: 0;
  height: 50px;
}
body::-webkit-scrollbar-track {
  background: #374665;
  border: 0px none #ffffff;
  border-radius: 0;
  height: 50px;
}
body.active {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.4s linear !important;
  -moz-transition: all 0.4s linear !important;
  -o-transition: all 0.4s linear !important;
  -ms-transition: all 0.4s linear !important;
  transition: all 0.4s linear !important;
  visibility: visible !important;
}
nav {
  position: relative;
  z-index: 55;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
nav .brand {
  display: block;
  float: left;
  width: 240px;
}
nav .brand a {
  display: block;
  height: 150px;
  overflow: hidden;
}
nav .contentNav {
  width: -webkit-calc(100% -  240px);
  width: -moz-calc(100% -  240px);
  width: -o-calc(100% -  240px);
  width: calc(100% -  240px);
  display: block;
  float: left;
  padding-left: 20px;
}
nav .contentNav .menu {
  display: inline-block;
  float: right;
  margin-top: 48px;
}
nav .contentNav .menu ul li {
  display: block;
  float: left;
  margin-right: 30px;
}
nav .contentNav .menu ul li:last-of-type {
  margin-right: 0;
}
nav .contentNav .menu ul li a {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 15px 15px;
  display: block;
  color: #ffffff;
  font-weight: 600;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(105, 135, 189, 0);
}
nav .contentNav .menu ul li a:hover {
  background: #6987bd;
}
nav .hamburguer,
nav .maskMenu {
  display: none;
}
.navTransition {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: hidden;
}
.navScroll {
  position: fixed;
  width: 100%;
  display: block;
  top: 0;
  padding-top: 5px;
  background: rgba(43, 58, 88, 0.9);
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.4s linear !important;
  -moz-transition: all 0.4s linear !important;
  -o-transition: all 0.4s linear !important;
  -ms-transition: all 0.4s linear !important;
  transition: all 0.4s linear !important;
  visibility: visible !important;
}
.navScroll .brand a {
  height: auto;
}
.navScroll .brand a img {
  width: 70px;
}
.navScroll .contentNav .menu {
  margin-top: 10px;
}
header {
  display: block;
  background: url('../img/assets/bg-header.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  max-height: 700px;
  padding-top: 15px;
  position: relative;
}
header .curveHeader {
  display: block;
  position: absolute;
  bottom: -10px;
}
header .bus {
  position: absolute;
}
header .bus.bus1 {
  width: 220px;
  bottom: 50px;
  left: 460px;
}
header .bus.bus1 svg,
header .bus.bus1 path {
  fill: #ffffff;
}
header .bus.bus2 {
  width: 190px;
  bottom: 95px;
  left: 1612px;
}
header .bus.bus2 svg,
header .bus.bus2 path {
  fill: #fda424;
}
header .contLeft {
  display: block;
  float: left;
  width: -webkit-calc(100% -  570px);
  width: -moz-calc(100% -  570px);
  width: -o-calc(100% -  570px);
  width: calc(100% -  570px);
}
header .contLeft h2 {
  margin-top: 130px;
  color: #fda424;
  font-size: 50px;
  line-height: 50px;
  font-family: 'port_creditbold', 'Open Sans', sans-serif;
  display: block;
  margin-bottom: 20px;
}
header .contLeft a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
header .contLeft a:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #ffffff;
  top: 9px;
  right: -15px;
}
header .contRight {
  display: block;
  float: left;
  position: relative;
  margin-top: 60px;
  width: 570px;
  height: 610px;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
header .contRight .formBox {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: rgba(43, 58, 88, 0.9);
  display: block;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}
header .contRight .formBox.active {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
}
header .contRight form,
header .contRight ol,
header .contRight li,
header .contRight input,
header .contRight textarea {
  display: block;
  width: 100%;
  float: left;
}
header .contRight form .fileType,
header .contRight ol .fileType,
header .contRight li .fileType,
header .contRight input .fileType,
header .contRight textarea .fileType {
  font-size: 14px;
  color: #fda424;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  float: right;
}
header .contRight li {
  margin-bottom: 20px;
}
header .contRight .checkBoxArea .boxCheck {
  float: left;
  display: block;
  padding-top: 15px;
}
header .contRight .checkBoxArea .boxCheck input {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 0;
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
header .contRight .checkBoxArea .boxCheck input:checked {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: url('../img/assets/checked.png');
  background-repeat: no-repeat;
  background-position: center center;
}
header .contRight .checkBoxArea .boxCheck input:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
header .contRight .checkBoxArea .boxCheck.error {
  padding: 10px 10px 0;
  border: 1px solid darkred;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
header .contRight .checkBoxArea .btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #fda424;
  font-weight: 600;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: #fda424;
  color: #374665;
  cursor: pointer;
  display: block;
  float: right;
  opacity: .8;
  padding: 15px;
}
header .contRight .checkBoxArea .btn:hover {
  opacity: 1;
}
header .contRight .fileLi {
  position: relative;
}
header .contRight .fileLi input {
  position: absolute;
  height: 165px;
  background: #f90;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  cursor: pointer;
  z-index: 5;
}
header .contRight .fileLi .areaAnexo {
  overflow: hidden;
  clear: both;
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 130px;
}
header .contRight .fileLi .areaAnexo span {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  text-align: center;
  display: block;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: 'port_creditregular', 'Open Sans', sans-serif;
  font-size: 24px;
  padding: 15px;
  letter-spacing: 2px;
  opacity: .8;
}
header .contRight .fileLi .areaAnexo span:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
header .contRight .fileLi .areaAnexo span:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
header .contRight .fileLi .areaAnexo span::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
header .contRight .fileLi .areaAnexo:hover {
  opacity: 1;
}
header .contRight .fileLi .areaAnexo.error {
  border: 1px solid darkred;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
header .contRight label {
  font-size: 14px;
  color: #fda424;
  font-weight: 600;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
}
header .contRight label a {
  font-size: 14px;
  color: #fda424;
  font-weight: 600;
  color: #ffffff;
}
header .contRight label a:hover {
  text-decoration: underline;
}
header .contRight input,
header .contRight textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: 'port_creditregular', 'Open Sans', sans-serif;
  font-size: 24px;
  padding: 15px;
  letter-spacing: 2px;
}
header .contRight input:-moz-placeholder,
header .contRight textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
header .contRight input:-ms-input-placeholder,
header .contRight textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
header .contRight input::-webkit-input-placeholder,
header .contRight textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
header .contRight input.error,
header .contRight textarea.error {
  border: 1px solid darkred;
}
header .contRight textarea {
  height: 270px;
  resize: none;
  line-height: 40px;
}
header .contRight textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
header .contRight textarea::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
header .contRight textarea::-webkit-scrollbar-thumb {
  background: #374665;
  border: 0px none #ffffff;
  border-radius: 4px;
  height: 50px;
}
header .contRight textarea::-webkit-scrollbar-track {
  background: #fda424;
  border: 0px none #ffffff;
  border-radius: 4px;
  height: 50px;
}
#target .error {
  text-align: left;
  padding: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(214, 37, 37, 0.85);
  clear: both;
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.15px;
}
#statusCad {
  display: none;
  max-height: 50px;
}
#statusCad .error,
#statusCad .loading {
  text-align: left;
  padding: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rgba(214, 37, 37, 0.85);
  clear: both;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.15px;
}
#statusCad .loading {
  background: #121a2a;
}
.maskModal {
  position: fixed;
  height: 150vh;
  width: 100%;
  top: 0;
  left: 0;
  background: #121a2a;
  z-index: 99;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: hidden;
}
.maskModal.active {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.4s linear !important;
  -moz-transition: all 0.4s linear !important;
  -o-transition: all 0.4s linear !important;
  -ms-transition: all 0.4s linear !important;
  transition: all 0.4s linear !important;
  visibility: visible !important;
  -moz-opacity: 0.9 !important;
  -khtml-opacity: 0.9 !important;
  -webkit-opacity: 0.9 !important;
  opacity: 0.9 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90) !important;
  filter: alpha(opacity=90) !important;
}
.modal {
  display: block;
  background: #1d2d4e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px 20px;
  padding-right: 15px;
  height: 560px;
  width: 790px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.modal .closeModal {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: -60px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal .closeModal:hover svg,
.modal .closeModal:hover path {
  fill: #fda424;
}
.modal .contentModal {
  overflow: auto;
  height: 100%;
  width: 100%;
  display: block;
  padding-right: 15px;
}
.modal .contentModal::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.modal .contentModal::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.modal .contentModal::-webkit-scrollbar-thumb {
  background: #fda424;
  border: 0px none #ffffff;
  border-radius: 4px;
  height: 50px;
}
.modal .contentModal::-webkit-scrollbar-track {
  background: #374665;
  border: 0px none #ffffff;
  border-radius: 4px;
  height: 50px;
}
#formCompleto {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: hidden;
}
#formCompleto.active {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.4s linear !important;
  -moz-transition: all 0.4s linear !important;
  -o-transition: all 0.4s linear !important;
  -ms-transition: all 0.4s linear !important;
  transition: all 0.4s linear !important;
  visibility: visible !important;
}
#formCompleto form,
#formCompleto ol,
#formCompleto li,
#formCompleto input,
#formCompleto textarea,
#formCompleto select {
  display: block;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  position: relative;
}
#formCompleto form .maxLine,
#formCompleto ol .maxLine,
#formCompleto li .maxLine,
#formCompleto input .maxLine,
#formCompleto textarea .maxLine,
#formCompleto select .maxLine {
  font-size: 14px;
  color: #fda424;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  float: right;
}
#formCompleto form {
  top: 0;
}
#formCompleto form.inactive {
  top: -800px;
}
#formCompleto li {
  margin-bottom: 25px;
  display: block;
  float: left;
  width: 50%;
  height: 70px;
  padding: 0 10px;
  position: relative;
}
#formCompleto li.w25 {
  width: 25%;
}
#formCompleto li.selectLi:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
  top: 43px;
  right: 25px;
}
#formCompleto li.buttonLi {
  float: right;
  margin-bottom: 0;
}
#formCompleto .btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #fda424;
  font-weight: 600;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: #fda424;
  color: #374665;
  cursor: pointer;
  display: block;
  float: right;
  opacity: .8;
  padding: 15px;
}
#formCompleto .btn:hover {
  opacity: 1;
}
#formCompleto label {
  font-size: 14px;
  color: #fda424;
  font-weight: 600;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  height: 20px;
}
#formCompleto label a {
  font-size: 14px;
  color: #fda424;
  font-weight: 600;
  color: #ffffff;
}
#formCompleto label a:hover {
  text-decoration: underline;
}
#formCompleto label.error {
  height: 0;
  overflow: hidden;
}
#formCompleto label.error:after {
  content: '!';
  display: block;
  position: absolute;
  right: 10px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  background: rgba(214, 37, 37, 0.85);
  top: 0px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#formCompleto input,
#formCompleto textarea,
#formCompleto select {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: 'port_creditregular', 'Open Sans', sans-serif;
  font-size: 24px;
  padding: 15px;
  letter-spacing: 2px;
  font-size: 18px;
  padding: 10px;
  color: #a8acb5;
  position: relative;
  border: 1px solid transparent;
}
#formCompleto input:-moz-placeholder,
#formCompleto textarea:-moz-placeholder,
#formCompleto select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
#formCompleto input:-ms-input-placeholder,
#formCompleto textarea:-ms-input-placeholder,
#formCompleto select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
#formCompleto input::-webkit-input-placeholder,
#formCompleto textarea::-webkit-input-placeholder,
#formCompleto select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}
#formCompleto input option,
#formCompleto textarea option,
#formCompleto select option {
  color: #777777;
  font-size: 16px;
}
#formCompleto input:focus,
#formCompleto textarea:focus,
#formCompleto select:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#formCompleto input.error,
#formCompleto textarea.error,
#formCompleto select.error {
  border: 1px solid darkred;
}
#formCompleto .feedbackForm {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: -800px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: hidden;
  background: #transparent;
}
#formCompleto .feedbackForm.active {
  top: 0;
  background: #1d2d4e;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.4s linear !important;
  -moz-transition: all 0.4s linear !important;
  -o-transition: all 0.4s linear !important;
  -ms-transition: all 0.4s linear !important;
  transition: all 0.4s linear !important;
  visibility: visible !important;
}
#formCompleto .feedbackForm div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 130px;
  margin: auto;
}
#formCompleto .feedbackForm div span {
  display: block;
  text-align: center;
  color: #ffffff;
}
#formCompleto .feedbackForm div span.smile {
  font-size: 50px;
  font-weight: 600;
  color: #fda424;
}
#formCompleto .feedbackForm div span.feedback {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 40px;
}
#perguntas-frequentes {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  overflow: hidden;
  display: block;
  padding: 80px 0 100px 0;
}
#perguntas-frequentes .logoBus {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
#perguntas-frequentes h2 {
  display: block;
  margin-bottom: 20px;
}
#perguntas-frequentes h2 span {
  display: block;
  color: #fda424;
  font-family: 'port_creditbold', 'Open Sans', sans-serif;
  font-size: 50px;
  line-height: 50px;
}
#perguntas-frequentes h2 span:last-of-type {
  padding-left: 30px;
}
#perguntas-frequentes ul {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 0 30px;
  display: block;
}
#perguntas-frequentes ul li {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0;
  overflow: hidden;
}
#perguntas-frequentes ul li .headQuestion {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
  overflow: hidden;
  width: 100%;
}
#perguntas-frequentes ul li .headQuestion .titleTab {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
  width: -webkit-calc(100% -  15px);
  width: -moz-calc(100% -  15px);
  width: -o-calc(100% -  15px);
  width: calc(100% -  15px);
  float: left;
  font-weight: 600;
  color: #374665;
}
#perguntas-frequentes ul li .headQuestion .closeTab {
  width: 15px;
  display: block;
  float: left;
  height: 15px;
  position: relative;
}
#perguntas-frequentes ul li .headQuestion .closeTab span {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: block;
  width: 15px;
  height: 4px;
  background: #374665;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 5px;
}
#perguntas-frequentes ul li .headQuestion .closeTab span.bar2 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#perguntas-frequentes ul li .questionBox {
  display: none;
  padding: 0 30px;
  overflow: auto;
}
#perguntas-frequentes ul li .questionBox p {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
#perguntas-frequentes ul li.active .headQuestion .titleTab {
  color: #6686c1;
}
#perguntas-frequentes ul li.active .headQuestion .closeTab span.bar2 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
#perguntas-frequentes ul li.active .questionBox {
  max-height: 400px;
  padding-top: 20px;
}
#regulamento {
  padding: 100px 0;
  background: #ffffff;
}
#regulamento h2 {
  display: block;
  color: #fda424;
  font-family: 'port_creditbold', 'Open Sans', sans-serif;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
#regulamento .introRegulamento {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 0 20px;
  display: block;
  margin-bottom: 20px;
}
#regulamento .introRegulamento a {
  color: #374665;
  font-weight: 600;
}
#regulamento .introRegulamento a:hover {
  text-decoration: underline;
}
#regulamento .textBox {
  border-radius: 4px;
  background-color: #f5f5f5;
  height: 315px;
  width: -webkit-calc(100% -  20px);
  width: -moz-calc(100% -  20px);
  width: -o-calc(100% -  20px);
  width: calc(100% -  20px);
  border: 10px solid #f5f5f5;
  overflow: auto;
  padding: 10px;
}
#regulamento .textBox::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#regulamento .textBox::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#regulamento .textBox::-webkit-scrollbar-thumb {
  background: #949494;
  border: 0px none #ffffff;
  border-radius: 4px;
  height: 50px;
}
#regulamento .textBox::-webkit-scrollbar-track {
  background: #d2d2d2;
  border: 0px none #ffffff;
  border-radius: 4px;
  height: 50px;
}
#regulamento .textBox p,
#regulamento .textBox a {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding: 15px;
  padding-bottom: 0;
}
#regulamento .textBox p strong,
#regulamento .textBox a strong {
  font-weight: 600;
}
#regulamento .textBox p a,
#regulamento .textBox a a {
  text-decoration: underline;
  color: #777777;
  padding: 0;
}
#regulamento .textBox p a:hover,
#regulamento .textBox a a:hover {
  color: #374665;
  text-decoration: none;
}
#regulamento .textBox h3 {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  padding: 15px;
  padding-bottom: 0;
  text-transform: uppercase;
}
footer {
  display: block;
  padding: 100px 0 20px 0;
  background: #32405b;
  background: -moz-linear-gradient(top, #32405b 0%, #364563 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #32405b), color-stop(100%, #364563));
  background: -webkit-linear-gradient(top, #32405b 0%, #364563 100%);
  background: -o-linear-gradient(top, #32405b 0%, #364563 100%);
  background: -ms-linear-gradient(top, #32405b 0%, #364563 100%);
  background: linear-gradient(to bottom, #32405b 0%, #364563 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32405b', endColorstr='#364563', GradientType=0);
}
footer .brand {
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
  width: 120px;
}
footer .copyright {
  display: block;
}
footer .copyright span {
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 10px;
}
footer .copyright a {
  color: #ffffff;
}
footer .copyright a:hover {
  text-decoration: underline;
}
/*===========================
=            NAV            =
===========================*/
@media (max-width: 1200px) {
  nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 15px;
  }
  header .contLeft h2 {
    margin-top: 330px;
  }
  header .contRight {
    margin-top: 180px;
  }
}
@media (max-width: 900px) {
  nav {
    padding-top: 5px;
    background: rgba(43, 58, 88, 0.9);
  }
  nav .hamburguer {
    top: 25px;
  }
  nav .brand a {
    height: auto;
  }
  nav .brand a img {
    width: 70px;
  }
  nav .contentNav {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background: #374665;
    height: 100vh;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    z-index: 1;
  }
  nav .contentNav .menu {
    display: block;
    padding: 0 15px;
    width: 100%;
    margin-top: 15px;
  }
  nav .contentNav .menu ul li {
    margin: 0;
    display: block;
    float: none;
  }
  nav .contentNav .menu ul li a {
    width: 100%;
  }
  nav .maskMenu {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  nav .hamburguer {
    width: -webkit-calc(100% -  250px);
    width: -moz-calc(100% -  250px);
    width: -o-calc(100% -  250px);
    width: calc(100% -  250px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: block;
    float: left;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
  }
  nav .hamburguer .icon {
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    position: relative;
    width: 24px;
  }
  nav .hamburguer .icon span {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #ffffff;
    display: block;
    height: 2px;
    margin-bottom: 8px;
    width: 100%;
  }
  nav .hamburguer .icon span.bar-3 {
    margin-bottom: 0;
  }
}
/*===========================
== Header
===========================*/
@media (max-width: 950px) {
  header .contRight {
    width: 480px;
  }
  header .contLeft {
    width: -webkit-calc(100% -  480px);
    width: -moz-calc(100% -  480px);
    width: -o-calc(100% -  480px);
    width: calc(100% -  480px);
  }
}
@media (max-width: 800px) {
  header {
    max-height: inherit;
  }
  header .contRight {
    width: 100%;
    margin-top: 50px;
  }
  header .contLeft {
    width: 100%;
  }
  header .contLeft h2 {
    margin-top: 110px;
    display: block;
    text-align: center;
  }
  header .contLeft a {
    display: block;
    text-align: center;
  }
  header .contLeft a:after {
    right: inherit;
    top: 30px;
    left: -webkit-calc(50% -  8px);
    left: -moz-calc(50% -  8px);
    left: -o-calc(50% -  8px);
    left: calc(50% -  8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
  }
}
/*===========================
== FORM POEMA
===========================*/
@media (max-width: 920px) {
  #formCompleto {
    max-height: 590px;
    height: 80vh;
  }
  .modal .closeModal {
    top: -30px;
    right: 0px;
    transform: scale(0.6);
  }
}
@media (max-width: 830px) {
  .modal {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #formCompleto li {
    width: 100% !important;
  }
}
/*===========================
== FAQ
===========================*/
@media (max-width: 800px) {
  #perguntas-frequentes {
    padding-top: 50px;
  }
  #perguntas-frequentes ul {
    padding: 0;
  }
}
@media (max-width: 730px) {
  #perguntas-frequentes .logoBus {
    left: 0;
    right: inherit;
  }
  #perguntas-frequentes h2 {
    margin-top: 80px;
  }
}
/*===========================
== Regulamento
===========================*/
@media (max-width: 800px) {
  #regulamento .introRegulamento {
    padding: 0;
  }
  #regulamento .textBox {
    width: 100%;
    height: 400px;
  }
}
.showElement {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.4s linear !important;
  -moz-transition: all 0.4s linear !important;
  -o-transition: all 0.4s linear !important;
  -ms-transition: all 0.4s linear !important;
  transition: all 0.4s linear !important;
  visibility: visible !important;
}
.hideElement {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: hidden;
}
.rightNav {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  right: 255px !important;
}
.rightNavZero {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  right: 0px !important;
}
.rotate45 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: absolute;
  top: 0;
}
.rotate135 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.overflowBlocked {
  overflow: hidden;
}
