.ver {
  outline: 1px solid red; }

html {
  height: 100%; }

body {
  height: 100%;
  background-color: #000; }

body {
  margin: 0px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

a, button {
  text-decoration: none;
  color: #000; }
  a:hover, a:focus, button:hover, button:focus {
    transition: 0.6s; }

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

/* Para ocultar elementos em computador e celular */
@media (min-width: 990px) {
  .no-desk {
    display: none !important; } }
@media (max-width: 991px) {
  .no-mobile {
    display: none !important; } }
.pad15 {
  padding: 15px; }

.pad30 {
  padding: 30px; }

.pad50 {
  padding: 50px; }

.nowrap {
  white-space: nowrap; }

.w100 {
  width: 100%; }

.cor1 {
  color: #000; }

.cor2 {
  color: #ff6600; }

.cor3 {
  color: black; }

.cor4 {
  color: #1a1a1a; }

.bg1 {
  background-color: #000; }

.bg2 {
  background-color: #ff6600; }

.bg3 {
  background-color: black; }

.bg4 {
  background-color: #ff8533; }

.bg5 {
  background-color: #ffe0cc !important; }

.bg-white {
  background-color: #ffffff; }

.cor_ok {
  color: green; }

.cor_alert {
  color: red; }

.space {
  width: 100%;
  height: 20px;
  display: block; }

.banner {
  width: 80%;
  margin: 10%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  border-radius: 10px;
  font-size: 13px; }

.bar-scroll-y::-webkit-scrollbar, .bar-scroll-y::-webkit-scrollbar-track, .bar-scroll-y::-webkit-scrollbar-thumb, .bar-scroll-x::-webkit-scrollbar, .bar-scroll-x::-webkit-scrollbar-track, .bar-scroll-x::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar, textarea::-webkit-scrollbar-track, textarea::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 10px;
  height: 10px; }

.bar-scroll-y {
  overflow-y: scroll;
  overflow-x: hidden; }

.bar-scroll-y::-webkit-scrollbar-track {
  background: #CCCCCC; }

.bar-scroll-y::-webkit-scrollbar-thumb {
  background: #000; }

.bar-scroll-x {
  overflow-x: scroll;
  overflow-y: hidden; }

.bar-scroll-x::-webkit-scrollbar-track {
  background: #CCCCCC; }

.bar-scroll-x::-webkit-scrollbar-thumb {
  background: #000; }

textarea::-webkit-scrollbar-track {
  background: #CCCCCC; }

textarea::-webkit-scrollbar-thumb {
  background: #000; }

button, .btn-master, .btn-mini {
  background-color: #000;
  color: #ffffff;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #000; }
  button:hover, .btn-master:hover, .btn-mini:hover, button:focus, .btn-master:focus, .btn-mini:focus {
    background-color: black;
    text-decoration: none;
    color: #ffffff; }

.btn-light {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #000; }
  .btn-light:hover, .btn-light:focus {
    background-color: #666666;
    text-decoration: none;
    color: #000; }

.btn-sec {
  background-color: #ff6600;
  color: #ffffff;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #ff6600; }
  .btn-sec:hover, .btn-sec:focus {
    background-color: #cc5200;
    text-decoration: none;
    color: #ffffff; }

.btn-sec-inverso {
  background-color: #ffffff;
  color: #ff6600;
  border: 1px solid #ff6600; }
  .btn-sec-inverso:hover, .btn-sec-inverso:focus {
    background-color: #ffe0cc;
    text-decoration: none;
    color: #ff6600; }

.btn-sec {
  padding: 5px 15px;
  font-size: 15px; }

button {
  border: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.btn-master {
  padding: 10px 15px;
  font-size: 16px; }

.btn-mini {
  padding: 3px 5px;
  font-size: 13px; }

.btn-big {
  padding: 15px 20px;
  font-size: 20px; }

@media (max-width: 990px) {
  .btn-big {
    padding: 10px 15px;
    font-size: 16px; } }
.nav-home {
  background-color: #000;
  color: #fff;
  height: auto;
  width: 100%;
  padding: 115px 20px 10px 20px; }
  .nav-home div {
    display: block;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    position: relative; }
    .nav-home div h2 {
      color: #fff;
      font-size: 20px;
      padding: 30px 20px 0 20px;
      position: absolute;
      bottom: -10px;
      width: 100%;
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%); }
  .nav-home p {
    color: #fff;
    padding: 5px 20px 0 20px;
    margin-bottom: 40px; }

.nav-categorias {
  background-color: #000;
  color: #fff;
  height: auto;
  width: 100%;
  padding: 115px 20px 10px 20px; }
  .nav-categorias h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    background-color: #e4e4e4;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: sticky;
    top: 100px; }
  .nav-categorias .item-categoria {
    display: flex;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px; }
    .nav-categorias .item-categoria div:nth-child(1) {
      width: 30%; }
      .nav-categorias .item-categoria div:nth-child(1) span {
        display: block;
        width: 100%;
        height: 85%;
        min-height: 70px;
        max-height: 100px;
        background-position: center;
        background-size: cover;
        border-radius: 5px;
        margin-bottom: 5px; }
    .nav-categorias .item-categoria div:nth-child(2) {
      width: 70%;
      padding-left: 10px; }
      .nav-categorias .item-categoria div:nth-child(2) h2 {
        font-size: 20px;
        color: #ffb300; }
      .nav-categorias .item-categoria div:nth-child(2) p {
        font-size: 14px;
        color: #fff;
        line-height: 1.3; }

.nav-list {
  background-color: #000;
  color: #fff;
  height: auto;
  width: 100%;
  padding: 95px 20px 10px 20px; }
  .nav-list h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: sticky;
    top: 80px;
    background: black;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #a14800 17%, #ff6600 49%, #9b3400 81%, black 100%);
    color: #fff; }
  .nav-list .item {
    display: flex;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    color: #fff; }
    .nav-list .item div:nth-child(1) {
      width: 30%;
      color: #fff; }
      .nav-list .item div:nth-child(1) span {
        display: block;
        width: 100%;
        height: 85%;
        min-height: 70px;
        max-height: 100px;
        background-position: center;
        background-size: cover;
        border-radius: 5px;
        margin-bottom: 5px; }
    .nav-list .item div:nth-child(2) {
      width: 70%;
      padding-left: 10px;
      color: #fff; }
      .nav-list .item div:nth-child(2) h2 {
        font-size: 16px;
        color: #ff6600; }
      .nav-list .item div:nth-child(2) p {
        font-size: 14px;
        color: #fff;
        line-height: 1.3; }
      .nav-list .item div:nth-child(2) h4 {
        font-size: 16px; }
        .nav-list .item div:nth-child(2) h4 span, .nav-list .item div:nth-child(2) h4 em {
          font-size: 13px; }

.plus {
  background-color: #333;
  padding: 0 3px;
  text-align: center;
  color: #ff6600;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  width: 18px; }

.box-selos {
  display: flex;
  margin: -8px 0 -8px 0; }

.etiqueta {
  margin: 0;
  font-weight: bold; }
  .etiqueta i {
    color: #ff802c;
    background-color: #000;
    padding: 3px;
    border-radius: 0 0 20px 20px;
    margin-right: 5px; }

.form-busca {
  width: 100%;
  padding: 10px 0 30px 0; }
  .form-busca input {
    width: 80%;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #999; }
  .form-busca button {
    width: Calc(20% - 15px);
    height: 35px;
    border-radius: 30px; }

.item-details {
  background-color: #000;
  height: auto;
  width: 100%;
  padding: 115px 20px 10px 20px;
  color: #fff; }
  .item-details .item {
    display: block;
    text-align: center;
    color: #fff; }
    .item-details .item .div-img {
      width: 100%; }
      .item-details .item .div-img span {
        display: block;
        width: 100%;
        height: 200px;
        background-position: center;
        background-size: cover;
        border-radius: 5px;
        margin-bottom: 5px; }
    .item-details .item .div-txt {
      width: 100%;
      padding: 20px;
      color: #fff; }
      .item-details .item .div-txt h2 {
        font-size: 22px;
        color: #fff; }
      .item-details .item .div-txt .box-selos {
        justify-content: center; }
      .item-details .item .div-txt p {
        font-size: 15px;
        color: #fff;
        line-height: 1.3; }
    .item-details .item h4 {
      color: #fff;
      font-weight: bold;
      font-size: 17px; }
      .item-details .item h4 span {
        font-size: 13px; }
      .item-details .item h4 em {
        font-size: 13px;
        color: #fff;
        margin-right: 5px; }
  .item-details .do_dia {
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #000; }
  .item-details h6 {
    text-align: center;
    margin: 20px 0 30px 0;
    font-weight: bold;
    font-size: 16px; }
    .item-details h6 i {
      color: #ff802c;
      font-size: 20px; }

.form-opiniao {
  background-color: #fff;
  height: auto;
  width: 100%;
  padding: 115px 20px 10px 20px; }
  .form-opiniao h4 {
    text-align: center;
    font-size: 22px; }

.parceiros img {
  max-width: 80%;
  margin: 20px 10px;
  max-height: 120px; }

/* AMD CSS */
.box-login {
  background-color: #ededed;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20%;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .box-login img {
    max-width: 100%;
    max-height: 120px; }
  .box-login h6 {
    color: black;
    margin-bottom: 20px; }
  .box-login .erro {
    font-size: 13px;
    color: #ff6600; }
  .box-login .esqueci {
    font-size: 13px;
    color: #ff6600; }

.nav-adm {
  background-color: #000;
  font-size: 14px;
  color: #ffffff;
  height: 100%;
  width: 100%; }

.nav-adm-logo {
  background-color: #ededed;
  text-align: center;
  width: Calc(100% + 15px);
  margin-top: -10px; }

.nav-adm-logo img {
  max-height: 50px;
  max-width: 100%; }

.nav-adm a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
  border-bottom: 1px solid #1a1a1a; }

.nav-adm a:hover {
  background-color: black; }

#btnNav {
  margin-left: 20px;
  margin-top: -5px; }

.qtd-msg {
  min-width: 20px;
  border-radius: 10px;
  background-color: red;
  color: #ffffff;
  font-size: 13px;
  padding: 1px 3px;
  display: inline-block;
  text-align: center; }

.adm-header {
  background-color: #ededed;
  color: #000;
  text-align: center;
  padding: 20px 10px;
  height: 70px;
  width: 100%;
  z-index: 1000; }

.container-adm {
  background-color: #ffffff;
  padding: 20px 20px;
  font-size: 14px;
  left: -15px; }

.container-adm input, .container-adm select, .container-adm textarea {
  font-size: 14px; }

textarea {
  margin-bottom: 7px; }

.table-adm {
  font-size: 14px; }

.table-adm img {
  max-height: 50px; }

.td-action {
  min-width: 155px; }

.td-action button {
  min-width: 30px; }

.tableFilter input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 1px 5px; }

.table-adm i.fa.fa-check {
  color: green;
  font-size: 22px; }

.table-adm i.fa.fa-exclamation-circle {
  color: red;
  font-size: 22px; }

.modal-adm textarea {
  font-size: 14px; }

@media (max-width: 990px) {
  .container-adm {
    padding: 20px 10px 20px 40px; } }
.tit-adm {
  color: black;
  margin-bottom: 10px; }

.box-info {
  padding: 20px;
  border-radius: 5px;
  background-color: #ededed;
  margin-top: 10px;
  margin-bottom: 20px; }

.rowform {
  display: block;
  padding: 2px 5px;
  background-color: #ededed;
  border-radius: 5px;
  margin-bottom: 5px; }

.rowform span {
  min-width: 80px;
  display: inline-block; }

.msgform {
  display: block;
  padding: 5px 8px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 5px; }

.modal-dialog-big {
  max-width: 90% !important; }

.selo-nutri {
  background-color: #009b53;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  margin: 2px; }
  .selo-nutri em {
    display: none;
    cursor: pointer; }
  .selo-nutri:hover em {
    display: initial;
    position: absolute;
    background: #005C48;
    padding: 5px;
    border-radius: 0 10px 10px 10px;
    margin-top: 10px; }

#limparDias {
  float: right;
  cursor: pointer; }

.modal-footer p {
  position: absolute;
  left: 10px;
  margin-bottom: -20px; }

.naolida {
  background-color: #ffc7c7 !important; }

.box-sucesso {
  background-color: #a2ffd5;
  padding: 20px;
  color: #000;
  border-radius: 10px; }

.item-indisponivel {
  color: #CCC;
  background-color: #fff2f2; }
  .item-indisponivel img {
    opacity: 0.3; }

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em; }

input[type=checkbox] {
  display: none; }

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #005C48;
  border-radius: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 2px;
  padding-bottom: 5px;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s; }

input[type=checkbox] + label:active:before {
  transform: scale(0); }

input[type=checkbox]:checked + label:before {
  background-color: #005C48;
  border-color: #005C48;
  color: #fff; }

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa; }

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb; }

input[type=radio] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em; }

input[type=radio] {
  display: none; }

input[type=radio] + label:before {
  content: "\2714";
  border: 0.1em solid #005C48;
  border-radius: 30px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s; }

input[type=radio] + label:active:before {
  transform: scale(0); }

input[type=radio]:checked + label:before {
  background-color: #005C48;
  border-color: #005C48;
  color: #fff; }

input[type=radio]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa; }

input[type=radio]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb; }

.min-radio {
  display: contents; }
  .min-radio label {
    font-size: 13px;
    margin: 0 0 0 10px !important; }
  .min-radio input[type=radio] + label:before, .min-radio input[type=checkbox] + label:before {
    margin-right: 3px; }

.envio {
  background-color: #000; }

.envio section {
  display: block;
  width: 350px;
  margin-left: Calc(50% - 175px);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-top: 40px; }

.envio section img {
  max-height: 80px; }

.envio-ok {
  color: green; }

.envio-erro {
  color: red; }

header {
  padding: 5px 10px;
  color: #fff;
  height: 80px;
  width: 100%;
  position: fixed;
  display: block;
  background-color: #000;
  z-index: 999;
  top: 0; }
  header article {
    display: flex;
    padding: 10px; }
    header article div:nth-child(1) {
      width: 60%; }
      header article div:nth-child(1) img {
        width: 100%;
        max-height: 80px;
        margin-bottom: -10px; }
    header article div:nth-child(2) {
      width: 50%;
      padding: 10px 0;
      text-align: center; }
      header article div:nth-child(2) a {
        width: 40%;
        text-align: center;
        display: inline-block;
        font-size: 12px; }
        header article div:nth-child(2) a img {
          max-height: 30px;
          margin: 0 10px 5px 10px; }
        header article div:nth-child(2) a span {
          color: #fff; }
      header article div:nth-child(2) p {
        text-align: center;
        font-size: 18px; }

.bannerhome {
  margin-top: 60px;
  margin-bottom: 20px; }

.carousel-inner {
  position: relative;
  width: 100%;
  height: 500px; }

.carousel-item {
  text-align: center; }

.carousel-img-resposive {
  width: 100%;
  overflow: hidden;
  height: 500px; }

.carousel-img-resposive img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%; }

.carousel-text {
  display: block;
  padding: 40px 20px 20px 10px;
  width: 100%;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  z-index: 100;
  position: relative;
  margin-top: -120px;
  height: 120px; }

.carousel-text h5 {
  font-size: 28px;
  font-weight: normal;
  -webkit-text-shadow: 10px 10px 9px -6px rgba(0, 0, 0, 0.56);
  -moz-text-shadow: 10px 10px 9px -6px rgba(0, 0, 0, 0.56);
  text-shadow: 10px 10px 9px -6px rgba(0, 0, 0, 0.56); }

.carousel-text P {
  font-size: 16px;
  font-weight: normal;
  -webkit-text-shadow: 10px 10px 9px -6px rgba(0, 0, 0, 0.56);
  -moz-text-shadow: 10px 10px 9px -6px rgba(0, 0, 0, 0.56);
  text-shadow: 10px 10px 9px -6px rgba(0, 0, 0, 0.56); }

.carousel-thumbnails .carousel-indicators img {
  max-width: 150px;
  height: auto;
  overflow: hidden;
  display: block; }

.carousel-thumbnails .carousel-indicators li {
  height: auto;
  max-width: 80px;
  width: 150px;
  border: none; }
  .carousel-thumbnails .carousel-indicators li.active {
    border-bottom: 4px solid #fff; }

.carousel-control-prev, .carousel-control-next {
  max-width: 80px; }

.carousel-control-prev i, .carousel-control-next i {
  color: #ffffff;
  font-size: 30px; }

.carousel-indicators {
  position: absolute;
  margin-bottom: -100px; }

.carousel-indicators li {
  background-color: rgba(255, 255, 255, 0); }

.carousel-indicators li.active {
  background-color: #f5f3f1; }

@media (max-width: 990px) {
  .bannerhome {
    margin-top: 0; }

  .carousel-text h5 {
    font-size: 20px; } }
.box-artigo {
  border: 1px solid #ededed;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px; }

.infopubli {
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #ededed;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px; }

.box-artigo p i {
  color: #ff6600;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px; }

.box-artigo img {
  width: 100%; }

.blog-img-resposive {
  width: 100%;
  overflow: hidden;
  height: 400px;
  margin-bottom: 10px; }

.blog-img-resposive img {
  width: 100%;
  object-fit: cover;
  margin: auto; }

.box-artigo h1 {
  font-size: 32px;
  text-align: justify; }

.box-artigo h4 {
  font-size: 18px;
  text-align: justify; }

@media (max-width: 990px) {
  .box-artigo {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0; }

  .blog-img-resposive {
    width: Calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
    height: 240px; }

  .blog-img-resposive-lateral {
    width: Calc(100% + 60px);
    margin-left: -30px;
    overflow: hidden;
    height: 240px; } }
.box-artigo-lateral {
  border: 1px solid #ededed;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px; }

.box-artigo-lateral img {
  width: 100%; }

.blog-img-resposive-lateral {
  width: 100%;
  overflow: hidden;
  height: 150px;
  margin-bottom: 10px; }

.blog-img-resposive-lateral img {
  width: 100% !important;
  object-fit: cover;
  margin: auto; }

.box-artigo-lateral h1 {
  font-size: 18px; }

.box-artigo-lateral h4 {
  font-size: 14px; }

.link-categoria {
  display: block;
  background-color: #ededed;
  padding: 5px 8px;
  border-radius: 3px;
  margin-bottom: 5px; }

.link-categoria:hover {
  display: block;
  background-color: #ffe0cc;
  color: #ff6600;
  padding: 5px 8px;
  border-radius: 3px;
  margin-bottom: 5px; }

.blog-img-resposive-resultado {
  width: 100%;
  overflow: hidden;
  height: 100px;
  margin-bottom: 10px; }

.blog-img-resposive-resultado img {
  width: 100% !important;
  object-fit: cover;
  margin: auto; }

.banner-home {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #666666;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
  padding: 20px; }
  .banner-home img {
    height: 20%;
    margin-bottom: 10px; }
  .banner-home h1 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.81); }
  .banner-home article {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
    position: fixed;
    width: Calc(100% - 40px);
    bottom: 20px; }
    .banner-home article .box-descricao {
      overflow-x: scroll;
      margin-bottom: 20px;
      height: auto;
      max-height: 200px; }
    .banner-home article span a {
      display: block;
      color: #fff;
      margin: 30px 0 -10px 0; }

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