﻿.image-vertical-center {
    vertical-align: middle;
}

.frame {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid black;
    position: relative;
}

.img-centered {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

body {
    /*padding-top: 70px;*/
    padding-bottom: 0px;
}

/*form
,#body-content 
{
    height: 100%;
}*/

.corNavBarInferior {
    background-color: #e9ecef;
}

.bottom-content {
    padding-top: 5px;
    padding-bottom: 5px;
}

.big-checkbox {
    width: 28px;
    height: 28px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default boot strap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.imagem-login {
    max-height: 64px;
    max-width: 1290px;
    height: auto;
    width: auto;
}

.imagem-home {
    max-height: 30px;
    max-width: 1290px;
    height: auto;
    width: auto;
}

.bottom-fixed {
    position: fixed;
    bottom: 0;
}


.imagem {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-height: 180px;
    max-width: 180px;
}

.descricao {
    text-align: center;
}

.preco {
    color: red;
    font-weight: bold;
    text-align: center;
}

.precoEsquerda {
    color: red;
    font-weight: bold;
}

.precoDireita {
    color: red;
    font-weight: bold;
    text-align: right;
}

.cardProduto {
    min-height: 350px;
    max-height: 350px;
    margin-top: 0px;
    position: relative;
    min-width: 280px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px auto;
    padding: 0px 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    transition: .2s;
}

    .cardProduto:hover {
        transform: scale(1.03);
    }


.imagemCategoria {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-height: 100px;
    max-width: 100px;
}


.cardCategoria {
    flex-direction: row;
    min-height: 100px;
    max-height: 100px;
    margin-top: 0px;
    position: relative;
    min-width: 50px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px auto;
    padding: 0px 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    transition: .2s;
}

    .cardCategoria:hover {
        transform: scale(1.03);
    }

/*.card_red, .card_red .title .fa {
    background: linear-gradient(-45deg, #f5f5f5, #e0e0e0);
}


.card:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(255, 255, 255, .1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
}

.my-flex-cardCategoria > div > div.card {
    height: calc(100% - 15px);
    margin-bottom: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}





.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .callout h5 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout code {
        border-radius: 3px;
    }

    .callout + .bs-callout {
        margin-top: -5px;
    }

.callout-default {
    border-left-color: #777;
}

    .callout-default h5 {
        color: #777;
    }

.callout-primary {
    border-left-color: #428bca;
}

    .callout-primary h5 {
        color: #428bca;
    }

.callout-success {
    border-left-color: #5cb85c;
}

    .callout-success h5 {
        color: #5cb85c;
    }

.callout-danger {
    border-left-color: #d9534f;
}

    .callout-danger h5 {
        color: #d9534f;
    }

.callout-warning {
    border-left-color: #f0ad4e;
}

    .callout-warning h5 {
        color: #f0ad4e;
    }

.callout-info {
    border-left-color: #5bc0de;
}

    .callout-info h5 {
        color: #5bc0de;
    }

.callout-bdc {
    border-left-color: #29527a;
}

    .callout-bdc h5 {
        color: #29527a;
    }







/*sanfona*/

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}

#accordion .panel-title a {
    display: block;
    padding: 18px 35px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background: #e9ecef;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}

    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after {
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 40px;
        height: 40px;
        line-height: 32px;
        border-radius: 50%;
        background: #e9ecef;
        text-align: center;
        font-size: 15px;
        color: #000000;
        border: 5px solid #fff;
        position: absolute;
        top: 10px;
        left: -20px;
        transition: all 0.3s ease 0s;
    }

    #accordion .panel-title a.collapsed:after {
        content: "\f067";
    }

    #accordion .panel-title a:hover:after,
    #accordion .panel-title a.collapsed:hover:after {
        transform: rotate(360deg);
    }

#accordion .panel-body {
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}


.elementID {
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    /*font-size: 1.0em;*/
}

.imagemFundo {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

footer {
    padding: 1rem 0;
    color: #fff;
}

    footer a.fa-stack i {
        color: #005681;
    }


    footer .copyright {
        color: #8b8c8d;
        font-size: .9rem;
        margin: 2rem 0 0 0;
        padding: 0;
        text-align: left;
    }

.link-info {
    color: #0dcaf0;
}

.link-secondary {
    color: #6c757d;
}

.link-success {
    color: #198754;
}

.link-dark {
    color: #212529;
}

.etsy-button {
    z-index: 2;
    position: relative;
}

/*.navbar-nav .nav-link:hover,
.navbar-nav .nav-item:hover,
.navbar-nav .nav-item .nav-link-text:hover,
.navbar-nav .nav-item .nav-link-icon:hover 
{
    background-color: #b7b7b7;*/
/*color: #000000;*/
/*}*/

.navbar-nav .nav-item {
    pointer-events: none;
}

    .navbar-nav .nav-item .nav-link-text,
    .navbar-nav .nav-item .nav-link-icon {
        pointer-events: auto;
    }

    .navbar-nav .nav-item:hover {
        background-color: #b7b7b7;
    }

.navbar-nav > li.active {
    background-color: #e5e5e5 !important;
}

.body-main {
    padding-left: 10px;
    padding-right: 10px;
    /*min-height: 624px;*/
}

.error {
    color: red;
}

/* SOBRE */
.ulsobre .lisobre .asobre:hover {
    background: #95b3c1 !important;
}

.ulsobre .lisobre .asobre {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* CONTATO */
.ulcontato .licontato .acontato:hover {
    background: #95b3c1 !important;
}

.ulcontato .licontato .acontato {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.menu-scroll-y {
    overflow-x: hidden;
    overflow-y: auto;
}


/* width */
/*::-webkit-scrollbar {
    width: 200px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 100px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #005681;
    border-radius: 100px;
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
    background: #555;
}*/

/* Buttons */
/*::-webkit-scrollbar-button {
    border-style: solid;
    height: 150px;
    width: 200px;
}*/


/* Up */
/*::-webkit-scrollbar-button:vertical:decrement {
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #404040 transparent;
}

    ::-webkit-scrollbar-button:vertical:decrement:hover {
        border-color: transparent transparent #505050 transparent;
    }*/


/* Down */
/*::-webkit-scrollbar-button:vertical:increment {
    border-width: 20px 10px 0 10px;
    border-color: #404040 transparent transparent transparent;
}

    ::-webkit-scrollbar-button:vertical:increment:hover {
        border-color: #505050 transparent transparent transparent;
    }*/


/* Left */
/*::-webkit-scrollbar-button:horizontal:decrement {
    border-width: 10px 20px 10px 0;
    border-color: transparent #404040 transparent transparent;
}

    ::-webkit-scrollbar-button:horizontal:decrement:hover {
        border-color: transparent #505050 transparent transparent;
    }*/


/* Right */
/*::-webkit-scrollbar-button:horizontal:increment {
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #404040;
}

    ::-webkit-scrollbar-button:horizontal:increment:hover {
        border-color: transparent transparent transparent #505050;
    }*/