* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

label {
    margin-bottom: 0px !important;
}

body {
    max-width: 1060px;
    width: 100%;
    margin: auto !important;
    background-image: url("imagens/stacked_circles.png");
    background-repeat: repeat;
}

button:active {
    outline: none
}

#status-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 5px;

}

#bottom-div {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 5px;

}

#bottom-div-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 5px;

}

#status {
    align-content: center;
    margin: 10px auto;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px 10px;
    width: 50%;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

#descelecionar-tudo {
    margin-right: 5px;
}

#descelecionar-tudo:hover {

    animation: rotation 2s infinite linear;
    -webkit-animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#input-container {
    border: 1px solid #dbdbdb;
    padding: 20px 20px 10px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 10px 0px rgba(129, 129, 129, 0.75);

}

.flex-fundo {
    align-self: flex-end;
}


.btn-tab {

    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: inset 0px -1px 4px 2px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: inset 0px -1px 4px 2px rgba(0, 0, 0, 0.28);
    box-shadow: inset 0px -1px 4px 2px rgba(0, 0, 0, 0.28);
}

.linha-defenicoes-div {
    margin-top: 20px;
    width: 80%;
}

#linha-defenicoes {
    /*border: 1px solid lightgrey;*/
    padding: 15px 0px 5px;
    box-shadow: inset 1px 1px 20px 0px #e3e3e3;
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    opacity: 0.8;
}

#linha-presets {
    margin-bottom: 5px !important;
    border: 1px solid lightgrey;
    padding: 15px 0;
    box-shadow: 1px 1px 5px lightgrey;
    text-align: center;
    margin-bottom: -40px;
}

.confRapida {
    text-align: center;
    background-color: #e22828;
    color: white;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    padding: 3px;
    box-shadow: 0px 2px 10px #bebcbc;
}

#tabela-principal {

    width: 100%;
    margin: auto;
    margin-bottom: 25px;
}

#tabela-principal th {
    background-color: rgb(49, 146, 185);
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px dashed #c7c7c7bf;
}

.class-row-tp td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.class-row-tp:hover {
    background-color: rgb(235, 235, 235);
}

.class-row-tp-2 td {
    background-color: beige;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.class-row-descr-tp td {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;

}

.class-row-descr-tp td:nth-child(2) {
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;

}


@keyframes cell-row-desc {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.input-div {
    width: 80%;
    margin: auto;


}


#input {
    clear: both;
    text-align: center;
    /*margin-bottom: 10px;*/
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    -webkit-transition: all 1s;
    /* Safari */
    transition: all 0.5s;
}

#input:hover,
#input:focus {

    -ms-transform: scale(1.4, 1.4);
    /* IE 9 */
    -webkit-transform: scale(1.4, 1.4);
    /* Safari */
    transform: scale(1.4, 1.4);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}





.btn-separador {
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    background-color: white;
    border: 1px solid rgb(255, 190, 190);

    background-color: #f6f6f6;
    box-shadow: inset 0px 0px 4px 0px grey;

}

.btn-separador:hover {
    box-shadow: 0px 0px 0px 1px #f66363;

    background-color: #f6f6f6;
}


.btn-separador-clicked {
    z-index: 0;
    position: relative;
    position: relative;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    background-color: rgb(226, 40, 40);
    color: white;
    border: 1px solid rgb(226, 40, 40);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    outline: none !important;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-2000 {
    z-index: 2000;
    position: relative;

}


#expandir-tudo,
#colapsar-tudo {
    margin: 10px 10px 5px 0px;
    padding: 5px;
    border: 1px solid rgb(228, 206, 13);
    background-color: white;
    color: black;
}

#expandir-tudo:hover,
#colapsar-tudo:hover {
    background-color: rgb(223, 211, 39);
    color: white;
}

#tabela-form {

    width: 100%;
    margin: auto;

}

#tabela-form th {

    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

}

#tabela-form td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.class-topicos {
    padding: 3px 7px;
    color: white;
    font-size: 0.85em;
    margin-bottom: 7px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(156, 153, 156, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(156, 153, 156, 1);
    box-shadow: 0px 0px 5px 0px rgba(156, 153, 156, 1);

}

#topicos {
    background-color: white;
    color: black;
}

#generico {
    background-color: rgb(240, 240, 240);
    color: black;


}

#areas-de-estudo {
    background-color: white;
    color: black;


}


#areas-de-estudo-especificas {
    background-color: rgb(240, 240, 240);
    color: black;
}

#varios {
    background-color: white;
    color: black;
}


#refresh-imagem {
    width: 30px;
    display: none;
    cursor: pointer;
}

#listar-tudo {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: white;
    border-radius: 6px;
    border: 1px solid rgb(238, 169, 85);
    color: rgb(238, 169, 85)
}

#listar-tudo:hover {
    background-color: rgb(238, 169, 85);
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.cursor {
    cursor: pointer;
}



.box-marcas {

    border: 1px solid lightgrey;
    height: 100px;
    padding: 20px;
    -webkit-box-shadow: -1px -1px 17px -4px rgba(135, 132, 135, 1);
    -moz-box-shadow: -1px -1px 17px -4px rgba(135, 132, 135, 1);
    box-shadow: -1px -1px 17px -4px rgba(135, 132, 135, 1);
}

.marcas-tamanho-config-altay {

    width: 100%;
    max-width: 100px;
    margin-bottom: 15px;
}


.marcas-tamanho-config-vernier {

    width: 100%;
    max-width: 100px;
    margin-bottom: 6px;
}

.marcas-tamanho-config-isolab {

    width: 100%;
    max-width: 100px;
    margin-top: 5px;
    margin-bottom: 16px;
}

.marcas-tamanho-config-hp {

    width: 120%;
    max-width: 120px;
    margin-bottom: 16px;
}

.marcas-tamanho-config-erler {

    width: 120%;
    max-width: 120px;
    margin-bottom: 11px;
    margin-top: -5px;
}

.email-enviado {

    width: 200px;
    margin: -10px;
    padding: 0px;

    -webkit-box-shadow: 4px 4px 17px -4px rgba(135, 132, 135, 1);
    -moz-box-shadow: 4px 4px 17px -4px rgba(135, 132, 135, 1);
    box-shadow: 4px 4px 17px -4px rgba(135, 132, 135, 1);
}

.email-enviado2 {

    width: 350px;
    margin: -10px;
    padding: 15px;

    -webkit-box-shadow: 4px 4px 17px -4px rgba(135, 132, 135, 1);
    -moz-box-shadow: 4px 4px 17px -4px rgba(135, 132, 135, 1);
    box-shadow: 4px 4px 17px -4px rgba(135, 132, 135, 1);
}


#email-enviado-div {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;

}

.marcas-tamanho-config-ti {

    width: 100%;
    max-width: 100px;
    margin-bottom: 20px;
}


.marcas-tamanho-config-edulab {

    width: 100%;
    max-width: 100px;
    margin-bottom: 13px;
}

.marcas-tamanho-config-optika {

    width: 100%;
    max-width: 100px;
    margin-bottom: 13px;
}

.marcas-tamanho-config-gpi {

    width: 100%;
    max-width: 100px;
    margin-bottom: 13px;
}

.marcas-tamanho-config-hanna {

    width: 100%;
    max-width: 100px;
    margin-bottom: 13px;
}

.escolher {

    margin: 0 10px 10px 10px;
}


.dropdown-div {
    padding: 15px;
    -webkit-box-shadow: -1px -1px 17px -4px rgba(135, 132, 135, 1);
    -moz-box-shadow: -1px -1px 17px -4px rgba(135, 132, 135, 1);
    box-shadow: -1px -1px 17px -4px rgba(135, 132, 135, 1);
}

.marcas-opacidade {
    opacity: 0.3;
}

#formulario-div {
    margin: 50px 5px;
    padding: 30px;
    background: url(imagens/subtle_white_feathers.png);
    background-repeat: repeat;
    border: 2px solid grey;
}

#botao-enviar {
    padding: 10px;
    border: 2px solid #b61c18;
    color: #b61c18;
    background-color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0px 1px 2px #959595;
    -webkit-transition: border .2s;
    -moz-transition: border .2s;
    transition: border .2s;
    cursor: pointer;
}

#botao-enviar:hover {
    background-color: white;
    color: #c13131;
    border: 4px solid #b61c18;
    -webkit-box-shadow: 9px 15px 62px -6px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 9px 15px 62px -6px rgba(0, 0, 0, 0.42);
    box-shadow: 9px 15px 62px -6px rgba(0, 0, 0, 0.42);

}


.imagem-row-expandido {
    -webkit-box-shadow: 9px 15px 62px -6px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 9px 15px 62px -6px rgba(0, 0, 0, 0.42);
    box-shadow: 9px 15px 62px -6px rgba(0, 0, 0, 0.42);
}


#recuperar-sessao {
    padding: 5px;
    margin-top: 10px;
    background-color: white;
    color: forestgreen;
    border: 1px solid forestgreen;
    border-radius: 5px;
}

#recuperar-sessao:hover {

    background-color: forestgreen;
    color: white
}

.importar-exportar-string {
    padding: 5px;
    margin-top: 10px;
    background-color: white;
    color: #b99d0e;
    border: 1px solid #b99d0e;
    border-radius: 5px;
}

.importar-exportar-string:hover {

    background-color: #b99d0e;
    color: white
}


.botao-acessorios {

    margin-top: 10px;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: lightgray;
    color: black;

}

.botao-acessorios:hover {


    background-color: darkgray;
    color: white;
}

.botao-acessorios2 {
    margin-top: 0px !important;
    margin-bottom: 50px;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: lightgray;
    color: black;

}

.botao-acessorios2:hover {


    background-color: darkgray;
    color: white;
}


.table thead th {
    text-align: center;
    vertical-align: middle !important;
}

.table td {
    text-align: center;
}

#tabela-form-body tr td {
    text-align: center;
    vertical-align: middle !important;
}

#fundo {

    width: 50%;

}


.shadow1 {
    border: 1px solid lightgray;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 20px -6px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 2px 2px 20px -6px rgba(0, 0, 0, 0.42);
    box-shadow: 2px 2px 20px -6px rgba(0, 0, 0, 0.42);
}

.btn-cookies {

    border-radius: 5px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(32, 137, 207);
    color: rgb(32, 137, 207);
}

.btn-cookies:hover {

    background-color: rgb(32, 137, 207);
    color: white
}

.descarregar {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
    cursor: pointer;
}

.descarregar:hover {
    -webkit-filter: brightness(130%);
    /* Safari 6.0 - 9.0 */
    filter: brightness(130%);
}

.slot-gravar {

    padding: 2px 5px;
    margin: 5px;
    border: 1px solid rgb(197, 47, 47);
    border-radius: 3px;
    background-color: white;
    color: rgb(197, 47, 47);
    margin-top: 10px;
    cursor: pointer;

}

.slot-gravar:hover {

    padding: 2px 5px;
    border: 1px solid white;
    background-color: rgb(197, 47, 47);
    color: white;

}


.slot-carregar {

    padding: 2px 5px;
    margin: 5px;
    border-radius: 3px;
    border: 1px solid rgb(53, 124, 85);
    background-color: white;
    color: rgb(53, 124, 85);
}

.slot-carregar:hover {

    padding: 2px 5px;
    border: 1px solid white;
    background-color: rgb(53, 124, 85);
    color: white;
}


.slot {

    border: 1px solid lightgray;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 10px;


}

@media (max-width: 768px) {

    #status {
        width: 90%;
    }

    #fundo {

        width: 90%;

    }

    #slot-div {

        margin-bottom: 20px !important;

    }

}

#modal-div {

    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    display: none;

}

#modal-box {

    background-color: #fefefe;
    text-align: center;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 18%;
    min-width: 250px;
    height: 250px;

}

#modal-btn1 {


    color: rgb(255, 255, 255);
    float: left;
    cursor: pointer;
    background-color: rgb(58, 144, 193);
    padding: 5px 15px;
    border-radius: 90px;


}

#modal-btn1:hover {


    color: rgb(255, 255, 255);


    background-color: rgb(7, 157, 245);


}

#modal-btn2 {


    color: rgb(255, 255, 255);
    float: right;
    cursor: pointer;
    background-color: rgb(58, 144, 193);
    padding: 5px 15px;
    border-radius: 90px;


}

#modal-btn2:hover {


    color: rgb(255, 255, 255);

    background-color: rgb(7, 157, 245);


}

#modal-btn3 {

    margin-top: 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: rgb(208, 200, 200);
    padding: 2px 10px;
    border-radius: 90px;


}

#modal-btn3:hover {


    color: rgb(255, 255, 255);

    background-color: rgb(150, 148, 148);



}

.download {

    width: 80%;
    max-width: 100px;
    margin-top: -18px;
    margin-bottom: 15px;
    opacity: 1;
    cursor: pointer
}


.tem-imagens {
    padding: 10px 0;
    border-top: 1px dashed lightgrey;
    border-bottom: 1px dashed lightgray;
    margin: 20px 0px;
    text-align: center;
}

#linha-metodo {
    /*margin: auto;*/
}

.indice-pre-definidas {
    font-weight: bolder;
    font-size: 28px;
    color: #cc1515;
    text-shadow: 1px 1px 1px #919191;
}

.indice-pre-definidas-sub {
    margin-left: 10px;
    cursor: pointer;
}

.indice-pre-definidas-sub:hover {
    color: #ffc300;
    font-weight: bolder;
    text-shadow: 1px 1px 2px #161616;
}

.indice-pre-definidas-sub-classe {
    margin-left: 10px;
    cursor: pointer;
}

.indice-pre-definidas-sub-classe:hover {
    color: #60c7ff;
    font-weight: bolder;
    text-shadow: 1px 1px 2px #161616;
}

span.indice-pre-definidas-sub-classe::after {
    font-weight: normal;
    content: "(categoria)";
    text-shadow: none;
    margin-left: 10px;
    font-style: italic;
    font-size: 12px;
    color: #06a5fb;
}

#aqui-word {
    font-weight: bold;
    color: #f7ea76;
    text-shadow: -1px 0px 2px #000000;
}

#voltar-pre-definidas {
    text-align: right;
    color: #e80f0f;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: sticky;
    top: 10px;

}

.menu-roll-down {
    /* border: 1px solid #e6e6e6; */
    padding: 5px 25px;
    /* height: 950px; */
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.tilt3 {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.tilt3:hover {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.tilt2 {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.tilt2:hover {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.btn-marcas {

    margin: 0px 5px 10px 0px;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #59acd5;
    color: white;
    border: none;
    border-radius: 5px;
    /* border: 1px solid #a5a5a5; */
    border: none;
    box-shadow: 2px 2px 5px 0px #b3b1b1;
    cursor: pointer;

}

.btn-marcas:hover {
    background-color: #d2f0ff;
    color: black;
}

.btn-marcas:focus {
    outline: 0;
}

.linha-contas {
    font-size: 14px;
    font-style: italic;
}

.sucesso-icon {
    height: 17px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.error-icon {
    height: 17px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.load-icon {
    height: 17px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#imagem-pre-definida {
    text-align: right;
    align-items: right;
    position: sticky;
    top: 5px;
    float: right;
    box-shadow: 2px 2px 2px solid grey;
    padding: 20px;
}

#img-pre-definida {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    width: 190px;
    box-shadow: 1px 1px 6px 2px #d6d6d6;
}

.box-mb {
    border: 1px dashed #d8d8d8;
    text-align: center;
    padding: 8px;
    /*width: 40%;*/
    margin: auto;
    padding: 20px;
    box-shadow: 2px 5px 13px 0px #d0d0d0;
}

#enviado-para {
    box-shadow: 1px 0px 6px 0px #afafaf;
}

.btn-marcas2 {

    margin: 0px 5px 10px 0px;
    padding: 5px 10px;
    font-size: 15px;
    background-color: #45c7bd;
    color: white;
    border: none;
    border-radius: 5px;
    /* border: 1px solid #a5a5a5; */
    border: none;
    box-shadow: 2px 2px 5px 0px #b3b1b1;
    cursor: pointer;
    outline: none;

}

.btn-marcas2:hover {
    background-color: #e1ffed;
    color: black;
}

.shop-icon {
    margin-right: 10px;
    vertical-align: middle;
    color: #d25b5b;

}

.shop-icon-active {
    margin-right: 10px;
    vertical-align: middle;
    color: white;
}

.menu-icon {
    font-size: 27px;
    color: #ffcf00;
    text-shadow: -1px 1px 2px #605f5f;
    vertical-align: middle;
    margin-left: 5px;
}

.consultar-encomendas-icon {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.comprar-icon {
    font-size: 40px;
    text-shadow: 1px 1px 3px #c3c3c3;
    color: #567aaa;
    margin-right: 5px;
    vertical-align: middle;
}

.comprar-icon:hover {
    font-size: 40px;
    text-shadow: 1px 1px 3px #c3c3c3;
    color: white#567aaa;
    margin-right: 5px;
    vertical-align: middle;
}

#menu-topicos {
    font-weight: bolder;
    text-shadow: 0px 3px 4px #a9a9a9fa, 1px 1px 1px black;
    color: #ffd005;
    font-size: 26px;
}

#flex-butoes-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.fa-angle-css {
    margin-left: 5px;
    vertical-align: middle;
    color: #fafafa78;
}

.btn-top-menu {
    margin: 0px 5px 5px 0px;
    padding: 5px 10px;
    width: 150px;
    font-size: 14px;
    background-color: #59acd5;
    color: white;
    border: none;
    border-radius: 5px;
    /* border: 1px solid #a5a5a5; */
    border: none;
    box-shadow: 2px 2px 5px 0px #b3b1b1;
    cursor: pointer;
    opacity: 0.9;
}

.btn-top-menu:hover {
    background-color: #d2f0ff;
    color: black;
}

.btn-top-menu-novidades {
    margin: 23px 5px 5px 0px;
    padding: 5px 10px;
    width: 150px;
    font-size: 14px;
    background-color: rgb(153, 81, 207);
    color: white;
    border: none;
    border-radius: 5px;
    /* border: 1px solid #a5a5a5; */
    border: none;
    box-shadow: 2px 2px 5px 0px #b3b1b1;
    cursor: pointer;
    opacity: 0.9;
}

.btn-top-menu-novidades:hover {
    background-color: rgb(201, 162, 230);
    color: black;
}

.close-botao-menu-top {
    text-align: right;
    font-weight: bolder;
    color: red;
    font-size: 22px;
    cursor: pointer;
    position: sticky;
    top: 0px;
}

.btn-top-menu-como-comprar {
    margin: 0px 5px 5px 0px;
    padding: 5px 10px;
    width: 150px;
    font-size: 14px;
    background-color: #59acd5;
    color: #ffff02;
    border: none;
    border-radius: 5px;
    /* border: 1px solid #a5a5a5; */
    border: none;
    box-shadow: 2px 2px 5px 0px #b3b1b1;
    cursor: pointer;
    opacity: 0.9;
}

.btn-top-menu-como-comprar:hover {
    background-color: #d2f0ff;
    color: black;
}

.enviar-email {
    color: black;
    text-align: left;
    font-weight: normal;
    width: 100%;
    vertical-align: bottom;
}

.contatos-blocos {
    text-align: left;
    padding: 20px 40px;
    margin: 30px;
    border: 1px solid #d6d6d6;
}

#botao-top-goto {

    position: fixed;
    right: 10px;
    bottom: 40px;
    border: 5px solid #f1f1f1;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 2px 3px 9px 0px grey;
    background: #5094d6;
    font-weight: bold;
    color: #f1f1f1;
    text-decoration: none;
    cursor: pointer;
}


#botao-top-goto:hover {
    background: white;
    color: #5094d6;
    border: 4px solid #5094d6;
}

#configuracoes {
    padding: 20px 40px;
    box-shadow: inset 1px 1px 20px 0px #e3e3e3;
    border-top: 1px dashed #d5d0d0;
}

#div-comprar-contatos-quem {
    margin-left: 0px;
    text-align: right;

    margin-top: 10px;
}

.tabela-carro-nclicado {
    font-size: 20px;
    margin-left: 5px;
    color: #dfdfdf;
}

.tabela-carro-clicado {
    font-size: 20px;
    margin-left: 5px;
    color: #ca7676;
}

.checkout-btn-tabela {
    font-size: 12px;
    padding: 0px 5px 2px;
    background: #50a5dc;
    color: white;
    border-radius: 10px;
    border: none;
    box-shadow: 1px 1px 3px 0px grey;
    cursor: pointer;
}

.checkout-btn-tabela:hover {
    background: #65b1e2;

    box-shadow: 1px 1px 3px 0px grey;

}

.lojas {

    padding: 8px;
    border-radius: 4px;
    background: #eeeeee;
    color: #5c5c5c;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 1px 1px 2px 0px #898989;
}

.lojas:hover {

    box-shadow: 4px 3px 9px 0px #898989;
}

#div-lojas-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;

    margin-bottom: -70px;
}

.umdoistres {
    color: #649fd2;
    font-size: 23px;
}

.div-destaques {
    text-align: center;
    margin: 20px;
    cursor: default;
    opacity: 0.9;
    display: inline-block;
    vertical-align: top;
    cursor: default;
}

.imagem-destaques {
    height: 130px;
    opacity: 0.4;

}

.imagem-destaques-shadow {
    box-shadow: -4px -2px 7px 0px grey;
}

.imagem-destaques-2 {
    height: 130px;
    cursor: pointer;
}

.imagem-destaques-2-shadow {
    box-shadow: -4px -2px 7px 0px grey;
}

.imagem-destaques-border {
    box-shadow: 0px 0px 1px 0px grey;
}

.link-kits {
    color: #357fbe;
}

.link-kits:hover {
    color: #028bff;
}

.separador-fisica {
    box-shadow: inset -1px 0px 8px 1px #b6b6b6;
    height: 255px;
    background-color: #faf8ef;
}

.separador-quimica {
    box-shadow: inset -1px 0px 8px 1px #b6b6b6;
    height: 255px;
    background-color: #e6eee9;
}

.div-destaques-fq {
    text-align: center;
    margin: 10px 20px 20px 20px;
    display: inline-block;
    vertical-align: top;
}

#MyLiveChatContainer {
    text-align: center;
    border: 1px solid grey;
    margin-bottom: 50px;
    padding: 10px;
    box-shadow: 1px 1px 3px 0px #c7c7c7;
    background-color: white;
    margin-top: 20px;
}

.separador-destaques {
    display: inline-block;

    padding: 0px 5px 2px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 2px;

}

.separador-destaques-ativo {
    background: #ffffff;
    color: #c63030;
    font-weight: bold;
    box-shadow: 0px 0 6px 1px #bebdbd;
}

.price-tag {
    color: #4c9bc7;
    font-size: 15px;
}

.name-tag {
    color: #434343;
    font-weight: bold;
}

.lixo {
    cursor: pointer;
    font-family: "Font Awesome 5 Pro";
    color: #989090;
    font-size: 15px;
}

.lixo:hover {
    color: red
}

.tabs-destaques-classes {
    padding: 4px 9px;
    margin: 5px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    color: #505050;
    box-shadow: inset 0px 0px 2px 2px #cdb45e;
    background: #ffffff;

}

.tabs-destaques-classes:hover {

    box-shadow: 0 0 7px 2px #b09434c9;
    color: black;

}

.separador-destaques-classes-ativo:hover {

    color: white !important;

}

.separador-destaques-classes-ativo {
    background: #d6694b;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 1px -1px 7px 1px #a6732a;
}

.separador-destaques-2 {
    display: inline-block;

    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.separador-destaques-border {
    border: 1px solid #cdcdcd;
    font-size: 15px;
    padding: 4px 10px;

}

.info-icon {
    color: #9cce9e;
    font-size: 15px;
    cursor: pointer;
    vertical-align: middle;
}

.info-icon:hover {
    color: #10a776;
}

.over-img-checkout {
    display: inline-block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;

    top: 30px;
}

.icon-cart-destaques {
    font-size: 30px;
    color: #d25b5b;
    text-shadow: 1px 1px 1px #583333;
    ;
}

.checkout-text-icon {
    color: #f3e914;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000000;
}

.div-destaques-img {
    cursor: pointer;
}

.flagPt {
    width: 25px;
    margin-right: 8px;
}

.flagUk {
    width: 25px;
    margin-right: 8px;
    height: 17px;
}

.tooltip2 {
    font-size: 13px !important;
    color: hsl(0, 1%, 28%) !important;
    border: none !important;
    background: rgb(241, 241, 241) !important
}

.mais-procurado-icon {
    color: #fcd606;
    text-shadow: 1px 1px 2px #868685;
    font-size: 13px;
}

.mais-procurado-texto {
    font-family: 'Kalam', cursive;
    font-size: 13px;
    color: #ff6200;
    text-shadow: 1px 1px 1px #eab71c;
    background-color: #e8e8e8;
    padding: 0px 7px;
}

.mouse-click {
    font-size: 22px;
    color: rgb(185, 185, 185)
}

#loja {
    padding: 25px 10px 40px;
    box-shadow: -1px 0px 5px 5px #c6c6c6;
}

#links-nav {
    display: flex;
    /* width: 100%; */
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

#destaques-link {

    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    background-color: rgb(226, 40, 40);
    color: white;
    border: 1px solid rgb(226, 40, 40);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    outline: none !important;
    cursor: pointer;
}




#categorias-link {
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    background-color: rgb(73, 154, 227);
    color: white;
    border: 1px solid rgb(73, 154, 227);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    outline: none !important;
    cursor: pointer;
}



#pesquisa-link {
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    background-color: rgb(66, 221, 137);
    color: white;
    border: 1px solid rgb(66, 221, 137);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    outline: none !important;
    cursor: pointer;
}


@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);

figure.snip0025 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    float: none;
    overflow: hidden;
    margin: 25px auto 25px;
    min-width: 220px;
    max-width: 510px;
    max-height: 520px;
    width: 100%;
    border: 2px solid black;
    box-shadow: 0px 0px 15px 2px #5c5c5c;
    background: #000000;
    text-align: center;
    border-radius: 25px;
    -webkit-transition: border-radius 2s ease;
    /* Safari */
    transition: border-radius 2s ease;
}

figure.snip0025:hover {
    border-radius: 2px;
}

figure.snip0025 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip0025 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0025 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.snip0025 figcaption>div {
    height: 50%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

figure.snip0025 figcaption::before {
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    height: 2px;
    content: '';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0025 h2,
figure.snip0025 p {
    margin: 0;
    padding: 20px 35px;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s, transform 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0025 h2 {
    display: inline-block;
    word-spacing: -0.1em;
    font-weight: 300;
    text-transform: uppercase;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 60%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0);
}

figure.snip0025 h2 span {
    font-weight: 800;
}

figure.snip0025 p {
    font-weight: 300;
    top: 0%;
    color: #000;
    background: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 40%, rgba(0, 0, 0, 0.1) 100%);
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
}

figure.snip0025 .curl {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #cccccc 38%, #bbbbbb 44%, #aaaaaa 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.4));
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all .3s ease;
}

figure.snip0025 .curl:before,
figure.snip0025 .curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
    transform: skew(-10deg) rotate(-6deg);
}

figure.snip0025 .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}

figure.snip0025 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

figure.snip0025:hover img,
figure.snip0025.hover img {
    opacity: 0.7;
}

figure.snip0025:hover figcaption h2,
figure.snip0025.hover figcaption h2,
figure.snip0025:hover figcaption p,
figure.snip0025.hover figcaption p {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0025:hover figcaption h2,
figure.snip0025.hover figcaption h2 {
    opacity: 1;
}

figure.snip0025:hover figcaption p,
figure.snip0025.hover figcaption p {
    opacity: 1;
}

figure.snip0025:hover figcaption::before,
figure.snip0025.hover figcaption::before {
    background: #ffffff;
    left: 0px;
    right: 0px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.snip0025:hover figcaption .curl,
figure.snip0025.hover figcaption .curl {
    width: 40px;
    height: 40px;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

@media only screen and (max-width: 992px) {
    #div-comprar-contatos-quem {
        padding-right: 0px;
        text-align: center;
    }

    #recuperar-sessao-div {
        justify-content: space-around;
    }

    .indice-pre-definidas-sub {
        margin-left: 0px
    }

    .indice-pre-definidas-sub-classe {
        margin-left: 0px
    }

    .box-md {
        width: 80%;
    }
}

@media only screen and (max-width: 1472px) {
    #div-lojas-top {
        /*margin-top: 90px*/
    }
}

/* Credir Card */

.creditCardForm {
    max-width: 700px;
    background-color: #fff;
    margin: 100px auto;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    margin-bottom: 10px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
}

.creditCardForm .owner {
    width: 63%;
    margin-right: 10px;
}

.creditCardForm .CVV {
    width: 35%;
}

.creditCardForm #card-number-field {
    width: 100%;
}

.creditCardForm #expiration-date {
    width: 49%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 25px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
    background-color: #2ec4a5;
    color: white;
}

.creditCardForm .payment select {
    padding: 10px;
    margin-right: 15px;
}

.transparent {
    opacity: 0.2;
}

#btn-voltar-loja {
    padding: 10px 90px;
    border-radius: 10px;
    outline: none;
    background: #d99536;
    color: white;
    font-size: 20px;
    box-shadow: 1px 1px 6px 0px grey;
    cursor: pointer;
    border: 4px solid #f7f7f7;
    margin-bottom: -90px;
}

#btn-voltar-loja:hover {
    background: #e1b06c;
}


@media(max-width: 650px) {

    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }

    .creditCardForm #credit_cards {
        text-align: left;
    }
}