.bd-slider-six-title {
  font-size: 66px;
  padding-right: 2em;
}


.bd-slider-height {
  min-height: 760px;
}

.bd-single-slider {
  padding-top: 120px;
  padding-bottom: 40px;
}



.theme-btn, .theme-btn-border, .theme-btn-black {
  height: 70px;
  line-height: 70px;
  padding: 0px 30px;
  font-size: 18px;
}

.pt-120{padding-top: 60px;}

/* .bd-header-area-six {
  padding: 1.5em 0;
} */


._padding{
  padding: 50px 0 0 0;
}

.bd-about-six-area{
  padding-top: 3em;
  padding-bottom: 0;
}

.bd-about-six-img .bd-about-six-img-third {
  border-radius: 50px;
  /* top: 1em; */
  top: 8.4em;
  transform: scale(.6);
}



@media(max-width:767.98px) {
  .bd-slider-six-title {
    font-size: 32px;
    padding-right: 0em;
    line-height: 125%;
    margin-bottom: 1em;
  }

  .bd-slider-six-img{
    margin-top: 1em;
  }

  .bd-single-slider {
    padding-top: 90px;
    padding-bottom: 0;
}

}



@media (max-width: 767.98px){
  .bd-about-six-img {
    text-align: center !important;
}
.bd-about-six-btn{
  text-align: center;
}
}



@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px){
  .bd-pricing {
    padding: 45px 25px 50px 25px;
    margin-right: 1.25em;
    margin-left: 1.25em;
}
}


.pr{
  padding-right: 1.25em;
}

.pl{
  padding-left: 1.25em;
}


.__servicos_section{
  padding: 6em 0;
}


.__servicos_wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}

/* .__servicos_wrapper .bd-service{
  flex: 1;
} */

@media(max-width:767.98px){
  
  .__servicos_wrapper{
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
  }
}


.__sobre_section{
  padding: 6em 0 3em 0;
}




.__precos_section{
  padding: 6em 0 8em 0;
}



.__precos_wrapper{
  display: flex;
  gap: 3em;
  justify-content: center;
  align-items: center;
}

.__precos_wrapper .bd-pricing{
  flex: 1;
}

@media(max-width:767.98px){
  .__precos_wrapper{
    flex-direction: column;
  }
  .bd-pricing{
    width: 100%;
  }
}

.bd-pricing-price {
  font-size: 52px;

}

.__sistema_section{
  padding: 6em 0;
}



.__faq_section{
  padding: 0 0 6em 0;
}



.__informacoes_section{
  padding: 6em 0;
}



.bd-talented{
  padding: 0 2em;
}

.bd-talented .bd-section-title {
  font-size: 32px;
}

@media(min-width:768px){
  .bd-talented .bd-section-title {
    font-size: 48px;
  }
}


@media(max-width:767.98px){
  .__servicos_section{
    padding: 3em 0;
  }
  .__sobre_section{
    padding: 3em 0 3em 0;
  }
  .__precos_section{
    padding: 3em 0 4em 0;
  }
  .__sistema_section{
    padding: 3em 0;
  }
  .__faq_section{
    padding: 0 0 3em 0;
  }
  .__informacoes_section{
    padding: 3em 0;
  }
}

.__logo{
  display: flex;
}
.__landing{
  color: #252525;
  font-size: 2.25em;
  line-height: 100%;
  font-weight: 500;
}
.__web{
  color: #252E40;
  font-weight: 600;
  font-size: 2.25em;
  line-height: 100%;
}


.bd-header-area-four .bd-header-border {
  padding: .75em 0;
}

.bd-header-logo img{
  max-height: 50px;
}


@media(min-width:768px) and (max-width:1199.98px){
  .bd-slider-six-title {
    padding-right: 0em;
}
}
















.bd-pricing {
  /* padding: 45px 50px 50px 50px; */
  padding: 22px;
}

.bd-pricing-price {
  /* font-size: 52px; */
  font-size: 38px;
}

.__precos_wrapper {
  display: grid;
  gap: 1em;
}

@media(min-width:768px) {
  .__precos_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(min-width:1200px) {
  .__precos_wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

@media (max-width: 767.98px) {
  .bd-pricing {
    /* width: 100%; */
    width: auto !important;
  }
}

.bd-pricing ul li {

  display: flex;
  line-height: 150%;
}



/* SECTION HERO 1 */

._section-hero-1 {
min-height: auto;
padding: 12rem 0 3rem 0;
background-repeat: no-repeat;
background-size: cover;
position: relative;
display: flex;
align-items: center;
}

/* ._section-hero-1 h1 {
font-size: clamp(48px, 8vw, 70px);
font-family: var(--font-maitree);
font-weight: 400;
line-height: 95%;
} */

._section-hero-1 span {
color: #B29256;
}

._section-hero-1__wrapper {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
width: 100%;
gap: 2em;
color: #fff;
}

._section-hero-1 p {
font-size: 1.7rem;
font-weight: 300;
line-height: 220%;
}

._section-hero-1 h4 {
text-transform: uppercase;
line-height: 180%;
font-size: 1.8rem;
}

._section-hero-1 ._cta-button {
color: #fff;
background-color: #B29256;
display: inline-block;
align-self: flex-start;
text-decoration: none;
font-size: 1.7rem;
line-height: 100%;
padding: 1.75rem 2.6rem;
font-weight: 500;
display: flex;
align-items: center;
gap: .5rem;
transition: .2s all ease-in-out;
}

._section-hero-1 ._cta-button i {
font-size: 2.4rem;
transition: .2s all ease-in-out;
}

._section-hero-1 ._cta-button:hover {
gap: .8rem;
padding: 1.75rem 3.2rem;
}

._section-hero-1 ._cta-button:hover i {
scale: 1.25;
}

._section-hero-1 ._overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}

@media (min-width:768px) {
._section-hero-1 {
  padding: 14rem 0 10rem 0;
}

._section-hero-1__wrapper {
  width: 70%;
}



._section-hero-1 h4 {
  line-height: 250%;
}

}
/* SECTION HERO 1 */



























