@media screen and (min-width: 1024px) {
    .ps-header--center .header-inner {
        padding: 10px 0 10px;
    }
}

.section--login .register__box {
    background-color: #f7f7f7;
    margin: 40px auto 60px;
    padding: 20px;
    max-width: 600px;
}

.navigation .menu {
    text-align: center;
}

.icon_social.whatsapp_ {
    background-color: #F2CA30;
    font-size: 19px;
}

.icon_social.whatsapp_ img {
    margin-bottom: 4px;
}

.icon_social.instagram {
    background-color: #F2CA30;
    font-size: 19px;
}

a.icon_social.facebook {
    background-color: #F2CA30;
    font-size: 19px;
}

.navigation--mobile .navigation__header {
    background-color: var(--primary-color);
    height: 70px;
}

.ps-category--mobile .category__header {
    background-color: var(--primary-color);
    height: 70px;
}

.select2 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 10px !important;
    width: 20px !important;
    height: 20px !important;
}

.ps-product--list .ps-product__footer {
    display: block;
    margin-top: 20px;
}

.ps-product--list .ps-product__total span.old-price {
    font-size: 14px;
    font-weight: 400;
    color: #90908e;
}

.old-price {
    font-size: 13px;
    font-weight: 400;
    color: #90908e;
    margin: 0 7px 0 7px;
    text-decoration: line-through;
}

.old_price {
    text-decoration: line-through;
}

.ps-product__addcart.wpp {
    background-color: #4DDB82;
}

.product-desc {
    font-size: 13px;
}

li.cart-item::marker {
    content: none;
}

.ps-header--center .button-icon span {
    color: #000;
    position: absolute;
    z-index: 1;
    font-weight: bold;
    bottom: 3%;
    font-size: 12px;
    left: 54%;
}

cart {
    width: 100%;
    display: block;
    padding: 5px 15px;
}

.ps-product__unit {
    position: relative;
}


.check-out-btn {
    color: #000;
    background-color: var(--primary-color);
    border: none;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    padding: 0px;
}

.btn-default {
    color: #000;
    background-color: var(--primary-color);
    border: none;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    padding: 5px;
}

.btn-default i {
    color: inherit;
}

.mini-cart {
    width: 370px;
    position: absolute;
    right: -20px;
    top: 120%;
    height: auto;
}

h2.offcanvas-cart-title {
    padding: 10px 0px 10px 10px;
    border-bottom: .5px solid;
    margin-bottom: 0px;
}

.cart-products.product_bar {
    height: auto;
    max-height: 350px;
    overflow: auto;
    margin: 0px 0px 15px;
}

.ps-shop--sidebar .sidebar__block.open .block__content {
    overflow: auto;
}

.block__content .categorias .ulProductsDropdown.subcategorias li label {
    font-size: 13px;
}

#toast-container,
#toast-container .toast-message {
    font-size: 14px;
    color: #fff;
}



.variant-input {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    padding-left: 5px;
    height: 35px !important;
    /* margin: 0px 10px; */
    margin-left: 10px;
    width: 150px;
    user-select: none;
    -webkit-user-select: none;
}

.filtersBar .variant-input:nth-child(4) {
    margin-right: 10px;
}

.variant-btn {
    background-color: var(--primary-color);
    color: #000;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    width: 150px;
    margin: 0px 10px;
    border: 1px solid var(--primary-color);
    padding: 5px 24px;
}

.variant-btn i {
    color: white;

}

.btn:hover i {
    color: inherit;
    text-decoration: none;
}

.def-number-input.number-input.safari_only {
    margin: 10px 0px;
}

.section-shop--listing .product-item {
    border-bottom: none;
    /* height: 185px; */
    overflow: visible;
    height: auto;
    margin-bottom: 8px;
}

.pagination li {
    cursor: pointer;
}

.btn:hover {
    background-color: var(--btn-color-hover);
    color: #000;
    text-decoration: none;
}


.ps-banner .ps-content .ps-shopnow a:hover {
    background-color: var(--btn-color-hover);
}

.ps-product--list {
    height: auto;
}

i {
    transition: color 0.15s;
}

.back-button-filter {
    display: none;
}

.ps-product--list .ps-product__extent {
    width: 30%;
    position: relative;
    padding: 15px 15px;
    text-align: center;
}

.ps-product--list .ps-product__content {
    width: 70%;
    padding-right: 0px;
}

.ps-product--list .ps-product__thumbnail {
    margin: auto;
    width: 90%;
    max-height: 115px;
    border: .5px #ccc solid;
    object-fit: cover;
}

.darkback-filters {
    display: none;
}

@media(max-width:765px) {
    .product-desc {
        font-size: 11px;
    }

    .ps-product--list .ps-product__right {
        display: block;
    }

    .ps-product--list {
        z-index: 20;
    }

    .section-shop--listing .product-item {
        border-bottom: 1px solid #dddddd;
        height: 100%;
        overflow: visible;
    }

    .logo.open img {
        width: 125px
    }

    .ps-shop--sidebar .sidebar__sort {
        padding: 5px 15px;
    }

    .menu--footer li {
        flex-grow: 1;
        padding: 5px 0 !important;
        position: relative;
    }
}

.block_mobile {
    display: none;
}

@media(max-width:1024px) {
    .block_mobile {
        display: block;
    }

    .variant-input-mobile {
        background-color: #fff;
        border: 1px solid #aaa !important;
        border-radius: 4px;
        box-sizing: border-box;
        display: block;
        height: 38px !important;
        margin: 10px 0px;
        width: 100%;
        user-select: none;
        -webkit-user-select: none;
    }

    .no-main {
        padding-top: 108px;
    }

    .back-button-filter {
        display: block;
    }


    .my-account-section {
        padding-top: 80px;
    }
}

.filters-mobile.open {
    display: block;
    position: relative;
    z-index: 25;
    width: 100vw;
    height: 100%;
}

.filters-mobile.open .ps-shop--sidebar {
    display: block;
}

.darkback.open {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #212529;
    z-index: 22;
}

.blanco {
    color: #fff;
}

a.blanco.pt-15 {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.back-button-filter {
    margin: 10px 5px;
    background-color: var(--primary-color);
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
    width: 50px;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
}

.btn-success {
    background-color: var(--primary-color);
    font-size: 15px;
    border: none;
}

.btn-success:hover {
    background-color: var(--primary-color);
    font-size: 15px;
    border: 1px solid #212529;
}

.btn-primary {
    background-color: var(--btn-color);
}

.btn-primary:hover {
    background-color: var();
}

.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #fff;
    border: 1px solid var(--primary-color) !important;
    color: #212529;
}

.btn-primary:not(:disabled):not(.disabled).active i {
    color: #212529;
}

.back-button-filter .ps-mobile-filter,
.back-button-filter i {
    color: #fff;
}

.ps-product--vertical .ps-product__thumbnail {
    width: auto;
    height: 100px;
    /* margin-left: 1px; */
}

.recent__content .owl-stage {
    display: flex;
    align-items: center;
}

.section-featured--default .featured--content-mobile .ps-product--vertical {
    width: 100%;
    float: none;
    height: 130px;
    padding: 0px;
}

.ps-product--standard .ps-product__thumbnail {
    width: 100%;
    height: 145px;
    margin: 0 auto 30px;
    object-fit: contain;
}


.mega-menu .sub-menu--mega li a {
    display: block;
    line-height: 15px;
    padding: 8px 0;
    font-size: 13px;
    color: #737373;
    background-color: transparent;
    font-weight: 600;
}

.menu--mobile>li>a {
    line-height: 18px;
}

.ps-home--block {
    margin: 60px 0px;
}

.section--login .btn-login,
.register__box .register-submit .btn {
    background-color: var(--primary-color);
    color: #000;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    margin: 20px 0 40px;
}

.register__box .select2 .select2-selection--single .select2-selection__rendered {
    padding: 10px 10px;
    line-height: 45px;
}

.form-control {
    font-size: 14px;
}

span#select2-localidad-container,
span#select2-provincia-container,
.select2-container .select2-results li {
    font-size: 14px;

}

.section--login .login__content .forgot-pass {
    background-color: transparent;
    color: var(--primary-color);
}

.input-group #tax {
    appearance: none;
    /* Para navegadores modernos */
    -webkit-appearance: none;
    /* Para navegadores Webkit */
    -moz-appearance: none;
    /* Para Firefox */
}

.select2-selection__arrow:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 93%;
    z-index: 20;
    transform: translate(-50%, -50%);
}

.input-group #tax,
span.select2-selection.select2-selection--single {
    height: 40px;
}

.site-content .section--login .login__content {
    padding: 0px 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 20px !important;

}

.ps-header--center .btn-cart-header {
    cursor: initial;
}

.ps-product__remove a {
    cursor: pointer;
}

.btn_codigo-checkout {
    color: #000;
    background-color: var(--primary-color);
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.shopping-cart__right btn-finish-cart .btn-default {
    padding: 10px;
}

.disabled {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: default;
}

.checkout__products .cart-products.product_bar {
    background-color: #fff;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    margin: 0px 0px 15px;
}

.precio-pago-checkout price {
    color: inherit;
    font-weight: 700;
}

.section-featured--default .featured--content .featured__group {
    width: 100%;
}

.featured__group .row .col-3:first-child,
.featured__group .row .col-3:nth-child(5) {
    border-left: 1px solid #eeeeee;
}

.ps-product--standard:hover .ps-product__name,
.ps-product--list:hover .ps-product__name {
    color: inherit;
    text-decoration: none;
}

.ps-shop--sidebar .sidebar__block label {
    font-size: 13px;
}

.section--login .login__content input {
    border-radius: 2px;
}

.select2-container--default .select2-selection--single {
    border-radius: 2px;
    border: 1px solid #ced4da;
}

.ps-quickview .quickview-carousel {
    padding: 20px 0px 20px;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-list li a {
    text-transform: capitalize;
}

.back-icon {
    display: block;
    position: absolute;
    top: 0%;
    left: 0;
    border: 1px solid #c4ccd3;

    padding: 5px 10px;
}

.back-icon a i {
    color: var(--btn-color);
    font-size: 18px;
    font-weight: 800;
}

.menu-item-has-children.has-mega-menu .sub-menu {
    text-transform: capitalize;
}

.menu>li.menu-item-has-children .sub-toggle {
    font-size: 13px;
}

.menu--mobile>li.has-mega-menu>.sub-toggle {
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 20;
    display: inline-block;
}

.sub-toggle {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-top: 5px;
    top: 0px;
    margin-left: 0px;
    cursor: pointer;
    transform-style: preserve-3d;
}

.result__sort span.select2-selection.select2-selection--single {
    height: 35px;
}

.section--contact .contact__title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.ps-product--list {
    padding: 15px 0 20px;
}

.shopping-cart-row {
    border-bottom: 1px solid #dddddd;
}

.shopping-cart-light .shopping-cart-row {
    border: none;
}

.shopping-cart-light {
    border-bottom: 1px solid #dddddd;
}

.section--shopping-cart .shopping-cart-row {
    display: table-row;
    align-items: center;
}

.shopping-cart-row .cart-product,
.shopping-cart-row .cart-price,
.shopping-cart-row .cart-quantity,
.shopping-cart-row .cart-action {
    border-bottom: none;
}

.section--shopping-cart .shopping-cart-row .cart-product h5,
.section--shopping-cart .shopping-cart-row .cart-product .ps-product__name {
    margin: 0px;
}

@media (min-width: 1024px) {

    .section--shopping-cart .cart-quantity,
    .section--shopping-cart .cart-price,
    .section--shopping-cart .cart-total,
    .section--shopping-cart .cart-action {
        display: table-cell;
    }
}

@media (min-width: 1024px) {
    .section--shopping-cart .shopping-cart-light {
        display: table-header-group;
    }
}

.cart-quantity .number-input {
    border: 1px solid #dddddd !important;
}

.ps-product--mini-cart .ps-product__name,
.ps-product--mini-cart u {
    font-size: 13px;
}

.cartProductValue {
    font-size: 15px;
}

.ps-product__unit .ps-product__price {
    font-size: 13px !important;
}

.numberStock {
    text-align: center;
}

.ps-product--mini-cart .number-input {
    width: 65%;
}


.product__item__tr {
    border-bottom: 1px solid #dddddd;
}

.product__item__tr .ps-product__content {
    padding: 15px 15px;
    flex-grow: 1;
}

.section-slide--default .ps-banner {
    height: 50vh;
}

/* Sobrescribir estilos de owl.carousel.min.css */
.section-slide--default .owl-carousel.mobile-only,
.section-slide--default .mobile-only.owl-carousel {
    display: block;
}

.section-slide--default .owl-carousel.desktop-only,
.section-slide--default .desktop-only.owl-carousel {
    display: block;
}

/* Ocultar carrusel móvil a partir de 768px */
@media (min-width: 768px) {

    .section-slide--default .owl-carousel.mobile-only,
    .section-slide--default .mobile-only.owl-carousel,
    .section-slide--default .mobile-only {
        display: none !important;
    }

    .section-slide--default .owl-carousel.desktop-only,
    .section-slide--default .desktop-only.owl-carousel,
    .section-slide--default .desktop-only {
        display: block !important;
    }
}

/* Sobrescribir media query de owl.carousel.min.css (1023px) */
@media screen and (min-width: 1023px) {

    .section-slide--default .owl-carousel.mobile-only,
    .section-slide--default .mobile-only.owl-carousel,
    .section-slide--default .mobile-only {
        display: none !important;
    }

    .section-slide--default .owl-carousel.desktop-only,
    .section-slide--default .desktop-only.owl-carousel,
    .section-slide--default .desktop-only {
        display: block !important;
    }
}

/* Mostrar carrusel móvil solo en menos de 768px */
@media (max-width: 767px) {

    .section-slide--default .owl-carousel.mobile-only,
    .section-slide--default .mobile-only.owl-carousel,
    .section-slide--default .mobile-only {
        display: block !important;
    }

    .section-slide--default .owl-carousel.desktop-only,
    .section-slide--default .desktop-only.owl-carousel,
    .section-slide--default .desktop-only {
        display: none !important;
    }
}

.panel.panel-default {
    width: 100%;
    background: #a5a3a3;
}

.negro {
    color: #000;
}

.panel-body .btn-primary {
    border: none;
}

.menu--mobile .sub-toggle .icon-chevron-down {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.shopping-cart__tableContainer {
    max-height: 500px;
    overflow-y: auto;
}

.section--shopping-cart .shopping-cart__subtotal {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sub-menu>li>a {
    display: inline-block;
    padding: 10px 16px;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #737373;
    text-transform: capitalize;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media(max-width:1024px) {
    .ps-product--standard {
        position: initial;
        top: 0;
        left: 0;
        z-index: 100;
        height: -webkit-max-content !important;
        height: -moz-max-content !important;
        height: max-content !important;
        width: 100%;
    }

    .section-slide--default .ps-banner {
        height: 30vh;
    }

    .section-slide--default .mobile-only .ps-banner {
        height: 75vh;
        min-height: 70vh;
    }

    .variant-btn {
        margin: 0px;
        width: 100%;
    }

    .section-categories--default .ps-product--standard .ps-product__footer {
        display: block;
        transform: translateY(0);
    }

    .section-categories--default .categories__products .col-6 {
        height: 100%;
    }

    .whatsapp {
        font-size: 16px;
        bottom: 74px;
        right: 8px;
    }
}

@media (max-width: 768px) {
    .no-main {
        padding-top: 88px;
    }
}

.ps-product--vertical .ps-product__content {
    flex-grow: 1;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.ps-product--vertical .ps-product__content:hover {
    background-color: var(--btn-color-hover);
}

.ps-product--vertical .ps-product__content a {
    color: #000;
}

.ps-product--vertical .ps-product__content a:hover {
    color: #fff;
}

.ps-product--vertical:hover .ps-product__name {
    color: #000;
}

.ps-product--vertical {
    display: flex;
    padding: 0px;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
}

.section-featured--default .featured--content-mobile .ps-product--vertical .ps-product__thumbnail {
    width: auto;
}

.ps-product--vertical .ps-product__name {
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
}

.ps-product--vertical:hover .ps-product__name {
    text-decoration: none;
}

.button-icon span.user_login_text {
    color: #5f5555;
    font-size: 15px;
    position: initial;
    margin-left: 5px;
}

.ps-product--vertical .ps-product__content {
    flex-grow: 1;
    padding-left: 0px;
}

/* .current-page>a {
    color: #ff0000 !important;
    font-weight: bold;
} */

.ps-product__price span {
    font-weight: bold;
    color: #222;
}

.ps-shop--sidebar .sidebar__sort,
.viewtype--block,
.section--contact .contact__form {
    border: 1px solid #cdcdcd;
    border-radius: 1px;
}

.ps-product--list {
    z-index: 20;
}

.ps-product--list:after {
    display: block;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    border: 1px solid #545454;
}

.product__date {
    color: var(--primary-color);
    font-weight: 600;
}

.on_page_class a {
    border-bottom: 2.5px solid transparent;
    border-bottom-color: #000 !important;
}

.porcent-badge {
    border: 1px solid var(--primary-color);
    padding: 0px 5px;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 13px;
}

.porcent-badge .fa.fa-bolt {
    color: var(--primary-color);
    font-weight: 700;
}

.ps-product--list .ps-product__type {
    margin-top: 3px;
    margin-bottom: 3px;
}

.ps-product--list .ps-product__name {
    font-size: 13px;
}

.ps-header--center .button-icon span.badge.bg-warning {
    font-size: 12px;
    left: 55%;
    bottom: 60%;
}

.button-search {
    background: var(--primary-color);
    border: 1px solid;
    align-items: center;
}

.button-search:hover {
    background: var(--btn-color-hover);
}

.button-search i {
    color: #000;
    font-weight: 600;
}

.tooltipC {
    position: initial;
    display: inline-block;
}

.tooltipC .tooltipCtext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    top: 10%;
    left: 38%;
    /* Position the tooltipC */
    position: absolute;
    z-index: 1;
}

.tooltipC:hover .tooltipCtext {
    visibility: visible;
}

.viewtype--block {
    padding: 15px;
}

/* Estilos para la sección About */
.section-about--default {
    padding: 30px 0;
}

.about__header {
    margin-bottom: 40px;
}

.about__section-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin: 0;
    text-align: left;
}

.about__content {
    max-width: 1200px;
    margin: 0 auto;
}

.about__image {
    position: relative;
    text-align: center;
}

.about__image img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--primary-color);
    padding: 15px 20px;
    border-radius: 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    min-width: 120px;
}

.badge__number {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

.badge__text {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
    line-height: 1.2;
}

.about__text {
    padding: 40px 0 40px 40px;
}

.about__subtitle {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about__title {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.3;
}

.about__description {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about__description strong {
    color: var(--primary-color);
    font-weight: 700;
}

.about__buttons {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.about__btn-primary {
    background-color: var(--primary-color);
    color: #000;
    border: none;
    padding: 12px 30px;
    border-radius: 0px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.2rem;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 280px;
}

.about__btn-primary:hover {
    background-color: #FFC700;
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.about__btn-outline {
    background-color: transparent;
    color: #000;
    border: 2px solid var(--primary-color);
    padding: 10px 30px;
    border-radius: 0px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 280px;
}

.about__btn-outline:hover {
    background-color: var(--primary-color);
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.testimonial-btn {
    background-color: var(--primary-color);
    color: #000;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    border-radius: 0px;
    display: inline-block;
    border: none;
}

.testimonial-btn:hover {
    background-color: var(--btn-color-hover);
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .section-about--default {
        padding: 40px 0;
    }

    .about__text {
        padding: 20px 0;
        text-align: center;
    }

    .about__title {
        font-size: 24px;
    }

    .about__description {
        font-size: 14px;
    }

    .about__badge {
        top: 10px;
        right: 10px;
        padding: 10px 15px;
        min-width: 100px;
    }

    .badge__number {
        font-size: 20px;
    }

    .badge__text {
        font-size: 10px;
    }

    .about__buttons {
        align-items: center;
        flex-direction: column;

    }

    .about__btn-primary,
    .about__btn-outline {
        max-width: 100%;
    }

    .about__section-title {
        font-size: 24px;
        text-align: center;
    }
}

.whatsapp {
    display: none !important;
}

/* Estilos para el título en el breadcrumb */
.empresa-title-breadcrumb {
    text-align: left;
    padding: 15px 0;
}

.empresa-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0;
}

.empresa-title-underline {
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
    margin: 0;
}

.about__section-underline {
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 0 auto;
}

/* Estilos para las tarjetas de la sección About */
.about__card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px 20px;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.about__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.about__card-icon {
    margin-bottom: 20px;
}

.about__card-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 15px;
}

.about__card-content p {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    margin: 0;
}

/* Estilos para la página Certificaciones */
.section-certificaciones {
    padding: 30px 0 60px;
    background-color: #fff;
}

.certificaciones-intro-inline p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 0;
    text-align: right;
}



.certificacion-item {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.certificacion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.certificacion-logo {
    text-align: center;
}

.certificacion-logo img {
    max-width: 150px;
    height: auto;
    object-fit: contain;
}

.certificacion-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.certificacion-description {
    margin-bottom: 20px;
}

.certificacion-description p {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

.btn-certificacion {
    background-color: var(--primary-color);
    color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 0px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-certificacion:hover {
    background-color: #FFC700;
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .certificacion-item {
        padding: 20px;
    }

    .certificacion-title {
        font-size: 20px;
    }

    .certificaciones-intro p {
        font-size: 14px;
    }

    .certificacion-description p {
        font-size: 14px;
    }

    .certificaciones-intro-inline p {
        text-align: left;
    }

    .certificacion-logo {
        margin-bottom: 20px;
    }
}

/* Estilos para la sección de Socios */
.socios-header {
    text-align: center;
    margin-bottom: 40px;
}

.socios-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.socios-grid-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin-bottom: 20px;
}

.socios-grid-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.socios-logo {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(0%);
    transition: all 0.3s ease;
}

.socios-grid-item:hover .socios-logo {
    filter: grayscale(0%);
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .socios-grid-item {
        min-height: 80px;
        padding: 10px;
        margin-bottom: 15px;
    }

    .socios-logo {
        max-height: 50px;
    }

    .socios-subtitle {
        font-size: 20px;
    }
}

/* Iconos sociales verticales para contacto */
.social-icons-vertical {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
    margin-top: 20px;
}

.social-icons-vertical .icon_social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 0px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons-vertical .icon_social:hover {
    background-color: var(--btn-color-hover);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.social-icons-vertical .icon_social i {
    font-size: 18px;
}

.social-icons-vertical .icon_social img {
    width: 19px;
    height: auto;
}

.contact__info p {
    color: #929396;
    font-weight: 600;
}

.contact__info strong {
    color: #000;
}

@media (max-width: 768px) {
    .social-icons-vertical {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-top: 0px;
        margin-bottom: 20px;
        justify-content: center;
    }
}

.authless-login {
    background-color: #fff;
    margin-left: auto;
    color: #000;
    border: 1px solid var(--btn-color);
    padding: 5px 20px;
    border-radius: 0px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
}

.authless-login:hover {
    background-color: var(--btn-color);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.icon-user:before {
    color: #000;
    transition: all 0.3s ease;
}

.authless-login:hover .icon-user:before {
    color: #fff;
}