/* PALETA DE COLORES PERSONALIZADA */
/* Gris principal: #9c9c9a */
/* Crema fondo: #e4ded3 */
/* Negro texto: #231f20 */
/* Dorado acento: #86754e */
/* Cobre secundario: #a87c5a */

/* TEXTO BODY */
body {
    color: #231f20 !important;
}

/* TÍTULOS */
h1, h2, h3, h4, h5, h6 {
    color: #9c9c9a !important;
}

/* ENLACES */
a {
    color: #86754e;
}
a:hover {
    color: #a87c5a !important;
}

/* BOTÓN PRIMARIO */
html .btn-primary {
    background-color: #86754e !important;
    border-color: #86754e !important;
    color: #fff !important;
}
html .btn-primary:hover {
    background-color: #a87c5a !important;
    border-color: #a87c5a !important;
    color: #fff !important;
}

/* PAGE HEADER */
.page-header {
    background-color: #e4ded3 !important;
    border-top-color: #9c9c9a !important;
}
.page-header li, .page-header h1 {
    color: #9c9c9a !important;
}

/* HEADER TOP */
html #header .header-top.header-top-primary {
    background-color: #9c9c9a !important;
    border-top-color: #9c9c9a !important;
}
html #header .header-top.header-top-primary a:hover {
    color: #e4ded3 !important;
}

/* MENÚ NAVEGACIÓN PRINCIPAL */
#header .header-nav-main nav > ul > li > a:hover,
#header .header-nav-main nav > ul > li:hover > a {
    color: #e4ded3 !important;
}

/* FOOTER */
#footer {
    background: #231f20 !important;
    border-top-color: #9c9c9a !important;
}
#footer p {
    color: #e4ded3 !important;
}
#footer .footer-copyright p {
    color: #86754e !important;
}
#footer a:hover {
    color: #86754e !important;
}

/* ICONOS FOOTER */
.list.list-icons li > .fa:first-child {
    color: #86754e !important;
}

/* REDES SOCIALES HOVER */
.social-icons li:hover.social-icons-twitter a {
    background: #86754e !important;
}

/* COLOR TÍTULOS FOOTER */
.color-titulos-footer {
    color: #e4ded3 !important;
}

/* COLOR MORADO (ahora gris principal) */
.color-morado {
    color: #9c9c9a !important;
}

/* TABLA CARRITO */
th {
    color: #231f20 !important;
}

/* BOTONES CARRITO */
.btn-warning {
    background-color: #9c9c9a !important;
    border-color: #9c9c9a !important;
    color: #fff !important;
}
.btn-warning:hover {
    background-color: #86754e !important;
    border-color: #86754e !important;
}
.btn-success {
    background-color: #86754e !important;
    border-color: #86754e !important;
    color: #fff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #a87c5a !important;
    border-color: #a87c5a !important;
    color: #fff !important;
}

/* SLIDER TEXTOS CENTRADOS */
.tp-caption.top-label,
.tp-caption.main-label,
.tp-caption.bottom-label {
    text-align: center !important;
}
