/**
* Template Name: Day - v4.9.0
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background-color: #f9f0f7;
}

a {
  color: #cc1616;
  text-decoration: none;
}

a:hover {
  color: #e82d2d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #cc1616;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e72323;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#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 #cc1616;
  border-top-color: #efefef;
  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);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #191919;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #cc1616;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(25, 25, 25, 0.95);
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.fixed-top {
  background: #191919;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 200px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 5px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px 24px 15px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #f16363;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #cc1616;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

/*efeitos menu responsivo*/
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 35px;
  right: 15px;
  bottom: 400px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cc1616;
  background: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

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

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

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

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cc1616;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
  background: url('../img/hero-bg.png') top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  margin: 0 0 10px 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}

#hero h4 {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
}

#hero .btn-get-started {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cc1616;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# CARDS MISSÃO | VISÃO | VALORES |
--------------------------------------------------------------*/
.why-us {
  padding-top: 10px;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
  text-align: center;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #191919;
}

.why-us .box p {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #cc1616;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f2f2f2;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fce5e5;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 70px 20px 90px 20px;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: #e82d2d;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)),
    url('../img/cta-bg.jpg') fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #e82d2d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #191919;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cc1616;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #e82d2d;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cc1616;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc1616;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(25, 25, 25, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Estilos para os filtros de clientes */
.clientes1 #clientes1-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  /* Borda arredondada para os filtros */
}

.clientes1 #clientes1-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
}

.clientes1 #clientes1-flters li:hover,
.clientes1 #clientes1-flters li.filter-active {
  color: #e82d2d;
  /* Cor do texto quando hover ou ativo */
}

.clientes1 #clientes1-flters li:last-child {
  margin-right: 0;
  /* Remove a margem à direita do último filtro */
}

/* Estilos para os itens de clientes */
.clientes1 .clientes1-item {
  margin-bottom: 30px;
  padding: 10px;
  /* Espaçamento interno dos itens */
  box-sizing: border-box;
  /* Garante que o padding não altere as dimensões totais do elemento */
}

.clientes1 .clientes1-item img {
  width: 100%;
  height: 300px;
  /* Altura fixa para todas as imagens, ajuste conforme necessário */
  object-fit: contain;
  /* Redimensiona a imagem para caber dentro do contêiner */
  border-radius: 15px;
  /* Borda arredondada para as imagens */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Sombra suave */
  transition: transform 0.3s, box-shadow 0.3s;
  /* Transição suave para hover */
}

.clientes1 .clientes1-item img:hover {
  transform: scale(1.05);
  /* Aumenta ligeiramente a escala da imagem ao passar o mouse */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Sombra mais intensa ao passar o mouse */
}

/* Estilos para as informações do cliente (aparece ao passar o mouse) */
.clientes1 .clientes1-item .clientes1-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 15px;
  /* Borda arredondada para o contêiner de informações */
}

.clientes1 .clientes1-item:hover .clientes1-info {
  opacity: 1;
  /* Mostra as informações ao passar o mouse */
  bottom: 20px;
}

/* Estilos para o texto dentro das informações do cliente */
.clientes1 .clientes1-item .clientes1-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
}

.clientes1 .clientes1-item .clientes1-info p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}

/* Estilos para os links dentro das informações do cliente */
.clientes1 .clientes1-item .clientes1-info .preview-link,
.clientes1 .clientes1-item .clientes1-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}

.clientes1 .clientes1-item .clientes1-info .preview-link:hover,
.clientes1 .clientes1-item .clientes1-info .details-link:hover {
  color: #cc1616;
}

.clientes1 .clientes1-item .clientes1-info .details-link {
  right: 10px;
}

/* Estilos para os links de redes sociais (aparecem ao passar o mouse) */
.clientes1 .clientes1-item .clientes1-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.clientes1 .clientes1-item .clientes1-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.clientes1 .clientes1-item .clientes1-links a:hover {
  color: #e82d2d;
}

/*--------------------------------------------------------------
# clientes Details
--------------------------------------------------------------*/
.clientes1-details {
  padding-top: 40px;
}

.clientes1-details .clientes1-details-slider img {
  width: 100%;
}

.clientes1-details .clientes1-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clientes1-details .clientes1-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cc1616;
}

.clientes1-details .clientes1-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc1616;
}

.clientes1-details .clientes1-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(25, 25, 25, 0.08);
}

.clientes1-details .clientes1-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.clientes1-details .clientes1-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.clientes1-details .clientes1-info ul li+li {
  margin-top: 10px;
}

.clientes1-details .clientes1-description {
  padding-top: 30px;
}

.clientes1-details .clientes1-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.clientes1-details .clientes1-description p {
  padding: 0;
}

/*--------------------------------------------------------------



# Pricing
--------------------------------------------------------------*/
/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Global Styles */
body {
  font-family: Arial, sans-serif;
}

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

.section-title span {
  font-size: 24px;
  /* Ajusta o tamanho do span */
  font-weight: bold;
  color: #2980b9;
  /* Cor do span */
  display: block;
  /* Faz com que o span ocupe uma linha inteira */
  margin-bottom: 10px;
  /* Adiciona espaço abaixo do texto "Preços" */
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: '/';
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0c0c0c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Raleway', sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cc1616;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type='submit']:hover {
  background: #e82d2d;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

/*--------------------------------------------------------------
# Pop up rodapé e botão whatsapp
--------------------------------------------------------------*/
.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 5px;
  color: white;
  text-align: center;
  z-index: 9999;
  width: 70%;
  height: auto;
  max-height: 90%;
  overflow: auto;
}

/* Estilos para o botão de fechar */
.close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

/* Estilos para a imagem */
.popup-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/* Estilos para o botão do WhatsApp */
.whatsapp-button {
  background-color: #25d366;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

/*--------------------------------------------------------------
# continuação Pop up rodapé e botão whatsapp
--------------------------------------------------------------*/
.alerta {
  background-color: #d4838a;
  color: #fff;
  padding: 15px;
  font-family: Arial;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 80%;
  z-index: 100;
}

.alerta.hide {
  display: none !important;
}

.link-alerta {
  color: #f2f2f2;
}

.link-alerta:hover {
  text-decoration: underline;
  color: #fff;
}

.botao-aceitar {
  background-color: #e3e3e3;
  padding: 7px;
  margin-left: 15px;
  border-radius: 5px;
  border: none;
  margin-top: 3px;
}

.botao-aceitar:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

@keyframes bounce {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  100% {
    transform: translateX(-50%) translateY(-20px);
  }
}

/* Estilo da seção WHY US */
.why-us .box {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.why-us .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.why-us .box span {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-us .box h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}

.why-us .box p {
  font-size: 1rem;
  color: #444;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .why-us .box {
    padding: 1.5rem;
  }

  .why-us .box h4 {
    font-size: 1.15rem;
  }

  .why-us .box p {
    font-size: 0.95rem;
  }
}

/* Estilo do alerta de cookies */
.alerta {
  background: rgba(248, 142, 142, 0.7);
  /* 70% transparente */
  color: #333;
  padding: 15px 20px;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 -1px 5px rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.alerta a.link-alerta {
  color: #483079;
  font-weight: 600;
  text-decoration: underline;
}

.botoes-alerta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.botao-aceitar,
.botao-recusar {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.botao-aceitar {
  background-color: #483079;
  color: #fff;
  border: none;
}

.botao-aceitar:hover {
  background-color: #37235e;
}

.botao-recusar {
  background-color: transparent;
  color: #555;
}

.botao-recusar:hover {
  color: #000;
}

/* Ocultar por padrão até que o JS exiba */
.alerta.hide {
  display: none;
}

/* Reset básico para o menu */
#navbar ul {
  list-style: none;
  display: flex;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  align-items: center;
}

#navbar ul li {
  position: relative;
}

#navbar ul li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 0.35rem 0.2rem;
  border-bottom: 3px solid transparent;
  transition:
    color 0.3s ease,
    border-bottom-color 0.3s ease,
    transform 0.3s ease;
  font-size: 1rem;
  display: inline-block;
  /* Efeito leve para o texto */
  will-change: transform, color;
}

#navbar ul li a:hover,
#navbar ul li a:focus,
#navbar ul li a.active {
  color: #ff6f61;
  border-bottom-color: #ff6f61;
  transform: translateY(-3px);
  outline: none;
}

/* Toggle botão no desktop escondido */
.mobile-nav-toggle {
  display: none;
}

/* RESPONSIVO */
@media (max-width: 991px) {
  #navbar ul {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 320px;
    height: 100vh;
    background: rgba(26, 26, 46, 0.85);
    padding-top: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    z-index: 10000;
    scrollbar-width: thin;
    scrollbar-color: #ff6f61 transparent;
  }

  #navbar ul.show {
    right: 0;
  }

  #navbar ul li {
    margin: 0.5rem 0;
    /* Diminuído espaço vertical */
    text-align: left;
  }

  #navbar ul li a {
    font-size: 1.2rem;
    padding: 0.3rem 0;
    border-bottom: none;
    transition: color 0.3s ease, transform 0.3s ease;
  }

  #navbar ul li a:hover,
  #navbar ul li a:focus,
  #navbar ul li a.active {
    color: #ff6f61;
    transform: translateX(8px);
    outline: none;
  }

  /* Mostrar toggle no mobile */
  .mobile-nav-toggle {
    display: block;
  }

  /* Ícone maior e cursor pointer */
  .mobile-nav-toggle i {
    font-size: 2rem;
  }
}

/* Scrollbar estilizada para o menu mobile */
#navbar ul::-webkit-scrollbar {
  width: 6px;
}

#navbar ul::-webkit-scrollbar-track {
  background: transparent;
}

#navbar ul::-webkit-scrollbar-thumb {
  background-color: #ff6f61;
  border-radius: 3px;
}

#hero {
  padding: 2rem 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero h1,
#hero p,
#hero h4 {
  color: #fff;
  line-height: 1.1;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  word-break: break-word;
}

#hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  text-align: center;
}

#hero p {
  font-size: 1.1rem;
  margin: 1rem 0;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  border-radius: 8px;
}

#hero h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0dcaf0;
  text-align: center;
  margin-top: 2rem;
}

#hero .container {
  max-width: 100%;
  width: 100%;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  #hero {
    padding: 2rem 1rem;
  }

  #hero .container {
    max-width: 100%;
    padding: 0 0.5rem;
  }

  #hero h1 {
    font-size: 1.6rem;
    line-height: 1.3;
    word-break: break-word;
  }

  #hero p {
    font-size: 1rem;
    padding: 0.8rem;
  }

  #hero h4 {
    font-size: 1rem;
    line-height: 1.4;
  }
}

/*botão do whatsapp flutuante*/
.floating-button-container {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 9999;
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  background-color: #25D366;
  /* Cor padrão do WhatsApp */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}

.sales-text {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: #000000;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}