/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.category-icon{
    width: 35px;
    margin-right: 15px;
}

.produtos_por_categoria .coluna1{
    padding-left: 50px;
}
.produtos_por_categoria .coluna2{
    padding-left: 50px;
}

.produtos_por_categoria .faixa-categoria{
    height: 20px;
}

.produtos_por_categoria {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 2em;
}

.produtos_por_categoria .nome-categoria{
    text-align: center;
}
.produtos_por_categoria .categoria {
    padding: 0 1em 1em 1em;
    display: flex;
    flex-direction: column;
    margin-right: 25px;
    /* justify-content: center; */
    align-items: center;
    border: 1px solid #0000001c;
    border-radius: 10px;
    max-width: 130px;
    height: 230px;
    min-width: 130px;
    /* overflow: hidden; */
    margin-bottom: 5em;
    background: white;
    max-height: 201px;
}

.produtos_por_categoria .categoria:nth-child(1){
    /*margin-top: 4rem;*/
}

.produtos_por_categoria  img {
    max-height: 70px;
    height: 70px;
}

.links-categoria {
     margin-top: auto;
    display: flex;
    flex: 1;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    bottom: -31px;
    position: relative;
    background: #98C63A;
    /*border: 1px solid gray;*/
    border-radius: 25px;
    height: 2em;
    max-height: 2em;
}

.links-categoria a{
    font-size: 16px !important;
    color: white !important;
}

.display_produto {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.display_produto .produto {
    padding: 0 1em 1em 1em;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    align-items: center;
    border: 1px solid #0000001c;
    border-radius: 10px;
    max-width: 4%;
    height: 380px;
    min-width: 190px;
    overflow: hidden;
    margin-bottom: 2em;
    background: white;
}

.display_produto .produto:hover{
    border-bottom: 1px solid gray;
}

.display_produto .produto .imagem-produto{
    max-width: 90%;
}

.display_produto .produto .imagem-produto:hover{

}

.display_produto .nome-produto{
    padding-top: .5em;
    font-size: 22px;
}

.display_produto .nome-produto,
.display_produto .interesse-produto{
    color: black;
    text-align: center;
}

.display_produto .interesse-produto{
    font-size: 12px;
    color: white;
    padding: 3px 15px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #003C70;
    border: 1px solid #003c70;
}

.display_produto .links-produto a{
    font-size: 12px;
    color: gray;
    padding: 3px 5px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #003c70;
}

.display_produto .interesse-produto:hover{
    background-color: #2d7cc0;
    cursor: pointer;
}

.display_produto .interesse-produto,
.display_produto .links-produto a
{
    /*font-size: 14px;*/
}

.links-produto{
    margin-top: auto;
    display: flex;
    flex: 1;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
}

.display_produto .faixa-produto{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1em;
}

.display_produto .faixa-produto span .fa {
    color: #e43c3c;
    font-size: 0.5em;
    border-radius: 50%;
    padding: .7em;
    background: #d3d3d34d;
    box-shadow: 1px 1px 4px lightgray;
}

.display_produto .faixa-produto span .fa:hover {
    background: #edc2c266;
}

.display_produto .destaque-produto{
    font-size: 12px;
    background-color: green;
    margin-left: -15px;
    padding: .1em 1em;
    color: white;
    margin-top: .8em;
    font-weight: 600;
    border-radius: 0 10px 0 10px;
}

.display_produto .destaque-produto:empty {
    visibility: hidden;
}



/* Div flutuante */
#floating-quote {
    position: fixed;
    top: 150px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* Popup */
.popup {
    display: none; /* Inicialmente oculto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.popup-content {
    position: relative;
    background-color: white;
    padding: 20px;
    margin: 15% auto;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
    text-align: center;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
}

#favorites-list,
#quote-list {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
}
#quote-list li {
    text-align: left;
}
.orcamento-titulo {
    font-size: 16px;
    margin-bottom: 2em;
}

.quote-product-count {
    height: 20px;
    position: absolute;
    top: -16px;
    right: -2px;
    background: #353b35;
    padding: 5px;
    border-radius: 80%;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.remove-product{
    margin-right: 1em;
    color: rgba(210, 34, 34, 0.71);
}

.unidade-select-group {
    text-align: left;
    margin-bottom: 1em;
}

.unidade-select-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35em;
}

.unidade-select-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
}


.departamentos-footer {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
}

.departamentos-footer a:not(.title-categorias, .title-solucoes) {
    color: #002342 !important;
    font-weight: 600 !important;
    line-height: 2em;
}

.departamentos-footer li{
    list-style-type: none;
}

.departamentos-footer ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

div.departamentos-footer-coluna-1 > ul > li.title-categorias > a {
    color: #F15A22 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

div.departamentos-footer-coluna-2 > ul > li.title-solucoes > a{
    color: #98C63A !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.footer_bottom {
    background: linear-gradient(to right, #BEC0C2, #fff, #BEC0C2) !important;
    padding: 2em;
}

.footer_bottom ul li a {
    color: #002342 !important;
}
