.logo-dev {
  height: 15px;
}

.hidden-captcha:not(.d-none) {
  animation: fadeInDown .2s;
}

.hidden-captcha .form-group {
  display: flex;
  align-items: center;
  border-radius: 40px;
  overflow: hidden;
  margin-top: 1rem;
}

.hidden-captcha .captcha {
  user-select: none;
  cursor: default;
  padding: 5px 15px;
  border: 1px solid #dddddd;
  border-radius: 20px 0 0 20px;
  font-size: 1.2rem;
  font-weight: 700;
  background: url("/images/captcha.jpg") no-repeat center !important;
  text-transform: none !important;
  height: 40px;
  margin: 0;
  white-space: nowrap;
  color: #333;
}

.hidden-captcha .captcha:focus,
.hidden-captcha .captcha:focus-visible,
.hidden-captcha .captcha:active,
.hidden-captcha .captcha:hover {
  outline: none;
  box-shadow: none;
  color: #333;
}

.hidden-captcha input.captcha_result {
  padding: 5px;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  border-radius: 0 20px 20px 0;
}

.partner-slider.owl-carousel .owl-item img {
  height: 150px;
  object-fit: cover;
}

.owl-galeria-extra .popup-img {
  width: 100%;
}

.owl-galeria-extra img {
  height: 100px;
  object-fit: cover;
}

a.slide-link-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.politica_cookies {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 99;
}

.politica_cookies .conteudo-lgpd {
  width: 80vw;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.politica_cookies .conteudo-lgpd .btn-cookies {
  font-size: 1.2rem;
  border-radius: 20px;
}

button.btn.btn-success.btn-whatsapp {
  position: fixed;
  bottom: 70px;
  right: 33px;
  font-size: 2rem;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  border: 2px solid #fff;
}


div#modal-boas-vindas {
  background: rgba(0, 0, 0, 0.3);
}

div#modal-boas-vindas .modal-body {
  position: relative;
}

div#modal-boas-vindas .modal-body .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #333;
}

.modal {
  z-index: 99999;
}

@media (min-width: 720px) {
  .hero-section .hero-slider .hero-single {
    min-height: 500px;
  }
}