@media (min-width: 992px) {
    .special-offer--style-1 .text {
        font-size: 8rem!important;
        margin-top: 10rem;
    }

    .top-bar--style-1 .top-bar__navigation {
        margin-bottom: 40px;
    }

    .footerAll {
        position: relative;
        top: 4rem;
    }
}


@media (max-width: 992px) {
    .qrcode {
        display: none;
    }

    .container>.special-offer {
        margin-top: 7rem;
    }

    #footer address {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .copFooter {
        padding: 0 15px;
    }

    .siteLogoHeader {
        top: 0 !important;
        right: 0 !important;
        position: relative;
        margin-right: 0 !important;
    }

    .imgSobrenos {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .review:before {
        color: #00afef!important;
    }
}

.itensX {
    top: 5rem;
}

.product-preview .__item .__title {
    position: absolute;
    padding-top: 28rem;
    font-size: initial;
    color: #464648;
    text-transform: capitalize;
    font-weight: 600;
}

.__image {
    bottom: 30px !important;
}

.product-preview .col,
.product-preview [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
}

.product-preview .__item .__image+.__content {
    background-color: rgba(255, 255, 255, 0.123);
}

.product-preview .__item:hover .__image+.__content {
    background-color: rgba(74, 96, 153, 0);
}

.siteLogoHeader {
    top: 25px;
    right: 35px;
    position: relative;
    margin-right: 5rem;
}

.siteLogoHeader img {
    max-width: 90%;
}

.navFooter {
    position: relative;
    width: 48vw;
    display: flex;
    align-items: center;
}

.footer--style-1 #footer__navigation ul {
    margin-left: 18px!important;
}

.top-bar__logo {
    top: 35px;
}

#btn-to-top {
    background-color: #00afef!important;
}

.custom-btn.custom-btn--style-3,
.custom-btn.custom-btn--style-1 {
    border: 2px solid #91d8f7 !important;
}

.custom-bnt {
    border: 2px solid #00afef !important;
}

.custom-btn.custom-btn--style-3:focus,
.custom-btn.custom-btn--style-3:hover,
.custom-btn.custom-btn--style-1:focus,
.custom-btn.custom-btn--style-1:hover {
    background-color: #00afef!important;
    color: #ffffff!important;
    border: 2px solid #91d8f7 !important;
}

.colorText:hover {
    background-color: #023344 !important;
}

form .textfield {
    color: white;
}

.start-screen[data-scroll-discover=true] .scroll-discover:after,
.start-screen[data-scroll-discover=true] .scroll-discover:before {
    background-color: #00afef!important;
}

.section--dark-bg .contact-form .textfield:focus,
.section--dark-bg .contact-form .textfield:hover {
    color: #00afef;
}

.slick-dots li.slick-active button {
    background-color: #00afef!important;
    border-color: #00afef!important;
}

.navigation li a:not(.custom-btn):after {
    background-color: #00afef!important;
}

.section--blue-bg {
    background-color: #126b77;
}

.top-bar__logo {
    display: flex;
    justify-content: end;
    top: -1.5rem;
}

.top-bar__navigation {
    bottom: 2rem;
}

.btnProducts {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 5rem;
    width: 100%;
    flex-grow: 1;
}

.product-preview--style-1 .__item {
    height: 325px;
    display: flex;
    justify-content: center;
}

.__intro-text {
    margin-left: 0 !important;
}

.tarja {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 35px;
    background: #00afef;
    align-content: center;
}

.titleProdutos {
    font-size: 11px;
    color: white;
    font-weight: 500;
    position: relative;
    margin-left: 1.5rem;
}

.product-preview .__item .__image img {
    width: 270px;
    position: relative;
    left: 5rem;
}

.imagemProduto,
.imagemProdutoOriginal {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.imagemProdutoOriginal {
}

.imagemProduto>img {
    max-width: 80%;
}

.imagemProdutoOriginal>img {
    max-width: 80%;
}

.fade.show {
    opacity: 1!important;
}

.modal-backdrop {
    position: relative!important;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    z-index: 1040!important;
    background-color: #000!important;
}

.iconModal {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.btnModal {
    max-width: 35px;
    position: relative;
    background-color: #00afef;
    border-color: #00afef;
}

#app {
    overflow: visible !important;
}

.fundoProduto {
    background-color: #3c3c3c21;
    position: relative;
    bottom: -3rem;
}

.socialIcon {
    background: #00afef;
    font-size: 20px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
}

.socialIcon i{
    color: #fff;
}

.listSocialIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 20px;
}

.listSocialIcon ul {
    gap: 2rem;
    display: flex;
}

.modal-body table tbody tr td{
    padding: 3px 6px;
}

.qrcode {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrcode > img {
    width: 150px;
}

.qrcode > p {
    text-align: center;
}

.footer__item address {
    display: flex;
    justify-content: space-evenly;
}

.imageModal {
    display: flex;
    justify-content: center;
}

.imageModal > img {
    max-width: 50%;
}

#produtos {
    z-index: 9999;
}

.BannerPaginaInicial {
    filter: brightness(0.6);
}