
form {
    background-color: #f9f9f9;
    padding: 20px;
}

nav {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background-color: white;
}

.navbar-brand {
    color: #0c7e96;
    padding-left: 40px;
}

body {
    margin-bottom: 60px;
}

body > .container {
    padding: 100px 15px 0;
}

.container {
    width: auto;
    max-width: 1000px;
    padding: 0 15px;
}

.c-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    background-color: #0c7e96;
    z-index: 2;
}

.number-whatsapp {
    margin-right: 40px;
}

.link-whatsapp {
    width: 30px;
    text-decoration: none;
    color: #54595F;
}

.link-whatsapp img {
    width: 30px;
}

.text-amount {
    color: #289548;
}

.title-page {
    color: #0c7e96 !important;
}

.title-page::before {
    content: "— ";
}
.title-page::after {
    content: " —";
}

.btn-outline-alati {
    color: #289548;
    border-color: #289548;
}

.small-letter {
    font-size: 0.7em;
    text-align: justify;
}
.small-letter span {
    font-weight: bold;
}

/* Custom CSS Bootstrap: Begin */
.btn-outline-alati:hover {
    color: #fff;
    background-color: #289548;
    border-color: #289548;
}

.form-check-input:checked {
    background-color: #289548;
    border-color: #289548;
}
/* Custom CSS Bootstrap: End */

/* Pre-Loader: Begin */
.pre-load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #f0f3f4;
    opacity: 60%;
}

.pre-load .pre-load-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.pre-load-gif {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pre-load-gif .line {
    background-color: #a2c037;
    width: 7px;
    height: 40px;
    margin: 0px 5px;
    border: none;
    animation: size 0.8s infinite linear;
    border-radius: 20px;
}

.pre-load-gif .line-1 {
    animation-delay: 0.60s;
}

.pre-load-gif .line-2 {
    animation-delay: 0.30s;
}

.pre-load-gif .line-3 {
    animation-delay: 0s;
}

.pre-load-gif .line-4 {
    animation-delay: 0.30s;
}

.pre-load-gif .line-5 {
    animation-delay: 0.60s;
}

@keyframes size {
    0% {
        height: 40px;
    }
    25% {
        height: 60px;
    }
    50% {
        height: 90px;
    }
    75% {
        height: 60px;
    }
    100% {
        height: 40px;
    }
}
/* Pre-Loader: End */

@media (max-width: 767.98px) {
    .d-none-mobile {
        display: none;
    }
    .navbar-brand {
        padding-left: 15px;
    }
    .number-whatsapp {
        margin-right: 15px;
    }
}