.header-transparent {
    position: fixed;
    margin: 0;
    z-index: 5;
}

.header-transparent .navbar-top:not(.navbar-collapsed) {
    background-color: #007aff !important;
}

.header-transparent .navbar:not(.sticky):not(.navbar-collapsed) {
    background-color: #007aff !important;
}

.banners {
    width: 100%;
}

.footer-blue {
    color: #adb5bd;
    background-color: #007aff !important;
}

.footer-blue p {
    color: rgba(255, 255, 255, .8);
}

.footer-blue .copyright a {
    color: rgba(255, 255, 255, .8);
}

.footer-blue .heading {
    color: #e9ecef;
}

.footer-blue .nav .nav-item .nav-link, .footer-blue .list-unstyled li a, .footer-blue .footer-link {
    color: #adb5bd;
}

.footer-blue .nav .nav-item .nav-link:hover, .footer-blue .list-unstyled li a:hover, .footer-blue .footer-link:hover {
    color: #fff;
}

/* Relativo ao card-product */

.logo-index-churches {
    width: 80%;
}

.card-product {
    height: 384px;
    width: 284px;
}

.lagoinha .card-product {
    height: 300px;
    width: 284px;
}

.img-product {
    width: 100%;
    height: 100%;
    max-height: 200px;
    max-width: 284px;
    object-fit: cover;
}

.card-product .card-product-image {
    padding: 0;
    height: 200px;
}

.card-product .card-product-body {
    display: inline-block;
    padding: 20px 20px;
    height: 184px;
}

.card-product .card-product-body .card-product-price {
    font-weight: 700;
    font-size: 1.3rem;
    color: black;
}

.card-product .card-product-body h3 {
    width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    font-weight: 500;
    font-size: 1.1rem;
    color: black;
}

.card-product .card-product-body p {
    width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    font-size: 0.9rem;
    color: black;
}

.card-product .card-select {
    color: black;
}

/* Carrinho */
.cart-icon {
    position: absolute;
    justify-content: end;
    align-self: center;
    right: 15px;
    font-size: 2.5rem;
    color: white; /*#007AFF;*/
    z-index: 19;
}

.cart-count {
    position: absolute;
    font-size: 1rem;
    align-self: center;
    bottom: 70px;
    right: 10px;
    color: white;
}

.cart-icon:hover {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .nav {
        padding: 0;
    }

    .header-transparent .navbar-top {
        padding-right: 0;
        padding-left: 0;
        border: 0;
    }

    .logo-mobile {
        display: flex;
    }

    .cart-count {
        display: flex;
        top: 0;
        right: 60px;
    }


    .card-product .card-product-body h3 {
        width: 10ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 10px;
        font-weight: 500;
        font-size: 1.1rem;
        color: black;
    }

    .card-product .card-product-body p {
        width: 15ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 300;
        font-size: 0.9rem;
        color: black;
    }

    .cart-icon {
        display: flex;
        top: 0;
        right: 60px;
    }

    .cart-icon:hover {
        text-decoration: none;
    }

    .logo-web {
        display: none;
    }

    .logo {
        height: 50px;
    }

    .img-btn-checkout {
        width: 80%;
    }
}

@media (min-width: 992px) {
    .logo-mobile {
        display: none;
    }

    .logo-web {
        display: flex;
    }

    .header-transparent .navbar:not(.sticky):not(.navbar-collapsed) {
        padding-left: 80px;
        padding-right: 80px;
    }

    .navbar-top .navbar-nav {
        flex-direction: row;
        direction: rtl;
        flex: auto;
        margin-right: 88px !important;
    }

    .logo {
        width: 80%;
        margin: auto;
    }
}

@media (max-width: 300px) {
    .nav {
        padding: 0;
    }

    .header-transparent .navbar-top {
        padding-right: 0;
        padding-left: 0;
        border: 0;
    }

    .logo-mobile {
        display: flex;
    }

    .cart-count {
        display: flex;
        top: 0;
        right: 45px;
    }

    .cart-icon {
        display: flex;
        top: 0;
        right: 45px;
    }

    .cart-icon:hover {
        text-decoration: none;
    }

    .logo-web {
        display: none;
    }

    .logo {
        height: 35px;
    }

    .img-btn-checkout {
        width: 80%;
    }
}

.card {
    border: none !important;
}

.card-offer-background {
    background: rgb(233, 136, 54); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(233, 136, 54, 1) 0%, rgba(227, 224, 215, 1) 58%, rgba(237, 215, 141, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(233, 136, 54, 1) 0%, rgba(227, 224, 215, 1) 58%, rgba(237, 215, 141, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(233, 136, 54, 1) 0%, rgba(227, 224, 215, 1) 58%, rgba(237, 215, 141, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e98836', endColorstr='#edd78d', GradientType=0);
}

.card-donation-background {
    background: rgb(156, 92, 166); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(156, 92, 166, 1) 1%, rgba(227, 224, 215, 1) 58%, rgba(237, 215, 141, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(156, 92, 166, 1) 1%, rgba(227, 224, 215, 1) 58%, rgba(237, 215, 141, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(156, 92, 166, 1) 1%, rgba(227, 224, 215, 1) 58%, rgba(237, 215, 141, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c5ca6', endColorstr='#edd78d', GradientType=0);
}

.card-tithing-background {
    background: rgb(34, 177, 171); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(34, 177, 171, 1) 0%, rgba(227, 224, 215, 1) 58%, rgba(237, 215, 141, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(34, 177, 171, 1) 0%, rgba(227, 224, 215, 1) 58%, rgba(237, 215, 141, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(34, 177, 171, 1) 0%, rgba(227, 224, 215, 1) 58%, rgba(237, 215, 141, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22b1ab', endColorstr='#edd78d', GradientType=0);
}

.donation-color {
    color: #0A4466;
}

.donation-value-size {
    font-size: 85px;
}

.donation-font {
    font-family: Roboto, sans-serif;
}

.donation-image {
    width: 80%;
}

.border-donation {
    border: 4px solid #007AFF !important
}

.cursor-pointer {
    cursor: pointer !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #007AFF;
}

.sweepstake-number-success {
    border-radius: 50% !important;
    border: 1px solid;
    padding: 12px;
    font-size: 21px;
}

.text-blueSite {
    color: #007AFF;
}

.title {
    color: #007AFF;
    font-weight: 700;
}

.site_filters {
    font-weight: 600;
    color: #007AFF;
    text-transform: uppercase;
}

.img-product-details {
    max-width: 400px;
    max-height: 400px;
}

.img-product-list {
    max-width: 60px;
    max-height: 60px;
}

.btn-details {
    background-color: #7c99f6;
    color: black;
    border: 1px black solid;
}

.btn-details:hover {
    color: white;
    background-color: #485b95;
    border: 1px black solid;
}

/* mostra a borda do display do conteudo em varias paginas*/
.display-content {
    -webkit-box-shadow: 2px 3px 10px 0px rgba(139, 191, 250, 0.43);
    -moz-box-shadow: 2px 3px 10px 0px rgba(139, 191, 250, 0.43);
    box-shadow: 2px 3px 10px 0px rgba(139, 191, 250, 0.43);
    padding: 20px;
}

/* display dos card*/
.display-content-cards {
    -webkit-box-shadow: 2px 3px 10px 0px rgba(139, 191, 250, 0.43);
    -moz-box-shadow: 2px 3px 10px 0px rgba(139, 191, 250, 0.43);
    box-shadow: 2px 3px 10px 0px rgba(139, 191, 250, 0.43);
    /*border-radius: 10px;*/
}

.ribbon {
    z-index: 1;
}

.table.c_table tr td, .table.c_table tr th {
    border: 0;
    vertical-align: middle;
    word-wrap: break-word;
}

.table.c_table tr td.actions {
    border: 0;
    vertical-align: middle;
    white-space: nowrap !important;
}

.border-radius-10 {
    border-radius: 10px;
}

#iconExistsLogin {
    font-size: 2rem;
}
