.elementor-4369 .elementor-element.elementor-element-4174fa55{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:48px 48px;--row-gap:48px;--column-gap:48px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:48px;--padding-left:0px;--padding-right:0px;}.elementor-4369 .elementor-element.elementor-element-64e75361{--display:flex;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-4369 .elementor-element.elementor-element-64e75361:not(.elementor-motion-effects-element-type-background), .elementor-4369 .elementor-element.elementor-element-64e75361 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6adeee7 );}.elementor-4369 .elementor-element.elementor-element-cf1ec0a .jet-breadcrumbs__item > *{font-family:"Lato", Sans-serif;font-size:13px;font-weight:400;line-height:18px;}.elementor-4369 .elementor-element.elementor-element-cf1ec0a .jet-breadcrumbs__item-link{color:var( --e-global-color-primary );}.elementor-4369 .elementor-element.elementor-element-cf1ec0a .jet-breadcrumbs__item-link:hover{font-family:"Lato", Sans-serif;font-size:13px;font-weight:400;text-decoration:underline;line-height:18px;color:var( --e-global-color-accent );}.elementor-4369 .elementor-element.elementor-element-cf1ec0a .jet-breadcrumbs__item-sep{margin-left:4px;margin-right:4px;font-size:10px;color:var( --e-global-color-accent );padding:5px 1px 1px 1px;}.elementor-4369 .elementor-element.elementor-element-cf1ec0a .jet-breadcrumbs__browse{padding:2px 0px 0px 0px;}.elementor-4369 .elementor-element.elementor-element-79c4ec4d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:48px 48px;--row-gap:48px;--column-gap:48px;}.elementor-4369 .elementor-element.elementor-element-71e89f97 .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-4369 .elementor-element.elementor-element-399f53e2{--display:flex;--gap:48px 48px;--row-gap:48px;--column-gap:48px;}@media(max-width:1024px){.elementor-4369 .elementor-element.elementor-element-cf1ec0a .jet-breadcrumbs__item > *{font-size:13px;line-height:18px;}.elementor-4369 .elementor-element.elementor-element-cf1ec0a .jet-breadcrumbs__item-link:hover{font-size:13px;line-height:18px;}.elementor-4369 .elementor-element.elementor-element-79c4ec4d{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(min-width:768px){.elementor-4369 .elementor-element.elementor-element-4174fa55{--content-width:85%;}}@media(max-width:767px){.elementor-4369 .elementor-element.elementor-element-64e75361{--margin-top:0px;--margin-bottom:16px;--margin-left:0px;--margin-right:0px;}.elementor-4369 .elementor-element.elementor-element-cf1ec0a .jet-breadcrumbs__item > *{font-size:13px;line-height:18px;}.elementor-4369 .elementor-element.elementor-element-cf1ec0a .jet-breadcrumbs__item-link:hover{font-size:13px;line-height:18px;}}/* Start custom CSS for shortcode, class: .elementor-element-a5cc92e */.distribuidores-table-container {
    border: none !important;
}

.distribuidores-table {
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

.distribuidores-table thead,
.distribuidores-table tbody,
.distribuidores-table tfoot {
    border: none !important;
}

.distribuidores-table tr {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.distribuidores-table th,
.distribuidores-table td {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

/* Eliminar bordes específicos de las columnas */
.distribuidores-table .sucursal-col,
.distribuidores-table .distribuidor-col,
.distribuidores-table .direccion-col,
.distribuidores-table .telefono-col,
.distribuidores-table .web-col,
.distribuidores-table .marcas-col,
.distribuidores-table .mapa-col {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

/* Asegurar que no haya outline en elementos enfocados */
.distribuidores-table *:focus {
    outline: none !important;
}

/* Si hay algún pseudo-elemento que genere bordes */
.distribuidores-table *::before,
.distribuidores-table *::after {
    border: none !important;
}

/* Distribuidores Tabs Styles */
.distribuidores-tabs-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    font-family: inherit;
}

/* Tabs Navigation */
.distribuidores-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #CECECE;
    overflow-x: auto;
}

.distribuidores-tab {
    flex: 1;
    text-align: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 120px;
    border-bottom: 3px solid transparent;
}

.distribuidores-tab:hover {
    background-color: #f7f7f7;
}

.distribuidores-tab.active {
    border-bottom-color: #0263BA;
    background: #0263BA;
}

.distribuidores-tab .tab-image {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.distribuidores-tab .tab-image.active {
    display: none;
}

.distribuidores-tab.active .tab-image.normal {
    display: none;
}

.distribuidores-tab.active .tab-image.active {
    display: block;
}

/* Tab Content */
.distribuidores-tabs-content {
    position: relative;
}

.distribuidores-tab-content {
    display: none;
    animation: fadeIn 0.5s ease forwards;
}

.distribuidores-tab-content.active {
    display: block;
}

h2.region-title {
    color: #68AE41;
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CECECE;
}

/* Table Styles */
.distribuidores-table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
}

.distribuidores-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.distribuidores-table th {
    background-color: #0263BA;
    color: white;
    text-align: left;
    text-transform: uppercase;
    padding: 12px 15px;
    font-weight: 500;
    border-bottom: 1px solid #CECECE;
}

.distribuidores-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #CECECE;
    vertical-align: middle;
    
}

.distribuidores-table tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.distribuidores-table tbody tr:hover {
    background-color: #f7f7f7;
}

/* Column Styles */
.sucursal-col {
    min-width: 150px;
    text-transform: uppercase;
}

.distribuidor-col {
    min-width: 150px;
}

.direccion-col {
    min-width: 200px;
}

.telefono-col {
    min-width: 120px;
}

.telefono-item {
    margin-bottom: 8px;
    padding: 3px 0;
}

.telefono-item:last-child {
    margin-bottom: 0;
}

.web-col {
    min-width: 180px;
}

.web-col a {
    text-decoration: none;
}

.web-col a:hover {
    text-decoration: underline;
}

.marcas-col {
    min-width: 150px;
}

.marcas-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.marca-item {
    background-color: white;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    width: 80px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marca-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.marca-item-text {
    padding: 5px 10px;
    background-color: #f7f7f7;
    border-radius: 4px;
    font-size: 14px;
}

.mapa-col {
    min-width: 60px;
    text-align: center;
}

.mapa-link {
    display: inline-block;
    transition: transform 0.2s ease;
}

.mapa-link:hover {
    transform: scale(1.2);
}

.no-distribuidores {
    color: #888;
    font-style: italic;
    padding: 20px 0;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    .distribuidores-tab {
        min-width: 100px;
    }
}

@media screen and (max-width: 768px) {
    .distribuidores-tab {
        padding: 10px 5px;
        min-width: 80px;
    }
    
    .distribuidores-tab .tab-image {
        max-height: 60px;
    }
    
    .distribuidores-table {
        display: block;
    }
    
    .distribuidores-table thead {
        display: none;
    }
    
    .distribuidores-table tbody {
        display: block;
    }
    
    .distribuidores-table tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
    }
    
    .distribuidores-table td {
        display: flex;
        padding: 10px 15px;
        border-bottom: 1px solid ##CECECE;
    }
    
    .distribuidores-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #0263BA;
        width: 120px;
        min-width: 120px;
    }
    
    .distribuidores-table td.marcas-col {
        flex-direction: column;
    }
    
    .distribuidores-table td.marcas-col::before {
        margin-bottom: 10px;
    }
    
    .marcas-container {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .distribuidores-tabs-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }
    
    .distribuidores-tab {
        flex: 0 0 auto;
        min-width: 70px;
    }
    
    .distribuidores-table td::before {
        width: 100px;
        min-width: 100px;
    }
}/* End custom CSS */