.franja {
    background-color: #f1f1f1;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 10px 0;
    margin-bottom: 30px;
  }

@media screen and (min-width: 768px) {
  .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .logo-container img {
    height: 60px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    transform-origin: center center;
  }

  .rd-navbar--is-stuck .logo-container img {
    transform: scale(1.3);
  }

  .rd-navbar-panel {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .rd-navbar-main {
    flex: 2;
  }

  .franja {
    position: sticky;
    top: 80px;
    z-index: 900;
    background-color: #f1f1f1;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}

    .recorte-superior {
margin-left: 27%;
  overflow: hidden;
  position: relative;
}

.caracteristicas-box {
    border-radius: 15px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4); /* Más transparente */
    color: white;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.fila-par {
    background-color: rgba(51, 51, 51, 0.4); /* Gris con más transparencia */
}

.fila-impar {
    background-color: rgba(0, 0, 0, 0.4); /* Negro más transparente */
}


.caracteristicas-titulo {
    background-color: #000;
    color: #ffed00;
    text-align: center;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 2px solid #ffed00;
}

.caracteristicas-lista {
    font-size: 1rem;
}

.caracteristica {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-weight: 500;
}

.label {
    text-align: left;
}

.valor {
    text-align: right;
}

/* Scrollbar personalizada */
.caracteristicas-box::-webkit-scrollbar {
    width: 8px;
}

.caracteristicas-box::-webkit-scrollbar-track {
    background: #000;
}

.caracteristicas-box::-webkit-scrollbar-thumb {
    background-color: #ffed00;
    border-radius: 4px;
}

.btn-volver {
    background-color: #ffed00;
    color: black;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .btn-volver:hover {
    background-color: black;
    color: white;
  }

  /* Estilo por defecto (escritorio) se mantiene como está */

/* Estilos móviles */
@media (max-width: 767.98px) {
  .recorte-superior {
    margin-left: 0 !important;
    width: 100%;
  }

  .recorte-superior img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .caracteristicas-box,
  .title-carbon,
  .caracteristicas-box .caracteristicas-titulo {
    margin-left: 0 !important;
  }

  .caracteristicas-lista {
    margin-left: 0 !important;
  }

  .btn {
    margin-left: 0 !important;
  }

  h3{
    font-size: 3rem !important;
  }
}

.texto-negro {
  color: black;
}

.texto-blanco {
  color: white;
}

/* Fuerza el color blanco en móviles */
@media (max-width: 768px) {
  .title-thin {
    color: white !important;
  }
}
