@charset "UTF-8";

/* ── Logo ── */
.logo img,
.footer__logo img {
    width: 148px;
    height: auto;
}

/* ── Breadcrumb / page title area ── */
.page__title-height {
    min-height: 200px !important;
}
.page__title-height-2 {
    min-height: 300px !important;
}

/* ── Artista card foto ── */
.artista__card-foto {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .artista__card-foto {
        height: auto;
        object-fit: contain;
    }
}

/* ── Botones ── */
.e-btn {
    background: #a07850 !important;
}
.e-btn:hover {
    box-shadow: 0px 10px 24px 0px rgba(160, 120, 80, 0.3) !important;
}
.e-btn-border:hover {
    background: #a07850 !important;
    border-color: #a07850 !important;
}
.e-btn-4 {
    background: #a07850 !important;
    border-color: #a07850 !important;
}
.link-btn:hover {
    color: #a07850 !important;
}
.link-btn-2:hover {
    color: #a07850 !important;
}

/* ── Back-to-top ── */
.progress-wrap {
    box-shadow: inset 0 0 0 2px rgba(160, 120, 80, 0.2) !important;
}
.progress-wrap::after {
    color: #a07850 !important;
}
.progress-wrap svg.progress-circle path {
    stroke: #a07850 !important;
}

/* ── Hamburger ── */
.sidebar-toggle-btn .line,
.header__area.sticky .sidebar-toggle-btn .line {
    background-color: #a07850 !important;
}

/* ── Header ── */
.header__area {
    background-color: #f2ead8;
}
.header__area.sticky {
    background: #f2ead8 !important;
}

/* ── Footer ── */
.footer__link-2 ul li a:hover {
    color: #a07850 !important;
}
.footer__bottom-2 {
    border-color: #d8cbb5 !important;
}
.footer__copyright-2 p a {
    color: #a07850 !important;
}

/* ── CKEditor content (blog, artista) ── */
figure.image {
    display: table;
    clear: both;
    margin: 0.9em auto;
}
figure.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
figure.image_resized {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
}
figure.image_resized img {
    width: 100%;
    height: auto !important;
}
.blog__text img {
    height: auto !important;
}
figure.image.image-style-side {
    float: right;
    margin-left: 1.5em;
    max-width: 50%;
}
figure.image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    font-size: 0.875em;
    color: #666;
    text-align: center;
    padding: 0.6em;
}

/* ── Tablas CKEditor (blog) ── */
.blog__text .table {
    overflow-x: auto;
    margin: 1.2em 0;
}
.blog__text .table table {
    width: 100%;
    border-collapse: collapse;
}
.blog__text .table table td,
.blog__text .table table th {
    border: 1px solid #d8cbb5;
    padding: 0.6em 0.8em;
    vertical-align: top;
}
.blog__text .table table th {
    background-color: #f2ead8;
    font-weight: 600;
}
.blog__text .table figure.image {
    margin: 0.4em auto;
}
@media (max-width: 767px) {
    .blog__text .table table td,
    .blog__text .table table th {
        display: block;
        width: 100% !important;
    }
}

