﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.preloader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: white;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* Safari */
}

    .preloader img {
        opacity: 0.5;
    }

        .preloader img:not(.logo) {
            display: none;
        }

    .preloader .preloader-icon {
        border: 1px solid #eeeeee;
        border-radius: 50%;
        border-top: 5px solid #5c6bc0;
        width: 35px;
        height: 35px;
        -webkit-animation: spin 0.4s linear infinite;
        animation: spin 0.4s linear infinite;
        margin-top: 30px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.preloader svg path {
    fill: #5c6bc0;
}


.social a {
    position: relative;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: #37553f;
    padding: 0;
    font-size: 20px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.social-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.div-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.pulsingButton {
    box-shadow: 0 0 0 0 rgba(55, 85, 63, 0.7);
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
/*    font-size: 22px;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    color: #ffffff;*/
    transition: all 300ms ease-in-out;
}
a.pulsingButton:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
}
@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(55, 85, 63, 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(55, 85, 63, 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(55, 85, 63, 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(55, 85, 63, 0);
    }
}



@media screen and (max-width: 768px) {
    #bannerPrincipal {
        /*display: none;*/
    }

    #tarjaTopo {
        /*display: none;*/
    }

    #esconderBannerMobile {
        display: none;
    }
}


/*banner rodape*/

#dbanner {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    height: auto;
    width: 100%;
    padding: 15px 0 15px 0;
    color: #fff;
    text-align: center;
    /*font-family: Roboto, "Open Sans";*/
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
}
#dbannerTopo {
    z-index: 9999;
    bottom: 0px;
    height: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    /*font-family: Roboto, "Open Sans";*/
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
}

.dcontent {
    padding: 0px 30px 0px 30px;
    font-size: 16px;
}

    .dcontent strong {
        font-size: 25px;
        color: yellow;
        white-space: nowrap;
    }

    .dcontent code {
        font-size: 24px;
        padding: 2px 5px 2px 5px;
        color: #EED183;
        border: 1px dashed #EED183;
        background-color: #0C3D4C;
        white-space: nowrap;
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

@media screen and (max-width: 570px) {
    .dcontent {
        font-size: 12px;
    }
        .dcontent strong {
            font-size: 18px;
        }
        .dcontent code {
            font-size: 16px;
            padding: 0 1px 0 1px;
        }
}

.dtime {
    font-size: 18px;
    background-color: #FF2A2A;
    padding: 0 10px 0 10px;
    white-space: nowrap;
}

#dclose {
    position: absolute;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    top: -20px;
    padding: 0px 2px 0px 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #107460;
    color: #FFF;
    text-align: center;
    animation-name: homeCycle;
    animation-duration: 6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    -webkit-animation-name: homeCycle;
    -webkit-animation-duration: 6s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    right: 8%;
    color: #fff;
}

    #dclose:hover {
        cursor: pointer;
    }

.change-color {
    background-color: #107460;
    color: #FFF;
    text-align: center;
    animation-name: homeCycle;
    animation-duration: 6s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    -webkit-animation-name: homeCycle;
    -webkit-animation-duration: 6s;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
}

@keyframes homeCycle {
    0% {
        background-color: #727272;
    }

    25% {
        background-color: #86C14D;
    }

    50% {
        background-color: #0088CC;
    }

    75% {
        background-color: #0C3D4C;
    }
}

@-webkit-keyframes homeCycle {
    0% {
        background-color: #727272;
    }

    25% {
        background-color: #86C14D;
    }

    50% {
        background-color: #0088CC;
    }

    75% {
        background-color: #0C3D4C;
    }
}


.whatsapp-button {
    position: fixed;
    bottom: 22px;
    right: 30px;
    width: 70px;
    z-index: 99999;
}
@media screen and (max-width: 768px) {
    .whatsapp-button {
        bottom: 10px;
        right: 10px;
        width: 50px;
    }
}

.page-banner {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    #bannerPrincipal {
        margin-top: 180px;
    }
    #pageBanner {
        margin-top: 180px;
    }
}

.imagem_mobile {
    display: none;
}

.imagem_desktop {
    display: block;
}
@media screen and (max-width: 575px) {
    .imagem_mobile {
        display: block;
    }

    .imagem_desktop {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .label-frete {
        font-size: 11px;
    }
}


.breadcrumb-mb{
    margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
    .breadcrumb-mb {
        margin-bottom: 75px;
    }
}


@media screen and (max-width: 575px) {
    .shop-mb {
        margin-top: 70px !important;
    }
}
@media screen and (max-width: 991px) {
    .shop-avaliacao {
        margin-top: 80px !important;
    }
}