@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin-left: -10px;
  margin-right: -10px;
  max-width: none;
  width: auto;
}

.col {
  float: left;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .sm-1 {
    width: 8.3333333333%;
  }

  .sm-2 {
    width: 16.6666666667%;
  }

  .sm-3 {
    width: 25%;
  }

  .sm-4 {
    width: 33.3333333333%;
  }

  .sm-5 {
    width: 41.6666666667%;
  }

  .sm-6 {
    width: 50%;
  }

  .sm-7 {
    width: 58.3333333333%;
  }

  .sm-8 {
    width: 66.6666666667%;
  }

  .sm-9 {
    width: 75%;
  }

  .sm-10 {
    width: 83.3333333333%;
  }

  .sm-11 {
    width: 91.6666666667%;
  }

  .sm-12 {
    width: 100%;
  }

  .sm-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .sm-pull-0 {
    position: relative;
    left: auto;
    right: 0%;
  }

  .sm-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .sm-pull-1 {
    position: relative;
    left: auto;
    right: 8.3333333333%;
  }

  .sm-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .sm-pull-2 {
    position: relative;
    left: auto;
    right: 16.6666666667%;
  }

  .sm-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .sm-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  .sm-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .sm-pull-4 {
    position: relative;
    left: auto;
    right: 33.3333333333%;
  }

  .sm-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .sm-pull-5 {
    position: relative;
    left: auto;
    right: 41.6666666667%;
  }

  .sm-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .sm-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  .sm-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .sm-pull-7 {
    position: relative;
    left: auto;
    right: 58.3333333333%;
  }

  .sm-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .sm-pull-8 {
    position: relative;
    left: auto;
    right: 66.6666666667%;
  }

  .sm-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .sm-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  .sm-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .sm-pull-10 {
    position: relative;
    left: auto;
    right: 83.3333333333%;
  }

  .sm-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .sm-pull-11 {
    position: relative;
    left: auto;
    right: 91.6666666667%;
  }

  .sm-offset-0 {
    margin-left: 0% !important;
  }

  .sm-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .sm-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .sm-offset-3 {
    margin-left: 25% !important;
  }

  .sm-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .sm-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .sm-offset-6 {
    margin-left: 50% !important;
  }

  .sm-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .sm-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .sm-offset-9 {
    margin-left: 75% !important;
  }

  .sm-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .sm-offset-11 {
    margin-left: 91.6666666667% !important;
  }
}
@media only screen and (min-width: 992px) {
  .md-up-1 {
    width: 8.3333333333%;
  }

  .md-up-2 {
    width: 16.6666666667%;
  }

  .md-up-3 {
    width: 25%;
  }

  .md-up-4 {
    width: 33.3333333333%;
  }

  .md-up-5 {
    width: 41.6666666667%;
  }

  .md-up-6 {
    width: 50%;
  }

  .md-up-7 {
    width: 58.3333333333%;
  }

  .md-up-8 {
    width: 66.6666666667%;
  }

  .md-up-9 {
    width: 75%;
  }

  .md-up-10 {
    width: 83.3333333333%;
  }

  .md-up-11 {
    width: 91.6666666667%;
  }

  .md-up-12 {
    width: 100%;
  }

  .md-up-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .md-up-pull-0 {
    position: relative;
    left: auto;
    right: 0%;
  }

  .md-up-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .md-up-pull-1 {
    position: relative;
    left: auto;
    right: 8.3333333333%;
  }

  .md-up-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .md-up-pull-2 {
    position: relative;
    left: auto;
    right: 16.6666666667%;
  }

  .md-up-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .md-up-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  .md-up-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .md-up-pull-4 {
    position: relative;
    left: auto;
    right: 33.3333333333%;
  }

  .md-up-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .md-up-pull-5 {
    position: relative;
    left: auto;
    right: 41.6666666667%;
  }

  .md-up-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .md-up-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  .md-up-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .md-up-pull-7 {
    position: relative;
    left: auto;
    right: 58.3333333333%;
  }

  .md-up-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .md-up-pull-8 {
    position: relative;
    left: auto;
    right: 66.6666666667%;
  }

  .md-up-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .md-up-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  .md-up-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .md-up-pull-10 {
    position: relative;
    left: auto;
    right: 83.3333333333%;
  }

  .md-up-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .md-up-pull-11 {
    position: relative;
    left: auto;
    right: 91.6666666667%;
  }

  .md-up-offset-0 {
    margin-left: 0% !important;
  }

  .md-up-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .md-up-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .md-up-offset-3 {
    margin-left: 25% !important;
  }

  .md-up-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .md-up-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .md-up-offset-6 {
    margin-left: 50% !important;
  }

  .md-up-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .md-up-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .md-up-offset-9 {
    margin-left: 75% !important;
  }

  .md-up-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .md-up-offset-11 {
    margin-left: 91.6666666667% !important;
  }
}
@media only screen and (min-width: 64.1rem) {
  .lg-up-1 {
    width: 8.3333333333%;
  }

  .lg-up-2 {
    width: 16.6666666667%;
  }

  .lg-up-3 {
    width: 25%;
  }

  .lg-up-4 {
    width: 33.3333333333%;
  }

  .lg-up-5 {
    width: 41.6666666667%;
  }

  .lg-up-6 {
    width: 50%;
  }

  .lg-up-7 {
    width: 58.3333333333%;
  }

  .lg-up-8 {
    width: 66.6666666667%;
  }

  .lg-up-9 {
    width: 75%;
  }

  .lg-up-10 {
    width: 83.3333333333%;
  }

  .lg-up-11 {
    width: 91.6666666667%;
  }

  .lg-up-12 {
    width: 100%;
  }

  .lg-up-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .lg-up-pull-0 {
    position: relative;
    left: auto;
    right: 0%;
  }

  .lg-up-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .lg-up-pull-1 {
    position: relative;
    left: auto;
    right: 8.3333333333%;
  }

  .lg-up-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .lg-up-pull-2 {
    position: relative;
    left: auto;
    right: 16.6666666667%;
  }

  .lg-up-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .lg-up-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  .lg-up-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .lg-up-pull-4 {
    position: relative;
    left: auto;
    right: 33.3333333333%;
  }

  .lg-up-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .lg-up-pull-5 {
    position: relative;
    left: auto;
    right: 41.6666666667%;
  }

  .lg-up-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .lg-up-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  .lg-up-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .lg-up-pull-7 {
    position: relative;
    left: auto;
    right: 58.3333333333%;
  }

  .lg-up-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .lg-up-pull-8 {
    position: relative;
    left: auto;
    right: 66.6666666667%;
  }

  .lg-up-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .lg-up-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  .lg-up-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .lg-up-pull-10 {
    position: relative;
    left: auto;
    right: 83.3333333333%;
  }

  .lg-up-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .lg-up-pull-11 {
    position: relative;
    left: auto;
    right: 91.6666666667%;
  }

  .lg-up-offset-0 {
    margin-left: 0% !important;
  }

  .lg-up-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .lg-up-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .lg-up-offset-3 {
    margin-left: 25% !important;
  }

  .lg-up-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .lg-up-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .lg-up-offset-6 {
    margin-left: 50% !important;
  }

  .lg-up-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .lg-up-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .lg-up-offset-9 {
    margin-left: 75% !important;
  }

  .lg-up-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .lg-up-offset-11 {
    margin-left: 91.6666666667% !important;
  }
}
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
  font-weight: normal;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.pos-static {
  position: static;
}

.pos-sticky {
  position: sticky;
}

.flt-left {
  float: left;
}

.flt-right {
  float: right;
}

.flt-none {
  float: none;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.oflw-visible {
  overflow: visible;
}

.oflw-hidden {
  overflow: hidden;
}

.oflw-scroll {
  overflow: scroll;
}

.oflw-auto {
  overflow: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Fontawesome";
  src: url("../fonts/fontawesome47/FontAwesome.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html, body {
  font-family: "Poppins";
  font-size: 15px;
  color: #A1A1A1;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  transition: 300ms ease-in-out;
}

a, img {
  outline: none;
}

img {
  display: block;
  border: 0;
}

::selection {
  background: #0072BC;
  color: #ffffff;
}

::-webkit-selection {
  background: #0072BC;
  color: #ffffff;
}

::-moz-selection {
  background: #0072BC;
  color: #ffffff;
}

form ul li {
  margin-bottom: 20px;
}
form ul li:after {
  content: "";
  display: block;
  clear: both;
}
form ul li:last-child {
  margin-bottom: 0;
}
form ul li input,
form ul li textarea,
form ul li select {
  font-family: "Poppins";
  background-color: transparent;
  border: solid 1px #707070;
  border-radius: 5px;
  outline: none;
  font-size: 15px;
  padding-left: 15px;
  padding-right: 15px;
  transition: 300ms ease-in-ease;
  color: #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form ul li select {
  width: 100%;
  height: 40px;
  background: url("../images/arrow-select.png") top -1px right -1px no-repeat;
  background-size: auto 105%;
  padding-right: 50px;
}
form ul li input {
  height: 40px;
  width: 100%;
}
form ul li textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 100%;
  min-width: 100%;
  min-height: 200px;
  max-height: 200px;
}

.file_custom {
  position: relative;
  cursor: pointer;
}
.file_custom input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.file_custom label {
  position: relative;
  display: block;
  padding: 15px 30px 15px 40px;
  border: solid 1px #0072BC;
  border-radius: 5px;
  color: #0072BC;
  font-weight: 700;
  font-size: 15px;
}
.file_custom label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  color: #0072BC;
  font-size: 24px;
  font-weight: normal;
}

.burger {
  width: 30px;
  height: 17px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 2000;
  display: none;
  margin-right: 15px;
}
.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #0072BC;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2), .burger span:nth-child(3) {
  top: 7px;
}
.burger span:nth-child(4) {
  top: 14px;
}
.burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (min-width: 767px) {
  .d-flex {
    display: flex;
  }
  .d-flex.a-center {
    align-items: center;
  }
  .d-flex.jc-between {
    justify-content: space-between;
  }
  .d-flex.jc-end {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .d-flex-mob {
    display: flex;
  }
  .d-flex-mob.a-center {
    align-items: center;
  }
  .d-flex-mob.jc-between {
    justify-content: space-between;
  }
  .d-flex-mob.jc-end {
    justify-content: flex-end;
  }
}
.pd0 {
  padding: 0;
}

.pdl0 {
  padding-left: 0;
}

.pdr0 {
  padding-right: 0;
}

main.grey {
  background-color: #DFDFDF;
}

strong {
  font-weight: 700;
}

.title .h1 {
  font-size: 45px;
  color: #000000;
  font-weight: 700;
}
.title .h1.white {
  color: #ffffff;
}
.title .h1.bd {
  position: relative;
  display: table;
  padding-bottom: 10px;
}
.title .h1.bd:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 5px #0072BC;
  width: 100%;
}
.title .h1.small {
  font-size: 30px;
}
.title .h1.extra-small {
  font-size: 25px;
}
.title p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
}
.title.white .h1,
.title.white p {
  color: #ffffff;
}

.btn {
  display: table;
  background-color: #0072BC;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 15px;
  line-height: 15px;
  font-family: "Poppins";
  transition: 300ms ease-in-out;
}
.btn.arrow {
  padding-right: 40px;
}
.btn.arrow:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  height: 17px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
}
.btn.back {
  padding-left: 40px;
}
.btn.back:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  height: 17px;
  transform: translateY(-50%);
  font-family: "FontAwesome";
}
.btn.mt20 {
  margin-top: 20px;
}
.btn.white {
  background-color: #ffffff;
  color: #0072BC;
}
.btn.center {
  margin: 0 auto;
}
.btn.w100 {
  width: 100%;
}
.btn:hover {
  color: #ffffff;
  background-color: #0A95EF;
}

.block {
  padding: 60px 0;
}
.block.pt0 {
  padding-top: 0;
}
.block.pdmin {
  padding: 30px 0;
}
.block.bg-primary {
  background-color: #0072BC;
}
.block.bg-primary .carousel .owl-nav .owl-next,
.block.bg-primary .carousel .owl-nav .owl-prev {
  background-color: #ffffff;
  color: #0072BC;
}
.block.bg-primary .box .text h2, .block.bg-primary .box .text p {
  color: #ffffff;
}
.block .box {
  display: table;
  max-width: 350px;
  margin: 50px auto 0;
}
.block .box.bd-none .text {
  border: none;
}
.block .box .image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.block .box .image.bg {
  position: relative;
  z-index: 1;
}
.block .box .image.bg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 300px;
  background: url("../images/bg-produto.png") center center no-repeat;
  background-size: 100%;
}
.block .box .image.bg.primary:before {
  background-image: url("../images/bg-produto2.png");
}
.block .box .image.bg.primary-light:before {
  background-image: url("../images/bg-produto3.png");
}
.block .box .image.bg img {
  margin: 0 auto;
  width: 80%;
}
.block .box .text {
  padding: 20px;
  border: solid 1px #D6D6D6;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.block .box .text.white {
  background-color: #ffffff;
}
.block .box .text .date {
  display: block;
  color: #0072BC;
  text-transform: uppercase;
  font-weight: 700;
}
.block .box .text h2 {
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  min-height: 25px;
}
.block .box .text p {
  line-height: 20px;
  margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 60px;
}
.block .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.block .carousel {
  margin-top: 30px;
  padding-top: 30px;
}
.block .carousel .owl-item:not(.active) .box {
  opacity: 0.2;
  position: relative;
}
.block .carousel .owl-item:not(.active) .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
}
.block .carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block .carousel .owl-nav .owl-prev {
  float: left;
}
.block .carousel .owl-nav .owl-next {
  float: right;
}
.block .carousel .owl-nav .owl-next,
.block .carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: #0072BC;
  border-radius: 100%;
  color: #ffffff;
  font-size: 30px;
  outline: none;
  margin: 0 10px;
}

.pagination {
  display: table;
  margin: 30px auto;
}
.pagination * {
  color: #0072BC;
}
.pagination span {
  font-size: 17px;
}
.pagination a {
  display: inline-block;
  margin: 0 15px;
  font-size: 20px;
}

.box-white {
  margin: 30px 0;
  background-color: #ffffff;
  padding: 30px;
}
.box-white .text-primary {
  color: #0072BC;
  font-weight: 700;
  font-size: 20px;
}
.box-white-text {
  margin-top: 20px;
  overflow: hidden;
}
.box-white-text .image {
  float: left;
  margin: 0 25px 20px 0;
  width: 100%;
  max-width: 500px;
}
.box-white-text p {
  line-height: 20px;
}
.box-white-text.ckeditor strong {
  font-weight: bold !important;
}
.box-white-text.ckeditor em {
  font-style: italic !important;
}
.box-white-text.ckeditor u {
  text-decoration: underline !important;
}

.ckeditor strong {
  font-weight: bold !important;
}
.ckeditor em {
  font-style: italic !important;
}
.ckeditor u {
  text-decoration: underline !important;
}

.block-banner .item img {
  width: 100%;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  padding: 10px 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
header .header-logo {
  display: table;
  max-width: 200px;
}
header .header-logo img {
  width: 100%;
}
header .header-menu ul {
  display: flex;
  justify-content: space-between;
}
header .header-menu ul a {
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
}
header .header-menu ul a:hover {
  color: #0072BC;
}
header .inmetro {
  max-width: 90px;
  display: table;
  margin-right: 20px;
}
header .inmetro img {
  width: 100%;
}
header .flags {
  position: relative;
  border: solid 2px #0072BC;
  border-radius: 5px;
  cursor: pointer;
  width: 85px;
}
header .flags.open {
  border-radius: 5px 5px 0 0;
}
header .flags.open .f-drop {
  opacity: 1;
  visibility: visible;
}
header .flags:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background-color: #0072BC;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 24px;
}
header .flags .f-selected {
  padding: 5px;
  position: relative;
  z-index: 1;
}
header .flags .f-drop {
  position: fixed;
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  border: solid 2px #0072BC;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
header .flags .fg {
  display: block;
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-bottom: 3px;
}
header .flags .fg:last-child {
  margin-bottom: 0;
}
header .flags .fg[data-lang=pt] {
  background-image: url("../images/f-pt.png");
}
header .flags .fg[data-lang=en] {
  background-image: url("../images/f-en.png");
}
header .flags .fg[data-lang=es] {
  background-image: url("../images/f-es.png");
}

.p-home .block-banner .item .text {
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.p-home .block-banner .item .text h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.p-home .block-banner .item .text p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.p-home .block-banner .item .text a {
  display: block;
  margin: 30px 20px 0 0;
  border: solid 2px #ffffff;
  border-radius: 5px;
  padding: 15px 30px;
  color: #ffffff;
  font-weight: 700;
}
.p-home .block-banner .item .text a:hover {
  background-color: #0072BC;
  border-color: #0072BC;
}
.p-home .block-numbers {
  padding: 40px 0;
  background-color: #0072BC;
}
.p-home .block-numbers .div {
  color: #ffffff;
  text-align: center;
}
.p-home .block-numbers .div .n {
  font-size: 90px;
  font-weight: 300;
}
.p-home .block-numbers .div span {
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
}
.p-home .block-contact {
  background-color: #232323;
  overflow: hidden;
}
.p-home .block-contact iframe {
  height: 700px;
  width: 100%;
}
.p-home .block-contact .form {
  padding: 0 40px;
  width: 100%;
}
.p-home .block-contact .form form {
  margin-top: 30px;
}

footer .top {
  background-color: #1C1C1C;
  border-top: solid 1px #707070;
  padding: 20px;
}
footer .top address {
  position: relative;
  color: #ffffff;
  font-weight: 300;
  line-height: 20px;
  padding-left: 30px;
}
footer .top address:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  font-family: "FontAwesome";
  color: #0072BC;
  font-size: 24px;
}
footer .top .social a {
  margin: 10px 0;
  display: block;
  color: #0072BC;
  font-size: 30px;
}
footer .top .social a:hover {
  color: #ffffff;
}
footer .bottom {
  background-color: #0072BC;
}
footer .bottom .center {
  display: table;
  margin: 0 auto;
  color: #ffffff;
  padding: 15px 0;
}
footer .bottom .center a {
  color: #ffffff;
}
footer .bottom .center span {
  display: inline-block;
  margin: 0 5px;
}

.p-list .bg-aside {
  width: 100%;
  background-color: #0072BC;
  padding: 20px;
  max-width: 250px;
}
.p-list .filters {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 100px;
}
.p-list .filters .accordion {
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
.p-list .filters .accordion:last-child {
  margin-bottom: 0;
}
.p-list .filters .accordion input[type=radio] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  margin: 0;
  opacity: 0;
}
.p-list .filters .accordion input[type=radio]:checked ~ ul {
  max-height: 100vh;
}
.p-list .filters .accordion input[type=radio]:checked ~ span:before {
  transform: rotate(-180deg);
}
.p-list .filters .accordion span {
  position: relative;
  display: block;
  font-size: 19px;
  color: #0072BC;
  font-weight: 700;
  cursor: pointer;
}
.p-list .filters .accordion span:before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3.5px);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0072BC;
}
.p-list .filters .accordion ul {
  padding: 5px 0 0 10px;
  max-height: 0;
  position: relative;
  z-index: 10;
}
.p-list .filters .accordion ul li {
  padding: 5px 0;
}
.p-list .filters .accordion ul li a {
  color: #A1A1A1;
  font-weight: 500;
}
.p-list .filters .accordion ul li a:hover {
  color: #0A95EF;
}

.p-detail .nav-way {
  padding: 12px 0;
  background-color: #0072BC;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.p-detail .nav-way a {
  color: #ffffff;
}
.p-detail .nav-way span {
  display: inline-block;
  margin: 0 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
.p-detail .gallery .owl-carousel .owl-stage-outer {
  border: solid 1px #D6D6D6;
  border-radius: 15px;
}
.p-detail .gallery .owl-carousel .owl-thumbs {
  margin-top: 20px;
}
.p-detail .gallery .owl-carousel .owl-thumbs .owl-thumb-item {
  float: left;
  width: 22%;
  border: solid 1px #D6D6D6;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  margin-right: 4%;
}
.p-detail .gallery .owl-carousel .owl-thumbs .owl-thumb-item:last-child {
  margin-right: 0;
}
.p-detail .gallery .owl-carousel .owl-thumbs .owl-thumb-item.active {
  border-color: #0072BC;
}
.p-detail .gallery .owl-carousel .owl-thumbs .owl-thumb-item img {
  width: 100%;
}
.p-detail .infos .table {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  color: #000000;
  border-bottom: solid 1px #D6D6D6;
}
.p-detail .infos .table tr th {
  padding: 10px;
}
.p-detail .infos .table tr td {
  padding: 10px;
  border-top: solid 1px #D6D6D6;
}
.p-detail .block-text {
  margin-top: 40px;
}
.p-detail .block-text.ckeditor strong {
  font-weight: bold !important;
}
.p-detail .block-text.ckeditor em {
  font-style: italic !important;
}
.p-detail .block-text.ckeditor u {
  text-decoration: underline !important;
}
.p-detail .block-text.bd-dashed {
  padding-top: 30px;
  border-top: dashed 1px rgba(0, 114, 188, 0.3);
}
.p-detail .block-text .text {
  min-height: 100px;
}
.p-detail .block-text p {
  margin-top: 20px;
  line-height: 20px;
}

.p-contact .infos .div {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.p-contact .infos .div:last-child {
  margin-bottom: 0;
}
.p-contact .infos .div .title {
  margin-bottom: 20px;
}
.p-contact .infos .div a,
.p-contact .infos .div address {
  color: #A1A1A1;
  display: table;
  line-height: 20px;
}
.p-contact .infos .div a:hover {
  color: #0072BC;
}

.p-news .category .box {
  display: block;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 460px;
}
.p-news .category .box img {
  width: 100%;
}
.p-news .category .box span {
  display: block;
  padding: 25px 0;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
.p-news .category .box:hover, .p-news .category .box.active {
  background-color: #0072BC;
}
.p-news .category .box:hover span, .p-news .category .box.active span {
  color: #ffffff;
}

.p-quemsomos .text {
  margin-top: 20px;
  line-height: 25px;
}
.p-quemsomos .galery {
  background: #1C1C1C;
  padding: 30px 0;
}
.p-quemsomos .galery h2 {
  color: #ffffff;
  margin: 20px 0;
}
.p-quemsomos .galery .item {
  margin: 0 auto;
  max-width: 300px;
  max-height: 170px;
  overflow: hidden;
}
.p-quemsomos .galery .item.i-video img {
  margin-top: -27px;
}
.p-quemsomos .galery .carousel {
  padding: 0 50px;
}
.p-quemsomos .galery .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: -1;
}
.p-quemsomos .galery .owl-nav .owl-next,
.p-quemsomos .galery .owl-nav .owl-prev {
  display: block;
  color: #ffffff;
  outline: none;
  font-size: 30px;
}
.p-quemsomos .galery .owl-nav .owl-next {
  float: right;
}
.p-quemsomos .galery .owl-nav .owl-prev {
  float: left;
}

.p-find .text p {
  line-height: 20px;
}
.p-find #map_svg {
  margin: 30px auto;
  height: 500px;
}
.p-find .select_mobile {
  display: none;
}

@media (max-width: 1200px) {
  .dn1200 {
    display: none;
  }
}
@media (max-width: 992px) {
  .dn992,
.block-banner,
header .inmetro,
#map_svg {
    display: none;
  }

  header .header-logo {
    width: 120px;
  }
  header .header-menu {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease-in-out;
  }
  header .header-menu.open {
    opacity: 1;
    visibility: visible;
  }
  header .header-menu ul {
    display: block;
  }
  header .header-menu ul li {
    padding: 10px 0;
    text-align: center;
  }
  header .flags {
    width: 78px;
    float: right;
  }
  header .flags .fg {
    width: 35px;
    height: 23px;
  }
  header .burger {
    display: block;
  }

  .p-find .select_mobile {
    margin: 30px 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .dn767,
.p-detail .infos .table thead {
    display: none;
  }

  .pdl0,
.pdr0 {
    padding: 0 0 20px 0;
  }
  .pdl0:last-child,
.pdr0:last-child {
    padding-bottom: 0;
  }

  .title .h1,
.title .h1.small {
    font-size: 28px;
  }
  .title p {
    margin-top: 10px;
    font-size: 15px;
  }
  .title p br {
    display: none;
  }

  .btn {
    padding: 13px 25px;
    font-size: 13px;
  }

  .block {
    padding: 40px 0;
  }

  .p-home .block-numbers {
    padding-top: 0;
  }
  .p-home .block-numbers .div {
    margin-top: 30px;
  }
  .p-home .block-numbers .div .n {
    font-size: 60px;
  }
  .p-home .block-numbers .div span {
    margin-top: 0;
    font-size: 15px;
  }

  footer .top {
    display: block;
  }
  footer .top .social {
    display: flex;
    padding: 10px 0 0 30px;
  }
  footer .top .social a {
    margin: 0 15px 0 0;
  }
  footer .bottom .center {
    padding: 10px;
    text-align: center;
    line-height: 18px;
  }

  .p-list .d-flex {
    display: block;
    padding: 0;
  }
  .p-list .bg-aside {
    max-width: 100%;
  }

  .p-detail .infos {
    margin-top: 30px;
    padding: 0;
  }
  .p-detail .infos .table {
    text-align: left;
    border-bottom: none;
  }
  .p-detail .infos .table tr {
    border-bottom: dashed 1px rgba(0, 114, 188, 0.3);
  }
  .p-detail .infos .table tr:last-child {
    border-bottom: none;
  }
  .p-detail .infos .table tr td {
    display: block;
    border-top: none;
    padding: 0 0 10px 0;
  }
  .p-detail .infos .table tr td:first-child {
    padding-top: 10px;
  }
  .p-detail .infos .table tr td:before {
    content: attr(data-title);
    font-weight: 700;
  }

  .p-contact .infos {
    margin-top: 40px;
  }
  .p-contact .infos .div {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 30px;
  }

  .p-news .category .box {
    margin-top: 10px;
  }
  .p-news .category .box img {
    display: none;
  }
  .p-news .category .box span {
    padding: 15px 0;
    font-size: 20px;
  }

  .box-white {
    padding: 20px;
  }
  .box-white .text-primary {
    display: block;
    margin-top: 10px;
  }
  .box-white-text .image {
    float: none;
    margin-right: 0;
  }

  .p-quemsomos .galery .carousel {
    padding: 0 30px;
  }
  .p-quemsomos .galery .item {
    max-height: 100%;
  }
  .p-quemsomos .quality-div {
    display: block;
  }
}
/*!
 *  Font Awesome 4.7.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/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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 */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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