body {
    background-image: url(/static/images/export/card-bg-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    position: relative;
}

h1 {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 65px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6.5px;
    color: white;
}

h2 {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6.5px;
    color: white;
}

p {
    margin-top: 25px !important;
    color: #f1f1f1;
    text-align: center;
    margin: 0px 50px;
}

.digital-card i {
    margin-right: 12px;
}

.overlay {
    background-color: #4e83a8;
    opacity: .5;
    transition: background .3s, border-radius .3s, opacity .3s;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
}

.logo {
    margin-top: 20px;
}

.logo img {
    max-width: 180px;
}

.titled img {
    width: 200px !important;
    height: 200px !important;

}

.botoes {
    text-align: center;
    margin-top: 30px;
}

.botao {
    margin: 10px;
    color: #fff;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: rgba(255, 255, 255, .28);
    background-color: transparent;
    background-image: linear-gradient(180deg, #5289ef 0%, rgba(84, 134, 227, .73) 100%);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgb(239 239 239 / 35%);
}

.btn-primary:hover,
.btn-primary:focus {
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: rgba(255, 255, 255, .28);
}

.whats {
    background-image: linear-gradient(180deg, #54c663 0%, rgba(84, 227, 136, 0.73) 100%);
    background-color: #54c663;
}

.blindex {
    fill: #fff;
    color: #fff;
    background-color: #ee2e24;
    border-radius: 0;
    padding: 15px 40px !important;
    margin: 0;
    border: none;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1.9px;
    font-family: "Roboto", Sans-serif;
    height: 60px;
    margin-top: auto;
}

.blindex span {
    font-size: 11px;
}

.social-medias {
    width: 50px;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #3961aa;
    background-color: #3961aa;
    color: white;
    font-size: 23px;
}

.social-medias:hover {
    opacity: .9;
    color: #fff;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0 #4CAF50;
    -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    z-index: 99999;
}

.whatsapp-button i {
    font-size: 30px;
    color: white;
}

.whatsapp-chat {
    background-color: #e5ded6;
    border-radius: 10px;
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 300px;
    background-image: url('/static/images/export/whats-background.jpg');
    background-size: cover;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.whatsapp-chat .fa {
    font-size: 15px;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.chat-header {
    border-radius: 10px 10px 0px 0px;
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-body {
    padding: 20px;
}

.close-chat {
    cursor: pointer
}

.user-message {
    background-color: white;
    color: black;
    position: relative;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.user-message p {
    font-size: 14px;
    padding: 7px;
    margin: 0 !important;
    text-align: left;
    color: #606060;
}

.user-name {
    padding: 5px 0px 0px 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.arrow {
    position: absolute;
    top: -10px;
    left: 10px;
    border: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.send-message {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.chat-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.message-input {
    flex-grow: 1;
    padding: 5px;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 10px;
}

.typing-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #3b3939;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 0;
    animation: typing 0.6s infinite alternate;
}


@keyframes typing {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

footer {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: rgba(255, 255, 255, .28);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 80px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 55px;
    }
    .titled img {
        width: 150px !important;
        height: 150px !important;
        text-align: center;

    }
    p {
        margin: 0;
    }
    footer p {
        font-size: 11px;
    }
}