

main { 
    min-height: 100vh;
    height: auto;
    background-color: #f1f1f1;
}


.itemcatalogo {
    padding: 1rem;
}

a{
    color: #ff6600;
}
a:hover {
    color: #780000;
}
a.navbar-brand img {
    /*max-width: 100px;*/
}

.card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: unset;
    widows: unset;
}
.itemcatalogo .card-columns .card {
    margin-bottom: 0.75rem;
    display: inline-grid;

}

@media (min-width: 320px) {
    .textofaixa {    
        position: absolute;
        left: calc(121% - 237px);
        z-index: 20;
        color: #fff;
        transform: rotate(45deg);
        bottom: calc(-216px + 133%);
        z-index: 1000;
        font-size: 16px;
        color: yellow;
        right: -40px;
        text-shadow: 1px 1px black;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .itemcatalogo .card-columns .card {
        margin-bottom: 0.75rem;
        display: inline-block;
        width: 100%;
    }
    a.navbar-brand img {
        width: 150px;
    }
}

@media (max-width:767px) {
    .col-6 {
        flex: 0 0 auto;
        width: 50%;
        padding: 0;
    }
}

@media (min-width: 420px) and (max-width:425px) {

    .textofaixa {    
        position: absolute;
        left: calc(121% - 237px);
        z-index: 20;
        color: #fff;
        transform: rotate(45deg);
        bottom: calc(-240px + 133%);
        z-index: 1000;
        font-size: 16px;
        color: yellow;
        right: -20px;
        text-shadow: 1px 1px black;
    }
}
@media (min-width: 375px) and (max-width:419px) {

    .textofaixa {    
        position: absolute;
        left: calc(121% - 237px);
        z-index: 20;
        color: #fff;
        transform: rotate(45deg);
        bottom: calc(-226px + 133%);
        z-index: 1000;
        font-size: 16px;
        color: yellow;
        right: -20px;
        text-shadow: 1px 1px black;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }


}

@media (min-width: 425px) {
    .textofaixa {    
        position: absolute;
        left: calc(121% - 237px);
        z-index: 20;
        color: #fff;
        transform: rotate(45deg);
        bottom: calc(-240px + 133%);
        z-index: 1000;
        font-size: 16px;
        color: yellow;
        right: -11px;
        text-shadow: 1px 1px black;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 426px) and (max-width: 479px) {
    .textofaixa {
        position: absolute;
        left: calc(114% - 227px);
        z-index: 20;
        color: #fff;
        transform: rotate(45deg);
        bottom: calc(-80px + 100%);
        z-index: 1000;
        font-size: 16px;
        color: yellow;
        right: -20px;
        text-shadow: 1px 1px black;
    }
}

@media (min-width: 768px) {

    .textofaixa {    
        position: absolute;
        left: calc(121% - 226px);
        z-index: 20;
        color: #fff;
        transform: rotate(45deg);
        bottom: calc(-223px + 134%);
        z-index: 1000;
        font-size: 16px;
        color: yellow;
        right: -15px;
        text-shadow: 1px 1px black;
    }

    .titulo-produto{
        font-size: 2rem;
    }
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 1024px) {

    .textofaixa {    
        position: absolute;
        left: calc(121% - 223px);
        z-index: 20;
        color: #fff;
        transform: rotate(45deg);
        bottom: calc(-218px + 133%);
        z-index: 1000;
        font-size: 16px;
        color: yellow;
        right: -24px;
        text-shadow: 1px 1px black;
    }

    .titulo-produto {
        font-size: 14px;
    }
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .itemcatalogo .card-columns .card {
        margin-bottom: 0.75rem;
        display: inline-block;


    }

    a.navbar-brand img {
        /*max-width: 100px;*/
    }
}

@media (min-width: 1024px) {

    .textofaixa {    
        position: absolute;
        left: calc(121% - 225px);
        z-index: 20;
        color: #fff;
        transform: rotate(45deg);
        bottom: calc(-245px + 135%);
        z-index: 1000;
        font-size: 16px;
        color: yellow;
        right: 0px;
        text-shadow: 1px 1px black;
    }
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        /*display: flex;*/
    }
    .itemcatalogo .card-columns .card {
        margin-bottom: 0.75rem;
        display: inline-block;
    }

}






@media (min-width: 768px) {
    #itenscatalogo {
        /*border: 1px solid #e9e1e1;border-radius: 5px;padding: 2%;margin: 1em;*/
    }
}



#botaoBuscarCatalogo {

    text-align: center;
    /*border: 4px solid #ff6600;*/
    background-color: #8d0000;
    color: #fff;
    font-size: 1rem;
    /*width: 100%;*/
    /*height: 100%;*/
    /*max-width: 4rem;*/

}

#botaoBuscarCatalogo:hover {
    text-align: center;border: 1px solid #c8c8c8;background-color: orange;color: #fff;
}

.btn-filtro-catalogo {
    color: #fff;
    background-color: #780001;
    outline: 0;

}
.btn-filtro-catalogo:focus {
    color: #fff;
    background-color: #780001;
    outline: 0;
}

.botao-consulta-catalogo {
    font-size: 12px;
    font-style: oblique;
    font-weight: bold;

}

.galeria-catalogo>a {font-size: 12px}

.catalogo-item #imagem {max-width: 350px; border: solid 1px #dff1ff;opacity: 1;filter: alpha(opacity=40);}

.catalogo-item #imagem1 {max-height: 80px;width: auto;border: solid 1px #dff1ff}
.catalogo-item #imagem2 {max-height: 80px;width: auto;border: solid 1px #dff1ff}
.catalogo-item #imagem3 {max-height: 80px;width: auto;border: solid 1px #dff1ff}


.corpo-catalogo {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 0px
}

.catalogo {padding:4%;}


.imageitem {height: 100vh;}

@media (min-width: 1024px){
    .b-post-esquerda {

        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        top: 60px;
        z-index: 1000;
        padding: 0; 
        height: 100vh;

    }

    .col-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }



}



.galeria-item .card{

    display: inline-flex;
    max-width: 24rem;
    width: 96%;

    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

    /*-webkit-box-shadow: 7px 9px 11px 2px rgba(0,0,0,0.2);*/ 
    /*box-shadow: 7px 9px 11px 2px rgba(0,0,0,0.2);*/

    margin: 2%;
    /*background-image: radial-gradient(circle, #cccccc, #9d969f, #75626e, #51323c, #2c0404);*/

}



.galeria-item:hover .card {
    border-bottom: 1px solid #029ef3;

}


.galeria-item .card a img{
    opacity: 0.8; 
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);


    max-height: 300px;
    height: 15rem;

}


.galeria-item:hover .card a img{
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#sts_id_categoria, #sts_id_fabricante, #sts_id_montadora, #sts_id_subcategoria {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;



}

#sts_id_categoria:hover, #sts_id_fabricante:hover, #sts_id_montadora:hover {
    /*max-width: 400px;*/    
}
#pesquisa-item {
    /*border-radius: 32px;*/
    /*width: 100%;*/
}

#quadroBusca {
    /*importante*/
    display: inline-block;
    /*padding: 1rem;*/
    margin: 1rem 0;


}
#quadroBusca div div {
    padding: 0 0.5rem 0 0;
}

#imagemBusca {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(5px 5px 5px #222); 
}


select::-webkit-scrollbar {
    width: 5px;               /* width of the entire scrollbar */
}

select::-webkit-scrollbar-track {
    background: blue;        /* color of the tracking area */
}

select::-webkit-scrollbar-thumb {
    background-color: orange;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid orange;  /* creates padding around scroll thumb */
}


.center {
    position: absolute;
    display: inline-block;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

/** Custom Select **/
.custom-select-1-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.custom-select-1-wrapper select {
    display: none;
}
.custom-select-1 {
    position: relative;
    display: block;
    z-index: 1;

}
.custom-select-1-trigger {
    position: relative;
    display: block;
    width: 100px;
    padding: 0 84px 0 22px;
    color: #fff;
    line-height: 35px;
    background: #5c9cd8;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5rem;
    width: 200px;
    border-radius: 1px;
    padding: 5px
}
.custom-select-1-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select-1.opened .custom-select-1-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    /*column-count: 3;*/
    /*width: 1000px;*/
    column-width: auto;
}




@media (min-width: 768px){
    .custom-options { 

        flex-direction: column;
        column-count: 4;
        width: 500px;
    }
    .custom-select-1.opened .custom-options {
        flex-direction: column;
        column-count: 4;
        width: 500px;
    }

}

@media (min-width: 1024px){
    .custom-options { 
        flex-direction: column;
        column-count: 4;
        width: 700px;
    }
    .custom-select-1.opened .custom-options {
        flex-direction: column;
        column-count: 4;
        width: 700px;
    }

}
@media (min-width: 1024px) { 
    .custom-options { 
        flex-direction: column;
        column-count: 4;
        width: 1000px;
    }    .custom-select-1.opened .custom-options {
        flex-direction: column;
        column-count: 4;
        width: 1000px;
    }
}
.custom-select-1.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    /*transform: translateY(0);*/ 
    /*display: flow-root;*/
    /*column-count: 3;*/
    font-size: 14px;

    /*column-count: 3;*/
    /*width: 1000px;*/
    column-width: auto;
    height: 251px;
    overflow-x: scroll;
    background: #fff;

}

.option-hover:before {
    background: #029ef3;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    color: #2ea1da;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.custom-option:hover,
.custom-option.selection {
    background: #029ef3;
    color: #fff;
}


.filtrocatalogo {
    /*height: 100px; Ajuste a altura como quiser aqui.*/
    overflow-y: scroll;
    overflow-x: hidden;
}

.custom-select-1.opened .custom-options::-webkit-scrollbar {
    width: 10px;
}

.custom-select-1.opened .custom-options::-webkit-scrollbar-track {
    background: #c8c8c8;
    border-radius: 100px;
}

.custom-select-1.opened .custom-options::-webkit-scrollbar-thumb {
    background: #5c9cd8;
    border-radius: 100px;
}
a.dropdown-toggle {padding: 0 0 10px 3px;font-size: 18px}


.itemfiltro>a {
    color:#444e50
}
.itemNegrito {
    font-weight:bold;
}

.linhahfiltro {
    border-bottom: 1px solid #c8c8c8;
    position: absolute;
    padding: 4px 7px 4px 3px;
    margin-left: 20px;
}

@media (max-width: 1023px) { 
    .animCatalogo1 {
        transform: translateX(0px);
        animation: animCatalogo1 1s  alternate;
    }
    @keyframes animCatalogo1 {
        0%, 25% {
            opacity: 0;
            transform: translateX(300px);
        }
        75%, 100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .animCatalogo2 {
        transform: translateX(0px);
        animation: animCatalogo2 2s  alternate;
    }
    @keyframes animCatalogo2 {
        0%, 25% {
            opacity: 0;
            transform: translateX(300px);
        }
        75%, 100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .animCatalogo3 {
        transform: translateX(0px);
        animation: animCatalogo3 3s  alternate;
    }
    @keyframes animCatalogo3 {
        0%, 25% {
            opacity: 0;
            transform: translateX(300px);
        }
        75%, 100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
}

@media (min-width: 1023px) { 
    .animCatalogo1 {
        transform: translateX(0px);
        animation: animCatalogo1 1s  alternate;
    }
    @keyframes animCatalogo1 {
        0%, 25% {
            opacity: 0;
            transform: translateX(300px);
        }
        75%, 100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .animCatalogo2 {
        transform: translateY(0px);
        animation: animCatalogo2 1s  alternate;
    }
    @keyframes animCatalogo2 {
        0%, 25% {
            opacity: 0;
            transform: translateY(-300px);
        }
        75%, 100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .animCatalogo3 {
        transform: translateY(0px);
        animation: animCatalogo3 1s  alternate;
    }
    @keyframes animCatalogo3 {
        0%, 25% {
            opacity: 0;
            transform: translateY(300px);
        }
        75%, 100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}


.fundo-itens {
    padding-top: 2rem;
    border-radius: 0rem;
    margin-bottom: 0rem;
}

input[type="text"], textarea {
    background-color: #fff;
}


.card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgb(255, 255, 255);
    border-top: 0px;
    height: 75px;
}
/*.galeria-item:hover*/ 
.galeria-item:hover .rodape-item {
    padding: 0px 0 0px;
    height: 100%;
    bottom: 0px;

    background-color: #780001;

    /*border-radius: 10px 10px 0 0;*/
    opacity: 0.9;
    display: flex;
    align-items: center;
}

.galeria-item:hover .rodape-item>p {
    opacity: 1;
    /*top:30px;*/
    /*display: block;*/



}


.rodape-item {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition:  all .2s linear;

    padding: 0;
    /*opacity: 0;*/
    position: absolute;
    height: 0px;
    bottom: 40px;
    width: 100%;



}
.rodape-item>p {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    /*height: 0px;*/
    /*display: none;*/
    color: #fff;
    /*top: 0px;*/
    width: 100%;
    position: absolute;
    margin-left: auto;
    right: auto;


    opacity: 0;
}

#quadroBusca label {
    background-color: #8d0000;
    color: white;
    font-family: 'PTSans-Regular';
    font-size: 10px;
    width: 5rem;
    display: grid;

}
@media (max-width: 768px) {
.catalogo {
    padding: 4%;
    margin-top: 4rem;
}

    #itenscatalogo {
        padding: 10px 20px 0 20px;
    }
}
@media (max-width:1024px) {

    .cabecalho-produtos {
        padding: 1rem;
    }
    .box1 {
        display: grid;
        background-color: #fff;
        color: darkred;
        width: 100%;
        height: 20rem;
        /* border: 1px solid #c8c8c8; */
        border-radius: 5px;
        padding: 1rem;
        text-align: center;
        justify-content: center;
        align-items: baseline;
        margin: 1rem 0;
    }
    .box1 i {-moz-transition: all 0.5s;
             -webkit-transition: all 0.5s;
             transition: all 0.5s;

    }

    .box1 .card-footer {font-size: 1rem;}


    .box1:hover i{transform: scale(1.5)}
    .box1 i {font-size: 4rem}
    .box1 p {font-size: 1rem;padding: 1rem}
    p.rodape {
        -webkit-transition: height 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        height: 0px;width: 100%;opacity: 0;
        padding: 1rem 0;
        opacity: 1;


    }
    .box1:hover .rodape {height: 100px;opacity: 1}
}

@media (min-width:1024px) {
    .cabecalho-produtos {
        padding: 3rem;
    }
    .box1 {
        display: grid;
        background-color: #fff;
        color: darkred;
        width: 100%;
        height: 20rem;
        /* border: 1px solid #c8c8c8; */
        border-radius: 5px;
        padding: 1rem;
        text-align: center;
        justify-content: center;
        align-items: baseline;
    }
    .box1 i {-moz-transition: all 0.5s;
             -webkit-transition: all 0.5s;
             transition: all 0.5s;

    }

    .box1 .card-footer {font-size: 2rem;}


    .box1:hover i{transform: scale(1.5)}
    .box1 i {font-size: 4rem}
    .box1 p {font-size: 1rem;padding: 1rem}

    p.rodape {
        -webkit-transition: height 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        height: 50px;width: 100%;opacity: 0;
        padding: 1rem 0;transform: rotateY(180deg)


    }
    /*.box1:hover .rodape {height: 100px;opacity: 1}*/
    .box1:hover .rodape {opacity: 1;transform: rotateY(0deg)}
}


#quadroBusca>div>div>div>h4 {
    font-size: 1.2rem;

}
@media (min-width: 1025px) {
    a.navbar-brand img {
        width: 350px;
    }
}

select:focus > option:checked { 
    background: #780001 !important;
    color: #fff;
}


.card {
    border: 0px;
    border-radius: 0px;
    background-color: #fff;
}