@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

html{
    font-family: 'Montserrat', sans-serif;
}
.logo a img {
    max-height: 80%;
}
.menu.superior{
    background-color: #202156 !important;
    color: #fff;
}
.full-slider, .banner-full{
    margin-bottom: 0px !important;
}
.action-header .text {
    font-weight: 600;
}
.produto .nome-produto{
    color: #665f5d !important;
}

.menu.superior .titulo, .carrinho>a span{
    color:#fff;
    font-weight: 600;
}
.menu.lateral .nivel-um>li.com-filho>a{
    background-color: #19438b;
}
.menu.lateral .nivel-dois, .menu.lateral .nivel-dois>li, .menu.lateral .nivel-dois>li>a{
    background-color: #fff;
    color: #33302f;
}
.menu.lateral .nivel-um>li>a, .menu.lateral .nivel-um>li:hover,.menu.lateral .nivel-um>li>a:hover{
 	color: #fff;    
    background-color: #202156;
}



.pagina-carrinho div#cabecalho{
    background-color: #19438b;
    color: #fff;
    text-decoration: none;
}
.pagina-carrinho .atendimento span{
    color: #fff !important;
}
.pagina-carrinho strong.cor-principal{
    color: #fff !important;
    text-decoration: none;
}
.pagina-carrinho strong.cor-principal.titulo{
    color: #19438b !important;
}

.coluna .newsletter .botao{
    background-color: #19438b;
}
.sub-header a.dark, .sub-header a:hover {
    background-color: #fff !important;
    color: #0B0B3B !important;
}
#rodape .institucional .sobre-loja-rodape img{
    max-width: 200px;
    margin-left: 50px;
}
#rodape .institucional p{
    text-align: justify;
    font-size: .85rem;
}

#cabecalho .container{
    max-width: 100vw !important;
}

#cabecalho .container i {
    display: none !important;
}

.menu .nivel-dois{
    background-color: #fff !important;
}

.menu{
    border-radius: .5rem .5rem 0 0 !important;
}

.nivel-um i{
    display: none; !important
}

.icon-chevron-down{
    display: none !important;
}

.menu .nivel-dois i{
    background-color: #fff !important;
}

.menu .nivel-tres{
    background-color: #fff !important;
}

.nivel-um>li>a:hover{
    color: #33302f !important;
}

@media (min-width: 1025px){
    #cabecalho + * {
        margin-top: 0px !important;
    }
}
