.bg-cma {
    --bs-bg-opacity: 1;
    color: #FFF;
    background-color: var(--cma-color-primary);
}

.bg-cma, .bg-light, .bg-white {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 65px;
}

.btn-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 95px;
    right: 30px;
    color: #FFF;
    border-radius: 50px;
    background-color: #000000;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp {
    bottom: 30px;
    background-color: #25d366;
}

.btn-float .my-float {
    margin-top: 14px;
}

.hydrated {
    visibility: inherit;
}

.btn-primary {
    font-size: 14px;
    padding: 14px 20px;
    transition: all .5s ease-in-out;
    position: relative;
    border-radius: 50px 50px 50px 0;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--cma-color-primary);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.btn-primary:hover {
    background-color: #000000;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}