@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body .tribal-auth *{
    font-family: "Inter", sans-serif !important;
}

input[name="s"]{
    margin: 0 !important;
    border: none !important;
}

.custom-form-agora input[type="text"], 
.custom-form-agora input[type="password"], 
.custom-form-agora input[type="email"],
.custom-form-agora input[type="date"],
.custom-form-agora textarea,
.custom-form-agora select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D9DBE9;
}

.custom-form-perfil input[type="text"], 
.custom-form-perfil input[type="password"], 
.custom-form-perfil input[type="email"],
.custom-form-perfil input[type="date"],
.custom-form-perfil select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D9DBE9;
}

.custom-form-agora span  {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: #4E4B66;
    text-transform: uppercase;
}

.custom-form-agora h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #4E4B66;
}

.recuerdame a {
    margin-top: 10px;
    color: #2C9BFF;
    display: inline-block;
}

.btn.btn-primary{
    background-color: #2C9BFF;
    border-color: #2C9BFF;
    color: #FCFCFC;
}

.btn-size{
    min-width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn.btn-outline-primary {
    border: 2px solid #2C9BFF;
    color: #2C9BFF;
    background-color: transparent;
    font-weight: 600;
}

.btn.btn-outline-primary:hover {
    border: 2px solid #2C9BFF;
    color: #FCFCFC;
    background-color: #2C9BFF;
}

.btn.btn-outline-danger {
    border: 2px solid #950645;
    color: #950645;
}

/* Estilo base para los requisitos */
#password-requirements {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
#password-requirements li {
    list-style: none;
    padding-left: 25px; /* Espacio para el ícono */
    position: relative;
    font-size: 14px;
    color: #4E4B66;
}

/* Estilo para el ícono de X (estado inválido) */
#password-requirements li.invalid::before {
    content: "•"; /* Punto como fallback */
    color: #4E4B66;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* Estilo para el ícono de check (estado válido) */
#password-requirements li.valid {
    color: #2C9BFF;
}
#password-requirements li.valid::before {
    content: "✓"; /* Fallback para navegadores sin soporte */
    color: #2C9BFF;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

/* Mensaje de confirmación */
#confirm-message {
    font-size: 14px;
    color: red; /* Por defecto, cuando las contraseñas no coinciden */
    margin-top: 5px;
}

#confirm-message.valid {
    color: green; /* Cuando las contraseñas coinciden */
}

.ptop20 {
    padding-top: 20px;
} 
.ptop30{
    padding-top: 30px;
}

.pbottom20 {
    padding-bottom: 20px;
}

.pbottom30 {
    padding-bottom: 30px;
}

.bNone {
    border: none !important;
}

.title-mi-cuenta {
    background-color: #D9F0FF;
    color: #19488F;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.bg-toast-success {
    background-color: #2C9BFF !important;
}

.bg-toast-warning {
    background-color: #F91582 !important;
}

.bg-toast-danger {
    background-color: #F91582 !important;
}

.product-points-label {
    display: inline-block;
    background-color: #2C9BFF; /* Fondo amarillo */
    color: #fcfcfc; /* Texto blanco */
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px; /* Bordes redondeados */
    margin-top: 5px;
}

.product-image .labels .points, .summary-before .labels .points {
    background: #2C9BFF;
    color: #fcfcfc;
}

.product-image .labels .onhot, .summary-before .labels .onhot {
    background: #F91582 !important;
    color: #fcfcfc !important;
}

.product-image .labels .onhot, 
.product-image .labels .onnew, 
.product-image .labels .onsale,
.product-image .labels .points {
    padding: 5px 11px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.summary-before .labels .onhot, 
.summary-before .labels .onnew, 
.summary-before .labels .onsale,
.summary-before .labels .points {
    font-size: 0.8571em;
    padding: 0.5833em 0.6333em;
    margin-bottom: 5px;
    display: block;
}

.custom-nav-micuenta h3 {
    color: #4E4B66;
    font-weight: 700;
}

.card-color-payment {
    color: #4E4B66;
    font-weight: 400;
}

.radio-hidden {
    display: none;
}

/* Estilizar el nuevo checkbox */
.custom-radio {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #D9DBE9ff;
    /* border: 2px solid #007bff; */
    border-radius: 6px; /* Hace que parezca un cuadrado con esquinas redondeadas */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    cursor: pointer;
    transition: background 0.3s, border 0.3s;
    margin-right: 10px;
}

/* Ícono de check oculto por defecto */
.custom-radio::after {
    content: "✔";
    color: #FCFCFC;
    font-size: 10px;
    display: block;
    visibility: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* Cambia el color al seleccionar */
.radio-hidden:checked + .custom-radio {
    background-color: #2C9BFF;
    border-color: #2C9BFF;
}

.radio-hidden:checked + .custom-radio::after {
    visibility: visible;
}

.product-checkout-wrap img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin-right: 0;
}

input[type="date"]:before {
    content: attr(data-placeholder);
    color: #6c6e7c;
    position: absolute;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}

input[type="date"]::placeholder {
    color: transparent;
}

input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
    color: transparent;
}

input[type="date"]:focus::placeholder,
input[type="date"]:valid::placeholder {
    color: #6c6e7c;
}

input[type="date"]:focus::-webkit-datetime-edit-text,
input[type="date"]:valid::-webkit-datetime-edit-text,
input[type="date"]:focus::-webkit-datetime-edit-month-field,
input[type="date"]:valid::-webkit-datetime-edit-month-field,
input[type="date"]:focus::-webkit-datetime-edit-day-field,
input[type="date"]:valid::-webkit-datetime-edit-day-field,
input[type="date"]:focus::-webkit-datetime-edit-year-field, 
input[type="date"]:valid::-webkit-datetime-edit-year-field {
    color: #6c6e7c;
}

#icono-calendario {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 20px;
}

.checkout-order-review #place_order, .btn-go-shop{
    background-color: #2C9BFF;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #FCFCFC;
    text-transform: lowercase;
    cursor: pointer;
}

.checkout-order-review #place_order::first-letter, .btn-go-shop::first-letter {
    text-transform: uppercase; /* Pone en mayúscula solo la primera letra */
}

.checkout-order-review .product-price {
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-top: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.checkout-order-review .product-price > div {
    flex: 1;
    /* display: flex;
    align-items: center; */
}

.checkout-order-review .shop_table td:only-child {
    border-bottom: 1px solid #e7e7e7;
}

.checkout-order-review tr td:last-child, .order_details tr td:last-child {
    text-align: left !important;
}

.checkout-order-review .product-total {
    text-align: right;
}

.woocommerce-shipping-totals .text-start::before {
    content: "";
}

.shop_table.responsive, .shop_table.shop_table_responsive {
    border: none !important;
    box-shadow: none !important;
}

@media screen and (max-width: 767px) {
    form.woocommerce-cart-form .shop_table tbody {
        display: block;
    }

    form.woocommerce-cart-form .shop_table tr {
        display: block;
        margin-bottom: 1.5em;
        padding: 1em;
        border: 1px solid #ddd;
    }

    form.woocommerce-cart-form .shop_table tr td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /* .woocommerce-cart-form tbody {
        display: flex;
        flex-direction: column;
    }
    
    .woocommerce-cart-form tbody tr {
        display: flex;
    }
    .woocommerce-cart-form .shop_table tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .woocommerce-cart-form .shop_table td:only-child {
        flex: 1;
    }
    
    .shop_table td {
        display: block;
    }

    .page-header-8 li {
        line-height: 24px !important;
    }

    .page-header-8 li a {
        font-size: 12px !important;
    }

    .page-header-8 li i.delimiter.delimiter-2 {
        font-size: 20px !important;
    }

    .custom-nav-container .nav.nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
    }


    .product-checkout-wrap {
        display: flex !important;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .product-thumbnail {
        flex-shrink: 0;
        max-width: 80px;
    }
    
    .product-content {
        flex: 1;
    }

    .product-content-price{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .woocommerce-cart-form .product-thumbnail a.remove {
        line-height: 19px;
        top: -10px !important;
        right: -10px !important;
        box-shadow: none;
        border: 1px solid var(--porto-gray-2);

        text-align: center;
        width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 11px;
        background-color: #fff;
        color: #222529;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
    }

    .woocommerce-cart-form .product-favorites {
        position: absolute;
        top: -5px;
        right: -5px;
    } */
}

@media screen and (min-width: 667px) {
    /* .w100{
        width: auto;
    }

    .woocommerce-cart-form .shop_table {
        display: flex;
        flex-direction: column;
    } */

    /* .woocommerce-cart-form .shop_table td {
        display: flex !important;
        align-items: flex-start;
        gap: 2rem;
        flex-direction: row;
    } */

    /* .woocommerce-cart-form .shop_table .product-thumbnail {
        flex-shrink: 0;
    }

    .woocommerce-cart-form .shop_table .product-content-price {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: center;
    }

    .woocommerce-cart-form .product-thumbnail a.remove {
        top: 10px !important;
        right: 10px !important;
        box-shadow: none;
        border: 1px solid var(--porto-gray-2);

        text-align: center;
        width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 11px;
        background-color: #fff;
        color: #222529;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
    }

    .woocommerce-cart-form .product-content {
        display: flex !important;
        flex-direction: row;
        flex: 1;
        gap: 1rem;
        align-items: center;
    }

    .woocommerce-cart-form .product-content-price > div {
        flex: 1;
    }

    .woocommerce-cart-form .product-name {
        width: 150px;
    }

    .woocommerce-cart-form .product-checkout-wrap {
        display: table !important;
        width: 100%;
    }
    
    .woocommerce-cart-form .product-checkout-wrap > div {
        display: table-cell !important;
        vertical-align: middle;
        text-align: left;
        padding: 1rem;
    } */
}

@media screen and (min-width: 765px) {
   
}

@media screen and (min-width: 800px){ /*Tablet*/
   
}

@media screen and (min-width: 1024px){/*desk*/
    .custom-form-agora {
        padding-top: 40px;
        padding-right: 100px;
    }

    .custom-form-agora h3 {
        font-size: 48px;
        line-height: 52px;
    }

    .title-mi-cuenta {
        font-size: 36px;
        line-height: 40px;
        padding: 70px 0px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1025px){
    
}

/* Ocultar el ícono original */
#mini-cart .minicart-icon:before {
    font-family: "icomoon";
    content: "\e904";
    font-weight: 500;
    font-size: 24px;
    /*display: none !important;*/
}
@media (min-width: 1025px) {
    #mini-cart .minicart-icon:before {
        font-size: 23px;
    }
}

/* Agregar el nuevo ícono */
#mini-cart .minicart-icon {
    /*background-image: url('../images/cart-image.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
    width: 28px; /* ajusta según el tamaño de tu ícono */
    height: 24px; /* ajusta según el tamaño de tu ícono */
    display: inline-block;
}

/* Si necesitas ajustar la posición */
#mini-cart .cart-head {
    display: flex;
    align-items: center;
}

/* Estilos para la página del carrito */
.shop-cart-page {
    padding: 2rem 0;
}

/* Pasos del carrito */
.cart-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.cart-steps span {
    padding: 0 10px;
}

.cart-steps .separator {
    color: #999;
}

.cart-steps .active {
    color: #000;
    font-weight: bold;
}

/* Tabla del carrito */
.shop_table {
    width: 100%;
    margin-bottom: 2rem;
}

/* Sección de totales */
.cart_totals {
    background: #f7f7f7;
    padding: 2rem;
    border-radius: 8px;
}

/* Sección de login para puntos */
.points-login-section {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

/* Botón de checkout */
.checkout-button {
    display: block;
    width: 100%;
    padding: 1rem;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 1rem;
}

/* Estilos para el breadcrumb de WooCommerce */
.woo-page-header.cart-steps-header {
    text-align: center;
    padding: 2rem 0;
}

.woo-page-header.cart-steps-header .breadcrumb {
    justify-content: center;
    gap: 1rem;
}

.woo-page-header.cart-steps-header li {
    font-size: 16px;
}

.woo-page-header.cart-steps-header li.current {
    font-weight: bold;
    color: #000;
}

.woo-page-header.cart-steps-header li.disable {
    color: #999;
}

/* Estilo para el separador */
.woo-page-header.cart-steps-header li + li:before {
    content: ">";
    margin-right: 1rem;
    color: #999;
}

/* Estilos responsivos para el carrito */
@media (max-width: 767px) {
    .shop_table.cart.mobile-layout {
        display: block;
    }

    .mobile-layout thead {
        display: none;
    }

    .mobile-layout tr {
        display: block;
        margin-bottom: 1.5em;
        padding: 1em;
        border: 1px solid #ddd;
    }

    .mobile-layout td {
        display: block;
        text-align: right;
        border: none;
        padding: 0.5em 0;
    }

    .mobile-layout td::before {
        content: attr(data-title);
        float: left;
        font-weight: bold;
    }

    .cart-steps .separator,
    .cart-steps span:not(.active) {
        display: none;
    }
}

/* Estilos generales */
.shop-cart-page {
    padding: 2em 0;
}

.cart-steps {
    margin-bottom: 2em;
}

.cart_totals {
    background: #f9f9f9;
    padding: 2em;
    border-radius: 8px;
}

/* ... más estilos según necesites ... */

.shop-cart-page {
    padding: 20px 0;
}

.woocommerce-cart-form {
    margin-bottom: 30px;
}

.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.shop_table th,
.shop_table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.product-thumbnail img {
    max-width: 80px;
    height: auto;
}

.product-remove a {
    color: #dc3545;
    text-decoration: none;
    font-size: 20px;
}

.cart_totals {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 4px;
}

.btn-delete-card{
    border: none;
}

/* Estilos responsivos */
@media (max-width: 768px) {
    .shop_table thead {
        display: none;
    }

    .shop_table td {
        display: block;
        text-align: right;
        padding: 10px;
    }

    .shop_table td::before {
        content: attr(data-title);
        float: left;
        font-weight: bold;
    }

    .product-thumbnail {
        text-align: center !important;
    }

    .product-thumbnail::before {
        display: none;
    }

    .product-thumbnail img {
        max-width: 60px;
    }
}

/* Estilos para el botón de actualizar carrito */
.actions .button {
    background-color: #2C9BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* Estilos para los inputs de cantidad */
.quantity input {
    width: 70px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Estilos para el botón de wishlist en el carrito */
.product-favorites .yith-wcwl-add-to-wishlist {
    margin: 0;
}

.product-favorites .yith-wcwl-add-to-wishlist a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.product-favorites .yith-wcwl-add-to-wishlist a:hover {
    background-color: #2C9BFF;
}

.product-favorites .yith-wcwl-add-to-wishlist a:hover i {
    color: white;
}

/* Eliminar el fondo negro por defecto en hover */
.product-favorites .yith-wcwl-add-to-wishlist a:hover:before {
    background: transparent;
}

/* Ocultar elementos duplicados */
.cart-collaterals .cart_totals > h2 {
    display: none;
}

.cart-collaterals .wc-proceed-to-checkout {
    display: none;
}

/* Estilos para el botón personalizado */
.proceed-to-checkout .checkout-button {
    width: 100%;
    background-color: #2C9BFF;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}

.proceed-to-checkout .checkout-button:hover {
    background-color: #2C9BFF;
}

/* Estilos para la sección de cupón */
.cart-coupon-section .coupon {
    display: flex;
    gap: 16px;
    max-width: 400px;
    font-family: "Inter", sans-serif;
}

.cart-coupon-section input[type="text"] {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 14px;
    max-width: 206px;
}

.cart-coupon-section .coupon input[type="text"],
.checkout_coupon .box-content input[type="text"] {
    border: none;
    border-bottom: 2px solid #D9DBE9;
    border-radius: 0;
    padding: 18px 20px !important;
    transition: border-color 0.3s ease;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.cart-coupon-section .coupon input[type="text"]::placeholder,
.checkout_coupon .box-content input[type="text"]::placeholder {
    color: #6E7191;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.cart-coupon-section .coupon input[type="text"]:focus,
.checkout_coupon .box-content input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

.cart-coupon-section .button,
.checkout_coupon .box-content button {
    padding: 16px 24px;
    background-color: #fff;
    border: 2px solid #2C9BFF;
    color: #2C9BFF;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.cart-coupon-section .button:hover,
.checkout_coupon .box-content button:hover {
    background-color: #2C9BFF;
    color: #fff;
    border: 2px solid #2C9BFF;
}
.cart-coupon-section .button:focus,
.checkout_coupon .box-content button:focus {
    background-color: transparent;
    color: #2C9BFF;
    border: 2px solid #2C9BFF;
}

@media (max-width: 768px) {
    .cart-coupon-section .coupon {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        margin: 0 auto;
        max-width: 500px;
    }
    .cart-coupon-section .coupon input[type="text"] {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .cart-coupon-section .coupon button {
        width: 100%;
    }
}

/* Estilos para el mensaje de cupón aplicado/error */
.woocommerce-message,
.woocommerce-error {
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 4px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
    border-color: transparent !important;
}

/* Estilos para los botones del mini-carrito */
.widget_shopping_cart .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget_shopping_cart .buttons .button {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

/* Botón "Ver carrito" */
.widget_shopping_cart .buttons .button:not(.checkout) {
    background-color: white !important;
    border: 2px solid #2C9BFF !important;
    color: #2C9BFF !important;
}

/* Botón "Pagar" */
.widget_shopping_cart .buttons .checkout {
    background-color: #2C9BFF !important;
    border: 2px solid #2C9BFF !important;
    color: white !important;
}

.woocommerce-mini-cart-item.subtotal-item {
    width: 100% !important;
    display: block !important;
    padding: 10px 0 !important;
}

.woocommerce-mini-cart-item.subtotal-item .woocommerce-mini-cart__subtotal {
    margin: 0;
    padding: 0 15px;
}

.product-thumbnail-wrapper {
    position: relative;
}

.product-thumbnail-wrapper .remove {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 1;
}

.product-thumbnail-wrapper .remove:hover {
    background: #2C9BFF;
    color: #fff;
    text-decoration: none;
}

/* Ocultamos la columna original del botón remove */
.product-remove {
    display: none;
}

/* Agregar estos estilos para asegurar la visibilidad del botón */
.wc-proceed-to-checkout {
    display: block !important;
    margin-top: 20px;
}

.wc-proceed-to-checkout .btn-go-shop {
    display: block !important;
    width: 100%;
    background-color: #2C9BFF;
    color: white !important;
    text-align: center;
    padding: 15px;
    /* border-radius: 4px; */
    text-transform: lowercase;
    font-weight: bold;
    margin-top: 20px;
}

.wc-proceed-to-checkout .btn-go-shop::first-letter{
    text-transform: uppercase;
}

.wc-proceed-to-checkout .btn-go-shop:hover {
    background-color: #2C9BFF;
    opacity: 0.9;
}

/* Asegurarnos que el contenedor del carrito sea visible */
.cart_totals {
    display: block !important;
    background: white;
    padding: 20px;
    border-radius: 4px;
}

/* Asegurarnos que el panel del carrito sea visible */
#panel-cart-total {
    display: block !important;
}

/* Estilos para el recuadro de puntos */
.points-info-box {
    border: 1px solid #2C9BFF;
    background: #2C9BFF;
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
}

.points-info-box p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.points-info-box strong {
    color: #fff;
}

.points-info-box a {
    color: #fff;
    text-decoration: none;
}

.points-info-box a:hover {
    text-decoration: underline;
    color: #fff;
}

/* Sección de branding */
.brand-info-section {
    color: #4E4B66 !important;
    background-color: rgba(252, 252, 252, 1) !important;
    margin-top: 48px !important;
    margin-bottom: 48px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(217, 219, 233, 1) !important;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.04) !important;
    padding: 32px 24px;
}

/* Items Container */
.brand-info-section .brand-items {
    width: 100% !important;
    display: flex;
    gap: 48px;
}
@media (max-width: 1024px) {
    .brand-info-section {
        border-radius: 8px !important;
        padding: 24px;
    }
    .brand-info-section .brand-items {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

.brand-info-section .brand-info-container {
    margin: 0 !important;
    padding: 0 48px !important;
}
.brand-info-section .brand-items .brand-item {
    width: auto !important;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
}
.brand-info-section .brand-items .brand-item {
    margin: 0 !important;
    padding: 0 !important;
}
.brand-info-section .brand-items .brand-item .brand-item-image {
    margin: 0 !important;
    margin-right: 16px !important;
}
.brand-info-section .brand-items .brand-item .brand-item-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 1168px) and (min-width: 1025px) {   
    .brand-info-section .brand-info-container {
        padding: 0 !important;
    }
}

@media (max-width: 1024px) {   
    .brand-info-section .brand-items .brand-item {
        padding: 4px 0 !important;
    }
}

.brand-info-section .brand-items .brand-item {
    display: flex !important;
    opacity: 1 !important;
}

@media (max-width: 960px) {
    .brand-info-section {
        padding: 24px 16px !important;
    }
    .brand-info-section .brand-info-container {
        padding: 0 !important;
    }
}
@media (max-width: 480px) {
    .brand-info-section .brand-items .brand-item .brand-item-text > * {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .brand-info-section .brand-items .brand-item .brand-item-image {
        width: auto !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .brand-info-section .brand-items .brand-item .brand-item-image > img {
        width: 22px !important;
        height: auto !important;
    }
}
