body {
    color: #1d2530;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-3xl {
    font-size: 1.75rem;
    line-height: 1;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 1;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1;
}

.navbar-glass {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-glass:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

.navbar-glass .nav-link {
    color: #212529;
    transition: color 0.2s ease-in-out;
}

.navbar-glass .nav-link:hover {
    color: var(--bs-primary);
}

.container-custom {
    padding-left: 10rem;
    padding-right: 10rem;
}

.btn-outline-primary {
    --bs-btn-color: black;
    --bs-btn-border-color: #dce0e5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: hsl(217, 85%, 45%);
    --bs-btn-hover-border-color: hsl(217, 85%, 45%);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: hsl(217, 85%, 40%);
    --bs-btn-active-border-color: hsl(217, 85%, 40%);
    --bs-btn-disabled-color: #1162d4;
    --bs-btn-disabled-border-color: #1162d4;
    --bs-gradient: none;
}

.border-grey {
    border-color: #dce0e5;
}

.bg-footer {
    background-color: #f0f2f54d;
}

.btn {
    font-size: .875rem;
    font-weight: 500;
}

.text-muted-link {
    color: #627084;
}

.text-muted-link:hover {
    color: #1162d4;
}

.gradient-hero {
    background: linear-gradient(to bottom right, hsl(215 85% 45% / .1), hsl(210 20% 98%), hsl(155 65% 45% / .1));
    z-index: 0;
}

.bg-hero-badge {
    background-color: #f9fafb80;
}

.text-primary {
    color: #1162d4 !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1162d4;
    --bs-btn-border-color: #1162d4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: hsl(217, 85%, 45%);
    --bs-btn-hover-border-color: hsl(217, 85%, 45%);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: hsl(217, 85%, 40%);
    --bs-btn-active-border-color: hsl(217, 85%, 40%);
    --bs-btn-disabled-bg: #1162d4;
    --bs-btn-disabled-border-color: #1162d4;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #28bd7f;
    --bs-btn-border-color: #28bd7f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #23a66a;
    --bs-btn-hover-border-color: #23a66a;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f995d;
    --bs-btn-active-border-color: #1f995d;
    --bs-btn-disabled-bg: #28bd7f;
    --bs-btn-disabled-border-color: #28bd7f;
}

.bg-success {
    background-color: #28bd7f !important;
}

.bg-light {
    background-color: #f6f8f8 !important;
}

.text-success {
    color: #28bd7f !important;
}

.btn-custom {
    padding: .6rem 2rem !important;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.mx--1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}

.mx--2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}

.mx--3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.section-kits {
    background-color: #f9fafb !important;
}

.form-search {
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.form-search:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.icon-search {
    font-size: 1rem;
    left: 2% !important;
}

textarea,
.form-control,
.form-select {
    font-size: .875rem;
    border-radius: .75rem;
    padding: 0.5rem 0.75rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
    border-color: transparent;
    box-shadow: 0 0 0 2px #f9fafb, 0 0 0 4px #1162d4;
    outline: none;
}

.form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(17, 98, 212, 0.3), 0 0 0 4px rgba(17, 98, 212, 0.2);
}

.form-check-input:checked {
    background-color: #1162d4e6;
    border-color: #1162d4;
}

.form-select {
    border-radius: 0.75rem;
}

.form-select:focus {
    border-color: #1162d4;
    box-shadow: 0 0 0 2px rgba(17, 98, 212, 0.3), 0 0 0 4px rgba(17, 98, 212, 0.2);
    outline: none;
}

.grid-columns-400-1 {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.card-hover {
    transition: all 0.25s ease;
    transform: translateY(0);
}

.card-hover:hover {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 8px 16px #00000026 !important;
}

.tamanho-do-carrinho {
    width: 30rem !important;
}

.tamanho-imagem-carousel {
    height: 28rem !important;
}

.overlay-ver-detalhes {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.position-relative:hover .overlay-ver-detalhes {
    opacity: 1;
}

.btn-enviar-mensagem {
    background: linear-gradient(
            to bottom,
            #1162d4 0%,
            #0e53b4 100%
    );
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem !important;
    border: none;
    padding: 12px 24px;
    border-radius: .75rem;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.btn-enviar-mensagem:hover,
.btn-enviar-mensagem:active,
.btn-enviar-mensagem:focus-visible {
    box-shadow: 5px -5px 15px rgba(17, 98, 212, 0.3);
    color: #fff !important;
    transform: translateY(-1px);
}

.icones-contato {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.gradient-icone-email {
    background: linear-gradient(135deg, #1162d4, hsl(210 75% 40%));
}

.gradient-icone-telefone {
    background: linear-gradient(135deg, hsl(200, 75%, 45%), hsl(190, 65%, 55%))
}

.gradient-horario-de-atendimento {
    background: linear-gradient(135deg, #1162d4 0%, #1d8fc9 50%, #42bed7 100%);
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #1162d4;
}

@media (max-width: 1024px) {
    .container-custom {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .tamanho-imagem-carousel {
        height: 25rem !important;
    }


    .text-7xl {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (max-width: 768px) {
    .container-custom {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .grid-columns-400-1 {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

}

@media (max-width: 426px) {
    .container-custom {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .tamanho-do-carrinho {
        width: 18rem !important;
    }

    .tamanho-imagem-carousel {
        height: 15rem !important;
    }

    .grid-columns-400-1 {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .text-7xl {
        font-size: 2.5rem;
        line-height: 1;
    }

    .py-32 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}