@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

* {
  font-family: 'Open Sans', sans-serif;
}

body {
  overflow-x: hidden;
  color: #5c5c5c;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #003f86;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.top-bar {
  background: #003f86;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.top-bar a:hover {
  color: #5aa4d2;
}

.contatos-topo li, .social-topo li {
  margin: 0 10px;
}

.main-menu {
  margin-bottom: 0;
  border: none;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.main-menu .navbar-brand {
  padding: 10px 15px;
  height: auto;
}

.logo-color {
  height: 50px;
}

.main-menu .navbar-nav > li > a {
  color: #003f86;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding: 25px 15px;
}

.main-menu .navbar-nav > li > a:hover,
.main-menu .navbar-nav > li.active > a {
  color: #5aa4d2;
  background: transparent;
}

.main-menu .dropdown-menu {
  border-top: 3px solid #5aa4d2;
}

.carrossel-section {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.carrossel-section .owl-carousel {
  margin-bottom: 0;
}

#main-carousel .item > img,
#main-carousel .item .carousel-image-slide,
#main-carousel .item .carousel-image-slide img,
#main-carousel .item .carousel-product-slide {
  width: 100%;
  height: 500px;
}

#main-carousel .item .carousel-image-slide {
  display: block;
}

#main-carousel .item .carousel-image-slide img {
  object-fit: cover;
}

#main-carousel .item .carousel-empty-slide {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: linear-gradient(135deg, #1a3a4f 0%, #2c7cb6 100%);
  color: #fff;
  text-align: center;
}

#main-carousel .item .carousel-empty-content {
  max-width: 760px;
}

#main-carousel .item .carousel-empty-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

#main-carousel .item .carousel-empty-content h2 {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 800;
}

#main-carousel .item .carousel-empty-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
}

#main-carousel .owl-stage-outer,
#main-carousel .owl-stage,
#main-carousel .owl-item,
#main-carousel .item {
  height: 500px;
}

#main-carousel .item .carousel-product-slide {
  position: relative;
  overflow: hidden;
  background-color: #1a1a2e;
  background-size: cover;
  background-position: center;
}

#main-carousel .item .carousel-product-slide .slide-overlay-loja {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

#main-carousel .item .carousel-product-slide .slide-content-loja {
  position: absolute;
  bottom: 20%;
  left: 8%;
  color: white;
  max-width: 450px;
  z-index: 2;
}

#main-carousel .item .carousel-product-slide .slide-badge-loja {
  display: inline-block;
  background: rgba(0,102,179,0.9);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 11px;
  margin-bottom: 12px;
}

#main-carousel .item .carousel-product-slide .slide-content-loja h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

#main-carousel .item .carousel-product-slide .slide-content-loja p {
  font-size: 14px;
  margin-bottom: 20px;
  opacity: 0.9;
}

#main-carousel .item .carousel-product-slide .slide-btn-loja {
  display: inline-block;
  padding: 8px 24px;
  background: linear-gradient(135deg, #0066B3, #004d8c);
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
}

#main-carousel .item .carousel-product-slide .slide-btn-loja:hover {
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 3px 10px rgba(0,102,179,0.3);
}

#main-carousel .item .carousel-product-slide .slide-image-circle-loja {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255,255,255,0.3);
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

#main-carousel .item .carousel-product-slide .slide-image-circle-loja img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

.carousel-caption {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #003f86;
}

.carrossel-section .owl-theme .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 15;
}

.carrossel-section .owl-theme .owl-dots .owl-dot span {
  background: rgba(255,255,255,0.55);
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all 0.3s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #003f86;
}

.owl-theme .owl-nav .owl-prev {
  left: 20px;
}

.owl-theme .owl-nav .owl-next {
  right: 20px;
}

.titulo-barra {
  background-color: #3D3D3D;
  padding: 15px 0;
  margin-bottom: 0;
  margin-top: 0;
}

.titulo-barra h2 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.separador-animado {
  width: 80px;
  height: 3px;
  background-color: #9CC8E4;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.separador-animado::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(156, 200, 228, 0.8), transparent);
  animation: slideLine 2s infinite;
}

@keyframes slideLine {
  0% { left: -100%; }
  100% { left: 100%; }
}

section {
  padding: 0px 0;
}

.sobre-empresa {
  padding: 60px 0;
  background: #fff;
}

.sobre-empresa p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.nossos-valores {
  padding: 80px 0;
  background: #f8fbfe;
}

.nossos-resultados {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a3a4f 0%, #2c7cb6 100%);
  color: #fff;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  color: #003f86;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.separator {
  width: 60px;
  height: 3px;
  background: #5AA4D2;
  margin: 20px auto;
}

.section-title {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  color: #1a3a4f;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.valores-cards {
  margin-top: 40px;
}

.card-valor {
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.card-valor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #2c7cb6, #6a3d8a, #2c7cb6);
  transform: scaleX(0);
  transition: transform 0.5s ease;
  z-index: 3;
}

.card-valor:hover::before {
  transform: scaleX(1);
}

.card-valor:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  transform: translateY(-8px);
}

.card-valor i {
  font-size: 56px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.card-valor:hover i {
  transform: scale(1.1);
}

.card-valor h3 {
  font-size: 1.9rem;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.card-valor p, .card-valor ul {
  color: #e0e0e0;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.card-valor ul {
  padding-left: 20px;
  margin-bottom: 0;
  list-style: none;
}

.card-valor ul li {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.card-valor ul li:before {
  content: "✓";
  margin-right: 10px;
}

.card-glow-effect {
  position: relative;
  overflow: hidden;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s ease;
}

.card-valor[data-color="1"] .color-overlay {
  background: linear-gradient(135deg, #1a5276, #2c3e50);
  animation: infiniteShift1 30s ease-in-out infinite;
}

.card-valor[data-color="2"] .color-overlay {
  background: linear-gradient(135deg, #2471a3, #4a235a);
  animation: infiniteShift2 30s ease-in-out infinite;
}

.card-valor[data-color="3"] .color-overlay {
  background: linear-gradient(135deg, #2e86c1, #6c3483);
  animation: infiniteShift3 30s ease-in-out infinite;
}

.card-valor[data-color="4"] .color-overlay {
  background: linear-gradient(135deg, #1f618d, #512e5e);
  animation: infiniteShift4 30s ease-in-out infinite;
}

@keyframes infiniteShift1 {
  0% { background: linear-gradient(135deg, #1a5276, #2c3e50); }
  10% { background: linear-gradient(135deg, #1f618d, #3d2b5a); }
  20% { background: linear-gradient(135deg, #2471a3, #4a235a); }
  30% { background: linear-gradient(135deg, #2e86c1, #512e5e); }
  40% { background: linear-gradient(135deg, #3498db, #6c3483); }
  50% { background: linear-gradient(135deg, #2e86c1, #7d3c98); }
  60% { background: linear-gradient(135deg, #2471a3, #6c3483); }
  70% { background: linear-gradient(135deg, #1f618d, #512e5e); }
  80% { background: linear-gradient(135deg, #1a5276, #4a235a); }
  90% { background: linear-gradient(135deg, #154360, #3d2b5a); }
  100% { background: linear-gradient(135deg, #1a5276, #2c3e50); }
}

@keyframes infiniteShift2 {
  0% { background: linear-gradient(135deg, #2471a3, #4a235a); }
  10% { background: linear-gradient(135deg, #2e86c1, #512e5e); }
  20% { background: linear-gradient(135deg, #3498db, #6c3483); }
  30% { background: linear-gradient(135deg, #2e86c1, #7d3c98); }
  40% { background: linear-gradient(135deg, #2471a3, #6c3483); }
  50% { background: linear-gradient(135deg, #1f618d, #512e5e); }
  60% { background: linear-gradient(135deg, #1a5276, #4a235a); }
  70% { background: linear-gradient(135deg, #154360, #3d2b5a); }
  80% { background: linear-gradient(135deg, #1a5276, #2c3e50); }
  90% { background: linear-gradient(135deg, #1f618d, #3d2b5a); }
  100% { background: linear-gradient(135deg, #2471a3, #4a235a); }
}

@keyframes infiniteShift3 {
  0% { background: linear-gradient(135deg, #2e86c1, #6c3483); }
  10% { background: linear-gradient(135deg, #2471a3, #512e5e); }
  20% { background: linear-gradient(135deg, #1f618d, #4a235a); }
  30% { background: linear-gradient(135deg, #1a5276, #3d2b5a); }
  40% { background: linear-gradient(135deg, #154360, #2c3e50); }
  50% { background: linear-gradient(135deg, #1a5276, #4a235a); }
  60% { background: linear-gradient(135deg, #1f618d, #512e5e); }
  70% { background: linear-gradient(135deg, #2471a3, #6c3483); }
  80% { background: linear-gradient(135deg, #2e86c1, #7d3c98); }
  90% { background: linear-gradient(135deg, #3498db, #6c3483); }
  100% { background: linear-gradient(135deg, #2e86c1, #6c3483); }
}

@keyframes infiniteShift4 {
  0% { background: linear-gradient(135deg, #1f618d, #512e5e); }
  10% { background: linear-gradient(135deg, #1a5276, #4a235a); }
  20% { background: linear-gradient(135deg, #154360, #3d2b5a); }
  30% { background: linear-gradient(135deg, #1a5276, #2c3e50); }
  40% { background: linear-gradient(135deg, #1f618d, #3d2b5a); }
  50% { background: linear-gradient(135deg, #2471a3, #4a235a); }
  60% { background: linear-gradient(135deg, #2e86c1, #512e5e); }
  70% { background: linear-gradient(135deg, #3498db, #6c3483); }
  80% { background: linear-gradient(135deg, #2e86c1, #7d3c98); }
  90% { background: linear-gradient(135deg, #2471a3, #6c3483); }
  100% { background: linear-gradient(135deg, #1f618d, #512e5e); }
}

.card-valor i {
  color: #9CC8E4;
}

.card-valor ul li:before {
  color: #9CC8E4;
}

.counter-box {
  text-align: center;
  padding: 25px 15px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.counter-box:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-5px);
}

.counter-box i {
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  color: #9CC8E4;
}

.counter {
  font-size: 2.5rem;
  font-weight: 800;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.counter-box p {
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .top-bar .text-left, .top-bar .text-right {
    text-align: center !important;
  }
  .contatos-topo, .social-topo {
    margin-bottom: 10px;
  }
  #main-carousel .item img,
  #main-carousel .owl-stage-outer,
  #main-carousel .owl-stage,
  #main-carousel .owl-item,
  #main-carousel .item {
    height: 300px;
  }
  section, .sobre-empresa, .nossos-valores, .nossos-resultados {
    padding: 50px 0;
  }
  h2, .section-title {
    font-size: 26px;
  }
  .counter {
    font-size: 1.8rem;
  }
  .titulo-barra h2 {
    font-size: 22px;
  }
  .card-valor {
    margin-bottom: 20px;
  }
  .card-valor h3 {
    font-size: 1.5rem;
  }
  .card-valor p, .card-valor ul li {
    font-size: 0.95rem;
  }
  .main-menu .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .card-valor {
    min-height: auto;
  }
}

/* ============================================
   MODO NORMAL (slides institucionais)
   ============================================ */
.slide-overlay-normal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
}

.slide-content-normal {
    position: absolute;
    bottom: 30%;
    left: 8%;
    color: white;
    max-width: 500px;
    z-index: 2;
}

.slide-content-normal h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.slide-content-normal p {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.95;
    line-height: 1.5;
}

.slide-btn-normal {
    display: inline-block;
    padding: 12px 30px;
    background: #2c7cb6;
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.slide-btn-normal:hover {
    background: #1a5a7a;
    transform: translateY(-2px);
    color: white;
}

/* ============================================
   MODO LOJA (produtos - estilo moderno)
   ============================================ */
.slide-overlay-loja {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

.slide-content-loja {
    position: absolute;
    bottom: 25%;
    left: 8%;
    color: white;
    max-width: 450px;
    z-index: 2;
}

.slide-badge-loja {
    display: inline-block;
    background: linear-gradient(135deg, #2c7cb6, #1a5a7a);
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.slide-content-loja h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
}

.slide-content-loja p {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
    line-height: 1.5;
}

.slide-price-loja {
    font-size: 24px;
    font-weight: 700;
    color: #5aa4d2;
    margin-bottom: 20px;
}

.slide-btn-loja {
    display: inline-block;
    padding: 10px 28px;
    background: linear-gradient(135deg, #2c7cb6, #1a5a7a);
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.slide-btn-loja:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44,124,182,0.4);
    color: white;
}

.slide-image-circle-loja {
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    animation: float 3s ease-in-out infinite;
}

.slide-image-circle-loja img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Controles do slider */
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.slider-prev:hover, .slider-next:hover {
    background: #2c7cb6;
    transform: translateY(-50%) scale(1.05);
}

.slider-prev { left: 20px; }
.slider-next { right: 20px; }

.slider-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-dot {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #2c7cb6;
    width: 24px;
    border-radius: 10px;
}

/* Responsividade */
@media (max-width: 992px) {
    .slide-image-circle-loja {
        width: 200px;
        height: 200px;
        bottom: 10%;
        right: 3%;
    }
    .slide-content-loja h2 { font-size: 28px; }
    .slide-content-normal h2 { font-size: 32px; }
}

@media (max-width: 768px) {
    .slide-image-circle-loja {
        display: none;
    }
    .slide-content-loja, .slide-content-normal {
        bottom: 20%;
        left: 5%;
        right: 5%;
        text-align: center;
    }
    .slide-content-loja h2 { font-size: 22px; }
    .slide-content-normal h2 { font-size: 24px; }
    .slider-prev, .slider-next {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

@media (max-width: 992px) {
  #main-carousel .item .carousel-product-slide .slide-image-circle-loja {
    width: 200px;
    height: 200px;
    top: -40px;
    right: -40px;
  }

  #main-carousel .item .carousel-product-slide .slide-content-loja h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  #main-carousel .item .carousel-product-slide .slide-image-circle-loja {
    display: none;
  }

  #main-carousel .item .carousel-product-slide .slide-content-loja {
    left: 5%;
    right: 5%;
    bottom: 15%;
    max-width: none;
    text-align: center;
  }

  #main-carousel .item .carousel-product-slide .slide-content-loja h2 {
    font-size: 22px;
  }

  #main-carousel .item .carousel-product-slide .slide-content-loja p {
    font-size: 12px;
  }
}

/* Estilos do Carrossel - Modo Normal */
.slide-overlay-normal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
}

.slide-content-normal {
    position: absolute;
    bottom: 30%;
    left: 8%;
    color: white;
    max-width: 500px;
    z-index: 2;
}

.slide-content-normal h2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.slide-content-normal p {
    font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.95;
}

.slide-btn-normal {
    display: inline-block;
    padding: 12px 30px;
    background: #2c7cb6;
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.slide-btn-normal:hover {
    background: #1a5a7a;
    transform: translateY(-2px);
    color: white;
}

/* Estilos do Carrossel - Modo Loja */
.slide-overlay-loja {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
}

.slide-content-loja {
    position: absolute;
    bottom: 25%;
    left: 8%;
    color: white;
    max-width: 450px;
    z-index: 2;
}

.slide-badge-loja {
    display: inline-block;
    background: linear-gradient(135deg, #2c7cb6, #1a5a7a);
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.slide-content-loja h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 12px;
    line-height: 1.2;
}

.slide-content-loja p {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.slide-price-loja {
    font-size: 24px;
    font-weight: 700;
    color: #5aa4d2;
    margin-bottom: 20px;
}

.slide-btn-loja {
    display: inline-block;
    padding: 10px 28px;
    background: linear-gradient(135deg, #2c7cb6, #1a5a7a);
    color: white;
    text-decoration: none;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.slide-btn-loja:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(44,124,182,0.4);
    color: white;
}

.slide-image-circle-loja {
    position: absolute;
    bottom: 15%;
    right: 5%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    animation: float 3s ease-in-out infinite;
}

.slide-image-circle-loja img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Controles do slider */
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.slider-prev:hover, .slider-next:hover {
    background: #2c7cb6;
    transform: translateY(-50%) scale(1.05);
}

.slider-prev { left: 20px; }
.slider-next { right: 20px; }

.slider-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.slider-dot {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #2c7cb6;
    width: 24px;
    border-radius: 10px;
}

/* Responsividade */
@media (max-width: 992px) {
    .slide-image-circle-loja {
        width: 200px;
        height: 200px;
        bottom: 10%;
        right: 3%;
    }
    .slide-content-loja h2 { font-size: 28px; }
    .slide-content-normal h2 { font-size: 32px; }
}

@media (max-width: 768px) {
    .slide-image-circle-loja {
        display: none;
    }
    .slide-content-loja, .slide-content-normal {
        bottom: 20%;
        left: 5%;
        right: 5%;
        text-align: center;
    }
    .slide-content-loja h2 { font-size: 22px; }
    .slide-content-normal h2 { font-size: 24px; }
    .slider-prev, .slider-next {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}
