/* Start global */
/*Era #967F71*/
.button-gradient-1 {
    background: #B5A472;
}
/* End global */

/* Start navbar */
/*mudei de 161px*/
.header-logo picture img {
    height: 141px;
    padding-top: 40px;
}

.header-dark .header-logo picture img {
    height: 80px;
    padding: 0;
}
/* Start navbar */

/* Start banner section */
@media(width-min: 1000px) {
    #banner h1 :is( span:nth-child(1), span:nth-child(3) ) {
        font-size: 80px;
        font-size: 5rem;
    }
}
/* End banner section */

/* Start client section */
#clientes .client-box img {
    max-width: none;
    height: auto;
}

#clientes .swiper :is(.swiper-slide, .client-box) {
    width: max-content !important;
}

#clientes .swiper .swiper-slide:nth-child(1) img {
    width: 205px;
}
#clientes .swiper .swiper-slide:nth-child(2) img {
    width: 60px;
}
#clientes .swiper .swiper-slide:nth-child(3) img {
    width: 140px;
}
#clientes .swiper .swiper-slide:nth-child(4) img {
    width: 200px;
}
#clientes .swiper .swiper-slide:nth-child(5) img {
    width: 138px;
}
#clientes .swiper .swiper-slide:nth-child(6) img {
    width: 140px;
}
/* End client section */

/* Start about us */
.img-overlap img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-highlight-gradient-1::before {
    background: #B5A472;
}
/* End about us */

/* Start metrics */
.progress-box.progress-gradient-1 .animated-progress div, #metrics .bg-gradient-1:before {
    background: #B5A472;
}
/* End metrics */

/* Start ruler banner */
#ruler-banner .swiper-slide:nth-child(1) {
    margin-right: 25px !important;
}
/* End ruler banner */

/* Start about work */
#sobre-o-cliente-oculto .process-box .process-order:before {
    background: #B5A472;
}

#sobre-o-cliente-oculto .d-flex h2 {
    text-align: center;
    width: 100%;
}

#sobre-o-cliente-oculto .d-flex .process-box {
    width: 30%;
    min-width: 350px;
}
/* End about work */

/* Start faq */
#faq .faq-item div.content {
    height: 100%;
    overflow: hidden;
    transition: 300ms ease-in-out;
}

#faq .faq-item div.content-close {
    height: 0px;
}

#faq .faq-item .faq-switch {
    transition: 300ms ease-in-out;
}

#faq .faq-item .faq-switch-rotate {
    transform: rotate(90deg);
}
/* End faq */

/* Start Blog */
#blog .blog-title {
    background: #e3e1e6;
    color: #B5A472;
}

#blog .blog-title::before {
    background: none;
}
/* End Blog */

/* Start footer */
#footer .yesdev-link {
    color: #FF6842;
}
/* End footer */

/* Start single post */
.post-banner {
    background: #B5A472;
}
/* End single post */

/* Start contact form */
#contactform .alert {
    display: block;
    padding: 7px 20px;
    color: rgb(102, 77, 3);
    background: rgb(255, 243, 205);
    border: 2px solid rgb(255, 230, 156);
}

#contactform .success-message {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    padding: 7px 20px;
    color: rgb(10, 54, 34);
    background: rgb(209, 231, 221);
    border: 2px solid rgb(163, 207, 187);
    border-radius: 6px;
}

#contactform {
    margin-bottom: 50px;
}

#contactform .loader {
    margin: 0 auto 16px auto;
    display: block;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-top: 2px solid transparent;
    border-radius: 100%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#contactform .terms-section {
    margin-bottom: 16px;
}

#contactform #terms {
    display: inline-block;
    width: min-content;
    margin-bottom: 0;
}

#contactform #terms + label {
    display: inline;
}
/* End contact form */







#sobre-aline picture img{
    width: 80% !important;
    height: auto !important;
    border-radius: 12px;
}

@media screen and (max-width: 991px) {
    #sobre-aline picture img {
      width: 300px !important;
      height: auto;
    }
  }






  
/*era 515px*/
@media screen and (max-width: 991px) {
    .header-logo picture img {
      height: 100px;
      padding-top: 20px;
    }
  }
  
  @media screen and (max-width: 415px) {
    .header-logo picture img {
      height: 80px;
      padding-top: 15px;
    }
  }
  
  /*era assim linear-gradient(45deg, #2fbdff, #0f2f40)*/
  .bg-gradient-2:before{
    background-image: linear-gradient(45deg, #9DA0A5, #0f2f40) !important;
  }


  [class*='bg-black'] .stroke-text, [class*='bg-dark'] .stroke-text, [class*='bg-gradient'] .stroke-text{
    -webkit-text-stroke-color:#ffffff !important;
  }

/*era Preto*/
  .stroke-text, .stroke-text-dark{
    -webkit-text-stroke-color: #B5A472 !important;
  }

  #sobre-o-cliente-oculto .align-items-stretch{
    width: 80vw;
  }

  #sobre-o-cliente-oculto .process-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 10vw;
    margin-bottom: 20px;
  }

  #sobre-o-cliente-oculto .process-box .process-order{
    display: flex;
    flex-direction: column;
    position: relative;
  }

  #sobre-o-cliente-oculto .align-items-stretch .process-order{
    margin: 10px 0;
    cursor: pointer;
  }


  #sobre-o-cliente-oculto .process-box h4,
  #sobre-o-cliente-oculto .process-box p {
  max-height: 0;
  width: 60vw;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

#sobre-o-cliente-oculto .process-box.show h4,
#sobre-o-cliente-oculto .process-box.show p {
  max-height: 500px;
  opacity: 1;
}

#sobre-o-cliente-oculto .process-box.show .process-order{
    background-color: #B5A472;
    color: white;
    border: none;
  }

  #sobre-o-cliente-oculto .process-box .process-order span{
    cursor: pointer;
  }
  
  

  #banner .d-block {
    font-size: 60px;
}
@media (max-width: 1399px) {
    #banner .d-block {
        font-size: 51px;
    }
}
@media (max-width: 991px) {
    #banner .d-block {
        font-size: 37px;
    }
}
@media (max-width: 767px) {
    #banner .d-block {
        font-size: 26px;
    }
}
@media (max-width: 575px) {
    #banner .d-block {
        font-size: 28px;
    }
}
@media (max-width: 530px) {
    #banner .d-block {
        font-size: 26px;
    }
}
@media (max-width: 500px) {
    #banner .d-block {
        font-size: 24px;
    }
}
@media (max-width: 455px) {
    #banner .d-block {
        font-size: 21px;
    }
}
@media (max-width: 415px) {
    #banner .d-block {
        font-size: 19px;
    }
}
@media (max-width: 390px) {
    #banner .d-block {
        font-size: 18px;
    }
}


/*Process Section*/
.final-message{
    text-align: center;
    font-size: 18px;
    color: black;
    margin-top: 50px;
    padding: 15px;
    background-color: #B5A472;
    border-radius: 20px;
    font-family: "Outfit", sans-serif;
}
@media (max-width: 425px) {
    .final-message{
        font-size: 15px;
    }
}

/*Process Section*/

.shadow-card {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.shadow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.no-underline{
    text-decoration: none;
}
.no-underline:hover {
    text-decoration: underline;
}

.bg-black-80 {
    background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
    #sobre-o-cliente-oculto .align-items-stretch .process-box{
        margin: 10px 0;
      }
}

#whastapp {
    position: fixed;
    bottom: 40px;
    right: 40px;
    opacity: 1;
  }
  #whastapp img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #006A3C;
    padding: 15px;
    border: 2px solid white;
    transition: 1s scale;
  }

  #whastapp img:hover {
    scale: 1.1;
  }

  @media (max-width: 767px) {
    #whastapp {
        bottom: 20px;
        right: 20px;
        opacity: 0.8;
      }
      #whastapp img {
        width: 65px;
        height: 65px;
        padding: 10px;
      }
}