/*
CTC Separate Stylesheet
Updated: 2025-12-18 00:14:03
Theme Name: AsapTheme Child
Theme URI: https://asaptheme.com/#comprar
Template: asap
Author: Qubic Media
Author URI: https://qubicmedia.io
Description: La mejor plantilla WordPress para SEO.
Tags: one-column,two-columns,right-sidebar,custom-colors,custom-logo,editor-style,featured-images,footer-widgets,sticky-post,theme-options
Version: 4.4.0.1766016843
*/
@import url('../asap/style.css');

.subcategories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 10px; 
    margin: 5 auto; 
    max-width: 980px; 
	text-align: center;
}

.subcategory-button {
    background-color: #594a47 !important;
    color: white !important;
    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.2s;
    border: 2px solid #2c1f14;
    min-height: 25px;
    width: calc(33% - 20px); 
    max-width: 305px; 
	margin: 5px;
}

.subcategory-button:hover {
    background-color: #5a4731 !important;
    transform: scale(1.05);
}

.subcategory-button {
    font-size: min(14px, 3.5vw); 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}


/* RESPONSIVE: 2 botones por fila en tablets */
@media (max-width: 768px) {
    .subcategory-button {
        width: calc(50% - 20px); /* 2 por fila */
    }
}

/* RESPONSIVE: 1 botón por fila en móviles */
@media (max-width: 480px) {
    .subcategory-button {
        width: 100%; /* 1 por fila */
    }
}

.category-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
