@import "fonte.css";

body, html
{
    font-family: 'Foundry';
    font-weight: 500;
    background-color: #f1f1f1;
}

.centraliza-itens
{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.centraliza-itens-sem-text
{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.bloqueiaBody,
.bloqueiaForm
{
    pointer-events: none;
    text-align: center;
}

.bloqueiaBody::after,
.bloqueiaForm::after
{
    content:  url("../img/loader-50.gif");
    background-size: 20px 20px;
    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.9);
    color: #000; font-weight: bold; font-size: 1.4em;

    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 999;
}

.bloqueiaBody::after
{
    position: fixed;
}





/*
==================================================
               PAGINA - LOGIN
==================================================
*/

.login .espaco-form
{
    min-height: 100vh;
}

.login input
{
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #ced4da;
}

.login .espaco-form img
{
    margin-bottom: 30px;
    width: 100%;
}

.login label
{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.login button
{
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 15px;
    transition: all 0.5s;
}

.login button:hover
{
    background-color: #fff;
    border: 2px solid #fff;
    color: #204f93;
    transition: all 0.5s;
}



/*
==================================================
               PAGINA - INDEX
==================================================
*/

.index
{
    background-color: #f1f1f1;
}

.index .tamanho
{
    min-height: 100vh;
    width: 100%;
}

.index form
{
    width: 100%;
}

.index input
{
    height: 50px !important;
    color: #204f93 !important;
}

.index .btn-busca
{
    float: right !important;
    border: 0px !important;
    border-radius: 0px !important;
    background-color: #204f93 !important;
    height: 50px !important;
}

.index .busca
{
    width: 100%;
    background-color: #fff;
    position: relative;
    border: 2px solid #204f93;
    border-radius: 0px;
}

.index .input-busca
{
    background: transparent;
    border: 0;
    outline: 0;
    height: 50px;
    width: calc(100% - 56px);
    float: left
}

.index small
{
    color: #204f93 !important;
}

.index .logo
{
    width: 300px;
}

.index .resultado
{
    position: absolute;
    background-color: #fff;
    min-height: 100px;
    width: 100%;
    margin-top: 5px;
    display: none;
}

.index .margin-form
{
    margin-top: 40%;
}

/*
==================================================
               PAGINA - PRODUTOS
==================================================
*/
.thumb-produto
{
    /*min-height: 150px;*/
    min-height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cabecalho
{
    margin-top: 30px;
}

.cabecalho .logo
{
    width: 300px;
}

.sidebar-produto
{
    min-height: 50%;
    width: 100%;
    background: #f1f1;
}

.sidebar-produto .titulo
{
    text-align: center;
}

.filtros
{
    margin: 35px 0px;
    padding: 50px 0px;
}

.filtros p
{
    margin: 0px;
    font-size: 12px;
    font-style: italic;
    color: #636363;
    display: inline;
}

.filtros button
{
    display: inline;
    float: right;
    background: transparent;
    border: 2px solid;
    padding: 5px 10px;
    color: #204f93;
    font-weight: bold;
    letter-spacing: 2px;
}

.filtros button:hover
{
    background: #204f93;
    border: 2px solid #204f93;;
    color: #fff;
}

.produtos
{
    padding: 25px;
}

.card-produto
{
    margin-bottom: 25px;
}

.card-produto .thumb
{
    min-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-produto .referencia
{
    font-size: 10px;
    color: #204f93;
    letter-spacing: 2px;
    margin-top: 15px;
}

.card-produto .nome
{
    font-size: 15px;
    color: #204f93;
}

.card-produto .valor
{
    font-size: 15px;
    color: #204f93;
    font-weight: bold;
}

.card-produto p
{
    margin: 0px;
}

.modal-filtro
{
    background-color: #204f93;
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    /*left: 100%;*/
    opacity: 1;
    transition: all 0.5s;

}

.modal-filtro .input-group-text
{
    background-color: transparent;
    border: 0px;
    color: #fff;
    padding-left: 10px;
}

.modal-filtro .input-group-text span
{
    margin-left: 10px;
}

.modal-filtro .footer
{
    position: absolute;
    width: 100%;
    bottom: 0%;
    margin-bottom: 20px;
}

.modal-filtro .footer .btn-cancelar
{
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 2px;
    padding: 5px;
}

.modal-filtro .footer .btn-filtrar
{
    width: 100%;
    background-color: #fff;
    border: 2px solid #fff;
    color: #204f93;
    letter-spacing: 2px;
    padding: 5px;
    font-weight: bold;
}

.modal-filtro h1
{
    display: inline;
    margin: 0px 10px;
    font-size: 25px;
    color: #fff;
}

.modal-filtro .item
{
    margin-top: 20px;
    border-bottom: 2px solid #ffffff1a;
    padding-bottom: 20px;
}

.modal-filtro .icone
{
    font-size: 30px;
    width: 30px;
    margin-top: -7px;
}

.modal-filtro .itens
{
    margin-top: 20px;
}

.modal-filtro .itens a
{
    display: block;
}

.modal-filtro .categoria-pai
{
    color: #e2d1d1;
    text-decoration: none;
}

.marcas
{
    margin-bottom: 50px;
    margin-top: -40px;
}

.categorias h1
{
    font-size: 20px;
    font-weight: bolder;
    color: #204f93;
}

.categorias a
{
    font-size: 15px;
    color: #204f93;
    text-decoration: none;
}

.selecionados
{
    margin-bottom: 35px;
}

.selecionados span>p
{
    position: absolute;
    right: 5px;
    cursor: pointer;
}

.selecionados span
{
    padding: 5px 10px !important;
    border-radius: 5px !important;
    display: flex;
    margin-bottom: 10px;
    background-color: #052C5C;
}