/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.11.1.1775571739
Updated: 2026-04-07 16:22:19

*/

.boton1 {
	text-align: center !important;
}

.buscador-productos-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 16px;
}

.buscador-productos-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    width: 100%;
}

.buscador-productos-input-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.buscador-productos-icono {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b6b84;
    pointer-events: none;
    z-index: 2;
}

.buscador-productos-input {
    width: 100%;
    height: 54px;
    padding: 0 18px 0 50px;
    border: 1px solid #ccd5e1;
    border-radius: 8px;
    background: #ffffff;
    font-size: 17px;
    line-height: 1;
    color: #3f4e67;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.buscador-productos-input::placeholder {
    color: #5b6b84;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
}

.buscador-productos-input:focus {
    border-color: #9db2d0;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.grid-productos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.producto-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.producto-card:hover {
    transform: translateY(-2px);
    border-color: #d5deea;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.producto-card-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.producto-card-imagen {
    width: 100%;
    aspect-ratio: 16 / 6.8;
    overflow: hidden;
    background: #e5e7eb;
}

.producto-card-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.producto-card-body {
    padding: 14px 16px 16px;
}

.producto-card-titulo {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
}

.producto-card-caracteristicas {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.producto-card-caracteristicas li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 8px !important;
    padding: 0 !important;
    list-style: none !important;
    font-size: 14px;
    line-height: 1.35;
    color: #1f2937;
}

.producto-card-caracteristicas li::before {
    content: none !important;
    display: none !important;
}

.producto-card-caracteristica-icono {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: #1d4ed8;
    flex: 0 0 16px;
}

.producto-card-caracteristica-icono .heroicon {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px;
    min-height: 16px;
}

.producto-card-caracteristica-texto {
    display: block;
}

.sin-resultados-productos {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    color: #6b7280;
}

.catalogo-empty-state {
    padding: 56px 16px 88px;
    background: #fafafa;
}

.catalogo-empty-state__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.catalogo-empty-state__header {
    margin-bottom: 30px;
}

.catalogo-empty-state__title {
    margin: 0;
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.05;
    font-weight: 700;
    color: #111827;
}

.catalogo-empty-state__subtitle {
    margin: 20px auto 0;
    max-width: 620px;
    font-size: 18px;
    line-height: 1.45;
    color: #374151;
}

.catalogo-empty-state__search {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.catalogo-empty-state__search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.catalogo-empty-state__search-svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
}

.catalogo-empty-state__input {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 42px;
    border: 1px solid #d6dfeb !important;
    border-radius: 4px;
    background: #ffffff !important;
    box-shadow: none !important;
    font-size: 15px;
    line-height: 1;
    color: #334155;
}

.catalogo-empty-state__input::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.catalogo-empty-state__input:focus {
    border-color: #9db2d0 !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08) !important;
}

.catalogo-empty-state__body {
    margin-top: 124px;
}

.catalogo-empty-state__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.catalogo-empty-state__message {
    margin: 18px 0 0;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    color: #1f2937;
}

.catalogo-empty-state__footer {
    margin-top: 108px;
}

.catalogo-empty-state__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 6px;
    background: #2563eb;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.18s ease;
}

.catalogo-empty-state__cta:hover {
    background: #1d4ed8;
}

.catalogo-empty-state__cta-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
}

.heroicon {
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    min-width: 1em;
    min-height: 1em;
    vertical-align: -0.125em;
    color: currentColor;
    flex: 0 0 auto;
}

.heroicon-outline {
    fill: none;
    stroke: currentColor;
}

.heroicon-solid {
    fill: currentColor;
    stroke: none;
}

.catalogo-empty-state__icon .catalogo-empty-state__icon-svg {
    width: 88px !important;
    height: 88px !important;
    min-width: 88px;
    min-height: 88px;
}

.et_pb_button .heroicon,
.et_pb_promo_button .heroicon,
.et_pb_button_module_wrapper .heroicon,
a[class*="et_pb_button"] .heroicon {
    width: 0.95em !important;
    height: 0.95em !important;
    margin-right: 0.5em;
    vertical-align: -0.1em;
}

.et_pb_button .heroicon + span,
.et_pb_promo_button .heroicon + span,
.et_pb_button_module_wrapper .heroicon + span {
    display: inline;
}

#main-header {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff;
}

#main-header .container.et_menu_container {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 100%;
    max-width: 1080px;
    min-height: 78px;
    padding: 0 18px;
}

#main-header .logo_container {
    display: flex;
    align-items: center;
    min-width: 156px;
    height: auto;
}

#main-header .logo_container img {
    max-height: 40px;
    width: auto;
}

#main-header #et-top-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    padding-left: 0 !important;
}

#top-menu-nav {
    display: flex;
    align-items: center;
    width: 100%;
    align-self: center;
    min-width: 0;
}

#top-menu,
#menu-principal {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

#top-menu > li,
#menu-principal > li {
    display: flex;
    align-items: center;
    align-self: center;
    padding-right: 0;
    flex: 0 0 auto;
}

#top-menu > li > a,
#menu-principal > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 14px !important;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #334155;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

#top-menu > li.current-menu-item > a,
#top-menu > li.current_page_item > a,
#menu-principal > li.current-menu-item > a,
#menu-principal > li.current_page_item > a {
    background: #2563eb;
    color: #ffffff !important;
}

#top-menu > li > a:hover,
#menu-principal > li > a:hover {
    background: #eff6ff;
    color: #1d4ed8 !important;
    opacity: 1;
}

#top-menu > li.current-menu-item > a:hover,
#top-menu > li.current_page_item > a:hover,
#menu-principal > li.current-menu-item > a:hover,
#menu-principal > li.current_page_item > a:hover {
    background: #1d4ed8;
    color: #ffffff !important;
}

.header-menu-item-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 16px;
    min-height: 16px;
    margin: 0 !important;
    color: currentColor;
    vertical-align: middle;
}

.header-menu-item-label {
	margin-top:5px;
	font-size:17px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

#top-menu > li.current-menu-item::after,
#top-menu > li.current_page_item::after,
#top-menu > li.menu-item-header-search::after,
#menu-principal > li.current-menu-item::after,
#menu-principal > li.current_page_item::after,
#menu-principal > li.menu-item-header-search::after {
    display: none;
}

#top-menu .menu-item-header-search,
#menu-principal .menu-item-header-search {
    margin-left: 2px;
    padding-left: 2px;
    position: relative;
}

#top-menu .menu-item-header-search::before,
#top-menu .menu-item-header-search::after,
#menu-principal .menu-item-header-search::before,
#menu-principal .menu-item-header-search::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 28px;
    background: #dbe4f0;
    transform: translateY(-50%);
}

#top-menu .menu-item-header-search::before,
#menu-principal .menu-item-header-search::before {
    left: -6px;
}

#top-menu .menu-item-header-search::after,
#menu-principal .menu-item-header-search::after {
    right: -6px;
}

.header-menu-search-form {
    display: flex;
    align-items: center;
    align-self: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
    max-width: 315px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d4ddeb;
    border-radius: 6px;
    background: #ffffff;
}

.header-menu-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    flex: 0 0 auto;
}

.header-menu-search-icon .heroicon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
    margin: 0 !important;
}

.header-menu-search-input {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 14px;
    line-height: 1;
    color: #334155;
}

.header-menu-search-input::placeholder {
    color: #64748b;
    opacity: 1;
}

.header-menu-search-input:focus {
    outline: none;
}

#top-menu .header-menu-cta-link,
#menu-principal .header-menu-cta-link {
    min-width: 0;
    justify-content: center;
    background: #2563eb;
    color: #ffffff !important;
    padding: 0 16px !important;
    white-space: nowrap;
}

#top-menu .header-menu-cta-link:hover,
#menu-principal .header-menu-cta-link:hover {
    background: #1d4ed8;
    color: #ffffff !important;
}

#et_top_search {
    display: none !important;
}

#menu-principal{
	align-items:center !important; 
}

.home .et_pb_section_0 {
    background: #fafafa !important;
    padding: 24px 0 10px;
}

.home .et_pb_section_0 .et_pb_row_0,
.home .et_pb_section_0 .et_pb_row_1 {
    width: min(100%, 1180px);
    max-width: 1180px;
    padding-left: 22px;
    padding-right: 22px;
}

.home .et_pb_section_0 .et_pb_row_0 {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding-top: 6px;
    padding-bottom: 0;
}

.home .et_pb_section_0 .et_pb_column_0 {
    width: 46%;
    padding-right: 18px;
}

.home .et_pb_section_0 .et_pb_column_1 {
    width: 54%;
}

.home .et_pb_section_0 .et_pb_image_0 {
    margin-bottom: 20px !important;
}

/*.home .et_pb_section_0 .et_pb_image_0 .et_pb_image_wrap img {
    width: 112px;
    max-width: 112px;
    height: auto;
}*/

.home .et_pb_section_0 .et_pb_text_0 {
    margin-bottom: 18px !important;
}

.home .et_pb_section_0 .et_pb_text_0 h1 {
    margin: 0;
    padding: 0;
    font-size: clamp(54px, 5.2vw, 72px);
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #171717 !important;
}

.home .et_pb_section_0 .et_pb_text_1 {
    margin-bottom: 28px !important;
}

.home .et_pb_section_0 .et_pb_text_1 .et_pb_text_inner {
    color: #1f2937;
}

.home .et_pb_section_0 .et_pb_text_1 p {
    margin: 0 0 10px;
    padding: 0;
}

.home .et_pb_section_0 .et_pb_text_1 span[style*="display:flex"] {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 500;
    color: #1f2937 !important;
}

.home .et_pb_section_0 .et_pb_text_1 img {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 0 !important;
    object-fit: contain;
}

.home .et_pb_section_0 .et_pb_row_1 {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-top: 0;
    padding-bottom: 0;
}

.home .et_pb_section_0 .et_pb_row_1 .et_pb_column_empty {
    display: none;
}

.home .et_pb_section_0 .et_pb_row_1 .et_pb_column_2,
.home .et_pb_section_0 .et_pb_row_1 .et_pb_column_3 {
    width: auto;
    margin-right: 0 !important;
}

.home .et_pb_section_0 .et_pb_button_module_wrapper {
    margin-bottom: 0 !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_0,
body.home #page-container .et_pb_section_0 .et_pb_button_1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px !important;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    box-shadow: none;
}

body.home #page-container .et_pb_section_0 .et_pb_button_0 {
    min-width: 166px;
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_1 {
    min-width: 150px;
    padding: 0 12px !important;
    background: transparent !important;
    border-color: transparent !important;
    border-width: 1px !important;
    color: #45556c !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_1:hover {
    background: #f8fafc !important;
    color: #45556c !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_0:hover,
body.home #page-container .et_pb_section_0 .et_pb_button_1:hover {
    min-height: 52px;
    padding-top: 0 !important;
    padding-right: 20px !important;
    padding-bottom: 0 !important;
    border-width: 1px !important;
    box-shadow: none !important;
    transform: none !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_1:hover {
    padding-left: 12px !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_0:after,
body.home #page-container .et_pb_section_0 .et_pb_button_1:after {
    display: inline-flex !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_0:before,
body.home #page-container .et_pb_section_0 .et_pb_button_1:before,
body.home #page-container .et_pb_section_0 .et_pb_button_0:after,
body.home #page-container .et_pb_section_0 .et_pb_button_1:after {
    content: "" !important;
    position: static !important;
    width: 18px;
    height: 18px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1 !important;
    transform: none !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_1,
body.home #page-container .et_pb_section_0 .et_pb_button_1:visited,
body.home #page-container .et_pb_section_0 .et_pb_button_1 span {
    color: #45556c !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_1:hover,
body.home #page-container .et_pb_section_0 .et_pb_button_1:hover span {
    color: #45556c !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_0:before,
body.home #page-container .et_pb_section_0 .et_pb_button_1:before {
    margin-right: 10px !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_0:after,
body.home #page-container .et_pb_section_0 .et_pb_button_1:after {
    margin-left: 10px !important;
    width: 16px;
    height: 16px;
}

body.home #page-container .et_pb_section_0 .et_pb_button_0:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z'/%3E%3C/svg%3E");
}

body.home #page-container .et_pb_section_0 .et_pb_button_1:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2345556c' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15A2.25 2.25 0 0 1 2.25 17.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15A2.25 2.25 0 0 0 2.25 6.75m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75'/%3E%3C/svg%3E");
}

body.home #page-container .et_pb_section_0 .et_pb_button_0:after,
body.home #page-container .et_pb_section_0 .et_pb_button_1:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 4.5 15 15m0 0V8.25m0 11.25H8.25'/%3E%3C/svg%3E");
}

body.home #page-container .et_pb_section_0 .et_pb_button_1:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2345556c' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3'/%3E%3C/svg%3E");
}

body.home #page-container .et_pb_section_0 .et_pb_button_0:hover:before,
body.home #page-container .et_pb_section_0 .et_pb_button_1:hover:before {
    margin-right: 10px !important;
    margin-left: 0 !important;
}

body.home #page-container .et_pb_section_0 .et_pb_button_0:hover:after,
body.home #page-container .et_pb_section_0 .et_pb_button_1:hover:after {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

.home .et_pb_section_0 .et_pb_image_1 {
    margin: 0 !important;
    text-align: right;
}

.home .et_pb_section_0 .et_pb_image_1 .et_pb_image_wrap {
    display: inline-block;
    width: 100%;
}

.home .et_pb_section_0 .et_pb_image_1 .et_pb_image_wrap img {
    width: min(100%, 620px);
    margin-left: auto;
}

#main-footer.site-footer-custom {
    background: #1f2328;
    color: #f3f4f6;
}

.site-footer-custom__top {
    padding: 34px 0 26px;
}

.site-footer-custom__bottom {
    border-top: 1px solid #2a3140;
    padding: 14px 0;
}

.site-footer-custom__container {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 0 22px;
}

.site-footer-custom__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1.15fr 1fr;
    gap: 48px;
    align-items: start;
}

.site-footer-custom__brand,
.site-footer-custom__nav,
.site-footer-custom__contact,
.site-footer-custom__legal {
    min-width: 0;
}

.site-footer-custom__logo-link {
    display: inline-flex;
    margin-bottom: 18px;
}

.site-footer-custom__logo {
    width: 118px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.site-footer-custom__brand p,
.site-footer-custom__nav li,
.site-footer-custom__contact li,
.site-footer-custom__legal li {
    margin: 0 0 11px;
    padding: 0;
    font-size: 16px;
    line-height: 1.35;
    color: #f3f4f6;
}

.site-footer-custom__nav h2,
.site-footer-custom__contact h2,
.site-footer-custom__legal h2 {
    margin: 0 0 18px;
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

.site-footer-custom__nav ul,
.site-footer-custom__contact ul,
.site-footer-custom__legal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body { overflow-x: hidden; }

.site-footer-custom__nav a,
.site-footer-custom__contact a,
.site-footer-custom__legal a {
    color: #f3f4f6;
    text-decoration: none;
    transition: color 0.18s ease;
}

.site-footer-custom__nav a:hover,
.site-footer-custom__contact a:hover,
.site-footer-custom__legal a:hover {
    color: #ffffff;
}

.site-footer-custom__contact li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.site-footer-custom__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex: 0 0 auto;
}

.site-footer-custom__icon .heroicon {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px;
    min-height: 15px;
}

.site-footer-custom__bottom p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.35;
    color: #f3f4f6;
}

@media (max-width: 980px) {
    #main-header {
        margin: 0;
        border: 0;
        border-radius: 0;
    }

    #main-header .container.et_menu_container {
        gap: 12px;
        min-height: 72px;
        padding: 0 16px;
    }

    #top-menu .menu-item-header-search,
    #menu-principal .menu-item-header-search {
        display: none;
    }

    .home .et_pb_section_0 .et_pb_row_0 {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .home .et_pb_section_0 .et_pb_column_0,
    .home .et_pb_section_0 .et_pb_column_1 {
        width: 100%;
        padding-right: 0;
    }

    .home .et_pb_section_0 .et_pb_image_1 {
        text-align: center;
    }

    .home .et_pb_section_0 .et_pb_row_1 {
        flex-wrap: wrap;
        gap: 12px;
    }

    #top-menu > li::after,
    #menu-principal > li::after {
        display: none;
    }

    .site-footer-custom__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 28px;
    }

    .grid-productos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .producto-card-titulo {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .grid-productos {
        grid-template-columns: 1fr;
    }

    .home .et_pb_section_0 {
        padding-top: 16px;
    }

    .home .et_pb_section_0 .et_pb_row_0,
    .home .et_pb_section_0 .et_pb_row_1 {
        padding-left: 18px;
        padding-right: 18px;
    }

    .home .et_pb_section_0 .et_pb_image_0 .et_pb_image_wrap img {
        width: 78px;
        max-width: 78px;
    }

    .home .et_pb_section_0 .et_pb_text_0 h1 {
        font-size: clamp(38px, 10.2vw, 56px);
        line-height: 1.02;
    }

    .home .et_pb_section_0 .et_pb_text_1 span[style*="display:flex"] {
        font-size: 16px;
        gap: 10px;
    }

    .home .et_pb_section_0 .et_pb_text_1 img {
        width: 17px;
        min-width: 17px;
        height: 17px;
    }

    .home .et_pb_section_0 .et_pb_button_0,
    .home .et_pb_section_0 .et_pb_button_1 {
        min-height: 48px;
        font-size: 16px;
    }

    .site-footer-custom__top {
        padding: 28px 0 22px;
    }

    .site-footer-custom__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .site-footer-custom__container {
        padding: 0 18px;
    }

    .site-footer-custom__brand p,
    .site-footer-custom__nav li,
    .site-footer-custom__contact li,
    .site-footer-custom__legal li {
        font-size: 15px;
    }

    .catalogo-empty-state {
        padding: 40px 16px 64px;
    }

    .catalogo-empty-state__subtitle {
        font-size: 16px;
    }

    .catalogo-empty-state__body {
        margin-top: 88px;
    }

    .catalogo-empty-state__message {
        font-size: 22px;
    }

    .catalogo-empty-state__footer {
        margin-top: 72px;
    }

    .buscador-productos-wrapper {
        padding: 16px 12px;
    }

    .producto-card-titulo {
        font-size: 16px;
    }
}
