.hero {
    position: relative;
}

.hero::before {
    bottom: 106px;
    width: 100%;
}

.hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    padding-top: 80px;
}

.hero__content {
    max-width: 492px;
}

.hero__title {
    margin-bottom: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 62px;
    line-height: 115%;
    text-transform: uppercase;
    color: #000000;
}

.hero__title strong {
    font-weight: 600;
    color: #3596ed;
}

.hero__text {
    max-width: 89%;
}

.hero__button {
    display: inline-block;
    margin-top: 140px;
    padding: 19px 32px;
    width: 270px;
    height: 57px;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #3596ed;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hero__button:hover {
    opacity: 0.75;
}

.hero__button:active {
    background-color: #175892;
}

.hero__treners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.hero__treners-text {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border: 1px solid #535755;
    padding: 22px;
    max-width: 161px;
    max-height: 86px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    gap: 28px;
}

.news__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    border: 1px solid #d3cbd9;
    overflow: hidden;
    max-width: 284px;
}

.news__card-content {
    padding: 20px 20px 0 20px;
    display: inline-block;
}

.news__card footer {
    margin-top: auto;
    padding: 0 20px 20px 20px;
}

.news__card-title {
    margin: 8px 0px 12px 0px;
}

.news__card-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #3596ed;
    -webkit-transform: opacity 0.3s;
    -ms-transform: opacity 0.3s;
    transform: opacity 0.3s;
}

.news__card-link:hover {
    opacity: 0.7;
}

.news__card-link::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 9px;
    background: url(../images/arrows/card-link-icon.svg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news__card-link:hover::after {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
    opacity: 0.7;
}

.faq {
    position: relative;
    margin-bottom: 140px;
}

.faq::before {
    top: 215px;
}

.faq__conainer {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 28px;
}

.faq__title {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2c332f;
}

.faq__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    list-style: none;
    padding: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq__title::-webkit-details-market {
    display: none;
}

.faq__title::after {
    content: "";
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 17px;
    height: 22px;
    background: url(../images/arrows/faq-arrow-down-icon.svg) no-repeat center /
        cover;
}

.faq__item {
    margin-bottom: 20px;
    border-block: 1px solid #d3cbd9;
}

.faq__item:last-child {
    margin-bottom: 0;
}

.faq__item[open] .faq__title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__item > p {
    padding: 0 20px 20px 20px;
}

@media (width <= 1400px) {
    .hero__img {
        min-width: 50%;
    }
}

@media (width <= 992px) {
    .hero__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .hero__content {
        text-align: center;
        max-width: 500px;
    }

    .hero__content p {
        max-width: initial;
    }

    .hero__title {
        font-size: 52px;
        margin-bottom: 30px;
    }

    .hero__button {
        margin-top: 30px;
    }

    .hero__img {
        width: 370px;
    }

    .news__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }

    .news__card {
        max-width: 350px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .news__card img {
        width: 100%;
    }

    .faq::before {
        display: none;
    }

    .faq__conainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (width <= 768px) {
    .hero__title {
        font-size: 50px;
    }

    .hero__content {
        max-width: 450px;
    }

    .news__card {
        max-width: 400px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .nome-page .title-medium {
        text-align: center;
        max-width: inherit;
    }

    .faq__title {
        font-size: 22px;
    }
}

@media (width <= 576px) {
    .hero__title {
        font-size: 42px;
    }

    .hero__content {
        max-width: 410px;
    }

    .hero__container {
        padding-top: 50px;
    }

    .hero__treners p {
        min-width: 125px;
        padding: 10px;
        font-size: 14px;
    }

    .faq__title {
        font-size: 18px;
    }
}
