a {
    color: #576bfe;
}

a:hover {
    color: #0119D0;
}

p {
    color: #000000;
}

.bg-image {
    /*background-image: url(img/demos/creative-agency-2/backgrounds/background-1.jpg);*/
}

.max-width-90 {
    max-width: 90px;
}

.max-width-100 {
    max-width: 100px;
}

.max-width-140 {
    max-width: 140px;
}

.custom-hero-bg {
    opacity: 0.10 !important;
}

.text-12px {
    font-size: 12px !important;
}

.text-16px {
    font-size: 16px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-20px {
    font-size: 20px !important;
}

.text-22px {
    font-size: 22px !important;
}

.text-24px {
    font-size: 24px !important;
}


/**
 * GDPR Bar
 */
.gdpr-bar {
    z-index: 9999;
    opacity: 1.0 !important;
    background: rgba(0, 0, 0, 1.0) !important;
}

.btn-primary {
    color: black !important;
}


/**
 * Floating WhatsApp
 */

.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
}

/**
 * ----------------------------------------
 * animation shake-bottom
 * ----------------------------------------
 */
.shake-bottom {
    -webkit-animation: shake-bottom 6.0s cubic-bezier(0.455, 0.030, 0.715, 0.955) both infinite;
}

.shake-bottom:focus {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.shake-bottom:hover {
    animation: step-end;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/**
 * ----------------------------------------
 * animation shake-bottom
 * ----------------------------------------
 */
@-webkit-keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }
    10% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20%,
    40%,
    60% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }
    30%,
    50%,
    70% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);

    }
}

@keyframes shake-bottom {
    0%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    10% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    20%, 40%, 60% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    30%,
    50%,
    70% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);

    }
}

.text-lgpd {
    opacity: 1 !important;
    color: black !important;
}


.concept-section-margin {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.social-icons {
    font-size: 28px !important;
}

.icone-rede-social {
    font-size: 28px !important;
}

.social-icons.social-icons-medium li a, .social-icons.social-icons-md li a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 33px !important;
}

.btn-whatsapp {
    color: #2b3035 !important;
    background-color: #25D366 !important;
    border-color: white;

    /* Initial shadow state (optional, can be 'none' or subtle) */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);

    /* Add a transition for a smooth effect */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-whatsapp:hover {
    color: white !important;
    background-color: #075E54 !important;
    border-color: #25D366;
    border-width: 0px;

    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);

    /* Optional: a slight lift effect to enhance the shadow appearance */
    transform: translateY(-3px);
}

.btn-mercado-livre {
    color: #2b3035 !important;
    background-color: #FFE600 !important;
    border-color: white;

    /* Initial shadow state (optional, can be 'none' or subtle) */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);

    /* Add a transition for a smooth effect */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-mercado-livre:hover {
    color: white !important;
    background-color: #2D3277 !important;
    border-color: #FFE600;
    border-width: 0px;

    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);

    /* Optional: a slight lift effect to enhance the shadow appearance */
    transform: translateY(-3px);
}

.btn-shopee {
    color: white !important;
    background-color: #EE4D2D !important;
    border-color: white;

    /* Initial shadow state (optional, can be 'none' or subtle) */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);

    /* Add a transition for a smooth effect */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-shopee:hover {
    color: white !important;
    background-color: #D0011B !important;
    border-color: #EE4D2D;
    border-width: 0px;

    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4);

    /* Optional: a slight lift effect to enhance the shadow appearance */
    transform: translateY(-3px);
}

.btn-fale-conosco {
    padding: 10px !important;
}

.fale-conosco-effect {
    color: #fff;
    text-align: start;

    border-radius: 15px;

    /* Apply the animation */
    -webkit-animation: heartbeat 5s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite both;
    animation: heartbeat 5s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite both;
}

.lista-contatos {
    padding-left: 20px;
}


@-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;
    }
    10% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@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;
    }
    10% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.texto-venda {
    font-weight: bold;
    font-size: 16px;
}

.icone-venda {
    font-size: 20px;
}

.btn-fale-conosco-2 {
    background-color: #FFF;
    border-width: 0;

    /* Apply the animation */
    -webkit-animation: heartbeat 10s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite both;
    animation: heartbeat 10s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite both;
}
