@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Regular.woff2') format('woff2'),
      url('../fonts/Interstate-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Bold.woff2') format('woff2'),
      url('../fonts/Interstate-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-Light.woff2') format('woff2'),
      url('../fonts/Interstate-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Interstate';
  src: url('../fonts/Interstate-ExtraLight.woff2') format('woff2'),
      url('../fonts/Interstate-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

nav {
  z-index: 1;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 300;
}

.navbar-light .navbar-nav .nav-link {
  padding-right: .9rem !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
  color: #46b2a0;
}

.navbar-light .navbar-nav .dropdown-menu {
  background-color: #2b2c2e;
  padding: 0;
  border-radius: 15px;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-divider {
  border-top: 1px solid #FFF;
  width: 80%;
  margin: 0 auto;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item {
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  font-size: .8rem;
  padding: .625rem 1.5rem;
}

.navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #1b1d1c;
  color: #46b2a0;
  border-radius: 15px;
}

.bg-custom-top {
  background-color: #373b3b;
}

body {
  font-family: 'Interstate', sans-serif;
}

.bg-blue {
  background-color: #46b2a0;
  border-color: #46b2a0;
}

.bg-blue:hover,
.bg-blue:active,
.bg-blue:focus {
  background-color: #46b2a0;
}

.social-icons .icon {
  padding: 6px 4px;
  margin-left: .4rem;
  line-height: 12px;
}

.social-item .social-square {
  background-color: #4db8a6;
  border-radius: 5px;
  padding: 6px 3px;
}

.social-item i {
  font-size: 1.6rem;
  color: #FFF;
}

.social-item .social-square > span {
  font-size: 1.6rem;
  line-height: 1.6rem;
  width: 40px;
  text-align: center;
  padding-top: 4px;
  color: #FFF;
}

.social-item .text {
  color: #666666;
  font-size: 1rem;
}

.title {
  color: #373b3c;
  font-size: 2.7rem;
  text-transform: uppercase;
  font-weight: 600;
}

.title .text-green {
  color: #4eb7a7;
}

.breadcrumb .breadcrumb-item {
  color: #898a8a;
}

.breadcrumb .breadcrumb-item a {
  color: #898a8a;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: #46b2a0;
  font-weight: 600;
}

.numbered-item {
  color: #555555;
  font-size: 1.4rem;
  font-weight: 300;
}

.numbered-item .numbered-square {
  background-color: #4db8a6;
  border-radius: 100%;
  padding: 6px 3px;
  width: 45px;
}

.btn-custom-3 {
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFFFFF;
  background: #4db8a6;
  border: 1px solid #4db8a6;
  box-shadow: 0px 16px 24px rgba(77, 60, 0, 0.16109);
  border-radius: 0;
  padding: 0.875rem 2.75rem;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-custom-3:hover,
.btn-custom-3:active,
.btn-custom-3:focus {
  color: #FFFFFF;
  background: #4db8a6;
  border-color: #4db8a6;
}

.carousel-caption {
  top: 10%;
  left: 5%;
}

.banner {
  background: url('../img/bg2.jpg') no-repeat;
  background-size: cover;
  min-height: 100vh;
}

@media (max-width: 768px) {
  .banner {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.4), rgba(10, 10, 10, 0.4)), url('../img/bg2.jpg');
    background-size: cover;
    background-position: 80%;
  }
}

.form-wrapper {
  background: rgba(137, 138, 138, .5);
  border-radius: 10px;
  padding: 20px;
}

.slick-prev:before, .slick-next:before {
  color: #333333;
}

/*** TRANSFORMATION ***/

.transformations .text-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.transformations .title {
  margin-bottom: 1.8rem;
}

.transformations .context {
  color: #555556;
  font-size: 1.4rem;
  font-weight: 300;
}

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

/*** SERVICES ***/

.services {
  background: url('../img/services.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.services .title {
  color: #FFF;
  font-size: 2.3rem;
  margin-bottom: 5rem;
}

/*** FAQ ***/

.faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq .title {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.faq .context {
  color: #666666;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 300;
}

.faq .accordion {
  margin-top: 6rem;
}

.faq .accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.faq .accordion .accordion-button {
  background-color: #f6f7f9;
  font-size: 1.3rem;
  color: #333;
  text-transform: uppercase;
  box-shadow: none;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 2rem 2.25rem;
}

.faq .accordion .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.faq .accordion .accordion-button:not(.collapsed) {
  color: #666666;
}

.faq .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-down.png");
}

.faq .accordion .accordion-button::after {
  background-image: url("../img/arrow-down.png");
}

.faq .accordion .accordion-body {
  background-color: #f6f7f9;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  color: #666666;
  padding: 0 2.25rem 2rem 2.25rem;
}

/*** CLIENTS ***/

.clients {
  background: url('../img/clients.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 9rem;
}

.clients .title {
  font-size: 2.3rem;
  margin-bottom: 6rem;
}

.clients .client-item {
  background-color: #f7f7f7;
  border-radius: 17px;
}

.clients .client-item img {
  width: 170px;
}

.clients .client-item .stars {
  color: #fff000;
  text-shadow: 1px 1px 2px #333;
}

/*** DISCOVER ***/

.discover .text-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.discover .title {
  margin-bottom: 1.8rem;
}

.discover .context {
  color: #555556;
  font-size: 1.4rem;
  font-weight: 300;
}

/*** KNOW ***/

.know {
  background: url('../img/pattern.jpg') repeat;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (max-width: 768px) {
  .know {
    background: none;
  }
}

.know .title {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.know .context {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
}

/*** KNOW ***/

.doubt {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.doubt .title {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.doubt .context {
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
}

/*** FOOTER ***/

footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url('../img/footer.jpg');
  background-position: center top;
  background-size: cover;
}

footer .text {
  font-weight: 300;
  line-height: 1.6rem;
}

.float {
	position:fixed;
	width: 60px;
	height: 60px;
	bottom: 15px;
	right: 20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/* Estilo para o botão de controle de áudio no modal */
.audio-control-btn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  background: linear-gradient(135deg, #28a745, #20c997) !important;
  border: 4px solid #ffffff !important;
  color: white !important;
  padding: 20px 30px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  opacity: 0;
  cursor: pointer;
  min-width: 200px;
  text-align: center;
}

/* Mostrar o botão no hover do container do vídeo */
.client-item:hover .audio-control-btn {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Mostrar o botão quando clicado (mantém visível) */
.audio-control-btn.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.audio-control-btn:hover {
  background: linear-gradient(135deg, #20c997, #17a2b8) !important;
  transform: translate(-50%, 0) scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.audio-control-btn:focus {
  box-shadow: 0 0 0 0.4rem rgba(40, 167, 69, 0.5);
}

.audio-control-btn i {
  font-size: 24px;
  margin-right: 12px;
}

.audio-control-btn span {
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

/* Animação de pulsação quando visível */
.audio-control-btn.show {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0 8px 35px rgba(40, 167, 69, 0.6);
  }
  100% {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  }
}

/* Responsividade para o botão de áudio */
@media (max-width: 768px) {
  .audio-control-btn {
    top: 15px;
    padding: 15px 25px;
    font-size: 16px;
    border-width: 3px;
    min-width: 150px;
  }
  
  .audio-control-btn span {
    display: none;
  }
  
  .audio-control-btn i {
    font-size: 20px;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .audio-control-btn {
    top: 10px;
    padding: 12px 20px;
    font-size: 14px;
    min-width: 120px;
  }
  
  .audio-control-btn i {
    font-size: 18px;
  }
}
