﻿/* ============================================================
   GENERAL STYLES (modernizado)
============================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    background-color: #fff5f5;
    color: #333;
}

.set-radius-zero {
    border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 800px;
    padding-bottom: 90px;
}

.header-line {
    font-weight: 900;
    padding-bottom: 25px;
    border-bottom: 2px solid #ff5e62;
    text-transform: uppercase;
    color: #ff5e62;
}

.pad-botm {
    padding-bottom: 30px;
}

/* Suavizar paneles */
.panel {
    border-radius: 8px !important;
    border: 1px solid #ffb5a7 !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}

.panel-heading {
    background: linear-gradient(135deg, #ff5e62, #ff9966) !important;
    color: white !important;
    border-radius: 8px 8px 0 0 !important;
}

/* ============================================================
   NAVBAR & MENU (estilo rojo/naranja moderno)
============================================================ */

.navbar {
    min-height: 90px;
    margin-bottom: 0px;
    border: none;
    box-shadow: 0 3px 12px rgba(0,0,0,0.04);
}

.navbar-inverse {
    background: linear-gradient(135deg, #ff5e62, #ff9966);
    border: none;
}

.navbar-inverse .navbar-brand img {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
}

.right-div {
    float: right; 
    padding: 20px;
    color: white;
    font-weight: 600;
}

.right-div .btn-danger {
    background-color: #ff4f58 !important;
    border-color: #e33a43 !important;
    transition: .2s;
}

.right-div .btn-danger:hover {
    background-color: #d62c35 !important;
}

#menu-top a {
    color: #d53a3a !important;
    font-weight: 600;
    padding: 25px 15px;
    text-transform: uppercase;
}

#menu-top a:hover {
    background-color: rgba(255,255,255,0.15);
}

.menu-section {
    background: #ffeded;
    border-bottom: 5px solid #ff5e62;
    width: 100%;
}

.menu-top-active {
    background-color: #ffeaea !important;
    color: #ff5e62 !important;
}

.navbar-toggle {
    background-color: #ff5e62;
    border: 1px solid white;
}

/* ============================================================
   BUTTONS
============================================================ */

.btn {
    border-radius: 30px !important;
    font-weight: 600;
    transition: all .2s ease;
}

.btn-info {
    background: #ff6a4d !important;
    border-color: #ff4f58 !important;
}

.btn-info:hover {
    background: #ff4f58 !important;
}

.btn-success {
    background: #ff9966 !important;
    border-color: #ff5e62 !important;
}

.btn-success:hover {
    background: #ff5e62 !important;
}

.btn-warning {
    background: #ffb84d !important;
    border-color: #ff984d !important;
}

.btn-warning:hover {
    background: #ff984d !important;
}

/* Card acciones principales */
.back-widget-set {
    background-color: white;
    border: 1px solid #ffd3cc;
    border-radius: 10px;
    transition: .2s;
}

.back-widget-set:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

/* ============================================================
   CHAT WIDGETS (colores sexuales 😏🔥)
============================================================ */

.chat-widget-left {
    border: 1px solid #ff5e62;
}
.chat-widget-left:after {
    border-top-color: #ff5e62;
}

.chat-widget-right {
    border: 1px solid #ff9966;
}
.chat-widget-right:after {
    border-top-color: #ff9966;
}

/* ============================================================
   FOOTER (degradado elegante)
============================================================ */

.footer-section {
    padding: 25px 50px;
    color: white;
    font-size: 13px;
    background: linear-gradient(135deg, #ff5e62, #ff9966);
    text-align: right;
    border-top: none;
}

.footer-section a {
    color: white;
}

/* ============================================================
   EXTRA: Tarjetas de productos, hover, sombras
============================================================ */

.panel-default {
    border: 1px solid #ffd4ce !important;
}

.panel-body h4 {
    color: #ff5e62;
}

.panel-body .btn {
    background: #ff5e62;
    border-color: #ff4f58;
}

.panel-body .btn:hover {
    background: #ff4f58;
}

