@import url("https://fonts.googleapis.com/css2?family=Lato&family=Lora&family=Poppins:wght@400;500;600&display=swap");

:root {
    --brand-primary: #10375c;
    --brand-secondary: #ff5722;
    --text-secondary: #676565;
}

body {
    color: #000;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1435px;
    }
}

a.nav-link {
    color: #222831 !important;
}

.btn {
    border-radius: 10px;
    padding: 12px 24px 12px 24px;
}

.btn.btn-elon {
    padding-left: 6rem;
    padding-right: 6rem;
}

.bg-primary {
    background-color: var(--brand-primary) !important;
    color: #fff;
}

.bg-secondary {
    background-color: var(--brand-secondary) !important;
    color: #fff;
}

.bg-section {
    background-color: #f8f8f8;
}

.btn-secondary {
    background-color: var(--brand-secondary) !important;
    border-color: var(--brand-secondary);
    color: #fff;
}

.btn-secondary-outline {
    border: 2px solid var(--brand-secondary);
    color: var(--brand-secondary) !important;
    background-color: #fff;
}

.btn-secondary.shadow {
    box-shadow: 0 4px 16px rgba(255, 87, 34, 0.32);
}

.btn-secondary:hover {
    border-color: var(--brand-secondary);
    color: #fff !important;
}

.lora {
    font-family: Lora, serif;
}

.lato {
    font-family: Lato, serif;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fs-18 {
    font-size: 18px;
}

.fs-24 {
    font-size: 24px;
}

.fs-36 {
    font-size: 36px;
}

.fs-48 {
    font-size: 48px;
}

.text-primary {
    color: var(--brand-primary) !important;
}

.text-secondary {
    color: var(--brand-secondary) !important;
}

.text-dim {
    color: var(--text-secondary);
}

.text-grey {
    color: #9a9a9a;
}

.form-control {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    line-height: 2;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand-primary) !important;
}

#header-carousel .header-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 55, 92, 0.4);
}

footer {
    background: #0d2c4a;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-36 {
    margin-bottom: 36px;
}
a.whats-app-icon img {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 60px;
    z-index: 2001;
}
