.btn_up {
    position: absolute;
    right: 14rem;
	bottom:1.7rem;
    background-color: #F87D01;
    padding: 3px 8px;
    border-radius: 5px;
}

.btn_up i {
    color: var(--color-font-primary);
    font-size: 1.6rem;
}

/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
 #bene .services-highlight {
    overflow: hidden;
    padding: 5rem 0 5rem !important;
  }

    body, html {
    overflow-x: hidden !important;
    }
    
    /* /Corrigir escrollamento no Mobile/ */
    @media (max-width: 786px){
    body, html {
    overflow-x: hidden!important;
    }
    }


.fas:before{

  color: #fff;
}
  #bene .geometric-element {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
  }

  #bene .circle-1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 10%;
    left: 5%;
    animation: float 8s ease-in-out infinite;
  }
  #bene span{
    background-color: #F87D01 !important;
    color: #fff;
    font-size: 18px;
  }

  #bene .square-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    right: 5%;
    transform: rotate(45deg);
    animation: rotate 12s linear infinite;
  }

  #bene .triangle-1 {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 86px solid rgba(255, 255, 255, 0.1);
    left: 10%;
    bottom: 10%;
    animation: float 10s ease-in-out infinite;
  }

  #bene .dots-1 {
    width: 150px;
    height: 150px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
    background-size: 15px 15px;
    top: 15%;
    right: 15%;
    animation: float 9s ease-in-out infinite;
  }

  #bene .circle-2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 15%;
    right: 10%;
    animation: float 7s ease-in-out infinite;
  }

  #bene .square-2 {
    width: 50px;
    height: 50px;
    bottom: 25%;
    left: 8%;
    transform: rotate(30deg);
    animation: rotate 10s linear infinite reverse;
  }

  #bene .triangle-2 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 52px solid rgba(255, 255, 255, 0.1);
    right: 15%;
    top: 20%;
    animation: float 11s ease-in-out infinite;
  }

  #bene .dots-2 {
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
    background-size: 10px 10px;
    bottom: 20%;
    left: 20%;
    animation: float 8s ease-in-out infinite;
  }

  #bene  .line-1 {
    width: 2px;
    height: 100px;
    top: 10%;
    left: 25%;
    transform: rotate(45deg);
    animation: grow 6s ease-in-out infinite;
  }

  #bene .line-2 {
    width: 2px;
    height: 80px;
    bottom: 15%;
    right: 20%;
    transform: rotate(-30deg);
    animation: grow 7s ease-in-out infinite reverse;
  }

  #bene .wave {
    width: 100%;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(255, 255, 255, 0.05)' fill-opacity='1' d='M0,128L48,144C96,160,192,192,288,197.3C384,203,480,181,576,181.3C672,181,768,203,864,197.3C960,192,1056,160,1152,138.7C1248,117,1344,107,1392,101.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
  }

  @keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }

  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes grow {
    0%, 100% {
      transform: scaleY(1) rotate(45deg);
    }
    50% {
      transform: scaleY(1.5) rotate(45deg);
    }
  }

  #bene .z-2 {
    z-index: 2;
  }

 

  #bene .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    transition: .5s;
  }
  #bene .shadow-lg:hover{
    transform: scale(1.02);
  }

  #bene .text-white-50 {
    color: #fff!important;
  }

  #bene .btn-light {
    color: #1a1a1a;
    font-weight: 600;
  }

  #bene .btn-outline-light:hover {
    color: #F87D01;
  }
  @media(max-width:767px){
    #bene h2{

      font-size: 41px;
    }
    #bene p{

    }
    #bene .btn{
      margin: 1rem; auto !important;
      max-width: 90%;
    }
  }


/*PORTIFOLIO*/
#portfolio-section {
    position: relative;
    padding: 5rem 0 5rem !important;
    overflow: hidden;
}

#portfolio-section .container-fluid {
    padding: 0 15px;
}

#portfolio-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: 800;
}

#portfolio-section p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: #fff;
}

#portfolio-section .image-container {
    margin-bottom: 40px;
    width: 100%;
}

#portfolio-section .image-container > div {
    width: calc(100% / 6);
}

#portfolio-section img {
    width: 100%;
    height: 277px;
    object-fit: cover;
}

#portfolio-section .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#portfolio-section .image-container > div:hover .image-overlay {
    opacity: 1;
}

#portfolio-section .image-overlay h3 {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
}

#portfolio-section .btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

#portfolio-section .btn:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

#portfolio-section .geometric-element {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    z-index: 1;
}

#portfolio-section .circle-1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 10%;
    left: 5%;
    animation: float 8s ease-in-out infinite;
}

#portfolio-section .square-1 {
    width: 80px;
    height: 80px;
    top: 20%;
    right: 5%;
    transform: rotate(45deg);
    animation: rotate 12s linear infinite;
}

#portfolio-section .triangle-1 {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 86px solid rgba(255, 255, 255, 0.05);
    left: 10%;
    bottom: 10%;
    animation: float 10s ease-in-out infinite;
}

#portfolio-section .dots-1 {
    width: 150px;
    height: 150px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 2px, transparent 2px);
    background-size: 15px 15px;
    top: 15%;
    right: 15%;
    animation: float 9s ease-in-out infinite;
}

#portfolio-section .circle-2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 15%;
    right: 10%;
    animation: float 7s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media screen and (max-width: 1200px) {
    #portfolio-section .image-container > div {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px) {
    #portfolio-section .image-container > div {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #portfolio-section .image-container > div {
        width: 100%;
    }
}
 
 /* -------------------------------------------------------------------
  * ATIVIDADES
  * -----------------------------------------------------------------*/
  /*#atividade { padding: 1rem 0 0 0; }
  #atividade h2 { font-weight: bold; margin-bottom: 2rem !important; font-size: 2.6rem; }
  #atividade ul { list-style: none; margin: 0; padding: 0; }
  #atividade ul li { font-weight: 600; font-size: 1.3rem; display:flex; }
  #atividade ul li i { color: var(--color-primary); margin-right: 12px; }*/


/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
 #servicos { 
    
    padding: 0rem 0;
    margin-top: 0rem;
}



#servicos .container { 
    padding: 2rem 0; 
}
#servicos img{
  border-radius: 50%;
  max-width: 100px;
  margin: 0 auto;
  padding: 1rem 0 1rem;
}
#servicos .section-title {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 2.6rem;
    color: var(--color-font-light);
    text-align: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

#servicos .servicos-row {
    margin-bottom: -1rem;
    padding: 2rem;
}

#servicos .servico-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    height: -1%;
    display: flex;
    flex-direction: column;
    transition: .5s;
	margin: 0 1% 1% 1%;
	max-width:23%;
}
#servicos .servico-item:hover, #servicos .servico-item-destaque:hover {
    transform: scale(1.02);
}

#servicos .servico-item h3, #servicos .servico-item-destaque h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    color: var(--color-font-light);
    text-align: center;
}

#servicos .servico-item-destaque {
  background-color: rgba(255, 255, 255, 0.25);  
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  height: -1%;
  display: flex;
  flex-direction: column;
  transition: .5s;
  margin: 4% 1% 8% 1%;
  max-width:100%;
}

#servicos .imagem-placeholder {
    width: 100%;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 1rem;
    border-radius: 5px;
}

#servicos .servico-item p, #servicos .servico-item-destaque p  {
    color: var(--color-font-light);
    font-size: 1rem;
    flex-grow: 1;
    text-align: center;
}

@media(max-width: 991px) {
    #servicos .servico-item {
        margin-bottom: 1.5rem;
    }
}

@media(max-width: 767px) {
    #servicos .section-title {
        font-size: 2rem;
    }
    
    #servicos .servico-item h3, #servicos .servico-item-destaque h3 {
        font-size: 1.2rem;
    }
    
    #servicos .servico-item p, #servicos .servico-item-destaque p {
        font-size: 0.9rem;
    }

    #servicos .servicos-row:last-child .servico-item {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}









#imagemServicos{
    background: url(../img/TROCA-IMAGEM-FUNDO2.png);
    padding: 30rem;
    background-position:  center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;  
    margin-top: -28rem;
}
@media(max-width: 767px){
  #imagemServicos {
    background: url(../img/TROCA-IMAGEM-FUNDO2.png);
    padding: 30rem;
    background-position: 61% center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: -28rem;
}
}
 /* -------------------------------------------------------------------
  * ABRIR EMPRESA
  * -----------------------------------------------------------------*/
  /*#abrirempresa { padding: 5rem 0 5rem 0; }
  #abrirempresa h2 { font-weight: bold; margin-bottom: 2rem !important; font-size: 2.6rem; }
  #abrirempresa ul { list-style: none; margin: 0; padding: 0; }
  #abrirempresa ul li { font-weight: bold; font-size: 1.3rem; display:flex; }
  #abrirempresa ul li i { color: var(--color-secondary); margin-right: 12px; }
  #abrirempresa .btn_theme_secondary { font-size: 1.3rem; padding: 10px 3rem !important; margin-top: 2.5rem !important; }

  @media(max-width:767px) {
    #abrirempresa h2 br { display: none; }
  }
  @media(max-width:499px) {
    #abrirempresa { padding: 4rem 0 3rem; }
  }*/








  #empresa {
    padding: 5rem;
    position: relative;
    overflow: hidden;
}

#empresa h2 {
    text-align: center;
    margin: 0 auto;
    font-weight: 900;
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#empresa .content-block {
    position: relative;
    z-index: 1;
}

#empresa .title_section::before {
    display: none;
}
#empresa img{
  transition: .5s;
}
#empresa img:hover{
  transform: scale(1.02);
}
#empresa .content-block h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #fff !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

#empresa .content-block p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
}

#empresa .btn_theme_primary {
  background-color: #ff8d00 !important;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#empresa .btn_theme_primary:hover {
    background-color: #0f7bb9 !important;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

#empresa .geometric-element {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

#empresa .circle-1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 10%;
  left: 5%;
  animation: float 8s ease-in-out infinite;
}
#empresa span{
  background-color: #08b8be !important;
  color: #fff;
  font-size: 18px;
}

#empresa .square-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  right: 5%;
  transform: rotate(45deg);
  animation: rotate 12s linear infinite;
}

#empresa .triangle-1 {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 86px solid rgba(255, 255, 255, 0.1);
  left: 10%;
  bottom: 10%;
  animation: float 10s ease-in-out infinite;
  display: none;
}

#empresa .dots-1 {
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-size: 15px 15px;
  top: 15%;
  right: 15%;
  animation: float 9s ease-in-out infinite;
}

#empresa .circle-2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 15%;
  right: 10%;
  animation: float 7s ease-in-out infinite;
}

#empresa .square-2 {
  width: 50px;
  height: 50px;
  bottom: 25%;
  left: 8%;
  transform: rotate(30deg);
  animation: rotate 10s linear infinite reverse;
  display: none;
}

#empresa .triangle-2 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 52px solid rgba(255, 255, 255, 0.1);
  right: 15%;
  top: 20%;
  animation: float 11s ease-in-out infinite;
}

#empresa .dots-2 {
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-size: 10px 10px;
  bottom: 20%;
  left: 20%;
  animation: float 8s ease-in-out infinite;
  display: none;
}

#empresa  .line-1 {
  width: 2px;
  height: 100px;
  top: 10%;
  left: 25%;
  transform: rotate(45deg);
  animation: grow 6s ease-in-out infinite;
}

#empresa .line-2 {
  width: 2px;
  height: 80px;
  bottom: 15%;
  right: 20%;
  transform: rotate(-30deg);
  animation: grow 7s ease-in-out infinite reverse;
}

#empresa .wave {
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(255, 255, 255, 0.05)' fill-opacity='1' d='M0,128L48,144C96,160,192,192,288,197.3C384,203,480,181,576,181.3C672,181,768,203,864,197.3C960,192,1056,160,1152,138.7C1248,117,1344,107,1392,101.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes grow {
  0%, 100% {
    transform: scaleY(1) rotate(45deg);
  }
  50% {
    transform: scaleY(1.5) rotate(45deg);
  }
}



@media (max-width: 767px) {
    #empresa .content-block {
        text-align: center;
        margin-bottom: 2rem;
    }
    #empresa {
      padding: 0rem;
      position: relative;
      overflow: hidden;
      padding-top: 2rem;
  }

    #empresa .content-block h3 {
        font-size: 2rem;
    }

    #empresa .content-block p {
        font-size: 1rem;
    }
    #empresa h2 {
        font-size: 2.5rem;
    }
    #empresa .btn {
        font-size: 16px;
    }
}

  /* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/
#planos{ padding: 3rem 0;     background: url(../img/82a74a5c-7a45-4956-8b41-1a1a92c7a179.png);
  background-position: 50%center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;; margin: 0 auto; width: 80%; border-radius: 16%;}
#planos h2 { font-weight: bold; margin-bottom: 2.5rem !important; font-size: 3rem; line-height: 3.2rem; }

#planos .plano-mt-1 { margin-top: 3rem; }
#planos .plano-mt-2 { margin-top: 6rem; }
#planos .plano div { padding: 1.5rem 0 2.5rem; border-radius: 40px; background-color: #1a1a1a95; transition: .5s; border: 3px solid #F87D01;}
#planos .plano div:hover{
  transform: scale(1.02);
  background-color: #1a1a1a;
}
#planos .plano div h3 { font-weight: 600; color: var(--color-font-light); font-size: 2rem; }
#planos .plano div .valor{ font-weight: 900; font-size: 3rem; color: var(--color-font-light); margin-bottom: 0.5rem !important; }
#planos .plano div ul{ padding: 0; }
#planos .plano div ul li { 
    list-style-type: none; text-align: center; line-height: 1.6rem; display:flex;     list-style-type: none;
   text-align: center;
   line-height: 2rem;
   color: var(--color-font-light);
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   align-content: flex-start;
   justify-content: center;
   align-items: center;
}
#planos .plano div ul li i { color: var(--color-secondary); font-size: .5rem; margin-right: 0.5rem; }
#planos .btn_theme_secondary { text-transform: uppercase; }



#planos .geometric-element {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

#planos .circle-1 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 10%;
  left: 5%;
  animation: float 8s ease-in-out infinite;
}
#planos span{
  background-color: #08b8be !important;
  color: #fff;
  font-size: 18px;
}

#planos .square-1 {
  width: 80px;
  height: 80px;
  top: 20%;
  right: 5%;
  transform: rotate(45deg);
  animation: rotate 12s linear infinite;
}

#planos .triangle-1 {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 86px solid #f87d0171;
  left: 10%;
  bottom: 10%;
  animation: float 10s ease-in-out infinite;
  display: none;
}

#planos .dots-1 {
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-size: 15px 15px;
  top: 15%;
  right: 15%;
  animation: float 9s ease-in-out infinite;
}

#planos .circle-2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 15%;
  right: 10%;
  animation: float 7s ease-in-out infinite;
}

#planos .square-2 {
  width: 50px;
  height: 50px;
  bottom: 25%;
  left: 8%;
  transform: rotate(30deg);
  animation: rotate 10s linear infinite reverse;
  display: none;
}

#planos .triangle-2 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 52px solid rgba(255, 255, 255, 0.1);
  right: 15%;
  top: 20%;
  animation: float 11s ease-in-out infinite;
}

#planos .dots-2 {
  width: 100px;
  height: 100px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-size: 10px 10px;
  bottom: 20%;
  left: 20%;
  animation: float 8s ease-in-out infinite;
  display: none;
}

#planos  .line-1 {
  width: 2px;
  height: 100px;
  top: 10%;
  left: 25%;
  transform: rotate(45deg);
  animation: grow 6s ease-in-out infinite;
}

#planos .line-2 {
  width: 2px;
  height: 80px;
  bottom: 15%;
  right: 20%;
  transform: rotate(-30deg);
  animation: grow 7s ease-in-out infinite reverse;
}

#planos .wave {
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(255, 255, 255, 0.05)' fill-opacity='1' d='M0,128L48,144C96,160,192,192,288,197.3C384,203,480,181,576,181.3C672,181,768,203,864,197.3C960,192,1056,160,1152,138.7C1248,117,1344,107,1392,101.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes grow {
  0%, 100% {
    transform: scaleY(1) rotate(45deg);
  }
  50% {
    transform: scaleY(1.5) rotate(45deg);
  }
}
@media (max-width:767px) {
    #planos h2 br { display: none; }
    #planos .plano-mt-1, #planos .plano-mt-2 { margin-top: 0; }
    #planos {
      padding: 0rem 0;
      background: url(../img/82a74a5c-7a45-4956-8b41-1a1a92c7a179.png);
      background-position: 50% center;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
      margin: 0 auto;
      width: 106%;
      border-radius: 70px;
      margin-top: 3rem;
      padding-top: 2rem;
      margin-left: -0.7rem;
  }
  #planos h2 {
    font-weight: bold;
    margin-bottom: 2.5rem !important;
    font-size: 38px;
    /* line-height: 3.2rem; */
}
}


/* -------------------------------------------------------------------
 * SIMULADOR
 * -----------------------------------------------------------------*/
 #simulador { padding: 3rem 0 3rem; }
 #simulador h2 { font-weight: 600; font-size: 1.8rem; margin-bottom: 1.2rem; }
 #simulador .btn_theme_secondary { font-weight: 600; }

 @media (max-width:991px) {
     #simulador h2 { font-size: 1.3rem; }
 }
 @media (max-width:767px) {
     #simulador h2 br { display: none; }
 }

/* -------------------------------------------------------------------
 * OUTRAS SOLUÇÔES (MEI, ME)
 * -----------------------------------------------------------------*/
 #solucao {
  color: #ffffff;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.solution-card {
  background-color: #2a2a2a;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-content {
  padding: 2rem;
  text-align: center;
}

.icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.solution-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.geometric-shape {
  position: absolute;
  opacity: 0.1;
  animation: float 10s infinite ease-in-out;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #00fff2;
  top: 10%;
  left: 5%;
}

.square {
  width: 80px;
  height: 80px;
  background-color: #4ae6af;
  bottom: 15%;
  right: 10%;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 86.6px solid #00e1ff;
  top: 40%;
  right: 15%;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}

@media (max-width: 768px) {
  .section-title {
      font-size: 2rem;
  }
  
  .solutions-grid {
      grid-template-columns: 1fr;
  }
  #solucao {
    color: #ffffff;
    padding: 0rem 0;
    position: relative;
    overflow: hidden;
}
}


/* -------------------------------------------------------------------
 * SESSAO CLIENTE
 * PERGUNTAS FREQUENTES E DEPOIMENTOS
 * -----------------------------------------------------------------*/
#cliente { padding: 5rem 0; }
#cliente h2 { font-weight: 600; margin-bottom: 2rem; font-size: 2.2rem; color: var(--color-font-light); }

#cliente #perguntas .accordion { background: transparent; border: 0; padding: .5rem 0; text-align: left; display: flex; align-items: center; }
#cliente #perguntas .accordion p, #cliente #perguntas .accordion span { margin-bottom: 0; color: var(--color-font-light); }
#cliente #perguntas .accordion i { font-size: 10px; color: var(--color-secondary); margin-right: 12px; }
#cliente #perguntas button:focus { outline: 0px !important; }
#cliente #perguntas .panel { display: none; margin-top: -0.1rem; margin-bottom: 1rem; padding: 0 1.3rem; }
#cliente #perguntas .panel p { margin-bottom: 0 !important; color: var(--color-font-light);  }

#cliente #depoimentos .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-font-light);
    margin: 0 auto;
    padding: 20px 25px;
    border-radius: 1rem;
    min-height: 240px;
}
#cliente #depoimentos .item .text-box { color: var(--color-font-light); }
#cliente #depoimentos .item p { font-weight: bold; margin: 0.5rem 0; color: var(--color-font-light); }

.owl-theme .owl-nav [class*=owl-]:hover { background: transparent !important; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { outline: 0 !important; }

@media(max-width:767px) {
    #cliente h2 { font-size: 2rem; }
}







/* -------------------------------------------------------------------
 * NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
 #noticias { padding: 4rem 0; background: url(../img/82a74a5c-7a45-4956-8b41-1a1a92c7a179.png);
  background-position: 50%center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover; margin: 0 auto; width: 80%; border-radius: 70px;}
 #noticias h2 { font-weight: 600; font-size: 2.2rem; }
 #noticias h3:hover{
  color: #fff;
 }
 #noticias .artigos article, #noticias .blog article { min-height: 260px; }
 
 #noticias .noticias article span,
 #noticias .artigos article span,
 #noticias .blog article span {
     color: var(--color-font-light);
     font-size: .8rem;
     line-height: 1rem;
     border-radius: 5px;
     padding: 6px 16px;
     display: inline-block;
     margin-bottom: 10px;
 }
 #noticias .noticias article h3, #noticias .artigos h3, #noticias .blog h3 { 
     font-size: 1.1rem; 
     font-weight: 500; 
     font-weight: 600; 
     margin: 6px 0 2px 0; 
 }

 #noticias .noticias article span { background-color: #F87D01; }
 #noticias .noticias article p { font-weight: 600; font-size: .8rem; color: #fff;  }
 
 #noticias .artigos article span { background-color: var(--color-secondary); }
 #noticias .artigos article p { font-weight: 600; font-size: .8rem; color: var(--color-secondary);  }
 
 #noticias .blog article span { background-color: #F87D01 }
 #noticias .blog article p { font-weight: 600; font-size: .8rem; color: #fff; }
 
 #noticias article .image-cover { position: relative; padding: 0 !important; height: auto; }
 #noticias article .image-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: 1s; }

 @media (max-width:575px) {
    #noticias {
      padding: 4rem 0;
      background: url(../img/82a74a5c-7a45-4956-8b41-1a1a92c7a179.png);
      background-position: 50% center;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-size: cover;
      margin: 0 auto;
      width: 101%;
      border-radius: 70px;
  }
  #noticias h2 {
    font-size: 46px;
}
 }



/* Newsletter Section */
#newsletter {
  padding: 4rem 0;
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

#newsletter h2 {
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
}

#newsletter input {
  border: 2px solid var(--color-primary);
  min-width: 420px;
  padding: 25px 20px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 8px;
}

#newsletter input::placeholder {
  font-weight: 600;
  color: var(--color-font-black);
}

#newsletter .btn_theme_primary {
  font-weight: 600;
  color: var(--color-font-light) !important;
  padding: 8px 40px !important;
  background-color: #F87D01 !important;
}

/* Partners Section */
#parceiros {
  padding: 2rem 0 3rem;
  margin: 0 auto;
  width: 80%;
  border-radius: 70px;
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#parceiros h2 {
  font-weight: 600;
  margin-bottom: 3rem;
  font-size: 2.2rem;
}

#parceiros .btn_theme_primary {
  color: var(--color-font-light) !important;
  font-weight: 600;
  background-color: #f87d01 !important;
  transition: .5s;
}

#parceiros .btn_theme_primary:hover {
  background-color: #904a05 !important;
}

#parceiros img {
  border-radius: 40px;
  transition: .5s;
}

#parceiros img:hover {
  transform: scale(1.02);
}

/* Geometric Shapes */
.shape {
  position: absolute;
  opacity: 0.1;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f87d0171;
  animation: float 6s ease-in-out infinite;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid #f87d0171;
  animation: rotate 10s linear infinite;
 
}

.square {
  width: 80px;
  height: 80px;
  background-color: #f87d0171;
  animation: pulse 4s ease-in-out infinite;
}

.diamond {
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: #00e1ff;
  position: absolute;
  top: -50px;
  animation: float 8s ease-in-out infinite;
}

.diamond:after {
  content: '';
  position: absolute;
  left: -50px;
  top: 50px;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top-color: #00e1ff;
}

/* Shape Positioning */
#newsletter .circle { top: 10%; left: 5%; }
#newsletter .triangle { top: 60%; right: 10%; }
#newsletter .square { bottom: 20%; left: 15%; }

#parceiros .diamond { top: 20%; right: 10%; }
#parceiros .circle { bottom: 15%; left: 10%; }
#parceiros .triangle { top: 40%; left: 5%; }

/* Animations */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/* Responsive Styles */
@media (max-width: 991px) {
  #newsletter h2 { font-size: 1.1rem; }
  #newsletter h2 br { display: none; }
  #newsletter input { min-width: 200px; }
  
  #servicos .servico-item {
	margin: 0;
	max-width:100% !important;
	margin-top:10px !important;
  }
}

@media (max-width: 767px) {
  #newsletter h2 { text-align: center; font-size: 2rem; }
  #parceiros h2 { font-size: 2rem; }
}

@media (max-width: 499px) {
  #parceiros { padding: 0 0 3rem; }
}

/* -------------------------------------------------------------------
 * SOCIAL
 * -----------------------------------------------------------------*/
#social { padding: 2rem 0; }
#social h2 { font-weight: 600; font-size:1.5rem; margin-bottom: 1.6rem; }
#social img { max-width: 65px; margin: 0 5px 1rem; }


/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
 #footer {
  position: relative;
}

#footer-container {
  background: url(../img/82a74a5c-7a45-4956-8b41-1a1a92c7a179.png);
  background-position: 50% center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding-top: 6rem;
  border-radius: 50px;
}

#footer-container h2 {
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  color: var(--color-font-light);
  text-align: center;
  margin: 0 auto;
  padding-bottom: 3rem;
}

#footer-container .contatos-group-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

#footer-container .contatos-group-button article {
  background: var(--color-font-light);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
  width: 100%;
  max-width: 350px;
}

#footer-container .contatos-group-button article h3 {
  color:#1a1a1a;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 2rem;
}

#footer-container .contatos-group-button article img {
  max-height: 90px;
  width: auto;
}

#footer-container .contatos-group-button article .btn_theme_tertiary {
  color: #1a1a1a !important;
  border-color: #ff8d00 !important;
  width: 67%;
  border-radius: 35px !important;
  margin-top: 2rem;
  font-weight: 600;
}

#footer-container .contatos-group-button article .btn_theme_tertiary:hover {
  color: var(--color-font-light) !important;
  background: #ff8d00 !important;
}

#footer-container .contatos-group-info {
  margin: 4rem 0 3rem;
}

#footer-container .contatos-group-info strong {
  color: var(--color-font-light);
  font-size: 1.1rem;
  font-weight: bold;
}

#footer-container .contatos-group-info p {
  display: block;
  color: var(--color-font-light);
  margin-bottom: .2rem;
  font-size: 1rem;
}

/* Mantém a disposição em coluna para telas menores */
#footer-container .contatos-group-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

/* Para telas maiores que 768px, altera para que os botões fiquem lado a lado */
@media (min-width: 768px) {
	
	
  #footer-container .contatos-group-button {
      flex-direction: row; /* Altera a disposição para linha */
      justify-content: center; /* Centraliza os botões */
  }

  #footer-container .contatos-group-button article {
      max-width: 376px; /* Limita a largura dos botões */
  }
}
#footer #mapa { width: 100%; height: 360px; border:0; margin: 0; display: block; position: relative; z-index: 2; }

/* Copy */
#footer #copyright { background: url(../img/82a74a5c-7a45-4956-8b41-1a1a92c7a179.png);
  background-position: 50%center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;  }
#footer #copyright .container { padding:1.2rem 0 1.5rem 0; }
#footer #copyright p { font-size: .9rem; letter-spacing: 1px; margin: 0; color: var(--color-font-light) !important; }
#footer #copyright .selos{ padding-left: 3rem; padding-right: 3rem; }
#footer #copyright .selos a { color: var(--color-font-light); }
#footer #copyright .selos .d-flex p { font-size: 0.6rem; text-transform: uppercase; margin: 0 0 9px 0; }
#footer #copyright .selos img { max-height: 35px; }

@media (max-width:991px) {
    #footer #footer-container { padding-top: 6rem; clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%); }
    #footer #footer-container img { display: block; }
}
@media (max-width:768px) {
    #footer #footer-container { padding-top: 2rem; clip-path: none; }
    #footer #footer-container .contatos p { max-width: 100%; }
    #footer #copyright p { text-align: center; font-size: 0.8rem; }
}

@media (max-width:575px) {
    #footer-container .contatos-group-button article { margin-bottom: 1rem; }
		
	.btn_up {
		right: 1.8rem;
		bottom:5.5rem;
	}
}
