@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');

/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
.img-carr {
  position: relative;
  top: 80;
}
#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 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;
}

.btn-primary {
  background: #6a140f !important;
  color: var(--bs-white) !important;
  border: none;
}

.btn-primary:hover {
  background: #a41916 !important;
  color: var(--bs-white) !important;
  transform: translateY(-2px);
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: #a41916 !important;
}

.btn.btn-dark {
  color: var(--bs-white);
  border: none;
}

.btn.btn-dark:hover {
  color: var(--bs-primary);
  background: var(--bs-light);
}

/* Topbar Styles */
.topbar-premium {
  border-bottom: 1px solid #f1f1f1;
  max-width: 1140px;
}

.topbar-divider {
  width: 1px;
  height: 20px;
  background-color: #dee2e6;
}

.topbar-premium .dropdown-toggle {
  font-size: 0.85rem;
  padding: 4px 12px;
}

.topbar-premium .dropdown-menu {
  min-width: 200px;
}

/* Audiobook Player Topbar */
.audio-controls-topbar {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  z-index: 1050;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.audiobook-player-topbar {
  position: relative;
}

.audio-progress-topbar {
  cursor: pointer;
  background-color: #e9ecef;
}

.audio-progress-topbar .progress-bar {
  transition: width 0.1s linear;
}

/* Navbar Styles */
.nav-bar {
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Responsividade */
@media (max-width: 991.98px) {
  .nav-bar {
    padding: 10px 0;
  }
  
  .nav-btn .btn {
    margin: 10px 0;
  }
}

/*** Navbar Start ***/
.nav-bar {
  background: var(--bs-white);
  transition: 1s;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.nav-bar .navbar-light .navbar-brand img {
  max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 14px;
} 

.navbar .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 15px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: var(--bs-primary);
}

@media (max-width: 991px) {
  .navbar {
    padding: 20px 0;
  }

  .navbar .navbar-nav .nav-link {
    padding: 0;
  }

  .navbar .navbar-nav .nav-item {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .navbar .navbar-nav .nav-btn {
    display: flex;
    justify-content: start;
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    margin-top: 20px;
    padding-bottom: 20px;
    background: var(--bs-light);
    border-radius: 10px;
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }
}

.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 .dropdown-item:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

@media (min-width: 992px) {
  .navbar {
    padding: 20px 0;
  }

  .navbar .nav-btn {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .navbar .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: var(--bs-light); */
    border-radius: 10px;
  }

  .navbar .navbar-nav .nav-btn {
    /* width: 100%; */
    display: flex;
    /* margin-left: auto; */
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 0px 0px 10px 10px;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 20px;
    /* background: var(--bs-light); */
    transition: 0.5s;
    opacity: 1;
  }
}
/* Estilos para os novos elementos do menu */
.resources-section .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.resources-section .dropdown-item {
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.resources-section .dropdown-item:hover {
  background-color: #f8f9fa;
  transform: translateX(5px);
}

.resources-section .badge {
  font-size: 0.7rem;
  padding: 3px 6px;
}

/* Estilos para os novos elementos do menu */
.resources-section .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.resources-section .dropdown-item {
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.resources-section .dropdown-item:hover {
  background-color: #f8f9fa;
  transform: translateX(5px);
}

.resources-section .badge {
  font-size: 0.7rem;
  padding: 3px 6px;
}

/* Estilos do Player de Áudio */
.audiobook-player {
  position: relative;
  margin-left: 10px;
}

.audio-controls {
  background: white;
  border-radius: 30px;
  padding: 5px 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-left: 10px;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.audio-progress {
  cursor: pointer;
  background-color: #e9ecef;
  border-radius: 10px;
}

.audio-progress .progress-bar {
  background-color: #007bff;
  border-radius: 10px;
  transition: width 0.1s linear;
}

#playPauseBtn, #closeAudioBtn {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#playPauseBtn {
  background-color: #007bff;
  color: white;
  border: none;
}

#playPauseBtn:hover {
  background-color: #0056b3;
}

#closeAudioBtn {
  border: none;
  color: #6c757d;
}

#closeAudioBtn:hover {
  background-color: #f8f9fa;
  color: #dc3545;
}

/* Responsividade para mobile */
@media (max-width: 991.98px) {
  .resources-section {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }
  
  .resources-section .nav-link {
    padding: 8px 15px;
  }
  
  .resources-section .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none;
    background: #f8f9fa;
  }
  
  .audiobook-player {
    margin-left: 0;
  }
  
  .audio-controls {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 300px;
    z-index: 9999;
  }
  
  .nav-btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  
  .nav-btn .btn {
    width: 100%;
    margin-left: 0 !important;
  }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
  height: 100vh;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: var(--bs-light);
  color: var(--bs-primary);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
  bottom: 30px;
  right: 50%;
  transform: translateX(-50%);
  margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  /* box-shadow: inset 0 0 100px 0 var(--bs-secondary); */
  color: var(--bs-white);
  background: #a41916 !important;
}

.header-carousel .header-carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header-carousel .header-carousel-item .carousel-caption {
    padding-top: 45px;
  }

  .header-carousel .header-carousel-item {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .header-carousel .header-carousel-item {
    height: 100vh;
  }

  .header-carousel .owl-nav .owl-prev {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -45px;
  }

  .header-carousel .owl-nav .owl-next {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 45px;
  }
}
/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background: linear-gradient(#6a140fbf, rgba(0, 0, 0, 0.2)),
    url(../img/banner_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb-2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(#6a140fbf, rgba(0, 0, 0, 0.2)),
    url(../img/banner_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb-3 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)),
    url(../img/bg-breadcrumb-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb-4 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)),
    url(../img/bg-breadcrumb-4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Feature Start ***/
.feature .feature-item {
  border-radius: 10px;
  background: var(--bs-white);
  transition: 0.5s;
}

.feature .feature-item:hover {
  background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
  position: relative;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
  z-index: 9;
}

.feature .feature-item .feature-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-dark);
  transition: 0.5s;
  z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
  height: 100%;
}

.feature .feature-item .feature-icon {
  color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
  color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
  color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
  background: var(--bs-white);
  color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}
/*** Feature End ***/

/*** Service Start ***/
.service .service-item {
  border-radius: 10px;
}
.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service .service-item .service-img img {
  transition: 0.5s;
}

.service .service-item:hover .service-img img {
  transform: scale(1.1);
}

.service .service-item .service-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(1, 95, 201, 0.2);
  transition: 0.5s;
  z-index: 1;
}

.service .service-item:hover .service-img::after {
  height: 100%;
}

.service .service-item .service-img .service-icon {
  position: absolute;
  width: 70px;
  bottom: 0;
  right: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: var(--bs-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 9;
}

.service .service-item .service-img .service-icon i {
  color: var(--bs-primary);
  transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
  transform: rotateX(360deg);
  color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
  bottom: 0;
  color: var(--bs-white);
  background: var(--bs-primary);
}

.service .service-content {
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
  position: relative;
  z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
  transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
  color: var(--bs-white);
}

.service
  .service-item:hover
  .service-content
  .service-content-inner
  .btn.btn-primary {
  color: var(--bs-primary);
  background: var(--bs-white);
}

.service
  .service-item:hover
  .service-content
  .service-content-inner
  .btn.btn-primary:hover {
  color: var(--bs-white);
  background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
  color: var(--bs-dark);
}

.service .service-item .service-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 1;
}

.service .service-item:hover .service-content::after {
  height: 100%;
}
/*** Service End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-white);
  background: rgba(1, 95, 201, 0.8);
  font-size: 18px;
}

.faq-section
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  color: var(--bs-primary);
  background: var(--bs-light);
}
/*** FAQs End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.blog .blog-item:hover .blog-content {
  background: var(--bs-white);
}

.blog .blog-item .blog-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(1, 95, 201, 0.2);
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
  height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 10px;
  display: inline-flex;
  color: var(--bs-white);
  background: var(--bs-primary);
  z-index: 9;
}

.blog .blog-item .blog-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
  color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
  color: var(--bs-primary);
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}

.team .team-item:hover .team-img::after {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: -100%;
  transition: 0.5s;
  z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
  margin-bottom: 0;
}

.team .team-item .team-title {
  background: var(--bs-primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
}

.team-title h4 {
  color: #171717 !important;
}

.team .team-item:hover .team-title {
  background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-top: 58px;
  margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 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: #a41916 !important;
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  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-next:hover {
  background: #a41916 !important;
  color: var(--bs-white);
}
/*** Testimonial End ***/

.bg-primary {
  background: #6a140f !important;
}

/*** Contact Start ***/
.contact .contact-img {
  position: relative;
}

.contact .contact-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  animation-name: image-efects;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 0.5s;
}

@keyframes image-efects {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  25% {
    border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
  }

  50% {
    border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
  }

  75% {
    border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
  }

  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
}

.contact .contact-img .contact-img-inner {
  position: relative;
  z-index: 9;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
  /* background: #6a140f; */
  background-image: url(../img/banner_alternativo.jpg);
  background-position: bottom;
  background-size: auto;
}

.footer .footer-item {
  display: flex;
  flex-direction: column;
}

.footer .footer-item a {
  line-height: 35px;
  color: #fdfdfd;
  transition: 0.5s;
}

.footer .footer-item a:hover {
  line-height: 35px;
  color: white !important;
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  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: #a41916 !important;
}

.footer .footer-item .footer-btn a:hover i {
  color: white;
}

.footer .footer-item .footer-instagram {
  position: relative;
  overflow: hidden;
}

.footer .footer-item .footer-instagram img {
  transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
  transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

.footer .footer-item .footer-btn a {
  background: var(--bs-light);
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-white);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  /* background: #6a140f; */
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
/*** copyright end ***/

/* Estilos específicos para a seção Quem Somos */
.experience-box {
  max-width: 180px;
  z-index: 1;
}

.essence-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.essence-icon {
  width: 120px;
  height: 120px;
}

.pillar-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pillar-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.pillar-icon {
  transition: transform 0.3s ease;
}

.pillar-card:hover .pillar-icon {
  transform: scale(1.1);
}

/* Timeline Styles */
.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e9ecef;
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
  text-align: right;
}

.timeline-item:nth-child(odd) .timeline-content {
  margin-right: 30px;
  margin-left: 0;
}

.timeline-item:nth-child(even) .timeline-content {
  margin-left: 30px;
  margin-right: 0;
}

.timeline-year {
  position: relative;
  z-index: 2;
  font-weight: 600;
}

.timeline-content {
  flex: 1;
  position: relative;
}

.timeline-content::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  background: #6a140f;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item:nth-child(odd) .timeline-content::before {
  right: -40px;
}

.timeline-item:nth-child(even) .timeline-content::before {
  left: -40px;
}

/* Responsividade */
@media (max-width: 768px) {
  .timeline::before {
    left: 30px;
  }

  .timeline-item {
    flex-direction: row !important;
    text-align: left !important;
  }

  .timeline-item .timeline-content {
    margin-left: 60px !important;
    margin-right: 0 !important;
  }

  .timeline-content::before {
    left: -40px !important;
    right: auto !important;
  }

  .experience-box {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    margin-top: 20px;
  }
  .footer {
  /* background: #6a140f; */
  background-image: url(../img/banner_alternativo.jpg)!important;
  background-position: top!important;
  background-size: auto!important;
}
}
/* Estilos para o carousel com background */
.header-carousel-item {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #a418160e 0%, #6a140f7e 100%);
  z-index: 1;
}

.carousel-caption {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Ajustes para melhor legibilidade sobre as imagens */
.header-carousel .display-5 {
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header-carousel .fs-5 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Botões com melhor contraste */
.header-carousel .btn-light {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.header-carousel .btn-light:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.header-carousel .btn-dark {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.header-carousel .btn-dark:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsividade */
@media (max-width: 768px) {
  .header-carousel-item {
    height: 70vh;
    min-height: 500px;
    text-align: center;
  }

  .header-carousel .display-5 {
    font-size: 2.5rem;
  }

  .header-carousel .fs-5 {
    font-size: 1.1rem;
  }

  .carousel-caption .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .carousel-caption .d-flex {
    flex-direction: column;
  }

  .carousel-caption .me-2,
  .carousel-caption .ms-2 {
    margin: 5px 0 !important;
  }
}

@media (max-width: 576px) {
  .header-carousel-item {
    height: 60vh;
    min-height: 400px;
  }

  .header-carousel .display-5 {
    font-size: 2rem;
  }

  .header-carousel .fs-5 {
    font-size: 1rem;
  }
}
.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #6a140f;
  color: white;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #a41916;
  transform: scale(1.1);
  color: white;
}
.service-category-header {
  transition: transform 0.3s ease;
}

.service-category-header:hover {
  transform: translateY(-5px);
}

.service-detail-card {
  transition: all 0.3s ease;
  /* border-left: 4px solid #6a140f; */
}

.service-detail-card p {
  color: #171717;
}

.service-detail-card:hover {
  /* transform: translateY(-3px); */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
  /* border-left: 4px solid #a41916; */
  border: 1px solid;
  h5 {
    color: #a41916 !important;
  }
}

.cta-section {
  background: linear-gradient(135deg, #f8fbff 0%, #e6f2ff 100%);
  border: 2px solid #6a140f;
}

/* Responsividade */
@media (max-width: 768px) {
  .service-category-header .col-md-4 {
    text-align: center !important;
    margin-top: 15px;
  }

  .service-detail-card {
    margin-bottom: 15px;
  }

  .cta-section {
    padding: 30px 20px !important;
  }
}
.premium-section {
  background: linear-gradient(135deg, #fefefe 0%, #ddd 100%);
  color: white;
  border-radius: 20px;
  padding: 60px 40px;
  margin: 50px 0;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
}

.location-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.contact-add-item {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.contact-add-item:hover {
  background: #a41916;
  i,
  h4,
  p {
    color: white;
  }
}

.premium-section {
  background: var(--gradient);
  color: white;
  position: relative;
  overflow: hidden;
}

.premium-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==");
  opacity: 0.1;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #171717;
}

.section-title p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

.premium-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  color: #333;
  position: relative;
  overflow: hidden;
  border: none;
}

.premium-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #6a140f;
}

.premium-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.location-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--gradient);
  color: #6a140f;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px #6a140f5c;
}

.premium-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #6a140f;
  font-size: 1.5rem;
}

.premium-card p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.premium-card strong {
  color: #6a140f;
}

.contact-btn {
  display: inline-block;
  background: #6a140f;
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.3s ease;
  border: none;
}

.contact-btn:hover {
  background: #6a140f;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-link {
  color: #6a140f;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}

.map-link i {
  margin-right: 5px;
}

.map-link:hover {
  color: #6a140f;
}

.premium-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #6a140f;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .premium-section {
    padding: 50px 0;
  }

  .section-title h2 {
    font-size: 2rem;
  }
}

/* #A41916 #6A140F*/

.gallery-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header p {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  aspect-ratio: 4/3;
}

.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.455), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.item-overlay h3 {
  color: #fff;
  font-weight: 600;
}

.gallery-item:hover .item-overlay {
  transform: translateY(0);
}

.item-overlay h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.item-overlay p {
  font-size: 0.9rem;
  opacity: 0.9;
}

.premium-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ffd700, #ffa500);
  color: #333;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Modal para visualização ampliada */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-content {
  margin: auto;
  max-width: 500px;
  max-height: 500px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.modal-content img {
  width: 100%;
  height: auto;
  display: block;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}

.close-modal:hover {
  color: #ffd700;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.modal-nav:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.modal-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  padding: 10px;
  background: linear-gradient(to bottom, rgba(0, 0, 0), transparent);
}
.modal-caption h3 {
  color: #a41916;
  font-weight: 600;
}
.modal-caption p {
  font-weight: 500;
  color: white;
}

/* Responsividade */
@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .modal-nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  /* CORREÇÃO DO MODAL PARA MOBILE */
  .modal {
    overflow: hidden;
    padding: 10px;
  }

  .modal-content {
    max-width: 100%;
    max-height: calc(100% - 40px);
    width: auto;
    height: auto;
  }

  .modal-content img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }

  .close-modal {
    top: 10px;
    right: 15px;
    font-size: 35px;
  }

  .modal-caption {
    bottom: 10px;
    padding: 8px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .gallery-container {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .modal-nav {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .prev {
    left: 5px;
    z-index: 1000;
  }

  .next {
    right: 5px;
  }
}

@media (max-width: 480px) {
  .gallery-container {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }
}

:root {
  --primary-color: #6a140f;
  --secondary-color: #a41916;
  --accent-color: #a41916;
  --light-bg: #ffffff;
  --dark-bg: #6a140f;
  --gradient: linear-gradient(135deg, #6a140f, #a41916);
  --gold: #d4af37;
}

.premium-section {
  background: white;
  color: #171717;
  position: relative;
  overflow: hidden;
}

.premium-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09InJvdGF0ZSg0NSkiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIvPjwvcGF0dGVybj48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNwYXR0ZXJuKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==");
  opacity: 0.1;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.section-title h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.section-title p {
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
  line-height: 1.6;
}

.brands-container {
  position: relative;
  z-index: 2;
}

.brand-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
  color: #333;
  position: relative;
  overflow: hidden;
  border: none;
  text-align: center;
}

.brand-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--accent-color) !important;
}

.brand-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.brand-logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(106, 20, 15, 0.2);
  border: 3px solid var(--accent-color) !important;
  transition: all 0.3s ease;
}

.brand-card:hover .brand-logo {
  transform: scale(1.1);
  border-color: var(--primary-color) !important;
}

.brand-logo i {
  font-size: 3rem;
  color: var(--primary-color) !important;
}

.brand-card h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color) !important;
  font-size: 1.8rem;
}

.brand-card p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #555;
}

.brand-tag {
  display: inline-block;
  background: var(--accent-color) !important;
  color: white !important;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  color: var(--secondary-color) !important;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.brand-link i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.brand-link:hover {
  color: var(--primary-color) !important;
}

.brand-link:hover i {
  transform: translateX(5px);
}

.premium-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--primary-color) !important;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(106, 20, 15, 0.3) !important;
}

.section-divider {
  width: 100px;
  height: 4px;
  background: white;
  margin: 30px auto;
  border-radius: 2px;
}

@media (max-width: 992px) {
  /* .premium-section {
    padding: 70px 0;
  } */

  .section-title h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  /* .premium-section {
    padding: 50px 0;
  } */

  .section-title h2 {
    font-size: 2rem;
  }

  .brand-card {
    padding: 30px 20px;
  }
  .owl-prev,
  .owl-next {
    display: none !important;
  }
}
.text-secundary {
  color: #a41916 !important;
}
.spinner-premium {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-container {
  position: relative;
  z-index: 10;
  animation: logo-pulse 2s ease-in-out infinite alternate;
}

.brand-logo {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.spinner-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
}

.ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
}

.ring-1 {
  border-top: 3px solid #2c5aa0;
  animation: spin 1.5s linear infinite;
}

.ring-2 {
  border-right: 3px solid #4f86e0;
  animation: spin 2s linear infinite reverse;
}

.ring-3 {
  border-bottom: 3px solid #7aa6f5;
  animation: spin 2.5s linear infinite;
}

.loading-text {
  margin-top: 20px;
  text-align: center;
}

.loading-text span {
  font-family: "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c5aa0;
  letter-spacing: 1px;
  animation: text-fade 2s ease-in-out infinite;
}

/* Animações */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes logo-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes text-fade {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

/* Efeito de brilho sutil */
.spinner-premium::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(44, 90, 160, 0.1) 0%,
    rgba(44, 90, 160, 0) 70%
  );
  animation: glow 3s ease-in-out infinite alternate;
}

@keyframes glow {
  0% {
    opacity: 0.3;
    transform: scale(0.95);
  }
  100% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}

/* Versão alternativa com imagem ao invés de SVG */
.alternative-logo {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: contain;
  animation: logo-pulse 2s ease-in-out infinite alternate;
}
.about-content {
  color: #171717;
}
.slider-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: white;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.patient-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #3498db;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.patient-info {
  text-align: center;
  max-width: 500px;
}

.patient-name {
  font-size: 1.5rem;
  color: #2c3e50;
  margin-bottom: 5px;
}

.patient-details {
  font-size: 1rem;
  color: #7f8c8d;
  margin-bottom: 15px;
}

.discharge-date {
  display: inline-block;
  background: #2ecc71;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  background: #bdc3c7;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-dot.active {
  background: #3498db;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #3498db;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  z-index: 10;
}

.slider-btn:hover {
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.counter {
  text-align: center;
  margin-top: 10px;
  color: #7f8c8d;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  .patient-image {
    width: 150px;
    height: 150px;
  }
}
.altas-section-premium {
  background: linear-gradient(135deg, #f2f5f9 0%, #e9ecef 100%);
}

.altas-premium-slider-container {
  padding: 20px 0;
}

.altas-premium-inner {
  background: #fff;
  /* background-image: url(../img/banner_alternativo_02.jpg); */
  padding: 80px 0;
  border-radius: 20px;
}

.altas-premium-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  max-height: 420px;
}

.altas-premium-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.altas-premium-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.altas-premium-card:hover .altas-premium-img {
  transform: scale(1.05);
}

.altas-premium-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.455), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.altas-premium-card:hover .altas-premium-overlay {
  transform: translateY(0);
}

.altas-premium-name {
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}

.altas-premium-date {
  font-size: 0.9em;
  opacity: 0.9;
  margin: 0;
}

.altas-premium-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #6c757d;
}

.altas-premium-indicators .active {
  background-color: #6a140f;
}

.altas-premium-control-prev,
.altas-premium-control-next {
  width: 50px;
  height: 50px;
  background: #6a140f72;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  margin: 0 15px;
}

.altas-premium-control-prev:hover,
.altas-premium-control-next:hover {
  opacity: 1;
  background: #6a140faa;
}

.altas-premium-counter {
  font-weight: 500;
}
/* Estilos para o dropdown de Recursos Educativos */
.navbar-nav .dropdown-menu {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: none;
  margin-top: 8px;
}

.navbar-nav .dropdown-item {
  border-radius: 8px;
  transition: all 0.2s ease;
  padding: 8px 16px;
}

.navbar-nav .dropdown-item:hover {
  background-color: #f8f9fa;
  transform: translateX(5px);
}

.dropdown-header {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.dropdown-header i {
  font-size: 0.9rem;
}

/* Estilos para o player compacto */
.audio-player-compact {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.audio-progress-compact {
  background-color: #e9ecef;
  border-radius: 10px;
  cursor: pointer;
}

.audio-progress-compact .progress-bar {
  background-color: #007bff;
  border-radius: 10px;
  transition: width 0.1s linear;
}

/* Botões com feedback tátil para mobile */
.btn:active {
  transform: scale(0.98);
}

/* Responsividade */
@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    border: none;
    background-color: #f8f9fa;
    box-shadow: none;
    padding-left: 20px;
  }
  
  .navbar-nav .dropdown-item {
    padding: 10px 16px;
  }
  
  .audio-player-compact {
    margin-top: 10px;
  }
}