.heartbeat {
    -webkit-animation: heartbeat 2.25s ease-in-out .1s infinite alternate both;
    animation: heartbeat 2.25s ease-in-out .1s infinite alternate both
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }


    90% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }


}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    90% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.hearbeat-low {
    -webkit-animation: hearbeat-low 3.00s ease-in-out .1s infinite alternate both;
    animation: hearbeat-low 3.00s ease-in-out .1s infinite alternate both
}

@-webkit-keyframes hearbeat-low {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }


    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }


}

@keyframes hearbeat-low {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.google-gradient-my-business {
    font-size: 24px;
    -webkit-animation: heartbeat 2.3s infinite;
    -webkit-background-clip: text;
}

.google-gradient-my-business a {
    font-style: italic;
    font-weight: bold;
}


.floating-wpp {
    position: fixed;
    bottom: 40px;
    left: 15px;
    font-size: 15px;
    z-index: 2;
    transition: bottom .2s
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden
}

.floating-wpp .floating-wpp-button img, .floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%
}

.floating-wpp:hover {
    bottom: 17px
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .4)
}

.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: #fff;
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .2s
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer
}

.whatsapp{
    color: #25d366;
}

.whatsapp-icon{
    font-size: 18px;
}

.icon-servicos{
    font-size: 38px;
}

.visa {
    color: #1a1f71;
}

.amex {
    color: #4d4f53;

}

.mastercard {
    color: #000066;
}

.money {
    color: #34c951;
}

.pix {
    color: #000;
}

.local {
    color: #34a853;
}

.email {
    color: #4286f5;
}

.telefone {
    color: #be8a07;
}

.bg-image {
    background-image: url(../imagens/carrossel_0.webp);
    background-position: center;
    animation-duration: 2s;
}

.delay-600 {
    animation-delay: 600ms;
}

.anim1 {
    animation-delay: 300ms;
    animation-duration: 5s;
}

.top25-left7 {
    top: 25%;
    left: 7%;
}

.top32-left85 {
    top: 32%;
    left: 85%;
}

.top90-left19 {
    top: 90%;
    left: 19%;
}

.max-width-100px {
    max-width: 100px;
}

.max-width-140px {
    max-width: 140px;
}

.max-width-90px {
    max-width: 90px;
}

@-webkit-keyframes shadow-pop-tr{
    0%{
        -webkit-box-shadow:0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF;
        box-shadow:0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF;
        -webkit-transform:translateX(0) translateY(0);
        transform:translateX(0) translateY(0)
    }
    100%{
        -webkit-box-shadow:1px -1px #FFF,2px -2px #FFF,3px -3px #FFF,4px -4px #FFF,5px -5px #FFF,6px -6px #FFF,7px -7px #FFF,8px -8px #FFF;
        box-shadow:1px -1px #FFF,2px -2px #FFF,3px -3px #FFF,4px -4px #FFF,5px -5px #FFF,6px -6px #FFF,7px -7px #FFF,8px -8px #FFF;
        -webkit-transform:translateX(-8px) translateY(8px);
        transform:translateX(-8px) translateY(8px)
    }
}
@keyframes shadow-pop-tr{
    0%{
        -webkit-box-shadow:0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF;
        box-shadow:0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF,0 0 #FFF;
        -webkit-transform:translateX(0) translateY(0);
        transform:translateX(0) translateY(0)
    }
    100%{
        -webkit-box-shadow:1px -1px #FFF,2px -2px #FFF,3px -3px #FFF,4px -4px #FFF,5px -5px #FFF,6px -6px #FFF,7px -7px #FFF,8px -8px #FFF;
        box-shadow:1px -1px #FFF,2px -2px #FFF,3px -3px #FFF,4px -4px #FFF,5px -5px #FFF,6px -6px #FFF,7px -7px #FFF,8px -8px #FFF;
        -webkit-transform:translateX(-8px) translateY(8px);
        transform:translateX(-8px) translateY(8px)
    }
}

.shadow-pop-tr{
    -webkit-animation:shadow-pop-tr .3s cubic-bezier(.47,0.000,.745,.715) both;
    animation:shadow-pop-tr .3s cubic-bezier(.47,0.000,.745,.715) both
}

.img-exterior{
    border-radius: 15%;
}

.img-exterior:hover{
    -webkit-animation: shadow-pop-tr 1.9s both;
    animation: shadow-pop-tr 1.9s both;
}

@media (max-width: 767px) {

    #nossos_servicos [data-image-src] {
        background-image: none !important;
    }

    #nossos_servicos .parallax-background {
        display: none !important;
    }

    #nossos_servicos,
    #nossos_servicos [class*="parallax"] {
        background-image: none !important;
    }
}