.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #777;
  -webkit-transition: .4s;
  transition: .4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 6px;
  padding-left: 6px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider i {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 100%;
  color: #fff;
}

input:checked+.slider {
  background-color: #F9F9F9;
}

input:checked+.slider i {
  color: #252525;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dark {
  background-color: #0F0916;
  color: #f5f5f5;
}

.dark .gray-bg {
  background-color: #1D1029;
}

.dark .bd-slider-six-title {

  color: #f7f7f7;

}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {

  color: #f7f7f7;

}

.dark p {

  color: #f7f7f7;

}

.dark .bd-faqs .accordion-body {

  background-color: #1D1029;
}

.dark .bd-faqs .accordion-button {

  background-color: #1D1029;
  color: #f7f7f7;

}


.dark .bd-about-six-feature ul li {

  color: #f7f7f7;

}

.dark .bd-service-four {
  background-color: rgb(239, 4, 84, .05);
}

.dark .bd-pricing {
  background-color: #0E0319;

}

.dark .bd-pricing.bd-pricing-active {
  background: var(--clr-theme-1);
}

.dark .bd-pricing-price span {
  color: #f7f7f7;
}

.dark .progress-wrap {

  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);

}

.dark .bd-header-contacts {

  border-left: 1px solid rgb(255, 255, 255, .25);

}

.dark .bd-header-area-six {

  border-bottom: 1px solid rgb(255, 255, 255, .25);
}

.dark .bd-copyright-area-six {
  border-top: 1px solid rgb(255, 255, 255, .15);
}

.dark .bd-header-area-four.header-sticky.sticky-menu,
.bd-header-area-breadcrumb.header-sticky.sticky-menu,
.bd-main-menu-border-five.header-sticky.sticky-menu {
  background: #252525;
}

.bd-header-contacts {
  border: none !important;
}


.bd-copyright-six p {
  font-weight: 300;
  font-size: 15px;
}

.logo-branca {
  color: #f7f7f7;
}


p {
  font-weight: 300 !important;
}

.bd-slider-six-title {
  font-size: 56px;

}

.bd-single-slider {
  padding-top: 120px;
  padding-bottom: 0;
}

.bd-slider-height {
  min-height: auto;
}

.__servicos_section {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

@media(max-width:767.98px) {
  .bd-slider-six-title {
    font-size: 30px;
  }
}




@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .bd-header-contacts {
    display: flex;
  }
}

.dark .theme-btn-black {

  background-color: #1D1029;

}

.__logo {
  gap: 5px;
}

.__logo .__landing {
  font-family: "Source Code Pro", monospace;
  letter-spacing: -4px;
  font-weight: 700;
}

.__logo .__web {
  font-family: "Source Code Pro", monospace;
  letter-spacing: -1px;
  font-weight: 300;


}


.bd-header-area-four .bd-header-border {
  padding: 1.4em 0;
}

.__logo-icone img {
  max-height: 27px;
}

.__logo-letras {
  display: flex;
  gap: 3px;
}



/**********************
Buttons Whatsapp
*/
._whats {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 18px;
  right: 18px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 999999 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 3px rgb(126, 126, 126);
}

._whats:hover {
  color: #ffffff;
}

._whats__icon {
  margin-top: 13px;
}

._whats img {
  max-height: 86%;
}

._whats--pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 18px;
  right: 18px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  z-index: 900 !important;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

._whats--pulse:hover {
  color: #ffffff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

._whats--pulse span {
  font-size: 2.8rem;
}

._whats--pulse-border {
  bottom: 18px;
  right: 18px;
  animation-play-state: paused;
  z-index: 999999 !important;
}

._whats--pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  z-index: 999999 !important;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

._whats--right-center {
  top: 50%;
  transform: translateY(-50%);
}

._whats--right-top {
  top: 18px;
}

._whats--left-top {
  top: 18px;
  left: 18px;
}

._whats--left-center {
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
}

._whats--left-bottom {
  left: 18px;
  bottom: 18px;
}

._whats--center-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

._whats--center-bottom {
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
}

/* 
Buttons Whatsapp
***********************/


.progress-wrap {
  right: 30px;
  bottom: 120px;
}


.bd-main-menu ul li a {
  padding: 0;
}

.menu-topo-direita {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: end;
}


.bd-main-menu ul li a {
  color: #252525;
}

.side-menu-icon i {
  color: #1D1029;
}

.dark .side-menu-icon i {
  color: #fff;
}

.dark .bd-main-menu ul li a {
  color: #fff;
}

.side-toggle {
  display: flex;
  align-items: center;
}