@charset "UTF-8";

/* Geral styles */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    max-width: 100vw;
    font-family: "effra", sans-serif;
}

p {
    line-height: 28px;
    letter-spacing: -0.36px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 45px;
    letter-spacing: -0.4px;
}

strong {
    font-weight: 500;
}

:root {
    --color-primary-blue: #002D50;
    --color-secondary-blue: #003C69;
    --color-yellow: #FFB41E;
    --color-offwhite: #FAF5ED;
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-gray-light: #E6E6E6;
    --color-gray-medium: #646464;
    --color-gray-bold: #323232;
    --color-gray-bolder: #232323;
}

/* Header styles */

header {
    z-index: 100;
    position: fixed;
    width: 100%;
}

.header-hidden {
    position: relative;
    z-index: 5;
    transform: translateY(-100%);
}

.header-top {
    position: relative;
    opacity: 1;
    padding: 20px 30px;
    transform: translateY(0%);
    background-color: var(--color-white);
    z-index: 10;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header-bottom {
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: var(--color-secondary-blue);
    padding: 33px;
    color: var(--color-white);
    z-index: 1;
}

.help-pec-button {
    padding: 8px 21px;
    border-radius: 25px;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;

    a {
        height: fit-content;
        font-weight: 500;
    }
}


.header-offcanvas {
    .offcanvas-header {
        padding: 30px;
    }

    .offcanvas-main {
        padding: 30px;
    }

    .offcanvas-item i {
        font-size: 25px;
        color: var(--color-secondary-blue);
    }

    .offcanvas-item {
        margin-bottom: 30px;
        font-size: 20px;
        color: var(--color-primary-blue);
    }

    .offcanvas-item a {
        display: flex;
        gap: 25px;
    }

    .social-media-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 1px solid var(--color-primary-blue);
        aspect-ratio: 1/1;
        width: 45px;
    }

    .social-media-icon i {
        font-size: 17px;
        color: var(--color-primary-blue);
    }

    .offcanvas-close-button {
        transform: rotate3d(0, 90, 0, 180deg);
    }
}

@media(min-width: 1024px) {
    .header-top {
        padding: 20px 70px;
    }

    .stories-that-inspire {
        margin-bottom: 80px;
    }

    .desk-help-pec-button {
        padding: 5px 15px;
    }
}

/* Footer styles */

.footer-top {
    padding-left: 30px;
    padding-right: 30px;
    background-position: 0 36rem;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 45px;
}

.footer-bottom {
    background-color: var(--color-primary-blue);

    p {
        font-size: 12px;
        color: var(--color-white);
        font-weight: 400;
        line-height: 110%;
        margin-bottom: 0;
    }
}

.footer-items-list {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 700;

    p {
        font-weight: 900;
        padding-left: 8px;
        border: 5px solid #FFB41E;
        border-bottom: none;
        border-top: none;
        border-right: none;
    }
}

.footer-nav-media {
    display: flex;
    gap: 20px;
}

.footer-nav-media i {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--color-primary-blue);
    aspect-ratio: 1/1;
    width: 45px;
    color: var(--color-primary-blue);
}

.footer-brand {
    margin-top: 32px;
}

.footer-nav-group {
    display: flex;
    flex-direction: column;
    font-weight: 500;

    p {
        color: var(--color-primary-blue);
        margin-bottom: 24px;
        margin-bottom: 32px;
    }

    a {
        color: var(--color-primary-blue);
        text-decoration: none;
    }
}

@media (min-width: 1024px) {
    .footer-top {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 150px;
    }

    .footer-brand {
        margin-top: 0;
    }

    .footer-items-list {
        p {
            color: var(--color-primary-blue);
        }
    }
}

/* site styles */

.carousel-banner {
    padding-top: 80px;
}

.bannerSwiper .banner-form-content {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    h1 {
        color: var(--Branco, #FFF);
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: -0.84px;
    }
}

.bannerSwiper {
    margin-bottom: 80px;

    .swiper-slide {
        position: relative;
        height: calc(150vh - 80px);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .swiper-slide .content {
        z-index: 5;
        width: 85%;
        position: absolute;
        top: 50%;
        left: 40px;
        color: var(--color-white);

        h1 {
            font-size: 48px;
            font-weight: 700;
        }

        p {
            font-size: 36px;
            margin-top: 15px;
            font-weight: 400;
            line-height: 40px;
        }
    }
}

.black-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
}

@media (min-width: 1024px) {
    .bannerSwiper .banner-form-content {
        h1 {
            font-size: 84px;
        }
    }

    .bannerSwiper {
        .swiper-slide {
            height: calc(100vh - 80px);
        }

        .swiper-slide .content {
            width: 55%;
        }
    }
}

.squareActivePagination {
    .swiper-pagination-bullet {
        background-color: var(--color-gray-light);
        opacity: 1;
        transition: all 0.3s ease-in-out;
        border-radius: 0 !important;
        width: 25px;
    }

    .swiper-pagination-bullet-active {
        width: 60px;
        background-color: var(--color-yellow);
    }
}

.text-container-right {
    color: var(--color-primary-blue);
    padding-left: 30px;
    padding-right: 30px;

    p {
        padding-left: 30px;
        font-size: 18px;
        font-weight: 300;
        margin-top: 20px;
    }

    h4 {
        font-size: 40px;
        font-weight: 300;
    }
}

.card-rounded-left {
    aspect-ratio: 1/1;
    width: 80%;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}



.text-container-left {
    padding-right: 80px;
    padding-left: 60px;
    text-align: end;
    color: var(--color-primary-blue);

    p {
        padding-right: 24px;
        font-size: 18px;
        font-weight: 300;
        margin-top: 20px;
    }

    h4 {
        font-size: 48px;
        font-weight: 300;
    }
}

.gallerySwiper {

    .swiper-slide,
    .swiper-slide img {
        border-radius: 25px;
        aspect-ratio: 1/1 !important;
    }

    .swiper-slide img {
        width: 100%;
        object-fit: cover;
    }
}

.how-to-help-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 35px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    backdrop-filter: blur(6.336478233337402px);
    color: var(--color-white);
    padding: 32px;
    height: 100%;

    p {
        border-bottom: 1px solid var(--color-white);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    h3 {
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.how-to-help {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 1000px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .yellow-overlay {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-image: url('../assets/bgComponents/faq-bg-component.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.how-to-help-grid {
    position: relative;
    z-index: 2;
    padding: 0px 30px;
}

.how-to-help-button {
    margin-top: auto;
    padding: 5px 24px;
}

.stories-that-inspire {
    background-image: url('../assets/bgComponents/stories-bg-component.svg');
    background-repeat: no-repeat;
    background-position: 0 15rem;
    background-size: contain;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-top: 60px;
}

.stories-that-inspire-title {
    padding: 30px 50px;
    font-size: 35px;
    color: var(--color-primary-blue);
    font-weight: 300;
}

.stories-card {
    display: flex;
    align-items: center;
    justify-content: start;
    aspect-ratio: 16/6;
    border-radius: 25px;
    padding: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    .content {
        height: 100%;
        color: var(--color-white);

        h4 {
            font-size: 32px;
            font-weight: 700;
        }

        span {
            font-size: 14px;
            font-weight: 400;
        }

        p {
            font-size: 16px;
            font-weight: 400;
            margin-top: 10px;
        }
    }
}

.activities-card {
    position: relative;
    overflow: hidden;
}

.activities-card-img img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    object-fit: cover;
    width: 100%;
    max-height: 180px;
    position: relative;
    z-index: 2;
}

.activities-card-content {
    background-color: var(--color-offwhite);
    padding: 80px 50px;

    p,
    h4 {
        position: relative;
        z-index: 2;
        color: var(--color-primary-blue);
    }

    p {
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    }

    h4 {
        font-weight: 300;
        font-size: 32px;
        margin-bottom: 10px;
    }
}

.activities-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    p,
    h4 {
        text-align: start;
    }
}

.mirrored-card {
    display: flex;
    aspect-ratio: 1/1;
    height: 100%;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mirrored-card .content {
    width: 90%;
    margin-top: auto;
    color: var(--color-white);

    h2 {
        font-weight: 700;
        font-size: 32px;
    }

    p {
        font-size: 16px;
        font-weight: 300;
    }
}

.values-scrolltrigger {
    padding-left: 30px;
    margin-bottom: 100px;

    .scrolltrigger-wrapper {
        display: flex;
        flex-direction: column;
    }

    h2 {
        font-size: 48px;
        font-weight: 300;
        color: var(--color-secondary-blue);
        margin-bottom: 50px;
        margin-top: 81px;
    }
}

.value-scrolltrigger-item button {
    font-size: 37px;
    font-weight: 700;
    color: var(--color-secondary-blue);
}

.accordion-body {
    transition: all 0.5s ease-in-out;
    height: 0px;
    overflow: hidden;
    .accordion-content p{
        font-size: 24px;
        font-weight: 300;
        color: var(--color-primary-blue);
    }
}

.location-card {
    border-radius: 19.403px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--color-white);
    padding: 80px 30px;
}

.location-card h3 {
    font-weight: 700;
    font-size: 28px;
}

.location-card p {
    font-weight: 300;
    font-size: 14px;
}

.location-card .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.access-location-btn {
    padding: 10px 24px;
    margin-top: 10px;
}

.contact-banner {
    .content {
        left: 50% !important;
        top: 53% !important;
        width: 100%;
        transform: translateX(-50%) translateY(-50%);
        padding: 30px;
    }

    h1 {
        font-weight: 700;
        font-size: 56px;
        color: var(--color-white);
        ;
    }
}

.outline-form {
    width: 100%;
    background-color: transparent;
    border: 1px solid var(--color-gray-light);
    border-radius: 35px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-gray-light);
}

.contact-form button {
    margin-top: 25px;
    padding: 5px 24px;
}

.outline-form::placeholder {
    color: var(--color-gray-light);
}

.outline-form:focus {
    outline: none;
}

.contact-form {
    padding: 36px 56px;
    margin-top: 48px;
    border-radius: 35px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.05) 0%, rgba(0, 0, 0, 0.05) 50%);
    backdrop-filter: blur(3px);

    h3 {
        text-align: center;
        color: var(--color-white);
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 25px;
    }
}

.contact-form label {
    padding-left: 14px;
    color: var(--color-gray-light);
    margin-top: 16px;
}

@media (min-width: 360px) {
    .contact-form {
        padding: 36px 40px;

        h3 {
            font-size: 39px;
        }
    }
}

@media(min-width: 640px) {
    .stories-that-inspire-title {
        text-align: center;
    }
}

@media (min-width: 1024px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 25px;
        letter-spacing: -0.4px;
    }

    .contact-form {
        padding: 30px 90px;
    }

    .how-to-help {
        overflow: hidden;
        .yellow-overlay {
            background-image: url('../assets/bgComponents/desk-yellow-bg.png');
            opacity: 0.7;
            height: 110%;
        }
    }

    .values-scrolltrigger {
        padding-left: 80px;
    }

    .activities-card-content {
        max-height: 730px;
        height: 100vh;
    }

    .activities-card-img img {
        height: 100vh;
        max-height: none;
    }

    .activities-card {
        border-radius: 25px;
        max-height: 730px;
    }

    .location-card {
        padding: 140px 30px;
    }

    .text-container-right {
        padding-left: 26vw;
        padding-right: 26vw;
    }

    .stories-that-inspire {
        background-position: 0 5rem;
    }

    .text-container-left {
        padding-left: 92px;
        padding-right: 0;
    }

    .activities-card-img img {
        max-height: 756px;
    }

    .mirrored-card .content {
        width: 70%;

        h2 {
            font-size: 64px;
            line-height: 70px;
        }
    }

    .stories-that-inspire {
        padding-left: 75px;
        padding-right: 75px;
    }

    .contact-banner {
        h1 {
            font-size: 84px;
            line-height: 84px;
        }
    }

    .mirrored-card {
        aspect-ratio: 16/8;
        padding-left: 80px;
        padding-bottom: 40px;
    }

    .text-container-left p,
    .text-container-right p {
        font-size: 24px;
    }

    .location-card p {
        font-size: 20px;
    }

    .location-card h3 {
        margin-bottom: 20px;
        font-size: 50px;
    }
}
