/* ============================================
   BASE STYLES
   ============================================ */

body {
    background-color: #151515;
    color: #E3E3E3;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
}

b,
strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

h2 {
    font-size: 48px;
}

p {
    font-size: 20px;
    color: #E3E3E3;
}

.container {
    z-index: 99;
    position: relative;
}

/* ============================================
   LAYOUT / CONTAINER
   ============================================ */

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

/* ============================================
   HEADER
   ============================================ */

header {
    height: 100vh;
    display: flex;
    align-items: center;
    min-height: 800px;
}

.header_trofel {
    height: 100vh;
    position: relative;
}

figure.header_trofel-item {
    position: absolute;
    top: 0px;
    left: 0px;
}

.header_content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
}

/* ============================================
   BUTTONS
   ============================================ */

a.btn-lp {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

a.btn-lp span {
    background: linear-gradient(90deg, #C86A10 0%, #C3432C 39.42%, #C5571E 66.83%), #D9D9D9;
    color: #FFF;
}

.btn-lp-text {
    padding: 16px 80px;
    border-radius: 100px;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
}

.btn-lp-icon {
    width: 62px;
    height: 62px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.how_it_works-btn {
    display: flex;
    align-items: end;
    justify-content: end;
}

.cta-btn-6 {
    display: flex;
    justify-content: center;
}

/* ============================================
   COMPONENTS
   ============================================ */

.about_apas-row {
    border-radius: 19px;
    background: rgba(43, 43, 43, 0.24);
    padding-top: 100px;
    padding-bottom: 100px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* para suporte em Safari */
}

.why_participate-item {
    background-color: #E3E3E3;
    color: #000;
    padding: 14px;
    border-radius: 15px;
    height: 100%;
}

.why_participate-item figure img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.why_participate-item p {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.why_participate-item h6 {
    font-size: 22px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.why_participate-glass {
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: rgba(43, 43, 43, 0.24);
    color: #E3E3E3;
}

.why_participate-glass figure {
    margin-bottom: 0px;
}

.categories-item {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    height: 100%;
    padding-bottom: 37px;
}

.categories-item figure {
    margin-bottom: 0px !important;
    width: 60px;
}

.categories-item-content p {
    margin-bottom: 0px;
    font-size: 16px;
}

.categories-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.50);
    bottom: 0px;
}

.categories-row {
    row-gap: 40px;
}

.footer-item {
    text-align: center;
}

.footer-item img {
    width: 100%;
    max-width: 100%;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.text-gradient {
    background: linear-gradient(90deg, #C86A10 0%, #C3432C 39.42%, #C5571E 66.83%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.pt-8 {
    padding-top: 80px;
}

.pb-8 {
    padding-bottom: 80px;
}



.bluer-bg-1 {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

.bluer-bg-1-item {
    position: absolute;
    right: -150px;
    top: 878px;
}

.bluer-bg-2-item {
    position: absolute;
    bottom: 400px;
    left: 0px;
}

.bluer-bg-3-item {
    position: absolute;
    bottom: -400px;
}

.logo-content img {
    max-width: 100%;
}.about_apas {
    background: #151515;
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.85) 16%, rgba(21, 21, 21, 0.37) 55%, rgba(21, 21, 21, 0) 67%);
}

@media (max-width: 1999.99px) {
    h1 {
        font-size: 38px;
    }
}

@media (max-width: 991.99px) {
    .header_trofel {
        height: auto;
    }

    .header_content {
        order: 1;
    }

    figure.header_trofel-item {
        left: inherit;
        right: -210px;
        top: -112px;
    }

    .header_trofel-item img {
        max-width: 500px;
    }

    .how_it_works-btn {
        justify-content: start;
        margin-top: 30px;
    }

    h2 {
        font-size: 36px;
    }

    p {
        font-size: 18px;
    }

    .pb-8 {
        padding-bottom: 50px;
    }

    .pt-8 {
        padding-top: 50px;
    }
}

@media (max-width: 767.99px) {
    .header_trofel {
        display: none;
    }
    .about_apas-row {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header_content {
        text-align: center;
    }

    .btn-6 {
        display: flex;
        justify-content: center;
    }

    .why_participate-glass figure img {
        width: 100%;
    }.why_participate-row {
        row-gap: 30px;
    }
}

@media (max-width: 556.99px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn-lp-text {
        padding: 16px 35px;
  font-size: 16px;  
    }
    .btn-lp-icon {
        width: 53px;
        height: 53px;
  
    }
    .categories-item figure {
        width: 43px;
    }
    .categories-item-content p {
        font-size: 13px;
    }
}