html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .btn-scroll-to-payment {
        display: none;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
}

.btn-doubts:hover {
    color: #ffffff !important;
}

    .btn-doubts:hover span {
        color: #ffffff !important;
    }

dd {
    word-break: break-word;
}

#slow-loading {
    background: #ffffff;
    color: #000000;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.loader {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #fd7e14;
    border-right-color: transparent;
    border-radius: 50%;
}

#zigzag-margin {
    width: 10rem;
    height: 10rem;
}

#chat-ballons {
    width: 5rem;
    height: 5rem;
}

.btn-redirect-to-payment-data {
    position: center;
    z-index: 99;
    border: 8px solid #ffffff;
    background-color: #FEB33D;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
}

    .btn-redirect-to-payment-data:hover {
        background-color: #555;
    }

.bg-light-brown {
    background-color: #F6ECE3;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1024px) {
    #fixed-bottom-responsive {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1050;
        background-color: #002f6c;
    }

    body:has(#fixed-bottom-responsive) #emei-footer {
        margin-bottom: 115px;
    }
}
