h1 {
    font-size: 5.5rem;
}

h2,
.h2 {
    font-size: 4.5rem;
}

h3 {
    font-size: 3.5rem;
}

h4 {
    font-size: 2.5rem;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.125rem;
}

p {
    font-size: 1.125rem;
}

a {
    font-size: 1.125rem;
}

.btn {
    position: relative;
    border-radius: 0;
}

.btn-primary,
.btn-light,
.btn-outline-light,
.btn-dark {
    padding: 24px 32px;
}

.card {
    background-color: transparent;
    min-height: 300px;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aitems-start {
    align-items: flex-start;
}

.aitems-end {
    align-items: flex-end;
}

.jcontent-start {
    justify-content: flex-start;
}

.jcontent-end {
    justify-content: flex-end;
}

.max-text {
    max-width: 800px;
}

.ui-frame {
    width: 100%;
    max-width: var(--bs-container-xxl);
    min-height: 600px;
    border-radius: 2.5rem;
    border: solid 10px #080808;
    background-color: black;
    box-shadow: 0 0 12px rgba(255, 255, 255, .3);
}

.show-shadow {
    box-shadow: 0px 0 150px 180px rgba(var(--bs-extend-secondary-rgb), .6);
}

.bg-deg {
    background: -moz-radial-gradient(circle, #1e1e1e 0%, rgba(0, 0, 0, .20) 100%);
}

.bg-glass {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.bg-ex-secondary {
    background-color: var(--bs-extend-secondary);
}

.text-ex-secondary {
    color: var(--bs-extend-secondary);
}

.bg-ex-tercondary {
    background-color: var(--bs-extend-tercondary);
}

.text-ex-tercondary {
    color: var(--bs-extend-tercondary);
}

/* flags */
.--ex.form-control {
    padding: 24px 32px;
    background-color: transparent;
}

.--ex.form-label {
    margin-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
    .--mt-xl-5 {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .--text-lg-center {
        text-align: center !important;
    }

    .--d-lg-none {
        display: none !important;
    }

    .--mt-lg-0 {
        margin-top: 0 !important;
    }

    .--ms-lg-0 {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .--d-md-none {
        display: none !important;
    }

    .--text-md-center {
        text-align: center !important;
    }

    .--ms-md-0 {
        margin-left: 0 !important;
    }

    .--mt-md-5 {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 600px) {
    .--d-sm-none {
        display: none !important;
    }

    .--text-sm-center {
        text-align: center !important;
    }

    .--p-sm-1 {
        padding: .25rem !important;
    }

    .--mt-sm-5 {
        margin-top: 3rem;
    }
}