html, body {
  height: 100%; }

a, a:hover {
  color: #153377;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, a, input, label, button, textarea {
  font-family: 'Raleway', Helvetica, Arial, sans-serif; }

h1, h2 {
  text-transform: uppercase;
  font-weight: 600; }

h1, h2, h3 {
  color: #fff; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 1.35em; }

.header, .footer {
  background-color: rgba(33, 65, 147, 0.8);
  margin: 0; }

.header {
  padding: 20px 0; }
  .header__logo {
    height: 60px; }
    .header__logo img {
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .header__logo img {
          height: 50px; } }
    @media only screen and (max-width: 767px) {
      .header__logo {
        float: left; } }
  .header__main-menu {
    float: right; }
    .header__main-menu h2 {
      text-align: right;
      float: left;
      margin-right: 30px; }
      @media only screen and (max-width: 991px) {
        .header__main-menu h2 {
          font-size: 1em; } }
    @media only screen and (max-width: 767px) {
      .header__main-menu {
        display: none; } }
    .header__main-menu__mobile {
      display: none; }
      @media only screen and (max-width: 767px) {
        .header__main-menu__mobile {
          opacity: 0;
          position: absolute;
          width: 100%;
          background-color: rgba(255, 255, 255, 0.8);
          margin: 0;
          padding: 10px; }
          .header__main-menu__mobile h2 {
            color: #214193;
            text-align: center;
            font-size: 1.2em;
            margin: 7.5px 0; }
          .header__main-menu__mobile h2:hover {
            text-decoration: underline; } }
  .header__hamburguer {
    display: none; }
    @media only screen and (max-width: 767px) {
      .header__hamburguer {
        display: block;
        cursor: pointer;
        margin-right: 20px; }
        .header__hamburguer img {
          margin-top: 15px;
          height: 30px;
          float: right; } }

#slider {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1; }

.banner {
  height: 800px;
  background-color: #153377;
  background-image: url("");
  background-size: cover;
  background-position: top center;
  height: 800px;
  float: left;
  display: inline;
  margin-top: 0 !important; }
  .banner .slider__text {
    z-index: -1;
    width: 100%; }
    .banner .slider__text h1 {
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .banner .slider__text h1 {
          font-size: 2em; } }
    .banner .slider__text h1, .banner .slider__text h3 {
      text-align: center;
      text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 767px) {
      .banner .slider__text {
        padding: 0 30px; } }
    .banner .slider__text--blue-text h1, .banner .slider__text--blue-text h3 {
      color: #214193;
      text-shadow: none; }

#bar {
  width: 100%;
  height: 4px;
  background-color: #dedede;
  overflow: hidden;
  top: 0;
  margin-top: 796px;
  position: absolute;
  z-index: 2; }

#bar-fill {
  width: 100%;
  height: 100%;
  background-color: #214193; }

#dots {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 0;
  left: 0;
  top: -15px;
  opacity: 0.8; }

.slider-dots {
  background-color: #dedede;
  display: inline-block;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 7px; }

.sobre-frk {
  margin-top: 800px;
  width: 100%;
  height: 800px;
  background-color: #153377;
  background-image: url("img/sobre-frk-bg.jpg");
  background-size: cover;
  background-position: top center; }
  @media only screen and (max-width: 991px) {
    .sobre-frk {
      background-size: auto; } }
  .sobre-frk h2 {
    margin-top: 100px;
    font-size: 2em; }
  .sobre-frk h2, .sobre-frk h3 {
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .sobre-frk h3 {
      font-size: 1.35em; } }

.representadas {
  padding: 60px 0;
  background-color: #153377;
  background-image: url("img/representadas-bg.jpg");
  background-size: cover;
  background-position: top center;
  text-align: center; }
  .representadas__logos {
    margin: 60px 0;
    width: 100%; }
  .representadas__company-logo {
    cursor: pointer;
    opacity: 0.6;
    margin-bottom: 40px; }
    .representadas__company-logo:hover {
      opacity: 0.8; }
    .representadas__company-logo img {
      width: 50%; }
  .representadas h4 {
    margin-top: 40px;
    color: #fff; }
  .representadas a h3 {
    background-color: #001155;
    padding: 10px;
    border-radius: 5px;
    margin-left: 35%;
    width: 30%;
    margin-top: 30px; }
  .representadas a h3:hover {
    background-color: #000044; }
  @media only screen and (max-width: 767px) {
    .representadas h2, .representadas h3 {
      font-size: 1.25em; }
    .representadas h1 {
      font-size: 2em; } }

.slick-carousel {
  padding: 30px 0; }

.slick-carousel *:focus {
  outline: none; }

.slick-carousel-el img {
  text-align: center;
  margin: 0 auto; }

.slick-arrow, .slick-prev, .slick-next {
  position: absolute;
  top: 80px;
  z-index: 3;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer; }

.slick-prev:hover, .slick-next:hover {
  opacity: 0.6;
  color: rgba(255, 255, 255, 0.6); }

.slick-prev {
  float: left;
  left: 0; }

.slick-next {
  float: right;
  right: 0; }

.contato {
  padding: 100px 0;
  background-color: #153377;
  background-image: url("img/contato-bg.jpg");
  background-size: cover;
  background-position: top center; }
  .contato h1, .contato h3, .contato a {
    color: #214193; }
  .contato h1 {
    margin-bottom: 100px; }
  .contato h3 {
    font-size: 1.7em; }
  .contato__text-group {
    margin: 0 0 50px; }
    @media only screen and (max-width: 991px) {
      .contato__text-group {
        margin: 0 0 30px; } }
  @media only screen and (max-width: 991px) {
    .contato h1 {
      font-size: 2em;
      margin-bottom: 70px; }
    .contato h3 {
      font-size: 1.3em; } }
  @media only screen and (max-width: 767px) {
    .contato h1 {
      font-size: 1.7em;
      margin-bottom: 50px; }
    .contato h3 {
      font-size: 1.3em; } }

.goToTop {
  position: fixed;
  z-index: 3;
  top: 20px;
  right: 20px;
  display: none;
  opacity: 0.8; }
  .goToTop img {
    width: 70px;
    height: 70px; }
    @media only screen and (max-width: 767px) {
      .goToTop img {
        width: 50px;
        height: 50px; } }
  .goToTop:hover {
    opacity: 1.0; }
  .goToTop:active {
    opacity: 0.6; }

.contato {
  position: relative;
  min-height: 100%; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%; }

.footer {
  padding: 30px 0;
  index: 2; }
  @media only screen and (max-width: 991px) {
    .footer {
      padding: 15px 0; } }
  .footer h3 {
    margin: 0;
    color: #fff; }
    @media only screen and (max-width: 991px) {
      .footer h3 {
        font-size: 1.25em; } }
    @media only screen and (max-width: 767px) {
      .footer h3 {
        font-size: 1.15em;
        text-align: center; } }
  .footer__social {
    float: right; }
    .footer__social__item {
      width: 30px;
      height: 30px;
      display: inline-block;
      margin-right: 10px; }
      .footer__social__item img {
        width: 100%; }
      .footer__social__item--end {
        margin-right: 0 !important; }
    @media only screen and (max-width: 767px) {
      .footer__social {
        float: none;
        margin-left: 35%;
        width: 30%;
        padding-bottom: 10px; }
        .footer__social__item {
          margin: 0; }
        .footer__social img {
          margin-top: 20px;
          width: 100%;
          margin-left: 5%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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