:root {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Calibri, sans-serif;
    overflow-x: hidden !important;
}

/* Navbar */
.nav-link {
    font-weight: bold;
    font-size: 1.25rem;
}

/* Content */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

section:nth-of-type(1) {
    background-image: url('../images/bg-element.png');
    background-position: 105% 80%;
    background-repeat: no-repeat;
    background-size: 400px;
}

article {
    min-height: 540px;
    margin-right: 10rem;
}

article>p {
    font-weight: bold;
    font-size: 4rem;
    line-height: 1.2;
}

section:nth-of-type(2) {
    background-color: #ff5a1a;
    padding: 5rem;
}

section:nth-of-type(2)>div>p {
    font-weight: bold;
    font-size: 4rem;
    color: #fff;
}

section:nth-of-type(2)>div:nth-of-type(2)>a>img {
    max-width: 500px;
    height: auto;
}

section:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(2) {
    margin-left: 2rem;
}

section:nth-of-type(3) {
    background-color: #65349c;
    padding: 2rem;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: Calibri, sans-serif;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #65349c;
    --bs-btn-border-color: #65349c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #55159c;
    --bs-btn-hover-border-color: #55159c;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #55159c;
    --bs-btn-active-border-color: #55159c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #65349c;
    --bs-btn-disabled-border-color: #65349c;
    --bs-btn-border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 75px;
    font-size: 2.5rem;
}

.btn-purple>a {
    text-decoration: none;
    color: #fff;
}

.logo {
    width: 130px;
    height: auto;
}

.logo-footer {
    width: 500px;
    height: auto;
}

.icone {
    width: 30px;
    height: auto;
}

/* @media (max-width: 1399.98px) { ... } */
@media (max-width: 1199.98px) {
    article>p {
        font-size: 3rem;
        line-height: 1.2;
    }

    .btn-purple {
        width: 450px;
        height: 70px;
        font-size: 2rem;
    }

    section:nth-of-type(2)>div>p {
        font-weight: bold;
        font-size: 3rem;
        color: #fff;
    }

    .logo-footer {
        width: 450px;
        height: auto;
    }
}

/* @media (max-width: 991.98px) { ... } */
/* @media (max-width: 767.98px) { ... } */

@media (max-width: 991.98px) {
    article {
        margin-right: 0;
    }

    article>p {
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .btn-purple {
        width: 450px;
        height: 70px;
        font-size: 2rem;
    }

    section:nth-of-type(2)>div>p {
        font-weight: bold;
        font-size: 4rem;
        color: #fff;
    }

    section:nth-of-type(2)>div>p {
        font-size: 2rem;
        text-align: center;
    }

    section:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(1) {
        margin-bottom: 2rem;
    }

    section:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(2) {
        margin-left: 0;
    }
}

@media (max-width: 430px) {
    article {
        margin-right: 0;
    }

    article>p {
        font-size: 2.3rem;
        line-height: 1.1;
    }

    .btn-purple {
        width: 340px;
        height: 50px;
        font-size: 1.3rem;
    }

    section:nth-of-type(2)>div>p {
        font-weight: bold;
        font-size: 4rem;
        color: #fff;
    }

    section:nth-of-type(2)>div>p {
        font-size: 2rem;
        text-align: center;
    }

    section:nth-of-type(2)>div:nth-of-type(2)>a>img {
        max-width: 370px;
        height: auto;
    }

    section:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(1) {
        margin-bottom: 2rem;
    }

    section:nth-of-type(2)>div:nth-of-type(2)>a:nth-of-type(2) {
        margin-left: 0;
    }

    .logo {
        margin-left: 1rem;
    }

    .logo-footer {
        width: 300px;
        height: auto;
    }
}

@media (max-width: 390px) {
    article {
        margin-right: 0;
    }

    .btn-purple {
        width: 280px;
        height: 50px;
        font-size: 1.3rem;
    }

    section:nth-of-type(2)>div:nth-of-type(2)>a>img {
        max-width: 330px;
        height: auto;
    }
}