body,
html {
  scroll-behavior: smooth;
  font: 400 15px/1.8 "opensans", sans-serif;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2)
    format("woff2");
}

* {
  margin: 0;
  padding: 0;
}

a {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none !important;
}

.text-primary {
  color: rgb(218, 105, 0) !important;
}

.btn-primary {
  background-color: rgba(218, 105, 0, 0.76) !important;
  border: 2px solid transparent !important;
}

.btn-primary:hover {
  background-color: rgb(218, 105, 0) !important;
  border: 2px solid transparent !important;
}

.btn-secondary {
  background-color: transparent !important;
  border: 2px solid rgba(218, 105, 0, 0.76) !important;
  color: rgba(218, 105, 0, 0.76) !important;
}

.btn-secondary:hover {
  background-color: transparent !important;
  border: 2px solid rgb(218, 105, 0) !important;
  color: rgb(218, 105, 0) !important;
}

.btn-block {
  border-radius: 5px;
}

.btn-block:focus,
.btn-block:active {
  box-shadow: none;
  border: none;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-light .navbar-nav .nav-link:hover {
  transition: 0.5s;
  color: rgb(218, 105, 0);
}

.navbar-light .navbar-nav .nav-link:active {
  transition: 0.5s;
  color: rgb(218, 105, 0);
}

.navbar-light .navbar-nav .nav-link:focus {
  transition: 0.5s;
  color: rgb(218, 105, 0);
}

@media all and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-left: auto;
  }
}

.dropdown-menu {
  background-color: #000000b8 !important;
  width: 190px;
}

.dropdown-item {
  color: #bf9a78 !important;
}

.dropdown-item:hover {
  transition: 0.5s;
  color: rgb(218, 105, 0) !important;
  background-color: transparent;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(218, 105, 0) !important;
}

.dropdown-divider {
  border-top: 1px solid #bf9a7847;
  margin: 10px;
}

.logo-branco {
  filter: invert(1) brightness(2);
}

.navbar {
  background-image: linear-gradient(
    to bottom,
    rgb(0, 0, 0 / 45%),
    rgb(0 0 0 / 10%),
    rgb(0 0 0 / 0%)
  ) !important;
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 100%;
}

@media (max-width: 991px) {
  .toggle-nav-content {
    background-color: #000000f6 !important;
    padding: 20px;
    border-radius: 12px;
    margin-top: -36px;
  }

  .toggle-items {
    width: 100%;
    text-align: center;
  }

  .dropdown-menu {
    background-color: #00000000 !important;
    top: 38px;
    width: 80px;
    justify-self: center;
  }

  .dropdown-item {
    color: #bf9a78 !important;
    text-align: center;
  }

  .dropdown-divider {
    border-top: 1px solid #bf9a7847;
  }

  .dropdown-item:hover {
    transition: 0.5s;
    color: rgb(218, 105, 0) !important;
    background-color: transparent;
  }
}

.banner-gradient {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0) 70%
  );
}

@media (min-width: 642px) {
  .title-banner {
    height: 75%;
  }
}

@media (max-width: 641px) {
  .title-banner {
    height: 60%;

    h1 {
      font-size: 1.8rem !important;
    }
  }
}

h4 {
  font-weight: 700 !important;
  margin-bottom: 0rem !important;
}

.gradiente {
  max-width: 460px;
  background-color: rgb(255 255 255 / 83%);
  border: 1px;
  border-color: rgb(0, 0, 0);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.82);
  min-height: 146px;
  border-radius: 10px !important;
}

.adress-content {
  text-align: -webkit-center;
}

#demos .row {
  margin: unset !important;
  max-width: unset !important;
}

.servicos-section .row {
  max-width: unset !important;
}

.services .owl-nav {
  display: none;
}

#demos .owl-carousel .item {
  height: 7rem !important;
  margin-top: 10px !important;
}

.navbarSupportedContent .row-fluid .col-12 {
  padding-left: unset !important;
  padding-right: unset !important;
}
.row-fluid .col-12 {
  padding: 2px;
}

/*SOCİAL İCONS*/
/* footer social icons */

ul.social-network {
  list-style: none;
  margin-left: 2px;
}

@media (max-width: 767px) {
  ul.social-network {
    margin: 0 auto;
  }
}

ul.social-network li {
  display: inline;
}

.social-network a.icoInstagram:hover {
  background-color: rgb(218, 105, 0) !important;
}

.social-network a.icoYoutube:hover {
  background-color: rgb(218, 105, 0) !important;
}

.social-network a.icoTiktok:hover {
  background-color: rgb(218, 105, 0) !important;
}

.social-network a.icoYoutube:hover i,
.social-network a.icoInstagram:hover i,
.social-network a.icoTiktok:hover i {
  color: rgb(0, 0, 0);
}

.social-network a.socialIcon:hover {
  color: rgb(218, 105, 0) !important;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  line-height: 30px;
}

.social-circle li a:hover i {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: rgb(218, 105, 0);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* SOCIAL FOOTER */
.social-circle3 li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 15px;
}

.social-circle3 li i {
  line-height: 70px;
}

.social-circle3 li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle3 i {
  color: rgb(218, 105, 0);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  font-size: 45px;
}

.social-network a {
  background-color: rgba(0, 0, 0, 0.039);
}

#topoflag a {
  content: "\0040";
  z-index: 100000;
  color: rgba(218, 105, 0, 0.74);
  font-weight: 900;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  background: rgba(14, 14, 14, 0.75);
  text-decoration: none;
  font-size: 1.5em;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}

#topoflag a:hover {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  color: rgb(17, 17, 17);
  background: rgb(218, 105, 0);
}

/* WHATSAPP */
.pulse {
  margin-left: 23px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../image/wpp.png);
  opacity: 85%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  position: fixed;
  border: 4px solid rgba(76, 175, 79, 0);
  z-index: 10000000000;
  bottom: 3%;
}

.pulse:hover {
  opacity: 100%;
  transition: opacity 0.5s ease;
}

.pulse:after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 3px solid rgb(76, 175, 80);
  position: absolute;
  top: -5px;
  left: -5px;
  animation: pulse 2s ease 0s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@media (max-width: 991px) {
  .custom-gallery-box {
    height: 210px;
    overflow: auto;
    background-color: rgb(26 26 26);
    outline: 5px solid rgb(30 30 30);
    border-radius: 5px;
  }
}

@media (min-width: 992px) {
  .custom-gallery-box {
    height: 330px;
    overflow: auto;
    background-color: rgb(26 26 26);
    outline: 5px solid rgb(30 30 30);
    border-radius: 5px;
  }
}

.same-height-row {
  min-height: 340px; /* ajuste o valor conforme necessário */
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

/* Estiliza a barra de rolagem apenas para navegadores Webkit (Chrome, Edge, Safari) */
.custom-gallery-box::-webkit-scrollbar {
  width: 6px; /* mais fina */
  background: transparent;
}
.custom-gallery-box::-webkit-scrollbar-thumb {
  background: #444; /* cor discreta */
  border-radius: 10px;
}
.custom-gallery-box::-webkit-scrollbar-button {
  display: none; /* remove as setas */
}
/* Firefox */
.custom-gallery-box {
  scrollbar-width: thin;
  scrollbar-color: #444 transparent;
}
