.grecaptcha-badge {
  opacity: 0 !important;
  /*Joga para o lado esquerdo*/
  position: absolute;
  left: -250px;
  transform: rotate(-180deg);
}

.barrafixa {
  position: fixed;
  background-color: rgba(51, 107, 68, .9);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: .4;
}

.bg-gradient {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: linear-gradient(90deg,
      rgb(51, 51, 51) 0%,
      rgb(11, 88, 11) 50%,
      rgb(51, 51, 51) 100%);
}

@media only screen and (max-width: 767px) {
  .modal-dialog-adjust {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 768px) {
  .modal-dialog-adjust {
    max-width: 800px;
  }
}

.barrafixa span {
  font-weight: bold;
  font-size: 9pt;
}

.barrafixa a {
  font-weight: bold;
  font-size: 8pt;
}

.barrafixa .btn-contato {
  color: #000;
  font-weight: bold;
  background-color: #fdd11f;
  padding: 0.5rem 1.5rem !important;
}

.cid-rae7RRiuEp .navbar .navbar-logo img {
  max-width: 185px;
  height: auto !important;
  max-height: 100%;
}


@media (max-width: 768px) {
  .barrafixa-responsiva {
    display: flex !important;
    z-index: 9999999;
  }

  .barrafixa {
    display: none !important;
  }

  .navbar-caption-wrap {
    display: none !important;
  }
}

.barrafixa-responsiva {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 10px;
  background-color: #336b44;
  color: white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: none;
  justify-content: center;
  align-items: center;
}

.phishing {
  background-color: rgba(0, 0, 0, .8);
  z-index: 999999999;
}

.phishing .modal-content {
  border-radius: 0;
}

.phishing h4 {
  font-size: 14pt;
  text-align: center;
  font-weight: 500;
}

.phishing h5 {
  font-size: 14pt;
  text-align: center;
}

.phishing p {
  color: #336b44 !important;
  font-size: 11pt;
}

.phishing .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
}

.phishing .modal-body {
  position: relative;
}

.modal_descricoes {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}


.modal_descricoes .content {
  background-color: white;
  max-width: 80%;
  width: 700px;
  overflow: auto !important;
}

.funcionalidades .row-item {
  cursor: pointer;
}

.direitos {
  margin-bottom: 40px;
}

.copyright {
  justify-content: center;
  align-items: center;
}

@@media (max-width:992px) {
  .navbar-collapse {
    width: 100%;
    background-color: black;
    margin-left: -16px;
    margin-right: -16px;
  }
}





.text-warning {
  color: #fdd11f !important;
}


a.barra i:hover {
  color: #fff !important;
}

a.barra span:hover {
  color: #fff !important;
}

a.btn-con:hover {
  color: #477a56 !important;
  background-color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #6aa06a !important;
}

a.h-footer:hover {
  color: #fdd11f !important;
}

.img-card-size {
  height: 300px;
}

.div-card-size {
  width: 100%;
  margin: 0 auto !important;
  overflow: hidden;
  position: relative;
  height: 400px;
}

a.h-color h4:hover {
  color: #336b44 !important;
}

.mbr-section-full2 {
  display: table !important;
  height: 100vh !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  table-layout: fixed !important;
  width: 100% !important;
}

.mbr-table-cell-v {
  display: table-cell !important;
  float: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  vertical-align: middle !important;
  width: 100% !important;
}

.heading-title-v {
  text-align: center !important;
  font-size: 40px !important;
  color: #fdad01 !important;
  font-weight: 500 !important;
}

.btn-group {
  background-color: #025d7a !important;
  border-color: #025d7a !important;
  color: #ffffff !important;
  font-size: 1rem !important;
}

.btn-group:hover {
  color: #ffffff !important;
  background-color: #01242f !important;
  border-color: #01242f !important;
}

@media (min-width: 768px) {
  .col-md-offset-2 {
    margin-left: 16.66667% !important;
  }
}


@media (min-width: 576px) {
  .mobile-modal {
    display: none !important;

  }

}

@media (max-width: 576px) {
  .desktop-modal {
    display: none !important;

  }

}

.cid-rae7RRiuEp .navbar.navbar-short .navbar-logo img {
  max-width: 150px !important;
  height: auto !important;
  max-height: 100% !important;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 107, 68, 0.49) !important;
}

.btn-whats {
  background-color: #25D366;
  color: white;
  width: 70px;
  height: 70px;
  text-decoration: none;
  border-radius: 800px;
  padding: 20px;
  top: 80%;
  left: 90%;
  position: fixed;
  transition: all .6s;
  animation: 2s btn-whats;
  animation-fill-mode: both;
  animation-iterative-count: 1;
  z-index: 1;
}

.btn-whats:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.pulse {
  animation: pulse 2s infinite;
}



.btn-whats>i {
  position: relative;
  font-size: 2.4rem;
  margin: -5px -1px;
}

@media only screen and (min-width: 900px) {
  .btn-whats {
    left: 92%;
  }


}

@media only screen and (max-width: 768px) {
  .btn-whats {
    left: 3%;
    top: 91%;
  }

  h1 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 540px) {
  .btn-whats {
    left: 3%;
    top: 85%;
  }

}

@media only screen and (max-width: 350px) {
  .btn-whats {
    left: 3%;
    top: 85%;
  }
}

/* Animações */
@keyframes btn-whats {
  10% {
    transform: translate(0, 200px);
  }

  50% {
    transform: translate(0, -40px);
  }

  70% {
    transform: scale(1.1);
  }
}

@keyframes pulse {
  50% {
    transform: scale(1.1);
  }
}