
.promo-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 120px;
    padding: 60px 30px;
    background: linear-gradient(90deg, #a00222, #923a3a);
    flex-wrap: wrap;
}

.promo-item {
    text-align: center;
    max-width: 350px;
}

.promo-img {
    width: 350px;
    height: 370px;
    object-fit: cover;
    border-radius: 20%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.promo-img:hover {
    transform: scale(1.05);
}

.promo-title {
    font-size: 1.8rem;
    margin-top: 20px;
    font-weight: bold;
}

.promo-desc {
    font-size: 1rem;
    margin-top: 10px;
    
}

.promo-price {
    font-size: 1.1rem;
    
    margin-top: 5px;
}

.navbar {
 background: #272727;
}

.navbar .navbar-brand {
color: #F2F2F2 !important; /* marrón oscuro */
font-weight: bold;
font-size: 1.8rem;
}

.navbar-nav .nav-link {
color: #F2F2F2 !important;
font-weight: 500;
transition: color 0.3s ease;
}
.custom-nav {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif !important;
    font-size: 36px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
}

.custom-nav .nav-link {
    color: #f0eded !important;
    font-size: 24px !important;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    margin-left: 100px;
}


.navbar-nav .nav-link:hover {
color: #8b4f47 !important; /* marrón más oscuro en hover */
}

.navbar .nav-icon i {
color: #f1f1f1 !important;
}

#templatemo_search .modal-content {
background-color: #f4e4dc; /* Nude claro */
border-radius: 12px;
border: none;
}

#templatemo_search .form-control {
border: 1px solid #c9a49c;
border-radius: 8px 0 0 8px;
padding: 10px;
font-weight: 500;
color: #3c2b28;
}

#templatemo_search .form-control::placeholder {
color: #a17e75;
}

#templatemo_search .input-group-text {
background-color: #8b4f47; /* Marrón fuerte para el botón */
border-radius: 0 8px 8px 0;
border: none;
}

#templatemo_search .fa-search {
color: #fff;
}
body {

font-family: 'Segoe UI', sans-serif;
padding-top: 80px;
}

.carousel-inner {
background: transparent; /* fondo cálido con onda */


}

.carousel-item {
padding: 2rem;

}

.text-success {
color: #c97d63 !important; /* rosa terracota/nude */
}

.carousel1{
border: 5px solid #ccc; /* simula el plateado metálico */
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

h1.h1, h3.h2 {
color: #b37867; /* marrón profundo para contrastar */
}



.slogan {
color: white;
font-size: 1.8rem;
font-weight: bold;
text-shadow: 1px 1px 3px #000;
}

/* Indicadores del carrusel */
.carousel-indicators li {
background-color: #a88d79;
}


.carousel-control-prev i,
.carousel-control-next i {

font-size: 2rem;
}

.colorfooter{
    background-color: 		#1b1b1b;
}

.colorfo{
    background-color: 		#1b1b1b;
}

.colorsec{
    background-color:#fff;
}

.colorsoc{
    background-color:#875;
}

.cardi{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}
.textd{
    color: #000;
    font-size: 1rem;
    margin-bottom: 0rem;

}

.oferta-container {
    color: #000;
    font-family: sans-serif;
  }
  
  .oferta-card {
    display: block;
    border: 2px solid #f3bdf6;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
    background-color: #fff9f2;
    color: black; /* Letra negra */
    transition: border-color 0.3s;
  }
  
  .oferta-card input[type="radio"] {
    display: inline-block;
    margin-right: 10px;
    transform: scale(1.3);
  }
  
  .oferta-card.popular {
    border-color: rgb(206, 169, 204);
  }
  
  .oferta-card.popular .badge {
    position: absolute;
    top: -10px;
    right: 10px;
    background-color: rgb(84, 32, 32);
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
  }
  
  .contenido {
    display: flex;
    align-items: flex-start; /* El texto sube un poco */
    justify-content: space-between;
  }
  .contenido > div:nth-child(2) {
    margin-top: 4px; /* Ajuste fino para que el texto no esté pegado arriba */
  }
  .img-oferta {
    width: 70px;
    margin-left: 50px; /* Imagen más a la derecha */
    margin-top: -13px;
    height: 70px;
  }
  
  .titulo {
    font-weight: bolder;
    margin-top: -15px;
    margin-left: -180px;
    color: black;
    font-size: 15px;
  }
  
  .detalle {
    font-size: 14px;
    margin-top: -15px; 
     margin-left: -180px;
    color: black;
  }
  
 
  
  .precio {
    text-align: right;
    margin-top: 0px;
    color: black;
   
  }
  
  .precio p {
    margin: 0;
    font-size: 16px;
  }
  
  .tachado {
    color: red;
    text-decoration: line-through;
    font-size: 14px;
  }
  
  .btn-carrito {
    width: 100%;
    background-color: #862942;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 12px;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
    cursor: pointer;
  }
  
  .bor {
    border: 2px solid black;
    border-radius: 2px; /* Asegura que no tenga bordes redondeados */
    
  }
  .thumbnail-carousel .thumbnail {
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  
  .thumbnail-carousel .thumbnail.selected {
    border: 3px solid black;
  }
  
  .thumbnail-carousel .col-4 {
    padding: 0;
  }
  
  .sec-accordion-container {
    font-family: Arial, sans-serif;
  
    margin: 30px auto;
  }
  .sec-accordion {
    border-top: 1px solid #ccc;
  }
  .sec-accordion-item {
    border-bottom: 1px solid #ccc;
  }
  .sec-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
  }
  .sec-accordion-header span {
    transition: transform 0.3s;
  }
  .sec-accordion-content {
    padding: 15px;
    display: none;
  }
  .sec-accordion-content.sec-active {
    display: block;
  }

  .form-reclamo-wrapper {
    max-width: 900px;
    background-color: #fff;
    margin: auto;
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .form-reclamo-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .form-reclamo-subtitle {
    font-size: 13px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
  }

  .form-reclamo-box {
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .form-reclamo-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
  }

  .form-reclamo-label {
    display: block;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
  }

  .form-reclamo-input,
  .form-reclamo-select {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .form-reclamo-row {
    display: flex;
    gap: 12px;
    margin-top: 10px;
   
    
  }

  .form-reclamo-row .form-reclamo-input,
  .form-reclamo-row .form-reclamo-select {
    flex: 1;
  }

  .form-reclamo-checkbox {
    margin-top: 15px;
    font-size: 14px;
  }

  .ad{
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    margin: 20px 0;
  }