@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container h2 span {
  color: #00bbf0;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(130deg, #02152f, #050b13);
}

.sub_page .hero_area {
  min-height: auto;
  background: linear-gradient(130deg, #231a6f, #0f054c);
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_section .navbar-brand {
  margin: 0;
  padding: 0;
  text-align: center;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #00bbf0;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  font-weight: 600;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #00bbf0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #00204a;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: #007fa4;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box {
  margin: 45px 0;
}

.slider_section .img-box img {
  width: 100%;
  -webkit-animation: upDown 5s infinite;
          animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #00bbf0;
}

.service_section {
  padding: 100px 0;
  background-color: #ffffff;
}

.module_block {
  margin-bottom: 30px;
}

.module_block:last-child {
  margin-bottom: 0;
}

.content_col {
  padding-right: 60px;
}

.flex-row-reverse .content_col {
  padding-right: 0;
  padding-left: 60px;
}

.subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #00bbf0;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  display: block;
}

.module_content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 25px;
  line-height: 1.2;
  word-wrap: break-word;
}

.highlight {
  color: #00bbf0;
}

.description {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 40px;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 15px;
}

.feature i {
  width: 40px;
  height: 40px;
  background: rgba(0, 187, 240, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00bbf0;
  font-size: 20px;
}

.feature span {
  font-size: 16px;
  color: #444;
  font-weight: 500;
}

.image_col {
  position: relative;
}

.module_image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .content_col, .flex-row-reverse .content_col {
    padding: 0;
    margin-bottom: 50px;
  }

  .module_content h2 {
    font-size: 36px;
  }

  .module_block {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .service_section {
    padding: 60px 0;
  }

  .module_content h2 {
    font-size: 32px;
  }
}

.about_section {
  background-color: #f8f9fa;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.about_content {
  padding-right: 40px;
}

.feature_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.feature_card {
  background: #ffffff;
  padding: 25px;
  border-radius: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature_icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 187, 240, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.feature_icon i {
  font-size: 24px;
  color: #00bbf0;
}

.feature_text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.feature_text p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

.about_image {
  position: relative;
  padding: 20px;
}

.main_image {
  width: 100%;
  border-radius: 20px;
}

.experience_badge {
  position: absolute;
  bottom: 40px;
  left: 0;
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.experience_badge .number {
  font-size: 36px;
  font-weight: 700;
  color: #00bbf0;
  line-height: 1;
}

.experience_badge .text {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .about_content {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .feature_grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about_section {
    padding: 60px 0;
  }

  .experience_badge {
    display: none;
  }
}

.why_section {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
}

.pharmacy_features {
  max-width: 900px;
  margin: 60px auto 0;
  position: relative;
}

.feature_block {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
  position: relative;
}

.feature_block:last-child {
  margin-bottom: 0;
}

.feature_icon_wrapper {
  position: relative;
  padding-right: 30px;
}

.feature_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(0, 187, 240, 0.1) 0%, rgba(0, 187, 240, 0.2) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.feature_icon i {
  font-size: 35px;
  color: #00bbf0;
}

.connector_line {
  position: absolute;
  top: 90px;
  left: 40px;
  width: 2px;
  height: calc(100% + 30px);
  background: linear-gradient(to bottom, #00bbf0 50%, transparent);
  opacity: 0.2;
}

.feature_block:last-child .connector_line {
  display: none;
}

.feature_content {
  flex: 1;
}

.feature_content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.feature_items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.feature_tag {
  background: rgba(0, 187, 240, 0.05);
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.feature_tag:hover {
  background: rgba(0, 187, 240, 0.1);
  transform: translateX(5px);
}

.feature_tag i {
  font-size: 16px;
  color: #00bbf0;
}

.feature_tag span {
  font-size: 15px;
  color: #666;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .feature_block {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }

  .feature_icon_wrapper {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .connector_line {
    display: none;
  }

  .feature_icon {
    width: 60px;
    height: 60px;
  }

  .feature_icon i {
    font-size: 28px;
  }

  .feature_content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .feature_items {
    gap: 10px;
  }

  .feature_tag {
    padding: 8px 15px;
  }
}

.team_section {
  background: #f8f9fa;
  padding: 100px 0;
  position: relative;
}

.stock_container {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Status do Estoque */
.stock_status {
  margin-top: -8%;
  background: white;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
  grid-column: span 2;
}

.status_ring {
  position: relative;
  width: 150px;
  height: 150px;
}

.status_ring svg {
  transform: rotate(-90deg);
}

.ring_bg, .ring_progress {
  fill: none;
  stroke-width: 8;
}

.ring_bg {
  stroke: #f0f0f0;
}

.ring_progress {
  stroke: #00bbf0;
  stroke-dasharray: 283;
  stroke-dashoffset: 42;
  transition: stroke-dashoffset 1s ease;
}

.ring_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ring_value {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #2d2d2d;
}

.ring_label {
  font-size: 14px;
  color: #666;
}

.status_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info_item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info_item i {
  font-size: 24px;
  color: #00bbf0;
}

.item_value {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2d2d2d;
}

.item_label {
  font-size: 14px;
  color: #666;
}

/* Categorias */
.stock_categories {
  background: white;
  border-radius: 20px;
  padding: 30px;
}

.category_item {
  margin-bottom: 25px;
}

.category_item:last-child {
  margin-bottom: 0;
}

.category_header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.category_header i {
  color: #00bbf0;
}

.category_bar {
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

.bar_progress {
  height: 100%;
  background: #00bbf0;
  border-radius: 4px;
  transition: width 1s ease;
}

.category_stats {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

.trend {
  font-weight: 500;
}

.trend.up { color: #34c759; }
.trend.down { color: #ff3b30; }

.funcionalidades {
  background: white;
  border-radius: 20px;
  padding: 30px;
}

/* Alertas */
.stock_alerts {
  width: 207%;
  background: white;
  border-radius: 20px;
  padding: 30px;
}

@media (max-width: 768px) {
  .stock_alerts {
    width: 100%;
  }
}

@media (max-width: 942px) {
  .stock_alerts {
    width: 100%;
  }
}

.stock_alerts h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #2d2d2d;
}

.alert_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.alert_item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
}

.alert_item.critical {
  background: rgba(255, 59, 48, 0.1);
  color: #ff3b30;
}

.alert_item.warning {
  background: rgba(255, 149, 0, 0.1);
  color: #ff9500;
}

.alert_item.info {
  background: rgba(0, 187, 240, 0.1);
  color: #00bbf0;
}

.alert_value {
  margin-left: auto;
  font-weight: 500;
}

/* Funcionalidades */
.stock_features {
  grid-column: span 2;
  /* display: grid; */
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature_item {
  background: white;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.feature_item:hover {
  transform: translateY(-5px);
}

.feature_item i {
  font-size: 30px;
  color: #00bbf0;
  margin-bottom: 15px;
}

.feature_item h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #2d2d2d;
}

.feature_item p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* Responsividade */
@media (max-width: 991px) {
  .stock_container {
    grid-template-columns: 1fr;
  }

  .stock_status {
    grid-column: span 1;
    flex-direction: column;
  }

  .stock_features {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .status_info {
    width: 100%;
  }

  .category_stats {
    flex-direction: column;
    gap: 5px;
  }
}

.info_section {
  background-color: #00204a;
  color: #ffffff;
  padding: 45px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #00bbf0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #00bbf0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #00bbf0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #00bbf0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #007fa4;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #00204a;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

.main_heading {
  margin-bottom: 100px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.main_subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #00bbf0;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}

.main_title {
  font-size: 52px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 20px;
  line-height: 1.2;
}

.title_separator {
  width: 80px;
  height: 4px;
  background: #00bbf0;
  margin: 25px auto;
  border-radius: 2px;
}

.main_description {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

@media (max-width: 768px) {
  .main_heading {
    margin-bottom: 60px;
  }

  .main_title {
    font-size: 36px;
  }

  .main_description {
    font-size: 18px;
  }
}

.calendar_features {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}

.time_slot {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: rgba(0, 187, 240, 0.03);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.time_slot:hover {
  background: rgba(0, 187, 240, 0.08);
  transform: translateX(10px);
}

.time_icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 187, 240, 0.1);
}

.time_icon i {
  font-size: 24px;
  color: #00bbf0;
}

.time_info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 5px;
}

.time_info p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.calendar_preview {
  position: relative;
  padding: 20px;
}

.calendar_image {
  width: 100%;
  border-radius: 20px;
}

.floating_notification {
  position: absolute;
  bottom: 40px;
  left: 0;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  animation: float 3s ease-in-out infinite;
}

.floating_notification i {
  font-size: 24px;
  color: #00bbf0;
}

.notification_content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 5px;
}

.notification_content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

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

@media (max-width: 991px) {
  .time_slot:hover {
    transform: translateX(0);
  }
  
  .floating_notification {
    display: none;
  }
}

.pharmacy_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
}

.section_description {
  font-size: 18px;
  color: #666;
  margin: 20px auto 40px;
  max-width: 700px;
}

.pharmacy_features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: -57px;
}

.feature_card {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.feature_card .card_header {
  background: #71B8D6;
  border-radius: 10px;
  padding: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.feature_card .card_icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.feature_card .card_icon svg {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.feature_card h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.feature_card .info_group h4 {
  color: #2d2d2d;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.feature_card .info_group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature_card .info_group li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #666;
}

.feature_card .info_group li i {
  color: #71B8D6;
  margin-right: 10px;
}

/* Responsividade */
@media (max-width: 768px) {
  .pharmacy_features {
    grid-template-columns: 1fr;
  }
}

.records_section {
  background: #ffffff;
  padding: 100px 0;
  position: relative;
}

.emr_container {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 20px;
}

/* Grid de Módulos */
.emr_modules {
  margin-top: -6%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

/* Módulo Individual */
.module_item {
  position: relative;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.module_item:hover {
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.module_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #00bbf0;
  border-radius: 20px 20px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.module_item:hover::before {
  opacity: 1;
}

/* Cabeçalho do Módulo */
.module_header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.module_header i {
  font-size: 24px;
  color: #00bbf0;
}

.module_title {
  font-size: 18px;
  font-weight: 500;
  color: #2d2d2d;
}

/* Lista de Funcionalidades */
.module_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.module_list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: #666;
  font-size: 15px;
  transition: all 0.3s ease;
}

.module_list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.module_list li i {
  color: #00bbf0;
  font-size: 16px;
}

.module_list li:hover {
  color: #00bbf0;
  transform: translateX(5px);
}

/* Barra de Informações */
.info_bar {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.info_item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.info_item i {
  font-size: 20px;
  color: #00bbf0;
}

.info_item span {
  font-size: 15px;
  color: #666;
}

/* Responsividade */
@media (max-width: 1200px) {
  .emr_modules {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .emr_modules {
    grid-template-columns: 1fr;
  }

  .info_bar {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 20px;
  }

  .info_item {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .module_header {
    flex-direction: column;
    text-align: center;
  }

  .module_list li {
    font-size: 14px;
  }
}

.financial_section {
  background: #f8f9fa;
  padding: 100px 0;
  position: relative;
}

.finance_container {
  max-width: 1200px;
  margin: 0px auto 0;
  padding: 0 20px;
}

/* Indicadores */
.finance_indicators {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.indicator {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.indicator:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.indicator i {
  font-size: 32px;
  color: #00bbf0;
  margin-bottom: 15px;
}

.indicator_label {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

/* Nova barra de progresso */
.indicator_bar {
  width: 100%;
  height: 6px;
  background: rgba(0, 187, 240, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.bar_progress {
  height: 100%;
  background: #00bbf0;
  border-radius: 3px;
  transition: width 1s ease-in-out;
  position: relative;
}

.bar_progress::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Módulos Financeiros */
.finance_modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.finance_module {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.finance_module:hover {
  background: #f8f9fa;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.module_content {
  text-align: left;
}

.module_content i {
  font-size: 24px;
  color: #00bbf0;
}

.module_content h3 {
  font-size: 20px;
  color: #2d2d2d;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.module_features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.module_features li {
  color: #666;
  font-size: 15px;
  padding: 8px 0;
  position: relative;
  padding-left: 20px;
}

.module_features li::before {
  content: '•';
  color: #00bbf0;
  position: absolute;
  left: 0;
}

/* Responsividade */
@media (max-width: 991px) {
  .finance_indicators {
    grid-template-columns: repeat(2, 1fr);
  }

  .finance_modules {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .finance_indicators {
    grid-template-columns: 1fr;
  }

  .indicator {
    padding: 25px;
  }

  .indicator_value {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .module_content h3 {
    font-size: 18px;
  }

  .module_features li {
    font-size: 14px;
  }
}

.portal_section {
  background: #ffffff;
  padding: 100px 0;
}

.portal_container {
  max-width: 1200px;
  margin: -39px auto 0;
  padding: 0 20px;
}

.features_wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Ajuste para os últimos dois cards */
.features_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature_box {
  position: relative;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(33.333% - 20px);
  min-width: 300px;
  max-width: 380px;
}

/* Ajuste específico para os últimos dois cards */
.feature_box:nth-last-child(-n+2) {
  width: calc(33.333% - 20px);
}

/* Resto do CSS permanece igual */
.feature_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 187, 240, 0.1), rgba(0, 144, 184, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 187, 240, 0.1);
}

.feature_box:hover::before {
  opacity: 1;
}

.feature_icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00bbf0, #0090b8);
  transition: all 0.4s ease;
}

.feature_box:hover .feature_icon {
  transform: scale(1.1) rotate(5deg);
}

.feature_icon svg {
  width: 35px;
  height: 35px;
  color: #ffffff;
}

.feature_box h3 {
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px 0;
  transition: color 0.3s ease;
}

.feature_box p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}

/* Responsividade */
@media (max-width: 991px) {
  .feature_box {
    width: calc(50% - 15px);
  }

  .feature_box:nth-last-child(-n+2) {
    width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .feature_box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .feature_box:nth-last-child(-n+2) {
    width: 100%;
  }

  .feature_box {
    padding: 30px 25px;
  }

  .feature_icon {
    width: 60px;
    height: 60px;
  }

  .feature_icon svg {
    width: 30px;
    height: 30px;
  }

  .feature_box h3 {
    font-size: 20px;
  }

  .feature_box p {
    font-size: 15px;
  }
}

/* Logo centralizada */
.logo_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.logo_container img {
  max-height: 50px;
  width: auto;
  margin: 0 auto;
}

/* Container principal */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Responsividade */
@media (max-width: 768px) {
  .logo_container img {
    max-height: 40px;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 28px;
    box-sizing: border-box;
  }
}

.doctor_portal_section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.doctor_portal_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,123,255,0.03) 0%, rgba(0,123,255,0) 100%);
  pointer-events: none;
}

.main_heading {
  margin-bottom: 80px;
  position: relative;
}

.main_title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.titulo_transporte {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.highlight {
  color: #007bff;
  position: relative;
}

.title_separator {
  width: 80px;
  height: 3px;
  background: #007bff;
  margin: 20px auto;
  position: relative;
}

.subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.modern_features {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.features_column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature_item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 20px;
  transition: all 0.3s ease;
  border-radius: 16px;
  position: relative;
  text-align: left;
  margin-left: auto;
  width: 90%;
}

.feature_item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.feature_item:hover::before {
  opacity: 1;
}

.feature_icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-top: 10px;
}

.feature_item:hover .feature_icon {
  transform: scale(1.1);
}

.feature_icon svg {
  width: 32px;
  height: 32px;
}

.feature_content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 84px;
}

.feature_content h3 {
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.2;
}

.feature_content p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 992px) {
  .modern_features {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .features_column {
    gap: 30px;
  }

  .feature_item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main_title {
    font-size: 2rem;
  }

  .doctor_portal_section {
    padding: 60px 0;
  }

  .feature_item {
    padding: 15px;
  }

  .feature_icon {
    width: 56px;
    height: 56px;
  }

  .feature_content h3 {
    font-size: 1.2rem;
  }
}

.reports_section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Mantém os estilos existentes do título */
.main_heading { /* ... */ }

/* Novo Layout Dashboard */
.dashboard_container {
  max-width: 1200px;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  padding: 0 20px;
}

/* Métricas Grid */
.metrics_grid {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.metric_card {
  background: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.metric_card:hover {
  transform: translateY(-5px);
}

.metric_value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3436;
  margin-bottom: 8px;
}

.metric_label {
  color: #636e72;
  font-size: 1rem;
  margin-bottom: 12px;
}

.metric_trend {
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.metric_trend.up {
  color: #00b894;
}

.metric_trend.stable {
  color: #fdcb6e;
}

/* Gráfico Principal */
.main_chart {
  grid-column: span 4;
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.chart_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.chart_header h3 {
  font-size: 1.25rem;
  color: #2d3436;
}

.chart_filters {
  display: flex;
  gap: 12px;
}

.chart_filters button {
  padding: 8px 16px;
  border: none;
  background: #f1f2f6;
  border-radius: 8px;
  color: #636e72;
  cursor: pointer;
  transition: all 0.3s ease;
}

.chart_filters button.active {
  background: #007bff;
  color: white;
}

.chart_filters button:hover {
  background: #007bff;
  color: white;
}

.chart_content {
  height: 300px;
  position: relative;
  display: flex;
  padding-left: 60px; /* Aumentei mais o espaço para a escala */
}

.chart_scale {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
  width: 60px; /* Aumentei a largura para acomodar os números */
}

.chart_scale::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e9ecef;
}

.chart_scale span {
  font-size: 0.75rem;
  color: #6c757d;
  transform: translateY(50%);
  text-align: right;
  width: 100%;
  padding-right: 15px; /* Espaço entre o número e a linha vertical */
  position: relative;
}

.chart_placeholder {
  display: none;
  width: 100%;
  height: 100%;
  margin-left: 15px; /* Espaço entre a linha vertical e o gráfico */
}

.chart_placeholder.active {
  display: block;
}

.chart_line {
  width: 100%;
  height: 100%;
}

.line_graph {
  width: 100%;
  height: calc(100% - 30px);
}

.chart_labels {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.chart_labels span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.chart_placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.chart_placeholder.active {
  opacity: 1;
  visibility: visible;
}

/* Estilos para gráfico de barras (Diário) */
.chart_bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.bar {
  width: 40px;
  background: linear-gradient(180deg, #007bff 0%, #0056b3 100%);
  border-radius: 8px 8px 0 0;
  transition: height 0.3s ease;
  position: relative;
}

.bar span {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: #666;
}

/* Estilos para gráfico de linha (Semanal) */
.chart_line {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30px; /* Espaço para labels */
}

.chart_labels {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.chart_labels span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.graph_line {
  fill: none;
  stroke-width: 3;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLine 2s ease-out forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

.daily {
  stroke: #28a745;
  animation-delay: 0.2s;
}

.weekly {
  stroke: #007bff;
  animation-delay: 0.2s;
}

.monthly {
  stroke: #fd7e14;
  animation-delay: 0.2s;
}

/* Estilos para gráfico circular (Mensal) */
.chart_circles {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(#007bff calc(var(--size) * 1%), #e9ecef 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circle::before {
  content: '';
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  position: absolute;
}

.circle span {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d3436;
  position: relative;
  z-index: 1;
}

.circle small {
  font-size: 0.8rem;
  color: #636e72;
  position: relative;
  z-index: 1;
}

/* Cards de Relatórios */
.report_cards {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.report_item {
  background: white;
  border-radius: 16px; 
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.report_item:hover {
  transform: translateY(-5px);
}

.report_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.report_header svg {
  width: 20px;
  height: 20px;
  color: #007bff;
}

.report_icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.report_icon svg {
  width: 24px;
  height: 24px;
  color: white;
}

.report_icon.financial {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.report_icon.inventory {
  background: linear-gradient(135deg, #00b894 0%, #00896c 100%);
}

.report_info {
  flex: 1;
}

.report_info h4 {
  font-size: 1.1rem;
  color: #2d3436;
  margin: 0;
}

.report_info p {
  color: #636e72;
  font-size: 0.9rem;
  margin: 0;
}

@media (max-width: 992px) {
  .metrics_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .report_cards {
    grid-template-columns: 1fr;
  }

  .chart_line {
    width: 92% !important;
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .metrics_grid {
    grid-template-columns: 1fr;
  }
  
  .chart_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .chart_filters {
    width: 100%;
    overflow-x: auto;
  }

  .time_labels span {
    font-size: 0.7rem;
    transform: rotate(-45deg);
    transform-origin: left;
  }
  
  .chart_line {
    width: 86% !important;
    padding-top: 50px;
  }
}

.vision_section {
  padding: 120px 0;
  background: #040f1e;
  position: relative;
  overflow: hidden;
}

.vision_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.vision_text {
  flex: 1;
  position: relative;
}

.vision_headline {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
}

.highlight_text {
  background: linear-gradient(120deg, #007bff, #00b894);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.highlight_text::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(120deg, #007bff, #00b894);
  opacity: 0.3;
}

.dynamic_words {
  display: inline-flex;
  position: relative;
  height: 60px; /* Ajuste conforme necessário */
  overflow: hidden;
}

.dynamic_words span {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  background: linear-gradient(120deg, #007bff, #00b894);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: wordRotate 4s infinite;
}

.dynamic_words .word_2 {
  animation-delay: 2s;
}

@keyframes wordRotate {
  0%, 45%, 100% { opacity: 0; transform: translateY(20px); }
  50%, 95% { opacity: 1; transform: translateY(0); }
}

.vision_line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #00b894);
  margin-top: 30px;
  border-radius: 2px;
}

.vision_logo {
  flex: 0 0 400px;
  position: relative;
}

.logo_wrapper {
  position: relative;
  width: 100%;
}

.floating_logo {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: floatingLogo 6s ease-in-out infinite;
}

@media (max-width: 768px) {
  .floating_logo{
    position: relative;
    width: 70%;
    height: 100%;
    object-fit: contain;
    animation: floatingLogo 6s ease-in-out infinite;
  }
}

@media (max-width: 992px) {
  .floating_logo{
    position: relative;
    width: 70%;
    height: 100%;
    object-fit: contain;
    animation: floatingLogo 6s ease-in-out infinite;
  }
}

.logo_blur {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 20px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 70%);
  filter: blur(5px);
  animation: shadowPulse 6s ease-in-out infinite;
}

.logo_glow {
  position: absolute;
  inset: -20px;
  background: radial-gradient(circle at center, rgba(0,123,255,0.1) 0%, rgba(0,184,148,0) 70%);
  filter: blur(20px);
  opacity: 0.5;
  animation: glowPulse 4s ease-in-out infinite;
}

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

@keyframes shadowPulse {
  0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.3; }
  50% { transform: translateX(-50%) scale(0.8); opacity: 0.2; }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.3; }
}

@media (max-width: 992px) {
  .vision_content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .vision_headline {
    font-size: 2.5rem;
  }

  .vision_logo {
    flex: 0 0 300px;
  }

  .metrics_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .chart_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .vision_section {
    padding: 80px 0;
  }

  .vision_headline {
    font-size: 2rem;
  }

  .vision_logo {
    flex: 0 0 250px;
  }

  .metrics_grid {
    grid-template-columns: 1fr;
  }

  .chart_header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }

  .client_section .client_container {
    width: 100%;
  }

  .client_section .box {
    margin: 0;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    position: unset;
    margin: 0 2.5px;
  }

  .slider_section .detail-box h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 420px) {
  .service_section .box {
    flex-direction: column;
  }

  .service_section .box .img-box {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}

.footer {
  background-color: #040f1e;
  padding: 60px 0 30px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Efeito de bolhas no background */
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 90% 20%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 50%),
              radial-gradient(circle at 10% 80%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 50%);
  pointer-events: none;
}

.footer_content {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.footer_contacts {
  text-align: center;
}

.footer_contacts h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.contact_info {
  display: flex;
  justify-content: center;
}

.contact_row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.contact_item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 20px;
  border-radius: 8px;
  white-space: nowrap;
}

.contact_item:hover {
  background: rgb(255, 255, 255);
}

.contact_item svg {
  width: 20px;
  height: 20px;
  fill: #007bff;
}

/* Developed By */
.footer_developed {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.developer_name {
  color: white;
  font-weight: 500;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }

  .footer_content {
    justify-content: center;
  }

  .footer_contacts {
    text-align: center;
  }

  .contact_row {
    flex-direction: column;
    gap: 15px;
  }

  .contact_item {
    justify-content: center;
  }
}

/* Estilo global para todas as sections */
section {
  background-color: #040f1e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.filter_btn {
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: white;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.filter_btn.active {
  background: rgba(255, 255, 255, 0.1);
}

.filter_btn[data-period="daily"].active {
  border-color: #4CAF50;
}

.filter_btn[data-period="weekly"].active {
  border-color: #2196F3;
}

.filter_btn[data-period="monthly"].active {
  border-color: #FF5722;
}

/* Reports Section Styles */
.reports_section {
  background: #ffffff;
  color: #2c3e50;
}

.dashboard_wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.metrics_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.metric_card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.metric_card:hover {
  transform: translateY(-5px);
}

.metric_icon {
  background: rgba(0, 123, 255, 0.1);
  padding: 12px;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metric_icon svg {
  width: 24px;
  height: 24px;
  fill: #007bff;
}

.metric_content h3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #6c757d;
}

.metric_value {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #2c3e50;
}

.metric_trend {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.metric_trend.positive {
  color: #28a745;
}

.metric_trend.negative {
  color: #dc3545;
}

.metric_trend.neutral {
  color: #ffc107;
}

.chart_container {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.chart_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.chart_header h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
}

.chart_filters {
  display: flex;
  gap: 12px;
}

.filter_btn {
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #e9ecef;
  background: #ffffff;
  color: #6c757d;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.filter_btn:hover {
  background: #f8f9fa;
}

.filter_btn.active {
  background: #007bff;
  color: #ffffff;
  border-color: #007bff;
}

.chart_content {
  height: 300px;
  position: relative;
}

.chart_line {
  margin-left: 45px;
  width: 94%;
  height: 100%;
}

.graph_line {
  fill: none;
  stroke-width: 3;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLine 2s ease-out forwards;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

.daily {
  stroke: #28a745;
  animation-delay: 0.2s;
}

.weekly {
  stroke: #007bff;
  animation-delay: 0.2s;
}

.monthly {
  stroke: #fd7e14;
  animation-delay: 0.2s;
}

.filter_btn[data-period="daily"].active {
  background: #28a745;
  border-color: #28a745;
}

.filter_btn[data-period="weekly"].active {
  background: #007bff;
  border-color: #007bff;
}

.filter_btn[data-period="monthly"].active {
  background: #fd7e14;
  border-color: #fd7e14;
}

@media (max-width: 992px) {
  .metrics_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .metrics_grid {
    grid-template-columns: 1fr;
  }
  
  .chart_header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

.chart_line {
  opacity: 1;
  transform: none;
}

.chart_line.visible {
  opacity: 1;
  transform: none;
}

/* Estilos para a seção de controle de estoque */
.stock_control_section {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  background-color: #f4f4f9;
}

.stock_control_item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: 30%;
  text-align: center;
}

.stock_control_item:hover {
  transform: translateY(-5px);
}

.control_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.control_icon {
  background: #007bff;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #fff;
}

.control_title h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #333;
}

.control_description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

.stock_info {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.info_item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333;
}

.info_item i {
  margin-right: 10px;
  color: #007bff;
}

/* Transport Section Styles */
.transport_section {
  background: linear-gradient(135deg, #040f1e 0%, #0a1f3c 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.transport_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 90% 10%, rgba(0,123,255,0.1) 0%, transparent 50%),
              radial-gradient(circle at 10% 90%, rgba(0,184,148,0.1) 0%, transparent 50%);
  pointer-events: none;
}

.transport_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.transport_card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  display: block; /* Remove o flex do card inteiro */
}

.title_desc{
  margin-left: 14%;
}

@media (max-width: 942px) {
  .title_desc{
    margin-left: 14%;
  }
}

@media (max-width: 768px) {
  .title_desc{
    margin-left: 25%;
  }
}



.diaria_card {
  width: 210%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  display: block; /* Remove o flex do card inteiro */
}

@media (max-width: 768px) {
  .diaria_card {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    display: block; /* Remove o flex do card inteiro */
  }
}

.diaria_card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}

.transport_card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}

.transport_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  transition: 0.5s;
}

.transport_card:hover::before {
  transform: translateX(100%);
}

.card_icon {
  width: 60px;
  height: 60px;
  /* background: rgba(0, 123, 255, 0.1); */
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left; /* Faz o ícone flutuar à esquerda */
}

.icon_animated {
  width: 35px;
  height: 35px;
  fill: #007bff;
  transition: transform 0.3s ease;
}

.transport_card:hover .icon_animated {
  transform: scale(1.1) rotate(5deg);
}

.transport_card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
  padding-top: 10px; /* Ajusta alinhamento vertical com o ícone */
}

.transport_card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  clear: both; /* Força o parágrafo a ficar abaixo do ícone e título */
  margin-top: 20px;
}

.progress_ring {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  transform: rotate(-90deg);
}

.circular_progress {
  width: 100%;
  height: 100%;
}

.circular_progress path {
  fill: none;
  stroke: #007bff;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1s ease;
}

.transport_card:hover .circular_progress path {
  stroke-dashoffset: 25;
}

/* Timeline Styles */
.history_timeline {
  margin-top: 80px;
  padding: 40px 0;
}

.timeline_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
  color: #ffffff;
}

.timeline_wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline_wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.timeline_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.timeline_dot {
  width: 20px;
  height: 20px;
  background: #007bff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.timeline_content {
  width: 45%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-left: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  animation: fadeIn 0.5s ease forwards;
  opacity: 0;
}

.timeline_item:nth-child(odd) .timeline_content {
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
}

.timeline_content h4 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.timeline_content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .transport_grid {
    grid-template-columns: 1fr;
  }

  .timeline_wrapper::before {
    left: 20px;
  }

  .timeline_item {
    justify-content: flex-start;
  }

  .timeline_content {
    width: calc(100% - 60px);
    margin-left: 20px !important;
    text-align: left !important;
  }

  .timeline_item:nth-child(odd) .timeline_content {
    margin-right: 0;
  }
}

.transport_card .card_icon {
  margin-right: 20px;
  flex-shrink: 0;
}

.transport_card h3,
.transport_card p {
  margin-left: 0;
}