.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; */
  background-color: #252E40;
  background-color: #22252d;
  color: #f5f5f5;
}

.dark .gray-bg {
  /* background-color: #1D1029; */
  background-color: #212939;
}

.dark .bd-slider-six-title {

  /* 
  color: #f7f7f7;
   */
  color: var(--clr-body-heading);

}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {

  color: #f7f7f7;

}

.dark .bd-service-title{
  color: #212939;
}

.dark .bd-service p{
  color: #212939;
}

.dark .bd-about-six-text .theme-btn{
  background-color: #E4DDBF; 
  background-color: #fbfbfb; 
  color: #212939;
}

.dark .bd-about-six-feature ul li i{
  color: #E4DDBF;
  color: #fbfbfb;
}

.dark p {

  color: #f7f7f7;

}

.dark .bd-faqs .accordion-body {

  background-color: #212939;
}

.dark .bd-faqs .accordion-button {

  background-color: #1D1029;
  background-color: #212939;

  color: #f7f7f7;

}


.dark .bd-about-six-feature ul li {

  color: #f7f7f7;

}

.dark .bd-service-four {
  background-color: rgb(239, 4, 84, .05);
  background-color: #FBF4E1;
  background-color: #E4DDBF;
  background-color: #fbfbfb;
}

.dark .bd-pricing {
  background-color: #0E0319;
  background-color: #212939;
  background-color: #22252d;
}

.dark .bd-pricing.bd-pricing-active {
  background: var(--clr-theme-1);
  background-color: #fbfbfb;
  color: #212939;
}

.dark .bd-pricing-price span {
  color: #f7f7f7;
}

.dark .bd-pricing.bd-pricing-active ul li {
  color: #212939;
}

.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; */
  font-size: 68px;

}

.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;
  background-color: #212939;
  color: #fbfbfb;

}
 */

.dark .bd-pricing.bd-pricing-active .bd-pricing-subtitle, 
.dark .bd-pricing.bd-pricing-active .bd-pricing-price, 
.dark .bd-pricing.bd-pricing-active .bd-pricing-price span, 
.dark .bd-pricing.bd-pricing-active ul li, 
.dark .bd-pricing.bd-pricing-active ul li i {
  color: var(--clr-common-white);
  color: #212939;
}

.dark .bd-pricing.bd-pricing-active .bd-pricing-price {
  color: #212939;
}

.__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: 80px;
}

.__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;
}







.bd-header-area-six {
  background: #fff;
}

.dark .bd-header-area-six {
  background: #fff;
}



.theme-btn-black {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: var(--clr-common-white);
  background-color: var(--clr-body-heading);
  padding: 0px 38px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;

  background-color: #fbfbfb;
  color: #212939;
  font-size: 18px;
}

.theme-btn-black:hover{
  color: #212939;
}


.dark .__informacoes_section .theme-btn{
  background-color: #fbfbfb;
  color: #212939;
}

.dark .progress-wrap svg.progress-circle path {
  stroke: #fff;
}

.dark .progress-wrap::after{
  color: #fbfbfb;
}

.dark .bd-choose-info-icon i {
  color: #fbfbfb;
}











.botao-cta{
  background-color: #DAB34C;
  color: #252E40;
}
.botao-cta:hover{
  color: #000;
}

























/* >>> button whatsapp 1 */

@keyframes pulseWhatsApp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

._button-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulseWhatsApp 2s infinite;
  z-index: 999999999999999999;
}

._button-whatsapp svg {
  fill: #fff;
  width: 52px;
  height: 52px;
}

/* button whatsapp 1 <<< */



.bd-contact-field{
    margin-bottom: 32px;
}

.bd-contact-field select {
    height: 60px;
    width: 100%;
    border-radius: 10px;
    background: var(--clr-common-white);
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 20px;
    outline: none;
    color: var(--clr-body-text);
    cursor:pointer;
}








/* formulario novo com planos */
.plans-form input[type=text], 
.plans-form input[type=email],
.plans-form select{
    border: 1px solid #ccc;
    color: #252E40;
    font-weight: 500;
}

.plans-form label{
    color:#252E40;
    margin-bottom: 4px;
    font-weight: 600;
}
    
   .plans-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 1rem;
    }

    .plan-option {
      position: relative;
    }

    .plan-option input[type="radio"] {
      display: none;
    }

    .plan-label {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      cursor: pointer;
      padding: 1rem 1.2rem;
      border-radius: 12px;
      background-color: #ffffff;
      border: 1px solid #ccc;
      transition: all 0.3s ease;
      font-weight: bold;
      justify-content: flex-start;
    }

    .plan-circle-indicator {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid #999;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }

    .plan-circle-indicator svg {
      width: 20px;
      height: 20px;
      fill: white;
      display: none;
    }

    /* Quando selecionado */
    .plan-option input[type="radio"]:checked + .plan-label {
      border-color: #4CAF50;
      background-color: #e8f5e9;
      color: #2e7d32;
    }

    .plan-option input[type="radio"]:checked + .plan-label .plan-circle-indicator {
      background-color: #4CAF50;
      border-color: #4CAF50;
    }

    .plan-option input[type="radio"]:checked + .plan-label .plan-circle-indicator svg {
      display: block;
    }
    
   .plans-form [class*="-feedback"] {
      color: var(--bs-danger);
      display: flex;
      align-items: center;
      gap: 4px;
      margin-top: 4px;
      font-weight: normal;
      line-height: 0;
    }
    
    .plans-form [class*="-feedback"] svg {
      fill: var(--bs-danger);
      color: var(--bs-danger);
      width: 18px;
      height: 18px;
    }
    
    .plans-form input::placeholder {
      color: #888;
      opacity: .65;
      font-weight: 400;
    }
    
   /*
    #form-planos{
        display: none;
    }
   */





@media(max-width:600px){
    
    .bd-contact-field{
        margin-bottom: 16px;
    }

    .bd-contact-field input[type=text],
    .bd-contact-field input[type=email],
    .bd-contact-field select {
        height: 48px;
    }
    
    .plans-form label{
        margin-bottom: 0;
    }
    
}


@media (max-width: 767px) {
    .bd-section-title {
        font-size: 32px;
    }
.bd-contact-field .theme-btn{
    width: 100%;
}
    
}


#form-planos{
    padding: 3em 0;
}


.progress-wrap{
    left: 30px;
    bottom: 20px;
}












.theme-btn{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: fit-content;
}


.theme-btn svg{
    width: 24px;
    height: 24px;
}





.cmc-contato-mensagem-resultado{
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: green;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    
}

.cmc-contato-mensagem-resultado svg{
    width: 20px;
    height: 20px;
}







.bd-contact-field input,
.bd-contact-field textarea,
.bd-contact-field select {
  transition: border 0.3s ease;
}














