@charset 'utf-8';

.avisodeferias {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    z-index: 99999;
    & .painel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,0.5);
        & .painelfechar {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        & .caixaconteudo {
            position: relative;
            float: left;
            width: calc(100% - 40px);
            max-width: 1600px;
            & .ocabecalho {
                position: relative;
                float: left;
                width: 100%;
                margin-bottom: 10px;
                & .botaofechar {
                    position: relative;
                    float: right;
                    width: 48px;
                    height: 48px;
                    background-color: #ffffff;
                    color: #ff0000;
                    border-radius: 50%;
                    line-height: 48px;
                    text-align: center;
                    font-weight: bold;
                    font-size: 24px;
                }
            }
            & figure {
                position: relative;
                float: left;
                width: 100%;
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
                & img {
                    position: relative;
                    float: left;
                    width: 100%;
                }
            }
        }
    }
}

.categoriadoproduto {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #ff0000;
    & .imagemdofundo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        & figure {
            position: relative;
            float: left;
            width: 100%;
            height: 100%;
            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        & .painel {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        }
    }
    & .textonocentro {
        display: flex;
        align-items: center;
        height: 100%;
        & h2 {
            font-weight: bold;
            color: #ffffff;
            text-shadow: 0 2px 5px rgba(0,0,0,0.5);
            font-size: 32px;
        }
    }
}

.sempaddingtopfix {
    padding-top: 0 !important;
}
.sempaddingbottomfix {
    padding-bottom: 0 !important;
}
.semmargintopfix {
    margin-top: 0 !important;
}
.semmarginbottomepaddingbottomfix {
    margin-bottom: 0;
    padding-bottom: 0;
}
.clearbothfix {
    clear: both;
}

.listagemdeimpressos {
    position: relative;
    float: left;
    width: calc((100% / 3) - 40px);
    clear: unset !important;
    & .fundodacaixa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        & figure {
            position: absolute;
            top: -100px;
            left: -100px;
            width: calc(100% + 200px);
            height: calc(100% + 200px);
            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                filter: grayscale(100%);
                opacity: 0.1;
            }
        }
        & .opainel {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom,  rgba(229,229,229,0) 0%,rgba(229,229,229,1) 100%);
        }
    }
    & .oitemdalista {
        & h2 {
            font-size: 24px;
        }
        & p i {
            font-size: 13px;
        }
        padding: 20px 20px;
        & .content {
            width: 100% !important;
        }
        & .caixaimagemfix {
            position: relative;
            float: left;
            width: 100%;
            height: 200px;
            margin-bottom: 5px;
            overflow: hidden;
            & .principalfundo {
                position: absolute;
                top: -25px;
                left: 0;
                width: calc(100% + 50px);
                height: calc(100% + 50px);
                object-fit: cover;
                filter: grayscale(30%) blur(10px);
                opacity: 0.5;
            }
        }
        & img.principal {
            position: relative;
            float: left;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
        & .cores {
            width: 100%;
            & .bloco.imprime-verso {
                margin-top: 0;
            }
            & .arquivogabarito {
                margin-top: -20px;
                & figure {
                    width: 48px;
                    height: 48px;
                    margin-top: 10px;
                }
                & span {
                    padding: 0 10px 0 50px;
                }
            }
        }
        & .baixo {
            width: calc(100% + 10px);
            margin-left: -5px;
            position: relative;
            float: left;
            margin-top: -16px;
            & .item-final {
                width: calc(50% - 40px);
                margin: 0 5px;
                padding: 10px;
                font-size: 14px;
                & span {
                    width: 50%;
                    font-size: 16px;
                }
                & .quantidadeimpresso {
                    position: relative;
                    float: right;
                    width: 70px;
                }
                & .umdivisor {
                        position: relative;
                        float: left;
                        border-right: 1px solid rgb(191 191 191);
                        margin-top: -10px;
                        height: calc(100% + 21px);
                        padding-right: 6px;
                        line-height: calc(100% + 38px);
                }
            }
            & .item-final.pequenininho {
                width: 50px;
                padding: 0;
                & a {
                    position: relative;
                    float: left;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(64, 64, 64, 0.85);
                }
                & a:after {
                    -webkit-transform: translate(0, -50%);
                    -moz-transform: translate(0, -50%);
                    -ms-transform: translate(0, -50%);
                    -o-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                    background: url(../images/sprite.png) no-repeat -250px 0;
                    display: block;
                    width: 42px;
                    height: 37px;
                    content: '';
                    position: absolute;
                    right: 5px;
                    top: 50%;
                }
            }
        }
        & .infos {
            width: 100%;
            padding: 50px 20px 20px 20px;
            & .detalhes {
                width: 100%;
            }
            & .impressao {
                width: 100%;
                margin: 18px 0 0 0;
                padding: 10px 0 0 0;
                border-left: unset;
                border-top: 1px solid rgba(96, 96, 96, 0.5);
            }
        }
    }
}
.listagemdeimpressos.oitemlinha-1 {
    margin: 20px 20px 20px 40px;
    clear: both !important;
}
.listagemdeimpressos.oitemlinha-2 {
    margin: 20px 0;
}
.listagemdeimpressos.oitemlinha-3 {
    margin: 20px 0 20px 20px;
}

#botaoflutuantetutorial {
    position: fixed;
    bottom: 135px;
    right: 10px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #ff41fc;
    color: #ffffff;
    z-index: 999;
    & figure {
        position: relative;
        float: left;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        margin: 10px;
        & img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
    }
}

#tutorial {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    display: none;
    & .oconteudo {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        & .ofundo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.5);
        }
        & .acaixa {
            position: relative;
            float: left;
            width: calc(100% - 40px);
            max-width: 900px;
            height: calc(100vh - 100px);
            max-height: calc(100vh - 50px);
            background-color: #ffffff;
            box-shadow: 0 5px 20px rgba(0,0,0,0.25);
            border-radius: 6px;
            & .cabecalho {
                position: relative;
                float: left;
                width: calc(100% - 40px);
                margin: 0 20px;
                & p {
                    position: relative;
                    float: left;
                    width: calc(100% - 60px);
                    line-height: 40px;
                    font-weight: bold;
                }
                & .obotaofechar {
                    position: relative;
                    float: right;
                    width: 50px;
                    height: 40px;
                    background-color: #ff0000;
                    color: #ffffff;
                    line-height: 40px;
                    text-align: center;
                    border-bottom-left-radius: 6px;
                    border-bottom-right-radius: 6px;
                    font-weight: bold;
                    transition: 0.2s;
                }
                & .obotaofechar:hover {
                    background-color: #fc2f2f;
                }
            }
            & .otutorial {
                position: relative;
                float: left;
                width: calc(100% - 30px);
                height: calc(100% - 90px);
                margin: 20px 10px 30px 20px;
                overflow-y: scroll;
                & figure {
                    position: relative;
                    float: left;
                    width: 100%;
                    & img {
                        position: relative;
                        float: left;
                        width: 100%;
                    }
                }
            }
        }
    }
}

.botao-switch {
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    & .circulo {
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        border-radius: unset;
    }
}

.arquivogabarito a span {
    border-radius: unset;
}

#faixalgpd {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px) !important;
    display: none;
    z-index: 999;
}
#faixalgpd .caixamensagem {
    position: relative;
    float: left;
    width: calc(100% - 42px);
    padding: 20px;
    background-color: rgba(0,0,0,0.9);
    border-radius: 6px;
    border: 1px solid rgb(255,163,1,0.9);
}
#faixalgpd .caixamensagem .textomensagem {
    position: relative;
    float: left;
    width: calc(100% - 220px);
}
#faixalgpd .caixamensagem .textomensagem p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}
#faixalgpd .caixamensagem .textomensagem p a {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    text-decoration: underline;
}
#faixalgpd .caixamensagem .textomensagem p a:hover {
    text-decoration: none;
}
#faixalgpd .caixamensagem .botaomensagem {
    position: relative;
    float: right;
    width: 200px;
}
#faixalgpd .caixamensagem .botaomensagem .obotao {
    position: relative;
    float: right;
    width: 100%;
    text-align: center;
    background-color: #ffa301;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0;
    font-weight: bold;
    color: #272727;
    transition: 0.15s;
}
#faixalgpd .caixamensagem .botaomensagem .obotao:hover {
    background-color: #ffffff;
}

#faixalgpd.preto .caixamensagem {
    background-color: rgba(0,0,0,0.9);
    border: 1px solid #fda15d
}
#faixalgpd.preto .caixamensagem .botaomensagem .obotao {
    background-color: #fda15d;
    color: #272727;
    cursor: pointer;
}
#faixalgpd.preto .caixamensagem .botaomensagem .obotao:hover {
    background-color: #e07930;
    color: #ffffff;
}


@media only screen and (max-width: 1200px) {

    .listagemdeimpressos {
        & .oitemdalista {
            & .baixo {
                & .item-final {
                    & .quantidadeimpresso {
                        width: 50px;
                    }
                    & span {
                        padding-left: 5px;
                    }
                }
            }
        }
    }
    
}
