body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'HP Simplified Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'HP Simplified Light', sans-serif;
}
.main-header .logo {
  font-family: "HP Simplified Light", Helvetica, Arial, sans-serif;
}
* {
  font-weight: 400;
  outline: none;
}
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #d2d6de;
}
.limpar {
  clear: both;
}
A:link,
A:visited,
A:active,
A:hover {
  text-decoration: none;
}
::selection,
::-moz-selection {
  color: #FFFFFF;
  background-color: #3c8dbc;
}
.content-wrapper,
.right-side {
  background-color: #F9F9F9;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 3px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
  transition: 0.4s;
}
.accordion .active,
.accordion:hover {
  background-color: #ccc;
}
.body {
  padding: 5px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.content-wrapper,
.right-side {
  background-color: #f9f9f9 !important;
}
.panel-restrito {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(200, 200, 200, 0.4);
  border: 0px !important;
}
.panel-restrito > .panel-heading {
  font-size: 20px;
  background-color: #F3F3F4;
  color: #459CBD !important;
}
.panel-restrito > .panel-body {
  color: #848688 !important;
}
.panel-restrito > .panel-footer {
  background-color: #FFF !important;
}
.panel-restrito .table-responsive {
  padding: 0px 0px 120px 0px !important;
}
.content-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-header h1 {
  font-size: 30px;
  color: #00AFEF;
}
.content-header .breadcrumb * {
  color: #00AFEF !important;
}
table thead tr {
  background-color: #F3F3F4;
}
table thead tr th {
  font-size: 16px;
  color: #459CBD !important;
}
.section-quem-somos {
  margin: 80px 0px;
}
.section-quem-somos .titulo {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-quem-somos {
    margin: 30px 0px;
  }
}
.section-revenda {
  position: relative;
  background: url("/imgs/trator.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-revenda .container-fluid {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-revenda .marca-dagua {
  bottom: 0px;
  right: 15%;
  position: absolute;
  height: 75%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-revenda .titulo {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-left: 5px solid #FFFFFF;
}
@media (max-width: 769px) {
  .section-revenda .titulo {
    font-size: 30px;
  }
}
.section-revenda-compartilhar {
  position: relative;
  background: url("/imgs/graos.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.section-revenda-compartilhar .container-fluid {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-revenda-compartilhar .marca-dagua {
  bottom: 0px;
  left: 15%;
  position: absolute;
  height: 75%;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-revenda-compartilhar .titulo {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-right: 5px solid #FFFFFF;
}
@media (max-width: 769px) {
  .section-revenda-compartilhar .titulo {
    font-size: 30px;
  }
}
.bloco-descricao-banner {
  position: absolute;
  top: calc(50% - 150px);
  width: 100%;
}
@media (min-width: 769px) and (max-width: 992px) {
  .bloco-descricao-banner {
    top: calc(50% - 70px);
  }
}
@media (max-width: 769px) {
  .bloco-descricao-banner {
    top: calc(50% - 70px);
  }
}
.bloco-descricao-banner .descicao-banner {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
}
@media (min-width: 993px) and (max-width: 1190px) {
  .bloco-descricao-banner .descicao-banner {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .bloco-descricao-banner .descicao-banner {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 769px) {
  .bloco-descricao-banner .descicao-banner {
    font-size: 21px;
    line-height: 25px;
  }
}
.bloco-descricao-banner .btn-padrao {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 769px) {
  .bloco-descricao-banner .btn-padrao {
    padding: 5px 10px;
  }
}
.section-diferencial {
  position: relative;
  margin: 80px 0px;
}
.section-diferencial .descricao {
  text-align: justify;
  padding-left: 15px;
  margin-bottom: 30px;
  border-left: 5px solid #FFBF00;
}
.section-diferencial .descricao .titulo {
  font-size: 35px;
  font-weight: 600;
}
.section-beneficios {
  margin: 30px 0px 80px 0px;
}
.section-beneficios .titulo {
  margin-bottom: 30px;
  background: #FFBF00;
}
.section-beneficios .titulo span {
  background-color: #FFFFFF;
  color: #262626;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: bold;
}
.section-beneficios .beneficios {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.4);
  transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
}
.section-beneficios .beneficios:hover {
  transform: scale(1.01);
}
.section-beneficios .beneficios .foto {
  padding-top: 75%;
  background-size: cover !important;
}
.section-beneficios .beneficios .titulo {
  background: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #262626;
}
.section-beneficios .beneficios .descricao {
  text-align: center;
  padding: 10px 15px;
  color: #262626;
}
.section-beneficios .beneficios .btn-padrao {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-rodape {
  background-color: #262626;
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .section-rodape * {
    text-align: center !important;
  }
}
.section-rodape * {
  color: #FFFFFF;
}
.section-rodape .logo-copy {
  background-color: #262626;
  font-size: 13px;
}
@media (max-width: 767px) {
  .section-rodape .logo-copy {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-rodape #news {
    margin-top: 20px;
  }
}
.section-rodape .copy-menu a {
  color: #FFFFFF;
}
.section-rodape .copy-menu ul {
  list-style-type: none;
}
@media (max-width: 767px) {
  .section-rodape .copy-menu ul {
    padding-left: 0px;
  }
}
.section-rodape .btn-padrao {
  margin-bottom: 0px !important;
}
.social-copy {
  list-style-type: none;
  padding-left: 0px;
}
.form-news {
  background-color: transparent;
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #f9f9f9;
  border-left: 0px !important;
  border-radius: 0px;
  padding-left: 0px !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.section-titulo {
  margin: 30px 0px 0px 0px;
}
.section-titulo .titulo {
  background: #FFBF00;
}
.section-titulo .titulo span {
  background-color: #FFFFFF;
  color: #262626;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: bold;
}
.section-secundarias {
  min-height: 450px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.post {
  padding-top: 100%;
  background-size: contain !important;
  margin-bottom: 30px;
  cursor: pointer;
}
.bloco-post2 {
  padding: 10px 0px;
  border-left: 2px solid #919191;
}
.post2 {
  font-size: 16px;
  color: #919191;
  padding-left: 5px;
  border-left: 5px solid transparent;
}
.post2 table {
  width: 100%;
}
.post2 table tr td:first-child {
  text-align: center;
  vertical-align: center;
  width: 40px;
}
.post2:hover {
  border-left: 5px solid #FFBF00;
  color: #262626;
}
.bg-top-secundarias {
  background: url("/imgs/bg-secundarias.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  .bg-top-home {
    background: url("/imgs/bg-secundarias.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.pacotes {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  transition: all 0.1s ease-in-out;
  padding: 15px;
  margin-bottom: 30px;
}
.pacotes .titulo {
  text-transform: uppercase;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.pacotes .item {
  text-align: center;
  padding: 5px 15px;
}
.pacotes .valor {
  text-align: center;
  padding: 10px 15px;
}
.pacotes .btn-padrao {
  display: block;
  margin-bottom: 0px;
}
.box-videos-tipos {
  margin-bottom: 20px;
}
.sub-titulo {
  font-size: 20px !important;
}
.box-videos {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(200, 200, 200, 0.8);
  margin-bottom: 25px;
}
.box-videos .videos {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 75%;
  position: relative;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .box-videos .videos {
    margin-bottom: 15px;
    padding-top: 70%;
  }
}
.box-videos .titulo {
  color: #262626;
  font-weight: bold;
  font-size: 16px;
  padding: 7px 15px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .box-videos .titulo {
    padding: 4px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-videos .titulo {
    font-size: 13px;
  }
}
.cor1-bg {
  background-color: #FFBF00;
}
.btn-padrao {
  background-color: transparent;
  color: #FFBF00;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #FFBF00;
  transition: all 0.3s ease-out;
  margin-bottom: 30px;
}
.btn-padrao:hover,
.btn-padrao:focus {
  background-color: #FFBF00;
  color: #FFFFFF !important;
  border: 1px solid #FFBF00;
}
.form-padrao {
  border-radius: 0px;
  line-height: 45px;
  height: 45px;
}
.sub-titulo {
  margin-bottom: 20px;
  border-left: 5px solid #FFBF00;
  font-weight: bold;
  padding-left: 7px;
  font-size: 30px;
}
.redes-sociais {
  padding-top: 25px;
  padding-bottom: 25px;
}
.redes-sociais a {
  color: #2c2c2c;
  margin-right: 20px;
  transition: all 0.5s ease-out;
  cursor: pointer;
  line-height: 16px;
  font-size: 13px;
}
.redes-sociais .facebook {
  color: #4267b2 !important;
}
.redes-sociais .twiter {
  color: #1da1f2 !important;
}
.redes-sociais .whatsapp {
  color: #53bf5b !important;
}
.light-gallery img {
  margin-bottom: 15px;
}
.media .media-body {
  color: #262626;
}
.media .media-body h3 {
  color: #262626;
}
.social-copy a {
  color: #FFFFFF !important;
}
.contato {
  padding-left: 15px;
  list-style-type: none;
  font-size: 16px;
}
.contato a {
  color: #262626;
}
.contato a:hover {
  color: #FFBF00;
}
.form-control2 {
  background-color: #FFFFFF !important;
}
.owl-carousel-banner-topo {
  position: relative;
}
.owl-theme .owl-controls {
  position: absolute;
  bottom: 10px;
  left: calc( 50% - 60px) !important;
}
.owl-theme .owl-controls .owl-page span {
  display: block !important;
  width: 45px !important;
  height: 5px !important;
  margin: 5px 7px !important;
  filter: alpha(opacity=50) !important;
  opacity: 1 !important;
  background: #f8f8f8 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 768px) {
  .owl-theme .owl-controls .owl-page span {
    height: 2px !important;
  }
}
.owl-theme .owl-controls .owl-page.active span {
  display: block !important;
  width: 45px !important;
  height: 5px !important;
  margin: 5px 7px !important;
  filter: alpha(opacity=50) !important;
  opacity: 1 !important;
  background: #FF7700 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 768px) {
  .owl-theme .owl-controls .owl-page.active span {
    height: 2px !important;
  }
}
.dropdown-menu {
  padding: 0px !important;
}
.dropdown-menu * {
  margin-top: 0px !important;
}
.dropdown-menu li {
  margin-top: 0px !important;
}
.dropdown-menu li a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  font-size: 15px;
  margin-top: 0px !important;
}
.dropdown-menu .divider {
  margin: 0px !important;
}
@media (min-width: 767px) {
  .sidebar-menu > li > a {
    padding: 7px 5px 7px 8px !important;
  }
}
/*########################################################################################*/
/*########################################## MAPA CADASTRO ################################*/
/*########################################################################################*/
#map_cadastro {
  height: 300px;
}
/* Optional: Makes the sample page fill the window. */
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: Roboto;
}
#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#target {
  width: 345px;
}
.bg-form-group {
  background-color: #8a000c;
}
.bg-form-group label {
  color: #FFFFFF;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-assumir {
  border: 1px solid #333;
  color: #333 !important;
  border-radius: 12px;
  font-size: 15px;
  padding: 0px 5px;
  float: right;
}
@media (max-width: 767px) {
  .btn-assumir {
    float: none !important;
  }
}
.mobile-newline {
  float: right;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .mobile-newline {
    float: none !important;
    padding-top: 10px;
  }
}
@media (max-width: 500px) {
  .mini-xs {
    display: block !important;
    width: 100% !important;
    padding-bottom: 5px;
  }
}
.smartprats {
  right: 0px;
  max-width: 230px;
  float: right;
}
@media (max-width: 767px) {
  .smartprats {
    float: none !important;
  }
}
.section-pagina-erro {
  width: 100%;
  color: #848688 !important;
  padding-top: 12%;
}
.section-pagina-erro .conteudo-erro {
  font-family: 'HP Simplified Light';
}
@media (min-width: 992px) {
  .section-pagina-erro .conteudo-erro {
    margin-top: 100px;
    margin-left: -60px;
  }
}
.section-pagina-erro .conteudo-erro .titulo-erro {
  font-size: 50px;
  font-weight: 600;
  border-bottom: 1px #84868870 solid;
}
.section-pagina-erro .conteudo-erro .texto-erro {
  font-size: 22px;
}
.section-pagina-erro .conteudo-erro .conteudo-erro-rodape p {
  font-size: 25px;
  font-weight: 500;
}
.section-pagina-erro .conteudo-erro .conteudo-erro-rodape b {
  font-size: 22px;
}
.img-rodape-erro {
  margin-top: 85px;
  float: right;
  max-width: 210px;
}
.botao-acessar-login {
  background-color: #849DAA;
  border-radius: 8px;
  transition: all 0.5s ease;
  width: 100%;
  border: 1px #849DAA solid;
  margin-top: 30px;
}
.input-login {
  border-radius: 8px;
  color: #647883;
  text-align: center;
  padding-left: 42.5px;
}
.input-login::placeholder {
  font-weight: 300 !important;
  font-size: 13px;
  font-family: 'Arial';
}
.textos-login {
  color: #647883;
  margin: 15px 0px 30px 0px;
}
.rodape-login {
  font-size: 9px;
  margin-top: 30px;
  color: #647883;
}
.nao-possui-cadastro {
  color: #6E7983;
  margin-top: 5px;
  font-family: 'Arial', sans-serif;
}
.nao-possui-cadastro a {
  color: #647883;
}
.nao-possui-cadastro u b {
  color: #647883;
}
.titulo-painel-login {
  font-family: 'HP Simplified';
  color: #647883;
  font-weight: bold;
  font-size: 36px;
}
.gerencie-login {
  font-size: 15px;
  font-family: 'Arial', sans-serif;
}
.logomarca-login {
  padding: 0px 50px;
  margin: 30px 0px 0px 0px;
  text-align: center;
}
@media (min-width: 992px) {
  .logomarca-login {
    padding: 0px;
  }
}
.logomarca-login img {
  margin: 0px 15px;
}
@media (min-width: 1366px) and (max-width: 1919px) {
  .logomarca-login img {
    max-width: 170px;
  }
}
@media (min-width: 1920px) {
  .logomarca-login img {
    max-width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .logomarca-login img {
    max-width: 115px;
  }
}
@media (max-width: 991px) {
  .logomarca-login img {
    max-width: 150px;
    margin-top: 15px !important;
  }
}
.usuario-login {
  font-weight: bold;
  color: #647883;
  margin-bottom: 3px;
}
.usuario-senha {
  font-weight: bold;
  color: #647883;
  margin-bottom: 3px;
  margin-top: 20px;
}
.lembrar-me-login {
  font-weight: bold;
  color: #647883;
}
.img-creation img {
  position: absolute;
  bottom: 15px;
  left: 15px;
  max-width: 100px;
}
@media (min-width: 1365px) and (max-width: 1599px) {
  .margin-top-vh {
    margin-top: 10vh;
  }
}
@media (min-width: 1600px) and (max-width: 1918px) {
  .margin-top-vh {
    margin-top: 15vh;
  }
}
@media (min-width: 1919px) {
  .margin-top-vh {
    margin-top: 20vh;
  }
}
.input-login-modal {
  color: #647883;
  text-align: left;
  font-weight: 300 !important;
  font-family: 'Arial';
}
.input-login-modal::placeholder {
  font-weight: 300 !important;
  font-size: 13px;
  font-family: 'Arial';
}
.primeiro-lugar .conteudo-primeiro-lugar img {
  float: left;
  max-width: 110px;
  margin-top: -20px;
  padding-bottom: 20px;
  margin-left: 15px;
}
.primeiro-lugar .conteudo-primeiro-lugar p {
  margin: 45px 15px 0px 100px;
  padding: 15px 15px 15px 140px;
  color: #808285;
  font-size: 25px;
  font-weight: bold;
  border: 2px #808285 solid;
  border-radius: 6px;
}
.btn-visualizar-siac-siad {
  font-weight: 600;
  border: 1px #3c8dbc solid;
  margin-top: 30px;
  padding: 8px 45px;
}
.logo-aux-1 a img {
  max-width: 150px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .logo-aux-1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .logo-aux-1 {
    float: right;
    margin-left: 30px;
  }
  .logo-aux-1 a img {
    float: right;
  }
}
.logo-aux-2 a img {
  max-width: 150px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .logo-aux-2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .logo-aux-2 {
    float: right;
  }
  .logo-aux-2 a img {
    float: right;
  }
}
/*# sourceMappingURL=style.css.map */
.box-centralizado-login{
  max-width: 100%;
}
.auxiliar-flex{
  display: flex; 
  align-items: center; 
  justify-content: center; 
  min-height: 100vh;
}

.vertical-separator {
  border-left: 1px solid #999;
  height: 30px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 31px;
}

.img-enviar-doc {
  background-image: url(/imgs/dist_enviar_documentos_regras.png); 
  background-position: center; 
  background-size: contain;
  background-repeat: no-repeat; 
  height: 300px;
}

.countdown-container {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
}

.countdown-container i {
  margin-right: 5px;
}