
.header-bottom-side-left1 p{
    background-color: #ffffff42;
    padding: 10px;
    border-radius: 10px;
    padding-left: 2%;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;

}
.header-bottom-side-left1 h2{
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
 }

.header-bottom-side-left1{
    height: 100%;
    flex-basis: 61%;

    
 }


.header-bottom-side-right{
    width: 300px;
    height: 360px;
   
}

.inner-header-bottom-side-right{
    
    border-radius: 10px;
    width: 80%;
    height: 100%;
    
}

.header-bottom-side-right img {
    width: 100%;
    height: 100%;
}



.container {
    text-align: center;
    max-width: 348px;
    margin: auto;
    padding: 20px;
    background-color: #8f8b8b61;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-bottom: 50px;
}
.container h2{
    color: white;
}
.carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 10px;
}
.slides {
    display: flex;
    width: 500%;
    transition: transform 0.5s ease-in-out;
}
.slide {
    min-width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    font-weight: bold;
    transition: 0.5s;
    position: relative;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.buttons {
    margin-top: 15px;
}
button {
    padding: 12px 20px;
    cursor: pointer;
    border: none;
    background-color: #333;
    color: white;
    font-size: 16px;
    margin: 5px;
    border-radius: 5px;
    transition: 0.3s;
    width: 115px;
}
button:hover {
    background-color: #555;
}
.indicators {
    margin-top: 10px;
}
.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}
.active {
    background-color: #333;
}

.cor-de-fundo{
    padding: 1px;
}

.page-content-inner{
      margin-left: auto;
    margin-right: auto;
    width: 100%;
    height:auto;
    color: black;
    background-size: cover;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: start;
}
.page-content-inner p{
    
}
.devision{
 flex-direction: column;
 
    
}
.devision h2{
     text-align: center;
     margin: 2%;
}
.devision p{
    width: 100%;
    margin: auto;
}

.page-itens{
    display: flex;
    justify-content: center;
    padding: 17px;
    background-image: linear-gradient(top ( #c7c7c7#fff));
   
    
}
.page-itens h2{
    text-align: center;
    margin-bottom: 3%;
}
.declarac{
    flex-basis: 50%;
    padding: 17px;
}
.declarac p{
    line-height: 20px;
}
.conteiner-call-action{
    width: 100%;
    height: 500px;
    background-color: #2c2c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.inner-call-action{
    background-color: #333;
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    box-shadow: solid 1px rgb(2, 62, 174);
    
}
.call-action{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 25px;
}
.call-action h2{
    text-align: center;
    margin: 40px;
}
.call-action p{
    padding: 20px;

}

.call-action button{
   
    background-color: #0084ff;
    border: none;
    width:100%;
    border-radius: 99999px;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    transition: all .2s;
    
    
}
.call-action button:hover {
    background-color: #004c94;
}

 
    .header-bottom-side-right img {
    width: 80%;
}
    /* Gradiente animado */
    @keyframes gradientBG {
      0% {background-position: 0% 50%;}
      50% {background-position: 100% 50%;}
      100% {background-position: 0% 50%;}
    }

    .gradient-bg {
      background: linear-gradient(-90deg,#686666, #2f2e2e, #3b3a3a);
      background-size: 400% 400%;
      animation: gradientBG 12s ease infinite;
    }

    /* Sessão sobre */
    .sobre-loja {
      padding: 60px 20px;
      color: white;
      font-family: 'Poppins', sans-serif;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 40px;
      width: 100%;
    }

    .container01 {
      max-width: 1200px;
      margin: auto;
    }

    .bloco {
      margin-bottom: 60px;
      text-align: center;
    }

    .bloco h2 {
      font-size: 2rem;
      margin-bottom: 15px;
      color: #fff;
    }

    .bloco .intro {
      font-size: 1.1rem;
      color: #e0e0e0;
      margin-bottom: 40px;
    }

    /* Grid de cartões */
    .grid-info {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 25px;
    }

    .card {
      background: rgba(255, 255, 255, 0.08);
      padding: 25px;
      color: #fff;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      opacity: 0;
      transform: translateY(50px);
    }

    .card:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    }

    .card h3 {
      font-size: 1.3rem;
      margin-bottom: 10px;
      color: #fff;
    }

    .card p {
      font-size: 1rem;
      color: #ddd;
    }

    .card.visivel {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.7s ease;
    }

    /* Page content (Missão, Visão, Valores) */
    .page-content-inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 40px;
      padding: 20px;
    }

    .card-info {
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(15px);
      border-radius: 24px;
      padding: 35px;
      color: #fff;
      position: relative;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
      overflow: hidden;
      opacity: 0;
      animation: fadeInUp 1s forwards;
    }

    @keyframes fadeInUp {
      from { transform: translateY(40px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    .card-title {
      font-size: 1.6rem;
      margin-bottom: 20px;
      font-weight: 700;
      position: relative;
    }

    .card-title::after {
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, #0e0bc1, #00c6ff);
      margin-top: 10px;
      border-radius: 3px;
    }

    .card-text, .values-list li {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 12px;
      color: #f0f0f0;
    }

    .values-list {
      list-style: none;
      padding: 0;
    }

    .values-list li::before {
      content: "✔";
      margin-right: 8px;
      color: #2c76ed;
    }

    /* Carrossel */
    .slides {
      display: flex;
      transition: transform 0.6s ease-in-out;
    }

    .slide {
      min-width: 100%;
      text-align: center;
    }

    .slide img {
      max-width: 100%;
      height: auto;
    }


         