.apps-div-slider {
  position: relative;
  overflow: hidden;
  height: 90vh;
}

.apps-div-slide {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 4rem 2rem;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.apps-div-slide.active {
  opacity: 1;
  z-index: 1;
}

.apps-div-content {
  position: relative;
  z-index: 10;
  max-width: 1200px;
}
.apps-div-slide b{
  font-weight: 900;
  color: #0dcaf0;

}
.apps-div-title {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.apps-div-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.apps-div-button {
  background-color: #007bff;
  color: white;
  padding: 20px 15px;
  border-radius: 50px;
  border: 2px solid #007bff;
  cursor: pointer;
  font-size: 25px;
  transition: 0.3s ease; animation: apps-div-bounce 1s infinite;
}

.apps-div-button:hover {
  background-color: #004d9e;
  border: 2px solid #007bff;
  box-shadow: 0px 0px 10px #004d9e;
 
}

/* Animação "respiro" vertical */
@keyframes apps-div-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}


.apps-div-truck {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    z-index: 15;
}
.beneficios-apps-container {
  text-align: center;
  padding: 10px 100px 200px 0px;
  border-bottom: 6px solid transparent;
    border-image: linear-gradient(to right, #ff9ded, #17d4ff, #0078c9) 1;
  background-color: #ffffff;
}

.beneficios-apps-subtitulo {
  color: #007bff;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.beneficios-apps-titulo {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.beneficios-apps-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.beneficios-apps-container hr{
height: 2px;
width: 10%;
border-radius: 5px;
border: 3px solid #0078c9;
}
.align-hr{
  display: flex;
  justify-content: center;
}
.beneficios-apps-card {
  background: #fff;
  border: 1px solid #d0d9ff;
  padding: 2rem 1.5rem;
  width: 350px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
}

.beneficios-apps-icon {
    height: 250px;
    width: 250px;
    margin: 0 auto 1.5rem;
    background-image: url('../assets/apps/img-apps\ \(1\).webp');
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.3s ease;
    transition: 0.2s;
}
.beneficios-apps-icon2 { background-image: url('../assets/apps/img-apps\ \(2\).webp'); }
.beneficios-apps-icon3 { background-image: url('../assets/apps/img-apps\ \(4\).webp'); }
.beneficios-apps-icon4 { background-image: url('../assets/apps/img-apps\ \(3\).webp'); }

.beneficios-apps-card-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.beneficios-apps-card-text {
    font-size: 1.0rem;
    color: #444;
    text-align: left;
    margin-bottom: 2rem;
}

.beneficios-apps-btn {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.75rem 1rem;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.2s;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.beneficios-apps-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
    transition: 0.2s;
}

.beneficios-apps-card:hover .beneficios-apps-btn {
  background-color: #007bff;

    transition: 0.2s;
}
.beneficios-apps-card:hover:hover .beneficios-apps-card-title{
  color: #0078c9;
}
.beneficios-apps-btn:hover {
  background-color: #0756aa;
  
    transition: 0.2s;
}

.beneficios-apps-card:hover .beneficios-apps-icon {
  background-image: url('../assets/apps/app.webp');
  width: 100%;
  height: 300px;
}
.beneficios-apps-card:hover .beneficios-apps-icon2 {
  background-image: url('../assets/apps/img-apps\ \(2\).webp');
}
.beneficios-apps-card:hover .beneficios-apps-icon3 {
  background-image: url('../assets/apps/img-apps\ \(4\).webp');
}
.beneficios-apps-card:hover .beneficios-apps-icon4 {
  background-image: url('../assets/apps/img-apps\ \(3\).webp');
}

.second-app-div-segmento{
  color: #007bff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 50px;
}
.second-app-div-section button{
  background-color: #0078c9;
  color: #fff;
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 50px;
  border: none;  transition: 0.2s;

}
.second-app-div-section button:hover{
  background-color: #004d9e;
  transition: 0.2s;
  cursor: pointer
  ;
}
.second-app-div-section {
  background-color: #eeefef; /* azul claro */
  padding: 4rem 2rem;
  text-align: center;
}

.second-app-div-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
  color: #1e1e1e;
}

.second-app-div-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.second-app-div-item {
    border-radius: 20px;
    width: 280px;
    padding: 40px;
    transition: 0.2s;
    background: #ffffff8a;
}
.second-app-div-item:hover{
  background-color: #fff;
}

.second-app-div-icon {
  height: 140px;
  margin-bottom: 1.5rem;
}

.second-app-div-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #222;
}

.second-app-div-text {
  font-size: 0.95rem;
  color: #444;
}.div-apps-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 2rem;
  border-radius: 12px;
  background-image: url('../assets/apps/back-pizza.webp'); /* troque pelo seu background real */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #222;
  gap: 2rem;
}

.div-apps-3-benefits{
  color: #fff;

  list-style: none;
  gap: 30px;
}
.div-apps-3-benefits img{
  height: 20px;
  width: 20px;
}
.div-apps-3-content {
  max-width:80%;
  z-index: 2;
  margin-left: 100px;
}

.div-apps-3-title {
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}
.div-apps-3-title span{
  color: #65c2ff;
}

.div-apps-3-subtitle {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
.div-apps-3-content b{
  color: #007bff;
}
.div-apps-3-btn {
  background-color: #007bff;
  color: white;
  padding: 15px 30px;
  font-size: 1.1rem;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.div-apps-3-btn:hover {
  background-color: #004d9e;
  transform: translateY(-5px); /* efeito respiro para cima */
  box-shadow: 0 10px 20px rgba(15, 18, 192, 0.3);
}

.div-apps-3-image {
  flex-shrink: 0;
}

.div-apps-3-img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
 @media (max-width: 1200px) {
  .apps-div-title {
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 1rem;
}.apps-div-subtitle {
    font-size: 1.0rem;
    margin-bottom: 2rem;
}.beneficios-apps-container {
    text-align: center;
    padding: 50px;
    border-bottom: 6px solid transparent;
    border-image: linear-gradient(to right, #ff9ded, #17d4ff, #0078c9) 1;
    background-color: #ffffff;
}
.beneficios-apps-titulo {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.div-apps-3 {
    display: grid
;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 12px;
    background-image: url(../assets/apps/back-pizza.webp);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    color: #222;
    gap: 2rem;
}.div-apps-3-content {
    max-width: 100%;
    z-index: 2;
    margin-left: 0px;
}.div-apps-3-content {
    max-width: 100%;
    z-index: 2;
    margin-left: 0px;
}.div-apps-3-subtitle {
    font-size: 1.0rem;
    color: #fff;
    margin-bottom: 2rem;
}.div-apps-3-title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
}.beneficios-apps-card:hover .beneficios-apps-icon {
   
    width: 250px;
    height: 250px;
}


 }