@charset "UTF-8";
.bg-content {
  background-color: #FAFAFA;
}

.grey {
  color: #37474F;
}

.bg-grey {
  background-color: #37474F;
}

.blue {
  color: #0091EA;
}

.bg-pink {
  background-color: #FD9A9C;
}

.pink {
  color: #FD9A9C;
}

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 1.4rem !important;
  }

  h2 {
    font-size: 1.4rem;
  }

  .h2 {
    font-size: 1.4rem !important;
  }

  h3 {
    font-size: 1.2rem !important;
  }

  .h3 {
    font-size: 1.2rem !important;
  }

  h4, .h4 {
    font-size: 1.2rem !important;
  }

  p, a, li {
    font-size: 0.9em !important;
  }

  p a {
    font-size: inherit !important;
  }
}
/* outline buttons */
.btn, .mask-opacity, .card-hover .card-img, .card-hover .card-img-overlay, a {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

/* ==========================================================================
   GLOBAL
   ========================================================================== */
/**
 * Alguns componentes do Bootstrap estao sendo sobrescritos aqui, nao foi feita a
 * separacao.
 **/
@media (min-width: 992px) {
  html {
    font-size: 17px;
  }
}
body {
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 100;
  color: #37474F;
}

.overflow-hidden {
  overflow: hidden;
}

.title:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #0091EA;
  position: relative;
  left: -3px;
  margin-right: 46px;
  border-radius: 100%;
}

ul {
  padding-left: 0;
}

a {
  color: #0091EA;
}
a:focus, a:hover {
  text-decoration: underline;
}
a .fa-external-link {
  font-size: 0.8em;
}

/* Todas as imagens estao responsivas */
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: none;
}

label {
  margin-bottom: 0.33rem;
  font-size: 0.9481481481rem;
}
label a {
  font-size: inherit !important;
}

.media .media-body p {
  margin-bottom: 0 !important;
}

/* TIPOGRAFIA
 * -------------------------- */
b, strong {
  font-weight: 700;
}

big, .big {
  font-size: 115%;
}

abbr[title], abbr[data-original-title] {
  border-bottom: none;
  text-decoration: none;
}

.mark, mark {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: rgba(0, 0, 0, 0.15);
  color: inherit;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
}
h1:not(.card-title), h2:not(.card-title), h3:not(.card-title), h4:not(.card-title), h5:not(.card-title), h6:not(.card-title),
.h1:not(.card-title), .h2:not(.card-title), .h3:not(.card-title), .h4:not(.card-title), .h5:not(.card-title), .h6:not(.card-title) {
  margin-bottom: 1.3rem;
}

h1 {
  font-size: 2.1624389648rem;
}

h2 {
  font-size: 1.51875rem;
  text-transform: uppercase;
}

h3 {
  font-size: 1.35rem;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.2rem;
}

.h1 {
  font-size: 2.1624389648rem;
}

.h2 {
  font-size: 1.51875rem;
}

.h3 {
  font-size: 1.35rem;
}

.h4 {
  font-size: 1.35rem;
}

.h5 {
  font-size: 1.2rem;
}

.h6 {
  font-size: 1.2rem;
}

/* ==========================================================================
   ESTRUTURA DO LAYOUT
   ========================================================================== */
/* HEADER
 * -------------------------- */
html, body, main {
  height: 100%;
}

body {
  background-color: #FAFAFA;
}

header {
  height: 100%;
}
header .box {
  padding: 0 2em 0 2em;
}

.page-full {
  min-height: 100%;
  margin-bottom: -130px;
}

footer {
  height: 130px;
  z-index: 9999;
  position: relative;
}
footer ul {
  margin-right: 1em;
}

.logo {
  background-image: url("../images/logo.png?54");
  max-width: 267px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 220px;
  height: 100px;
  text-indent: -9999rem;
  margin: 2rem auto;
  display: block;
}

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: #616060;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
#nav-toggle :before {
  top: -8px;
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: #616060;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
#nav-toggle :after {
  bottom: -8px;
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: #616060;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-mobile {
  padding-right: 0 !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999999999;
  position: fixed;
  top: 4.4em;
  left: 1.2em;
  height: 40px;
  width: 40px;
}

.bg-home-mobile-video {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 244px;
  background-image: url("../images/bg-mobile-home.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.btn-radius-50 {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}

.max-700 {
  max-width: 700px;
  margin: 0 auto;
}

.bg-mais {
  background-image: url("../images/icon-mais.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.column-right {
  padding-left: 350px;
  padding-top: 14em;
}

.bg-internal {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content-internal {
  padding-top: 120px !important;
}
.content-internal p + h3 {
  margin-top: 2em;
}
.content-internal .fa-check-circle {
  color: #0091EA;
}
.content-internal h4 {
  text-transform: uppercase;
}

.title-internal {
  padding-left: 3.4%;
  padding-right: 1.5em;
}

.content-line {
  padding-left: 3.4%;
}
.content-line:before {
  content: "";
  display: block;
  position: absolute;
  left: 3.4%;
  top: 20px;
  height: 100%;
  width: 1px;
  border-left: 1px dashed #bfbebe;
}

.wp-caption {
  width: 100% !important;
}

.content-section {
  padding: 0 50px;
}
.content-section .gallery li {
  margin-top: 0.5em;
  margin: 0.5em 0.5em 0em 0em;
}
.content-section .pagination li {
  padding-left: 0 !important;
}
.content-section .pagination li:before {
  display: none !important;
}
.content-section .nav-tabs li {
  padding-left: 0 !important;
}
.content-section .nav-tabs li:before {
  display: none !important;
}
.content-section.bullet {
  position: relative;
}
.content-section.bullet:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #0074E4;
  position: absolute;
  top: 12px;
  left: -3px;
  border-radius: 100%;
  display: block;
}
.content-section.bullet ul {
  list-style: none;
  margin-bottom: 2em;
}
.content-section.bullet ul.no-bullet li {
  padding-left: 0 !important;
}
.content-section.bullet ul.no-bullet li:before {
  display: none !important;
}
.content-section.bullet ul li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5em;
}
.content-section.bullet ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #0091EA;
  border-radius: 100%;
}

.column-left {
  left: 0;
  top: 0;
  width: 350px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.column-left p, .column-left a {
  font-size: 17px;
  color: #3C4B53;
}
.column-left .scroll-auto {
  overflow-x: auto;
}

@media (max-width: 992px) {
  .navigation-tabs {
    overflow-y: auto;
  }
  .navigation-tabs ul {
    white-space: nowrap;
    width: 600px;
  }

  .content-section {
    padding: 0 !important;
  }
  .content-section.bullet:before {
    display: none;
  }

  .content-line:before, .title:before {
    display: none;
  }

  .logo {
    margin: 0.6em 0 !important;
    background-size: 80% !important;
  }

  .column-right {
    padding-left: 350px;
  }

  .pl-5 {
    padding-left: 1.5em !important;
  }

  .pr-5 {
    padding-right: 1.5em !important;
  }

  header .btn {
    right: 1.5em;
  }

  .column-left {
    width: 350px;
  }
  .column-left table th {
    font-size: 14px !important;
  }
  .column-left table tfoot td {
    font-size: 14px !important;
  }
  .column-left table td {
    font-size: 13px !important;
    padding: 10px;
  }
}
@media (max-width: 1360px) {
  .column-left {
    width: 320px;
  }
  .column-left a, .column-left p {
    font-size: 16px;
  }

  .container-video {
    padding-left: 320px !important;
  }

  .column-right {
    padding-left: 320px;
  }

  .content-section {
    padding: 0 30px;
  }

  .title:before {
    margin-right: 25px !important;
  }
}
.box-img-float-right, .alignright {
  margin-left: 1.5em;
  float: right;
}

.alignleft {
  margin-right: 1.5em;
  float: left;
}

.wp-caption {
  width: auto !important;
}

.aligncenter {
  text-align: center;
}

@media (max-width: 768px) {
  .bg-internal {
    display: none;
  }

  .title {
    font-size: 1.1em !important;
  }

  .highlights h3 {
    font-size: 14px !important;
  }

  .logo a {
    height: 80px !important;
  }

  body.contraste .logo {
    background-color: #000 !important;
  }

  .media img {
    margin-bottom: 0 !important;
  }

  .gallery li {
    margin: 0 auto !important;
  }

  .box-img-float-right, .alignright {
    margin-left: 0 !important;
    float: none !important;
  }

  .alignleft {
    margin-left: 0 !important;
    float: none !important;
  }

  .content-internal img {
    display: block;
    float: none !important;
    margin: 1em 0;
  }

  .accessibility {
    position: absolute;
    width: 100%;
    left: 0;
    top: 120px;
  }

  .section-home-first {
    padding-top: 5em;
  }

  .logo {
    margin: 0 auto !important;
    width: 170px;
    height: 80px;
    position: fixed;
    width: 100%;
    max-width: initial !important;
    left: 0;
    top: 40px;
    background-size: 170px !important;
    background-position: center 12px;
    background-color: #fff;
    z-index: 9;
  }

  .column-left {
    height: auto !important;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .column-left .box {
    padding-top: 160px;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .open-menu {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .open-menu .column-left {
    height: 100% !important;
    z-index: 98!important;
    position: fixed !important;
  }
  .open-menu .column-right {
    z-index: -1;
  }
  .open-menu .column-right:before {
    content: "";
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
  }
  .open-menu header {
    height: 100% !important;
    overflow: inherit !important;
  }

  header {
    height: 120px;
    overflow: hidden;
    position: relative;
  }

  .page-full {
    min-height: auto !important;
    margin-bottom: 0 !important;
  }

  .content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .padding-9-mobile {
    padding-bottom: 9em !important;
  }

  footer {
    margin-top: 0 !important;
  }

  header .btn {
    right: 1.5em;
    top: 2.5em;
    height: 35px;
    line-height: 1.5;
    font-size: 12px;
  }

  .col-md-12.pl-5 {
    padding-left: 1.5em !important;
  }

  .col-md-12.pr-5 {
    padding-right: 1.5em !important;
  }

  .column-right {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 140px !important;
  }

  .column-left {
    width: 100%;
    z-index: 98!important;
  }
  .column-left table td {
    padding: 15px 5px !important;
  }
}
@media (max-width: 576px) {
  .col-md-12.pl-5 {
    padding-left: 1.5em !important;
  }

  .col-md-12.pr-5 {
    padding-right: 1.5em !important;
  }

  .bg-fixed {
    background-attachment: initial !important;
    background-position: center center !important;
    height: 500px;
  }
}
.wp-caption-text {
  font-size: 13px;
  margin-top: 5px;
}

body.bigfont .column-right {
  font-size: 21px;
}
body.bigfont .accessibility a, body.bigfont .menu-bar a {
  font-size: 15px;
}
body.bigfont .menu a {
  font-size: 20px;
}
body.bigfont .column-left p {
  font-size: 16px;
}
body.bigfont .h1 {
  font-size: 1.7em;
}
body.bigfont h2 {
  font-size: 1.61875rem;
}
body.bigfont h3 {
  font-size: 1.5em;
}
body.bigfont .highlights h3 {
  font-size: 18px !important;
}
body.bigfont .breadcrumbs li {
  font-size: 17px;
}

body.contraste .content-section.bullet {
  color: #fff !important;
}

body.contraste .column-left {
  border-right: 1px solid #FFF;
}

body.contraste footer, body.contraste .bg-grey, body.contraste .gradient-default, body.contraste .menu-bar {
  background-color: #1b1b1b !important;
  background: #1b1b1b !important;
  transition: all 0.8s ease;
}

body.contraste, body.contraste .bg-content, body.contraste .column-left, body.contraste .gradient-pink, body.contraste .gradient-gray, body.contraste .bg-gray-dark, body.contraste .bg-blue, body.contraste .content-internal {
  background-color: #000 !important;
  background: #000 !important;
  transition: all 0.8s ease;
}

body.contraste p, body.contraste span, body.contraste .font-color-grey, body.contraste h2, body.contraste h3, body.contraste h4 {
  color: #fff !important;
  transition: all 0.8s ease;
}

body.contraste a {
  color: #fff !important;
  transition: all 0.8s ease;
}

body.contraste .content-internal p a, body.contraste .content-internal li a {
  color: #ffde2f !important;
  transition: all 0.8s ease;
}

body.contraste .filter-letter span.active {
  background-color: #ffde2f !important;
  color: #000 !important;
}

body.contraste .btn-store {
  border: 1px solid #ffde2f !important;
  color: #ffde2f !important;
}

body.contraste .btn.btn-primary, body.contraste .btn-blue {
  background-color: #ffde2f !important;
  color: #000 !important;
  transition: all 0.8s ease;
}

body.contraste .btn.btn-outline-primary {
  border: #ffde2f 1px solid !important;
  transition: all 0.8s ease;
}

body.contraste .btn.btn-outline-primary:hover {
  background-color: #ffde2f !important;
  color: #000 !important;
}

body.contraste .card-body {
  background-color: #3e3d3d;
  transition: all 0.8s ease;
}

body.contraste .menu-bar img {
  filter: brightness(2000%);
  transition: all 0.8s ease;
}

body.contraste.menu-fixed header:after {
  display: none !important;
  transition: all 0.8s ease;
}

body.contraste .content-internal p, body.contraste .content-internal h2, body.contraste .content-internal h3, body.contraste .content-internal li, body.contraste .content-internal strong {
  color: #fff !important;
  transition: all 0.8s ease;
}

body.contraste .content-internal .slider-timeline .card {
  background-color: #4a4949 !important;
}

body.contraste .bottom-h .networks, body.contraste .card {
  background-color: #525252 !important;
}

body.contraste .logo {
  filter: brightness(3);
}

body.contraste #nav-toggle :before, body.contraste #nav-toggle :after {
  background-color: #fff !important;
}

/* ==========================================================================
   COMPONENTES PROPRIOS
   ========================================================================== */
.filter-letter span {
  background-color: #0091EA;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
  width: 32px;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
}
.filter-letter span.active {
  background-color: #37474F;
}

.hover-scale img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hover-scale:hover img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.date {
  color: #808080;
}

.highlights {
  height: 285px;
  border-radius: 5px;
  display: block !important;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.highlights h3 {
  background-color: #1DE9B6;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0.5em;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px 0px 5px 0px;
}
.highlights .text-high {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  padding: 7em 1em 1em 1em;
  margin: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, black 78%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 1%, black 78%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, black 78%);
  background: linear-gradient(top, rgba(0, 0, 0, 0) 1%, black 78%);
}

.section-other-links .card {
  padding: 0;
  overflow: inherit;
}
.section-other-links .card-body {
  position: relative;
  padding-left: 55%;
  text-align: right;
}
.section-other-links .card-body .img-card {
  position: absolute;
  left: 0;
  bottom: 0;
}

.accessibility {
  padding: 0.5em 1em;
}
.accessibility li + li a {
  margin-left: 1em;
}
.accessibility a {
  color: #fff;
  font-size: 15px;
  display: block;
}

.copy {
  padding: 0.8em;
}
.copy p {
  color: #d4d5d6;
  margin: 0;
  font-size: 11px;
}

.column-right .networks {
  background-color: inherit !important;
  padding: 0;
  position: absolute;
  right: 3.5%;
  top: 0px;
}
.column-right .networks a {
  color: #37474F;
}

.networks {
  background-color: #1DE9B6;
  padding: 0.8em;
}
.networks li {
  margin: 0 0.2em;
}
.networks a:hover {
  text-decoration: none;
}
.networks span {
  font-size: 0;
}

.search {
  width: 100%;
  position: relative;
  height: 53px;
  margin: 2em 0;
}
.search ::-webkit-input-placeholder {
  color: #d0d0d0;
}
.search :-moz-placeholder {
  /* Firefox 18- */
  color: #d0d0d0;
}
.search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0;
}
.search :-ms-input-placeholder {
  color: #d0d0d0;
}
.search .form-control {
  border: 1px solid #EFEFEF;
  width: 100%;
  padding-right: 75px;
  border-radius: 100px;
  color: #37474F;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px !important;
  font-weight: 100;
  height: 53px;
  background-color: #f9f9f9;
}
.search .btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  height: 100%;
  width: 75px;
  min-width: 45px;
  border: 0 !important;
  line-height: 1.3;
  border-radius: 100px;
}

.column-right .search .fa-search {
  position: absolute;
  right: 20px;
  top: 0;
  margin: 0 !important;
  height: 100%;
  width: 20px;
  border: 0 !important;
  line-height: 1.3;
  color: #d1d0d1;
}
.column-right .search input[type=search]::-webkit-search-decoration,
.column-right .search input[type=search]::-webkit-search-cancel-button,
.column-right .search input[type=search]::-webkit-search-results-button,
.column-right .search input[type=search]::-webkit-search-results-decoration {
  display: none !important;
}
.column-right .search .form-control {
  padding-right: 45px !important;
}

.breadcrumbs li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 13px;
}
.breadcrumbs li + li:before {
  content: "";
  display: inline-block;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
  *display: inline;
  zoom: 1;
  margin-left: 0.3em;
  margin-right: 0.3em;
}

.menu-bar-mobile {
  padding: 0 0.4em;
}
.menu-bar-mobile li {
  margin-left: 0 !important;
}
.menu-bar-mobile li a {
  font-size: 0.7em !important;
  margin-top: 6px;
}
.menu-bar-mobile li img {
  margin-right: 2px !important;
  display: none;
}

.menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eae2e2;
  height: 40px;
  z-index: 9999;
  background-color: #FAFAFA;
}
.menu-bar li {
  margin-left: 1em;
}
.menu-bar li a {
  padding: 0.5em 0;
  display: block;
  font-size: 13px;
  color: #37474F;
}

.container-video {
  padding-left: 350px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
  z-index: -1;
}
.container-video .embed-responsive {
  top: -150px;
}

@media (min-width: 768px) and (max-width: 1250px) {
  .container-video {
    padding-left: 240px !important;
  }

  .container-video .embed-responsive {
    top: 0px !important;
  }
}
.menu {
  margin-left: 0;
}
.menu a {
  text-decoration: none;
}
.menu .dropdown a {
  position: relative;
  display: block;
}
.menu .dropdown a:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background-image: url("../images/arrow-down.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 18px;
  z-index: -1;
}
.menu .dropdown a.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu .dropdown ul {
  display: none;
  padding-left: 1em;
  margin-left: 0;
}
.menu .dropdown ul li:last-child a {
  margin-bottom: 1em !important;
}
.menu .dropdown ul li a {
  background-image: none !important;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.4em;
  font-weight: normal !important;
}
.menu .dropdown ul li a:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  background-image: none !important;
}
.menu li + li a {
  border-top: 1px solid #E9E9E9;
}
.menu a {
  padding: 1em 0;
  display: block;
  font-weight: bold;
  color: #3C4B53;
}

.card-item button.ativo + .svg-inline--fa {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}

#accordion button {
  text-transform: inherit;
  height: auto;
  min-height: 57px;
  line-height: 1.5;
}
#accordion button:hover {
  background-color: transparent;
}
#accordion .card-item:first-child {
  border-top: 1px solid #fff;
}
#accordion .card-item {
  border-bottom: 1px solid #fff;
}
#accordion .card-header {
  background-color: transparent !important;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
#accordion .card-header + div {
  background-color: #ffffff26;
  margin: 0 1em 1em 1em;
}
#accordion .card-body p {
  margin-bottom: 0;
}

.btn-card-radius {
  border: 1px solid #37474F;
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 100%;
  text-align: center;
  margin: 6px auto;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background-color: inherit;
  outline: none !important;
}
.btn-card-radius:hover {
  background-color: #37474F;
}
.btn-card-radius:hover .svg-inline--fa {
  color: #fff;
}
.btn-card-radius .svg-inline--fa {
  font-size: 0.8em;
}

.modal-open .page-full, .modal-open footer {
  -webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}

.modal-open main{
	z-index: 1041;
}

.modal-open .column-right{
	z-index: 999999;
}


.table-historico .card-body {
  background-color: #fff;
  border-radius: 10px;
  color: #455A64;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.table-historico .detail-item {
  width: 18px !important;
  height: 18px !important;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  border: 0;
  min-height: inherit !important;
  line-height: inherit !important;
}
.table-historico .detail-item svg {
  font-size: 0.9em;
}

.card.card-body {
  margin-top: 1em;
  background-color: #fff !important;
  border-radius: 10px;
  color: #37474F;
}

.list-pay ul {
  list-style: none;
  margin-left: 0;
}
.list-pay ul .svg-inline--fa {
  font-size: 2em;
}
.list-pay ul .btn-outline-light:hover {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.list-pay ul .card-body {
  margin-top: 1em;
  background-color: #fff;
  border-radius: 10px;
  color: #37474F;
}
.list-pay ul .text-item {
  max-width: 188px;
}
.list-pay ul .item-img {
  max-width: 50px;
}
.list-pay ul li {
  padding: 20px 0;
}
.list-pay ul li span {
  line-height: 1.3;
  display: block;
}
.list-pay ul li span, .list-pay ul li p {
  font-size: 12px;
}
.list-pay ul li + li {
  border-top: 1px solid #fff;
}

.btn-value {
  line-height: 1.6 !important;
}
.btn-value strong {
  font-size: 1.6em;
}
.btn-value span {
  font-size: 0.8em;
  margin-right: 0.3em;
}

.add-card {
  cursor: pointer;
}

.content-eteps {
  display: none;
}
.content-eteps:first-child {
  display: block;
}
.content-eteps .form-group .form-group {
  display: block !important;
}
.content-eteps .form-group + .form-group {
  display: none;
}

/* OVERLAY
 * -------------------------- */
.overlay {
  max-width: 100%;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.overlay-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.overlay-bottom {
  top: auto;
}
.overlay-hover:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.overlay-hover:hover .overlay-text-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.overlay-spin {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.overlay-active .active > .overlay-spin, .overlay-hover.hover .overlay-spin, .overlay-hover:hover .overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
.overlay-active .active > .overlay-scale, .overlay-hover.hover .overlay-scale, .overlay-hover:hover .overlay-scale {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.overlay-active .active > [class*=overlay-slide], .overlay-hover.hover [class*=overlay-slide], .overlay-hover:hover [class*=overlay-slide] {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.overlay-active .active > [class*=overlay-slide] > *:not(.overlay-text-visible), .overlay-hover.hover [class*=overlay-slide] > *:not(.overlay-text-visible), .overlay-hover:hover [class*=overlay-slide] > *:not(.overlay-text-visible) {
  opacity: 1;
}

[class*=overlay-slide] > *:not(.overlay-text-visible),
.overlay-hover:not(:hover):not(.hover) .overlay-panel:not(.ignore) > *:not(.overlay-text-visible) {
  opacity: 0;
}

.overlay-blur,
.overlay-fade,
.overlay-grayscale,
.overlay-scale,
.overlay-spin,
[class*=overlay-slide] {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: opacity, -webkit-transform, filter;
  -moz-transition-property: opacity, -moz-transform, filter;
  transition-property: opacity, transform, filter;
}

.radius-50 {
  border-radius: 50px !important;
}

/* CARD OVERLAY
 * -------------------------- */
.card-hover {
  overflow: hidden;
}
.card-hover .card-img-overlay {
  opacity: 0;
}
.card-hover .card-link {
  color: white;
}
.card-hover .card-link:focus, .card-hover .card-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.card-hover .card-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.card-hover:focus .card-img, .card-hover:hover .card-img {
  opacity: 0.3;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.card-hover:focus .card-img-overlay, .card-hover:hover .card-img-overlay {
  opacity: 1;
}

/* ATTRIBUTE CARD
 * -------------------------- */
.attribute-card {
  text-align: center;
}
.attribute-card [class*=card-img] {
  position: relative;
  display: inline-block;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  min-height: 13rem;
  /*&:after {
      @include before-after02;
      @include background-image(linear-gradient(left top, $pink, $cyan));
      mix-blend-mode: multiply;
  }*/
}
.attribute-card .card-header {
  background-color: transparent;
  border-bottom: none;
  position: relative;
  font-family: "Titillium Web", sans-serif;
  padding-right: 1rem;
  padding-left: 1rem;
}
.attribute-card .card-header * {
  margin-bottom: 0;
}
.attribute-card .card-header h3 {
  color: #fff;
  z-index: 99;
  position: relative;
}
.attribute-card .card-body {
  padding-bottom: 2.5rem;
}
.attribute-card .card-text {
  font-size: 1.0666666667rem;
}

/* SOCIAL
 * -------------------------- */
.social {
  margin-left: -1rem;
}
.social .nav-link {
  color: white;
  font-size: 1.35rem;
}
.social .nav-link:focus, .social .nav-link:hover {
  color: #3C4B53;
}

.modal.show {
  z-index: 99995;
}
.modal.show .modal-dialog {
  margin-top: 3em !important;
}
.modal.show p {
  color: #37474F;
}
.modal.show h3 {
  color: #37474F !important;
}

.partner-wrapper {
  background-color: #fff;
  border-radius: 60px;
  padding: 30% 8%;
  text-align: center;
  margin: 0.5rem auto;
}
@media (max-width: 575px) {
  .partner-wrapper {
    height: 112px;
    width: 112px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

/*Animações ao carregar a pagina*/
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section .bg-fixed {
  -webkit-transition: 2.8s;
  -moz-transition: 2.8s;
  transition: 2.8s;
  opacity: 0;
  transition-delay: 0.9s;
}
.section .copyright {
  opacity: 0;
  -webkit-transition: 2.8s;
  -moz-transition: 2.8s;
  transition: 2.8s;
  transition-delay: 1.9s;
}
.section.active footer {
  opacity: 1;
}
.section.active header, .section.active .content {
  opacity: 1;
}
.section.active .bg-fixed {
  opacity: 1;
}
.section.active .card {
  opacity: 1;
}
.section.active .chat-bot {
  opacity: 1;
  -webkit-transform: translateX(0%) !important;
  -moz-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  -o-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}
.section.active .copyright {
  opacity: 1;
}

footer li {
  line-height: 0.9em;
}
footer li + li {
  border-left: 1px solid #fff;
  padding-left: 0.6em;
  margin-left: 0.6em;
}

/* ==========================================================================
   UTILITIES PROPRIOS
   ========================================================================== */
.bg-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 200px top;
}

.gradient-default {
  top: 0;
  left: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0074e4+0,14b1e7+100 */
  background: #0074e4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0074e4 0%, #14b1e7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0074e4 0%, #14b1e7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0074e4 0%, #14b1e7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0074e4", endColorstr="#14b1e7",GradientType=0 );
  /* IE6-9 */
}

.text-underline {
  display: inline-block;
  border-bottom: 0.222rem dashed #3C4B53;
}

.font-highlight {
  font-family: "Coolvetica", serif;
}

.font-weight-light {
  font-weight: 300;
}

.color-grey {
  color: #37474F;
}

.pagination {
  margin-top: 40px;
}
.pagination li {
  margin-right: 20px;
  border-radius: 100%;
}
.pagination li .current {
  display: block;
  background-color: #0091EA;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
}

@font-face {
  font-family: "Coolvetica";
  src: url("../fonts/Coolvetica.eot");
  src: url("../fonts/Coolvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Coolvetica.woff2") format("woff2"), url("../fonts/Coolvetica.woff") format("woff"), url("../fonts/Coolvetica.ttf") format("truetype"), url("../fonts/Coolvetica.svg#Coolvetica") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 1200px) {
  .btn-value {
    font-size: 0.8em !important;
  }
}
@media (max-width: 768px) {
  .h-404 {
    min-height: 150px !important;
  }

  .section-other-links .col-12 + .col-12 {
    margin-top: 5em;
  }

  .section-other-links .card {
    min-height: 200px !important;
  }

  .section-other-links .card-body .img-card {
    width: 160px !important;
  }

  .column-right .networks {
    right: 0 !important;
  }

  .form-row .col {
    display: block !important;
    flex-basis: initial !important;
  }

  .chat-bot {
    position: fixed !important;
    width: 100%;
    bottom: 0;
    max-width: 100%;
  }
  .chat-bot .chat {
    position: relative;
    z-index: 99;
  }
  .chat-bot .chat img {
    max-width: 200px;
  }
  .chat-bot .pulse-button {
    right: 1.1rem;
    width: 70px;
    height: 70px;
  }
  .chat-bot:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    filter: blur(30px);
    width: 120%;
    left: -10px;
  }
}
.close-card {
  cursor: pointer;
}

.order-number {
  background-color: #FD9A9C;
  padding: 0.3em 0.5em;
  border-radius: 10px;
}

.box-order {
  display: none;
}

/*Pulse*/
.pulse-button {
  position: fixed;
  right: 1.5rem;
  bottom: 0.7rem;
  max-width: 332px;
  display: block;
  width: 90px;
  height: 90px;
  font-size: 1.3em;
  text-align: center;
  line-height: 100px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  z-index: 0;
  background: #0074E4;
  box-shadow: 0 0 0 0 rgba(0, 116, 228, 0.5);
  -webkit-animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(0, 116, 228, 0);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 116, 228, 0);
  }
}
.card-loader {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
  z-index: 9999;
  top: 0;
  left: 0;
  text-align: center;
}
.card-loader span {
  display: block;
}
.card-loader > div {
  height: 8em;
  width: 10em;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 50%;
  margin-top: -7em;
}
.card-loader > div div {
  height: 5em;
  width: 10em;
  text-align: center;
  overflow: hidden;
}
.card-loader img {
  -webkit-animation: cardLoader 1.6s infinite;
  margin: 0 auto;
}

@-webkit-keyframes cardLoader {
  0% {
    -webkit-transform: translateY(500%);
    -moz-transform: translateY(500%);
    -ms-transform: translateY(500%);
    -o-transform: translateY(500%);
    transform: translateY(500%);
  }
  50% {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  60% {
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
  }
  70% {
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  100% {
    -webkit-transform: translateY(500%);
    -moz-transform: translateY(500%);
    -ms-transform: translateY(500%);
    -o-transform: translateY(500%);
    transform: translateY(500%);
  }
}
/*Animação input*/
.form-label {
  position: absolute;
  left: 15px;
  top: 19px;
  z-index: 10;
  margin-bottom: 0 !important;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused > .form-label {
  transform: translateY(-55%);
  font-size: 0.75em;
}

.focused > .form-input {
  padding-top: 15px !important;
  background-color: transparent !important;
}

.form-input:not([value=""]) {
  padding-top: 15px !important;
}

.mask-opacity {
  opacity: 0.2;
}
.mask-opacity.mask-opacity-active {
  opacity: 1 !important;
}
.mask-opacity.mask-opacity-active:after {
  display: none;
}
.mask-opacity:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  cursor: no-drop;
}

.card-body {
  /* Change Autocomplete styles in Chrome*/
}
.card-body input:-webkit-autofill,
.card-body input:-webkit-autofill:hover,
.card-body input:-webkit-autofill:focus,
.card-body textarea:-webkit-autofill,
.card-body textarea:-webkit-autofill:hover,
.card-body textarea:-webkit-autofill:focus,
.card-body select:-webkit-autofill,
.card-body select:-webkit-autofill:hover,
.card-body select:-webkit-autofill:focus {
  -webkit-text-fill-color: #37474F !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* ==========================================================================
   MODIFICACOES DO FRAMEWORK
   ========================================================================== */
.nav-tabs a {
  color: #BBBBBB;
  padding-bottom: 0.8em;
  margin: 0 3em 0 0;
  display: block;
  border-bottom: 2px solid transparent;
}
.nav-tabs a.active {
  color: #3C4B53;
  border-bottom: 2px solid #0091EA;
}

.sindicatos .item {
  min-height: 320px;
}

.slider-fluid .slick-track {
  padding: 1em 0;
}

.slider-high .slick-track {
  width: 999999999px !important;
}

.slider, .slider-arrow, .slider-high {
  overflow: hidden;
}
.slider .item, .slider-arrow .item, .slider-high .item {
  margin: 0 0.5em;
}
.slider .slick-dots, .slider-arrow .slick-dots, .slider-high .slick-dots {
  list-style: none;
  text-align: center;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 2em;
}
.slider .slick-dots li, .slider-arrow .slick-dots li, .slider-high .slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 0.2em;
  padding-left: 0 !important;
}
.slider .slick-dots li:before, .slider-arrow .slick-dots li:before, .slider-high .slick-dots li:before {
  display: none !important;
}
.slider .slick-dots li.slick-active button, .slider-arrow .slick-dots li.slick-active button, .slider-high .slick-dots li.slick-active button {
  background-color: #0091EA;
}
.slider .slick-dots button, .slider-arrow .slick-dots button, .slider-high .slick-dots button {
  border: 0;
  background-color: #D8D8D8;
  text-indent: -9999em;
  height: 7px;
  border-radius: 50px;
}
.slider .slick-prev, .slider-arrow .slick-prev, .slider-high .slick-prev {
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 10px;
  top: -40px;
  height: 100%;
  outline: none;
  z-index: 9999;
}
.slider .slick-prev .svg-inline--fa, .slider-arrow .slick-prev .svg-inline--fa, .slider-high .slick-prev .svg-inline--fa {
  color: #fff;
}
.slider .slick-next, .slider-arrow .slick-next, .slider-high .slick-next {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: -40px;
  height: 100%;
  outline: none;
  z-index: 9999;
}
.slider .slick-next .svg-inline--fa, .slider-arrow .slick-next .svg-inline--fa, .slider-high .slick-next .svg-inline--fa {
  color: #fff;
}

.container, .container-fluid {
  position: relative;
  z-index: 1;
}

.alert {
  border-radius: 0;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  padding: 1.5rem;
}
.alert.alert-primary {
  background-color: #f0ebff !important;
  border-color: #8681b5;
}

.form-label.label-invalid {
  color: #fc9eb5 !important;
}

.form-control.is-invalid {
  color: #fc9eb5 !important;
  border: 1px solid #fc9eb5 !important;
}

table tfoot td {
  border-top: 2px solid #78909C !important;
  font-weight: bold;
  font-size: 15px;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
table th {
  border-top: 2px solid #78909C !important;
  border-bottom: 0 !important;
  font-size: 16px;
}
table td {
  border-color: #78909C !important;
  font-size: 14px;
}
table .fa-times {
  color: #FD9A9C;
}

.badge {
  font-size: 16px !important;
  border-radius: 50px;
  display: inline-block;
  padding: 5px 10px 4px 10px;
  line-height: 1.2;
  font-weight: bold;
}
.badge.badge-pink {
  background-color: #FD9A9C;
}

@media (min-width: 768px) and (max-width: 1750px) {
  .section-other-links .card {
    min-height: 230px;
  }

  .section-other-links .card-body {
    text-align: center;
    padding-left: 1.25rem !important;
    -ms-flex-align: initial !important;
    align-items: initial !important;
  }

  .section-other-links .card-body img {
    max-width: 130px;
    margin: 0 auto;
  }

  .section-other-links .card-body .img-card {
    display: none;
  }
}
.card {
  background-color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) !important;
  border: 0;
  position: relative;
  padding: 1.5em 2em;
  min-height: 300px;
}
.card .card-content {
  color: #37474F;
  min-height: 86px;
}
.card .card-content .item-card {
  padding: 0;
}
.card .text-card {
  font-size: 13px;
  min-width: 150px;
}
.card .sale {
  font-size: 26px;
  font-family: "Coolvetica" !important;
  letter-spacing: 1px;
  padding: 0 10px;
  background-color: #0091EA;
}
.card .sale small {
  font-size: 9px;
  line-height: 1.2;
}
.card .content-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(153px - 20px);
  background-color: #EEE;
  padding: 16px 10px;
}
.card.active {
  background-color: #fff !important;
  padding-right: calc(153px - 20px);
}
.card.active p, .card.active span, .card.active strong {
  font-size: 14px;
}
.card.card-outline {
  background-color: transparent;
  border: 1px dashed #fff;
  box-shadow: initial !important;
  width: 100% !important;
  max-width: initial;
  min-height: 86px;
}
.card.card-phone {
  padding-top: 1.6rem;
}
.card.card-phone .fa-phone {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  margin-left: -38px;
}
.card p {
  color: #37474F;
}

.mt-1, .my-1 {
  margin-top: 0.5rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.5rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.5rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 1rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 1rem !important;
}

.ml-2, .mx-2 {
  margin-left: 1rem !important;
}

.mr-2, .mx-2 {
  margin-right: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1.5rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1.5rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 2rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 2rem !important;
}

.ml-4, .mx-4 {
  margin-left: 2rem !important;
}

.mr-4, .mx-4 {
  margin-right: 2rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.5rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.5rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.5rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 1rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 1rem !important;
}

.pl-2, .px-2 {
  padding-left: 1rem !important;
}

.pr-2, .px-2 {
  padding-right: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1.5rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3, .px-3 {
  padding-left: 1.5rem !important;
}

.pr-3, .px-3 {
  padding-right: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 2rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 2rem !important;
}

.pl-4, .px-4 {
  padding-left: 2rem !important;
}

.pr-4, .px-4 {
  padding-right: 2rem !important;
}

/* TYPOGRAPHY
 * -------------------------- */
@media (min-width: 768px) {
  .display-1 {
    font-size: 7rem;
  }
  .display-2 {
    font-size: 6rem;
  }
  .display-3 {
    font-size: 5rem;
  }
  .display-4 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 7.8rem;
  }
  .display-2 {
    font-size: 7.3rem;
  }
  .display-3 {
    font-size: 5.3rem;
  }
  .display-4 {
    font-size: 4.4rem;
  }
}

.small {
  font-size: 90%;
  line-height: 1.1;
}

/* BUTTON
 * -------------------------- */
.btn.btn-store {
  font-size: 16px !important;
  padding: 8px 0px !important;
  line-height: 1.1 !important;
  border-radius: 50px !important;
  text-transform: inherit !important;
  height: auto;
}

.btn.btn-store.disabled {
  background-color: #d4d3d3 !important;
  opacity: 1 !important;
}

.btn.btn-store + .btn-store {
  position: relative;
}

.btn.btn-store + .btn-store:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  color: #000000;
  font-weight: 500;
  text-transform: initial;
}

.btn.btn-store .svg-inline--fa {
  font-size: 22px;
  margin-right: 6px;
  vertical-align: middle;
}

.btn {
  cursor: pointer;
  font-size: 0.9481481481rem;
  font-weight: 700;
  text-transform: uppercase !important;
  border-radius: 10px;
  padding: 0.5rem 1.4rem;
  font-weight: normal;
  height: 53px;
  min-width: 130px;
  line-height: 2.4;
  vertical-align: middle;
}
.btn.btn-weight {
  padding: 0.5rem 4.4rem;
}
.btn.btn-primary {
  background-color: #0091EA;
  font-weight: 100 !important;
  text-transform: initial;
  color: #fff;
  border-color: #37474F;
}
.btn.btn-outline-light {
  border-color: #37474F !important;
  color: #37474F !important;
}
.btn.btn-outline-light.active {
  background-color: #37474F !important;
  color: #fff !important;
  border-color: #37474F !important;
}
.btn.btn-outline-light:hover {
  background-color: #37474F !important;
  color: #fff !important;
  border-color: #37474F;
}
.btn:focus {
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5) !important;
}
.btn:hover, .btn.focus, .btn:active, .btn.active, .btn:active:hover, .btn.active:hover {
  background-color: #37474F;
  color: #fff;
  box-shadow: 0 0 0 0rem rgba(248, 249, 250, 0.5) !important;
}

/* FORM
 * -------------------------- */
.form-control {
  border-radius: 0;
}
.form-control-sm, .form-control-lg {
  line-height: 1.25;
}

.item, .form-group, .form-row {
  position: relative;
}

.form-check-input {
  margin-top: 0.2em;
}

.list-pay .card-body .form-group {
  margin-bottom: 1em !important;
}
.list-pay .card-body .form-label {
  top: 17px;
}
.list-pay .card-body .focused > .form-label {
  transform: translateY(-46%);
}
.list-pay .card-body input[type=text].form-control, .list-pay .card-body input[type=password].form-control, .list-pay .card-body input[type=email].form-control, .list-pay .card-body input[type=tel].form-control, .list-pay .card-body input[type=number].form-control {
  height: 53px !important;
  padding-top: 17px !important;
}
.list-pay .card-body select {
  height: 53px !important;
  border-radius: 10px;
  font-weight: 100;
  padding-left: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
.list-pay .card-body .form-control {
  border: 1px solid #37474F;
  color: #37474F;
}

input[type=text].form-control, input[type=password].form-control, input[type=email].form-control, input[type=tel].form-control, input[type=number].form-control {
  padding: 0 15px;
  padding-bottom: 0 !important;
  height: 58px !important;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: inherit !important;
  color: #fff;
  z-index: 99;
  position: relative;
  background-color: transparent !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none !important;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: rgba(0, 0, 0, 0.7);
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
}

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

.invalid-feedback {
  color: rgba(0, 0, 0, 0.7);
  font-size: 70% !important;
  text-align: left;
  padding-left: 15px;
}

/* CARDS
 * -------------------------- */
.card {
  overflow: hidden;
}
.card.active {
  background-color: #fff;
}
.card h3 {
  color: #37474F;
}
@media (min-width: 992px) {
  .card-text {
    font-size: 0.9481481481rem;
  }
}

.rounded-circle {
  background-color: transparent;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  border: 0;
}

/* UTILITIES
 * -------------------------- */
.text-primary {
  color: #3C4B53 !important;
}

/* ==========================================================================
   MODIFICACOES DE PLUGINS
   ========================================================================== */
@-webkit-keyframes typedjsBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes typedjsBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes typedjsBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*Próprios*/
.text-normal {
  text-transform: initial !important;
}

.relative {
  position: relative;
}

.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1500px) {
  .plr-xxl-6 {
    padding: 0 7rem !important;
  }
}
@media (max-width: 1255px) {
  .list-pay li > .item-pay {
    display: block !important;
    text-align: center;
  }
  .list-pay li > .item-pay div {
    margin: 1em auto !important;
  }
  .list-pay li > .item-pay .text-item {
    max-width: 100% !important;
  }

  .card.active {
    padding-right: 70px !important;
  }
  .card .card-content {
    display: block !important;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .card .card-content .item-card + .item-card {
    margin-top: 1em !important;
  }
  .card .content-right {
    width: 70px !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .card .content-right a {
    margin: 0.6em 0;
  }
  .card .content-right a .svg-inline--fa {
    font-size: 1em;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 320px !important;
    margin: 4.75rem auto !important;
    margin-top: 3em !important;
  }
}
/* Customize the label (the container) */
.container-check {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table {
  color: #fff;
}

.table-historico .card-body td, .table-historico .card-body th {
  color: #37474F !important;
  border-color: #37474F !important;
}
.table-historico th {
  border-top: 2px solid #fff !important;
  white-space: nowrap;
  font-size: 14px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-historico th.text-white-space {
  white-space: inherit !important;
}
.table-historico td {
  border-color: #fff !important;
  white-space: nowrap;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  line-height: 1.2;
  vertical-align: middle !important;
  font-size: 12px !important;
}
.table-historico td .btn {
  border-radius: 50px !important;
  text-transform: inherit !important;
  padding: 0px 8px;
  height: auto;
  min-height: auto;
  width: auto;
  font-size: 12px;
  min-width: auto;
}
.table-historico td.text-white-space {
  white-space: inherit !important;
}

.table-hover tbody tr:hover {
  color: #fff !important;
}


.menu-bar .logo-fetranspor, .menu-bar .fetranspor{
display:none!important;
}


.wpcf7-form .form-control{
	border:1px solid #d0d0d0!important;
	margin-top:6px;
	color: #4f5d64!important;
	-webkit-text-fill-color: #4f5d64!important;
}

.wpcf7 .screen-reader-response{
	display: none!important;
}

.wpcf7-form .wpcf7-validation-errors, .wpcf7-form .wpcf7-not-valid-tip, .wpcf7-form .wpcf7-acceptance-missing{
	color: #f76363;
}


.wpcf7-form .wpcf7-response-output{
	margin-top:20px;
	margin-bottom:20px;
}


.btn-other{
	border: 1px solid #37474F!important;
	border-radius:50px!important;
	height: 45px;
    line-height: 10px;
    text-transform:inherit!important;
}

.btn-other:hover{
	background-color: #37474F;
	color: #fff!important;
}


#modal_conduta, #modal_conduta_fetranspor{
	background-color: #000000c4;
}


#modal_conduta .modal-body, #modal_conduta_fetranspor .modal-body{
	background-image: url("../images/pic.png?54");
	background-repeat: no-repeat;
	background-position: 10px 0;
	background-size:100%;
	border:0!important;

}

#modal_conduta form, #modal_conduta_fetranspor form{
	padding:0 20px;
}

#modal_conduta label, #modal_conduta_fetranspor label{
	width: 100%!important;
}


#modal_conduta .form-control, #modal_conduta_fetranspor .form-control{
	height: 35px!important;
	border:0!important;
	border-bottom:1px solid #000!important;
	border-radius:0!important;
	padding-left: 0!important;
}


#modal_conduta .modal-title, #modal_conduta_fetranspor .modal-title{
	margin-top:120px;
}

#modal_conduta .modal-content, #modal_conduta_fetranspor .modal-content{
	border:0!important;
	overflow: hidden;
}

#modal_conduta .modal-dialog, #modal_conduta_fetranspor .modal-dialog{
	max-width: 540px!important;
}

#modal_conduta .modal-header .close, #modal_conduta_fetranspor .modal-header .close{
	margin:-1rem -1rem -1rem -1rem!important;
}

#modal_conduta .wpcf7-response-output.wpcf7-mail-sent-ok, #modal_conduta_fetranspor .wpcf7-response-output.wpcf7-mail-sent-ok{
	color: #54a954;
    text-align: center;
}




.slider-transparencia .item{
  background-image: url('../images/icon-103.png?2');
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 180px;
  min-height: inherit!important;
  padding: 0;
}

.slider-transparencia .item .header-card{
  background-color: #F1F2F3;
  padding: 5px 0;
}

.slider-transparencia .body-card{
  padding:15px;
}

.slider-transparencia .body-card a{
  position: absolute;
  bottom:10px;
}


.accordion-card .card+.card{
	display: none;
}

.accordion-card .title-accordion{
	cursor: pointer;
	font-weight: bold;
	position: relative;
}

.accordion-card .title-accordion:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background-image: url("../images/arrow-down.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  width: 18px;
  z-index: 1;
}
.accordion-card .title-accordion.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}







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