@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=devanagari,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,thai,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
/* ||| CODE STYLE CSS = ( GLOBAL ) ||| */
@font-face {
  font-family: 'GothamMedium';
  src: url("utils/fonte/GothamMedium.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'GothamBook';
  src: url("utils/fonte/GothamBook.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Regular';
  src: url("utils/fonte/Raleway-Regular.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Medium';
  src: url("utils/fonte/Raleway-Medium.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url("utils/fonte/Raleway-SemiBold.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Bold';
  src: url("utils/fonte/Raleway-Bold.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url("utils/fonte/Raleway-ExtraBold.ttf") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'Raleway-Black';
  src: url("utils/fonte/Raleway-Black.ttf") format("truetype");
  font-style: normal; }
* {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  margin: 0 auto;
  font-family: "GothamMedium", sans-serif !important;
  background: #fff;
  position: relative;
  z-index: 999999; }
  body.erro {
    width: 100%;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center; }
    body.erro .card-geral {
      width: 900px; }

.boxshadow {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.125); }

.bshadow {
  -webkit-box-shadow: 0px -3px 12px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -3px 12px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 3px -3px 12px -6px rgba(0, 0, 0, 0.5); }

.shadow-box {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1); }

.bvshadow {
  box-shadow: 0 1px 1.5rem rgba(18, 38, 63, 0.03); }

.slershadow {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out; }

.slershadow:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08); }

.pull-direito {
  display: flex;
  justify-content: flex-end; }

/* ESSE É O SCROLL, SEM COR, SÓ COM A LARGURA */
::-webkit-scrollbar {
  width: 8px;
  height: 0;
  background-color: #fff;
  overflow: visible; }

/* ESSE É O SCROLL NORMAL, PODE SER DEFINIDO A COR, BORDAR, ETC */
::-webkit-scrollbar-thumb {
  height: 10px;
  padding: 0;
  background: #c47f41;
  border-width: 1px 1px 1px 6px;
  cursor: pointer; }
  ::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-thumb:hover {
    background: #c47f41; }

::-webkit-scrollbar-button {
  height: 0;
  width: 0; }

::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px; }

/* ||| CODE STYLE CSS = ( CONTAINERS - AUXILIARES ) ||| */
a {
  color: unset;
  text-decoration: none !important;
  cursor: pointer; }

button {
  color: unset;
  background: transparent;
  border: none;
  outline: 0;
  cursor: pointer; }
  button[disabled] {
    cursor: not-allowed !important; }
  button.btn-verde {
    background: #3fcb2d !important; }
  button.btn-azul {
    background: #3369e7 !important;
    background-image: linear-gradient(80deg, #00aeff, #3369e7) !important;
    box-shadow: 0px 0px 5px 1px rgba(0, 130, 215, 0.4) !important; }
  button.btn-vermelho {
    background: #ee2c2c !important;
    background-image: linear-gradient(80deg, #f84040, #db2929) !important;
    box-shadow: 0px 0px 5px 1px rgba(238, 44, 44, 0.4) !important; }
  button.info {
    padding: 0.35rem 0.375rem !important;
    font-size: 66% !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0.25rem;
    display: inline-block; }
    button.info.i-verde {
      color: #1aae6f !important;
      background-color: rgba(147, 231, 195, 0.5) !important; }
    button.info.i-azul {
      margin-left: 5px;
      color: #2643e9 !important;
      background-color: rgba(203, 210, 246, 0.5) !important; }
    button.info.i-vermelho {
      color: #f80031 !important;
      background-color: rgba(251, 175, 190, 0.5) !important; }

.sb-1 {
  background-image: linear-gradient(87deg, #495aff 0%, #2c6aee 100%) !important;
  box-shadow: 0px 0px 3px 1px rgba(0, 130, 215, 0.4); }

.sb-2 {
  background-image: linear-gradient(87deg, #fc6076 0%, #ff9a44 100%) !important;
  box-shadow: 0px 0px 3px 1px rgba(252, 96, 118, 0.4); }

.sb-3 {
  background-image: linear-gradient(87deg, #eb3232 0%, #ff0000 100%) !important;
  box-shadow: 0px 0px 3px 1px rgba(250, 50, 50, 0.4); }

.sb-4 {
  background-image: linear-gradient(87deg, #d69cf3 0%, #c56cf0 100%) !important;
  box-shadow: 0px 0px 3px 1px rgba(197, 108, 240, 0.4); }

.sb-5 {
  background-image: linear-gradient(87deg, #7085b6 0%, #819dca 100%) !important;
  box-shadow: 0px 0px 3px 1px rgba(112, 133, 182, 0.4); }

.sb-6 {
  background-image: linear-gradient(87deg, #faaf1a 0%, #ffbc35 100%) !important;
  box-shadow: 0px 0px 3px 1px rgba(250, 175, 26, 0.4); }

.sb-7 {
  background-image: linear-gradient(87deg, #27ae60 0%, #28b964 100%) !important;
  box-shadow: 0px 0px 3px 1px rgba(39, 174, 96, 0.4); }

.sb-8 {
  background-image: linear-gradient(87deg, #7d5fff 0%, #6b4cf3 100%) !important;
  box-shadow: 0px 0px 3px 1px rgba(107, 76, 243, 0.4); }

.sb-9 {
  background-image: linear-gradient(87deg, #e9464e 0%, #fc5c65 100%) !important;
  box-shadow: 0px 0px 3px 1px rgba(252, 92, 101, 0.4); }

.sb-10 {
  background: linear-gradient(87deg, #fb6340, #fbb140) !important;
  box-shadow: 0px 0px 3px 1px rgba(252, 92, 101, 0.4); }

.sb-11 {
  background: linear-gradient(87deg, #1bfd39, #21d330) !important;
  box-shadow: 0px 0px 3px 1px rgba(124, 252, 92, 0.4); }

.sb-12 {
  background: linear-gradient(87deg, #8d55e6, #8436ce) !important;
  box-shadow: 0px 0px 3px 1px rgba(141, 85, 230, 0.4); }

.sb-13 {
  background: linear-gradient(87deg, #00B4DB, #0083B0) !important;
  box-shadow: 0px 0px 3px 1px rgba(0, 131, 176, 0.4); }

.sb-14 {
  background: linear-gradient(87deg, #4d6ab4, #4d36b4) !important;
  box-shadow: 0px 0px 3px 1px rgba(63, 43, 150, 0.4); }

.sb-15 {
  background: linear-gradient(87deg, #06beb6, #48b1bf) !important;
  box-shadow: 0px 0px 3px 1px rgba(72, 177, 191, 0.4); }

.listagemBody {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* ||| CODE STYLE CSS = ( CONTAINERS - AUXILIARES ) ||| */
/* ||| CODE STYLE CSS = ( CONTAINERS - GERAIS ) ||| */
.ctn-global {
  width: 100%; }
  .ctn-global .banner {
    width: 102%;
    min-width: 100%;
    transform: translateX(-50%);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    top: 0;
    left: 50%;
    z-index: 3;
    user-select: none; }
    .ctn-global .banner[tipo="inicio"] {
      height: 350px; }
    .ctn-global .banner.pagina[tipo="inicio"] {
      height: 470px;
      background: url("/arquivos/conteudo/publico/img/pagina/inicio/banner.png");
      background-position: center center !important;
      overflow: hidden !important; }
      .ctn-global .banner.pagina[tipo="inicio"] ul {
        width: 100%;
        height: 100%;
        color: #fff;
        font-family: "Raleway-ExtraBold";
        letter-spacing: 1.5px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .ctn-global .banner.pagina[tipo="inicio"] ul strong {
          font-size: 50pt;
          display: block; }
        .ctn-global .banner.pagina[tipo="inicio"] ul span {
          font-size: 25pt;
          display: block; }
        .ctn-global .banner.pagina[tipo="inicio"] ul button {
          padding: 20px;
          font-size: 18pt;
          font-family: "Raleway-Bold";
          font-weight: 100;
          background: #c47f41;
          border-radius: 6px; }
    .ctn-global .banner.pagina[tipo="produtos"] {
      height: 250px;
      background: url("/arquivos/conteudo/publico/img/pagina/produtos/banner.png");
      background-position: center center !important;
      overflow: hidden !important; }
      .ctn-global .banner.pagina[tipo="produtos"] ul {
        width: 1180px;
        height: 100%;
        margin: 0 auto;
        color: #fff;
        font-family: "Raleway-ExtraBold";
        letter-spacing: 1.5px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .ctn-global .banner.pagina[tipo="produtos"] ul strong {
          font-size: 40px;
          text-transform: uppercase;
          display: block; }
        .ctn-global .banner.pagina[tipo="produtos"] ul span {
          font-size: 20px;
          display: block;
          text-transform: lowercase; }
    .ctn-global .banner.pagina[tipo="quemsomos"] {
      height: 250px;
      background: url("/arquivos/conteudo/publico/img/pagina/quem-somos/banner.png");
      background-position: center center !important;
      overflow: hidden !important; }
      .ctn-global .banner.pagina[tipo="quemsomos"] ul {
        width: 1180px;
        height: 100%;
        margin: 0 auto;
        color: #fff;
        font-family: "Raleway-ExtraBold";
        letter-spacing: 1.5px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .ctn-global .banner.pagina[tipo="quemsomos"] ul strong {
          font-size: 40px;
          text-transform: uppercase;
          display: block; }
        .ctn-global .banner.pagina[tipo="quemsomos"] ul span {
          font-size: 20px;
          display: block;
          text-transform: lowercase; }
    .ctn-global .banner.pagina[tipo="contato"] {
      height: 250px;
      background: url("/arquivos/conteudo/publico/img/pagina/contato/banner.png");
      background-position: center center !important;
      overflow: hidden !important; }
      .ctn-global .banner.pagina[tipo="contato"] ul {
        width: 1180px;
        height: 100%;
        margin: 0 auto;
        color: #fff;
        font-family: "Raleway-ExtraBold";
        letter-spacing: 1.5px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .ctn-global .banner.pagina[tipo="contato"] ul strong {
          font-size: 40px;
          text-transform: uppercase;
          display: block; }
        .ctn-global .banner.pagina[tipo="contato"] ul span {
          font-size: 20px;
          display: block;
          text-transform: lowercase; }
  .ctn-global .lgr-padrao {
    width: 1180px;
    margin: 30px auto; }
    .ctn-global .lgr-padrao .cc-header {
      width: 100%;
      padding: 15px;
      color: #666;
      font-size: 30px;
      font-weight: bold;
      background: #fff;
      border-radius: 3px; }
      .ctn-global .lgr-padrao .cc-header[tipo="visualizar"] em {
        margin-bottom: 5px;
        font-size: 25px;
        font-style: normal;
        display: block; }
      .ctn-global .lgr-padrao .cc-header[tipo="visualizar"] span {
        font-size: 16px; }

/* ||| CODE STYLE CSS = ( MENU ) ||| */
menu.superior {
  width: 100%;
  background: #fff; }
  menu.superior .topo {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb; }
    menu.superior .topo .row {
      width: 980px;
      margin: 0 auto;
      align-items: center; }
      menu.superior .topo .row .col-md-4, menu.superior .topo .row .col-md-8 {
        padding: 0 !important; }
      menu.superior .topo .row .contato {
        color: #c4c4c4;
        display: flex;
        align-items: center; }
        menu.superior .topo .row .contato hr {
          width: 1px;
          height: 20px;
          margin: 0 20px;
          background: #dbdbdb;
          border: none;
          display: block; }
        menu.superior .topo .row .contato button {
          margin: 0 15px;
          display: flex;
          align-items: center; }
          menu.superior .topo .row .contato button:first-child {
            margin-left: 0; }
          menu.superior .topo .row .contato button:last-child {
            margin-right: 0; }
          menu.superior .topo .row .contato button mdi {
            margin-right: 5px; }
      menu.superior .topo .row .social button {
        margin: 0 5px;
        font-size: 20px; }
        menu.superior .topo .row .social button:hover {
          color: #915b2a; }
        menu.superior .topo .row .social button:first-child {
          margin-left: 0; }
        menu.superior .topo .row .social button:last-child {
          margin-right: 0; }
  menu.superior .botoes .row {
    width: 1180px;
    margin: 0 auto;
    padding: 15px 0; }
    menu.superior .botoes .row .col-md-4, menu.superior .botoes .row .col-md-8 {
      padding: 0 !important; }
    menu.superior .botoes .row .pull-centro {
      display: flex;
      justify-content: center;
      align-items: center; }
    menu.superior .botoes .row .pull-direito {
      align-items: center; }
    menu.superior .botoes .row li {
      margin: 0 20px;
      display: block; }
      menu.superior .botoes .row li:first-child {
        margin-left: 0; }
      menu.superior .botoes .row li:last-child {
        margin-right: 0; }
      menu.superior .botoes .row li.ativo button {
        color: #282828;
        border-bottom-color: #f2bc49; }
      menu.superior .botoes .row li.logo button {
        padding: 0;
        font-size: 30px;
        font-weight: 300;
        font-family: "Raleway-Black", Sans-Serif;
        text-align: left;
        text-transform: uppercase; }
        menu.superior .botoes .row li.logo button span {
          display: block; }
          menu.superior .botoes .row li.logo button span.one {
            color: #c47f41; }
          menu.superior .botoes .row li.logo button span.two {
            color: #2e2e2e; }
      menu.superior .botoes .row li button {
        height: unset;
        padding: 0 5px;
        color: #757575;
        font-size: 18px;
        font-family: "Raleway-ExtraBold", Sans-Serif;
        text-transform: uppercase;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        display: block; }

/* ||| CODE STYLE CSS = ( MENU ) ||| */
/* ||| CODE STYLE CSS = ( FOOTER ) ||| */
footer {
  width: 100%;
  position: relative; }
  footer .hunter {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px;
    color: #fff;
    font-size: 20px;
    background: #c37f41;
    position: relative;
    z-index: 10; }
    footer .hunter .row {
      width: 1180px;
      margin: 0 auto;
      align-items: center; }
      footer .hunter .row .col-md-4 {
        padding: 0; }
  footer .body {
    width: 1180px;
    margin: 0 auto;
    padding: 60px 0;
    background: transparent;
    position: relative; }
    footer .body .logo {
      margin-bottom: 20px;
      padding: 0;
      font-size: 40px;
      font-weight: 300;
      font-family: "Raleway-Black", Sans-Serif;
      text-align: left;
      text-transform: uppercase; }
      footer .body .logo span {
        display: block; }
        footer .body .logo span.one {
          color: #c47f41; }
        footer .body .logo span.two {
          color: #2e2e2e; }
    footer .body .row {
      width: 100%;
      align-items: center;
      color: #2e2e2e; }
      footer .body .row p {
        width: 550px;
        font-size: 20px;
        font-family: "Raleway-Medium";
        line-height: 25px;
        text-align: justify;
        letter-spacing: 1.5px; }
      footer .body .row .acesso-rapido {
        text-transform: uppercase; }
        footer .body .row .acesso-rapido .topo {
          width: max-content;
          margin-top: -60px;
          color: #c47f41;
          font-size: 20px;
          border-bottom: 2px solid #c47f41; }
        footer .body .row .acesso-rapido .conteudo {
          margin-top: 20px;
          color: #2e2e2e; }
          footer .body .row .acesso-rapido .conteudo button {
            margin: 15px 0;
            color: #2e2e2e;
            font-size: 18px;
            font-family: "Raleway-Medium";
            text-transform: uppercase;
            display: block; }
  footer .direitos {
    width: 100%;
    padding: 20px;
    color: #fff !important;
    font-size: 20px;
    font-family: "GothamBook";
    background: #c47f41; }
    footer .direitos .row {
      width: 1180px;
      margin: 0 auto;
      align-items: center; }
      footer .direitos .row .col-md-4, footer .direitos .row .col-md-8 {
        padding: 0 !important; }
      footer .direitos .row span.copy {
        font-size: 16px;
        font-weight: bold; }
      footer .direitos .row span.desenvolvedor {
        margin-top: 5px;
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        footer .direitos .row span.desenvolvedor button {
          color: #fff; }
      footer .direitos .row button.voltar_topo {
        padding: 5px 8px;
        font-size: 25px;
        color: #c47f41 !important;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }

/* ||| CODE STYLE CSS = ( FOOTER ) ||| */
@-ms-viewport {
  width: device-width; }
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%; } }
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%; } }
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%; } }
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px; } }
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px; } }
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px; } }
@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px; } }
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.333333%; }

.pull-2 {
  right: 16.666667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.333333%; }

.pull-5 {
  right: 41.666667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.333333%; }

.pull-8 {
  right: 66.666667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.333333%; }

.pull-11 {
  right: 91.666667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.333333%; }

.push-2 {
  left: 16.666667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.333333%; }

.push-5 {
  left: 41.666667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.333333%; }

.push-8 {
  left: 66.666667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.333333%; }

.push-11 {
  left: 91.666667%; }

.push-12 {
  left: 100%; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-sm-0 {
    right: auto; }

  .pull-sm-1 {
    right: 8.333333%; }

  .pull-sm-2 {
    right: 16.666667%; }

  .pull-sm-3 {
    right: 25%; }

  .pull-sm-4 {
    right: 33.333333%; }

  .pull-sm-5 {
    right: 41.666667%; }

  .pull-sm-6 {
    right: 50%; }

  .pull-sm-7 {
    right: 58.333333%; }

  .pull-sm-8 {
    right: 66.666667%; }

  .pull-sm-9 {
    right: 75%; }

  .pull-sm-10 {
    right: 83.333333%; }

  .pull-sm-11 {
    right: 91.666667%; }

  .pull-sm-12 {
    right: 100%; }

  .push-sm-0 {
    left: auto; }

  .push-sm-1 {
    left: 8.333333%; }

  .push-sm-2 {
    left: 16.666667%; }

  .push-sm-3 {
    left: 25%; }

  .push-sm-4 {
    left: 33.333333%; }

  .push-sm-5 {
    left: 41.666667%; }

  .push-sm-6 {
    left: 50%; }

  .push-sm-7 {
    left: 58.333333%; }

  .push-sm-8 {
    left: 66.666667%; }

  .push-sm-9 {
    left: 75%; }

  .push-sm-10 {
    left: 83.333333%; }

  .push-sm-11 {
    left: 91.666667%; }

  .push-sm-12 {
    left: 100%; }

  .offset-sm-0 {
    margin-left: 0%; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-md-0 {
    right: auto; }

  .pull-md-1 {
    right: 8.333333%; }

  .pull-md-2 {
    right: 16.666667%; }

  .pull-md-3 {
    right: 25%; }

  .pull-md-4 {
    right: 33.333333%; }

  .pull-md-5 {
    right: 41.666667%; }

  .pull-md-6 {
    right: 50%; }

  .pull-md-7 {
    right: 58.333333%; }

  .pull-md-8 {
    right: 66.666667%; }

  .pull-md-9 {
    right: 75%; }

  .pull-md-10 {
    right: 83.333333%; }

  .pull-md-11 {
    right: 91.666667%; }

  .pull-md-12 {
    right: 100%; }

  .push-md-0 {
    left: auto; }

  .push-md-1 {
    left: 8.333333%; }

  .push-md-2 {
    left: 16.666667%; }

  .push-md-3 {
    left: 25%; }

  .push-md-4 {
    left: 33.333333%; }

  .push-md-5 {
    left: 41.666667%; }

  .push-md-6 {
    left: 50%; }

  .push-md-7 {
    left: 58.333333%; }

  .push-md-8 {
    left: 66.666667%; }

  .push-md-9 {
    left: 75%; }

  .push-md-10 {
    left: 83.333333%; }

  .push-md-11 {
    left: 91.666667%; }

  .push-md-12 {
    left: 100%; }

  .offset-md-0 {
    margin-left: 0%; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .pull-lg-0 {
    right: auto; }

  .pull-lg-1 {
    right: 8.333333%; }

  .pull-lg-2 {
    right: 16.666667%; }

  .pull-lg-3 {
    right: 25%; }

  .pull-lg-4 {
    right: 33.333333%; }

  .pull-lg-5 {
    right: 41.666667%; }

  .pull-lg-6 {
    right: 50%; }

  .pull-lg-7 {
    right: 58.333333%; }

  .pull-lg-8 {
    right: 66.666667%; }

  .pull-lg-9 {
    right: 75%; }

  .pull-lg-10 {
    right: 83.333333%; }

  .pull-lg-11 {
    right: 91.666667%; }

  .pull-lg-12 {
    right: 100%; }

  .push-lg-0 {
    left: auto; }

  .push-lg-1 {
    left: 8.333333%; }

  .push-lg-2 {
    left: 16.666667%; }

  .push-lg-3 {
    left: 25%; }

  .push-lg-4 {
    left: 33.333333%; }

  .push-lg-5 {
    left: 41.666667%; }

  .push-lg-6 {
    left: 50%; }

  .push-lg-7 {
    left: 58.333333%; }

  .push-lg-8 {
    left: 66.666667%; }

  .push-lg-9 {
    left: 75%; }

  .push-lg-10 {
    left: 83.333333%; }

  .push-lg-11 {
    left: 91.666667%; }

  .push-lg-12 {
    left: 100%; }

  .offset-lg-0 {
    margin-left: 0%; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
hr {
  width: 80%;
  height: 5px;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50px;
  transition: all .1s ease-in-out; }
  hr:hover {
    width: 95%; }
  hr.one {
    background-color: #c47f41; }

/* - [Containers] - */
.card-geral {
  width: 100%;
  padding: 30px;
  position: relative; }
  .card-geral[tipo="erro"] {
    padding: 30px;
    color: #777777;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .card-geral[tipo="erro"] img {
      margin: 0 auto;
      filter: grayscale(100%);
      display: block; }
    .card-geral[tipo="erro"] strong {
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 40px;
      text-align: center;
      text-transform: uppercase;
      display: block; }
    .card-geral[tipo="erro"] em {
      margin: 0 auto;
      font-size: 18px; }
      .card-geral[tipo="erro"] em span {
        font-weight: bold; }
        .card-geral[tipo="erro"] em span::before {
          content: '(';
          margin-right: 5px;
          display: inline; }
        .card-geral[tipo="erro"] em span::after {
          content: ')';
          margin-left: 5px;
          display: inline; }
  .card-geral[tipo="footer_features"] {
    padding: 0;
    display: flex;
    align-items: center; }
    .card-geral[tipo="footer_features"] .icone {
      min-width: 55px;
      min-height: 55px;
      margin-right: 10px;
      color: #c47f41;
      font-size: 30px;
      background: #fff;
      border-radius: 3px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .card-geral[tipo="footer_features"] .conteudo {
      color: #fff;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 1.5px; }
      .card-geral[tipo="footer_features"] .conteudo strong {
        margin-bottom: 5px;
        display: block; }
      .card-geral[tipo="footer_features"] .conteudo span {
        display: block; }

.ctn-listagem {
  width: 100%;
  color: #2e2e2e !important;
  text-align: center; }
  .ctn-listagem[tipo="servicos"] .topo strong {
    margin-bottom: 8px;
    font-size: 40px;
    font-family: "Raleway-ExtraBold"; }
    .ctn-listagem[tipo="servicos"] .topo strong::after {
      content: "";
      width: 200px;
      height: 4px;
      margin: 0 auto;
      background: #f2bc49;
      border-radius: 50px;
      display: block; }
  .ctn-listagem[tipo="servicos"] .topo p {
    margin-top: 15px;
    font-size: 20px;
    font-family: "Raleway-Medium";
    line-height: 25px;
    letter-spacing: 1.7px; }
  .ctn-listagem[tipo="servicos"] .conteudo {
    margin-top: 20px; }
    .ctn-listagem[tipo="servicos"] .conteudo .row .col-md-4 .card {
      width: 100%; }
      .ctn-listagem[tipo="servicos"] .conteudo .row .col-md-4 .card img {
        width: 100%; }
    .ctn-listagem[tipo="servicos"] .conteudo .row .col-md-4 p {
      font-size: 15px;
      letter-spacing: 1.5px;
      line-height: 22px; }
  .ctn-listagem[tipo="produtos"] .row .col-md-4 {
    margin: 20px 0; }
    .ctn-listagem[tipo="produtos"] .row .col-md-4 .card {
      width: 100%; }
      .ctn-listagem[tipo="produtos"] .row .col-md-4 .card .conteudo:hover .desc {
        opacity: 1; }
      .ctn-listagem[tipo="produtos"] .row .col-md-4 .card:hover .rodape span.nome {
        color: #c47f41; }
      .ctn-listagem[tipo="produtos"] .row .col-md-4 .card .conteudo {
        margin-bottom: 10px;
        position: relative; }
        .ctn-listagem[tipo="produtos"] .row .col-md-4 .card .conteudo img {
          width: 100%;
          height: 100%;
          border-radius: 5px; }
        .ctn-listagem[tipo="produtos"] .row .col-md-4 .card .conteudo .desc {
          width: 100%;
          height: 100%;
          padding: 25px;
          background: linear-gradient(to top, #c47f41 0%, #c47f41 5%, rgba(196, 127, 65, 0.01) 100%, rgba(196, 127, 65, 0.5) 100%);
          border-radius: 5px;
          display: flex;
          align-items: flex-end;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 1;
          opacity: 0;
          transition: all .2s ease-in-out; }
          .ctn-listagem[tipo="produtos"] .row .col-md-4 .card .conteudo .desc p {
            color: white;
            font-size: 20px;
            line-height: 25px;
            text-align: left;
            z-index: 2; }
      .ctn-listagem[tipo="produtos"] .row .col-md-4 .card .rodape span.nome {
        font-size: 25px;
        font-family: "Raleway-SemiBold";
        text-align: center;
        letter-spacing: 2px;
        transition: all .2s ease-in-out; }

.ctn-quemsomos .logo {
  margin-bottom: 20px;
  padding: 0;
  font-size: 40px;
  font-weight: 300;
  font-family: "Raleway-Black", Sans-Serif;
  text-align: left;
  text-transform: uppercase; }
  .ctn-quemsomos .logo span {
    display: block; }
    .ctn-quemsomos .logo span.one {
      color: #c47f41; }
    .ctn-quemsomos .logo span.two {
      color: #2e2e2e; }
.ctn-quemsomos p {
  width: 700px;
  font-size: 18px;
  font-family: "Raleway-Medium";
  text-align: justify;
  line-height: 25px;
  letter-spacing: 2px; }
.ctn-quemsomos .topo {
  margin-bottom: 20px;
  color: #c37f41;
  font-size: 40px;
  font-family: "Raleway-ExtraBold"; }
.ctn-quemsomos .conteudo p {
  width: 100%; }
.ctn-quemsomos .imagem {
  display: flex;
  justify-content: center;
  align-items: center; }
  .ctn-quemsomos .imagem img {
    display: inline-block; }
    .ctn-quemsomos .imagem img:first-child {
      height: 500px;
      margin-right: 20px; }

.ctn-sobre {
  width: 100%;
  color: #2e2e2e !important;
  position: relative;
  z-index: 3; }
  .ctn-sobre .row {
    width: 1180px;
    margin: 0 auto; }
    .ctn-sobre .row strong {
      font-size: 35px;
      font-family: "Raleway-ExtraBold"; }
    .ctn-sobre .row p {
      margin: 20px 0;
      font-size: 20px;
      font-family: "Raleway-Medium";
      line-height: 30px; }
    .ctn-sobre .row button {
      width: max-content;
      padding: 15px 40px;
      color: #fff;
      font-size: 20px;
      font-family: "Raleway-Bold";
      letter-spacing: 2.5px;
      background: #c37f41;
      border-radius: 6px; }
  .ctn-sobre .backgrounder {
    width: 100%;
    height: 350px;
    background: url("/arquivos/conteudo/publico/img/pagina/inicio/Sobrenos.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }

.ctn-contato[tipo="inicio"] {
  width: 100%;
  height: 300px;
  background: url("/arquivos/conteudo/publico/img/pagina/inicio/Contatoimagem.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 3; }
  .ctn-contato[tipo="inicio"] ul {
    width: 100%;
    height: 100%;
    color: #2e2e2e;
    letter-spacing: 1.5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .ctn-contato[tipo="inicio"] ul strong {
      font-size: 36px;
      font-family: "Raleway-ExtraBold"; }
    .ctn-contato[tipo="inicio"] ul p {
      margin: 20px 0;
      font-size: 18px;
      font-family: "Raleway-Medium"; }
    .ctn-contato[tipo="inicio"] ul button {
      width: max-content;
      padding: 20px 40px;
      color: #fff;
      font-size: 20px;
      font-family: "Raleway-Bold";
      letter-spacing: 2.5px;
      background: #c37f41;
      border-radius: 6px; }
.ctn-contato[tipo="normal"] {
  margin: 50px 0;
  font-family: "Raleway-Medium"; }
  .ctn-contato[tipo="normal"] .infor {
    text-align: right; }
  .ctn-contato[tipo="normal"] .topo {
    color: #2e2e2e; }
    .ctn-contato[tipo="normal"] .topo strong {
      margin-bottom: 10px;
      font-size: 30px;
      font-family: "Raleway-ExtraBold";
      display: block; }
    .ctn-contato[tipo="normal"] .topo span {
      font-size: 20px; }
  .ctn-contato[tipo="normal"] .conteudo img {
    width: 500px;
    border-radius: 10px; }
  .ctn-contato[tipo="normal"] form .inputer {
    color: #8a8a8a !important; }
    .ctn-contato[tipo="normal"] form .inputer em {
      margin-bottom: 5px;
      font-size: 20px;
      font-style: normal;
      display: block; }
    .ctn-contato[tipo="normal"] form .inputer input {
      width: 100%;
      height: 50px;
      padding: 10px 15px;
      background: transparent;
      border: 2px solid #8a8a8a;
      border-radius: 3px; }
    .ctn-contato[tipo="normal"] form .inputer textarea {
      width: 100%;
      height: 250px;
      padding: 15px;
      background: transparent;
      border: 2px solid #8a8a8a;
      border-radius: 3px;
      resize: none; }
  .ctn-contato[tipo="normal"] form button {
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-family: "Raleway-ExtraBold";
    letter-spacing: 2.5px;
    background: #c47f41;
    border-radius: 6px; }

.ctn-imagem {
  width: 100%;
  height: 250px; }
  .ctn-imagem[tipo="quem-somos"] {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: scroll !important; }
    .ctn-imagem[tipo="quem-somos"].producao {
      background: url("/arquivos/conteudo/publico/img/pagina/quem-somos/PRODUCAO.png"); }
    .ctn-imagem[tipo="quem-somos"].fabrica {
      height: 300px;
      background: url("/arquivos/conteudo/publico/img/pagina/quem-somos/SobreFabrica.png"); }

@viewport {
  zoom: 1;
  width: extend-to-zoom; }
@media (max-width: 400px) {
  .hideMobile {
    display: none; }

  body menu.superior .row {
    width: 100%;
    margin: 0 auto; }
  body menu.superior .topo {
    display: none; }
  body menu.superior .botoes .row {
    width: 100%; }
    body menu.superior .botoes .row .col-md-4 {
      width: 100%;
      margin-bottom: 20px; }
      body menu.superior .botoes .row .col-md-4 button {
        margin: 0 auto;
        text-align: center; }
    body menu.superior .botoes .row .col-md-8 {
      width: 100%;
      padding: 20px;
      display: flex;
      flex-direction: column; }
      body menu.superior .botoes .row .col-md-8 li {
        width: 90%;
        margin: 10px auto; }
        body menu.superior .botoes .row .col-md-8 li button {
          width: 100%;
          display: flex; }
  body .ctn-global .banner {
    width: 100%;
    padding: 30px; }
    body .ctn-global .banner.pagina ul {
      width: 100% !important; }
    body .ctn-global .banner.pagina[tipo="inicio"] ul strong {
      font-size: 50px; }
    body .ctn-global .banner.pagina[tipo="inicio"] ul span {
      font-size: 20px; }
  body .ctn-global .lgr-padrao {
    width: 100%;
    padding: 0 20px; }
  body .ctn-global .ctn-quemsomos p {
    width: 100%; }
  body .ctn-global .ctn-quemsomos .imagem {
    margin-top: 30px; }
  body .ctn-global .ctn-listagem {
    width: 100%; }
    body .ctn-global .ctn-listagem[tipo="produtos"] {
      width: 100%; }
      body .ctn-global .ctn-listagem[tipo="produtos"] .row {
        width: initial;
        padding: 0 20px; }
      body .ctn-global .ctn-listagem[tipo="produtos"] .card img {
        width: 100%; }
  body .ctn-global .ctn-contato[tipo="inicio"] ul button {
    width: 90%;
    margin: 0 auto; }
  body .ctn-global .ctn-contato[tipo="normal"] .infor {
    margin-top: 50px;
    text-align: center; }
    body .ctn-global .ctn-contato[tipo="normal"] .infor .conteudo {
      margin-top: -20px; }
      body .ctn-global .ctn-contato[tipo="normal"] .infor .conteudo img {
        width: 100%; }
  body .ctn-global .ctn-sobre .row {
    width: 100%; }
    body .ctn-global .ctn-sobre .row .col-md-12 {
      text-align: center; }
  body .ctn-global .backgrounder {
    display: none; }
  body footer .row {
    width: 100% !important; }
  body footer .hunter {
    padding: 30px; }
    body footer .hunter .row .col-md-4 {
      margin: 20px 0; }
      body footer .hunter .row .col-md-4 .card-geral[tipo="footer_features"] .conteudo {
        width: 100%;
        word-break: break-all; }
  body footer .body {
    width: 100% !important;
    padding: 20px; }
    body footer .body .col-md-8 p {
      width: 100%; }
    body footer .body .col-md-4 .acesso-rapido .topo {
      margin-top: 20px; }
  body footer .direitos .row .col-md-8 {
    width: 100%;
    margin: 0 auto; }
    body footer .direitos .row .col-md-8 .copy {
      text-align: center; } }
@media (max-width: 576px) {
  .hideMobile {
    display: none; }

  body menu.superior .row {
    width: 100%;
    margin: 0 auto; }
  body menu.superior .topo {
    display: none; }
  body menu.superior .botoes .row {
    width: 100%; }
    body menu.superior .botoes .row .col-md-4 {
      width: 100%;
      margin-bottom: 20px; }
      body menu.superior .botoes .row .col-md-4 button {
        margin: 0 auto;
        text-align: center; }
    body menu.superior .botoes .row .col-md-8 {
      width: 100%;
      padding: 20px;
      display: flex;
      flex-direction: column; }
      body menu.superior .botoes .row .col-md-8 li {
        width: 90%;
        margin: 10px auto; }
        body menu.superior .botoes .row .col-md-8 li button {
          width: 100%;
          display: flex; }
  body .ctn-global .banner {
    width: 100%;
    padding: 30px; }
    body .ctn-global .banner.pagina ul {
      width: 100% !important; }
    body .ctn-global .banner.pagina[tipo="inicio"] ul strong {
      font-size: 50px; }
    body .ctn-global .banner.pagina[tipo="inicio"] ul span {
      font-size: 20px; }
  body .ctn-global .lgr-padrao {
    width: 100%;
    padding: 0 20px; }
  body .ctn-global .ctn-quemsomos p {
    width: 100%; }
  body .ctn-global .ctn-quemsomos .imagem {
    margin-top: 30px; }
  body .ctn-global .ctn-listagem {
    width: 100%; }
    body .ctn-global .ctn-listagem[tipo="produtos"] {
      width: 100%; }
      body .ctn-global .ctn-listagem[tipo="produtos"] .row {
        width: initial;
        padding: 0 20px; }
      body .ctn-global .ctn-listagem[tipo="produtos"] .card img {
        width: 100%; }
  body .ctn-global .ctn-contato[tipo="inicio"] ul button {
    width: 90%;
    margin: 0 auto; }
  body .ctn-global .ctn-contato[tipo="normal"] .infor {
    margin-top: 50px;
    text-align: center; }
    body .ctn-global .ctn-contato[tipo="normal"] .infor .conteudo {
      margin-top: -20px; }
      body .ctn-global .ctn-contato[tipo="normal"] .infor .conteudo img {
        width: 100%; }
  body .ctn-global .ctn-sobre .row {
    width: 100%; }
    body .ctn-global .ctn-sobre .row .col-md-12 {
      text-align: center; }
  body .ctn-global .backgrounder {
    display: none; }
  body footer .row {
    width: 100% !important; }
  body footer .hunter {
    padding: 30px; }
    body footer .hunter .row .col-md-4 {
      margin: 20px 0; }
      body footer .hunter .row .col-md-4 .card-geral[tipo="footer_features"] .conteudo {
        width: 100%;
        word-break: break-all; }
  body footer .body {
    width: 100% !important;
    padding: 20px; }
    body footer .body .col-md-8 p {
      width: 100%; }
    body footer .body .col-md-4 .acesso-rapido .topo {
      margin-top: 20px; }
  body footer .direitos .row .col-md-8 {
    width: 100%;
    margin: 0 auto; }
    body footer .direitos .row .col-md-8 .copy {
      text-align: center; } }
@media (width: 768px) {
  .hideMobile {
    display: none; }

  body menu.superior .row {
    width: 100%;
    margin: 0 auto; }
  body menu.superior .topo {
    display: none; }
  body menu.superior .botoes .row {
    width: 100%; }
    body menu.superior .botoes .row .col-md-4 {
      width: 100%;
      margin-bottom: 20px; }
      body menu.superior .botoes .row .col-md-4 button {
        margin: 0 auto;
        text-align: center; }
    body menu.superior .botoes .row .col-md-8 {
      width: 100%;
      padding: 20px;
      display: flex;
      flex-direction: column; }
      body menu.superior .botoes .row .col-md-8 li {
        width: 90%;
        margin: 10px auto; }
        body menu.superior .botoes .row .col-md-8 li button {
          width: 100%;
          display: flex; }
  body .ctn-global .banner {
    width: 100%;
    padding: 30px; }
    body .ctn-global .banner.pagina ul {
      width: 100% !important; }
    body .ctn-global .banner.pagina[tipo="inicio"] ul strong {
      font-size: 50px; }
    body .ctn-global .banner.pagina[tipo="inicio"] ul span {
      font-size: 20px; }
  body .ctn-global .lgr-padrao {
    width: 100%;
    padding: 0 20px; }
  body .ctn-global .ctn-quemsomos p {
    width: 100%; }
  body .ctn-global .ctn-quemsomos .imagem {
    margin-top: 30px; }
  body .ctn-global .ctn-listagem {
    width: 100%; }
    body .ctn-global .ctn-listagem[tipo="produtos"] {
      width: 100%; }
      body .ctn-global .ctn-listagem[tipo="produtos"] .row {
        width: initial;
        padding: 0 20px; }
      body .ctn-global .ctn-listagem[tipo="produtos"] .card img {
        width: 100%; }
  body .ctn-global .ctn-contato[tipo="inicio"] ul button {
    width: 90%;
    margin: 0 auto; }
  body .ctn-global .ctn-contato[tipo="normal"] .infor {
    margin-top: 50px;
    text-align: center; }
    body .ctn-global .ctn-contato[tipo="normal"] .infor .conteudo {
      margin-top: -20px; }
      body .ctn-global .ctn-contato[tipo="normal"] .infor .conteudo img {
        width: 100%; }
  body .ctn-global .ctn-sobre .row {
    width: 100%; }
    body .ctn-global .ctn-sobre .row .col-md-12 {
      text-align: center; }
  body .ctn-global .backgrounder {
    display: none; }
  body footer .row {
    width: 100% !important; }
  body footer .hunter {
    padding: 30px; }
    body footer .hunter .row .col-md-4 {
      margin: 20px 0; }
      body footer .hunter .row .col-md-4 .card-geral[tipo="footer_features"] .conteudo {
        width: 100%;
        word-break: break-all; }
  body footer .body {
    width: 100% !important;
    padding: 20px; }
    body footer .body .col-md-8 p {
      width: 100%; }
    body footer .body .col-md-4 .acesso-rapido .topo {
      margin-top: 20px; }
  body footer .direitos .row .col-md-8 {
    width: 100%;
    margin: 0 auto; }
    body footer .direitos .row .col-md-8 .copy {
      text-align: center; } }

/*# sourceMappingURL=estilo.css.map */
