header.relative {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 40px;
}
header .nav-link {
    font-size: 18px;
    color: #434343;
}
header ul.dropdown-menu {
    background: #29589B;
    border: none;
    border-radius: 0 0 10px 10px;
}
header ul.dropdown-menu .dropdown-item {
    font-size: 18px;
    color: #fff;
}
header ul.dropdown-menu .dropdown-item:hover {
    color: #29589B;
}

.menu-drawer a.nav-link {
    font-size: 20px;
    color: #fff;
    margin: 10px 0;
}

.from-dark-blue {
    --tw-gradient-from: #000 var(--tw-gradient-from-position)!important;
    --tw-gradient-to: rgb(26 52 69 / 0) var(--tw-gradient-to-position)!important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)!important;
}

.titulo-geral {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
    margin: 30px 0;
}
.titulo-geral h2 {
    font-size: 40px;
    font-weight: bold;
    color: #29589B;
    margin: 0;
}
.titulo-geral p {
    font-size: 20px;
    color: #434343;
    margin: 0;
}

.btn-geral {
    font-size: 16px;
    color: #29589B;
    border-radius: 5px;
    border: 1px solid #29589B;
    padding: 6px 10px;
    display: table;
}

.link-destaque-2 {
    height: 270px;
}

.list-categorias {
    background: #F7F7F7;
    padding: 80px 0;
    margin: 10px 0 40px;
}
.list-categorias a {
    display: table;
    width: 100%;
    height: 270px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .5s;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.list-categorias img {
    height: 68px;
    object-fit: contain;
}
.list-categorias h4 {
    font-size: 20px;
    font-weight: bold;
    color: #29589B;
    margin: 10px 0;
}
.list-categorias p {
    font-size: 16px;
    line-height: 24px;
    color: #434343;
    margin: 0;
}
.list-categorias a:hover {
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}

.instagram h2 {
    font-size: 40px;
    font-weight: bold;
    color: #29589B;
    text-align: center;
    margin: 0 0 30px;
}

.bg-dark-blue {
    background: #29589B!important;
}
.bg-dark-blue-2 {
    background: #1F4883!important;
}

footer .nav-link,
footer .nav-link:hover {
    font-size: 18px;
    color: #fff;
}

.logo-footer {
    width: 228px;
}

.ul-footer a {
    font-size: .75rem;
    color: #fff;
}

@media (max-width: 767px) {
    .icone-lupa img {
        width: 26px !important;
    }
    #owl-vitrine article .absolute.inset-0.bg-gradient-to-t.from-dark-blue.to-transparent.flex.flex-col.justify-end.px-5.py-4 {
        padding: 10px 15px !important;
    }
    .titulo-geral.flex.items-center.justify-between {
        display: table;
    }
    .titulo-geral.flex.items-center.justify-between .btn-geral {
        margin-top: 10px;
    }
    .col-6 article.w-full.overflow-hidden.flex.gap-4 {
        display: block;
    }
    .link-destaque-2 {
        height: 200px;
        width: 100% !important;
    }
    .list-categorias {
        padding: 40px 0 20px;
    }
    .list-categorias a {
        height: 290px;
        padding: 10px;
        margin-bottom: 20px;
    }
    footer .bg-dark-blue-2.py-2\.5.text-center.md\:py-3 .container.flex {
        flex-direction: column-reverse;
        padding: 15px 0;
    }
    footer ul.flex.ul-footer {
        margin-bottom: 15px;
    }
}