.btn-outline-primary {
    color: #01374F;
    ;
    border: 1px solid #01374F;
}

.btn-outline-primary:hover {
    background-color: #01374F;
    color: white;
    border: 1px solid #01374F;
}

.mbSlider {
    margin-top: 5.4rem;
}

body {
    font-family: 'Poetsen One', sans-serif;
    background-color: #f8f9fa;
}

:root {
    --primary-color: #01374F;
}

.navbar {
    background-color: white;
}

.navbar-brand img {
    height: 147px;
    position: absolute;
    z-index: 1000;
    top: 7px;
}

.carousel-inner img {
    object-fit: cover;
    height: 600px;
}

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

.marginTopParaMenu {
    margin-top: 6rem;
}


.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.btn:hover {
    color: var(--primary-color);
    background-color: white;
    border: 1px solid var(--primary-color);
}

.btnFiltrar {
    margin-top: 32px;
}

@media (min-width: 768px) {
    .carousel-inner img {
        height: 600px;
    }
}

.cta-section {
    background-color: var(--primary-color);
    color: white;
    padding: 7rem 1rem;
    text-align: center;
}

.cta-section .btn {
    background-color: white;
    color: var(--primary-color);
    border: none;
    font-weight: bold;
}

.cta-section .btn:hover {
    background-color: #e2e6ea;
}

.product-card {
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.2s ease;
    background: white;
    position: relative;
}

.product-card:hover {
    transform: scale(1.02);
}

.discount-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #dc3545;
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    z-index: 10;
}

.rating-stars {
    color: #ffc107;
}

.modal-body .carousel-inner img {
    height: 600px;
    object-fit: contain;
}

.section-title {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: bold;
}

.divider-line {
    border-bottom: 3px solid var(--primary-color);
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

footer {
    background-color: var(--primary-color);
    color: #fff;
    padding: 2rem 1rem;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    margin-right: 15px;
}

.social-icons a {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 15px;
}

.social-icons a:hover {
    color: #0dcaf0;
}




#mainNavbar {
    transition: all 0.3s ease;
    z-index: 1000;
}

.navbar-shrink {
    padding: 2rem 0 !important;
}

.navbar-shrink #navbarLogo {
    height: 80px !important;
}


.slick-productos .product-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.slick-prev,
.slick-next {
    background-color: #01374F;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: white;
    font-size: 20px;
}

.mproducto {
    margin: 0 8px;
}

.draggable {
    padding: 1rem 0;
}

.imgTamano {
    width: 100%;
    height: 340px !important;
}

#preciosPorCantidad .bg-info {
    background: #00D1B2 !important;
    font-family: 'Atlassian Sans' !important;
}

.w-58 {
    width: 58px !important;
}

.bg-primary {
    background: #01374F !important;
}



.footer-mobile i {
    transition: transform 0.2s ease-in-out;
}

.footer-mobile a:hover i {
    transform: scale(1.2);
}

.footer-mobile {
    border-radius: 12px 12px 0 0;
    background: #ffffff;
}



.section-title {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: bold;
}

.divider-line {
    border-bottom: 3px solid var(--primary-color);
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.cart-item {
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
}

.qty-control {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.qty-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
}

.summary-box {
    background-color: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.summary-box h5 {
    color: var(--primary-color);
}

.summary-box .total {
    font-size: 1.5rem;
    font-weight: bold;
    color: #198754;
}

.shipping-options .badge {
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 1.5rem;
}

.shipping-options .active-shipping {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

.mtPorHeaderFixed {
    margin-top: 6rem;
}


.section-title {
    color: var(--primary-color);
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.divider-line {
    border-bottom: 3px solid var(--primary-color);
    margin-bottom: 2rem;
}

.form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
}

.summary-box {
    background-color: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.summary-box .total {
    font-size: 1.5rem;
    font-weight: bold;
    color: #198754;
}

.payment-methods label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    cursor: pointer;
    margin-bottom: 1rem;
    background: #fff;
}

.payment-methods input[type="radio"] {
    accent-color: var(--primary-color);
}







@media screen and (max-width: 768px) {

    .footerPrincipal {
        padding-bottom: 7rem;
    }

    .checkout-columns {
        display: flex;
        gap: 2rem;
    }

    .checkout-columns>div {
        flex: 1;
    }
}
