* {
  font-family: Arial, Helvetica, sans-serif;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  left: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
/* From Uiverse.io by nikk7007 */
.bubbles {
  --c1: #fff; /* Recommendation: same background color */
  --c2: #8685ef;
  --size-letter: 18px;
  font-size: var(--size-letter);
  padding: 8px 20px;
  background-color: transparent;
  border: calc(var(--size-letter) / 6) solid #0abab5;
  border-radius: 30px;
  cursor: pointer;

  overflow: hidden;
  position: relative;
  transition: 300ms cubic-bezier(0.83, 0, 0.17, 1);
}

.bubbles > .text {
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: color 700ms cubic-bezier(0.83, 0, 0.17, 1);
}

.bubbles::before {
  top: 0;
  left: 0;
}

.bubbles::after {
  top: 100%;
  left: 100%;
}

.bubbles::before,
.bubbles::after {
  content: "";
  width: 150%;
  aspect-ratio: 1/1;
  scale: 0;
  transition: 1000ms cubic-bezier(0.76, 0, 0.24, 1);

  background-color: #0abab5;
  border-radius: 50%;

  position: absolute;
  translate: -50% -50%;
}

.bubbles:hover {
  & > span {
    color: var(--c1);
  }
  &::before,
  &::after {
    scale: 1;
  }
}

.bubbles:active {
  scale: 0.98;
  filter: brightness(0.9);
}


/* 
.text-gray{
  color: #737373;
}
.text-vermelho{
  color: #E01F27;
}
.text-vermelho-escuro{
  color: #CA2127;
}
.text-cean{
  color: #28A992;
}
.text-cean-escuro{
  color: #1E9680;
}
.text-laranja{
  color: #F6851F;
}
.text-laranja-escuro{
  color: #F8961D;
}
.text-verde{
  color: #2C9C48;
}
.text-verde-escuro{
  color: #4CB853;
}
 */

/* 
  Olá, estou com problema na ordem das datas dos e-mails corporativo.

  o domínio é @cidnatal.com.br

  Webmail Hostinger

  Problema persiste em outro navegador como também dispositivo. sim todos os e-mails.

  Esta Portuguese(Brasil) e o fuso horário automático. Estamos em Natal/RN
  */

/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  /* color: var(--bs-white); */
  font-size: 17px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: rgb(57, 57, 57);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #28a992;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: white !important;
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark);
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid;
    border-left: 0;
    border-style: solid;
    z-index: 999;
    color: #fcca281f;
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: white !important;
    border: none;
  }

  .navbar-light .navbar-nav .nav-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: #28a992;
    transition: 0.5s;
  }

  .sticky-top.navbar-light .navbar-nav .nav-item::before {
    bottom: 0;
  }

  .navbar-light .navbar-nav .nav-item::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: transparent transparent #28a992 transparent;
    opacity: 0;
    transition: 0.5s;
  }

  /* 
.text-gray{
  color: #737373;
}
.text-vermelho{
  color: #E01F27;
}
.text-vermelho-escuro{
  color: #CA2127;
}
.text-cean{
  color: #28A992;
}
.text-cean-escuro{
  color: #1E9680;
}
.text-laranja{
  color: #F6851F;
}
.text-laranja-escuro{
  color: #F8961D;
}
.text-verde{
  color: #2C9C48;
}
.text-verde-escuro{
  color: #4CB853;
}
 */

  .navbar-light .navbar-nav .nav-item:hover::after,
  .navbar-light .navbar-nav .nav-item.active::after {
    bottom: 1px;
    opacity: 1;
  }

  .navbar-light .navbar-nav .nav-item:hover::before,
  .navbar-light .navbar-nav .nav-item.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}
/*** Carousel Hero Header Start ***/
.carousel-header {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.carousel-indicators {
  display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: 0.5s;
  color: #2c9c48 !important;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
  left: 0;
  border-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 50px;
}

.carousel .carousel-control-next .carousel-control-next-icon {
  right: 0;
  border-right: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
  /* background: var(--bs-secondary); */
}

.carousel .carousel-inner .carousel-item {
  position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: end;
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
  background-size: cover;
}

.carousel-caption-1-content {
  text-align: center;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
  display: flex;
  justify-content: center;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
  background-size: cover;
}

.carousel-caption-2-content {
  text-align: start;
  padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
  display: flex;
  justify-content: start;
}

@media (max-width: 992px) {
  .carousel .carousel-inner .carousel-item {
    height: 700px;
    margin-top: -100px;
  }

  .carousel .carousel-inner .carousel-item img {
    height: 700px;
    object-fit: cover;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption-1 {
    max-width: 100% !important;
    justify-content: center;
  }

  .carousel-caption-1-content {
    padding: 0 20px !important;
    text-align: center !important;
  }

  .carousel-caption-1-content .carousel-caption-1-content-btn {
    justify-content: center;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption-2 {
    max-width: 100% !important;
    justify-content: center;
  }

  .carousel-caption-2-content {
    padding: 0 20px !important;
    text-align: center !important;
  }

  .carousel-caption-2-content .carousel-caption-2-content-btn {
    justify-content: center;
  }

  .carousel .carousel-control-prev .carousel-control-prev-icon,
  .carousel .carousel-control-next .carousel-control-next-icon {
    display: none;
  }
}

.modal .modal-header {
  height: 100px;
}

#searchModal .modal-content {
  background: rgba(255, 255, 255, 0.6);
}

/* .modal-content {
  background: #0e204e!important;
} */
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)),
    url(../img/breadcrumb.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

@media (max-width: 992px) {
  .bg-breadcrumb {
    padding: 60px 0 60px 0;
  }
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* background: linear-gradient(135deg, #ffffff 0%, #e9e9e9 100%); */
  background-color: #737373;
  border-radius: 10px;
  border: 1px solid #fbd149;
  transition: 0.5s;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  max-height: 100%;
  p {
    color: white;
    font-weight: bold;
  }
}
/* 
.bg-gray{
  color: #737373!important;
}
.bg-vermelho{
  color: #E01F27!important;
}
.bg-vermelho-escuro{
  color: #CA2127!important;
}
.bg-cean{
  color: #28A992;
}
.bg-cean-escuro{
  color: #1E9680;
}
.bg-laranja{
  color: #F6851F;
}
.bg-laranja-escuro{
  color: #F8961D;
}
.bg-verde{
  color: #2C9C48;
}
.bg-verde-escuro{
  color: #4CB853;
}
 */

.feature .feature-item:hover {
  border: 1px solid #fbd149;
  box-shadow: 0 0 25px 0 #0f1d4d;
  box-shadow: 0 0 10px 0 black;
  transform: scale(1.05);
  color: #ffffff;
  font-weight: bold;

  h3 {
    color: #0abab5;
  }
  img {
    opacity: 1 !important;
  }

}

.feature .feature-item .feature-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
}
.feature .feature-item:hover .feature-icon {
  /* background-color: var(--bs-secondary) !important; */
}

.feature .feature-item .feature-icon i {
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
  transform: rotate(360deg);
  color: var(--bs-white) !important;
}

.feature .feature-item a.btn {
  transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
  color: var(--bs-secondary) !important;
}
/*** Features End ***/

/*** About Start ***/
.about-img img {
  transition: 3s all ease;
  transform: none !important;
  height: 600px !important;
}
/*** About End ***/

/*** Service Start ***/
.service-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  border: 1px solid #00d1f9;
  font-weight: bold;
}

.service-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  /* background: #fbd149; */
  /* border: 2px solid #fbd149; */
  transition: 0.5s;
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.service-item:hover::after {
  width: 100%;
  height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
  position: relative;
  z-index: 2;
  h3 {
    text-shadow: #000 1px 1px 1px;
    color: #00d1f9 !important;
  }
  h6 {
    text-shadow: #000 1px 1px 1px;
    color: #00d1f9 !important;
  }
  p {
    font-weight: bold;
  }
  /* p{
    color: #00d1f9!important;
  } */
}
.service-item {
  background-color: var(--bs-secondary);
  p {
    color: white;
  }
}
.service-item .service-content a,
.service-item .service-content p {
  transition: 0.5s;
}

.service-item:hover .service-content h3 {
  color: white;
}

.service-item:hover .service-content p {
  color: var(--bs-white);
}

.service-item .service-btn {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-primary);
  transition: 0.5s;
}

.service-item .service-btn i {
  transition: 0.5s;
}

.service-item:hover .service-btn {
  /* background: var(--bs-white); */
}

.service-item:hover .service-btn i {
  transform: rotate(360deg);
  /* color: #00d1f9 !important; */
}
/*** Service End ***/

/*** Counter Start ***/
.counter {
  position: relative;
  overflow: hidden;
  background: url(../img/banner-01-footer.jpg);
  /* #0f1d4d #00d1f9*/
  background-position: center;
  background-size: cover;
}

.counter .counter-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.counter .counter-item .counter-item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.counter-item-icon:hover {
  transform: scale(1.1);
}
/*** Counter End ***/

/*** Products Start ***/
.product .product-item {
  border: 1px solid rgba(196, 211, 211, 0.9);
  border-radius: 10px;
}

/*** Products End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
  background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 10px;
  background: var(--bs-primary);
  color: var(--bs-white);
  z-index: 2;
}

.blog .blog-item .blog-content a {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
  color: var(--bs-primary) !important;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid var(--bs-primary);
  border-radius: 10px;
}
.team .team-item:hover {
  border: 1px solid #fbd149;
}

.team .team-item .team-inner {
  transition: 0.5s;
}
.team .team-item:hover .team-inner {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
  position: relative;
  z-index: 2;
}

.team .team-item .team-inner .team-img::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(247, 220, 69, 0.2);
  transition: 0.5s;
  z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
  height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: 0.5s;
  z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
  opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
  position: absolute;
  bottom: 0;
  left: -100%;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  display: inline-flex;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon {
  left: -25px;
}
.team-info {
  background-color: white;
  p {
    color: #00d1f9;
  }
}
/*** Team End ***/

/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 88px;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-left: 20px;
  margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 15px;
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid var(--bs-secondary);
  background: var(--bs-primary) !important;
  transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
  position: relative;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-white);
}

@media (max-width: 992px) {
  .owl-carousel.testimonial-carousel {
    padding-top: 30px;
  }

  .testimonial .owl-nav .owl-prev,
  .testimonial .owl-nav .owl-next {
    top: -30px;
  }
}
/*** testimonial End ***/

/*** Footer Start ***/
.footer {
  background: var(--bs-dark);
}

.footer .footer-item a {
  line-height: 30px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  /* letter-spacing: 1px; */
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}
/*** copyright end ***/

.text-justify {
  text-align: justify;
  hyphens: auto;
}

/* Estilos gerais do formulário */
.php-email-form {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0 auto;
}

/* Estilos para os inputs e textarea */
.form-control {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  border-color: #929292;
  box-shadow: 0 0 8px rgba(155, 155, 155, 0.25);
  outline: none;
}

.form-control::placeholder {
  color: var(b-secundary);
}
.bg-gray {
  background: rgb(248, 248, 248);
}
.icons {
  color: #0abab5 !important;
  font-size: 28px;
}
.icons:hover {
  transform: scale(1.1) !important;
  color: white !important;
}
.icon-face:hover {
  color: #1877f2 !important;
}
.icon-tiktok:hover {
  color: #252525 !important;
}
.icon-insta:hover {
  /* color: linear-gradient(45deg, #405de6, #833ab4, #c13584, #e1306c, #fd1d1d); */
  color: #c13584 !important;
}
.icon-whats:hover {
  color: #25d366 !important;
}
.text-black {
  color: #737373 !important;
}
.accordion-button {
  font-weight: bold;
  color: #0f1d4d;
  color: #252525 !important;
  background-color: transparent;
  border: none; /* Removida a borda */
  border-radius: 8px;
  margin-bottom: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: transparent;
  border: none; /* Removida a borda */
  border-radius: 0 0 8px 8px;
  padding: 20px;
}

.accordion-item {
  margin-bottom: 10px;
}
.link-footer {
  text-shadow: #000 1px 1px 1px;
    font-weight: 700;
  font-size: 14px;
}
.link-footer:hover {
  color: #0abab5 !important;
  
}
svg {
  width: 2.25em;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}

#circle {
  fill: none;
  stroke: hsl(0, 0%, 100%);
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}
#circle-modal {
  fill: none;
  stroke: hsl(0, 0%, 100%);
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
  100% {
    /* transform: rotate(360deg); */
  }
}

@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -125px;
  }
}
:root {
  --tiktok-pink: #fe2c55;
  --tiktok-teal: #25f4ee;
  --tiktok-black: #000000;
}

body {
  background-color: #f8f9fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.tiktok-section {
  padding: 3rem 0;
  /* background: linear-gradient(135deg, #ffffff 0%, #e9e9e9 100%); */
  background: #fbd149;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-weight: 700;
  font-size: 2.5rem;
  background: linear-gradient(45deg, #0abab5, #fbd149);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 0 1rem;
}

.video-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid var(--bs-primary);
}

.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #fbd149;
}

.video-container {
  position: relative;
  padding-bottom: 125%; /* Proporção 4:5 comum no TikTok */
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container blockquote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-info {
  padding: 1rem;
}

.video-author {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.author-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.author-name {
  font-weight: 600;
  color: var(--tiktok-black);
  margin: 0;
}

.video-caption {
  color: #495057;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-stats {
  display: flex;
  gap: 15px;
}

.stat {
  display: flex;
  align-items: center;
  color: #6c757d;
  font-size: 0.8rem;
}

.stat i {
  margin-right: 5px;
}

.filters {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.filter-btn {
  border: none;
  background: white;
  padding: 0.5rem 1.2rem;
  border-radius: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.filter-btn:hover,
.filter-btn.active {
  background: linear-gradient(45deg, #0abab5, #fbd149);
  color: white;
}

.load-more {
  display: block;
  margin: 2rem auto 0;
  padding: 0.8rem 2rem;
  /* background: linear-gradient(45deg, #0abab5, #fbd149); */
  background-color: #0abab5;
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.load-more:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2rem;
  }
  .carousel .carousel-inner .carousel-item {
    height: 100vh !important;
    margin-bottom: 0;
    p {
      display: none;
    }
    .carousel-caption-2-content-btn {
      display: flex;
      flex-direction: column;
      a {
        margin-bottom: 10px;
      }
    }
  }
  .carousel .carousel-inner .carousel-item img {
    width: 200px !important;
    height: auto;
  }
}
.feature-item > *:not(img) {
  position: relative;
  z-index: 1;
}

.service-content > *:not(img) {
  z-index: 1;
}
/* .card-body{
  background: #FBD149;
} */
:root {
  --primary-color: #0abab5;
  --secondary-color: #fbd149;
  --accent-color: #4e9f3d;
  --light-color: #f8f9fa;
}

.via-neuro-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--light-color) 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.section-title {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}

.section-title h2 {
  color: var(--primary-color);
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.section-title h2:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background: var(--secondary-color);
  bottom: -10px;
  left: 25%;
  border-radius: 2px;
}

.founder-card {
  background: #0f1d4d;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  margin-bottom: 2rem;
}

.founder-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.founder-img {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.founder-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
  border-radius: 100px !important;
}

.founder-card:hover .founder-img img {
  transform: scale(1.05);
}

.founder-info {
  padding: 2rem;
  text-align: center;
}

.founder-info h3 {
  color: var(--primary-color);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.founder-info p.position {
  color: var(--secondary-color);
  font-weight: 500;
  margin-bottom: 1rem;
}

.about-content {
  background: #0f1d4d;
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}

.about-content:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(142, 36, 36, 0.05);
  border-radius: 50%;
  top: -30px;
  left: -30px;
  z-index: -1;
}

.about-content:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(78, 159, 61, 0.05);
  border-radius: 50%;
  bottom: -50px;
  right: -50px;
  z-index: -1;
}

.mission-box {
  background: var(--primary-color);
  background: var(--secondary-color);
  color: white;
  padding: 2rem;
  border-radius: 15px;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}

.mission-box:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -50px;
  right: -50px;
}

.mission-box h3 {
  position: relative;
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #00d1f9;
  text-shadow: #000 1px 1px 1px;
}

.mission-box h3:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: white;
  bottom: -10px;
  left: 0;
}

@media (max-width: 768px) {
  .via-neuro-section {
    padding: 3rem 0;
  }

  .founder-img {
    height: 250px;
  }

  .about-content {
    padding: 2rem;
  }
  .display-2 {
    font-size: 38px !important;
  }
  .h4 {
    font-size: 20px !important;
    hyphens: auto;
  }
  .mobile {
    margin-bottom: 20px;
  }
  .professional-profile h5 {
    margin-top: 20px !important;
  }
  .about-exp {
    display: none;
  }
  .carousel-header {
    height: 100%;
    padding-bottom: 20px;
  }
}
.teamSwiper {
  padding: 30px 10px 60px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0e204e;
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.2rem;
}

.swiper-pagination-bullet {
  background: #0e204e;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #0e204e;
  opacity: 1;
}

.team-item {
  transition: transform 0.3s ease;
}

.team-item:hover {
  transform: translateY(-5px);
}
.professional-profile p {
  text-align: justify;
}

.bg-main {
  background: #0f1d4d;
}
.font-main {
  font-size: 15px;
}
.banner-with-opacity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.6
  ); /* Ajuste o último valor (0.3) para a opacidade desejada */
}
.text-gray {
  color: #737373;
}
.text-vermelho {
  color: #e01f27 !important;
  /* text-shadow: #000 1px 1px 1px; */
}
.text-vermelho-escuro {
  color: #ba1117;
  /* text-shadow: #000 1px 1px 1px; */
}
.text-cean {
  color: #28a992 !important;
  /* text-shadow: #000 1px 1px 1px; */
}
.text-cean-escuro {
  color: #1e9680;
}
.text-laranja {
  color: #f6851f !important;
  /* text-shadow: #000 1px 1px 1px; */
}
.text-laranja-escuro {
  color: #f8961d !important;
}
.text-verde {
  color: #2c9c48 !important;
  /* text-shadow: #000 1px 1px 1px; */
}
.text-verde-escuro {
  color: #4cb853 !important;
}
.bg-gray {
  background: #737373 !important;
}
.bg-vermelho {
  background: #e01f27 !important;
}
.bg-vermelho-escuro {
  background: #ba1117 !important;
}
.bg-cean {
  background: #28a992;
}
.bg-cean-escuro {
  background: #1e9680;
}
.bg-laranja {
  background: #f6851f;
  color: white !important;
}
.bg-laranja:hover {
  transform: scale(1.05);
}
.bg-laranja-escuro {
  background: #f8961d !important;
}
.bg-verde {
  background: #2c9c48;
}
.bg-verde-escuro {
  background: #4cb853;
}
.img-fluid:hover {
  filter: grayscale(0%) opacity(100%) !important;
  transform: scale(1.1);
}
/* Estilos para os logos dos clientes */
.client-logo {
  max-height: 80px;
  filter: grayscale(100%) opacity(80%);
  transition: all 0.3s;
}

.client-logo:hover {
  filter: grayscale(0%) opacity(100%);
  transform: scale(1.1);
}

/*  */
.vaccine-section {
  background-color: #f8f9fa;
}

.vaccine-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  text-decoration: none;
}

.vaccine-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* .card-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.card-image img {
  width: 100px;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
} */

/* .vaccine-card:hover .card-image img {
  transform: scale(1.05);
} */

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b66f44;
  color: white;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.vaccine-card:hover .card-overlay {
  transform: translateY(0);
}

.card-overlay h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
}

@media (max-width: 768px) {
  /* .card-image {
    height: 150px;
  } */

  .card-overlay h3 {
    font-size: 1rem;
  }
}

.counter-item-icon i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.counter-item:hover .counter-item-icon i {
  transform: scale(1.2) rotate(5deg);
  color: #ffc107; /* Amarelo destaque (text-warning) */
}

.varejo-section {
  background-color: #ffffff;
  overflow: hidden;
}

.varejo-slider .slider-item {
  padding: 0 15px;
}

.vaccine-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 200px; /* Ajuste conforme necessário */
}

.vaccine-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.vaccine-card:hover .card-overlay {
  transform: translateY(0);
}

/* Estilos do Slick Slider */
.slick-slider {
  position: relative;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.slick-arrow::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  top: 50%;
  left: 50%;
}

.slick-prev {
  left: 10px;
}

.slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-next {
  right: 10px;
}

.slick-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  color: #333;
}
.img_logo img {
  transition: 0.5s;
  max-width: 150px;
}
.borda {
  border-radius: 20px;
}
/* Estilos Gerais */
.integrations-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.text-gradient {
  background: linear-gradient(90deg, #0061ff 0%, #60efff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Cards de Integração */
.integration-card {
  display: block;
  height: 180px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.integration-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.card-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  transition: all 0.3s ease;
}

.card-logo {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  filter: grayscale(30%);
  opacity: 0.9;
  transition: all 0.3s ease;
}

.integration-card:hover .card-logo {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(0.9);
}

.card-hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #28a991d7 0%, #28a992 100%);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  text-align: center;
}

.integration-card:hover .card-hover-content {
  transform: translateY(0);
}

.card-hover-content h3 {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
}

.view-more {
  color: white !important;
  font-size: 0.8rem;
  font-weight: 800;
  transition: 0.5s;
}
.view-more:hover {
  transform: scale(1.05);
  color: #7fff9d !important;
}

/* Responsividade */
@media (max-width: 768px) {
  .integration-card {
    height: 150px;
  }

  .card-hover-content {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .integration-card {
    height: 120px;
  }
}

.segmento-header {
  display: flex;
  justify-content: center;
  position: relative;
}

.segmento-tag {
  display: inline-flex;
  align-items: center;
  /* background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%); */
  border-radius: 50px;
  padding: 12px 30px;
  /* box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3); */
  position: relative;
  overflow: hidden;
}

.segmento-tag::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  /* background: linear-gradient(
    to bottom right,
    rgba(255,255,255,0.3) 0%,
    rgba(255,255,255,0) 60%
  ); */
  transform: rotate(30deg);
}

.segmento-icon {
  font-size: 1.5rem;
  color: white;
  margin-right: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.segmento-title {
  color: white;
  margin: 0;
  font-size: 1.5rem !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  /* text-shadow: 0 2px 4px rgba(0,0,0,0.2); */
  position: relative;
}

/* Efeito hover */
.segmento-tag:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4); */
}

.segmento-tag:hover::before {
  animation: shine 1.5s infinite;
}

@keyframes shine {
  0% {
    transform: rotate(30deg) translate(-30%, -30%);
  }
  100% {
    transform: rotate(30deg) translate(30%, 30%);
  }
}

/* Responsivo */
@media (max-width: 768px) {
  .segmento-tag {
    padding: 10px 20px;
  }

  .segmento-icon {
    font-size: 1.2rem;
    margin-right: 10px;
  }

  .segmento-title {
    font-size: 1.2rem;
  }
}
/* Estilos específicos para Pet e Agropecuária */
.segmento-tag.pet-agro {
  /* background: linear-gradient(135deg, #17a2b8 0%, #138496 100%); */
  /* box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3); */
}

.segmento-tag.pet-agro:hover {
  /* box-shadow: 0 6px 20px rgba(23, 162, 184, 0.4); */
}

.segmento-icons {
  display: flex;
  margin-right: 15px;
}

.segmento-icons i {
  font-size: 1.5rem;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.segmento-icons i:first-child {
  transform: rotate(-15deg);
  margin-right: 8px;
}

.segmento-icons i:last-child {
  transform: rotate(10deg);
}

.segmento-tag:hover .segmento-icons i:first-child {
  transform: rotate(-10deg) scale(1.1);
}

.segmento-tag:hover .segmento-icons i:last-child {
  transform: rotate(5deg) scale(1.1);
}

/* Responsivo */
@media (max-width: 768px) {
  .segmento-tag {
    padding: 10px 20px;
  }

  .segmento-icons i {
    font-size: 1.2rem;
  }

  .segmento-title {
    font-size: 1.2rem;
  }
}
/* Estilo específico para Serviços */
.segmento-tag.servicos {
  /* background: linear-gradient(135deg, #dc3545 0%, #c82333 100%); */
  /* box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3); */
}

.segmento-icon {
  font-size: 1.5rem;
  color: white;
  margin-right: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.segmento-title {
  color: white;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Efeitos hover */
.segmento-tag:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4); */
}

.segmento-tag:hover::before {
  animation: shine 1.5s infinite;
}

.segmento-tag:hover .segmento-icon {
  transform: scale(1.1) rotate(-5deg);
}

@keyframes shine {
  0% {
    transform: rotate(30deg) translate(-30%, -30%);
  }
  100% {
    transform: rotate(30deg) translate(30%, 30%);
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .segmento-tag {
    padding: 10px 20px;
  }

  .segmento-icon {
    font-size: 1.2rem;
    margin-right: 10px;
  }

  .segmento-title {
    font-size: 1.2rem;
  }
}

/* Estilo específico para Gastronomia */
.segmento-tag.gastronomia {
  /* background: linear-gradient(135deg, #fd7e14 0%, #e36209 100%); */
  /* box-shadow: 0 4px 15px rgba(253, 126, 20, 0.3); */
}

.segmento-icon {
  font-size: 1.5rem;
  color: white;
  margin-right: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.segmento-title {
  color: white;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Efeitos hover */
.segmento-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(133, 133, 133, 0.4);
}

.segmento-tag:hover::before {
  animation: shine 1.5s infinite;
}

.segmento-tag:hover .segmento-icon {
  transform: scale(1.1) rotate(10deg);
}

@keyframes shine {
  0% {
    transform: rotate(30deg) translate(-30%, -30%);
  }
  100% {
    transform: rotate(30deg) translate(30%, 30%);
  }
}

/* Responsividade */
@media (max-width: 768px) {
  .segmento-tag {
    padding: 10px 20px;
  }

  .segmento-icon {
    font-size: 1.2rem;
    margin-right: 10px;
  }

  .segmento-title {
    font-size: 1.2rem;
  }
}
/* Estilos para o dropdown moderno */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.dropdown-menu {
  border: none;
  border-radius: 10px;
  padding: 15px 0;
  min-width: 280px;
  margin-top: 10px;
}

.dropdown-item {
  padding: 10px 20px;
  transition: all 0.2s;
  border-radius: 5px;
  margin: 0px;
}

.dropdown-item:hover {
  background-color: #ffffff;
  transform: translateX(5px);
}

.dropdown-item h6 {
  font-weight: 600;
}

.dropdown-divider {
  margin: 8px 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ícones */
.dropdown-item .fas {
  font-size: 1.2rem;
}
/* Estilos da Seção */
.benner-erp-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.text-gradient-primary {
  background: linear-gradient(90deg, #2b9846 0%, #20c997 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.highlight-text {
  position: relative;
  z-index: 1;
}

.highlight-text::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(13, 110, 253, 0.2);
  z-index: -1;
  border-radius: 2px;
}

/* Lista de Features */
.benner-features-list {
  list-style: none;
  padding-left: 0;
}

.benner-features-list li {
  padding: 8px 0;
  font-size: 1.1rem;
}

/* Badges Sobrepostas */
.erp-badge-top {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 3;
  transform: rotate(3deg);
}

.erp-badge-bottom {
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 3;
  transform: rotate(-2deg);
}

/* Responsividade */
@media (max-width: 992px) {
  .erp-badge-top {
    right: 10px;
    top: 10px;
  }

  .erp-badge-bottom {
    left: 10px;
    bottom: 10px;
  }
}

@media (max-width: 768px) {
  .benner-erp-section {
    text-align: center;
  }

  .benner-features-list {
    text-align: left;
  }

  .d-flex.flex-wrap {
    justify-content: center;
  }
  .text-mobile {
    font-size: 32px !important;
  }
}
/* Estilos da Seção */
.benner-diferenciais {
  position: relative;
  overflow: hidden;
}

.text-gradient-primary {
  background: linear-gradient(90deg, #2b9846 0%, #4646f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bg-primary-soft {
  background-color: rgba(13, 110, 253, 0.1) !important;
}

.bg-success-soft {
  background-color: rgba(25, 135, 84, 0.1) !important;
}

.bg-warning-soft {
  background-color: rgba(255, 193, 7, 0.1) !important;
}

/* Cards Interativos */
.diferencial-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.diferencial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.card-hover-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #2b9846 0%, #20c997 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

/* Estilos para o Card Aprimorado */
.diferencial-content {
  height: calc(100% - 80px); /* Ajuste para alinhar os hovers */
  display: flex;
  flex-direction: column;
}

.benner-benefits-list {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
}

.benner-benefits-list li {
  padding: 0.3rem 0;
  position: relative;
  padding-left: 1.75rem;
}

.benner-benefits-list i {
  position: absolute;
  left: 0;
  top: 0.4rem;
  font-size: 0.9rem;
}

/* Melhoria no espaçamento dos parágrafos */
.diferencial-card p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
/* Estilos para os canais de suporte */
.support-channels {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
  margin: 1rem 0;
}

.channel-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.channel-item i {
  font-size: 1.1rem;
}
.bi-check-circle {
  font-size: 16px !important;
}
.font_diferenciais {
  font-size: 24px;
}
.text_servico {
  color: #2c9c48;
  /* text-shadow: #000 2px 2px 2px; */
}
.bg-servico {
  background: #2c9c48;
}
/* h4 {
  text-shadow: #000 1px 1px 1px;
} */
.badge {
  background: #28a992 !important;
  padding: 10px 25px;
  font-size: 16px;
}

.solution-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.solution-card {
  background: white;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  border: 5px solid transparent;
}

.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #28a992;
}

.solution-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #28a992;
}

.solution-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #28a992;
}

.features-list {
  text-align: left;
  margin-top: 40px;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.features-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.features-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #2b9846;
}

.section-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #2b9846;
  margin: 15px auto;
  border-radius: 2px;
}
.footer-item span {
  font-size: 10px !important;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}
.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-thumbnail:hover .play-icon {
  transform: scale(1.1);
  box-shadow: 0 0 0 10px rgba(40, 169, 146, 0.2);
}

.btn-outline-cean {
  color: #28a992;
  border-color: #28a992;
}

.btn-outline-cean:hover {
  background-color: #28a992;
  color: white;
}



/* botão com efeito para serviço */
.btn.btn-secondary {
  color: var(--bs-white);
  background: gray !important;
  border: 1px solid gray !important;
  /* position: relative; */
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 20px;
  padding: 10px 25px;
}

.btn.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: -1;
}

.btn.btn-secondary:hover {
  background: #2c9c48 !important;
  border: 1px solid #2c9c48 !important;
  box-shadow: 0 0 10px hsla(135, 56%, 39%, 0.5);
}

.btn.btn-secondary:hover::before {
  transform: translateX(100%);
}

/* botão com efeito para serviço */
.btn.btn-secondary-cta {
  color: #2c9c48;
  background: white !important;
  border: 1px solid white !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 20px;
}

.btn.btn-secondary-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: -1;
}

.btn.btn-secondary-cta:hover {
  background: gray !important;
  color: white !important;
  border: 1px solid #2c9c48 !important;
  box-shadow: 0 0 10px hsla(135, 56%, 39%, 0.5);
}

.btn.btn-secondary-cta:hover::before {
  transform: translateX(100%);
}

/* Efeito de brilho na borda */
.btn.btn-secondary-cta::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid transparent;
  border-radius: inherit;
  transition: all 0.3s ease;
  z-index: -1;
}

.btn.btn-secondary-cta:hover::after {
  border-color: hsla(135, 56%, 39%, 0.4);
  animation: borderPulse 1.5s infinite;
}

/* botão com efeito para Comercio */
.btn.btn-tertiary {
  color: var(--bs-white);
  background: gray !important;
  border: 1px solid gray !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 20px;
  padding: 10px 25px;
}

.btn.btn-tertiary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: -1;
}

.btn.btn-tertiary:hover {
  background: #ba1117 !important;
  border: 1px solid #ba1117 !important;
  box-shadow: 0 0 10px hsla(358, 83%, 40%, 0.5);
}

.btn.btn-tertiary:hover::before {
  transform: translateX(100%);
}

/* botão com efeito para serviço */
.btn.btn-tertiary-cta {
  color: #ba1117;
  background: white !important;
  border: 1px solid white !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 20px;
}

.btn.btn-tertiary-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: -1;
}

.btn.btn-tertiary-cta:hover {
  background: gray !important;
  color: white !important;
  border: 1px solid #ba1117 !important;
  box-shadow: 0 0 10px hsla(358, 83%, 40%, 0.5);
}

.btn.btn-tertiary-cta:hover::before {
  transform: translateX(100%);
}


/* botão com efeito para Comercio */
.btn.btn-quaternary {
  color: var(--bs-white);
  background: gray !important;
  border: 1px solid gray !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 20px;
  padding: 10px 25px;
}

.btn.btn-quaternary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: -1;
}

.btn.btn-quaternary:hover {
  background: #e67e22 !important;
  border: 1px solid #e67e22 !important;
  box-shadow: 0 0 10px hsla(28, 80%, 52%, 0.5);
}

.btn.btn-quaternary:hover::before {
  transform: translateX(100%);
}

/* botão com efeito para serviço */
.btn.btn-quaternary-cta {
  color: #e67e22;
  background: white !important;
  border: 1px solid white !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  border-radius: 20px;
}

.btn.btn-quaternary-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: -1;
}

.btn.btn-quaternary-cta:hover {
  background: gray !important;
  color: white !important;
  border: 1px solid #e67e22 !important;
  box-shadow: 0 0 10px hsla(28, 80%, 52%, 0.4);
}

.btn.btn-quaternary-cta:hover::before {
  transform: translateX(100%);
}

.box{
  background: white;
  border-radius: 20px;
  padding: 0px 10px;
}
@media (max-width: 600px){
  .mobile-img img{
    width: 300px!important;
  }

}
@media (max-width: 400px){
  .mobile-img img{
    width: 250px!important;
  }

}
@media (min-width: 600px){
  .mobile-img-service img{
    max-width: 500px!important;
  }

}
@media (max-width: 400px){
  .mobile-img-service img{
    width: 350px!important;
  }

}