.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.buscador-avanzado {
padding: 2rem 0;
background: linear-gradient(to right, #fff, #f9f9f9);
}
.search-bar {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
}
.search-bar input {
flex: 1;
padding: 0.75rem;
font-size: 1rem;
border: 1px solid #ccc;
}
.search-bar button {
background-color: #0056b3;
color: #fff;
padding: 0.75rem 1.25rem;
border: none;
cursor: pointer;
}
.search-categories {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.categoria-btn {
background: #eee;
border: 1px solid #ccc;
padding: 0.5rem 1rem;
cursor: pointer;
}
.categoria-btn.active {
background: #0056b3;
color: #fff;
}
.titulo-centro {
text-align: center;
margin: 2rem 0;
}
.ahorro {
color: #d32f2f;
font-weight: bold;
margin-top: 0.5rem;
}
.toggle-btn.active {
background-color: #0056b3;
color: #fff;
}
.form input, .form textarea, .form select {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 16px;
}
.form .field { margin-bottom: 20px; }
.business-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
padding: 20px;
}
.business-card {
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
padding: 15px;
text-align: center;
transition: transform 0.2s ease;
}
.business-card:hover {
transform: translateY(-5px);
}
.business-thumb {
width: 100%;
height: auto;
border-radius: 6px;
margin-bottom: 10px;
}
.business-thumb.placeholder {
background: #eee;
height: 180px;
}
.ver-negocio-btn {
display: inline-block;
margin-top: 10px;
padding: 8px 16px;
background: #0073aa;
color: #fff;
border-radius: 4px;
text-decoration: none;
}
.ver-negocio-btn:hover {
background: #005a8c;
}
.site-header .brand img {
height: 160px;
width: auto;
display: block;
}
.site-header .container {
display: flex;
align-items: center;
justify-content: space-between;
}  .business-hero {
position: relative;
text-align: center;
color: #fff;
margin-bottom: 40px;
}
.business-hero .hero-img img {
width: 100%;
height: 320px;
object-fit: cover;
border-radius: 6px;
}
.business-hero .hero-overlay {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0,0,0,0.45);
padding: 20px 40px;
border-radius: 8px;
}
.business-hero .business-name {
font-size: 2.5rem;
margin: 0;
}
.business-hero .business-tagline {
margin-top: 10px;
font-size: 1.2rem;
font-weight: 300;
} .business-badges {
margin: 20px auto;
max-width: 1100px;
}
.badge-list {
display: flex;
flex-wrap: wrap;
gap: 12px;
list-style: none;
padding: 0;
margin: 0;
}
.badge {
background: #f5f7fa;
border: 1px solid #e5e9f2;
border-radius: 20px;
padding: 6px 14px;
font-size: 0.95rem;
display: flex;
align-items: center;
}
.badge .label {
color: #4a5568;
margin-right: 6px;
font-weight: 600;
} .business-layout {
display: flex;
gap: 40px;
margin: 40px auto;
max-width: 1200px;
align-items: flex-start;
}
.business-main {
flex: 2;
}
.business-sidebar {
flex: 1;
background: #fafafa;
border: 1px solid #eee;
border-radius: 10px;
padding: 20px;
position: sticky;
top: 20px;
} .section {
margin-bottom: 32px;
}
.section-title {
margin: 0 0 12px;
font-size: 1.4rem;
font-weight: 600;
border-bottom: 2px solid #0073aa;
display: inline-block;
padding-bottom: 4px;
}
.section-content {
line-height: 1.7;
font-size: 1rem;
color: #333;
} .product-list {
list-style: disc;
margin-left: 20px;
}
.product-item {
margin-bottom: 6px;
}
.business-gallery .gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 12px;
}
.business-gallery .gallery-item img {
width: 100%;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
} .contact-list,
.social-list {
list-style: none;
padding: 0;
margin: 0;
}
.contact-item,
.social-item {
margin-bottom: 12px;
font-size: 0.95rem;
}
.contact-item .label {
font-weight: 600;
color: #444;
margin-right: 6px;
}
.contact-item .value a {
color: #0073aa;
text-decoration: none;
}
.contact-item .value a:hover {
text-decoration: underline;
}
.social-item a {
color: #0073aa;
text-decoration: none;
}
.social-item a:hover {
color: #005a8c;
text-decoration: underline;
} @media (max-width: 900px) {
.business-layout {
flex-direction: column;
}
.business-sidebar {
position: static;
margin-top: 20px;
}
}
#add-gallery {
display: inline-block;
margin-top: 10px;
padding: 8px 14px;
background: #0073aa;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
}
#add-gallery:hover {
background: #005a8c;
} .dashboard-wrapper {
display: flex;
min-height: 80vh;
background: #f9f9f9;
}
.dashboard-sidebar {
width: 240px;
background: #222;
color: #fff;
padding: 2rem 1rem;
}
.dashboard-sidebar h2 {
font-size: 1.2rem;
margin-bottom: 1rem;
}
.dashboard-sidebar ul {
list-style: none;
padding: 0;
margin: 0 0 2rem;
}
.dashboard-sidebar li {
margin-bottom: 0.5rem;
}
.dashboard-sidebar a {
color: #ccc;
text-decoration: none;
display: block;
padding: 0.5rem;
border-radius: 4px;
}
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover {
background: #0073aa;
color: #fff;
}
.dashboard-content {
flex: 1;
padding: 2rem;
background: #fff;
}
.tab-panel {
display: none;
}
.tab-panel.active {
display: block;
}
.tab-link.active { background: #0073aa; color: #fff; }
.tab-panel h2 {
margin-top: 0;
}
.tab-panel form {
margin-top: 1rem;
}
.tab-panel textarea,
.tab-panel input[type="text"] {
width: 100%;
padding: 0.75rem;
margin-bottom: 1rem;
border: 1px solid #ddd;
border-radius: 4px;
}
.tab-panel button {
background: #0073aa;
color: #fff;
border: none;
padding: 0.75rem 1.5rem;
border-radius: 4px;
cursor: pointer;
}
.tab-panel button:hover {
background: #005f87;
} .dashboard {
display: flex;
min-height: 100vh;
background: #f3f4f6;
font-family: system-ui, sans-serif;
} .dashboard-sidebar {
width: 240px;
background: #1f2937;
color: #fff;
padding: 1.5rem;
}
.dashboard-sidebar h2 { font-size: 1.1rem; margin-bottom: 1rem; }
.dashboard-sidebar ul { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.dashboard-sidebar li { margin-bottom: 0.5rem; }
.dashboard-sidebar a {
display: block; padding: 0.5rem 0.75rem;
color: #cbd5e1; text-decoration: none; border-radius: 6px;
}
.dashboard-sidebar a.active,
.dashboard-sidebar a:hover { background: #2563eb; color: #fff; }
.dashboard-sidebar .user-info { font-size: 0.85rem; color: #e5e7eb; } .dashboard-content { flex: 1; padding: 2rem; background: #fff; }
.tab-panel { display: none; }
.tab-panel.active { display: block; } .dashboard-card {
border: 1px solid #e5e7eb;
border-radius: 8px;
margin-bottom: 2rem;
background: #fff;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.card-header {
display: flex; justify-content: space-between; align-items: center;
padding: 0.75rem 1rem; border-bottom: 1px solid #e5e7eb;
background: #f9fafb;
}
.card-header h2 { margin: 0; font-size: 1.1rem; }
.card-body { padding: 1rem; }
.block-placeholder { color: #6b7280; font-style: italic; } .card-edit, .save-btn, .cancel-btn, .add-btn {
padding: 0.45rem 0.9rem; border: none; border-radius: 6px; cursor: pointer;
}
.card-edit { background: #2563eb; color: #fff; }
.save-btn { background: #16a34a; color: #fff; }
.cancel-btn { background: #9ca3af; color: #fff; margin-left: 0.5rem; }
.add-btn { background: #0ea5e9; color: #fff; margin-left: 0.5rem; } textarea, input[type="text"], input[type="file"] {
width: 100%; padding: 0.6rem; border: 1px solid #d1d5db;
border-radius: 6px; margin-top: 0.5rem;
} .gallery-grid {
display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 0.75rem;
}
.gallery-item img { width: 100%; border-radius: 6px; }
.nav .sub-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
background: #222;
padding: 10px 0;
list-style: none;
min-width: 200px;
z-index: 9999;
box-shadow: 0 4px 8px rgba(0,0,0,0.6);
}
.nav .sub-menu li {
padding: 8px 20px;
white-space: nowrap;
}
.nav .sub-menu li a {
display: block;
color: #eee;
background-color: transparent;
font-weight: 500;
padding: 10px 20px;
border-radius: 4px;
transition: background-color 0.3s ease, color 0.3s ease;
white-space: nowrap;
}
.nav .sub-menu li a:hover {
background: #c00;
color: #fff;
}
.nav > li {
margin-right: 20px;
}
@media (max-width: 768px) {
.nav {
flex-direction: column;
}
.nav .sub-menu {
position: static;
box-shadow: none;
}
}* { box-sizing: border-box; }
body {
margin: 0;
font-family: Arial, sans-serif;
color: #1f2937;
background: #f4f4f4;
}
.container {
max-width: 1100px;
margin: 0 auto;
padding: 0 20px;
} .site-header {
background: #ffffff;
border-bottom: 1px solid #eee;
}
.site-header .brand {
font-weight: 700;
font-size: 18px;
color: #0055AA;
text-decoration: none;
}
.site-header .container {
display: flex;
justify-content: space-between;
align-items: center;
} .nav {
list-style: none;
margin: 0;
padding: 0;
display: flex;
gap: 24px;
align-items: center;
}
.nav li { margin: 0; padding: 0; }
.nav a {
text-decoration: none;
font-weight: 600;
color: #1f2937;
position: relative;
padding: 8px 0;
transition: color 0.3s ease;
}
.nav a:hover { color: #0055AA; }
.nav a::after {
content: "";
position: absolute;
left: 0;
bottom: -4px;
width: 0;
height: 2px;
background: #0055AA;
transition: width 0.3s ease;
}
.nav a:hover::after { width: 100%; } .hero {
background: linear-gradient(135deg, #0055AA, #003F7F);
color: #fff;
text-align: center;
padding: 60px 20px;
}
.hero-content h1 {
margin: 0 0 12px;
font-size: 36px;
font-weight: 800;
}
.hero-content p {
margin: 0;
font-size: 18px;
opacity: 0.95;
}
.cta-buttons { margin-top: 20px; }
.btn {
border: none;
padding: 10px 16px;
cursor: pointer;
font-size: 16px;
border-radius: 8px;
margin: 6px;
transition: background-color 0.2s ease;
text-decoration: none;
display: inline-block;
}
.primary-btn { background-color: #0055AA; color: #fff; }
.primary-btn:hover { background-color: #003F7F; }
.secondary-btn { background-color: #28a745; color: #fff; }
.secondary-btn:hover { background-color: #218838; } .business-grid {
padding: 40px 0;
background-color: #f4f4f4;
}
.business-grid .container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 24px;
}
.business-card {
background-color: #fff;
border: 1px solid #e5e7eb;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
padding: 20px;
text-align: center;
transition: transform 0.2s, box-shadow 0.2s;
}
.business-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}
.business-thumbnail img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
.business-title a {
text-decoration: none;
color: #0055AA;
font-weight: 700;
}
.business-title a:hover { text-decoration: underline; }
.business-category {
color: #6B7280;
font-size: 14px;
margin: 8px 0;
}
.business-rating {
color: #f59e0b;
font-size: 14px;
margin: 8px 0;
}
.business-excerpt {
font-size: 15px;
color: #333;
margin: 10px 0;
}
.view-btn, .configure-btn {
background: #0055AA;
color: #fff;
}
.view-btn:hover, .configure-btn:hover { background: #003F7F; } .payment-portal {
text-align: center;
padding: 60px 0;
background-color: #f4f4f4;
}
.payment-portal h2 {
font-size: 28px;
margin: 0 0 12px;
}
.payment-portal p {
color: #6B7280;
margin: 0 0 20px;
}
.payment-options {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 24px;
}
.payment-option {
background-color: #fff;
border: 1px solid #e5e7eb;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
padding: 20px;
}
.cta-btn {
background-color: #0055AA;
color: #fff;
margin-top: 20px;
padding: 12px 18px;
border-radius: 8px;
text-decoration: none;
display: inline-block;
}
.cta-btn:hover { background-color: #003F7F; } .site-footer {
background: #ffffff;
border-top: 1px solid #eee;
padding: 20px 0;
text-align: center;
color: #6B7280;
} @media (max-width: 768px) {
.hero-content h1 { font-size: 30px; }
.hero-content p { font-size: 16px; }
.site-header .container {
flex-wrap: wrap;
gap: 12px;
}
.nav {
gap: 16px;
flex-wrap: wrap;
}
.benefits-grid {
grid-template-columns: 1fr;
}
} .advanced-btn {
position: relative;
display: inline-block;
padding: 12px 24px;
font-size: 16px;
font-weight: 600;
color: #1f2937;
background: linear-gradient(145deg, #e5e7eb, #d1d5db);
border: 1px solid #cbd5e1;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.advanced-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
.advanced-btn::before {
content: "";
position: absolute;
top: 0;
left: -50%;
width: 50%;
height: 100%;
background: linear-gradient(120deg, transparent, rgba(34,197,94,0.4), transparent);
transform: skewX(-20deg);
}
.advanced-btn:hover::before {
animation: scan 1.5s linear infinite;
}
@keyframes scan {
0%   { left: -50%; }
100% { left: 150%; }
} .sobre-hero {
background: linear-gradient(135deg, #0055AA, #003F7F);
color: #fff;
text-align: center;
padding: 100px 20px;
}
.sobre-hero h1 {
font-size: 44px;
font-weight: 800;
margin-bottom: 16px;
}
.sobre-hero .intro {
font-size: 20px;
opacity: 0.95;
margin-bottom: 32px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
} .sobre-benefits {
background: #f9fafb;
padding: 80px 20px;
}
.benefits-grid {
display: grid;
grid-template-columns: 1fr 1fr
.sobre-hero {
background: linear-gradient(rgba(0,85,170,0.85), rgba(0,63,127,0.85)),
url(//blog.mexivanza.com/wp-content/themes/mi-negocio-mexivanza/assets/assets/hero-bg.jpg) center/cover no-repeat;
color: #fff;
text-align: center;
padding: 100px 20px;
}body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 0;
}
.profile-editor {
max-width: 900px;
margin: 40px auto;
padding: 20px;
background: #fff;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.profile-section {
margin-bottom: 40px;
}
.section-view,
.section-edit {
padding: 20px;
border: 1px solid #ddd;
border-radius: 6px;
}
.section-edit {
background-color: #f0f8ff;
}
.edit-btn,
.cancel-btn,
.save-btn {
display: inline-block;
margin-top: 15px;
padding: 10px 20px;
font-size: 14px;
background-color: #0073aa;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
}
.cancel-btn {
background-color: #999;
margin-left: 10px;
}
.edit-btn:hover,
.cancel-btn:hover,
.save-btn:hover {
background-color: #005f8d;
}
input[type="text"],
select,
input[type="color"],
textarea {
display: block;
width: 100%;
margin-top: 10px;
margin-bottom: 15px;
padding: 8px;
font-size: 14px;
border: 1px solid #ccc;
border-radius: 4px;
}
.gallery-container {
display: flex;
gap: 10px;
overflow-x: auto;
}
.gallery-item img {
max-width: 100%;
border-radius: 4px;
}