body {
  font-family: "Open Sans", sans-serif;
  color: #444
}
a {
  color: #b81f1f;
  text-decoration: none
}
a:hover {
  color: #ff724a;
  text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 100px;
  z-index: 996;
  background: #b81f1f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all .4s
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0
}
.back-to-top:hover {
  background: #ff6a40;
  color: #fff
}
.back-to-top.active {
  visibility: visible;
  opacity: 1
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #b81f1f;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }
}

.light-background {
  --background-color: #f5f2ef;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}


		.top-bar {
  background-color: #b21b1c;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: solid 1px #575757
}
.top-bar a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px
}

.top-bar a:hover {
  color: #fff;
}

.top-bar i {
  margin-right: 8px
}
.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center
}
.top-bar-left .top-bar-item {
  display: flex;
  align-items: center
}
.top-bar-right .top-bar-item {
  margin-left: 10px
}
.text {
  display: inline
}
@media (max-width:1280px) {
  .top-bar .text {
    display: none
  }
  .top-bar {
    flex-direction: column;
    text-align: center;
    padding: 5px 10px
  }
  .top-bar-left {
    justify-content: center;
    margin: 5px 0
  }
  .top-bar-right {
    display: none
  }
}
@media (max-width:768px) {
  .top-bar .text {
    display: none
  }
  .top-bar {
    flex-direction: column;
    text-align: center;
    padding: 5px 10px
  }
  .top-bar-left {
    justify-content: center;
    margin: 5px 0
  }
  .top-bar-right {
    display: none
  }
}
@media (max-width:500px) {
  .top-bar-left {
    justify-content: center
  }
  .top-bar-right {
    display: none
  }
}
@media (max-width:320px) {
  .top-bar {
    padding: 3px 5px
  }
  .top-bar-left .top-bar-item {
    margin-right: 5px
  }
}


.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.close-tooltip {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

/* Container fixo no canto inferior direito */
.floating-tooltip {
  position: fixed;
  bottom: 160px;
  right: 10px;
  display: flex;
  align-items: center;
  z-index: 9999;
}

/* Tooltip visÃ­vel */
.floating-tooltip .tooltip-text {
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Ocultar suavemente */
.floating-tooltip .tooltip-text.hidden {
  opacity: 0;
  pointer-events: none;
}

/* BotÃ£o de fechar o tooltip */
.close-tooltip {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff4b4b;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
}

.close-tooltip:hover {
  background: #e00000;
}

/* BotÃ£o de chat */
.chat-btn {
  background: #33bd31;
  color: #fff;
  font-size: 24px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform 0.2s;
}

.chat-btn i {
  color: #fff;
  font-size: 2.5rem;
}

.chat-btn:hover {
  transform: scale(1.1);
  background: #33bd31;
  color: #fff;
}

		
		/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
		
		#header.header-scrolled, #header.header-inner-pages {
    background: #fff!important;
    padding: 0px 0!important;
}
		
.header {
  color: var(--default-color);
  transition: none!important;
  z-index: 997;
  background-color: #fff;
	 padding: 0px 0!important;
}


.header .branding {
  min-height: 60px;
  padding: 10px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 100px!important;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .topbar {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
	  background-color: transparent;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #000;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #b21b1c;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #b21b1c, transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #b21b1c;
    color: #fff;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #b21b1c;
    color: #fff;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
	  background-color: #fff;
  }
}

		
		
	/*------------------*/
		/* Melhorias para mobile */
@media (max-width: 1199px) {
  /* Prevenir scroll do body quando menu está aberto */
  body.mobile-nav-active {
    overflow: hidden;
  }
  
  /* Melhorar visual dos dropdowns no mobile */
  .navmenu .dropdown > a {
    position: relative;
  }
  
  .navmenu .dropdown.dropdown-active > a i {
    transform: rotate(180deg);
  }
  
  /* Transição suave para dropdowns */
  .navmenu .dropdown ul {
    transition: all 0.3s ease;
  }
}

/* Otimizações para performance em mobile */
.scrolling * {
  pointer-events: none;
}

/* Melhorar área de toque para links no mobile */
@media (max-width: 768px) {
  .navmenu a {
    min-height: 44px;
    padding: 12px 20px;
  }
  
  .top-bar-left .top-bar-item {
    min-height: 44px;
    padding: 8px 12px;
  }
}

/* Feedback visual para toques */
.touch-device .navmenu a:active {
  background-color: rgba(0, 0, 0, 0.1);
}
		
		
		/* Correções específicas para dropdown mobile */
@media (max-width: 1199px) {
    .navmenu .dropdown ul {
        display: none !important;
        position: static !important;
        width: 100% !important;
        background: rgba(0, 0, 0, 0.05) !important;
        border: none !important;
        box-shadow: none !important;
        margin: 5px 0 !important;
        padding: 0 !important;
    }
    
    .navmenu .dropdown.dropdown-active ul {
        display: block !important;
    }
    
    .navmenu .dropdown ul li a {
        padding: 10px 20px 10px 35px !important;
        font-size: 15px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    
    .navmenu .dropdown ul li:last-child a {
        border-bottom: none !important;
    }
    
    .navmenu .dropdown > a .bi-chevron-down {
        transition: transform 0.3s ease !important;
    }
    
    .navmenu .dropdown.dropdown-active > a .bi-chevron-down {
        transform: rotate(180deg) !important;
    }
    
    /* Melhorar visualização dos itens do dropdown */
    .navmenu .dropdown ul a {
        background: transparent !important;
        color: var(--nav-dropdown-color) !important;
    }
    
    .navmenu .dropdown ul a:hover {
        background: rgba(0, 0, 0, 0.1) !important;
        color: var(--nav-dropdown-hover-color) !important;
    }
}
	
	/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding-top: 120px;
  position: relative;
  background: linear-gradient(135deg, color-mix(in srgb, #b21b1c, transparent 95%) 0%, color-mix(in srgb, var(--surface-color), transparent 0%) 100%);
  overflow: hidden;
  padding-bottom: 80px;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
/*.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/empresa-demolidora.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.2;
	z-index: 0;
	}*/
	
.hero .hero-image {
  position: relative;
}

.hero .hero-image .main-image {
  border-radius: 30px;
  box-shadow: 0 30px 80px color-mix(in srgb, #b21b1c, transparent 80%);
  transform: rotate(-2deg);
  transition: all 0.3s ease;
}

.hero .hero-image .main-image:hover {
  transform: rotate(0deg) scale(1.02);
}

.hero .hero-image .floating-card {
  position: absolute;
  background-color: #ffffffd9;;
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
  backdrop-filter: blur(20px);
  border: 1px solid color-mix(in srgb, #b21b1c, transparent 80%);
}

.hero .hero-image .floating-card.emergency-card {
  top: 20px;
  left: -30px;
  z-index: 3;
}

.hero .hero-image .floating-card.emergency-card .card-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero .hero-image .floating-card.emergency-card .card-content i {
  font-size: 2rem;
  color: #b21b1c;
  padding: 15px;
  background-color: color-mix(in srgb, #b21b1c, transparent 90%);
  border-radius: 15px;
}

.hero .hero-image .floating-card.emergency-card .card-content .text {
  display: flex;
  flex-direction: column;
}

.hero .hero-image .floating-card.emergency-card .card-content .text .label {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

.hero .hero-image .floating-card.emergency-card .card-content .text .number {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--heading-color);
}

.hero .hero-image .floating-card.stats-card {
  bottom: 30px;
  right: -40px;
  z-index: 3;
  display: flex;
  gap: 2rem;
}

.hero .hero-image .floating-card.stats-card .stat-item {
  text-align: center;
}

.hero .hero-image .floating-card.stats-card .stat-item .number {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #b21b1c;
  line-height: 1;
}

.hero .hero-image .floating-card.stats-card .stat-item .label {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

@media (max-width: 992px) {
  .hero .hero-image {
    margin-bottom: 3rem;
  }

  .hero .hero-image .floating-card {
    position: static;
    margin: 1rem 0;
    transform: none;
  }

  .hero .hero-image .floating-card.stats-card {
    justify-content: center;
  }
}

.hero .hero-content {
  padding-left: 3rem;
}

@media (max-width: 992px) {
  .hero .hero-content {
    padding-left: 0;
  }
}

.hero .hero-content .badge-container {
  margin-bottom: 1.5rem;
}

.hero .hero-content .badge-container .hero-badge {
display: inline-block;
    background: #b21b1c;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 1REM;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero .hero-content .hero-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--heading-color);
}

@media (max-width: 992px) {
  .hero .hero-content .hero-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .hero .hero-content .hero-title {
    font-size: 2.2rem;
  }
}

.hero .hero-content .hero-description {
  font-size: 1.2rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .hero .hero-content .hero-description {
    font-size: 1.1rem;
  }
}

.hero .hero-stats {
  margin-bottom: 3rem;
}

.hero .hero-stats .stat-group {
  display: flex;
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .hero .hero-stats .stat-group {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.hero .hero-stats .stat-group .stat {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero .hero-stats .stat-group .stat i {
  font-size: 2.5rem;
  color: #b21b1c;
  padding: 15px;
  background: linear-gradient(135deg, color-mix(in srgb, #b21b1c, transparent 90%) 0%, color-mix(in srgb, #b21b1c, transparent 95%) 100%);
  border-radius: 20px;
}

.hero .hero-stats .stat-group .stat .stat-text {
  display: flex;
  flex-direction: column;
}

.hero .hero-stats .stat-group .stat .stat-text .number {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1;
}

.hero .hero-stats .stat-group .stat .stat-text .label {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 500;
}

.hero .cta-section .cta-buttons {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 576px) {
  .hero .cta-section .cta-buttons {
    flex-direction: column;
  }
}

.hero .cta-section .cta-buttons .btn {
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero .cta-section .cta-buttons .btn.btn-primary {
  background: linear-gradient(135deg, #b21b1c, color-mix(in srgb, #b21b1c, black 20%));
  border: none;
  color: #fff;
}

.hero .cta-section .cta-buttons .btn.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px color-mix(in srgb, #b21b1c, transparent 60%);
}

.hero .cta-section .cta-buttons .btn.btn-secondary {
  background-color: transparent;
  border: solid 1px #333333;
  color: var(--default-color);
}

.hero .cta-section .cta-buttons .btn.btn-secondary:hover {
  background-color: #b21b1c;
  border-color: #b21b1c;
  color: #fff;
}

.hero .cta-section .quick-actions {
  display: flex;
  gap: 2rem;
}

@media (max-width: 768px) {
  .hero .cta-section .quick-actions {
    flex-direction: column;
    gap: 1rem;
  }
}

.hero .cta-section .quick-actions .action-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--default-color);
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.hero .cta-section .quick-actions .action-link i {
  font-size: 1.25rem;
  color: #b21b1c;
}

.hero .cta-section .quick-actions .action-link:hover {
  color: #b21b1c;
  transform: translateX(5px);
}

.hero .background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.hero .background-elements .bg-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, color-mix(in srgb, #b21b1c, transparent 92%) 0%, color-mix(in srgb, #b21b1c, transparent 98%) 100%);
}

.hero .background-elements .bg-shape.shape-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  right: -200px;
}

.hero .background-elements .bg-shape.shape-2 {
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -150px;
}

.hero .background-elements .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 25% 75%, color-mix(in srgb, #b21b1c, transparent 97%) 0%, transparent 50%);
}

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

  .hero .hero-content {
    text-align: center;
  }

  .hero .hero-stats .stat-group {
    justify-content: center;
  }

  .hero .cta-section .quick-actions {
    justify-content: center;
  }
}




.breadcrumb-x8 {
  background: #f3f5f7;
  padding: 35px 0;
}

/* Container padrão */
.breadcrumb-x8 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Alinhamento */
.breadcrumb-x8__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Título */
.breadcrumb-x8__title {
  font-size: 32px;
  font-weight: 600;
  color: #1d3557;
  margin: 0;
}

/* Breadcrumb */
.breadcrumb-x8__nav ol {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Links */
.breadcrumb-x8__nav a {
font-size: 1.2rem;
    color: #24447c;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

.breadcrumb-x8__nav a:hover {
  text-decoration: underline;
}

/* Separador */
.breadcrumb-x8__nav li::after {
  content: "/";
  margin-left: 8px;
  color: #999;
}

/* Remove no último */
.breadcrumb-x8__nav li:last-child::after {
  display: none;
}

/* Item ativo */
.breadcrumb-x8__nav .active {
  font-size: 14px;
  color: #6c757d;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .breadcrumb-x8__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .breadcrumb-x8__title {
    font-size: 26px;
  }
}

section {
  padding: 60px 0;
  overflow: hidden
}
.section-bg {
  background-color: #f0f4f8
}
.section-title {
  padding-bottom: 40px
}
.section-title h2 {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8f1617;
  font-family: "Poppins", sans-serif
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin: 4px 10px
}
.section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #8f1617;
}
.testimonials .section-title {
  padding-bottom: 40px;
  text-align: center
}
.testimonials .section-title h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b61e1e;
  font-family: "Poppins", sans-serif
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #b61e1e;
  margin: 4px 10px
}
.testimonials .section-title p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff
}

.testimonials-x8{
	    padding: 60px 0;
    overflow: hidden;
	}

.testimonials-x8 .testimonial-item {
    background-color: var(--surface-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px;
    padding: 30px;
    position: relative;
    height: 100%;
}

.testimonials-x8 .testimonial-item .testimonial-img {
    width: auto;
    border-radius: 50px;
    border: 6px solid var(--background-color);
    float: left;
    margin: 0px 10px 0px 0px;
}

.testimonials-x8 .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px 5px;
}

.testimonials-x8 .testimonial-item h4 {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0px;
}

.testimonials-x8 .testimonial-item .stars {
    margin: 10px 0px;
}

.testimonials-x8 .testimonial-item .stars i {
    color: rgb(255, 193, 7);
    margin: 0px 1px;
}

.testimonials-x8 .testimonial-item .quote-icon-left, .testimonials-x8 .testimonial-item .quote-icon-right {
    color: color-mix(in srgb, var(--accent-color), transparent 50%);
    font-size: 26px;
    line-height: 0;
}

.testimonials-x8 .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials-x8 .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonials-x8 .testimonial-item p {
    font-style: italic;
    margin: 15px 0px 0px;
    padding: 0px;
}


.title-services h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d
}
.title-services h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
  padding-bottom: 19px
}
.title-services p {
  font-size: 20px;
  font-weight: 700;
  padding: 49px 0 10px;
  line-height: 25px;
  margin: 0 0 5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b61e1e;
  font-family: "Poppins", sans-serif
}
.title-services p::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #b61e1e;
  margin: 4px 10px
}

/* =========================================
   ABOUT RIVAL - MODERNO INTERNACIONAL
========================================= */

.about-rival {
  padding: 80px 0;
  background: #fff;
}

/* IMAGEM */
.video-box-rival {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.video-box-rival img {
  width: 100%;
  display: block;
  filter: brightness(0.75);
  transform: scale(1.05);
  transition: 1.2s ease;
}

.video-box-rival:hover img {
  transform: scale(1.1);
  filter: brightness(0.6);
}

/* PLAY BUTTON */
.play-btn-rival {
  width: 90px;
  height: 90px;
  background: #d82728;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.play-btn-rival::after {
  content: "";
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.play-btn-rival::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(216,39,40,0.3);
  animation: pulse-rival 2s infinite;
}

@keyframes pulse-rival {
  0% { transform: scale(0.7); opacity: 1; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* TEXTO */
.content-rival h2 {
  color: #24447c;
  font-weight: 700;
}

.content-rival p {
  color: #555;
  line-height: 1.7;
}

/* BOTÕES */
.about-buttons-rival {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-rival {
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* BOTÃO PRINCIPAL */
.btn-rival.primary {
  background: #d82728;
  color: #fff;
}

.btn-rival.primary:hover {
  background: #24447c;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(36,68,124,0.4);
}

/* WHATSAPP */
.btn-rival.whatsapp {
  border: 2px solid #d82728;
  color: #d82728;
}

.btn-rival.whatsapp:hover {
  background: #d82728;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(216,39,40,0.4);
}

/* FEATURES */
.rival-features {
  margin-top: 50px;
}

.feature-box {
  text-align: center;
  padding: 25px 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.feature-box i {
  font-size: 34px;
  color: #d82728;
  margin-bottom: 10px;
}

.feature-box p {
  font-weight: 600;
  color: #24447c;
}

.feature-box:hover {
  background: #f8f9fa;
  transform: translateY(-5px);
}


.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center
}
.clients img {
  max-width: 45%;
  transition: all .4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100)
}
.clients img:hover {
  filter: none;
  transform: scale(1.15)
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%
  }
}
.btnclientes {
  background-color: #b81f1f;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px
}
.btnclientes:hover {
  background-color: #D9D9D9;
  color: #b81f1f;
  border: solid 1px #b81f1f
}
.titleclientes {
  margin-top: 30px
}
.breadcrumbs span {
  font-size: 28px;
  font-weight: 500
}
.features .nav-tabs {
  border: 0
}
.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: .3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center
}
.features .nav-link i {
  padding-right: 15px;
  font-size: 48px
}
.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0
}
.features .nav-link:hover {
  color: #b81f1f
}
.features .nav-link.active {
  background: #b81f1f;
  color: #fff;
  border-color: #b81f1f
}
@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px
  }
}
@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px
  }
  .features .nav-link i {
    font-size: 24px
  }
}
.features .tab-content {
  margin-top: 30px
}
.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px
}
.features .tab-pane ul {
  list-style: none;
  padding: 0
}
.features .tab-pane ul li {
  padding-bottom: 10px
}
.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #b81f1f
}
.features .tab-pane p:last-child {
  margin-bottom: 0
}
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff
}
.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px
}
.services .icon-box h4 a {
  color: #365870;
  transition: .3s
}
.services .icon-box .icon-box:hover h4 a {
  color: #b81f1f
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px
}
.services .icon-box:hover h4 a {
  color: #b81f1f
}

.team {
  position: relative
}
.team .container {
  position: relative;
  z-index: 10
}
.team .member {
  margin-bottom: 80px;
  position: relative
}
.team .member .pic {
  overflow: hidden
}
.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: .5s
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px
}
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px
}
.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px
}
.team .member .social a {
  transition: color .3s;
  color: #477392
}
.team .member .social a:hover {
  color: #b81f1f
}
.team .member .social i {
  font-size: 16px;
  margin: 0 2px
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px
  }
}

.breadcrumbs {
  padding: 27px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 142px
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0
}
.breadcrumbs ol li + li {
  padding-left: 10px
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/"
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 146px
  }
  .breadcrumbs .d-flex {
    display: block !important
  }
  .breadcrumbs ol {
    display: block
  }
  .breadcrumbs ol li {
    display: inline-block
  }
}


	/*------DUVIDAS--------*/
.duvidas{
padding: 50px 0;
background-color: #f5f5f575;
}


.toggle {
            display: flex;
            flex-direction: column;
            cursor: pointer;
            padding: 15px 20px;
            border-bottom: 1px solid #ddd;
            transition: background 0.3s ease;
        }

        .toggle:hover {
            background: #f1f1f1;
        }

        .toggle-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .toggle-icon {
            margin-right: 10px!important;
            color: #b81f1f!important;
        }

        .toggle-content {
            display: none;
            padding: 15px 20px;
            font-size: 0.9rem;
            line-height: 1.6;
            background: #f9f9f9;
            border: solid 1px #d7d3d3;
        }
		 

        .toggle.open + .toggle-content {
            display: block;
        }
		 
		  .toggle-content p{
            font-size: 1rem;
            
        }

        .toggle h2 {
            margin: 0;
            font-size: 1.2rem;
			color: #505051;
            display: flex;
            align-items: center;
        }
		 
	 
		 .toggle .open{
         font-size: 20px;
         color: #b81f1f;
               
        }

.toggle .toggle-content ul li{
	    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

/* =========================================
   FOOTER MODERNO - DEMOLIDORA PREMIUM
========================================= */

#footer {
  background: #0a0a0a;
  color: #ccc;
  font-size: 14px;
}

/* TOPO COM BACKGROUND */
.footer-top {
  position: relative;
  padding: 90px 0 60px;
  overflow: hidden;
}

/* OVERLAY PROFISSIONAL */
.footer-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(178,27,28,0.85), rgba(0,0,0,0.95));
  z-index: 1;
}

.footer-top .container {
  position: relative;
  z-index: 2;
}

/* TÍTULO LOGO */
.footer-info h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

/* TEXTO */
.footer-info p {
  color: #bbb;
  line-height: 1.6;
}

/* SOCIAL */
.social-links {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
	border: solid 1px #fff;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}

.social-links a:hover {
  background: #b21b1c;
  transform: translateY(-3px);
}

/* TÍTULOS COLUNAS */
.footer-links h4 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* LISTA */
.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
}

/* HOVER MODERNO */
.footer-links ul a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: 0.3s;
}

.footer-links ul a:hover {
  color: #fff;
}

.footer-links ul a:hover::after {
  width: 100%;
}

/* FOOTER BOTTOM */
.footer-bottom {
  background: #050505;
  padding: 25px 0;
  text-align: center;
	border-top: solid 1px #353333;
}

.footer-bottom p {
  margin: 0;
  color: #aaa;
}

.footer-bottom span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.footer-bottom a {
    color: #c75556;
    text-decoration: underline;
    font-weight: bold;
}

.footer-bottom a:hover {
  color: #b21b1c;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .footer-top {
    padding: 70px 0 40px;
  }
}

@media (max-width: 768px) {
  .footer-info {
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  .footer-links {
    text-align: center;
  }
}