.texto-borde {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
.imperial-script-regular {    
    font-weight: 400;
    font-style: normal;
}
.imperial-script-nocursive {    
    font-weight: 400;
    font-style: normal;
}
.capitalize-first {
    text-transform: lowercase;
}
.capitalize-first::first-letter {
    text-transform: uppercase;
}
.fondo {
    width: 100%;
    height: 350px;
    background-image: url('../images/secreto/fondo3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fondo2 {
    width: 100%;
    background-image: url('../images/secreto/fondo3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.imagen-redonda {
    width: 90% !important;
    height: 60% !important;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: 0 0 0 2px white, 0 0 0 4px gold;
}
@media (max-width: 767px) {
    .imagen-redonda {
        width: 220px !important;
        height: 220px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        display: block !important;
        margin: 0 auto !important;
        box-shadow: 0 0 0 2px white, 0 0 0 4px gold;
    }
    .tf-control-layout .sw-layout-3,
    .tf-control-layout .sw-layout-4 {
        display: none !important;
    }
    .titulo-categoria {
        margin-top: 40px !important;
    }
    .top-titulo {
        top: 30% !important;
    }
}
.imagen-degradada {
    width: 100%;
    background-image: url('https://santiago.elsecretoculto.cl/images/secreto/slider1.jpg');
    background-size: cover;
    background-position: center;
    mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 80%);
}
.imagen-nodegradada {
    width: 100%;
    background-image: url('https://santiago.elsecretoculto.cl/images/secreto/slider1.jpg');
    background-size: cover;
    background-position: center;
}
.size-box-anuncio {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
    right: 0;
    pointer-events: none;
    transition: 0.3s ease-out 0s;
    background: #21252926;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px;
}
#suggestions {
    border: 2px solid #000;
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    background: #feebd2;
    z-index: 1000;
    margin-left: 14%;
    text-align: left;
    width: 30%;
    display: none;
}
.suggestion {
    padding: 5px;
    cursor: pointer;
}
.suggestion:hover,
.suggestion.active {
    background-color: #e1c39a;
}
#buttonContainer {
    margin-top: -40px;
}
.country-button {
    margin: 5px;
    padding: 8px 12px;
    background-color: #2a2a2a;
    border: 1px solid #000;
    color: #feebd2;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    width: 11%;
    transition: background-color 0.15s ease;
}
.country-button:hover {
    background-color: #1a1a1a;
}
#caracteristicasInput::placeholder {
    color: #feebd2;
    font-size: 15px;
    font-style: italic;
}
.top-titulo {
    top: 30% !important;
}
.titulo {
    color: #fff;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.vista2 {
    display: none;
}
.titulo-categoria {
    color: #feebd2;
    font-size: 85px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.categoria-fondo {
    margin-top: -300px;
    z-index: 0;
    position: relative;
}
.categoriacls {
    margin-top: -350px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1024px) {
    .categoria-fondo  { margin-top: -80px; }
    .top-titulo       { top: 22% !important; }
    .titulo-categoria { font-size: 30px; }
    .titulo           { font-size: 18px; margin-bottom: 10px; }
    .oculta           { display: none !important; }
    .vista            { display: inline !important; }
    .texto-borde      { font-size: 10px; }
}
@media (max-width: 767px) {
    .top-titulo { top: 30% !important; }
}
.caja-con-boton {
    width: 70%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.47);
    border-radius: 5px;
    margin-left: 15%;
    font-size: 33px;
}
.caja-con-boton input[type="text"] {
    flex: 1;
    padding: 10px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
}
.caja-con-boton input[type="text"]::placeholder {
    color: #ddd;
}
.boton-flecha {
    background-color: transparent;
    border: none;
    border-left: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.boton-flecha:hover {
    background-color: #fff;
    color: #000;
}
@media (max-width: 600px) {
    .caja-con-boton {
        width: 99%;
        flex-direction: column;
        align-items: stretch;
        margin-left: 0;
        font-size: 10px;
    }
    .boton-flecha {
        border-left: none;
        border-top: 1px solid #fff;
    }
    .categoriacls {
        margin-top: -200px;
    }
    .boton-buscar {
        margin-left: 80px;
    }
}

/* ── shop-default.php ────────────────────────────────── */
.shop-sort {
    background-color: #000;
}
.shop-sort .text-sort-value {
    color: #fff;
}
.shop-sort-item {
    background-color: #000;
}
.shop-sort-item .text-value-item {
    color: #fff;
}
.layout-icon {
    background-color: #fff;
}
.card-nombre {
    text-align: left;
    font-size: 15px;
    width: 100%;
}
.card-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 4px;
}
.card-location {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 16px;
}
.dot-disponible {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #22c55e;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: middle;
    flex-shrink: 0;
}

/* ── anunciante.php ───────────────────────────────────── */
.info-panel {
    color: #feebd2;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.descripcion {
    font-size: 16px;
    color: #feebd2;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.ideas-container {
    position: relative;
    overflow: hidden;
    text-align: center;
    max-height: 450px;
}
.tag {
    border: 1px solid #feebd2;
    cursor: pointer;
    font-family: "Raleway";
    color: #fff;
    background: linear-gradient(135deg, rgba(102, 112, 133, 0.8), #f44336);
    transition: transform 0.2s ease;
    white-space: nowrap;
}
.tag:hover { transform: scale(1.1); }
.small  { font-size: 10px; padding: 4px 10px;  margin: 15px; }
.medium { font-size: 12px; padding: 8px 18px;  margin: 15px; }
.large  { font-size: 16px; padding: 12px 26px; margin: 15px; }
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.gallery-item {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}
.overlay i { font-size: 50px; color: white; }
.gallery-item:hover img     { opacity: 0.7; }
.gallery-item:hover .overlay { opacity: 1; }
.alineacion  { text-align: right; }
.alineacion2 { text-align: center; }
.top-d       { margin-top: 45px; }
.vista       { display: none !important; }
@media (max-width: 1024px) {
    .top-d      { margin-top: 50px; }
    .alineacion { text-align: center; }
    .vista      { display: inline !important; }
    .row.vista  { display: flex !important; }
}

/* Footer: mostrar contenido en mobile y hacerlo responsive */
@media (max-width: 767px) {
    #footer .footer-col-block .tf-collapse-content,
    .footer-col-block .tf-collapse-content {
        display: block !important;
    }
    #footer .footer-col-block,
    #footer .footer-inner-wrap {
        width: 100%;
        margin-bottom: 24px;
        text-align: center;
    }
    #footer .footer-contact .logo-header img.logo {
        width: 100% !important;
        max-width: 260px;
        height: auto;
    }
    #footer .footer-newsletter .box-navigation {
        float: none !important;
        margin: 0 auto !important;
        width: 100%;
    }
    #footer .footer-newsletter .box-navigation .row {
        margin-left: 0;
        margin-right: 0;
    }
    #footer .footer-newsletter .box-navigation .col-xs-6,
    #footer .footer-newsletter .box-navigation .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 6px 8px;
    }
    #footer .footer-newsletter .box-navigation a.item-link {
        font-size: 16px !important;
        display: inline-block;
        word-break: break-word;
    }
    #footer .footer-menu-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #footer .footer-menu-list li a strong {
        font-size: 16px !important;
    }
    #footer .footer-heading-mobile {
        display: none !important;
    }
    .categoriasfooter {
        display: none !important;
    }
}
